(()=>{function e(t){return e="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(t)}!function(){"use strict";function t(e,t){return e(t={exports:{}},t.exports),t.exports}t(function(t){!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 t="object"===e(arguments[0])?arguments[0]:{},n=1;n<arguments.length;n++)if(arguments[n]&&"object"===e(arguments[n]))for(var o in arguments[n])t[o]=arguments[n][o];return t},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 r in e)if(!1===t.call(n,e[r],r))return},tryEach:function(e,t,n,o){this.each(e,function(e,r){try{return t.call(o,e,r)}catch(t){if(this.isFunction(n))try{n.call(o,e,r,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"],r=0;r<o.length;r++)n.utils["is"+o[r]]=function(e){return function(t){return n.utils.getTypeOf(t)===e.toLowerCase()}}(o[r]);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},r=function(e){return n.utils.isArray(e)?e:n.utils.isString(e)?[e]:[]},i=function(e,t,r){var i="";return o(t)?i+=t:n.utils.isArray(t)&&(i=(t=n.utils.isFunction(t.filter)?t.filter(o):t).join(r)),i&&o(e)?e+r+i:i},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=[],r=0;r<window[this.engine].length;r++)n=window[this.engine].key(r),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 r=new Date;r.setTime(r.getTime()+24*n.expireDays*60*60*1e3),o+="; expires="+r.toGMTString()}if(n.domain&&n.domain!==document.domain){var i=n.domain.replace(/^\./,"");if(-1===document.domain.indexOf(i)||i.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(";"):[],r=o.length-1;r>=0;r--)if(0===(t=o[r].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(";"):[],r=0;r<o.length;r++)n=(t=o[r].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,r=[],i=document.cookie?document.cookie.split(";"):[],a=0;a<i.length;a++)n=i[a].replace(/^\s*/,""),o=decodeURIComponent(n.substr(0,n.indexOf("="))),e&&0!==o.indexOf(e)||r.push(s(e,o,t));return r}},{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=i(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(r(s.storages),function(n,r){return t[n].set(e,o,s),a=n,!1},null,this),!!a&&(n.utils.tryEach(r(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=i(o.namespace,e,o.keyDelimiter)))return null;var s=null;return n.utils.tryEach(r(o.storages),function(n,r){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=i(o.namespace,e,o.keyDelimiter))&&n.utils.tryEach(r(o.storages),function(n){t[n].remove(e)},null,this)},reset:function(e){e=n.utils.extend({},this.options,e),n.utils.tryEach(r(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(r(e.storages),function(r){n.utils.each(t[r].keys(e.namespace,e.keyDelimiter),function(e){o[e]=n.utils.isArray(o[e])?o[e]:[],o[e].push(r)},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,t.exports&&(t.exports=n)}()});var n=t(function(e){var t,n,o,r,i,s;e.exports=(n=[],r=(o=document).documentElement.doScroll,i="DOMContentLoaded",(s=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener(i,t=function(){for(o.removeEventListener(i,t),s=1;t=n.shift();)t()}),function(e){s?setTimeout(e,0):n.push(e)})});function o(e,t){var n=void 0;if(t.length&&">"===t[0]){var o="qa-"+Date.now();e.classList.add(o),n=document.querySelectorAll("."+o+" "+t),e.classList.remove(o)}else n=e.querySelectorAll(t);return Array.prototype.slice.call(n)}function r(e){e.setAttribute("tabindex",-1),e.focus(),e.addEventListener("blur",function(){e.removeAttribute("tabindex")})}var i={linear:function(e,t,n,o){return n*e/o+t},easeInOutQuad:function(e,t,n,o){return(e/=o/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t},easeInOutCubic:function(e,t,n,o){return(e/=o/2)<1?n/2*e*e*e+t:n/2*((e-=2)*e*e+2)+t}};function s(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:500,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:i.easeInOutCubic,s=document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop,a=e.getBoundingClientRect().top;o(document,".navbar-sticky-placeholder, .c-gmn-overlay, .item-pinned").forEach(function(e){a-=e.clientHeight});var u=0,c=void 0;!function o(){var i=(new Date).getTime();u+=i-(c||i),c=i;var l=r(u,s,a,n);document.documentElement.scrollTop=l,document.body.parentNode.scrollTop=l,document.body.scrollTop=l,u<n?requestAnimationFrame(o):t&&"function"==typeof t&&t(e)}(),e.querySelector("a")&&e.querySelector("a").focus()}o(document,"[data-scroll-to]").forEach(function(e){var t=document.querySelector(e.getAttribute("data-scroll-to"));t&&e.addEventListener("click",function(e){s(t),"A"===t.tagName&&e.preventDefault()})}),window.wwwV8=window.wwwV8||{},window.wwwV8.scrollToElement=s;var a=function(){function e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}return function(t,n,o){return n&&e(t.prototype,n),o&&e(t,o),t}}(),u="data-jump-target",c="data-jump-link",l="initialized",d=!!document.querySelectorAll("body.jump2form, main.jump2form").length,f={click:function(e){this.jump(),e.preventDefault()}},m=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.resolveTarget(t),o=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.el=t,this.target=n,this.focusOnJump=o,this.el.addEventListener("click",f.click.bind(this)),this.el.setAttribute(c,l)}return a(e,[{key:"jump",value:function(){this.focusOnJump?s(this.target,r):s(this.target)}}],[{key:"resolveTarget",value:function(e){var t=function(e,t){for(;(e=e.parentElement)&&!e.matches(t););return e}(e,[".article-cards > *",".article--cards > *",".article-cards > .inner > *",".article--cards > .inner > *"].join(", "));if(!t)return null;var n=e.getAttribute(u),o=e.getAttribute("href")||"",r=o.indexOf("#")>-1?o.substring(o.lastIndexOf("#")+1):null;return n?"next"===n?t.nextElementSibling:"last"===n?t.parentElement.lastElementChild:document.querySelector(n)?document.querySelector(n):null:r?document.getElementById(r):d?t.parentElement.lastElementChild:t.nextElementSibling}}]),e}();o(document,"["+u+"]").forEach(function(e){e.getAttribute(c)!==l&&new m(e)});var h=new window.Basil({namespace:"wwwReports",storages:["local","cookie","session","memory"],expireDays:1/0}),p=void 0,g=!1;function w(){return h.get(p)||!1}function y(){return h.remove(p)}function v(){return h.set(p,new Date)}function k(e){var t=document.querySelector(".aysIntro");if(e&&t&&(document.body.classList.add("ays-intro-shown"),t.parentElement.classList.add("aysIntroWrapper"),window.onload=function(){setTimeout(function(){window.scroll(0,0)},100)}),g)return!0;g=!0;var o=document.querySelector(".g-l"),r=document.querySelector("main.card-landingpage");return o&&(o.classList.add("g-ul"),o.classList.remove("g-l")),r&&r.classList.remove("card-landingpage"),n(function(){var e=document.querySelector(".card-main .jump-link a"),t=".report-jump-target-g-ul",n=document.querySelector(t);n&&e?(e.setAttribute("data-jump-target",t),new m(e)):!n&&e&&e.classList.add("hide")}),!0}!function(){if(p=document.querySelector("[data-releaseid]").getAttribute("data-releaseid"),n(function(){document.querySelector(".rel-gatewayform .ite-webpart form .ays-end")?(v(),k()):document.querySelector(".rel-gatewayform .ite-webpart form .aysIntro")&&(v(),k(!0))}),w()){var e=Date.parse(h.get(p)),t=Date.parse(document.getElementById("main").getAttribute("data-form-dt"))||null;t?Date.now()<t&&e<t?k():y():k()}}(),window.wwwV8=window.wwwV8||{},window.wwwV8.gateway={lockGate:y,hasGatewayKey:w,resetLocks:function(){return h.reset()},opened:g,reportId:p},n(function(){"#downloadPDF"===window.location.hash&&document.querySelector(".doc-link a")&&(window.location.hash="",window.location.href=document.querySelector(".doc-link a").href)})}()})();;
