"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[846],{7829:(e,t,r)=>{var n=r(4594);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t){for(var r=0;r0&&void 0!==arguments[0]?arguments[0]:{},r=t.storageKey,n=t.daysToExpire,o=void 0===n?365:n,i=t.reset,a=void 0===i?{}:i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.config={storageKey:r,daysToExpire:o,reset:a},this.storageObject=this.load(),this._clearExpiredStorage()},t=[{key:"setValue",value:function(e,t){this._updateBinaryFlag(e,{value:t,updateTime:!0})}},{key:"getValue",value:function(e){return!(!this._hasBinaryFlag(e)||!this._checkResetDate())}},{key:"setReferrer",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.storageObject.ref=e}},{key:"load",value:function(){var e=this._getStoreContents(this.config.storageKey),t=null;try{if((t=JSON.parse(e))&&"object"===c(t))return t}catch(e){return{}}return{}}},{key:"save",value:function(){var e=this.config.storageKey,t="".concat(this.config.storageKey,"-expires");this._setStoreContents(e,JSON.stringify(this.storageObject)),this._setStoreContents(t,this._getExpirationTime())}},{key:"_checkResetDate",value:function(e){var t=this.storageObject[this._getCurrentVariation()];return t&&t.d&&this.config.reset[e]?t.d>this.config.reset[e]:!this.config.reset[e]}},{key:"_getExpirationTime",value:function(){var e=this.config.daysToExpire,t=new Date;return t.setTime(t.getTime()+864e5*e),t.toUTCString()}},{key:"_hasBinaryFlag",value:function(e){var t=this._getCurrentVariation();return(this.storageObject[t]||{}).b&e}},{key:"_updateBinaryFlag",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.value,n=t.updateTime,o=t.variant,i=this.storageObject[o||this._getCurrentVariation()]||{};r?i.b|=e:i.b&=~e,i.d=n?Math.round(Date.now()/1e3):i.d,this.storageObject[o||this._getCurrentVariation()]=i}},{key:"_getCurrentVariation",value:function(){return n._5.getPageData().variation}},{key:"_getStoreContents",value:function(e){try{return f(window.localStorage.getItem(f(e)))}catch(e){return{}}}},{key:"_setStoreContents",value:function(e,t){try{return f(window.localStorage.setItem(encodeURIComponent(e),encodeURIComponent(t)))}catch(e){return null}}},{key:"_clearExpiredStorage",value:function(){try{for(var e=[],t=new Date,r=0;r=i.getTime()&&e.push(n,n.replace("-expires",""))}}e.forEach(function(e){window.localStorage.removeItem(e)})}catch(e){return null}}}],t&&s(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t}();function d(e){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},d(e)}function v(e,t){for(var r=0;r=0&&r<5&&(e.a11yWidgetControls.setAttribute("data-current-level",r),e._activateIndicators(r),e._changeTextSize(r),e.a11yWidgetControls.setAttribute("aria-label","Current text size level is ".concat(r," out of 4")))}},{key:"_activateIndicators",value:function(e){var t=(0,n.iT)("#a11y-widget-indicators span");t.forEach(function(e){e.classList.remove("activated")});for(var r=0;r<=e;r++)t[r].classList.add("activated")}},{key:"_changeTextSize",value:function(t){e.root.style.setProperty("--mobile-font-size","".concat(4+t,"vw")),e.root.style.setProperty("--default-font-size","".concat(16+4*t,"px")),t>0?(e.main.style.setProperty("width","24.75rem"),e.root.style.setProperty("--section-relative-margin","0"),e.main.style.setProperty("overflow","visible")):(e.root.style.setProperty("--section-relative-margin","0 auto"),e.main.style.setProperty("overflow","hidden"),e.main.style.setProperty("width","initial"))}}],null&&k(t.prototype,null),r&&k(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,r}();function _(e){return _="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_(e)}function E(e,t){for(var r=0;r span",".headline h2 > span",".headline h3 > span",".headline h4 > span",".headline h5 > span",".headline h6 > span","form","ul","ol"],j=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}return t=e,r=[{key:"init",value:function(){var t=navigator.userAgent||navigator.vendor||window.opera;e._adjustFontSizeForOldIOS(t),e._blockBrowserTextScaling(t)}},{key:"_blockBrowserTextScaling",value:function(e){var t=/FBAN|FBAV|Instagram/gi.test(e),r=/(android)/i.test(e),o=/iPhone|iPod/i.test(e);if((0,n.Fr)()&&(t||r||o)){var i=document.querySelector(":root"),a=parseFloat(window.getComputedStyle(i).getPropertyValue("font-size")),u=parseFloat(window.getComputedStyle(i).getPropertyValue("width"))/25;u>16&&(u=16);var c=a/u,s=c.toFixed(2);u!==a&&s>1&&document.querySelectorAll(O.join()).forEach(function(e){var t=parseInt(window.getComputedStyle(e).fontSize,10),r=parseInt(window.getComputedStyle(e).lineHeight,10);e.style.fontSize="".concat((t/Math.pow(c,2)).toFixed(2),"px"),e.style.lineHeight="".concat((r/Math.pow(c,2)).toFixed(2),"px")})}}},{key:"_adjustFontSizeForOldIOS",value:function(e){if(/iPhone|iPod|iPad/i.test(e)){var t=e.match(/OS (\d+)_?(\d+)?/i);if(t&&parseInt(t[1],10)<17){var r=16/16.15;document.querySelectorAll(O.join(",")).forEach(function(e){var t=window.getComputedStyle(e),n=parseFloat(t.fontSize);if(n&&n>0){var o=n*r;e.style.fontSize="".concat(o.toFixed(2),"px")}})}}}}],null&&E(t.prototype,null),r&&E(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,r}();function x(e){return x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},x(e)}function F(e,t){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:300,r=window.pageYOffset,n="now"in window.performance?performance.now():(new Date).getTime(),o=Math.max(document.body.scrollHeight,document.body.offsetHeight,document.documentElement.clientHeight,document.documentElement.scrollHeight,document.documentElement.offsetHeight),i=window.innerHeight||document.documentElement.clientHeight||document.getElementsByTagName("body")[0].clientHeight,a="number"==typeof e?e:e.offsetTop,u=document.querySelector(".sticky-block-header .section:first-child"),c=u?u.offsetHeight:0,s=Math.round(o-a0}),r=t?t.offsetWidth:0;(0,n.iT)('.widget:not([class*="hidden"])').forEach(function(t){var n=t.offsetLeft,o=n+t.offsetWidth;n<0&&e.left>n&&(e.left=n),o>r&&e.right{e(e.s=7829)}]);