<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(){const _wccStore=window._wccConfig,_wccStyle=window._wccStyles;let currentLaw=window._wccConfig._lawSelected[0],showBanner=!0;_wccStore._backupNodes=[],_wccStore._resetConsentID=!1,_wccStore._bannerState=!1,_wccStore._preferenceOriginTag=!1,window.cookieyes=window.cookieyes||{};const ref=window.cookieyes;ref._wccConsentStore=new Map,ref._wccGetCookieMap=function(){const cookieMap={};try{document.cookie.split(";").map((cookie=&gt;{const[key,value]=cookie.split("=");key&amp;&amp;(cookieMap[key.trim()]=value)}))}catch(error){}return cookieMap};const currentCookieMap=ref._wccGetCookieMap();ref._wccGetFromStore=function(key){return ref._wccConsentStore.get(key)||""},ref._wccSetInStore=function(key,value){ref._wccConsentStore.set(key,value);let cookieStringArray=[];for(const[key,value]of ref._wccConsentStore)cookieStringArray.push(`${key}:${value}`);const consentTime=(new Date).getTime();cookieStringArray.push(`consent_time:${consentTime}`);const scriptExpiry=_wccStore&amp;&amp;_wccStore._bannerConfig[currentLaw].settings.consentExpiry?_wccStore._bannerConfig[currentLaw].settings.consentExpiry:365;ref._wccSetCookie("wt_consent",cookieStringArray.join(","),scriptExpiry)};const cookieyesConsentMap=(currentCookieMap.wt_consent||"").split(",").reduce(((prev,curr)=&gt;{if(!curr)return prev;const[key,value]=curr.split(":");return prev[key]=value,prev}),{});function _wccSetConsentID(){if(ref._wccGetFromStore("consentid"))return;const consentID=ref._wccRandomString(32);ref._wccSetInStore("consentid",consentID),_wccStore._resetConsentID=!0}function _wccGetElementByTag(tag){const item=document.querySelector("[data-tag="+tag+"]");return item||!1}function _wccAttachListener(selector,fn){const item=_wccFindElement(selector);item&amp;&amp;item.addEventListener("click",fn)}function _wccClassAction(action,selector,className,forParent=!0){const item=_wccFindElement(selector,forParent);return item&amp;&amp;item.classList[action](className)}function _wccFindElement(selector,forParent){let createdSelector=selector;if(!0===selector.startsWith("="))createdSelector=`[data-tag="${selector.substring(1)}"]`;const element=document.querySelector(createdSelector);return!element||forParent&amp;&amp;!element.parentElement?null:forParent?element.parentElement:element}function _wccRemoveBanner(){_wccHideBanner(),!0===_wccStore._bannerConfig[currentLaw].config.revisitConsent.status&amp;&amp;_wccShowRevisit(),"popup"===_wccGetType()&amp;&amp;(_wccHideOverLay(),document.body&amp;&amp;document.body.classList.contains("wcc-popup-overflow")&amp;&amp;document.body.classList.remove("wcc-popup-overflow"))}async function _wccInitOperations(){await async function(){const bannerConfig=_wccStore._bannerConfig,availableLaws=Object.keys(bannerConfig);let country="",is_eu=!1,region_code="";if(availableLaws.some((law=&gt;"ALL"!==bannerConfig[law].settings.selectedRegion))){const visitor=await async function(){const apiUrl=_wccStore._restApiUrl,response=await fetch(apiUrl);return await response.json()}();visitor&amp;&amp;(country=visitor.country,is_eu=visitor.in_eu,region_code=visitor.region_code)}if(1===availableLaws.length){currentLaw=availableLaws[0],_wccBannerEnabled()||(showBanner=!1)}else currentLaw="EU"===country||is_eu?"GDPR":"US"===country&amp;&amp;_wccIsVisitorInCalifornia(country,region_code)?"CCPA":availableLaws[0];let selectedRegion=_wccStore._bannerConfig[currentLaw].settings.selectedRegion,bannerEnabled=_wccBannerEnabled();"GDPR"===currentLaw&amp;&amp;"ALL"!==selectedRegion&amp;&amp;!is_eu||!bannerEnabled?showBanner=!1:("CCPA"!==currentLaw||"ALL"===selectedRegion||_wccIsVisitorInCalifornia(country,region_code))&amp;&amp;bannerEnabled||(showBanner=!1)}(),function(){if(document.getElementById("wcc-style")||!_wccStyle)return;document.head.insertAdjacentHTML("beforeend",` &lt;style id="wcc-style"&gt;${_wccStyle.css[currentLaw]}&lt;/style&gt;`)}(),function(){const shortCodes=_wccStore._tags;Array.prototype.forEach.call(shortCodes,(function(shortcode){document.querySelectorAll("[data-tag="+shortcode.tag+"]").forEach((function(item){let styles="";for(const key in shortcode.styles)styles+=`${key}: ${shortcode.styles[key]};`;item.style.cssText=styles}))}))}(),async function(){const myEvent=new CustomEvent("_wccBannerVisible",{detail:{bannerVisibility:showBanner},bubbles:!0,cancelable:!0,composed:!1});if(setTimeout((()=&gt;{document.body.dispatchEvent(myEvent)}),0),currentLaw&amp;&amp;showBanner){const template=document.getElementById(`wccBannerTemplate_${currentLaw}`);if(template){const templateHtml=template.innerHTML,doc=(new DOMParser).parseFromString(templateHtml,"text/html");!function($doc){const footer=$doc.querySelector('[data-tag="detail"] .wcc-footer-shadow'),preference=$doc.querySelector('[data-tag="detail"]');if(!footer)return;const background=preference&amp;&amp;preference.style.backgroundColor||"#ffffff";footer.style.background=`linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, ${background} 100%)`}(doc),document.body.insertAdjacentHTML("afterbegin",doc.body.innerHTML)}}_wccSetPreferenceCheckBoxStates(),function(){for(const{slug:slug}of _wccStore._categories)_wccAttachListener("detail-category-title",(()=&gt;document.getElementById(`wccCategory${slug}`).classList.toggle("wcc-tab-active")));_wccAttachListener("=settings-button",(()=&gt;_wccSetPreferenceAction("settings-button"))),_wccAttachListener("=detail-close",(()=&gt;_wccHidePreferenceCenter())),_wccAttachListener("=optout-cancel-button",(()=&gt;_wccHidePreferenceCenter())),_wccAttachListener("=close-button",(()=&gt;(ref._wccSetInStore("action","yes"),void _wccRemoveBanner()))),_wccAttachListener("=donotsell-button",(()=&gt;_wccSetPreferenceAction("donotsell-button"))),_wccAttachListener("=reject-button",_wccAcceptReject("reject")),_wccAttachListener("=accept-button",_wccAcceptReject("all")),_wccAttachListener("=detail-accept-button",_wccAcceptReject("all")),_wccAttachListener("=detail-save-button",_wccAcceptReject()),_wccAttachListener("=detail-category-preview-save-button",_wccAcceptReject()),_wccAttachListener("=optout-confirm-button",_wccAcceptReject()),_wccAttachListener("=detail-reject-button",_wccAcceptReject("reject")),_wccAttachListener("=revisit-consent",(()=&gt;_revisitWccConsent())),_wccAttachListener("=optout-close",(()=&gt;_wccHidePreferenceCenter())),_wccAttachListener("=category-tab",(()=&gt;_wccShowTab("wccIABSectionCookie"))),_wccAttachListener("=purpose-tab",(()=&gt;_wccShowTab("wccIABSectionPurpose"))),_wccAttachListener("=vendor-tab",(()=&gt;_wccShowTab("wccIABSectionVendor"))),_wccAttachListener("#wcc-iab-notice-toggle",(()=&gt;_wccShowPreferenceCenter())),function(){_wccIabInnerAccordionClickListener("wccIABSectionPurpose"),_wccIabInnerAccordionClickListener("wccIABSectionVendor"),document.querySelectorAll(".wcc-child-accordion .wcc-child-accordion-item").forEach((item=&gt;item.addEventListener("click",(function(event){if("checkbox"===event.target.type)return;const accordion=this.parentNode,body=accordion.querySelector(".wcc-child-accordion-body"),isActive=accordion.classList.toggle("wcc-child-accordion-active");accordion.setAttribute("aria-expanded",isActive?"true":"false"),body&amp;&amp;body.setAttribute("aria-hidden",isActive?"false":"true")}))));document.querySelectorAll(".wcc-consents-checkbox").forEach((function(checkbox){checkbox.addEventListener("change",wcc_enable_disable_consent)}))}(),document.querySelectorAll(".wcc-preference-btn").forEach((button=&gt;{const uniqueID=ref._wccRandomString(8,!1);button.id=uniqueID,button.addEventListener("click",(function(){_revisitWccConsent()}))})),function(){if(!_wccStore._bannerConfig[currentLaw].config.auditTable.status)return;const categoryNames=_wccStore._categories.map((({slug:slug})=&gt;slug));categoryNames.map((category=&gt;{const selector=`#wccDetailCategory${category}`;_wccAttachListener(selector,(({target:{id:id}})=&gt;{if(id===`wccSwitch${category}`)return;const accordion=document.querySelector(selector),body=accordion.querySelector(".wcc-accordion-body"),isActive=accordion.classList.toggle("wcc-accordion-active");accordion.setAttribute("aria-expanded",isActive),body&amp;&amp;body.setAttribute("aria-hidden",!isActive),categoryNames.filter((categoryName=&gt;categoryName!==category)).map((filteredName=&gt;{const otherAccordion=document.querySelector(`#wccDetailCategory${filteredName}`),otherBody=otherAccordion.querySelector(".wcc-accordion-body");otherAccordion.classList.remove("wcc-accordion-active"),otherAccordion.setAttribute("aria-expanded","false"),otherBody&amp;&amp;otherBody.setAttribute("aria-hidden","true")}))}))}))}()}(),function(){const toggle=_wccStore._bannerConfig[currentLaw].config.optOption.toggle,activeColor=toggle.states.active.styles["background-color"],inactiveColor=toggle.states.inactive.styles["background-color"];!function(){_wccClassAction("remove",...arguments)}("=optout-option","wcc-disabled",!1);const toggleDataCode=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_optout_toggle_label"===code.key)),optOutTitle=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_optout_option_title"===code.key)),formattedLabel=toggleDataCode.content.replace("[wcc_optout_option_title]",optOutTitle.content);let checked=_wccGPCEnabled()||"yes"===ref._wccGetFromStore("consent");if(function(boxElem,formattedLabel,{checked:checked,disabled:disabled,addListeners:addListeners},{activeColor:activeColor,inactiveColor:inactiveColor},isCCPA=!1){if(!boxElem)return;isCCPA&amp;&amp;addListeners&amp;&amp;_wccAttachListener("=optout-option-title",(()=&gt;boxElem.click()));if(boxElem.checked=checked,boxElem.disabled=disabled,boxElem.style.backgroundColor=checked?activeColor:inactiveColor,_wccSetCheckBoxAriaLabel(boxElem,checked,formattedLabel,isCCPA),!addListeners)return;boxElem.addEventListener("change",(({currentTarget:elem})=&gt;{const isChecked=elem.checked;elem.style.backgroundColor=isChecked?activeColor:inactiveColor,_wccSetCheckBoxAriaLabel(boxElem,isChecked,formattedLabel,isCCPA)}))}(document.getElementById("wccCCPAOptOut"),formattedLabel,{checked:checked,disabled:!1,addListeners:!0},{activeColor:activeColor,inactiveColor:inactiveColor},!0),_wccGPCEnabled()){const optOutButton=document.querySelector('[data-tag="optout-confirm-button"]');optOutButton?(_wccSetConsentID(),optOutButton.click()):console.warn("Opt-out confirm button not found.")}}(),function(){const status=_wccStore._bannerConfig[currentLaw].config.videoPlaceholder.status,styles=_wccStore._bannerConfig[currentLaw].config.videoPlaceholder.styles;if(!status)return;if(!status)return;const placeHolders=document.querySelectorAll('[data-tag="placeholder-title"]');if(placeHolders.length&lt;1)return;Array.from(placeHolders).forEach((placeHolder=&gt;{placeHolder.style.display="block",placeHolder.addEventListener("click",(()=&gt;{ref._wccGetFromStore("action")&amp;&amp;_revisitWccConsent()}));for(const style in styles)styles[style]&amp;&amp;(placeHolder.style[style]=styles[style])}))}(),function(){const readMoreButton=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_readmore"===code.key));if(!readMoreButton.status)return;const content=readMoreButton.content,styles=_wccStore._bannerConfig[currentLaw].config.readMore.styles,readMoreElement=document.querySelector('[data-tag="description"]');if(!readMoreElement)return;if(readMoreElement.childNodes.length&gt;1){const innerElement=document.querySelector('[data-tag="description"] p:last-child');innerElement&amp;&amp;innerElement.insertAdjacentHTML("beforeend",`&amp;nbsp;${content}`)}else readMoreElement.insertAdjacentHTML("beforeend",`&amp;nbsp;${content}`);const placeHolders=document.querySelectorAll('[data-tag="readmore-button"]');if(placeHolders.length&lt;1)return;Array.from(placeHolders).forEach((placeHolder=&gt;{for(const style in styles)styles[style]&amp;&amp;(placeHolder.style[style]=styles[style])}))}(),function(){const item=document.getElementById("wcc-style-inline");item&amp;&amp;item.remove()}(),function(){const notice=_wccGetElementByTag("notice");if(!notice)return!1;const container=notice.closest(".wcc-consent-container");if(!container)return!1;const type=_wccStore._bannerConfig[currentLaw].settings.type;let position=_wccStore._bannerConfig[currentLaw].settings.position;"popup"===type&amp;&amp;(position="center",_wccShowOverLay(),document.body.classList.add("wcc-popup-overflow"));const noticeClass="wcc-"+type+"-"+position;container.classList.add(noticeClass);const revisitConsent=_wccGetElementByTag("revisit-consent");if(!revisitConsent)return!1;const revisitPosition=`wcc-revisit-${_wccStore._bannerConfig[currentLaw].config.revisitConsent.position}`;revisitConsent.classList.add(revisitPosition)}(),function(){if(!_wccStore._rtl)return;["notice","detail","optout-popup","revisit-consent","video-placeholder"].forEach((function(item){_wccGetElementByTag(item)&amp;&amp;_wccGetElementByTag(item).classList.add("wcc-rtl")}))}(),function(){let position="flex-end";["detail-powered-by","optout-powered-by"].map((key=&gt;{const element=document.querySelector(`[data-tag="${key}"]`);element&amp;&amp;(element.style.display="flex",element.style.justifyContent=position,element.style.alignItems="center")}))}()}(),function(){const activeLaw=_wccGetLaw(),showCode=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_show_desc"===code.key)),hideCode=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_hide_desc"===code.key));if(!showCode||!hideCode)return;const hideButtonContent=hideCode.content,showButtonContent=showCode.content,contentLimit=window.innerWidth&lt;376?150:300,element=document.querySelector(`[data-tag="${"gdpr"===activeLaw?"detail":"optout"}-description"]`);if(!element)return;if(element.textContent.length&lt;contentLimit)return;const contentHTML=element.innerHTML,innerElements=(new DOMParser).parseFromString(contentHTML,"text/html").querySelectorAll("body &gt; p");if(innerElements.length&lt;=1)return;let strippedContent="";for(let index=0;index&lt;innerElements.length;index++){if(index===innerElements.length-1)return;const element=innerElements[index];if(`${strippedContent}${element.outerHTML}`.length&gt;contentLimit&amp;&amp;element.insertAdjacentHTML("beforeend",`...&amp;nbsp;${showButtonContent}`),strippedContent=`${strippedContent}${element.outerHTML}`,strippedContent.length&gt;contentLimit)break}function showMoreHandler(){element.innerHTML=`${contentHTML}${hideButtonContent}`,_wccAttachListener("=hide-desc-button",showLessHandler)}function showLessHandler(){element.innerHTML=strippedContent,_wccAttachListener("=show-desc-button",showMoreHandler)}showLessHandler()}();let renew_date=_wccStore._renewConsent;const consent_time=function(cookieName){const cookieValue=document.cookie.split(";").map((cookie=&gt;cookie.trim())).find((row=&gt;row.startsWith(`${cookieName}=`)));if(cookieValue){const cookiePairs=cookieValue.substring(cookieName.length+1).split(",");for(const pair of cookiePairs){const[key,value]=pair.split(":");if("consent_time"===key){const lastModifiedTime=Number(value);if(!isNaN(lastModifiedTime))return lastModifiedTime}}}return null}("wt_consent");!ref._wccGetFromStore("action")||function(){let params=new URL(document.location).searchParams;return params.get("wcc_preview")&amp;&amp;"true"===params.get("wcc_preview")}()||renew_date&amp;&amp;renew_date&gt;consent_time?(_wccShowBanner(),function(){const activeLaw=_wccGetLaw();ref._wccSetInStore("consent","no");const ccpaCheckBoxValue=_wccFindCheckBoxValue(),responseCategories={accepted:[],rejected:[]};for(const category of _wccStore._categories){let valueToSet="yes";showBanner&amp;&amp;("gdpr"===activeLaw&amp;&amp;!category.isNecessary&amp;&amp;!category.defaultConsent.gdpr||"ccpa"===activeLaw&amp;&amp;ccpaCheckBoxValue&amp;&amp;!category.defaultConsent.ccpa)&amp;&amp;(valueToSet="no"),"no"===valueToSet?responseCategories.rejected.push(category.slug):responseCategories.accepted.push(category.slug),ref._wccSetInStore(`${category.slug}`,valueToSet)}_wccUnblock(),_wccSendConsentEvent(responseCategories)}(),_wccSetConsentID(),renew_date&amp;&amp;renew_date&gt;consent_time&amp;&amp;(_wccAcceptReject("reject"),ref._wccSetInStore("action",""))):_wccRemoveBanner()}async function _wccInit(){try{_wccInitOperations(),function(){for(const category of _wccStore._categories)"yes"!==ref._wccGetFromStore(category.slug)&amp;&amp;_wccRemoveDeadCookies(category)}(),document.querySelector("body").addEventListener("click",(event=&gt;{const selector=".wcc-banner-element, .wcc-banner-element *";(event.target.matches?event.target.matches(selector):event.target.msMatchesSelector(selector))&amp;&amp;_revisitWccConsent()}))}catch(err){console.error(err)}}var callback;function wcc_enable_disable_consent(){let el=this.getAttribute("data-tag");const nestedInputs=document.querySelectorAll(".wcc-"+el+"-checkbox, .wcc-"+el+"-legitimate-interests-checkbox"),isChecked=this.checked;nestedInputs.forEach((input=&gt;{input.checked=isChecked}))}function _wccIabInnerAccordionClickListener(containerId){document.querySelectorAll(`#${containerId} .wcc-accordion .wcc-accordion-iab-item`).forEach((item=&gt;{item.addEventListener("click",(function(event){if("checkbox"===event.target.type)return;this.parentNode.classList.toggle("wcc-accordion-active"),this.parentNode.setAttribute("aria-expanded","true");const accordion=this.parentNode,body=accordion.querySelector(".wcc-accordion-body"),isActive=accordion.classList.toggle("wcc-child-accordion-active");accordion.setAttribute("aria-expanded",isActive?"true":"false"),body&amp;&amp;body.setAttribute("aria-hidden",isActive?"false":"true")}))}))}function _wccGetLaw(){return _wccStore._bannerConfig[currentLaw].settings.applicableLaw}function _wccBannerEnabled(){return _wccStore._bannerConfig[currentLaw].settings.bannerEnabled}function _wccGetType(){return _wccStore._bannerConfig[currentLaw].settings.type}function _wccGetBanner(){const notice=_wccGetElementByTag("notice"),container=notice&amp;&amp;notice.closest(".wcc-consent-container")||!1;return container&amp;&amp;container||!1}function _wccHideBanner(){const notice=_wccGetBanner();notice&amp;&amp;notice.classList.add("wcc-hide")}function _wccShowBanner(){const notice=_wccGetBanner();notice&amp;&amp;notice.classList.remove("wcc-hide")}function _wccHideOverLay(){const overlay=document.querySelector(".wcc-overlay");overlay&amp;&amp;overlay.classList.add("wcc-hide")}function _wccShowOverLay(){const overlay=document.querySelector(".wcc-overlay");overlay&amp;&amp;overlay.classList.remove("wcc-hide")}function _wccGetPreferenceCenter(){if("classic"===_wccGetType())return _wccGetBanner();let element="ccpa"===_wccGetLaw()?_wccGetElementByTag("optout-popup"):_wccGetElementByTag("detail");return element&amp;&amp;element.closest(".wcc-modal")||!1}function _wccHidePreferenceCenter(){const element=_wccGetPreferenceCenter();element&amp;&amp;element.classList.remove(_wccGetPreferenceClass()),"classic"!==_wccGetType()&amp;&amp;(_wccHideOverLay(),ref._wccGetFromStore("action")||_wccShowBanner()),ref._wccGetFromStore("action")&amp;&amp;_wccShowRevisit();const origin=_wccStore._preferenceOriginTag;origin&amp;&amp;function(tagName){const element=_wccGetElementByTag(tagName);if(!element)return;element.focus()}(origin)}function _wccShowPreferenceCenter(){const element=_wccGetPreferenceCenter();element&amp;&amp;element.classList.add(_wccGetPreferenceClass()),"classic"!==_wccGetType()&amp;&amp;(_wccShowOverLay(),_wccHideBanner())}function _wccTogglePreferenceCenter(){const element=_wccGetPreferenceCenter();element&amp;&amp;element.classList.toggle(_wccGetPreferenceClass()),"classic"!==_wccGetType()&amp;&amp;function(){const overlay=document.querySelector(".wcc-overlay");overlay&amp;&amp;overlay.classList.toggle("wcc-hide")}()}function _wccGetPreferenceClass(){return"classic"===_wccGetType()?"wcc-consent-bar-expand":"wcc-modal-open"}function _wccGetRevisit(){const revisit=_wccGetElementByTag("revisit-consent");return revisit&amp;&amp;revisit||!1}function _wccShowRevisit(){const revisit=_wccGetRevisit();revisit&amp;&amp;revisit.classList.remove("wcc-revisit-hide")}function _wccSetPreferenceAction(tagName=!1){_wccStore._preferenceOriginTag=tagName,"classic"===_wccGetType()?_wccTogglePreferenceCenter():_wccShowPreferenceCenter()}["consentid","consent","action"].concat(_wccStore._categories.map((({slug:slug})=&gt;slug))).map((item=&gt;ref._wccConsentStore.set(item,cookieyesConsentMap[item]||""))),ref._wccGetCookie=function(name){const value=new RegExp(`${name}=([^;]+)`).exec(document.cookie);return value&amp;&amp;Array.isArray(value)&amp;&amp;value[1]?unescape(value[1]):null},ref._wccSetCookie=function(name,value,days=0,domain=_wccStore._rootDomain){const date=new Date;domain&amp;&amp;(domain=`domain=${domain}`);const toSetTime=0===days?0:date.setTime(date.getTime()+24*days*60*60*1e3);document.cookie=`${name}=${value}; expires=${new Date(toSetTime).toUTCString()}; path=/;${domain}; SameSite=Strict;`},_revisitWccConsent=function(){"classic"===_wccGetType()&amp;&amp;_wccShowBanner(),_wccSetPreferenceAction(),function(force=!1){const revisit=_wccGetRevisit();revisit&amp;&amp;(!0===force?_wccRevisitHide():revisit.classList.toggle("wcc-revisit-hide"))}()},ref._wccRandomString=function(length,allChars=!0){const chars=(allChars?"0123456789":"")+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghiklmnopqrstuvwxyz",response=[];for(let i=0;i&lt;length;i++)response.push(chars[Math.floor(Math.random()*chars.length)]);return allChars?btoa(response.join("")).replace(/\=+$/,""):response.join("")},callback=async function(){try{await _wccInit()}catch(err){console.error(err)}},"undefined"!=typeof document&amp;&amp;("complete"!==document.readyState&amp;&amp;"interactive"!==document.readyState?document.addEventListener("DOMContentLoaded",callback):callback());const sectionNames=["wccIABSectionCookie","wccIABSectionPurpose","wccIABSectionVendor"];function _wccShowTab(tagName=!1){sectionNames.forEach((validTagName=&gt;{!function(){const buttons=document.querySelectorAll(".wcc-iab-nav-item");buttons.forEach((button=&gt;{button.addEventListener("click",(function(){buttons.forEach((btn=&gt;btn.classList.remove("wcc-iab-nav-item-active"))),this.classList.add("wcc-iab-nav-item-active")}))}))}();const tab=function(tagName=!1){const tab=_wccGetElementByTag(tagName);return tab&amp;&amp;tab||!1}(validTagName);validTagName===tagName?tab&amp;&amp;tab.classList.remove("wcc-hide"):tab&amp;&amp;tab.classList.add("wcc-hide")}))}function _wccRemoveDeadCookies({cookies:cookies}){const currentCookieMap=ref._wccGetCookieMap();for(const{cookieID:cookieID,domain:domain}of cookies)for(const existingCookieID in currentCookieMap){(existingCookieID===cookieID||cookieID.includes("*")&amp;&amp;new RegExp(`^${cookieID.replace("*",".*")}$`).test(existingCookieID))&amp;&amp;[domain,""].map((cookieDomain=&gt;ref._wccSetCookie(existingCookieID,"",0,cookieDomain)))}}function _wccSetPreferenceCheckBoxStates(revisit=!1){for(const category of _wccStore._categories){const cookieValue=ref._wccGetFromStore(category.slug);_wccSetCheckboxes(category,"yes"===cookieValue||!cookieValue&amp;&amp;category.defaultConsent[_wccGetLaw()]||category.isNecessary,category.isNecessary,_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_category_toggle_label"===code.key)).content.replace("[wcc_preference_{{category_slug}}_title]",category.name),revisit),_wccSetPreferenceState(category)}}function _wccSetCheckboxes(category,checked,disabled,formattedLabel,revisit=!1){const toggle=_wccStore._bannerConfig[currentLaw].config.preferenceCenter.toggle,activeColor=toggle.states.active.styles["background-color"],inactiveColor=toggle.states.inactive.styles["background-color"];["wccCategoryDirect","wccSwitch"].map((key=&gt;{const boxElem=document.getElementById(`${key}${category.slug}`);boxElem&amp;&amp;(!function(element,category={},revisit=!1){if(revisit)return;"detail-category-toggle"===element.parentElement.getAttribute("data-tag")?function(element,category){let toggleContainer=element.closest(".wcc-accordion-item");if(!toggleContainer)return;const toggleSwitch=toggleContainer.querySelector(".wcc-switch"),necessaryText=toggleContainer.querySelector(".wcc-always-active");category.isNecessary?toggleSwitch&amp;&amp;toggleSwitch.remove():(necessaryText&amp;&amp;necessaryText.remove(),("classic"===_wccGetType()&amp;&amp;_wccStore._bannerConfig[currentLaw].config.categoryPreview.status||category.cookies&amp;&amp;0===category.cookies.length&amp;&amp;!category.foundNoCookieScript)&amp;&amp;toggleSwitch&amp;&amp;toggleSwitch.remove())}(element,category):"detail-category-preview-toggle"===element.parentElement.getAttribute("data-tag")&amp;&amp;function(element,category){category.cookies&amp;&amp;0===category.cookies.length&amp;&amp;!category.isNecessary&amp;&amp;element.parentElement.parentElement.remove()}(element,category)}(boxElem,category,revisit),boxElem.checked=checked,boxElem.disabled=disabled,boxElem.style.backgroundColor=checked?activeColor:inactiveColor,_wccSetCheckBoxAriaLabel(boxElem,checked,formattedLabel),revisit||boxElem.addEventListener("change",(({currentTarget:elem})=&gt;{const isChecked=elem.checked;elem.style.backgroundColor=isChecked?activeColor:inactiveColor,_wccSetCheckBoxAriaLabel(boxElem,isChecked,formattedLabel)})))}))}function _wccSetPreferenceState(category){if(!1===_wccStore._bannerConfig[currentLaw].config.auditTable.status){const tableElement=document.querySelector(`#wccDetailCategory${category.slug} [data-tag="audit-table"]`);tableElement&amp;&amp;tableElement.remove();const chevronElement=document.querySelector(`#wccDetailCategory${category.slug} .wcc-accordion-chevron`);chevronElement&amp;&amp;chevronElement.classList.add("wcc-accordion-chevron-hide")}}function _wccSetCheckBoxAriaLabel(boxElem,isChecked,formattedLabel,isCCPA=!1){if(!boxElem)return;const keyName=isChecked?"disable":"enable",textCode=`wcc_${keyName}_${isCCPA?"optout":"category"}_label`,shortCodeData=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;code.key===textCode));if(!shortCodeData)return;const labelText=formattedLabel.replace(/{{status}}/g,keyName).replace(`[${textCode}]`,shortCodeData.content);boxElem.setAttribute("aria-label",labelText)}function _wccIsVisitorInCalifornia(country,region_code){return _wccStore._restrictToCA?"US"===country&amp;&amp;"CA"===region_code:"US"===country}function _wccAcceptReject(option="custom"){return()=&gt;{!function(choice="all"){const activeLaw=_wccGetLaw(),ccpaCheckBoxValue=_wccFindCheckBoxValue();ref._wccSetInStore("action","yes"),"gdpr"===activeLaw?ref._wccSetInStore("consent","reject"===choice?"no":"yes"):ref._wccSetInStore("consent",ccpaCheckBoxValue?"yes":"no");const responseCategories={accepted:[],rejected:[]};for(const category of _wccStore._categories){let valueToSet="no";valueToSet="gdpr"===activeLaw?category.isNecessary||"reject"!==choice&amp;&amp;("custom"!==choice||_wccFindCheckBoxValue(category.slug))?"yes":"no":ccpaCheckBoxValue&amp;&amp;!category.defaultConsent.ccpa?"no":"yes",ref._wccSetInStore(`${category.slug}`,valueToSet),"no"===valueToSet?(responseCategories.rejected.push(category.slug),_wccRemoveDeadCookies(category)):responseCategories.accepted.push(category.slug)}let customEventSupport=_wccStore._customEvents;window.dataLayer&amp;&amp;customEventSupport&amp;&amp;window.dataLayer.push({event:"cookie_consent_updated"});_wccUnblock(),_wccSendConsentEvent(responseCategories,choice)}(option),_wccRemoveBanner(),_wccHidePreferenceCenter(),async function(){if(!_wccStore._logConsent)return;try{const data={log:JSON.stringify(_wccStore._categories.map((({slug:slug})=&gt;({name:slug,status:ref._wccGetFromStore(slug)||"no"}))).concat([{name:"Cookie Consent",status:"ccpa"===_wccStore._bannerConfig.activeLaw?"yes":ref._wccGetFromStore("consent")||"no"}])),consent_id:ref._wccGetFromStore("consentid")};let request=new XMLHttpRequest;request.open("POST",`${_wccApi.base}consent_logs`,!0),request.setRequestHeader("Content-type","application/json"),request.setRequestHeader("X-WP-Nonce",_wccApi.nonce),request.send(JSON.stringify(data))}catch(err){console.error(err)}}(),function(){"gdpr"===_wccGetLaw()&amp;&amp;_wccSetPreferenceCheckBoxStates(!0);!0===_wccStore._bannerConfig[currentLaw].behaviours.reloadBannerOnAccept&amp;&amp;window.location.reload()}()}}const _wccCreateElementBackup=document.createElement;function _wccUnblock(){if(1===navigator.doNotTrack)return;const consent=ref._wccGetFromStore("consent");("gdpr"!==_wccGetLaw()||consent&amp;&amp;"yes"===consent||!showBanner)&amp;&amp;(_wccStore._backupNodes=_wccStore._backupNodes.filter((({position:position,node:node,uniqueID:uniqueID})=&gt;{try{if(_wccShouldBlockProvider(node.src))return!0;const frame=document.getElementById(uniqueID);if(!frame)return!1;if("BLOCKQUOTE"===node.nodeName&amp;&amp;node.classList.contains("tiktok-embed")){frame.parentNode.insertBefore(node,frame);const script=document.createElement("script");script.src="https://www.tiktok.com/embed.js",script.async=!0,document.body.appendChild(script)}else if("script"===node.nodeName.toLowerCase()){const scriptNode=document.createElement("script");scriptNode.src=node.src,scriptNode.type="text/javascript",document[position].appendChild(scriptNode)}else{const iframe=document.createElement("iframe");iframe.src=node.src,iframe.width=frame.offsetWidth,iframe.height=frame.offsetHeight,frame.parentNode.insertBefore(iframe,frame)}return frame.parentNode.removeChild(frame),!1}catch(error){return console.error(error),!1}})))}function _wccAddProviderToList(node,cleanedHostname){const categoryName=node.hasAttribute("data-wcc")&amp;&amp;node.getAttribute("data-wcc");if(!categoryName)return;for(const category of _wccStore._categories)if(category.isNecessary&amp;&amp;category.slug===categoryName&amp;&amp;!0===category.defaultConsent[currentLaw])return;const provider=_wccStore._providersToBlock.find((({re:re})=&gt;re===cleanedHostname));provider?provider.isOverriden?provider.categories.includes(categoryName)||provider.categories.push(categoryName):(provider.categories=[categoryName],provider.isOverriden=!0):_wccStore._providersToBlock.push({re:cleanedHostname,categories:[categoryName],fullPath:!1})}document.createElement=(...args)=&gt;{const createdElement=_wccCreateElementBackup.call(document,...args);if("script"!==createdElement.nodeName.toLowerCase())return createdElement;const originalSetAttribute=createdElement.setAttribute.bind(createdElement);return Object.defineProperties(createdElement,{src:{get:function(){return createdElement.getAttribute("src")},set:function(value){return _wccShouldChangeType(createdElement,value)&amp;&amp;originalSetAttribute("type","javascript/blocked"),originalSetAttribute("src",value),!0}},type:{get:function(){return createdElement.getAttribute("type")},set:function(value){return value=_wccShouldChangeType(createdElement)?"javascript/blocked":value,originalSetAttribute("type",value),!0}}}),createdElement.setAttribute=(name,value)=&gt;{if("type"===name||"src"===name)return createdElement[name]=value;originalSetAttribute(name,value),"data-wcc"!==name||_wccShouldChangeType(createdElement)||originalSetAttribute("type","text/javascript")},createdElement};const _nodeListObserver=new MutationObserver((function(mutations){if(!new URLSearchParams(window.location.search).has("wcc_bypass"))for(const{addedNodes:addedNodes}of mutations)for(const node of addedNodes)try{if("BLOCKQUOTE"===node.nodeName&amp;&amp;node.classList.contains("tiktok-embed")){const videoId=node.getAttribute("data-video-id");if(!videoId)continue;const uniqueID=ref._wccRandomString(8,!1),pseudoIframe={nodeName:"iframe",src:`https://www.tiktok.com/embed/${videoId}`,offsetWidth:parseInt(node.style.maxWidth)||605,offsetHeight:parseInt(node.style.minHeight)||700,insertAdjacentHTML:function(position,html){node.insertAdjacentHTML(position,html)}},cleanedHostname=_wccCleanHostName("tiktok.com");if(_wccAddProviderToList(node,cleanedHostname),!_wccShouldBlockProvider(cleanedHostname))continue;_wccAddPlaceholder(pseudoIframe,uniqueID);const tiktokScript=document.querySelector('script[src*="tiktok.com/embed.js"]');tiktokScript&amp;&amp;tiktokScript.remove(),node.remove(),_wccStore._backupNodes.push({position:"body",node:node.cloneNode(!0),uniqueID:uniqueID});continue}if(!node.src||!node.nodeName||!["script","iframe"].includes(node.nodeName.toLowerCase()))continue;const urlToParse=node.src.startsWith("//")?`${window.location.protocol}${node.src}`:node.src,{hostname:hostname,pathname:pathname}=new URL(urlToParse),cleanedHostname=_wccCleanHostName(`${hostname}${pathname}`);if(_wccAddProviderToList(node,cleanedHostname),!_wccShouldBlockProvider(cleanedHostname))continue;const uniqueID=ref._wccRandomString(8,!1);if("iframe"===node.nodeName.toLowerCase())_wccAddPlaceholder(node,uniqueID);else{node.type="javascript/blocked";const scriptEventListener=function(event){event.preventDefault(),node.removeEventListener("beforescriptexecute",scriptEventListener)};node.addEventListener("beforescriptexecute",scriptEventListener)}const position=document.head.compareDocumentPosition(node)&amp;Node.DOCUMENT_POSITION_CONTAINED_BY?"head":"body";node.remove(),_wccStore._backupNodes.push({position:position,node:node.cloneNode(),uniqueID:uniqueID})}catch(error){console.error("Error in mutation observer:",error)}}));function _wccCleanHostName(name){return name.replace(/^www./,"")}function _wccIsCategoryToBeBlocked(category){const cookieValue=ref._wccGetFromStore(category),normalizedLaw=currentLaw.toLowerCase();return"no"===cookieValue||!cookieValue&amp;&amp;_wccStore._categories.some((cat=&gt;cat.slug===category&amp;&amp;!cat.isNecessary&amp;&amp;!cat.defaultConsent[normalizedLaw]))}function _wccShouldBlockProvider(formattedRE){const provider=_wccStore._providersToBlock.find((({re:re})=&gt;{return new RegExp((literal=re,literal.replace(/[.*+?^${}()[\]\\]/g,"\\$&amp;"))).test(formattedRE);var literal}));return provider&amp;&amp;provider.categories.some((category=&gt;_wccIsCategoryToBeBlocked(category)))}function _wccShouldChangeType(element,src){return element.hasAttribute("data-wcc")&amp;&amp;_wccIsCategoryToBeBlocked(element.getAttribute("data-wcc"))||_wccShouldBlockProvider(src||element.src)}function _wccSendConsentEvent(responseCategories,status="initial"){const consentUpdate=new CustomEvent("wcc_consent_update",{detail:{status:status,categories:responseCategories}});document.dispatchEvent(consentUpdate)}function _wccFindCheckBoxValue(id=""){return(id?["wccSwitch","wccCategoryDirect"]:["wccCCPAOptOut"]).some((key=&gt;{const checkBox=document.getElementById(`${key}${id}`);return checkBox&amp;&amp;checkBox.checked}))}function _wccAddPlaceholder(htmlElm,uniqueID){const videoPlaceHolderDataCode=_wccStore._bannerConfig[currentLaw].settings.shortcodes.find((code=&gt;"wcc_video_placeholder"===code.key)).content,{offsetWidth:offsetWidth,offsetHeight:offsetHeight}=htmlElm;if(0===offsetWidth||0===offsetHeight)return;htmlElm.insertAdjacentHTML?htmlElm.insertAdjacentHTML("beforebegin",`${videoPlaceHolderDataCode}`.replace("[UNIQUEID]",uniqueID)):document.body.insertAdjacentHTML("beforeend",`${videoPlaceHolderDataCode}`.replace("[UNIQUEID]",uniqueID));const addedNode=document.getElementById(uniqueID);addedNode.style.width=`${offsetWidth}px`,addedNode.style.height=`${offsetHeight}px`;const innerTextElement=document.querySelector(`#${uniqueID} .video-placeholder-text-normal`);innerTextElement.style.display="none";const isTikTok=htmlElm.src.includes("tiktok.com"),youtubeID=!isTikTok&amp;&amp;function(src){const match=src.match(/^.*(youtu\.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&amp;v=)([^#\&amp;\?]*).*/);return!!(match&amp;&amp;Array.isArray(match)&amp;&amp;match[2]&amp;&amp;11===match[2].length)&amp;&amp;match[2]}(htmlElm.src);youtubeID?(addedNode.classList.replace("video-placeholder-normal","video-placeholder-youtube"),addedNode.style.backgroundImage=`linear-gradient(rgba(76,72,72,.7),rgba(76,72,72,.7)),url('https://img.youtube.com/vi/${youtubeID}/maxresdefault.jpg')`,innerTextElement.classList.replace("video-placeholder-text-normal","video-placeholder-text-youtube")):isTikTok&amp;&amp;(addedNode.classList.replace("video-placeholder-text-normal","video-placeholder-tiktok"),innerTextElement.classList.replace("video-placeholder-text-tiktok","video-placeholder-text-normal"))}function _wccGPCEnabled(){return!0===navigator.globalPrivacyControl&amp;&amp;_wccStore._bannerConfig[currentLaw].config.optOption.gpcOption}_nodeListObserver.observe(document.documentElement,{childList:!0,subtree:!0}),window.revisitWccConsent=()=&gt;_revisitWccConsent(),window.getWccConsent=function(){const cookieConsent={currentLaw:"",categories:{},isUserActionCompleted:!1,consentID:"",languageCode:""};try{cookieConsent.currentLaw=_wccGetLaw(),_wccStore._categories.forEach((category=&gt;{cookieConsent.categories[category.slug]="yes"===ref._wccGetFromStore(category.slug)})),cookieConsent.isUserActionCompleted="yes"===ref._wccGetFromStore("action"),cookieConsent.consentID=ref._wccGetFromStore("consentid")||"",cookieConsent.languageCode=_wccStore._language||""}catch(e){}return cookieConsent}}();!function(){const data=window._wccGCMConfig;let setDefaultSetting=!0;const regionSettings=data._regions||[],waitForTime=data.wait_for_update,wcc_bypass=!!data._wccBypass,wcc_gcm_debug=!!data._debugMode;function gtag(){dataLayer.push(arguments)}function setConsentInitStates(consentData){waitForTime&gt;0&amp;&amp;(consentData.wait_for_update=waitForTime),gtag("consent","default",consentData)}if(window.dataLayer=window.dataLayer||[],gtag("set","developer_id.dZDk4Nz",!0),"advanced"===data._mode&amp;&amp;gtag("set","url_passthrough",!!data._urlPassthrough),regionSettings.length)for(let index=0;index&lt;regionSettings.length;index++){const regionSetting=regionSettings[index],convertConsent=value=&gt;"Allowed"===value||"Granted"===value?"granted":"denied",consentRegionData={ad_storage:convertConsent(regionSetting.ad_storage),analytics_storage:convertConsent(regionSetting.analytics_storage),functionality_storage:convertConsent(regionSetting.functionality_storage),personalization_storage:convertConsent(regionSetting.personalization_storage),security_storage:convertConsent(regionSetting.security_storage),ad_user_data:convertConsent(regionSetting.ad_user_data),ad_personalization:convertConsent(regionSetting.ad_personalization)};let regionsToSetFor=[];Array.isArray(regionSetting.region)?regionsToSetFor=regionSetting.region.map((region=&gt;region.trim())):"string"==typeof regionSetting.region&amp;&amp;(regionsToSetFor=regionSetting.region.split(",").map((region=&gt;region.trim())).filter((region=&gt;region))),regionsToSetFor.length&gt;0&amp;&amp;"all"!==regionsToSetFor[0].toLowerCase()?consentRegionData.region=regionsToSetFor:(setDefaultSetting=!1,setDefaultConsents()),setConsentInitStates(consentRegionData)}else setDefaultConsents();function setDefaultConsents(){setDefaultSetting&amp;&amp;setConsentInitStates({ad_storage:"denied",analytics_storage:"denied",functionality_storage:"denied",personalization_storage:"denied",security_storage:"granted",ad_user_data:"denied",ad_personalization:"denied"})}function update_consent_status(categories){const categoryMap={advertisement:"wcc_ad_storage",analytics:"wcc_analytics_storage",functional:"wcc_functionality_storage"};Object.keys(categoryMap).forEach((category=&gt;{window[categoryMap[category]]="denied"})),categories.accepted.forEach((category=&gt;{categoryMap[category]&amp;&amp;(window[categoryMap[category]]="granted")})),wcc_bypass&amp;&amp;(Object.keys(categoryMap).forEach((category=&gt;{window[categoryMap[category]]="granted"})),wcc_waiting_period=100),gtag("consent","update",{ad_storage:wcc_ad_storage,ad_user_data:wcc_ad_storage,ad_personalization:wcc_ad_storage,analytics_storage:wcc_analytics_storage,functionality_storage:wcc_functionality_storage,personalization_storage:wcc_functionality_storage,security_storage:"granted"}),"advanced"===data._mode&amp;&amp;function(wcc_ad_storage){data._redactData&amp;&amp;("granted"===wcc_ad_storage&amp;&amp;(data._redactData=!1),gtag("set","ads_data_redaction",!!data._redactData))}(wcc_ad_storage);const consentUpdateEvent=new CustomEvent("wcc_gcm_updated",{detail:{ad_storage:wcc_ad_storage,analytics_storage:wcc_analytics_storage,functionality_storage:wcc_functionality_storage,personalization_storage:wcc_functionality_storage}});document.dispatchEvent(consentUpdateEvent),window.dataLayer=window.dataLayer||[],window.dataLayer.push({event:"wcc_gcm_consent_update",ad_storage:wcc_ad_storage,analytics_storage:wcc_analytics_storage,functionality_storage:wcc_functionality_storage,personalization_storage:wcc_functionality_storage})}function isConsentGiven(){let wcc_consent_exist=getCookieValue("wt_consent","action");return"yes"===wcc_consent_exist||"no"===wcc_consent_exist}function getCookieValue(name,key){const cookies=document.cookie.split(";");for(const cookie of cookies){const[cookieName,cookieValue]=cookie.split("=");if(cookieName.trim()===name){const keyValuePairs=cookieValue.split(",");for(const pair of keyValuePairs){const[pairKey,pairValue]=pair.split(":");if(pairKey.trim()===key)return pairValue.trim()}}}return!1}function setConsentStatus(){function getConsentStatus(status){return void 0===status?"missing":status?"granted":"denied"}try{if(console.log("Debugging Google Consent Mode:\n"),!window.google_tag_data||!google_tag_data.ics||!google_tag_data.ics.entries)return console.log("\n\tNo Consent Mode data found");let messageToPrint="";const consentModeData=google_tag_data.ics.entries;let defaultMissing=!1;for(const consentItem in consentModeData){const currentItem=consentModeData[consentItem],defaultValue=getConsentStatus(currentItem.default);messageToPrint=`${messageToPrint}\n\t${consentItem}:\n\t\tDefault: ${defaultValue}\n\t\tUpdate: ${getConsentStatus(currentItem.update)}\n\n`,"missing"===defaultValue&amp;&amp;(defaultMissing=!0)}defaultMissing&amp;&amp;(messageToPrint+="%c\n\tWarning: Some categories are missing a default value.\n"),google_tag_data.ics.wasSetLate?messageToPrint+="%c\n\tWarning: A tag read consent before a default was set.\n":messageToPrint+="%c\n\tConsent mode states were set correctly.",defaultMissing||google_tag_data.ics.wasSetLate?console.log(messageToPrint,"color: #C00"):console.log(messageToPrint,"color: #0C0")}catch(error){return console.log("\n\nWarning: Error detecting consent mode status")}}document.addEventListener("_wccBannerVisible",(function(event){let is_banner_visible=event.detail.bannerVisibility,categories={};if(!is_banner_visible||wcc_bypass)categories={accepted:["necessary","functional","analytics","performance","advertisement","others"],rejected:[]};else if(is_banner_visible){let accepted=["necessary"],rejected=[];["functional","analytics","performance","advertisement","others"].forEach((function(category){let cookieValue=getCookieValue("wt_consent",category);"yes"===cookieValue?accepted.push(category):"no"===cookieValue&amp;&amp;rejected.push(category)})),categories={accepted:accepted,rejected:rejected}}!categories||!isConsentGiven()&amp;&amp;is_banner_visible||update_consent_status(categories),wcc_gcm_debug&amp;&amp;setConsentStatus()})),document.addEventListener("wcc_consent_update",(function(eventData){const categories=eventData.detail.categories;categories&amp;&amp;isConsentGiven()&amp;&amp;(update_consent_status(categories),wcc_gcm_debug&amp;&amp;setConsentStatus())}))}();jQuery(document).ready(function(){const headers=document.querySelectorAll(".menu-item-has-children");headers.forEach(header=&gt;{header.addEventListener("click",function(){this.classList.toggle("active");const content=this.querySelector('.sub-menu');if(content.style.maxHeight){content.style.maxHeight=null}else{content.style.maxHeight=content.scrollHeight+"px"}})});const outHeader=document.querySelector("#menu-header-background");if(outHeader){outHeader.addEventListener('click',(e)=&gt;{let isOutside=e.target.closest('#menu-header-menu-content');if(!isOutside){document.querySelector('header nav input[type="checkbox"]').checked=!1}})}
const mainHeader=document.querySelector('#main_header,#header');window.addEventListener('scroll',()=&gt;{if(mainHeader){if(document.documentElement.scrollTop&gt;0){mainHeader.classList.add('sticky')}else{mainHeader.classList.remove('sticky')}}})});var dlmXHRtranslations={"error":"Une erreur s\u2019est produite lors de la tentative de t\u00e9l\u00e9chargement du fichier. Veuillez r\u00e9essayer.","not_found":"Le t\u00e9l\u00e9chargement n\u2019existe pas.","no_file_path":"Aucun chemin de fichier d\u00e9fini.","no_file_paths":"Aucun chemin de fichier sp\u00e9cifi\u00e9.","filetype":"Le t\u00e9l\u00e9chargement n\u2019est pas autoris\u00e9 pour ce type de fichier.","file_access_denied":"Acc\u00e8s refus\u00e9 \u00e0 ce fichier.","access_denied":"Acc\u00e8s refus\u00e9. Vous n\u2019avez pas les droits pour t\u00e9l\u00e9charger ce fichier.","security_error":"Something is wrong with the file path.","file_not_found":"Fichier introuvable."};const dlmXHR={"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":!0,"ajaxUrl":"https:\/\/www.webperfect.fr\/wp-admin\/admin-ajax.php"};dlmXHRinstance={};const dlmXHRGlobalLinks="https://www.webperfect.fr/telechargement/";const dlmNonXHRGlobalLinks=[];dlmXHRgif="https://www.webperfect.fr/wp-includes/images/spinner.gif";const dlmXHRProgress="1";jQuery(function(e){new DLM_XHR_Download});class DLM_XHR_Download{responsHeaders={};constructor(){(dlmXHRinstance=this).init()}init(){dlmXHRinstance.attachButtonEvent()}attachButtonEvent(){jQuery("html,body").on("click",".dlm-no-access-modal-window &gt; div",function(e){e.stopPropagation()}),jQuery("html, body").on("click",".dlm-no-access-modal-overlay, .dlm-no-access-modal-close, .dlm-no-access-modal-window",function(e){e.stopPropagation(),jQuery("#dlm-no-access-modal").remove()}),jQuery(document).on("keydown",function(e){"Escape"===e.key&amp;&amp;jQuery("#dlm-no-access-modal").remove()}),jQuery("html, body").on("click","a",function(e){let d=jQuery(this).attr("href"),o=!1;var r,s;jQuery(this).hasClass("dlm-no-xhr-download")&amp;&amp;(o=!0),"undefined"!=typeof dlmNonXHRGlobalLinks&amp;&amp;0&lt;dlmNonXHRGlobalLinks.length&amp;&amp;void 0!==d&amp;&amp;dlmNonXHRGlobalLinks.forEach(e=&gt;{0&lt;=d.indexOf(e)&amp;&amp;(o=!0)}),o?jQuery("#dlm-no-access-modal").remove():(jQuery(document).trigger("dlm-xhr-download-button-click",[d,this,dlmXHRGlobalLinks]),void 0!==d&amp;&amp;0&lt;=d.indexOf(dlmXHRGlobalLinks)&amp;&amp;(r=jQuery(this).data("redirect"),s=jQuery(this).attr("target"),void 0!==r&amp;&amp;!0===r&amp;&amp;"_blank"===s||dlmXHRinstance.handleDownloadClick(this,e)))})}handleDownloadClick(e,d){d.stopPropagation();var o=e.getAttribute("href"),o={button:e,href:o,buttonObj:jQuery(e)};-1===o.href.indexOf("blob:http")&amp;&amp;"#"!==o.href&amp;&amp;(d.preventDefault(),dlmXHRinstance.retrieveBlob(o))}retrieveBlob(e){let h=this,{button:f,href:x,buttonObj:H}=e,w,g=new XMLHttpRequest,b=dlmXHR.prevent_duplicates,R=H.attr("target"),y=H.attr("class");y=void 0!==y&amp;&amp;""!==y?y.replace("dlm-download-started","").replace("dlm-download-completed",""):"",H.addClass("dlm-download-started"),f.setAttribute("href","#"),f.removeAttribute("download"),f.setAttribute("disabled","disabled"),dlmXHRProgress&amp;&amp;(e='&lt;img src="'+dlmXHRgif+'" class="dlm-xhr-loading-gif" style="display:inline-block; vertical-align: middle; margin-left:15px;"&gt;',f.innerHTML+=e),jQuery(document).trigger("dlm_download_triggered",[this,f,H,w,g]);let C=!1;g.responseType="blob",g.onreadystatechange=function(){var{status:e,readyState:d,statusText:o}=g,r=g.getAllResponseHeaders().split("\r\n").reduce((e,d)=&gt;{var[d,o]=d.split(": ");return e[d]=o,e},{});1&lt;Object.keys(r).length&amp;&amp;(C=!0,h.responseHeaders=r);let s="download",n=!1,t=!1,l=!1,a=!1,i=null,m=!1,c=!1,p=!1,v=!1,u=!1;if(C&amp;&amp;void 0!==h.responseHeaders["dlm-file-name"]&amp;&amp;(n=h.responseHeaders["dlm-file-name"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-no-waypoints"]&amp;&amp;(t=!0),C&amp;&amp;void 0!==h.responseHeaders["dlm-redirect"]&amp;&amp;(l=h.responseHeaders["dlm-redirect"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-external-download"]&amp;&amp;(a=!0),C&amp;&amp;void 0!==h.responseHeaders["dlm-no-access"]&amp;&amp;(i=h.responseHeaders["dlm-no-access"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-no-access-modal"]&amp;&amp;(m=h.responseHeaders["dlm-no-access-modal"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-error"]&amp;&amp;(c=h.responseHeaders["dlm-error"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-download-id"]&amp;&amp;(p=h.responseHeaders["dlm-download-id"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-version-id"]&amp;&amp;(v=h.responseHeaders["dlm-version-id"]),C&amp;&amp;void 0!==h.responseHeaders["dlm-no-access-modal-text"]&amp;&amp;(u=h.responseHeaders["dlm-no-access-modal-text"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-file-name"]&amp;&amp;(n=h.responseHeaders["x-dlm-file-name"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-no-waypoints"]&amp;&amp;(t=!0),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-redirect"]&amp;&amp;(l=h.responseHeaders["x-dlm-redirect"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-external-download"]&amp;&amp;(a=!0),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-no-access"]&amp;&amp;(i=h.responseHeaders["x-dlm-no-access"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-no-access-modal"]&amp;&amp;(m=h.responseHeaders["x-dlm-no-access-modal"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-error"]&amp;&amp;(c=h.responseHeaders["x-dlm-error"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-download-id"]&amp;&amp;(p=h.responseHeaders["x-dlm-download-id"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-version-id"]&amp;&amp;(v=h.responseHeaders["x-dlm-version-id"]),C&amp;&amp;void 0!==h.responseHeaders["x-dlm-no-access-modal-text"]&amp;&amp;(u=h.responseHeaders["x-dlm-no-access-modal-text"]),n?(s=n.replace(/\"/g,"").replace(";",""),s=decodeURI(s)):C&amp;&amp;void 0!==h.responseHeaders["content-disposition"]&amp;&amp;(s=(s=h.responseHeaders["content-disposition"].split(/(?:filename\*=UTF-8'')|(?:filename=)/)[1]).replace(/\"/g,"").replace(";",""),s=decodeURI(s)),c=c&amp;&amp;(c in dlmXHRtranslations?dlmXHRtranslations[c]:dlmXHRtranslations.error),2===g.readyState){if(C&amp;&amp;void 0!==h.responseHeaders["x-dlm-force-abort"]&amp;&amp;""!==h.responseHeaders["x-dlm-force-abort"])return f.removeAttribute("download"),f.setAttribute("href",x),H.removeClass().addClass(y).find("span.dlm-xhr-progress").remove(),H.find(".dlm-xhr-loading-gif").remove(),g.abort(),void jQuery("#dlm-no-access-modal").remove();if(t)return g.abort(),l?void(window.location.href=l):void(window.location.href=x);if(a)return g.abort(),void dlmXHRinstance.dlmExternalDownload(h.responseHeaders,f,H,s,x);if(0===Object.keys(h.responseHeaders).filter(e=&gt;-1!==e.indexOf("dlm-")).length)return g.abort(),void(window.location.href=x);if(i&amp;&amp;"true"===i&amp;&amp;m&amp;&amp;0!=m)return dlmXHRinstance.dlmNoAccessModal(h.responseHeaders),f.removeAttribute("download"),f.setAttribute("href",x),H.removeClass().addClass(y).find("span.dlm-xhr-progress").remove(),H.find(".dlm-xhr-loading-gif").remove(),void g.abort();if(c&amp;&amp;""!==c&amp;&amp;null!==c)return dlmXHRinstance.dlmLogDownload(h.responseHeaders,"failed",!1),f.removeAttribute("download"),f.setAttribute("href",x),H.removeClass().addClass(y).find("span.dlm-xhr-progress").remove(),H.find(".dlm-xhr-loading-gif").remove(),g.abort(),void(m&amp;&amp;0!=m?dlmXHRinstance.dlmNoAccessModal(h.responseHeaders):(H.find(".dlm-xhr-error").remove(),H.append('&lt;span class="dlm-xhr-error"&gt;'+c+"&lt;/span&gt;")));if(l&amp;&amp;""!==l&amp;&amp;null!==l)return dlmXHRinstance.dlmLogDownload(h.responseHeaders,"redirected",!1,l,i,R),f.removeAttribute("download"),f.setAttribute("href",x),H.removeClass().addClass(y).find("span.dlm-xhr-progress").remove(),H.find(".dlm-xhr-loading-gif").remove(),void g.abort()}404==e&amp;&amp;2==d&amp;&amp;((r=document.createElement("p")).innerHTML=o,f.parentNode.appendChild(r)),401==e&amp;&amp;2==d?window.location.href=o:(403==e&amp;&amp;2==d&amp;&amp;((r=document.createElement("p")).innerHTML=o,f.parentNode.appendChild(r)),200==e&amp;&amp;4==d&amp;&amp;(o=g.response,w=URL.createObjectURL(o),f.removeEventListener("click",dlmXHRinstance.handleDownloadClick),f.setAttribute("download",""+s),f.setAttribute("href",w),f.click(),H.removeClass().addClass(y+" dlm-download-complete"),dlmXHRinstance.attachButtonEvent(),jQuery(document).trigger("dlm_download_complete",[this,f,H,w]),dlmXHRinstance.dlmLogDownload(h.responseHeaders,"completed",b),window.URL.revokeObjectURL(w),f.removeAttribute("download"),f.setAttribute("href",x),H.find(".dlm-xhr-loading-gif").remove(),setTimeout(function(){H.removeClass().addClass(y).find("span.dlm-xhr-progress").remove()},4e3)))},dlmXHRProgress&amp;&amp;g.addEventListener("progress",function(e){let d=e.total,o=(void 0!==e.total&amp;&amp;"undefined"!==e.total&amp;&amp;0!==e.total||void 0!==h.responseHeaders["x-dlm-filesize"]&amp;&amp;(d=h.responseHeaders["x-dlm-filesize"]),e.loaded/d*100);o=o.toFixed();var r;H.find("span.dlm-xhr-progress").remove(),r="dlm-download-started download-"+10*Math.ceil(o/10),1/0!=o&amp;&amp;H.append('&lt;span class="dlm-xhr-progress"&gt;&amp;nbsp;'+o+"%&lt;/span&gt;"),H.removeClass().addClass(y+" "+r),jQuery(document).trigger("dlm_download_progress",[this,f,H,w,e,o])}),g.onerror=function(){f.removeAttribute("download"),f.setAttribute("href",x),H.removeClass().addClass(y+" dlm-no-xhr-download").find("span.dlm-xhr-progress").remove(),H.find(".dlm-xhr-error").remove(),H.append('&lt;span class="dlm-xhr-error"&gt;'+dlmXHRtranslations.error+"&lt;/span&gt;"),console.log("** An error occurred during the transaction")},g.open("GET",x,!0),g.setRequestHeader("Cache-Control","no-store, no-cache, no-transform, max-age=0"),g.setRequestHeader("dlm-xhr-request","dlm_XMLHttpRequest"),g.send()}dlmLogDownload(e,d,o,r=null,s=null,n="_self"){var t,l;null!==s?window.open(r,n):(s=window.location.href,t=void 0!==e["x-dlm-download-id"]?e["x-dlm-download-id"]:e["dlm-download-id"],l=void 0!==e["x-dlm-version-id"]?e["x-dlm-version-id"]:e["dlm-version-id"],jQuery.post(dlmXHR.ajaxUrl,{download_id:t,version_id:l,status:d,cookie:o,currentURL:s,action:"log_dlm_xhr_download",responseHeaders:e,nonce:e["x-dlm-nonce"]},function(e){null!==r&amp;&amp;(null==n&amp;&amp;(n="_self"),window.open(r,n))}))}dlmNoAccessModal(e){let d="empty-download",o="empty-version",r="empty-restriction",s="",t=(void 0!==e["dlm-download-id"]&amp;&amp;(d=e["dlm-download-id"]),void 0!==e["dlm-version-id"]&amp;&amp;(o=e["dlm-version-id"]),void 0!==e["dlm-no-access-modal-text"]&amp;&amp;(s=e["dlm-no-access-modal-text"]),void 0!==e["dlm-no-access-restriction"]&amp;&amp;(r=e["dlm-no-access-restriction"]),void 0!==e["x-dlm-download-id"]&amp;&amp;(d=e["x-dlm-download-id"]),void 0!==e["x-dlm-version-id"]&amp;&amp;(o=e["x-dlm-version-id"]),void 0!==e["x-dlm-no-access-modal-text"]&amp;&amp;(s=e["x-dlm-no-access-modal-text"]),void 0!==e["x-dlm-no-access-restriction"]&amp;&amp;(r=e["x-dlm-no-access-restriction"]),{download_id:d,version_id:o,modal_text:s,restriction:r,action:"no_access_dlm_xhr_download",nonce:e["x-dlm-nonce"]});jQuery(document).trigger("dlm-xhr-modal-data",[t,e]),document.dispatchEvent(new CustomEvent("dlm-xhr-modal-data",{detail:{data:t,headers:e}})),jQuery.post(dlmXHR.ajaxUrl,t,function(e){jQuery("#dlm-no-access-modal").remove();var d=document.createElement("div"),o=(d.innerHTML=e,/&lt;script\b[^&gt;]*&gt;([\s\S]*?)&lt;\/script&gt;/gm);for(d.innerHTML=d.innerHTML.replace(o,"");null!==(s=o.exec(e));){var r=s[0],s=s[1],n=document.createElement("script"),r=r.match(/src=["']([^"']+)["']/),r=(r?n.src=r[1]:n.textContent=s,d.querySelector("#dlm-no-access-modal"));console.error(n),(r||document.body).appendChild(n)}for(;d.firstChild;)document.body.appendChild(d.firstChild);jQuery(document).trigger(t.action,[e,t]),document.dispatchEvent(new CustomEvent(t.action,{detail:[e,t]}))})}dlmExternalDownload(o,s,n,r,t){let l=new XMLHttpRequest,a=(n.attr("target"),n.attr("class")),i,e="";void 0!==o["dlm-external-download"]&amp;&amp;(e=o["dlm-external-download"]),void 0!==o["x-dlm-external-download"]&amp;&amp;(e=o["x-dlm-external-download"]),a=void 0!==a&amp;&amp;""!==a?a.replace("dlm-download-started","").replace("dlm-download-completed",""):"",n.addClass("dlm-download-started"),s.setAttribute("href","#"),s.removeAttribute("download"),s.setAttribute("disabled","disabled"),jQuery(document).trigger("dlm_download_triggered",[this,s,n,i,l]),l.responseType="blob",l.onreadystatechange=function(){var{status:e,readyState:d}=l;403===e?(dlmXHRinstance.dlmLogDownload(o,"failed",!1),l.abort(),n.find(".dlm-xhr-error").remove(),n.append('&lt;span class="dlm-xhr-error"&gt;Acces Denied to file.&lt;/span&gt;')):200==e&amp;&amp;4==d&amp;&amp;(e=l.response,i=URL.createObjectURL(e),s.removeEventListener("click",dlmXHRinstance.handleDownloadClick),s.setAttribute("download",""+r),s.setAttribute("href",i),s.click(),n.removeClass().addClass(a+" dlm-download-complete"),dlmXHRinstance.attachButtonEvent(),jQuery(document).trigger("dlm_download_complete",[this,s,n,i]),dlmXHRinstance.dlmLogDownload(o,"completed",!1),window.URL.revokeObjectURL(i),s.removeAttribute("download"),s.setAttribute("href",t),n.find(".dlm-xhr-loading-gif").remove(),setTimeout(function(){n.removeClass().addClass(a).find("span.dlm-xhr-progress").remove()},1e3))},dlmXHRProgress&amp;&amp;l.addEventListener("progress",function(e){let d=e.total,o=(void 0!==e.total&amp;&amp;"undefined"!==e.total||(d=l.getResponseHeader("X-DLM-Filesize")),e.loaded/d*100);o=o.toFixed();var r;n.find("span.dlm-xhr-progress").remove(),r="dlm-download-started download-"+10*Math.ceil(o/10),1/0!=o&amp;&amp;n.append('&lt;span class="dlm-xhr-progress"&gt;&amp;nbsp;'+o+"%&lt;/span&gt;"),n.removeClass().addClass(a+" "+r),jQuery(document).trigger("dlm_download_progress",[this,s,n,i,e,o])}),l.onerror=function(){s.removeAttribute("download"),s.setAttribute("href",t),n.removeClass().addClass(a+" .dlm-no-xhr-download").find("span.dlm-xhr-progress").remove(),n.find(".dlm-xhr-error").remove(),n.append('&lt;span class="dlm-xhr-error"&gt;'+dlmXHRtranslations.error+"&lt;/span&gt;"),console.log("** An error occurred during the transaction")},l.open("GET",e,!0),l.setRequestHeader("Cache-Control","no-store, no-cache, no-transform, max-age=0"),l.setRequestHeader("dlm-xhr-request","dlm_XMLHttpRequest"),l.send()}};document.addEventListener("dlm-xhr-modal-data",function(event){if("undefined"!==typeof event.detail.headers["x-dlm-tc-required"]){event.detail.data.action="dlm_terms_conditions_modal";event.detail.data.dlm_modal_response="true"}});document.addEventListener("dlm-xhr-modal-data",function(event){if("undefined"!==typeof event.detail.headers["x-dlm-members-locked"]){event.detail.data.action="dlm_members_conditions_modal";event.detail.data.dlm_modal_response="true";event.detail.data.dlm_members_form_redirect="https://www.webperfect.fr/webanalytics-rester-mesure.html"}});;document.addEventListener("DOMContentLoaded",function(){const dysCheckboxes=document.querySelectorAll(".dys_box input");dysCheckboxes.forEach(function(checkbox){let isWorked=localStorage.getItem('status');if(isWorked==='true'){document.body.classList.add('dys-font');checkbox.checked=!0}else{document.body.classList.remove('dys-font');checkbox.checked=!1}
checkbox.addEventListener("change",function(){let isChecked=!1;if(checkbox.checked){isChecked=!0}
if(isChecked){document.body.classList.add('dys-font');isWorked=!0}else{document.body.classList.remove('dys-font');isWorked=!1}
localStorage.setItem('status',isWorked)})});document.addEventListener("keydown",function(event){if(event.key==="Enter"&amp;&amp;event.target.classList.contains('switch')){dysCheckboxes.forEach(function(checkbox){checkbox.checked=!checkbox.checked;checkbox.dispatchEvent(new Event("change"))})}})})</pre></body></html>