_satellite["_runScript5"](function(event, target, Promise) { function getDocHeight(){var e=document;return Math.max(e.body.scrollHeight,e.documentElement.scrollHeight,e.body.offsetHeight,e.documentElement.offsetHeight,e.body.clientHeight,e.documentElement.clientHeight)}function amountscrolled(){var e=window.innerHeight||(document.documentElement||document.body).clientHeight,t=getDocHeight(),l=window.pageYOffset||(document.documentElement||document.body.parentNode||document.body).scrollTop,o=t-e;return Math.floor(l/o*100)}function sendAlloy(e){_satellite.logger.log("page scroll % = ",e),"true"===_satellite.cookie.get("consent_adv_and_mark")&&(_satellite.logger.log("Adobe page scroll % = ",e),alloy("sendEvent",{xdm:{web:{webInteraction:{linkClicks:{value:1},name:_satellite.getVar("Page Name"),type:"other"}},eventType:"web.webinteraction.linkClicks.scroll",_experience:{analytics:{customDimensions:{eVars:{eVar1:_satellite.getVar("Page Name"),eVar49:e}}}}}})),"true"===_satellite.cookie.get("consent_performance")&&(_satellite.logger.log("Google page scroll % = ",e),gtag("event","page_scroll",{event_category:"Scroll",event_label:e,vertical_percent_scrolled:e}))}var docheight=getDocHeight(),fired25=!1,fired50=!1,fired75=!1,fired100=!1;window.addEventListener("scroll",(function(){var e=amountscrolled();25==e&&0==fired25?(sendAlloy("25%"),_satellite.setVar("Scroll Depth Threshold","25%"),fired25=!0):50==e&&0==fired50?(sendAlloy("50%"),_satellite.setVar("Scroll Depth Threshold","50%"),fired50=!0):75==e&&0==fired75?(sendAlloy("75%"),_satellite.setVar("Scroll Depth Threshold","75%"),fired75=!0):100==e&&0==fired100&&(sendAlloy("100%"),_satellite.setVar("Scroll Depth Threshold","100%"),fired100=!0)}),!1); });