/*! For license information please see site.js.LICENSE.txt */ !function(){"use strict";const e="Epaas",t="Date Display",n="Countdown",r="Locale Preserver",o="Push Notification",i="Tracking";function a(e,t=null,n="",r=null){try{if("true"===localStorage.getItem("PW::debug")){const o=[`*** ${e}:`,...null!==t?[t,"-"]:[],n,...r?[r]:[]];console.log(...o)}}catch(e){}}const s="started",c="stopped",l="finished",d="video";let u;function p(e){a(i,20,"init",e),e.classList.add("initialized"),u=function(e){let t=e.textContent,n=JSON.parse(t||""),r={language:n.language||"en",currency:n.currency||"eur",template:n.template||"customPage",pageName:n.page||"home",referenceName:n.reference||"local > "+(n.template||"customPage"),version:n.version||"",isErrorPage:n.error||"",scriptUrl:n.script||"",isTracyAvailable:""!=(n.script||"")};return a(i,30,"trackConfig: ",r),r}(e),u.isErrorPage?m():f(),h(document),function(e){e.defaultView.addEventListener("message",(e=>{if(e.data&&e.data.analytics&&e.data.analytics.vars){let t=e.data.analytics,n="play"===t.vars.type?s:"pause"===t.vars.type?c:l;t.vars.src&&w(n,d,t.vars.src,t.vars.duration,t.vars.currentTime)}}),!1)}(document)}function h(e){e.querySelectorAll('a:not([target^="_blank"])').forEach((e=>{const t=e.href,n=e.getAttribute("data-track")||e.innerText.trim()||"Undefined";e.addEventListener("click",(()=>y("internal",n,t)))})),e.querySelectorAll('a[target^="_blank"]').forEach((e=>{const t=e.href,n=e.getAttribute("data-track")||e.innerText.trim()||"Undefined";e.addEventListener("click",(()=>y("external",n,t)))}))}const f=()=>{a(i,40,"trackPage");let e={author:"JvM TECH",brand:"bmw",countryCode:"global",currency:u.currency,lang:u.language,pageVariant:"real page",pageType:u.template,stocklocatorType:"none"};u.version&&(e.version=u.version),u.pageName&&(e.pageName=u.pageName),a(i,42,"arguments: "+u.referenceName,e),u.isTracyAvailable&&window.tracy&&window.tracy.page(u.referenceName,e)},m=()=>{a(i,50,"trackError");let e={countryCode:"CC",errorMessage:"page not loaded",eventAction:"page load",errorType:"backend",errorCode:"404",requestedURL:window.location.href};a(i,52,"arguments: "+u.referenceName,e),u.isTracyAvailable&&window.tracy&&window.tracy.event(u.referenceName,e)},y=(e,t,n)=>{a(i,70,"trackLinkEvent");let r="local > "+e+" link clicked",o={linkName:t,requestedUrl:n,pageName:u.pageName};a(i,72,"arguments: "+r,o),u.isTracyAvailable&&window.tracy&&window.tracy.event(r,o)},w=(e,t,n,r,o)=>{a(i,80,"trackMediaEvent");let s="local > media "+e,c={linkName:t+"::"+e,requestedUrl:n,pageName:u.pageName,mediaName:n,mediaTotalLength:r,mediaCurrentTime:o,mediaType:t};a(i,82,"arguments: "+s,c),u.isTracyAvailable&&window.tracy&&window.tracy.event(s,c)},g=e=>{a(i,15,"updateTracking"),function(e){a(i,25,"initElement",e),h(e)}(e)};const v=(t=document)=>{a(e,10,"initEpaasCheck");let n=t.querySelector(".epaas-notavailable-banner:not(.initialized)");var r;n&&(a(e,20,"init",r=n),r.classList.add("element"),window.addEventListener("consentcontroller.api.notavailable",(t=>{a(e,22,"not available",r),r.style.display="block"})),window.epaasNotAvailable&&(a(e,24,"not available",r),r.style.display="block"))};function E(e,t,n,r){const o=Math.round(e.duration),i=Math.round(Math.min(e.currentTime,o)),a=i/o*100;n.innerText=_(Math.round(i)),t.value=a,r.innerText=_(o)}function _(e){let t=0,n=0;return t=Math.floor(n/60),n=Math.floor(e/60),n=n>=10?n:"0"+n,e=(e=Math.floor(e%60))>=10?e:"0"+e,t>0?t+":"+n+":"+e:n+":"+e}function S(e,t){t.autoplay||w(e,"audio",t.currentSrc,Math.round(t.duration),Math.round(t.currentTime))}const L=(e=document)=>{const t=e.querySelectorAll(".pw-a-audio:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelector("audio"),n=e.querySelector("#pw-a-audio-button-play"),r=e.querySelector("#pw-a-audio-button-jump-backwards"),o=e.querySelector("#pw-a-audio-button-jump-forward"),i=e.querySelector(".pw-a-audio__progress-range"),a=e.querySelector(".pw-a-audio__progress-timer"),d=e.querySelector(".pw-a-audio__progress-duration"),u="pw-a-audio--is-playing";let p=!1;if(t){const h=()=>e.classList.add(u),f=()=>e.classList.remove(u);t.addEventListener("loadedmetadata",(()=>{E(t,i,a,d)})),t.addEventListener("playing",(()=>{h(),S(s,t)})),t.addEventListener("pause",(()=>{f(),S(c,t)})),t.addEventListener("timeupdate",(()=>{p||(i.value=t.currentTime/t.duration*100),E(t,i,a,d)})),t.addEventListener("ended",(()=>{f(),S(l,t)})),n.addEventListener("click",(()=>{e.classList.contains(u)?t.pause():t.play()})),r.addEventListener("click",(()=>{t.currentTime=t.currentTime-15,E(t,i,a,d)})),o.addEventListener("click",(()=>{t.currentTime=t.currentTime+15,E(t,i,a,d)})),i.addEventListener("change",(()=>{const e=i.value/100;t.currentTime=(t.duration||0)*e,E(t,i,a,d)})),i.addEventListener("input",(()=>{const e=i.value/100;t.currentTime=(t.duration||0)*e,E(t,i,a,d)})),i.addEventListener("mousedown",(()=>{p=!0})),i.addEventListener("mouseup",(()=>{p=!1})),t.oncanplaythrough=()=>{E(t,i,a,d)}}})(e)}))};var b=Object.prototype.toString,T=Array.isArray||function(e){return"[object Array]"===b.call(e)};function A(e){return"function"==typeof e}function q(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function k(e,t){return null!=e&&"object"==typeof e&&t in e}var N=RegExp.prototype.test;var x=/\S/;function M(e){return!function(e,t){return N.call(e,t)}(x,e)}var U={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="};var C=/\s*/,R=/\s+/,I=/\s*=/,D=/\s*\}/,O=/#|\^|\/|>|\{|&|=|!/;function z(e){this.string=e,this.tail=e,this.pos=0}function P(e,t){this.view=e,this.cache={".":this.view},this.parent=t}function H(){this.templateCache={_cache:{},set:function(e,t){this._cache[e]=t},get:function(e){return this._cache[e]},clear:function(){this._cache={}}}}z.prototype.eos=function(){return""===this.tail},z.prototype.scan=function(e){var t=this.tail.match(e);if(!t||0!==t.index)return"";var n=t[0];return this.tail=this.tail.substring(n.length),this.pos+=n.length,n},z.prototype.scanUntil=function(e){var t,n=this.tail.search(e);switch(n){case-1:t=this.tail,this.tail="";break;case 0:t="";break;default:t=this.tail.substring(0,n),this.tail=this.tail.substring(n)}return this.pos+=t.length,t},P.prototype.push=function(e){return new P(e,this)},P.prototype.lookup=function(e){var t,n,r,o=this.cache;if(o.hasOwnProperty(e))t=o[e];else{for(var i,a,s,c=this,l=!1;c;){if(e.indexOf(".")>0)for(i=c.view,a=e.split("."),s=0;null!=i&&s0?o[o.length-1][4]:n;break;default:r.push(t)}return n}(function(e){for(var t,n,r=[],o=0,i=e.length;o"===a?s=this.renderPartial(i,t,n,o):"&"===a?s=this.unescapedValue(i,t):"name"===a?s=this.escapedValue(i,t,o):"text"===a&&(s=this.rawValue(i)),void 0!==s&&(c+=s);return c},H.prototype.renderSection=function(e,t,n,r,o){var i=this,a="",s=t.lookup(e[1]);if(s){if(T(s))for(var c=0,l=s.length;c0||!n)&&(o[i]=r+o[i]);return o.join("\n")},H.prototype.renderPartial=function(e,t,n,r){if(n){var o=this.getConfigTags(r),i=A(n)?n(e[1]):n[e[1]];if(null!=i){var a=e[6],s=e[5],c=e[4],l=i;0==s&&c&&(l=this.indentPartial(i,c,a));var d=this.parse(l,o);return this.renderTokens(d,t,n,l,r)}}},H.prototype.unescapedValue=function(e,t){var n=t.lookup(e[1]);if(null!=n)return n},H.prototype.escapedValue=function(e,t,n){var r=this.getConfigEscape(n)||Y.escape,o=t.lookup(e[1]);if(null!=o)return"number"==typeof o&&r===Y.escape?String(o):r(o)},H.prototype.rawValue=function(e){return e[1]},H.prototype.getConfigTags=function(e){return T(e)?e:e&&"object"==typeof e?e.tags:void 0},H.prototype.getConfigEscape=function(e){return e&&"object"==typeof e&&!T(e)?e.escape:void 0};var Y={name:"mustache.js",version:"4.2.0",tags:["{{","}}"],clearCache:void 0,escape:void 0,parse:void 0,render:void 0,Scanner:void 0,Context:void 0,Writer:void 0,set templateCache(e){$.templateCache=e},get templateCache(){return $.templateCache}},$=new H;Y.clearCache=function(){return $.clearCache()},Y.parse=function(e,t){return $.parse(e,t)},Y.render=function(e,t,n,r){if("string"!=typeof e)throw new TypeError('Invalid template! Template should be a "string" but "'+((T(o=e)?"array":typeof o)+'" was given as the first argument for mustache#render(template, view, partials)'));var o;return $.render(e,t,n,r)},Y.escape=function(e){return String(e).replace(/[&<>"'`=\/]/g,(function(e){return U[e]}))},Y.Scanner=z,Y.Context=P,Y.Writer=H;var K=Y;const B=e=>{e.classList.add("pw-a-video__asset--initialized");const t=e.querySelector("video"),n=e.querySelector(".pw-a-video__poster");let r=!1;const o=e=>{e.forEach((e=>{null!==t.offsetParent&&(!r&&e.isIntersecting&&(Array.from(t.children).forEach((e=>{"string"==typeof e.tagName&&"SOURCE"===e.tagName&&(e.src=e.dataset.src)})),t.load(),r=!0),n&&n.addEventListener("click",(()=>{W(t)})),0!==e.intersectionRatio?!0===t.autoplay&&W(t):function(e){Q(e)&&e.pause()}(t))}))};if(t){t.addEventListener("playing",(()=>{n.classList.add("pw-a-video__poster--hidden"),j(s,t)})),t.addEventListener("pause",(()=>{j(c,t)})),t.addEventListener("ended",(()=>{n.classList.remove("pw-a-video__poster--hidden"),j(l,t)}));new IntersectionObserver(o,{threshold:[0,.01]}).observe(t)}};function j(e,t){t.autoplay||w(e,d,t.currentSrc,Math.round(t.duration),Math.round(t.currentTime))}function Q(e){return!!(e.currentTime>0&&!e.paused&&!e.ended&&e.readyState>2)}function W(e){Q(e)||e.play()}const V=(e=document)=>{const t=e.querySelectorAll(".pw-a-video__asset:not(.pw-a-video__asset--initialized)");Array.from(t).forEach((e=>{B(e)}))},F="KEY_JUST_NOW",J="KEY_ONE_MINUTE",G="KEY_MINUTES",X="KEY_ONE_HOUR",Z="KEY_HOURS",ee="KEY_ONE_DAY",te="KEY_DAYS",ne="KEY_ONE_WEEK",re="KEY_WEEKS",oe="KEY_ONE_MONTH",ie="KEY_MONTHS",ae="KEY_ONE_YEAR",se="KEY_YEARS",ce=e=>{const t=e.querySelector("#pwsg-timeago");if(!t)return;const n={KEY_JUST_NOW:t.dataset.justnow,KEY_ONE_MINUTE:t.dataset.oneminute,KEY_MINUTES:t.dataset.minutes,KEY_ONE_HOUR:t.dataset.onehour,KEY_HOURS:t.dataset.hours,KEY_ONE_DAY:t.dataset.oneday,KEY_DAYS:t.dataset.days,KEY_ONE_WEEK:t.dataset.oneweek,KEY_WEEKS:t.dataset.weeks,KEY_ONE_MONTH:t.dataset.onemonth,KEY_MONTHS:t.dataset.months,KEY_ONE_YEAR:t.dataset.oneyear,KEY_YEARS:t.dataset.years},r=e.querySelectorAll(".pw-a-timeago:not(.initialized)"),o=new Date;Array.from(r).forEach((e=>{if(e.dataset.datetime){const t=new Date(e.dataset.datetime);if(tr)return;if(l>=1)return l>1?[se,l]:[ae,l];if(c>=1)return c>1?[ie,c]:[oe,c];if(s>=7)return s<14?[ne,1]:s<21?[re,2]:s<28?[re,3]:[re,4];if(s>=1)return s>1?[te,s]:[ee,s];if(a>=1)return a>1?[Z,a]:[X,a];if(i>=1)return i>1?[G,i]:[J,i];return[F,o]}(t),o=n[r[0]].replace("{{value}}",String(r[1]));e.insertAdjacentHTML("beforeend",o)}}}))};const le=e=>{if(e.classList.add("initialized"),function(){const e=window.matchMedia("(pointer:fine)").matches;if(("ontouchstart"in window||window.navigator.maxTouchPoints>0)&&!e)return!0;return!1}()){const t=e.querySelectorAll("[id^='socialteaser-']"),n="pw-socialteaser--active";let r;const o=e=>{t[e].classList.add(n),t[e].querySelector("a").style.pointerEvents="auto",r!=e&&(r>=0?(i(r),r=e):r=e)},i=e=>{t[e].classList.remove(n),t[e].querySelector("a").style.pointerEvents="none"};Array.from(t).forEach(((e,n)=>{let r=e.id;e.querySelector('[on="tap:pw-set-activeTeaser.'+r+'"]')&&t[n].addEventListener("click",(()=>o(n))),i(n)}))}};const de=(e=document)=>{const t=e.querySelectorAll(".socialgrid:not(.initialized)");Array.from(t).forEach((e=>{le(e),((e=document)=>{ce(e)})(e)}))},ue=e=>{const n=e.querySelector("#pw-teaser__date-display-strings");if(!n)return;a(t,20,"Init");const r=e.querySelectorAll(".pw-teaser__date-display:not(.initialized)");Array.from(r).forEach((e=>{if(e.dataset.timestamp_ms){e.classList.add("initialized");const t=Number(e.dataset.timestamp_ms)?new Date(Number(e.dataset.timestamp_ms)):new Date(e.dataset.timestamp_ms);if(t&&new Date<=new Date(t)){const r=n.dataset.months.split(","),o=pe(t.getDate()),i=r[t.getMonth()],a=pe((t.getHours()+11)%12+1),s=pe(t.getMinutes()),c=function(e){return e.getHours()>=12?"PM":"AM"}(t);!function(e,t,n,r,o,i){const a=e.querySelectorAll(".pw-teaser__date-text"),s={"{dayTwoDigit}":t,"{monthNameShort}":n,"{hour12TwoDigit}":r,"{minuteTwoDigit}":o,"{dayPeriod}":i};Array.from(a).forEach((e=>{const t=/{dayTwoDigit}|{monthNameShort}|{hour12TwoDigit}|{minuteTwoDigit}|{dayPeriod}/g;e.textContent=e.textContent.replace(t,(function(e){return s[e]}))}))}(e,o,i,a,s,c),e.parentElement.style.display="flex"}}}))};function pe(e){return e<10?"0"+e:e}function he(e){a(n,3,"Init"),e.classList.add("initialized");const t=e.querySelector(".pw-m-date-countdown");if(t){const r=Number(t.dataset.timestamp_ms)?new Date(Number(t.dataset.timestamp_ms)):new Date(t.dataset.timestamp_ms),o=new Date(r),i=new Date,s=e.querySelector(".countdown__time--days"),c=e.querySelector(".countdown__time--hours"),l=e.querySelector(".countdown__time--minutes"),d=e.querySelector(".countdown__time--seconds"),u=e.querySelector("[id^='hide-timeout-event-']"),p=e.querySelector("[id^='show-timeout-event-']");a(n,31,"futureDate"+o+" today "+i),o<=i?me(u,p,e):function(e,t,n,r,o,i,a,s,c){setTimeout((()=>{c.style.visibility="visible"}),1e3);let l=setInterval((function(){const d=Math.floor(function(e){const t=new Date,n=e.getTime()-t.getTime();return Math.floor(Math.abs(n/1e3))}(e)%60),u=Math.floor(function(e){const t=new Date,n=e.getTime()-t.getTime();return Math.floor(Math.abs(n/6e4))}(e)%60),p=Math.floor(function(e){const t=new Date,n=Math.abs(e.getTime()-t.getTime());return Math.floor(n/36e5)}(e)%24),h=Math.floor(function(e){const t=new Date,n=e.getTime()-t.getTime();return Math.floor(Math.abs(n/864e5))}(e));let f=fe(h),m=fe(p),y=fe(u),w=fe(d);t.className="countdown__time countdown__time--days countdown__time--"+f,n.className="countdown__time countdown__time--hours countdown__time--"+m,r.className="countdown__time countdown__time--minutes countdown__time--"+y,o.className="countdown__time countdown__time--seconds countdown__time--"+w;const g=new Date;e<=g&&(me(i,a,s),c.style.visibility="hidden",clearInterval(l))}),1e3)}(o,s,c,l,d,u,p,e,t)}}function fe(e){return e<10?"0"+e:e}function me(e,t,r){if(a(n,4,"Hide Countdown Element Show Element"),e){const t=e.dataset.hide_selector;if(t){a(n,5,"Hide Countdown Element");const e=r.querySelector(t);e.style.visibility="hidden",e.style.opacity="0"}}if(t){const e=t.dataset.show_selector;if(e){a(n,6,"Show Element");const t=e.split(",");for(let e=0;e{a(o,10,"Init"),e.classList.add("initialized");const t="PushManager"in window||"safari"in window&&"pushNotification"in window.safari,n=/Edge/.test(navigator.userAgent),r=/SamsungBrowser/.test(navigator.userAgent),i=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);function s(){a(o,206,"failedPushNotification");const t=e&&e.querySelector(".pwp__m--f");t&&t.classList.add("pw--visible")}function c(t){const n=e.getElementsByTagName("button")[0];if(n){const e=function(e){try{const t=e.dataset;if(t.key)return JSON.parse('{"pw_event":" '+t.key+'"}');if(t.json)return JSON.parse(t.json||"")}catch(e){a(o,319,e)}return""}(n);Object.keys(e).forEach((function(n){const r=n,i=e[n].split(",");for(let e=0;e0?(a(o,262,"SDK loading..."+t+"("+e+")"),function(e,t,n,r,o){var i,a="Promise"in e,s={then:function(){return s},catch:function(e){return e(new Error("Airship SDK Error: Unsupported browser")),s}},c=a?new Promise((function(e,t){i=function(n,r){n?t(n):e(r)}})):s;c._async_setup=function(e){if(a)try{i(null,e(o))}catch(e){i(e)}},e.UA=c;var l=t.createElement("script");l.src="https://aswpsdkeu.com/notify/v1/ua-sdk.min.js",l.async=!0,l.id="_uasdk",l.rel="UA",t.head.appendChild(l)}(window,document,0,0,function(e){return Object.assign({workerUrl:"/sw-content.js"},function(e){return-1!==e.indexOf("test")?{websitePushId:"web.com.bmw.int",vapidPublicKey:"BP15iBPJ6UDByPcPJDxCrGTkSH9DSvGfdUZrWchWCNmrHu2GX7LLIzgI2rCdRyOk0FE3No6cqKiL3i9G-5g4K94=",appKey:"uppmHO2pQMKcUe7ohKVgww",token:"MTp1cHBtSE8ycFFNS2NVZTdvaEtWZ3d3OlM5bUZCQ0xlV0VJTFZ4dTdYbGRrR3V1dmVhYTYwYnphcExBRUo3OEZQYUk"}:{websitePushId:"web.com.bmw",vapidPublicKey:"BFN9keUV5N21Ix5vEA2tzGJLQSNb8wokYW3ree50MxBowa-zP8_8dptRBeL91pgC8dqV2cG573CjxhIhXgUfoqU=",appKey:"nJkHmgZjSiWtaW2V83XPEw",token:"MTpuSmtIbWdaalNpV3RhVzJWODNYUEV3OlhzczZfOUdaeEhqd0g4b0lYZ25yeTdjeHhOTThFYlBnVTdWbURXZkhrN3M"}}(e))}(t)),window.setTimeout((function(){l(e-1,t,n)}),200)):a(o,269,"SDK loading failed.")}function d(){a(o,200,"Command: readyForSafari")}return function(){if(e&&t&&!r&&!n){a(o,100,"Supported");let u=0,p="",h=e.getElementsByClassName("pwp__i");if(h&&h.length>0){let t=function(e){let t=e.parentElement;for(;null!=t&&!t.classList.contains("pwt");)t=t.parentElement;return null!=t&&t.classList.contains("pwt--mine-shaft")?"black":"white"}(e);t&&h[0].classList.add("pwp__i-"+t)}const f=function(){let e=document.getElementById("inline-pushnotification");if(a(o,30,"getConfiguration",e),e){let t=JSON.parse(e.textContent||""),n={config:t.config||"222",domain:t.domain||"test",subscribed:t.subscribed||"Activated"};return a(o,31,"getConfiguration",n),n}}();if(f){a(o,110,"Button found");try{u=parseInt(f.config||"222",10),p=f.domain,a(o,112,"Config "+u+" "+p)}catch(e){a(o,119,e)}function t(){a(o,350,"Process PN 2.2"),function(){a(o,207,"hidePushNotification");const t=e&&e.querySelector(".pwp__m--s");t&&t.classList.remove("pw--visible");const n=e&&e.querySelector(".pwp__m--f");n&&n.classList.remove("pw--visible")}(),UA.then((t=>{t.canRegister&&t.isSupported&&t.register().then((t=>{t.opt_in&&(a(o,110,"OptIn with "+t.channel_id),c(t.tags),function(){if(a(o,205,"activePushNotification"),e){const t=e.querySelector(".pwp__m--s");t&&t.classList.add("pw--visible");const n=e.querySelector(".pwp__m--f");n&&n.classList.remove("pw--visible");const r=e.getElementsByTagName("button")[0];r&&(r.classList.add("pw--active"),r.disabled=!0);const o=e.querySelector(".pwp__i");o&&o.classList.add("pwp__i-icon--checked")}}())})).catch((e=>{a(o,108,"Register error"+e),s()})),"denied"===t.permission&&(a(o,110,"Permission denied"),s())})).catch((function(e){a(o,111,"SDK error"+e),s()}))}128&u&&i&&l(10,p,d);const n=e.getElementsByTagName("button")[0];n&&(a(o,110,"Trigger Button found"),n.addEventListener("click",function(){if(128&u&&!i)try{l(10,p,t)}catch(e){a(o,113,"SDK error"+e),s()}else t()}.bind(this))),e.classList.contains("pwp")&&e.classList.add("pwp--v"),n&&(n.disabled=!1),a(o,260,"done.")}else a(o,105,"Not supported: "+e+","+t+","+!r+","+!n)}}()},we=e=>{e.classList.add("initialized");const r=e.querySelector(".pw-a-data-list__list"),o=e.querySelector(".pw-a-data-list__load-more"),i=o.querySelector(".pw-a-data-list__button"),s=e.querySelector('template[type="x-tmpl-mustache"]'),c="pw--hidden",l=e.dataset.src||"",d=e.dataset.items||"items",u=e.dataset.loadMoreBookmark||"load-more-src";let p="";const h=e=>{e&&fetch(e).then((e=>{if(!e.ok)throw new Error("Network response was not OK");return e.json()})).then((e=>{let l=e[d];p=e[u],l&&(Array.from(l).forEach((e=>{r.insertAdjacentHTML("beforeend",K.render(s.innerHTML,e))})),V(r),L(r),((e=document)=>{let t=e.parentElement;for(;null!=t&&!t.classList.contains("socialgrid");)t=t.parentElement;null!=t&&le(t)})(r),((e=document)=>{let t=e.parentElement;for(;null!=t&&!t.classList.contains("socialgrid");)t=t.parentElement;null!=t&&t.classList.contains("socialgrid")&&ce(t)})(r),((e=document)=>{a(t,10,"Update Date Display");let n=e.parentElement;for(;null!=n&&!n.classList.contains("teasergrid");)n=n.parentElement;null!=n&&n.classList.contains("teasergrid")&&ue(n)})(r),g(r),((e=document)=>{const t=e.querySelectorAll(".countdown--wrapper:not(.initialized)");a(n,2,"Update"),Array.from(t).forEach((e=>{he(e)}))})(r),((e=document)=>{const t=e.querySelectorAll(".pwp:not(.initialized), .js-notification-button:not(.initialized)");Array.from(t).forEach((e=>{ye(e)}))})(r)),p?o.classList.remove(c):(o.classList.add(c),i.removeEventListener("click",(()=>h())))})).catch((e=>{console.error("There has been a problem with your fetch operation:",e)}))};l&&h(l),i.addEventListener("click",(()=>h(p)))},ge=e=>{e.classList.add("initialized");const t="pw--hidden",n="pw--visible",r=()=>{e.classList.remove(n),e.classList.add(t)};let o=e.id,i=document.querySelectorAll('[on="tap:'+o+'"]');Array.from(i).forEach((r=>{r.addEventListener("click",(()=>(e.classList.add(n),void e.classList.remove(t))))}));let a=e.querySelectorAll('[on="tap:'+o+'.close"]');Array.from(a).forEach((e=>{e.addEventListener("click",(()=>r()))})),r()},ve=()=>{(()=>{const e=document.querySelector(".js-nav"),t=document.querySelector(".js-nav-search");e&&t&&(t.addEventListener("focus",(function(){e.classList.add("search")})),t.addEventListener("blur",(function(){e.classList.remove("search")})))})();const e=document.querySelectorAll(".pwh:not(.initialized)");Array.from(e).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelectorAll(".pwh__ln");Array.from(t).filter((e=>e.querySelector(".pwh__flyout"))).forEach((t=>{t.addEventListener("mouseenter",(()=>{e.classList.add("--hovered")})),t.addEventListener("mouseleave",(()=>{e.classList.remove("--hovered")})),t.addEventListener("click",(()=>{t.classList.toggle("--active")}))}))})(e),(()=>{a(r,10,"Init");const e=u(document.location.href),t=p(document.location.href),n=document.referrer,o=u(n),i=p(n),s=sessionStorage.getItem("PW::locale");a(r,20,`documentDomain - ${e}`),a(r,20,`referrer - ${n}`),a(r,20,`referrerDomain - ${o}`),a(r,20,`referrerLocale - ${i}`),a(r,20,`storedLocale - ${s}`);let c=null;if(""!==n&&e===o)if(null!==s){const e=!l(s);i===t&&e&&(c=s)}else{const e=!l(i);i!==t&&e&&(c=i)}function l(e=""){const t=document.querySelector('link[hreflang="'+e+'"]');return a(r,10,`existPageInLocale - ${t}`),null!=t}function d(e="",t=""){const n=JSON.parse((r=e,r.replaceAll("'",'"')))[t];var r;if(n)return n}function u(e=""){try{return/^(?:https?:\/\/)?(?:[^@\n]+@)?(?:www\.)?([^:\/\n\?\=]+)/im.exec(e)[1]}catch(e){}}function p(e=""){const t=/\/(?[a-z]{2}|[a-z]{2}_[a-zA-Z]{2})\//g.exec(e);try{const{locale:e}=t.groups;return e.includes("_")?e.split("_")[0]:e}catch(e){}}c?(a(r,10,`store locale - ${c}`),function(e=""){""!==e&&sessionStorage.setItem("PW::locale",e)}(c),function(e=""){const t=document.querySelectorAll(".pwh__ln a"),n=document.querySelector(".pwh__s form"),r=document.querySelector("a.pwh__l");if(t.length&&t.forEach((t=>{const{altHref:n}=t.dataset;if(n){const r=d(n,e);r&&t.setAttribute("href",r)}})),null!==n){const{altActions:t}=n.dataset;if(t){const r=d(t,e);r&&n.setAttribute("action",r)}}if(null!==r){const{altHref:t}=r.dataset;if(t){const n=d(t,e);n&&r.setAttribute("href",n)}}}(c)):(a(r,10,"reset stored locale"),sessionStorage.removeItem("PW::locale"))})()}));const t=document.querySelectorAll("pwa-lightbox:not(.initialized)");Array.from(t).forEach((e=>{ge(e)}))},Ee=(e=document)=>{const t=e.querySelectorAll(".pw-m-zoom-cover-image:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelector(".pw-a-image"),n=e=>{const n=1+.5*e;t.style.transform=`scale(${n})`},r=()=>{const t=e.getBoundingClientRect(),r=window.innerHeight||document.documentElement.clientHeight,o=t.top0,i=t.bottom<0;if(o||!i){const o=e.offsetHeight+r,i=r-t.top,a=Math.max(0,Math.min(1,i/o));n(a)}else n(0)};document.addEventListener("scroll",r,{passive:!0}),window.addEventListener("resize",r,{passive:!0}),r()})(e)}))};function _e(e){e.classList.add("initialized");const t=e.querySelector(".pw-m-carousel__scroll-wrapper"),n=e.querySelector(".pw-m-carousel__button--previous"),r=e.querySelector(".pw-m-carousel__button--next"),o=e.querySelectorAll(".pw-m-carousel__slide"),[i]=o,a=["1","true",!0].includes(e?.dataset.autoAnimate),s=["1","true",!0].includes(e?.dataset?.loop),c=e.querySelector(".pw-m-carousel__pagination-dots"),l=e.querySelector(".pw-m-carousel__pagination-index"),d=e.querySelector(".pw-m-carousel__pagination-count"),u=e.querySelector(".pw-m-carousel__caption"),p=e.querySelector(".pw-a-copyright"),h=e.classList.contains("pw-m-carousel--gallery");let f;let m,y=i,w=Array.from(o);const g=w.length;w.forEach(((e,t)=>{e.setAttribute("data-index",t)}));let v=parseInt(y?.dataset?.index??0,10),E=0,_=0,S=0,L=0;w.forEach(((e,t)=>{e.setAttribute("data-index",t)})),s&&(Array.from(o).forEach((e=>{const n=e.cloneNode(!0);n.setAttribute("data-clone",!0),t.append(n),w=[...w,n]})),Array.from(o).reverse().forEach((e=>{const n=e.cloneNode(!0);n.setAttribute("data-clone",!0),t.prepend(n),w=[n,...w]})));const b=()=>{if(n){const e=t.scrollLeft<=0;n.setAttribute("aria-disabled",e)}if(r){const e=Math.ceil(t.offsetWidth+t.scrollLeft)>=t.scrollWidth;r.setAttribute("aria-disabled",e)}};a&&(e=>{e<=0||(clearInterval(f),f=setInterval((()=>{const e=k(1);t.scrollBy({left:e.clientWidth,behavior:"smooth"})}),e))})(h?3e3:1e3);const T=()=>{clearInterval(f)},A=()=>{const{scrollLeft:n}=t;if(Array.from(w).forEach((e=>{const t=Math.abs(e.offsetLeft-n);Math.ceil(t)y?.dataset?.index===e?.dataset?.index));e&&(t.scrollLeft=e.offsetLeft,y=e)}if(v=parseInt(y?.dataset?.index??0,10),function(e,t){e.dispatchEvent(new CustomEvent("indexChanged",{detail:{index:t}}))}(e,v),l){const e=`${v+1}`;l.innerText=e}if(d){const e=`${g}`;d.innerText=e}if(c){const e=Array.from(c.childNodes).filter((e=>1===e.nodeType));e.forEach((e=>e?.classList?.remove("--active")));e.find((e=>e?.getAttribute?.("data-index")==v))?.classList?.add("--active")}if(u){const e=`${y?.dataset?.caption||""}`;u.innerText=e}if(p){const e=`${y?.dataset?.copyright||""}`;p.innerText=e}b()},q=()=>{m&&clearTimeout(m),m=setTimeout(A,50)},k=(e=1)=>e>0?y.nextElementSibling||y:y.previousElementSibling||y,N=(e,n=1)=>{e.preventDefault();const r=k(n);r&&t.scrollTo({left:t.scrollLeft+n*r.clientWidth,behavior:"smooth"})};t.addEventListener("scroll",q,{passive:!0}),t.addEventListener("wheel",(e=>{(e.deltaX<-6||e.deltaX>6)&&T()})),t.addEventListener("touchstart",(e=>{E=e.touches[0].clientX,_=e.touches[0].clientY})),t.addEventListener("touchmove",(e=>{S=e.touches[0].clientX,L=e.touches[0].clientY;const t=S-E,n=L-_;Math.abs(t)>Math.abs(n)&&T()})),n?.addEventListener("click",(e=>{N(e,-1),T()})),r?.addEventListener("click",(e=>{N(e,1),T()})),e.addEventListener("jumpToIndex",(e=>{(e=>{const n=w[e];n&&t.scrollTo({left:n.offsetLeft,behavior:"auto"})})(e.detail.index)})),q(),b()}function Se(e){this.apiEndpoint=e.getAttribute("data-gsap-api-endpoint"),e&&this.apiEndpoint&&(this.$queryInput=e.querySelector(Se.QUERY_INPUT_ID),this.$result=e.querySelector(Se.RESULT_ID),this.$resultList=e.querySelector(Se.RESULT_LIST_ID),this.$resultCount=e.querySelector(Se.RESULT_COUNT_ID),this.$resultQuery=e.querySelector(Se.RESULT_QUERY_ID),this.$loadMoreButton=e.querySelector(Se.LOAD_MORE_BUTTON_ID),this.$maxResultCount=e.querySelector(Se.MAX_RESULT_COUNT_ID),this.currentQuery="",this.results={},this.renderedQuery="",this.queryInputTimeout=null,this.currentPage=0,this.render(),this.currentQuery=this.getQueryFromUrl(),this.currentQuery&&(this.getSearchResults(),this.$queryInput.value=this.currentQuery),this.$loadMoreButton.addEventListener("click",this.loadMoreButtonHandler.bind(this)),this.$queryInput.addEventListener("input",this.queryInputHandler.bind(this)))}Se.GET_PARAMETER_NAME="q",Se.QUERY_INPUT_ID="#pw-search-input",Se.RESULT_ID="#pw-search-result",Se.RESULT_LIST_ID="#pw-search-result-list",Se.RESULT_COUNT_ID="#pw-search-result-count",Se.RESULT_QUERY_ID="#pw-search-query",Se.LOAD_MORE_BUTTON_ID="#pw-search-load-more",Se.MAX_RESULT_COUNT_ID="#pw-search-max-result-count",Se.RESULT_COUNT_TO_FETCH=5,Se.INPUT_THRESHOLD=3,Se.INPUT_DELAY=500,Se.prototype.getQueryFromUrl=function(){for(var e="",t=window.location.search.substr(1).split("&"),n=[],r=0;r=Se.INPUT_THRESHOLD&&(this.queryInputTimeout=setTimeout(this.evaluateTypedQuery.bind(this),Se.INPUT_DELAY))},Se.prototype.evaluateTypedQuery=function(){var e=this.$queryInput.value.trim();this.typedQuery!==this.renderedQuery&&(this.currentQuery=e,this.getSearchResults())},Se.prototype.doApiRequest=function(e,t,n){var r=new XMLHttpRequest;r.addEventListener("readystatechange",(function(){4!==this.readyState||200!==this.status?4==this.readyState&&"function"==typeof n&&n(this):"function"==typeof t&&t(this)})),r.open("GET",e),r.send()},Se.prototype.getApiEndpointSearch=function(e){return this.apiEndpoint+encodeURI(e)},Se.prototype.getSearchResults=function(){if(this.currentQuery){var e=this.getApiEndpointSearch(this.currentQuery);this.doApiRequest(e,this.searchResultsSuccessHandler.bind(this),this.searchResultsErrorHandler.bind(this))}},Se.prototype.searchResultsSuccessHandler=function(e){var t={};try{(t="object"!=typeof e.response?JSON.parse(e.response):e.response).GSP.hasOwnProperty("RES")?this.results=t.GSP.RES.R.filter((function(e){return Boolean(e.U)&&Boolean(e.S)&&Boolean(e.T)})):this.results=[]}catch(t){return console.error("Failed parsing API response",t,e.response),void this.searchResultsErrorHandler(e)}this.render()},Se.prototype.searchResultsErrorHandler=function(e){console.error("Requesting GSA failed:",e),this.results=[],this.render()},Se.prototype.render=function(){if(this.currentQuery?this.$result.style.display="block":this.$result.style.display="none",this.currentQuery!==this.renderedQuery){for(;this.$resultList.lastChild;)this.$resultList.removeChild(this.$resultList.lastChild);this.currentPage=0,this.renderedQuery="",this.renderedQuery=this.currentQuery,this.$resultQuery.innerText=this.renderedQuery}for(var e=this.currentPage*Se.RESULT_COUNT_TO_FETCH,t=Math.min(this.results.length,e+Se.RESULT_COUNT_TO_FETCH),n=e;n=this.results.length?this.$loadMoreButton.style.display="none":this.$loadMoreButton.style.display="block",this.currentQuery&&0==this.currentPage&&((e,t,n)=>{a(i,60,"trackSearchEvent");let r="local > search filters applied",o={searchResults:n};a(i,62,"arguments: "+r+", query:"+e+" ",o),u.isTracyAvailable&&window.tracy&&(e?window.tracy.searchFilter.add("user selected","na","onsite search",e):window.tracy.searchFilter.reset(),window.tracy.event(r,o))})(this.currentQuery,0,this.results.length)},Se.prototype.createResultNode=function(e){var t=document.createElement("li");return t.innerHTML=''+e.T+"

"+e.S+"

",t};const Le=()=>{const e=document.querySelector(".pw-t-search:not(.initialized)");var t;e&&(t=e,a("Search",10,"Init"),t.classList.add("initialized"),new Se(t))};function be(e,t){"function"==typeof e.scrollIntoView?e.scrollIntoView({behavior:"smooth"}):document.documentElement.scrollTop=t+e.offsetTop}const Te=(e=document)=>{const t=e.querySelectorAll('[href^="#pwjt"]:not(.initialized)');Array.from(t).forEach((t=>{((e,t)=>{t.classList.add("initialized");const n=t=>{const n=RegExp(/^.*#pwjt/);let r=e.querySelector(decodeURI(t.target.href).replace(n,"#pwjt"));r&&(be(r.parentElement,r.parentElement.offsetTop),t.preventDefault())};t.removeEventListener("click",(e=>n(e))),t.addEventListener("click",(e=>n(e)))})(e,t)})),function(e){let t=decodeURI(document.location.hash);if(t){const n=RegExp(/#pwjt-.*/);let r=t.match(n);if(null!=r){let t=e.querySelector(r[0]);t&&setTimeout((function(){be(t.parentElement,t.parentElement.offsetTop)}),100)}}}(e)},Ae=(e,t)=>{if(1===t.length)return t[0];const n=Math.min(Math.floor(e*(t.length-1)),t.length-2),r=e*(t.length-1)-n;return t[n]+r*(t[n+1]-t[n])},qe=(e,t)=>n=>{if(t.scale){const r=Ae(n,t.scale);e.style.transform=`scale(${r})`}if(t.opacity){const r=Ae(n,t.opacity);e.style.opacity=r}if(t.blur){const r=Ae(n,t.blur);e.style.filter=`blur(${r}px)`}},ke=(e,t)=>{const n=()=>{const n=t.target.getBoundingClientRect(),r=window.innerHeight||document.documentElement.clientHeight,o=t.target.offsetHeight-r,i=r-n.top,a=Math.max(0,Math.min(1,i/o));e(a)};document.addEventListener("scroll",n),window.addEventListener("resize",n),n()},Ne=(e=document)=>{const t=e.querySelectorAll(".pw-m-scale-text-mask:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelector(".pw-m-scale-text-mask__mask"),n=t.querySelector(".pw-m-scale-text-mask__text"),r={target:e};ke(qe(t,{opacity:[1,1,0]}),r),ke(qe(n,{scale:[1,1.1,2,4,6],blur:[0,0,0,.1,.5,4]}),r)})(e)}))};const xe=(e=document)=>{const t=e.querySelectorAll(".pw-m-scroll-media:not(.initialized)");Array.from(t).forEach((e=>{!function(e){e.classList.add("initialized");const t=e.querySelector(".pw-m-scroll-media__images").children,n=Array.from(e.querySelector(".pw-m-scroll-media__slides").children);let r=0;const o=()=>{const e=window.innerHeight||document.documentElement.clientHeight;for(let t=0;t0&&o.bottom<=e){r=t;break}}r=Math.max(0,Math.min(n.length-1,r)),n.forEach(((e,n)=>{const o=n==r;t[n].classList.toggle("active",o)}))};document.addEventListener("scroll",o,{passive:!0}),window.addEventListener("resize",o,{passive:!0}),o()}(e)}))},Me=e=>{e.classList.add("initialized");const t="--open",n="--active";let r=!1;const o=e.querySelectorAll(".pw-m-mosaic-gallery__media-container"),i=e.querySelector(".pw-m-carousel"),a=e.querySelector(".pw-m-mosaic-gallery__overlay-close");let s=0;const c=()=>{o.forEach((e=>{e.classList.remove(n);const t=e.querySelector(".pw-a-image");t&&t.style.removeProperty("transform")}))},l=e=>{e.classList.add(n),d(e);const t=e.querySelector(".pw-a-image"),r=t.getBoundingClientRect(),o=window.innerWidth,i=window.innerHeight,a=o/2-(r.left+r.width/2),s=i/2-(r.top+r.height/2),c=o/r.width,l=i/r.height,u=Math.max(c,l);window.requestAnimationFrame((()=>{t.style.transform=`translate(${a}px, ${s}px) scale(${u}, ${u})`}))},d=e=>{const t=e.getAttribute("data-focus-point-x"),n=e.getAttribute("data-focus-point-y"),r=e.querySelector("img");r&&null!==t&&null!==n&&(r.style.objectPosition=`${t}% ${n}%`)};o.forEach(((n,o)=>{n.addEventListener("click",(()=>{e.classList.add(t),setTimeout((()=>r=!0),200),s=function(){const e=window.scrollY;return document.body.style.overflow="hidden",document.body.style.position="fixed",document.body.style.width="100%",document.body.style.top=`-${e}px`,e}(),l(n);const a=new CustomEvent("jumpToIndex",{detail:{index:o}});i.dispatchEvent(a)})),d(n)})),i.addEventListener("indexChanged",(n=>{const i=n.detail.index;if(e.classList.contains(t)&&r){c();const e=o[i];l(e)}})),a&&a.addEventListener("click",(()=>{e.classList.remove(t),r=!1,c(),function(e){document.body.style.overflow="",document.body.style.position="",window.scrollTo(0,e)}(s)}))};const Ue=(e=document)=>{const t=e.querySelectorAll(".pw-o-grid:not(.initialized)");Array.from(t).forEach((e=>{!function(e){e.classList.add("initialized");const t=e.querySelector(".pw-o-grid__next-article-button");if(!t)return;const n=()=>{const n=window.innerHeight||document.documentElement.clientHeight,r=window.scrollY||document.documentElement.scrollTop,o=e.getBoundingClientRect().top+r;r>=n&&r+n{const t=e.querySelectorAll(".pw-m-model:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelectorAll(".pw-m-model__section-wrapper"),n=e.querySelectorAll(".pw-m-model__anchor-element");let r=null;const o=()=>{n.forEach((e=>e.classList.remove("--active")))},i=()=>{const e=window.scrollY;Array.from(t).forEach(((t,i)=>{const a=t.getBoundingClientRect().top+e-8,s=t.getBoundingClientRect().bottom+e+8;e>=a&&e<=s&&r!==i&&(o(),n[i].classList.add("--active"),r=i)}));const i=et[t.length-1].getBoundingClientRect().bottom+e+8;(i||a)&&(o(),r=null)};document.addEventListener("scroll",i,{passive:!0}),window.addEventListener("resize",i,{passive:!0}),i()})(e)}))},Re=e=>{e.classList.add("initialized");const t="pw-o-hotspot-keyvisual__media-container--darken",n="pw-o-hotspot-keyvisual__dot--active",r=e.querySelector(".pw-o-hotspot-keyvisual__overlay"),o=e.querySelector(".pw-o-hotspot-keyvisual__overlay-container"),i=e.querySelector(".pw-m-carousel"),a=e.querySelector(".pw-o-hotspot-keyvisual__overlay-close"),s=e.querySelector(".pw-o-hotspot-keyvisual__overlay-index"),c=e.querySelectorAll(".pw-o-hotspot-keyvisual__dot"),l=e.querySelector(".pw-o-hotspot-keyvisual__media-container"),d=e.querySelector(".pw-o-hotspot-keyvisual__scroll-container");let u=c.length;function p(){document.body.style.overflow=""}function h(e){const r=e.target.parentElement;l.classList.add(t),r.classList.add(n)}function f(e){const r=e.target.parentElement;l.classList.remove(t),r.classList.remove(n)}function m(t){r.classList.add("--open");const n=new CustomEvent("jumpToIndex",{detail:{index:t}});i.dispatchEvent(n),document.body.style.overflow="hidden",e.scrollIntoView({behavior:"smooth",block:"start"}),setTimeout((()=>{e.addEventListener("click",y)}),750)}function y(t){o.contains(t.target)||(e.removeEventListener("click",y),r.classList.remove("--open"),p())}function w(){e.classList.add("--scrolled")}d.addEventListener("scroll",(()=>{e.classList.add("--scrolled")})),c.forEach(((e,t)=>{const n=e.dataset.pos_x,r=e.dataset.pos_y;null!=n&&null!=r&&(e.style.left=`${n}%`,e.style.top=`${r}%`);const o=e.querySelector(".pw-o-hotspot-keyvisual__dot-circle");o.addEventListener("mouseover",h),o.addEventListener("mouseout",f),o.addEventListener("click",(()=>m(t))),o.addEventListener("touchstart",w)})),i.addEventListener("indexChanged",(e=>{let t=e.detail.index+1;s.innerHTML=`${t} / ${u}`})),a&&a.addEventListener("click",(()=>{e.removeEventListener("click",y),r.classList.remove("--open"),p()}))};(()=>{((e=document)=>{a(i,10,"initTracking");let t=e.querySelectorAll("#inline-tracking:not(.initialized)");Array.from(t).forEach((e=>{p(e)}))})(),v(),((e=document)=>{const t=e.querySelectorAll(".cookie:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");let t=e.nextElementSibling;for(;null!=t;)t.style.display="none",t=t.nextElementSibling})(e)}))})(),L(),((e=document)=>{const t=e.querySelectorAll(".pw-a-data-list:not(.initialized)");Array.from(t).forEach((e=>{we(e)}))})(),ve(),Ee(),V(),((e=document)=>{const t=e.querySelectorAll(".pw-m-carousel:not(.initialized)");Array.from(t).forEach((e=>{_e(e)}))})(),(()=>{const e=document.querySelectorAll(".pwp:not(.initialized), .js-notification-button:not(.initialized)");Array.from(e).forEach((e=>{ye(e)}))})(),Le(),de(),Te(),((e=document)=>{a(t,10,"Init Date Display"),ue(e)})(),((e=document)=>{const t=e.querySelectorAll(".countdown--wrapper:not(.initialized)");a(n,1,"Init Countdown"),Array.from(t).forEach((e=>{he(e)}))})(),Ne(),xe(),Ue(),((e=document)=>{const t=e.querySelectorAll(".pw-m-mosaic-gallery:not(.initialized)");Array.from(t).forEach((e=>{Me(e)}))})(),((e=document)=>{const t=e.querySelectorAll(".pw-m-table:not(.initialized)");Array.from(t).forEach((e=>{(e=>{e.classList.add("initialized");const t=e.querySelector(".pw-m-table__wrapper"),n=e.querySelector(".pw-m-table__scroll-container");e&&n.addEventListener("scroll",(function(){const e=n.scrollLeft>10,r=n.scrollLeft{const t=e.querySelectorAll(".pw-o-hotspot-keyvisual:not(.initialized)");Array.from(t).forEach((e=>{Re(e)}))})()})()}();