(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{471:function(t,e,r){"use strict";r.r(e);r(8),r(299),r(135),r(14),r(679),r(680),r(681),r(685),r(686),r(687),r(688),r(690),r(692),r(694),r(696),r(697),r(698),r(699),r(700),r(702),r(9);var n=r(36),o=[480,800,1200,1600],c=t=>{var e=parseInt(t,10);return!Number.isFinite(e)||e<=0?null:Math.min(e,2560)},f={name:"OptimizedImage",mixins:[n.default],props:{src:{type:String,required:!0},alt:{type:String,default:""},width:{type:[Number,String],default:null},height:{type:[Number,String],default:null},sizes:{type:Array,default:()=>o},sizesAttr:{type:String,default:null},quality:{type:Number,default:90},sharp:{type:Number,default:12},defaultWidth:{type:Number,default:1024},eager:{type:Boolean,default:!1},placeholderColor:{type:String,default:"#f1f3f5"},disableWebp:{type:Boolean,default:!1},fit:{type:String,default:"max"}},data:()=>({loaded:!1,errored:!1}),computed:{normalizedSizes(){var t=(Array.isArray(this.sizes)&&this.sizes.length?this.sizes:o).map(c).filter(t=>Number.isFinite(t)&&t>0);return Array.from(new Set(t)).sort((a,b)=>a-b)},supportsWebp(){return!this.disableWebp&&!this.isSafariLegacy},isSafariLegacy(){if("undefined"==typeof navigator)return!1;var t=navigator.userAgent||"";return/^((?!chrome|android|crios|fxios).)*safari/i.test(t)},webpSrcset(){return this.buildSrcset("webp")},fallbackSrcset(){return this.buildSrcset("jpg")},fallbackSrc(){var t=c(this.defaultWidth)||1024;return this.buildUrl(t,this.supportsWebp?"webp":"jpg")},sizesAttrResolved(){if(this.sizesAttr)return this.sizesAttr;var t=this.normalizedSizes[this.normalizedSizes.length-1]||this.defaultWidth;return"(max-width: 600px) 100vw, (max-width: 1200px) 50vw, ".concat(t,"px")},wrapperStyle(){var style={backgroundColor:this.placeholderColor};return this.width&&(style.aspectRatio=this.height?"".concat(this.width," / ").concat(this.height):null),style}},methods:{buildUrl(t,e){return this.requestResizedImage(this.src,{w:t,q:this.quality,fm:e,fit:this.fit,sharp:this.sharp})},buildSrcset(t){return this.src?this.normalizedSizes.map(e=>"".concat(this.buildUrl(e,t)," ").concat(e,"w")).join(", "):""},onLoad(){this.loaded=!0,this.$emit("load")},onError(){this.errored=!0,this.$emit("error")}}},d=(r(915),r(1)),component=Object(d.a)(f,function(){var t=this,e=t._self._c;return e("picture",{class:["optimized-image",{"optimized-image--loaded":t.loaded}],style:t.wrapperStyle},[t.supportsWebp?e("source",{attrs:{type:"image/webp",srcset:t.webpSrcset,sizes:t.sizesAttrResolved}}):t._e(),t._v(" "),e("img",{ref:"img",staticClass:"optimized-image__img",attrs:{src:t.fallbackSrc,srcset:t.fallbackSrcset,sizes:t.sizesAttrResolved,alt:t.alt,width:t.width||void 0,height:t.height||void 0,loading:t.eager?"eager":"lazy",fetchpriority:t.eager?"high":"auto",decoding:t.eager?"sync":"async"},on:{load:t.onLoad,error:t.onError}})])},[],!1,null,"187dd55e",null);e.default=component.exports},658:function(t,e,r){"use strict";var n=r(659).has;t.exports=function(t){return n(t),t}},659:function(t,e,r){"use strict";var n=r(6),o=Set.prototype;t.exports={Set:Set,add:n(o.add),has:n(o.has),remove:n(o.delete),proto:o}},661:function(t,e,r){"use strict";var n=r(6),o=r(663),c=r(659),f=c.Set,d=c.proto,l=n(d.forEach),h=n(d.keys),v=h(new f).next;t.exports=function(t,e,r){return r?o({iterator:h(t),next:v},e):l(t,e)}},663:function(t,e,r){"use strict";var n=r(17);t.exports=function(t,e,r){for(var o,c,f=r?t:t.iterator,d=t.next;!(o=n(d,f)).done;)if(void 0!==(c=e(o.value)))return c}},664:function(t,e,r){"use strict";var n=r(45),o=r(15),c=r(682),f=r(16),d=n("Set");t.exports=function(t){return function(t){return f(t)&&"number"==typeof t.size&&o(t.has)&&o(t.keys)}(t)?t:c(t)?new d(t):t}},665:function(t,e,r){"use strict";var n=r(37),o=r(21),c=r(17),f=r(52),d=r(684),l="Invalid size",h=RangeError,v=TypeError,m=Math.max,S=function(t,e){this.set=t,this.size=m(e,0),this.has=n(t.has),this.keys=n(t.keys)};S.prototype={getIterator:function(){return d(o(c(this.keys,this.set)))},includes:function(t){return c(this.has,this.set,t)}},t.exports=function(t){o(t);var e=+t.size;if(e!=e)throw new v(l);var r=f(e);if(r<0)throw new h(l);return new S(t,r)}},666:function(t,e,r){"use strict";var n=r(319),o=r(659);t.exports=n(o.proto,"size","get")||function(t){return t.size}},668:function(t,e,r){"use strict";var n=r(659),o=r(661),c=n.Set,f=n.add;t.exports=function(t){var e=new c;return o(t,function(t){f(e,t)}),e}},679:function(t,e,r){"use strict";var n=r(13),o=r(658),c=r(659).add;n({target:"Set",proto:!0,real:!0,forced:!0},{addAll:function(){for(var t=o(this),e=0,r=arguments.length;e1?arguments[1]:void 0);return!1!==f(e,function(t){if(!r(t,t,e))return!1},!0)}})},686:function(t,e,r){"use strict";var n=r(13),o=r(43),c=r(658),f=r(659),d=r(661),l=f.Set,h=f.add;n({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(t){var e=c(this),r=o(t,arguments.length>1?arguments[1]:void 0),n=new l;return d(e,function(t){r(t,t,e)&&h(n,t)}),n}})},687:function(t,e,r){"use strict";var n=r(13),o=r(43),c=r(658),f=r(661);n({target:"Set",proto:!0,real:!0,forced:!0},{find:function(t){var e=c(this),r=o(t,arguments.length>1?arguments[1]:void 0),n=f(e,function(t){if(r(t,t,e))return{value:t}},!0);return n&&n.value}})},688:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(689);n({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(t){return o(f,this,c(t))}})},689:function(t,e,r){"use strict";var n=r(658),o=r(659),c=r(666),f=r(665),d=r(661),l=r(663),h=o.Set,v=o.add,m=o.has;t.exports=function(t){var e=n(this),r=f(t),o=new h;return c(e)>r.size?l(r.getIterator(),function(t){m(e,t)&&v(o,t)}):d(e,function(t){r.includes(t)&&v(o,t)}),o}},690:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(691);n({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(t){return o(f,this,c(t))}})},691:function(t,e,r){"use strict";var n=r(658),o=r(659).has,c=r(666),f=r(665),d=r(661),l=r(663),h=r(191);t.exports=function(t){var e=n(this),r=f(t);if(c(e)<=r.size)return!1!==d(e,function(t){if(r.includes(t))return!1},!0);var v=r.getIterator();return!1!==l(v,function(t){if(o(e,t))return h(v,"normal",!1)})}},692:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(693);n({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(t){return o(f,this,c(t))}})},693:function(t,e,r){"use strict";var n=r(658),o=r(666),c=r(661),f=r(665);t.exports=function(t){var e=n(this),r=f(t);return!(o(e)>r.size)&&!1!==c(e,function(t){if(!r.includes(t))return!1},!0)}},694:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(695);n({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(t){return o(f,this,c(t))}})},695:function(t,e,r){"use strict";var n=r(658),o=r(659).has,c=r(666),f=r(665),d=r(663),l=r(191);t.exports=function(t){var e=n(this),r=f(t);if(c(e)1?arguments[1]:void 0),n=new l;return d(e,function(t){h(n,r(t,t,e))}),n}})},698:function(t,e,r){"use strict";var n=r(13),o=r(37),c=r(658),f=r(661),d=TypeError;n({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(t){var e=c(this),r=arguments.length<2,n=r?void 0:arguments[1];if(o(t),f(e,function(o){r?(r=!1,n=o):n=t(n,o,o,e)}),r)throw new d("Reduce of empty set with no initial value");return n}})},699:function(t,e,r){"use strict";var n=r(13),o=r(43),c=r(658),f=r(661);n({target:"Set",proto:!0,real:!0,forced:!0},{some:function(t){var e=c(this),r=o(t,arguments.length>1?arguments[1]:void 0);return!0===f(e,function(t){if(r(t,t,e))return!0},!0)}})},700:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(701);n({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(t){return o(f,this,c(t))}})},701:function(t,e,r){"use strict";var n=r(658),o=r(659),c=r(668),f=r(665),d=r(663),l=o.add,h=o.has,v=o.remove;t.exports=function(t){var e=n(this),r=f(t).getIterator(),o=c(e);return d(r,function(t){h(e,t)?v(o,t):l(o,t)}),o}},702:function(t,e,r){"use strict";var n=r(13),o=r(17),c=r(664),f=r(703);n({target:"Set",proto:!0,real:!0,forced:!0},{union:function(t){return o(f,this,c(t))}})},703:function(t,e,r){"use strict";var n=r(658),o=r(659).add,c=r(668),f=r(665),d=r(663);t.exports=function(t){var e=n(this),r=f(t).getIterator(),l=c(e);return d(r,function(t){o(l,t)}),l}},836:function(t,e,r){t.exports={}},915:function(t,e,r){"use strict";r(836)}}]);