(()=>{var e={};function t(e){return t="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},t(e)}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),function(){"use strict";function n(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e.g?e.g:"undefined"!=typeof self&&self,n(function(e){!function(){var n=function(e){return n.utils.extend({},n.plugins,(new n.Storage).init(e))};n.version="0.4.11",n.utils={extend:function(){for(var e="object"===t(arguments[0])?arguments[0]:{},n=1;n<arguments.length;n++)if(arguments[n]&&"object"===t(arguments[n]))for(var o in arguments[n])e[o]=arguments[n][o];return e},each:function(e,t,n){if(this.isArray(e)){for(var o=0;o<e.length;o++)if(!1===t.call(n,e[o],o))return}else if(e)for(var i in e)if(!1===t.call(n,e[i],i))return},tryEach:function(e,t,n,o){this.each(e,function(e,i){try{return t.call(o,e,i)}catch(t){if(this.isFunction(n))try{n.call(o,e,i,t)}catch(e){}}},this)},registerPlugin:function(e){n.plugins=this.extend(e,n.plugins)},getTypeOf:function(e){return null==e?""+e:Object.prototype.toString.call(e).replace(/^\[object\s(.*)\]$/,function(e,t){return t.toLowerCase()})}};for(var o=["Arguments","Boolean","Function","String","Array","Number","Date","RegExp","Undefined","Null"],i=0;i<o.length;i++)n.utils["is"+o[i]]=function(e){return function(t){return n.utils.getTypeOf(t)===e.toLowerCase()}}(o[i]);n.plugins={},n.options=n.utils.extend({namespace:"b45i1",storages:["local","cookie","session","memory"],expireDays:365,keyDelimiter:"."},window.Basil?window.Basil.options:{}),n.Storage=function(){var e="b45i1"+(Math.random()+1).toString(36).substring(7),t={},o=function(e){var t=n.utils.getTypeOf(e);return"string"===t&&e||"number"===t||"boolean"===t},i=function(e){return n.utils.isArray(e)?e:n.utils.isString(e)?[e]:[]},r=function(e,t,i){var r="";return o(t)?r+=t:n.utils.isArray(t)&&(r=(t=n.utils.isFunction(t.filter)?t.filter(o):t).join(i)),r&&o(e)?e+i+r:r},s=function(e,t,n){return o(e)?t.replace(new RegExp("^"+e+n),""):t},a={engine:null,check:function(){try{window[this.engine].setItem(e,!0),window[this.engine].removeItem(e)}catch(e){return!1}return!0},set:function(e,t,n){if(!e)throw Error("invalid key");window[this.engine].setItem(e,t)},get:function(e){return window[this.engine].getItem(e)},remove:function(e){window[this.engine].removeItem(e)},reset:function(e){for(var t,n=0;n<window[this.engine].length;n++)t=window[this.engine].key(n),e&&0!==t.indexOf(e)||(this.remove(t),n--)},keys:function(e,t){for(var n,o=[],i=0;i<window[this.engine].length;i++)n=window[this.engine].key(i),e&&0!==n.indexOf(e)||o.push(s(e,n,t));return o}};return t.local=n.utils.extend({},a,{engine:"localStorage"}),t.session=n.utils.extend({},a,{engine:"sessionStorage"}),t.memory={_hash:{},check:function(){return!0},set:function(e,t,n){if(!e)throw Error("invalid key");this._hash[e]=t},get:function(e){return this._hash[e]||null},remove:function(e){delete this._hash[e]},reset:function(e){for(var t in this._hash)e&&0!==t.indexOf(e)||this.remove(t)},keys:function(e,t){var n=[];for(var o in this._hash)e&&0!==o.indexOf(e)||n.push(s(e,o,t));return n}},t.cookie={check:function(t){if(!navigator.cookieEnabled)return!1;if(window.self!==window.top){var n="thirdparty.check="+Math.round(1e3*Math.random());return document.cookie=n+"; path=/",-1!==document.cookie.indexOf(n)}if(t&&t.secure)try{this.set(e,e,t);var o=this.get(e)===e;return this.remove(e),o}catch(e){return!1}return!0},set:function(e,t,n){if(!this.check())throw Error("cookies are disabled");if(n=n||{},!e)throw Error("invalid key");var o=encodeURIComponent(e)+"="+encodeURIComponent(t);if(n.expireDays){var i=new Date;i.setTime(i.getTime()+24*n.expireDays*60*60*1e3),o+="; expires="+i.toGMTString()}if(n.domain&&n.domain!==document.domain){var r=n.domain.replace(/^\./,"");if(-1===document.domain.indexOf(r)||r.split(".").length<=1)throw Error("invalid domain");o+="; domain="+n.domain}n.sameSite&&["lax","strict","none"].includes(n.sameSite.toLowerCase())&&(o+="; SameSite="+n.sameSite),!0===n.secure&&(o+="; Secure"),document.cookie=o+"; path=/"},get:function(e){if(!this.check())throw Error("cookies are disabled");for(var t,n=encodeURIComponent(e),o=document.cookie?document.cookie.split(";"):[],i=o.length-1;i>=0;i--)if(0===(t=o[i].replace(/^\s*/,"")).indexOf(n+"="))return decodeURIComponent(t.substring(n.length+1,t.length));return null},remove:function(e){this.set(e,"",{expireDays:-1});for(var t=document.domain.split("."),n=t.length;n>1;n--)this.set(e,"",{expireDays:-1,domain:"."+t.slice(-n).join(".")})},reset:function(e){for(var t,n,o=document.cookie?document.cookie.split(";"):[],i=0;i<o.length;i++)n=(t=o[i].replace(/^\s*/,"")).substr(0,t.indexOf("=")),e&&0!==n.indexOf(e)||this.remove(n)},keys:function(e,t){if(!this.check())throw Error("cookies are disabled");for(var n,o,i=[],r=document.cookie?document.cookie.split(";"):[],a=0;a<r.length;a++)n=r[a].replace(/^\s*/,""),o=decodeURIComponent(n.substr(0,n.indexOf("="))),e&&0!==o.indexOf(e)||i.push(s(e,o,t));return i}},{init:function(e){return this.setOptions(e),this},setOptions:function(e){this.options=n.utils.extend({},this.options||n.options,e)},support:function(e){return t.hasOwnProperty(e)},check:function(e){return!!this.support(e)&&t[e].check(this.options)},set:function(e,o,s){if(s=n.utils.extend({},this.options,s),!(e=r(s.namespace,e,s.keyDelimiter)))return!1;o=!0===s.raw?o:function(e){return JSON.stringify(e)}(o);var a=null;return n.utils.tryEach(i(s.storages),function(n,i){return t[n].set(e,o,s),a=n,!1},null,this),!!a&&(n.utils.tryEach(i(s.storages),function(n,o){n!==a&&t[n].remove(e)},null,this),!0)},get:function(e,o){if(o=n.utils.extend({},this.options,o),!(e=r(o.namespace,e,o.keyDelimiter)))return null;var s=null;return n.utils.tryEach(i(o.storages),function(n,i){if(null!==s)return!1;s=t[n].get(e,o)||null,s=!0===o.raw?s:function(e){return e?JSON.parse(e):null}(s)},function(e,t,n){s=null},this),s},remove:function(e,o){o=n.utils.extend({},this.options,o),(e=r(o.namespace,e,o.keyDelimiter))&&n.utils.tryEach(i(o.storages),function(n){t[n].remove(e)},null,this)},reset:function(e){e=n.utils.extend({},this.options,e),n.utils.tryEach(i(e.storages),function(n){t[n].reset(e.namespace)},null,this)},keys:function(e){e=e||{};var t=[];for(var n in this.keysMap(e))t.push(n);return t},keysMap:function(e){e=n.utils.extend({},this.options,e);var o={};return n.utils.tryEach(i(e.storages),function(i){n.utils.each(t[i].keys(e.namespace,e.keyDelimiter),function(e){o[e]=n.utils.isArray(o[e])?o[e]:[],o[e].push(i)},this)},null,this),o}}},n.memory=(new n.Storage).init({storages:"memory",namespace:null,raw:!0}),n.cookie=(new n.Storage).init({storages:"cookie",namespace:null,raw:!0}),n.localStorage=(new n.Storage).init({storages:"local",namespace:null,raw:!0}),n.sessionStorage=(new n.Storage).init({storages:"session",namespace:null,raw:!0}),window.Basil=n,e.exports&&(e.exports=n)}()});var o=n(function(e){var t,n,o,i,r,s;e.exports=(n=[],i=(o=document).documentElement.doScroll,r="DOMContentLoaded",(s=(i?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener(r,t=function(){for(o.removeEventListener(r,t),s=1;t=n.shift();)t()}),function(e){s?setTimeout(e,0):n.push(e)})}),i=n(function(e,t){e.exports=function(){var e,t,n,o,i="srcset";return function(i){if(!document.querySelectorAll){var a=document.createStyleSheet();document.querySelectorAll=function(e,t,n,o,i){for(i=document.all,t=[],n=(e=e.replace(/\[for\b/gi,"[htmlFor").split(",")).length;n--;){for(a.addRule(e[n],"k:v"),o=i.length;o--;)i[o].currentStyle.k&&t.push(i[o]);a.removeRule(0)}return t}}var c=this,l=c._util={};l.elements=[],l.destroyed=!0,c.options=i||{},c.options.error=c.options.error||!1,c.options.offset=c.options.offset||100,c.options.root=c.options.root||document,c.options.success=c.options.success||!1,c.options.selector=c.options.selector||".b-lazy",c.options.separator=c.options.separator||"|",c.options.containerClass=c.options.container,c.options.container=!!c.options.containerClass&&document.querySelectorAll(c.options.containerClass),c.options.errorClass=c.options.errorClass||"b-error",c.options.breakpoints=c.options.breakpoints||!1,c.options.loadInvisible=c.options.loadInvisible||!1,c.options.successClass=c.options.successClass||"b-loaded",c.options.validateDelay=c.options.validateDelay||25,c.options.saveViewportOffsetDelay=c.options.saveViewportOffsetDelay||50,c.options.srcset=c.options.srcset||"data-srcset",c.options.src=e=c.options.src||"data-src",o=Element.prototype.closest,n=window.devicePixelRatio>1,(t={}).top=0-c.options.offset,t.left=0-c.options.offset,c.revalidate=function(){r(c)},c.load=function(e,t){var n=this.options;e&&void 0===e.length?u(e,t,n):x(e,function(e){u(e,t,n)})},c.destroy=function(){var e=c._util;c.options.container&&x(c.options.container,function(t){k(t,"scroll",e.validateT)}),k(window,"scroll",e.validateT),k(window,"resize",e.validateT),k(window,"resize",e.saveViewportOffsetT),e.count=0,e.elements.length=0,e.destroyed=!0},l.validateT=S(function(){s(c)},c.options.validateDelay,c),l.saveViewportOffsetT=S(function(){y(c.options.offset)},c.options.saveViewportOffsetDelay,c),y(c.options.offset),x(c.options.breakpoints,function(t){if(t.width>=window.screen.width)return e=t.src,!1}),setTimeout(function(){r(c)})};function r(e){var t=e._util;t.elements=function(e){for(var t=[],n=e.root.querySelectorAll(e.selector),o=n.length;o--;t.unshift(n[o]));return t}(e.options),t.count=t.elements.length,t.destroyed&&(t.destroyed=!1,e.options.container&&x(e.options.container,function(e){b(e,"scroll",t.validateT)}),b(window,"resize",t.saveViewportOffsetT),b(window,"resize",t.validateT),b(window,"scroll",t.validateT)),s(e)}function s(e){for(var t=e._util,n=0;n<t.count;n++){var o=t.elements[n];(a(o,e.options)||g(o,e.options.successClass))&&(e.load(o),t.elements.splice(n,1),t.count--,n--)}0===t.count&&e.destroy()}function a(e,n){var i=e.getBoundingClientRect();if(n.container&&o){var r=e.closest(n.containerClass);if(r){var s=r.getBoundingClientRect();if(c(s,t)){var a=s.top-n.offset,u=s.right+n.offset,l=s.bottom+n.offset,f=s.left-n.offset;return c(i,{top:a>t.top?a:t.top,right:u<t.right?u:t.right,bottom:l<t.bottom?l:t.bottom,left:f>t.left?f:t.left})}return!1}}return c(i,t)}function c(e,t){return e.right>=t.left&&e.bottom>=t.top&&e.left<=t.right&&e.top<=t.bottom}function u(t,o,r){if(!g(t,r.successClass)&&(o||r.loadInvisible||t.offsetWidth>0&&t.offsetHeight>0)){var s=h(t,e)||h(t,r.src);if(s){var a=s.split(r.separator),c=a[n&&a.length>1?1:0],u=h(t,r.srcset),p=w(t,"img"),m=t.parentNode,y=m&&w(m,"picture");if(p||void 0===t.src){var S=new Image,E=function(){r.error&&r.error(t,"invalid"),v(t,r.errorClass),k(S,"error",E),k(S,"load",O)},O=function(){p?y||d(t,c,u):t.style.backgroundImage='url("'+c+'")',l(t,r),k(S,"load",O),k(S,"error",E)};y&&(S=t,x(m.getElementsByTagName("source"),function(e){f(e,i,r.srcset)})),b(S,"error",E),b(S,"load",O),d(S,c,u)}else t.src=c,l(t,r)}else w(t,"video")?(x(t.getElementsByTagName("source"),function(e){f(e,"src",r.src)}),t.load(),l(t,r)):(r.error&&r.error(t,"missing"),v(t,r.errorClass))}}function l(e,t){v(e,t.successClass),t.success&&t.success(e),m(e,t.src),m(e,t.srcset),x(t.breakpoints,function(t){m(e,t.src)})}function f(e,t,n){var o=h(e,n);o&&(p(e,t,o),m(e,n))}function d(e,t,n){n&&p(e,i,n),e.src=t}function p(e,t,n){e.setAttribute(t,n)}function h(e,t){return e.getAttribute(t)}function m(e,t){e.removeAttribute(t)}function w(e,t){return e.nodeName.toLowerCase()===t}function g(e,t){return-1!==(" "+e.className+" ").indexOf(" "+t+" ")}function v(e,t){g(e,t)||(e.className+=" "+t)}function y(e){t.bottom=(window.innerHeight||document.documentElement.clientHeight)+e,t.right=(window.innerWidth||document.documentElement.clientWidth)+e}function b(e,t,n){e.attachEvent?e.attachEvent&&e.attachEvent("on"+t,n):e.addEventListener(t,n,{capture:!1,passive:!0})}function k(e,t,n){e.detachEvent?e.detachEvent&&e.detachEvent("on"+t,n):e.removeEventListener(t,n,{capture:!1,passive:!0})}function x(e,t){if(e&&t)for(var n=e.length,o=0;o<n&&!1!==t(e[o],o);o++);}function S(e,t,n){var o=0;return function(){var i=+new Date;i-o<t||(o=i,e.apply(n,arguments))}}}()}),r=new i,s=new window.Basil({namespace:"wwwReports",storages:["local","cookie","session","memory"],expireDays:1/0}),a=void 0,c=!1;function u(){return s.get(a)||!1}function l(){return s.remove(a)}function f(){if(c)return!0;c=!0;var e=document.querySelector(".g-before");return e&&(e.classList.add("g-after"),e.classList.remove("g-before"),r.revalidate()),!0}!function(){if(a=document.querySelector("[data-releaseid]").getAttribute("data-releaseid"),o(function(){document.querySelector(".ite-webpart form .ays-end")&&(s.set(a,new Date),f())}),u()){var e=Date.parse(s.get(a)),t=Date.parse(document.getElementById("main").getAttribute("data-form-dt"))||null;t?Date.now()<t||e>t?f():l():f()}}(),window.wwwV8=window.wwwV8||{},window.wwwV8.gateway={lockGate:l,hasGatewayKey:u,resetLocks:function(){return s.reset()},opened:c,reportId:a},o(function(){"#downloadPDF"===window.location.hash&&document.querySelector(".c-doclink-wrapper a")&&(window.location.hash="",window.location.href=document.querySelector(".c-doclink-wrapper a").href)})}()})();;
