/*! @WPM ! WPJSlib ES6 production 2.4.956 2.4.956/wpjslib-chunk-lite-wpjslib-lite.js (2024-01-08 12:43:15) */(()=>{var e,t,s={3965:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeEqualSigns=t.addEqualSigns=void 0;t.addEqualSigns=function(e){var t=e,s=e.length%4;return s&&(t+=2===s?"==":"="),t};t.removeEqualSigns=function(e){return e.replace(/=+$/,"")}},5636:(e,t,s)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.atob=t.btoa=void 0;var n=void 0!==s.g&&s.g.Buffer,r=n?function(e){return n.from(e,"binary").toString("base64")}:self.btoa.bind(self);t.btoa=r;var o=n?function(e){return n.from(e,"base64").toString("binary")}:self.atob.bind(self);t.atob=o},977:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(e&&e instanceof Object)for(var s=Object.keys(e),n=s.length,r=0;r<n;r+=1)t(s[r])}},5441:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=function(e,t){return typeof e===t};["undefined","string","boolean","number","object","function"].forEach((function(e){s[e[0]]=function(t){return s(t,e)}})),t.default=s},7066:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var r=n(s(5441));t.default=function(e){return r.default.o(e)&&r.default.f(e.toJSON)}},8339:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.buildQuery=t.addParam=t.parsePath=void 0;var r=n(s(977)),o=n(s(5441)),i="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=";t.parsePath=function(e){var t={href:e},n=void 0!==s.g?s.g:window;if("string"==typeof e&&e.length)if(e.startsWith("//")&&(e="https:"+e),n.URL)try{t=new n.URL(e)}catch(e){t={error:!0,data:i}}else{var r=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);r?(t.protocol=r[1],t.host=r[2],t.hostname=r[3],t.port=r[4],t.pathname=r[5],t.search=r[6],t.hash=r[7]):t={error:!0,data:i}}else t={href:""};return t};t.addParam=function(e,t,s,n,r){var i=e;return o.default.s(i)&&i.length?r?(/\?/.test(i)||(i+="?"),i+=/(\?|&)$/.test(i)?"":"&"):i+="?"!==i.substr(-1)?"&":"":i="",t&&(i+=t,null!=s&&(i+="=".concat(n?encodeURIComponent(s):s))),i};t.buildQuery=function(e,s,n){var i=e;return s&&o.default.o(s)&&(0,r.default)(s,(function(e){i=(0,t.addParam)(i,e,s[e],!!(Array.isArray(n)&&n.indexOf(e)>-1))})),i}},3414:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sxor=t.randomize=t.numberUpTo=void 0;t.numberUpTo=function(e){return Math.floor(Math.random()*e)};t.randomize=function(e,s,n){void 0===e&&(e=10);var r=!0===s?16:s||10,o="";for(n&&(o=String.fromCharCode((0,t.numberUpTo)(26)+97));o.length<e;)o=(o+=Math.random().toString(r).substr(2)).substr(0,e);return o};t.sxor=function(e,t){for(var s=t.length,n=e.length,r="",o=0;o<n;o+=1){var i=e.charCodeAt(o),a=t.charCodeAt(o%s);r+=String.fromCharCode(i^a)}return r}},6730:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var r=Object.getOwnPropertyDescriptor(t,s);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,r)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),r=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return r(t,e),t},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.domains=t.set=t.unmess=t.mess=t.setCustomLogger=void 0;var a=i(s(1047));t.mess=a.default;var c=i(s(4840));t.set=c.default;var l=s(2649);Object.defineProperty(t,"setCustomLogger",{enumerable:!0,get:function(){return l.setCustomLogger}});var d=i(s(1630));t.unmess=d.default;var u=o(s(5927));t.domains=u},2649:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.error=t.issue=t.debug=t.setCustomLogger=void 0;var s="Logger not yet initialized, please use setCustomLogger function first",n={debug:function(){},issue:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)},error:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)}};t.setCustomLogger=function(e){if(!((null==e?void 0:e.debug)&&(null==e?void 0:e.error)&&(null==e?void 0:e.issue)))throw new Error("Incorrect logger supplied");n=e};t.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.debug.apply(n,e);throw new Error(s)};t.issue=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.issue.apply(n,e);throw new Error(s)};t.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.error.apply(n,e);throw new Error(s)}},7180:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"msp.money.pl":"www.money.pl","tech.money.pl":"www.money.pl","moto.money.pl":"www.money.pl","praca.money.pl":"www.money.pl","prawo.money.pl":"www.money.pl","nauka.money.pl":"www.money.pl","wibor.money.pl":"www.money.pl","konto.money.pl":"www.money.pl","manager.money.pl":"www.money.pl","agrobiznes.money.pl":"www.money.pl","money.kube.dev.dcwp.pl":"www.money.pl"}},8047:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.wp.pl","gwiazdy.wp.pl","wiadomosci.wp.pl","turystyka.wp.pl","teleshow.wp.pl","kobieta.wp.pl","kuchnia.wp.pl","opinie.wp.pl","finanse.wp.pl","gry.wp.pl","film.wp.pl","facet.wp.pl","ksiazki.wp.pl","dom.wp.pl","tech.wp.pl","moto.wp.pl","centralagier.wp.pl","magazyn.wp.pl","money.wp.pl","tv.wp.pl","sportowefakty.wp.pl","wawalove.wp.pl","telewizja.wp.pl","pogoda.wp.pl","pilot.wp.pl","wroclaw.wp.pl","wideo.wp.pl"]},9193:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"i.wpimg.pl":"ii","j.wpimg.pl":"ij","a.wpimg.pl":"ia","b.wpimg.pl":"ib","c.wpimg.pl":"ic","d.wpimg.pl":"id","i.wp.pl":"iw","adv.wp.pl":"ad","dot.wp.pl":"do","ma.wp.pl":"aabma","dynacrems.wp.pl":"aabdc","wpkoszyk.wp.pl":"aabko","koszykrd.wp.pl":"aabkord","rek.www.wp.pl":"rk","static1.money.pl":"ms","materials-api.wp.pl":"maw","data-api.wp.pl":"daw"}},3418:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.match(/^cph_([\w-]+)/);return s&&(t="".concat(s[1],".wpcdn.pl")),t}},9245:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.split("."),n=s.shift();return"wpcdn"===s.shift()&&n&&(t="cph_".concat(n)),t}},5927:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.uniformDomains=t.getCephIdentifier=t.getCephDomain=t.domainMap=t.aabDomains=t.aabDomainsExternal=void 0;var r=n(s(7180));t.aabDomainsExternal=r.default;var o=n(s(8047));t.aabDomains=o.default;var i=n(s(9193));t.domainMap=i.default;var a=n(s(3418));t.getCephDomain=a.default;var c=n(s(9245));t.getCephIdentifier=c.default;var l=n(s(8595));t.uniformDomains=l.default},8595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.pudelek.pl","www.o2.pl","parenting.pl","zdrowie.parenting.pl","portal.abczdrowie.pl","ranking.abczdrowie.pl","zywienie.abczdrowie.pl","pytania.abczdrowie.pl","koronawirus.abczdrowie.pl","forum.abczdrowie.pl","uroda.abczdrowie.pl","open.fm","poczta.wp.pl","poczta.o2.pl","vibez.pl","1login.wp.pl","polygamia.pl","gadzetomania.pl","komorkomania.pl","fotoblogia.pl","autokult.pl","e.autokult.pl","partner.wp.pl","www.dobreprogramy.pl","wirtualnaukraina.pl","vpolshchi.pl","nowosti.pl","www.money.pl","www.autocentrum.pl","essanews.com","wpext.pl","deliciousmagazine.pl"]},1047:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var r=Object.getOwnPropertyDescriptor(t,s);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,r)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),r=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return r(t,e),t},i=this&&this.__spreadArray||function(e,t,s){if(s||2===arguments.length)for(var n,r=0,o=t.length;r<o;r++)!n&&r in t||(n||(n=Array.prototype.slice.call(t,0,r)),n[r]=t[r]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var c=o(s(2649)),l=s(8339),d=s(3414),u=a(s(8821)),p=s(5927),h=s(5636),m=a(s(5441)),f=a(s(7066)),g=s(3965),v="application",Z="beacon",b="static",w="search",y="",S="/",_="v.wpimg.pl",E=i(i([],p.aabDomains,!0),p.uniformDomains,!0),C=["ii","ij","ia","ib","ic","id","ms","iw","sd","ad"],I=["do","rk","aabma"],O=["aabko","aabdc","aabkord","maw","daw"],P=/(\.js(on)?|\.css)$/i,A=/(\.jp(e)?g|\.(g|av)if|\.webp|\.(a)?png|\.svg|\.ico)$/i,L=/^(?!.*_mess\.html$).*\.html$/i,T=/\//g,k=/\+/g,D=/^(.+)\/([^/]*)$/;t.default=function(){for(var e,t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];var n,r,o,i,a,R,N={},V={},j=null,x=!1,M=y,$=y,U=y,B=y;m.default.o(t[0])&&!(0,f.default)(t[0])?(B=(e=t[0]).url,e.forceLoad,n=e.immutable,r=e.mode,o=e.depth,i=e.forceDomain,a=e.length,R=e.keybase,x=e.noDomain,j=e.momentaryState):(B=t[0],t[1],n=t[2],r=t[3],o=t[4],i=t[5],a=t[6],R=t[7],x=t[8],j=t[9]),(0,f.default)(B)&&(B=B.toString()),V.input=B,c.debug(V);var F=j||u.default;if(F.collector&&F.collector(V),!F.enabled)return V.error="disabled",B;if(!B)return c.issue("Given URL is empty."),V.error="empty URL",B;if(B.startsWith("data:"))return B;if(B.includes("/".concat(_,"/")))return B.includes("/i.wpimg.pl/")?(c.issue("URL can't be encoded before ImageResizer."),V.error="encoded before IR"):(c.issue("URL can't be encoded twice."),V.error="encoded twice"),B;var W=(0,l.parsePath)(B);if(W.error)return c.issue('Given URL "'.concat(B,'" is incorrect.')),V.error="incorrect URL",W.data;var z=W.hostname,H=W.pathname;V.inputLength=B.length,V.hostname=z,V.pathname=H;var G=(0,p.getCephIdentifier)(z);if(G||(G=p.domainMap[z]),!G&&z===F.locationHost&&E.includes(z)?G="hh":N.t=G,!G)return V.error="no identifier",B;var q,J=P.test(H),Q=A.test(H);if(m.default.u(r)){if(G.startsWith("cph"))if(J){if(r=v,"cph_std"===G){var K=Math.floor(Date.now()/6048e5).toString().repeat(2);q=K,R=String(Array.from(q).reduce((function(e,t){return 0|31*e+t.charCodeAt(0)}),0))}}else r=b;if("hh"===G)if(J)r=v;else{if(!Q)return B;r=b}else O.includes(G)?r=v:I.includes(G)?(r=Z,R=(0,d.randomize)(10,36)):C.includes(G)&&(r=b)}r===b&&m.default.u(o)&&L.test(H)&&(o="folder"),m.default.u(n)&&(n=!0),m.default.u(o)&&(o=w),V.length=a,V.mode=r,V.depth=o,V.identifier=G,V.immutable=n;var Y=_;if(i?Y=i:r===v||r===Z||"hh"===G?Y=F.applicationHost:"target"===r&&(Y=F.targetHost),!Y)return V.error="no hostname",B;(r===v||r===Z||a>0)&&function(e,t,s){var n=e,r=t.trim(),o=s+2;r&&r.length<o&&(n._="_".repeat(o-r.length))}(N,B,a||666.6666666666666),Y="https://".concat(Y);var X=y;if(H.startsWith(S)&&(X=decodeURIComponent(H.substr(1)),X=unescape(encodeURIComponent(X))),"file"===o||o===w)M=W[w],o===w&&(M=y,X+=W[w]);else{var ee=X.match(D);if(!ee)return V.error="encoding not needed",B;X=ee[1]+S,M=ee[2]+W[w]}N.u=S+X,V.json=N,X="/aabv3/".concat(JSON.stringify(N)),(!R||R.length<8)&&(R=n?H:(0,d.randomize)(10,36));try{V.inKeybase=R,R=(0,h.btoa)(R).substr(-12,8),V.keybase=R,V.toEncode=X,V.noEncode=M,U=x?S+R:Y+S+R;var te=(0,d.sxor)(X,R);$=(0,g.removeEqualSigns)((0,h.btoa)(te))}catch(e){return V.error=e&&e.message||"Failed to encode with Base64",c.issue("".concat("Crux.mess",": ").concat(V.error," (").concat(B,")")),B}return U+=($=($=$.replace(T,"_")).replace(k,"-"))+(M?S+M:y),V.output=U,V.outputLength=U.length,V.outputLength>3e3?(c.issue(!1,{message:"AAB",fileName:B.substring(0,250),path:"EncodedURLTooLong",campaign:V.outputLength}),V.error="encoded URL too long",B):U}},4840:function(e,t,s){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,s=1,n=arguments.length;s<n;s++)for(var r in t=arguments[s])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},n.apply(this,arguments)},r=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var r=Object.getOwnPropertyDescriptor(t,s);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,r)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&r(t,e,s);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var a=i(s(2649)),c=i(s(8821)),l=s(5927),d=!1;t.default=function(e,t,r,o,i){if(void 0===e&&(e="undefined_site_domain"),void 0===t&&(t=!1),void 0===r&&(r=""),void 0===o&&(o={}),void 0===i&&(i=!1),!i&&d){if(console.error("Uniform initialized multiple times"),"undefined"!=typeof window&&window.__wpjsdebug__){var u=window.__wpjsdebug__;u.hasUniform=u.hasUniform||0,u.hasUniform+=1}if(!(s.g&&s.g.process&&s.g.process.exit))throw new Error("Uniform initialized multiple times");process.exit(-1)}d=!0,a.debug("Crux","set",e,t,r,o,i);var p=i?c.default:n({},c.defaultState),h="www.wp.pl";return Object.assign(p,o),p.locationHost=e,p.isMainPage=t,p.isReady=new RegExp("^(".concat(["dynacrems"].concat(l.aabDomains,l.uniformDomains).join("|"),")")).test(p.locationHost),!p.isReady&&l.aabDomainsExternal[p.locationHost]&&(p.isReady=!0,p.locationHost=l.aabDomainsExternal[p.locationHost]),p.isReady?p.applicationHost=p.testDomain||r||p.locationHost:p.applicationHost=p.testDomain||r||h,p.isReady&&!p.isMainPage?p.targetHost=p.testDomain||r||p.locationHost:p.targetHost=p.testDomain||r||h,i?p:(Object.keys(c.default).forEach((function(e){c.default[e]=p[e]})),p.enabled)}},8821:function(e,t){"use strict";var s=this&&this.__assign||function(){return s=Object.assign||function(e){for(var t,s=1,n=arguments.length;s<n;s++)for(var r in t=arguments[s])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},s.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultState=void 0;var n={locationHost:"unset_site_domain",applicationHost:"",targetHost:"",testDomain:"",isMainPage:!1,isReady:!1,enabled:!0,collector:!1};t.defaultState=n;var r=s({},n);t.default=r},1630:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var r=Object.getOwnPropertyDescriptor(t,s);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,r)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),r=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var i=o(s(2649)),a=s(3965),c=s(5636),l=s(5927),d=s(8339),u=s(3414),p="Crux.unmess",h="";t.default=function(e){var t;if(i.debug(p,e),/^data:/.test(e))return e;var s=(0,d.parsePath)(e),n=s.error,r=s.hostname,o=void 0===r?"":r,m=s.pathname,f=void 0===m?"":m,g=s.search,v=void 0===g?"":g;if(n)return e;var Z=f.replace(/^\/|\/$/g,h).split("/"),b=Z.shift(),w=e,y=!1,S=h,_=h;if(b.length<30)return e;try{var E=(b=(b=b.replace(/_/g,"/")).replace(/-/g,"+")).slice(0,8),C=b.slice(8),I=(0,c.atob)((0,a.addEqualSigns)(C));t=function(e){if(0!==e.indexOf("/aabv3/"))throw new Error("AABv2 is no longer supported");var t=JSON.parse(e.replace("/aabv3/",h)),s=t.t||h,n=t.u||h;return i.debug(p,"getSxoredData","sxored",e,"identifier",s,"path",n),{identifier:s,path:n}}((0,u.sxor)(I,E)),S=t.identifier,_=t.path}catch(t){return e}var O=h;if(y=Object.entries(l.domainMap).find((function(e){var t=e[0];return e[1]===S&&(O=t,!0)})),!y){var P=(0,l.getCephDomain)(S);P&&(y=!0,O=P)}y||(O=o);try{var A=decodeURIComponent(escape(_));w=(w="https://".concat(O).concat(A).concat(Z.length?Z.join("/"):h).concat(v)).replace(/[?&]?_=_+$/,h)}catch(n){w=e}return w}},2927:(e,t,s)=>{"use strict";s.d(t,{$$:()=>o,VR:()=>r,pV:()=>i,tn:()=>n});const n="WPaabwl",r="WPwlc",o="WPabcsd",i="WPwlsss"},5131:(e,t,s)=>{"use strict";s.d(t,{Cl:()=>n,R9:()=>c,VP:()=>i,WS:()=>r,pB:()=>a});const n=0,r=1;let o=n;const i=()=>o===r,a=()=>o,c=e=>{o=[n,r].includes(e)?e:n}},6025:(e,t,s)=>{"use strict";let n;s.d(t,{D:()=>o,q:()=>r});const r=()=>n,o=e=>{n=e}},2395:(e,t,s)=>{"use strict";s.d(t,{l:()=>o,o:()=>i});var n=s(3205);let r;const o=e=>{r=e},i=(e,t,s,o)=>{n.Z.f(r)&&r(e,t,s,o)}},7090:(e,t,s)=>{"use strict";s.d(t,{G:()=>o,W:()=>r});let n=!1;const r=()=>n,o=e=>{n=e}},1489:(e,t,s)=>{"use strict";s.d(t,{Ey:()=>o,TB:()=>n,nu:()=>i,o2:()=>r});const n="unknown",r="AG",o="ABP",i="uBO"},6452:(e,t,s)=>{"use strict";s.d(t,{B:()=>r,j:()=>o});let n=!1;const r=()=>n,o=e=>{n=e}},713:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["camps"]},9721:(e,t,s)=>{"use strict";s.d(t,{C:()=>r,Y:()=>n});const n=btoa("preventCB"),r=e=>!!e.closest(`.${n}`)},5435:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPstadcp"},2773:(e,t,s)=>{"use strict";s.d(t,{C:()=>r,i:()=>n});const n="inisuid",r={adnxs:"apnxuid",adform:"adfmuid",connectad:"connectaduid",openx:"openxmiud",onetag:"onetaguid",pubmatic:"pubmaticuid",rubicon:"rubiconuid",rtbhouse:"rtbhouseuid",smartssb:"smartmiud",ix:"ixuid",oftmedia:"oftmediauid",oftmedia_adkernel:"oftmedia_adkerneluid",stroeerCore:"stroeercoreuid",triplelift:"tpluid",visx:"yoc_visxuid"}},2863:(e,t,s)=>{"use strict";s.d(t,{CV:()=>i,fS:()=>a,g1:()=>c});var n=s(1154),r=s(6539);const o=(e,t)=>{const s=(0,n.K)(),o=s&&(0,r.Z)(t,s);return o&&(0,r.Z)(e,o)||!1},i=e=>o(e,"steeringExternal"),a=e=>o(e,"steering"),c=e=>o(e,"config")},1154:(e,t,s)=>{"use strict";s.d(t,{K:()=>o});var n=s(9126);let r=(e=>{if(!e)return!1;try{return(0,n.Z)(e)}catch(e){console.error(e)}})((0,s(6539).Z)("prebidConfig"))||!1;const o=()=>r},3769:(e,t,s)=>{"use strict";s.d(t,{X:()=>o,w:()=>r});let n=!1;const r=e=>{n=e},o=()=>n},7331:(e,t,s)=>{"use strict";s.d(t,{CG:()=>r,Lx:()=>o,Wj:()=>a,sp:()=>i,xb:()=>n});const n=!1,r=0,o=1,i=3,a=4},9943:(e,t,s)=>{"use strict";s.d(t,{BD:()=>l,XG:()=>c,_X:()=>a});var n=s(7331);let r,o=!1,i=n.xb;const a=()=>o,c=()=>i,l=()=>r},9853:(e,t,s)=>{"use strict";s.d(t,{Zd:()=>g,co:()=>v,wU:()=>Z,ZP:()=>b,go:()=>m,KF:()=>f,bB:()=>h,jO:()=>p});var n=s(9349);var r=s(7379),o=s(619),i=s(1774),a=s(369),c=s(6539),l=s(7550);const d=(0,r.Z)();i.default.testsStore=d;const u=e=>{const t=new Map;return(0,o.Z)(d,e,t),Object.defineProperty(t,"getString",{value:()=>[...t.entries()].map((t=>[e,...t].join("|"))).join(";")}),t},p=(e,t,s)=>{const r=d[e];if(r)return((e,t)=>{/^[0-9A-Z]{2,10}-\d+$/.test(t)||(0,n.Z)(`Incorrect AB test name (${e}|${t}), valid pattern is '^[0-9A-Z]{2,10}-\\d+$'.`,!0)})(e,t),((e,t,s)=>{/^[A-Z](:[\w\\/|]+)*$/.test(s)||(0,n.Z)(`Incorrect AB test variant (${e}|${t}|${s}), valid pattern is '^[A-Z](:[\\w\\/|]+)*$'.`,!0)})(e,t,s),(0,l.Z)(t)&&(0,l.Z)(s)?r.set(t,s):void(0,n.Z)("Incorrect test name or variant.","error");(0,n.Z)("Authority store does not exist.","error")},h=(e,t)=>{const s=d[e];if(s)return s.get(t);(0,n.Z)("Authority store does not exist.","error")},m=()=>{const e=(0,r.Z)();return(0,a.Z)(d,((t,s)=>{e[t]=Object.fromEntries(s.entries())})),e},f=()=>Object.values(d).map((e=>e.getString())).filter((e=>""!==e)).join(";"),g=u("adtech"),v=u("analytics"),Z=u("application"),b=()=>{const e=(0,c.Z)("wp_abtest");(0,a.Z)(e,((e,t)=>{(0,a.Z)(t,((t,s)=>{p(e,t,s)}))}))}},8886:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>c,El:()=>r,Vx:()=>a,aB:()=>d,cu:()=>o,ef:()=>l,jo:()=>i});var n=s(8820);const{addAnimation:r,addStyle:o,removeStyle:i,update:a,pin:c,unpin:l,togglePin:d}=(0,n.P)("std")},8820:(e,t,s)=>{"use strict";s.d(t,{i:()=>L,P:()=>A});var n=s(369),r=s(7795),o=s(3205);const i=["-webkit-","-moz-","-ms-","-o-"],a="",c=(e,t)=>null!==t?`${e}:${t};`:a,l=e=>{const t=[];return(0,n.Z)(e,((e,s)=>{Array.isArray(s)?s.forEach((s=>{t.push(c(e,s))})):t.push(c(e,s))})),t.join(a)},d=e=>e.replace(/([A-Z])/g,(e=>{if(e)return`-${e[0].toLowerCase()}`})),u=(e,t)=>{const s=/width|height|top|left|right|bottom|margin|padding|font-size|border-radius|text-indent/,c={};return(0,n.Z)(e,(n=>{let l=n;const u=l.match(/(.+)!/);let p=e[l];if(u&&([,l]=u),l=d(l),s.test(l)&&o.Z.n(p)&&(p+="px"),(0,r.Z)(p)?c[l]=null:c[l]=`${p}${u?"!important":a}`,Array.isArray(t)){t.map(d).includes(l)&&i.forEach((e=>{c[`${e}${l}`]=p}))}})),c},p=(e,t)=>{if(e instanceof Element)return e.classList.add(t),e.setAttribute(t,""),e},h=(e,t)=>{if(e instanceof Element)return e.classList.remove(t),e.removeAttribute(t),e},m=(e,t,s)=>{if(e instanceof Element){return(o.Z.b(s)?s:!e.hasAttribute(t))?p(e,t):h(e,t),e}};var f=s(4462),g=s(919),v=s(7379),Z=s(3354),b=s(9126),w=s(1774),y=s(8959),S=s(9627),_=s(7550),E=s(9349),C=s(7384);const I="def",O=((0,g.FT)()||w.default.mode)&&!(0,C.Z)("hashstyle")||(0,C.Z)("unhashstyle"),P=(0,v.Z)();w.default.managerStore=P;const A=e=>{if(!(0,_.Z)(e))return void(0,E.Z)("Incorrect name for classManager store.",!0);const t=P[e];if(t)return t.api;let s,r=!1;const o={mediaStore:(0,v.Z)()};P[e]=o;const c=()=>{const{mediaStore:t,styleElement:c}=o,d=Object.entries(t).map((([e,t])=>{const s=t.style,r=t.keyframes;let o="";return e!==I&&(o+=`@media ${e}{`),(0,n.Z)(r,((e,t)=>{o+=((e,t)=>{let s=a,r=a;return(0,n.Z)(t,((e,t)=>{r+=`${e} {${l(t)}}`})),[...i,a].forEach((t=>{s+=`@${t}keyframes ${e} {${r}}`})),s})(e,t)})),(0,n.Z)(s,((e,t)=>{null!=t&&t.hash&&(0,S.Z)(t.style)&&(o+=`.${t.hash}${t.selector||""},[${t.hash}]${t.selector||""}{${l(t.style)}}`)})),e!==I&&(o+="}"),o})).join("");if(d)if(c)c.textContent=d;else{const t=(0,Z.Z)(d,e);o.styleElement=t,(0,y.Z)().appendChild(t)}s=null,r=!1},d={addAnimation:(e,t,s,i=I)=>{const{mediaStore:a}=o,c=(0,b.Z)(t),l=a[i]||(0,v.Z)();if(l.keyframes=l.keyframes||(0,v.Z)(),!l.keyframes[e]){if(Object.keys(c).some((e=>!/^(\d+%|from|to)$/.test(e))))return!1;(0,n.Z)(c,((e,t)=>{c[e]=u(t,s)})),l.keyframes[e]=c}return r=!0,e},addStyle:(e,t,s,n=I)=>{const{mediaStore:i}=o,a=i[n]||(0,v.Z)(),c=a.style||(0,v.Z)(),l=a.hash||(0,v.Z)(),d=e.split(/(\b)/i),p=d.shift();let h=c[e],m=l[p];if(h||(h=(0,v.Z)(),m||(m=O?p:(0,f.Nu)(7,36,!0)),h.hash=m,h.selector=d.join(""),h.style=(0,v.Z)()),(0,S.Z)(t)){const e=Object.assign({},t);h.style=Object.assign(h.style,u(e,s))}return c[e]=h,l[p]=m,a.style=c,a.hash=l,i[n]=a,r=!0,h.hash},removeStyle:e=>{const{mediaStore:t}=o,s=e.split(/(\b)/i).shift();(0,n.Z)(t,((e,t)=>{const r=t.style,o=t.hash;if(o[s]){const e=o[s];delete o[s],(0,n.Z)(r,((t,s)=>{s.hash===e&&delete r[t]}))}})),r=!0},update:e=>{r&&(e?(cancelAnimationFrame(s),c()):s||(s=requestAnimationFrame(c)))},pin:p,unpin:h,togglePin:m};return o.api=d,d},L=e=>{if(!(0,_.Z)(e))return void(0,E.Z)("Incorrect name for classManager store.",!0);const t=P[e];if(t){const{styleElement:e}=t;return e&&e.remove(),t.styleElement=void 0,t.mediaStore=(0,v.Z)(),t.api}}},3574:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://std.wpcdn.pl/"},5467:(e,t,s)=>{"use strict";s.d(t,{P:()=>i,q:()=>a});var n=s(6539),r=s(2443);let o;const i=()=>o||(0,n.Z)("rekid"),a=e=>{(0,r.Z)("rekid",e),o=e}},975:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(()=>{let e=!0;try{e=window.self===window.top}catch(t){e=!1}return e})()},450:(e,t,s)=>{"use strict";s.d(t,{Kl:()=>a,Qj:()=>i,ZF:()=>o});var n=s(6539),r=s(2443);const o=e=>{let t=(0,n.Z)("wp_dot_addparams");return t&&e&&(t=t[e]),t},i=e=>(0,r.Z)("wp_dot_addparams",e),a=e=>{i(Object.assign(o()||{},e))}},9167:(e,t,s)=>{"use strict";s.d(t,{TH:()=>Z,Rf:()=>C,N0:()=>I,hx:()=>h,Pk:()=>b,c3:()=>g,LM:()=>y,QT:()=>E,Zo:()=>v,V8:()=>m,YG:()=>S,l6:()=>O,Qt:()=>w,KD:()=>_,G6:()=>p,X2:()=>f});var n=s(4841),r=s(6539),o=s(2230);const i=(0,o.Z)("trident\\/");var a=s(3205),c=s(4030),l=s(6205);const d=(0,o.Z)("iphone|ipad|ipod"),u=d&&!window.MSStream?(0,o.Z)("crios"):(0,o.Z)("chrome"),p=(d&&(0,o.Z)("safari")&&(0,o.Z)("(CriOS|FxiOS|OPiOS|mercury|chrome)"),(0,o.Z)("safari")&&!(0,o.Z)("chrome")),h=(d?(0,o.Z)("opios"):(0,o.Z)("opr\\/")||a.Z.o(window.opera),d?(0,o.Z)("fxios"):(0,o.Z)("firefox\\/")&&!(0,o.Z)("(compatible|webkit)")),m=((0,o.Z)("iphone|ipad|ipod|macintosh"),(()=>{const{userAgent:e}=window.navigator;let t;i?t=(()=>{const t=/msie (\d+)/i.exec(e);return t?t[1]:(0,o.Z)("trident\\/7\\.0")>0?11:0})():u?t=(0,l.Z)((e.match(/(chrom(?:e|ium)|crios)\/(\d+)/i)||[])[2])||0:h?t=(0,l.Z)((e.match(/firefox\/(\d+)/i)||[])[1])||0:p&&(t=(0,l.Z)((e.match(/version\/(\d+)/i)||[])[1])||0)})(),()=>(0,n.y1)("poczta|profil|pomoc|onelogin")),f=()=>(0,n.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),g=()=>(0,n.y1)("^money"),v=()=>(0,n.y1)("^nwm_parenting"),Z=()=>(0,n.y1)("^nwm_abczdrowie"),b=()=>(0,n.y1)("^magazyn"),w=()=>(0,n.y1)("^sportowefakty"),y=()=>(0,n.y1)("o2_o2_pl"),S=()=>(0,n.y1)("^pudelek|pudelek_pl$"),_=()=>(0,n.y1)("^(sg|sg_mobile)$"),E=()=>!!(0,r.Z)("PAKO"),C=()=>!!(0,r.Z)("wp_amp"),I=()=>(0,n.y1)("^app"),O=()=>c.default.isRobot},1081:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=void 0!==Object.getOwnPropertyDescriptor(window.navigator,"userAgent")},7003:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1774);const r=e=>document.getElementById(e||n.default.bucket)},528:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1081);const r=(0,s(2230).Z)("google|hotjar|ruxit|lighthouse|yandex|pinterest|(bing|apple|moat|petal|ad)bot")&&!n.Z},8727:(e,t,s)=>{"use strict";s.d(t,{R:()=>o,b:()=>r});let n=!1;const r=e=>{n=e},o=()=>n},4841:(e,t,s)=>{"use strict";s.d(t,{GD:()=>u,PO:()=>d,W_:()=>i,oO:()=>p,ut:()=>l,y1:()=>a,zC:()=>c});var n=s(8727),r=s(6539),o=s(2443);const i=()=>(0,r.Z)("wp_sn"),a=e=>new RegExp(e).test(i()),c=()=>!!(a("_m_|_mobile")||(0,r.Z)("wp_mobile")||(0,r.Z)("isMobile")),l=e=>{const t=(e=>/^[a-z0-9_.]{2,56}$/.test(e))(e);(0,o.Z)("wp_sn",t?e:"invalid_sn"),(0,n.b)(c())},d=()=>(i()||"").replace(/(_dynamic)/g,""),u=e=>{const t=e||i();return t&&"unknown"!==t},p=()=>{const e=(0,r.Z)("wp_spa_config");if(e){var t,s;const r="mobile"===e.platform||(0,n.R)(),o=null==(t=e[e.platform])||null==(s=t.dot)?void 0:s.base;r?a("_mobile$")||(!i()&&o?l(`${o}_mobile`):l(`${i()}_mobile`)):!i()&&o&&l(o)}}},2230:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>new RegExp(e,"i").test(window.navigator.userAgent)},1386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(7379),r=s(1774),o=s(3205),i=s(2621);const a=(0,n.Z)();r.default.dams=a;const c=(e,t)=>{if(!o.Z.s(e))return;const s=Symbol(e),n=(e=>{let t=!1;const s=new Set,n=e=>{s.delete(e);const{timeout:t,cb:n,info:r}=e;clearTimeout(t),n()};return Object.create(null,{fill:{value:(e,r,a)=>{if(o.Z.f(e)){const o=Object.create(null,{cb:{value:e},info:{value:r}});if(t)n(o);else if(s.add(o),(0,i.Z)(a)){const e=setTimeout((()=>{n(o)}),a);Object.defineProperty(o,"timeout",{value:e})}}}},close:{value:()=>{t=!1}},open:{value:()=>{t=!0;const e=[...s];for(;e.length&&t;)n(e.shift())}},isOpen:{get:()=>t}})})();return t&&n.open(),a[s]=n,n}},5620:(e,t,s)=>{"use strict";s.d(t,{$D:()=>l,I:()=>a,IK:()=>o,QE:()=>d,h5:()=>p,j5:()=>r,kQ:()=>u,s4:()=>c});var n=s(703);const r=()=>!!(0,n.qm)("noext"),o=()=>!!(0,n.qm)("novendor")||r(),i=()=>!!(0,n.qm)("noadv")||r()||!!(0,n.qm)("matoken"),a=()=>!!(0,n.qm)("nodisplay")||i(),c=()=>!!(0,n.qm)("nodetector"),l=()=>!!(0,n.qm)("nobdc"),d=()=>"1"===(0,n.qm)("nowave"),u=()=>"1"===(0,n.qm)("nofsc"),p=()=>"1"===(0,n.qm)("noshow")},9460:(e,t,s)=>{"use strict";s.d(t,{DH:()=>I,Hj:()=>E,Hy:()=>_,Ns:()=>T,Um:()=>A,XV:()=>P,ZP:()=>N,_k:()=>C,hT:()=>D,mc:()=>R,nr:()=>O,uU:()=>L,vS:()=>S,vv:()=>k});var n=s(3121),r=s(7379),o=s(1774),i=s(3205);const a="DOMContentLoaded",c="_visible",l="_hidden",d="_resizeend",u="_scrollend",p=(0,r.Z)(),h=(0,r.Z)(),m=(0,r.Z)(),f=(0,r.Z)(),g=(0,r.Z)();let v=!1;o.default.handlers={isAttached:p,executions:h,executionsDone:m,attachedOnce:f,eventQueue:g};const Z=(e,t)=>{const s=g[e];if(s){const n=s.length;let r;for(let o=0;o<n;o+=1)r=f[e]?s.shift():s[o],i.Z.f(r)&&r(t)}f[e]&&(m[e]=!0)},b=e=>{let t;return s=>{clearTimeout(t),t=setTimeout((()=>{Z(e,s)}),100)}},w={[u]:["scroll",b(u)],[d]:["resize",b(d)]},y=e=>{const t=g[e],s=w[e];if(null!=t&&t.length&&!p[e]){if(s)E(s[0],s[1]);else{const t=!("scroll"!==e||!v)&&{passive:!0};window.addEventListener(e,h[e],t)}p[e]=!0}else null!=t&&t.length||!p[e]||(s?S(s[0],s[1]):window.removeEventListener(e,h[e]),p[e]=!1)},S=(e,t)=>{((e,t)=>{const s=g[e]||[];if(t&&s){const e=s.indexOf(t);e>-1&&s.splice(e,1)}})(e,t),y(e)},_=()=>/te/.test(document.readyState),E=(e,t,s,r)=>{/^[a-z]+:[a-z]+$/i.test(e)?(0,n._V)(e,t,s,r):((e=>{h[e]||(h[e]=t=>{Z(e,t)})})(e),((e,t,s,n)=>{g[e]=g[e]||[];const r=n?"unshift":"push";s&&(f[e]=!0),i.Z.f(t)&&(m[e]?t():g[e][r](t))})(e,t,s,r),y(e))},C=(e,t)=>{E(a,e,!0,t)},I=(e,t)=>{E("resize",e,!1,t)},O=(e,t)=>{E("scroll",e,!1,t)},P=(e,t)=>{E(d,e,!1,t)},A=(e,t)=>{E(u,e,!1,t)},L=(e,t)=>{E("pagehide",e,!1,t)},T=(e,t)=>{E("pageshow",e,!1,t)},k=(e,t)=>{E(c,e,!1,t)},D=(e,t)=>{E(l,e,!1,t)},R=(e,t)=>{E("beforeunload",e,!0,t)},N=()=>{try{const e=Object.defineProperty({},"passive",{get:()=>(v=!0,!0)});window.addEventListener("_",null,e),window.removeEventListener("_",null,e)}catch(e){}m[a]=_(),document.addEventListener("visibilitychange",(e=>{Z(document.hidden?l:c,e)}))}},703:(e,t,s)=>{"use strict";s.d(t,{NB:()=>a,qm:()=>c});var n=s(1774),r=s(6539),o=s(7842);const i=(()=>{const{search:e,hash:t}=window.location;return Object.assign((0,o.Z)(e),(0,o.Z)(t),(0,r.Z)("wp_switches"))})();n.default.switches=i;const a=()=>i,c=e=>(0,r.Z)(e,i)||""},4923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5599);const r=e=>{const t=()=>{const s=(0,n.Z)();s?e(s):requestAnimationFrame(t)};return t}},7885:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=`1~${[39,43,55,70,89,108,117,122,143,149,162,167,184,196,202,211,228,241,253,266,272,311,322,326,327,338,385,389,440,448,449,453,482,486,494,495,501,503,505,522,540,574,585,587,588,745,780,867,874,899,904,922,931,981,1031,1092,1099,1107,1126,1127,1171,1205,1215,1248,1252,1286,1290,1301,1329,1419,1456,1465,1516,1548,1558,1564,1577,1653,1725,1844,1859,1878,1889,2013,2068,2072,2137,2145,2177,2179,2216,2299,2312,2359,2373,2377,2411,2504,2510,2544,2567,2571,2583,2589,2604,2605,2634,2657,2707,2729,2739,2797,2822,2827,2867,2874,2886,2887,2889,2901,2908,2911,2923,2939,2956,2973,3009,3025,3033,3053,3076,3077,3078,3108,3124,3128,3130,3194].join(".")}`},780:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),r=s(6733),o=s(1143);const i=()=>{const e="GDPRBar",t=`${e}LoadStart`;(0,o.Z)(t),s.e(599).then(s.bind(s,2050)).then((({default:s})=>{(0,r.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{(0,r.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,n.Z)(s,"ConsentBar")}))}},517:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(2466),r=s(961),o=s(7265),i=s(2020),a=s(7508),c=s(6205);let l=!1;const d=()=>(()=>{const{purposeConsents:e,vendorConsents:t}=(0,o.SU)();return e.size>0&&t.size>0})()&&(0,r.BF)("mr","TP")&&(0,r.BF)("mr"),u=()=>{const e=(0,c.Z)((0,a.Z)(n.Dc)),t=!d();i.default.today=Math.floor(Date.now()/864e5);const s=(!e||i.default.today>e)&&t&&!l;return s&&(l=!0),s}},2020:(e,t,s)=>{"use strict";s.d(t,{default:()=>n});const n=(0,s(7379).Z)()},846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Consent")},2466:(e,t,s)=>{"use strict";s.d(t,{Dc:()=>n,F1:()=>i,le:()=>o,q2:()=>r});const n="WPtcsb",r="WPdp",o="WPtcs2",i=[r,o]},6259:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPci"},1361:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(1467),r=s(5394),o=s(846),i=s(6733),a=s(1143);const c=()=>{(0,n.b)("formViewLoad");const e="GDPRBoard",t=`${e}LoadStart`;(0,a.Z)(t),s.e(599).then(s.bind(s,3439)).then((({default:s})=>{(0,i.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{o.Z.open(),(0,i.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,r.Z)(s,"ConsentForm")}))}},1121:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});var n=s(2978),r=s(703),o=s(4841),i=s(9167),a=s(528),c=s(975),l=s(4030);const d=()=>{const e=(0,r.qm)("gdprLoad"),t=(0,r.qm)("gdprOff"),s=(0,o.y1)("^(openfm|parklot|easygopl|money_money2money|owirtualnejpolsce)"),d=(0,o.y1)("poczta|onelogin")&&!(0,o.y1)("logowanie|profil"),u=(0,n.aD)([n.Uv,n.nJ]);l.default.isSiteOff=s||d||u;return c.Z&&(0,o.GD)()&&!(0,i.N0)()&&!s&&!d&&!u&&!a.Z&&!t||e}},9966:(e,t,s)=>{"use strict";s.d(t,{Dz:()=>a,EB:()=>Z,Eq:()=>v,F_:()=>g,HT:()=>c,KM:()=>b,NT:()=>d,cD:()=>f,e0:()=>o,fR:()=>S,he:()=>i,jE:()=>A,k9:()=>r,o:()=>L,pz:()=>n,qU:()=>m,qe:()=>l,qz:()=>p,rJ:()=>E,tP:()=>_,tl:()=>u,uY:()=>w,wv:()=>h,x_:()=>y,yM:()=>C});const n="ck",r="mr",o="fp",i="mt",a="ts",c="cspid",l="csfid",d=0,u=1,p=2,h="WPM",m="GWP",f="TP",g=[h,m,f],v=[n,r,o],Z=[1,2,3,4,5,6,7,8,9,10],b=[2],w=[1],y=[2,3,4,5,6,7,8,9],S=[2],_=[2,7,8,9,10,11],E=[2],C=[1],I=JSON.stringify(Z),O=JSON.stringify(S),P=JSON.stringify(C),A={[h]:I,[m]:I,[f]:P},L={[h]:O,[m]:O,[f]:O}},5090:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>e&&Date.now()-e>33696e6},1747:(e,t,s)=>{"use strict";s.d(t,{C:()=>u,M:()=>d});var n=s(4462),r=s(9627),o=s(7550),i=s(9349),a=s(2264);const c=(e,t)=>{if(!(0,o.Z)(e)||!(0,o.Z)(t))return"";const s=t.length,n=e.length;let r="";for(let o=0;o<n;o+=1){const n=e.charCodeAt(o),i=t.charCodeAt(o%s);r+=String.fromCharCode(n^i)}return r},l=3,d=e=>{if((0,r.Z)(e)){const t=(0,a.Z)(e),{keybase:s=(0,n.Nu)(l,36,!0)}=t;delete t.keybase;try{const e=s+btoa(c(JSON.stringify(t),s));if(t.keybase=s,(0,o.Z)(e))return e}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}},u=e=>{if((0,o.Z)(e)){const t=e.slice(0,l),s=e.slice(l);try{const e=JSON.parse(c(atob(decodeURIComponent(s)),t));if((0,r.Z)(e))return e.keybase=t,(0,a.Z)(e)}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}}},961:(e,t,s)=>{"use strict";s.d(t,{$C:()=>y,BF:()=>w,Ld:()=>f,U2:()=>Z,a1:()=>h,gf:()=>S,rl:()=>m,t8:()=>b,uB:()=>g});var n=s(9966),r=s(7379),o=s(5090),i=s(9627),a=s(2264);const c=(0,r.Z)();let l=!1,d=!1,u=!1,p=!1;const h=()=>u,m=()=>l,f=e=>{l=e},g=()=>c,v=(e=n.wv,t=!1)=>(t&&(c[e]=c[e]||(0,r.Z)()),c[e]),Z=(e,t=n.wv)=>{const s=v(t);if(s)return s[e]},b=(e,t,s=n.wv)=>{const r=v(s,!0);r[e]!==t&&(n.Eq.includes(e)&&(e=>{v(e,!0)[n.Dz]=Date.now()})(s),r[e]=t,d&&p&&f(!0))},w=(e,t=n.wv)=>2===Z(e,t),y=()=>Math.min(...n.F_.map((e=>Z(n.Dz,e)))),S=e=>{if((0,i.Z)(e)){JSON.stringify((0,a.Z)(c))!==JSON.stringify((0,a.Z)(e))&&p&&f(!0),Object.assign(c,e)}n.F_.forEach((e=>{w(n.k9,e)&&b(n.HT,n.jE[e],e),w(n.e0,e)&&b(n.qe,n.o[e],e)})),p=!0;(0,o.Z)(y())&&(u=!0)};n.F_.forEach((e=>{n.Eq.forEach((t=>{b(t,n.NT,e)}))})),d=!0,p=!1},2058:(e,t,s)=>{"use strict";s.d(t,{Z:()=>v});var n=s(1710),r=s(961),o=s(7265),i=s(7798);const a=e=>{const t=new n.gI(e),s=(0,i.Z)();return t.cmpId=72,t.cmpVersion=2,t.consentScreen=3,t.consentLanguage=s,t.publisherCountryCode="PL",t.isServiceSpecific=!0,t};var c=s(5394),l=s(9966),d=s(1467),u=s(4841),p=s(5090),h=s(1121);const m=(e,t,s)=>{if(!e)return;const{created:n}=e,i=n.getTime();if((0,p.Z)(i)&&((0,h.Z)()||(0,u.y1)("^openfm"))){(0,o.GD)(!0),(0,o.Fn)(null),(0,o.jL)(void 0);const e=a(t),n=void 0;return(0,d.b)("expired",{created:i}),(0,o.Ev)(s,"expired"),{tcModel:e,tcString:n}}i-(0,r.$C)()>6e4&&((0,r.t8)(l.Dz,i,l.wv),(0,r.t8)(l.Dz,i,l.qU),(0,r.t8)(l.Dz,i,l.cD))};var f=s(7550);const g=(e=!1)=>{const t=(0,o.do)(),s=(0,o.qO)();s&&s.update(e?"":t||"",e)},v=(e,t,s,i,l,d,u,p)=>{let h,v,Z,b=!0;t?(0,r.BF)("mr","TP")&&(Z=l):(b=s,b&&(Z=l));if(i!==(0,o.do)()){if(b){v=i;try{if(t){const e=(0,o.h)();if((0,f.Z)(v)){h=n.E9.decode(v);const t=m(h,e,u);t&&({tcModel:h,tcString:v}=t),h&&e&&!h.gvl&&(h.gvl=e)}else h=a(e)}else(0,f.Z)(v)&&(h=n.E9.decode(v))}catch(e){(0,c.Z)(e,"TCModel")}}(0,o.jL)(v),(0,o.Fn)(h)}e&&(0,o.hU)(e),(0,o.R4)(b),(0,o.T6)(Z),g(d)}},7265:(e,t,s)=>{"use strict";s.d(t,{Ev:()=>L,Fn:()=>f,GD:()=>P,KC:()=>O,PD:()=>k,R4:()=>h,SU:()=>m,T6:()=>y,_3:()=>E,cG:()=>w,do:()=>S,h:()=>Z,hU:()=>C,jL:()=>_,kG:()=>A,lT:()=>T,qO:()=>g,qP:()=>I,u6:()=>v,wH:()=>b,zC:()=>p});var n=s(1774);let r=!0,o=!1,i=!1,a=!1,c="",l="";const d={gvl:void 0,cmpapi:void 0,tcModel:null,otherPartners:void 0},u={};n.default.vendorsState=d;const p=()=>r,h=e=>{r=e},m=()=>d.tcModel,f=e=>{d.tcModel=e},g=()=>d.cmpapi,v=e=>{d.cmpapi=e},Z=()=>d.gvl,b=e=>{d.gvl=e},w=()=>c,y=e=>{c=e},S=()=>l,_=e=>{l=e},E=()=>o,C=e=>{o=e},I=()=>a,O=()=>i,P=e=>{i=e},A=()=>u,L=(e="default",t)=>{u[e]=t},T=e=>{d.otherPartners=e},k=()=>d.otherPartners},1467:(e,t,s)=>{"use strict";s.d(t,{A:()=>a,b:()=>c});var n=s(7265),r=s(2890),o=s(1774),i=s(4769);const a={tcf:4};o.default.mode&&(a.devel=1);const c=(e,t,s)=>{var o,c;Object.assign(a,s);const l=Object.assign({},t,a,{gvl:(null==(o=(0,n.SU)())?void 0:o.vendorListVersion)||-1,policy:(null==(c=(0,n.SU)())?void 0:c.policyVersion)||-1,time:Math.round((0,r.zO)())});(0,i.Z)(void 0,l,`gdpr_${e}`,{useLink:!0})}},5301:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),r=s(1747),o=s(7265),i=s(961),a=s(919),c=s(4596),l=s(7508),d=s(2040),u=s(2840);const p=()=>new Promise((e=>{const t={},s=(0,l.Z)(n.le),p=(0,c.Z)(n.le),h=(0,l.Z)(n.q2),m=(0,c.Z)(n.q2);let f,g;(s&&!p||!s&&p||s!==p)&&(f=!0),(h&&!m||!h&&m||h!==m)&&(g=!0),((0,i.rl)()||g)&&((0,i.Ld)(!1),t[n.q2]=(0,r.M)((0,i.uB)())),((0,o._3)()||f)&&((0,o.hU)(!1),t[n.le]=(0,o.do)()),(0,u.Z)(t),a.pt?e():d.Z.set(t,e)}))},3448:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7265),r=s(4064);const o=(e,t)=>{const s=(0,n.SU)();let o=!1;if(s){const{vendorConsents:n,vendorLegitimateInterests:i}=s;o=(n.has(e)||i.has(e))&&(0,r.Z)(t)}return o}},4064:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7265);const r=e=>{const t=(0,n.SU)();let s=!1;if(t){const{purposeConsents:n,purposeLegitimateInterests:r}=t;s=e.filter((e=>n.has(e)||r.has(e))).length===e.length}return s}},309:(e,t,s)=>{"use strict";s.d(t,{default:()=>r});const n=(0,s(4443).Z)();n.name="__tcfapiLocator";const r=n},2971:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(369),r=s(7795),o=s(3205);const i=(e,t)=>{let s=e;return o.Z.u(s)||(o.Z.o(s)?(0,n.Z)(s,((e,n)=>{(0,r.Z)(n)||""===n||"undefined"===n?delete s[e]:s[e]=i(n,t)})):t&&(s=encodeURIComponent(`${s}`))),s},a=i},7379:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>Object.create(null)},9126:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7795);const r=e=>(0,n.Z)(e)?e:JSON.parse(JSON.stringify(e))},7174:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(2395),r=s(5394);const o=(e,t,s,o=!1)=>{try{Object.defineProperty(e,t,{value:s,configurable:o,enumerable:!0})}catch(e){["WP","gaf","prebid"].includes(t)&&(0,n.o)(t,void 0,!0,!0),e.campaign=t,(0,r.Z)(e,"definePropertyHard")}}},619:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205);const r=(e,t,s)=>{const r=Object.getOwnPropertyDescriptor(e,t);r&&!r.configurable||Object.defineProperty(e,t,{value:s,writable:!0,configurable:!0,enumerable:!n.Z.f(s)}),null!=r&&r.writable&&(e[t]=s)}},853:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s="beforeend")=>{e.insertAdjacentHTML(s,t)}},7159:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e="div")=>document.createElement(e)},4443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7159);const r=()=>{const e=(0,n.Z)("iframe");return e.style.visibility="hidden",e.style.display="none",e}},3354:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7159);const r=(e,t="wpcss",s)=>{const r=s||(0,n.Z)("style");return r.type="text/css",r.dataset.id=t,r.textContent=e,r}},5599:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.body},8842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>getComputedStyle(e)||{}},4491:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.documentElement},8959:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.head},7798:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(703),r=s(1964),o=s(4491);const i=(0,n.qm)("forceLang"),a=()=>{var e;const t=i||(null==(e=(0,o.Z)())?void 0:e.lang);return Object.keys(r.Z).includes(t)?t:"pl"}},967:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.innerHeight},8700:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>({top:window.pageYOffset,left:window.pageXOffset})},6679:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.innerWidth},5253:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5599);const r=e=>e instanceof HTMLElement&&(0,n.Z)()&&(0,n.Z)().contains(e)},1964:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n={uk:"uk-ua",pl:"pl-pl",en:"en-en"}},5150:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>|<\/script>/gi;let s=e;for(;t.test(s);)s=s.replace(t,"");return s}},4263:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>document["querySelector"+(t?"All":"")](e)},369:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>{if("[object Object]"===Object.prototype.toString.call(e)){const s=Object.entries(e),{length:n}=s;for(let e=0;e<n;e++){const[n,r]=s[e];t(n,r)}}}},1756:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9372),r=s(4263);const o=e=>{const t=(0,r.Z)('link[rel="canonical"]');return(0,n.Z)(null==t?void 0:t.href,e)}},5212:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9372);const r=e=>(0,n.Z)(window.location.href,e)},6539:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=window)=>{let s;try{s=t[e]}catch(e){console.error(e)}return s}},7842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),r=s(7550),o=s(5150);const i=(e,t,s="&",i)=>{const a={};if((0,r.Z)(e)){e.replace(/(^[?#])/,"").split(s).forEach((e=>{const s=e.split("=");if(s.length>0){const[e,c]=s,l=e.trim(),d=c&&decodeURIComponent(c.trim());(0,n.Z)(t)&&!t.includes(l)||(0,r.Z)(l)&&((0,r.Z)(d)||i)&&(a[l]=(0,o.Z)(d)||"")}}))}return a}},9372:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>e?e.slice(0,t||500):""},1133:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=0)=>Array.isArray(e)&&(t>0?e.length===t:e.length>0)},9627:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9386);const r=e=>(0,n.Z)(e)&&Object.keys(e).length>0},7550:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205);const r=(e,t=0)=>n.Z.s(e)&&(t>0?e.length===t:e.length>0)},8917:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205);const r=e=>n.Z.n(e)&&isFinite(e)},2617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"runAdAuction"in window.navigator},7795:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null==e},9386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7795),r=s(3205);const o=e=>!(0,n.Z)(e)&&r.Z.o(e)&&!Array.isArray(e)},3205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});const n=(e,t)=>typeof e===t;[["u","undefined"],["s","string"],["b","boolean"],["n","number"],["g","bigint"],["o","object"],["f","function"],["m","symbol"]].forEach((e=>{n[e[0]]=t=>n(t,e[1])}));const r=n},2621:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(8917);const r=e=>(0,n.Z)(e)&&e>0},46:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const r=e=>(0,n.Z)(e)&&Math.floor(e)===e,o=e=>r(e)&&e>0},552:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7506),r=s(7550),o=s(3205);const i=(e="",t="",s="",i,a)=>{let c=e,l=s;return o.Z.n(l)&&(l=`${l}`),(0,r.Z)(c)?a?(/\?/.test(c)||(c+="?"),/(\?|&)$/.test(c)||(c+="&")):"?"!==c.slice(-1)&&(c+="&"):c="",(0,r.Z)(t)&&(c+=t,(0,r.Z)(l)&&(c+=`=${(0,n.Z)(l,i)}`)),c}},7506:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=!1)=>t?encodeURIComponent(e):e},4033:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7506),r=s(369),o=s(7795),i=s(3205);const a=(e,t,s)=>{const a=[];return e&&(i.Z.o(e)?(0,r.Z)(e,((e,r)=>{(0,o.Z)(r)||""===r&&!s||a.push(`${(0,n.Z)(e,t)}=${(0,n.Z)(r,t)}`)})):i.Z.s(e)&&a.push(e)),a.join("&")}},9384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7550);const r=e=>{let t={href:e};if((0,n.Z)(e))if(window.URL)try{t=new window.URL(e)}catch(e){}else{const s=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);s&&([,t.protocol,t.host,t.hostname,t.port,t.pathname,t.search,t.hash]=s)}else t.href="";return t}},7384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const{search:t,hash:s}=window.location,n=new RegExp(`[#?&](${e})(?:=([^&?=#]*))?([&?]|$)`);let r;return t&&(r=t.match(n)),!r&&s&&(r=s.match(n)),r}},4462:(e,t,s)=>{"use strict";s.d(t,{$6:()=>r,Nu:()=>o,vj:()=>i});var n=s(6205);const r=e=>{const t=(0,n.Z)(e),s=Math.random();return Math.floor(s*t)},o=(e=10,t=!1,s=!1)=>{const n=!0===t?16:t||10;let o="";for(s&&(o=String.fromCharCode(r(26)+97));o.length<e;)o+=Math.random().toString(n).slice(2),o=o.slice(0,e);return o},i=(e=100)=>0===r(e)},7560:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7550);const r=e=>{if((0,n.Z)(e))try{return JSON.parse(e)}catch(e){}}},2443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(619);const r=(e,t,s=window)=>{(0,n.Z)(s,e,t)}},2264:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9627);const r=e=>{if((0,n.Z)(e)){const t={};return Object.keys(e).sort().forEach((s=>{t[s]=r(e[s])})),t}return e},o=r},919:(e,t,s)=>{"use strict";s.d(t,{FT:()=>i,Ny:()=>c,pt:()=>a});var n=s(1059),r=s(2501);const o=/\./g,i=(e="localhost")=>new RegExp(e.replace(o,"\\.")).test(window.location.hostname),a=window.location.hostname===n.Z,c="wp.pl"===(0,r.Z)()},2014:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205),r=s(6205);const o=e=>n.Z.b(e)?+e:(0,r.Z)(e)>0?1:0},6205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>parseInt(e,10)||0},9138:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});const n={"%20":" ","%2C":",","%3B":";","%3D":"="},r=(e="")=>String(e).replace(/%(20|2C|3B|3D)/gi,(e=>n[e]))},5888:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=Date.now();return new Date(t+1e3*e*60)}},7902:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(9138),r=s(2226),o=s(7550);const i=()=>{const e={};if((0,r.Z)()){const t=document.cookie;(0,o.Z)(t)&&t.split("; ").forEach((t=>{const s=t.indexOf("="),r=decodeURIComponent(t.slice(0,s)),o=(0,n.Z)(t.slice(s+1));e[r]=o}))}return e}},4596:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(9138),r=s(2226),o=s(5150);const i=e=>{if((0,r.Z)()){const t=document.cookie.match(`(^|;)\\s*${decodeURIComponent(e)}\\s*=\\s*([^;]+)`),s=t?(0,n.Z)(t.pop()):null;return(0,o.Z)(s)}return null}},2501:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});const n=window.location.hostname.split(".").slice(-2).join("."),r=()=>n},2226:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});let n=!1;try{const e="_X_=1",t="; SameSite=None; Secure";document.cookie=e+t;const s=-1!==document.cookie.indexOf(e);document.cookie=`${e}; expires=Thu, 01-Jan-1970 00:00:01 GMT${t}`,n=s}catch(e){}const r=()=>n},3298:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5888);const r=()=>(0,n.Z)(561600)},9175:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(2501),r=s(4464);const o=e=>(0,r.Z)(e,"/",(0,n.Z)())},4464:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5330);const r=(e,t="/",s)=>{const r=new Date;return r.setYear(0),(0,n.Z)(e,"",r,t,s)}},9062:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(2501),r=s(5330);const o=(e,t,s)=>(0,r.Z)(e,t,s,"/",(0,n.Z)())},5330:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});const n={" ":"%20",",":"%2C",";":"%3B"},r=(e="")=>String(e).replace(/[\s,;]/gi,(e=>n[e])),o=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,window.escape);var i=s(2226),a=s(7550),c=s(7795),l=s(5150),d=s(3298);const u=(e,t,s=(0,d.Z)(),n="/",u)=>{if((0,i.Z)()&&(0,a.Z)(e)&&!(0,c.Z)(t)){let i=`${o(e)}=${r(t)}`;return i+=s?`;expires=${s.toUTCString()}`:"",i+=n?`;path=${n}`:"",i+=u?`;domain=${u}`:"",i+="; SameSite=None; Secure",document.cookie=(0,l.Z)(i),!0}}},2419:(e,t,s)=>{"use strict";s.d(t,{$n:()=>n,LH:()=>i,OL:()=>o,aW:()=>r});const n="Missing action.",r="Field 'name' can not be empty.",o="Argument 'names' must be an array.",i="Argument 'values' must be a plain object."},8510:(e,t,s)=>{"use strict";s.d(t,{Z:()=>H});var n=s(3205);const r={},o=(e,t,s)=>{if(e)return e[t]||s&&(e[t]=s),e[t]};var i=s(703),a=s(6730),c=s(4462),l=s(1059),d=s(4024),u=s(7550),p=s(7560);const h=e=>{if((0,u.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)return(0,p.Z)(t[1])}};var m=s(1774),f=s(9627);const g=e=>{if((0,f.Z)(e))try{return`wphub://${JSON.stringify(e)}`}catch(e){}};var v=s(1530),Z=s(4443),b=s(8959),w=s(2621);const y=e=>{const{src:t,onLoad:s,onError:r,onTimeout:o,timeout:i}=e,a=(0,Z.Z)();let c;const l=()=>{a.onerror=null,a.onload=null,clearTimeout(c)};return(0,w.Z)(i)&&(c=setTimeout((()=>{n.Z.f(o)&&o(),l(),a.remove(),a.src=""}),i)),a.onerror=e=>{n.Z.f(r)&&r(e),l()},a.onload=e=>{n.Z.f(s)&&s(e),l()},a.src=t,(0,b.Z)().appendChild(a),a};var S=s(4918),_=s(1143),E=s(4030),C=s(9384),I=s(4429);const O="HubAPI",P=[],A=[];m.default.hubData=A;let L,T,k,D,R,N=!1,V=!1,j=!1;const x=e=>{const{method:t,action:s}=e;A.push(e),"hub"===t?"ready"===s&&((0,v.Z)("HUB",!0),E.default.readyData=Object.assign({},e),(0,_.Z)(`${O}Ready`),V=!0,clearTimeout(D),$()):(e=>{const{method:t,hash:s,action:n}=e,i=o(r,t),a=o(i,s),c=o(a,n);if(c)for(;c.length;)c.shift()(e)})(e)},M=e=>{e.hash=(0,c.Nu)(6,16,!0),(e=>{const{method:t,hash:s,action:i,cb:a}=e,c=o(r,t,{}),l=o(c,s,{}),d=o(l,i,[]);n.Z.f(a)&&!d.includes(a)&&d.push(a)})(e),V?k.postMessage(g(e),R):j?((0,I.Z)(e,L),x(e)):(N||z(),P.push(e))},$=()=>{for(;P.length;)M(P.shift())},U=e=>{if(e.origin===R){const t=h(e.data);t&&x(t)}},B=e=>{j||((0,v.Z)("HUB",!1),window.removeEventListener("message",U),clearTimeout(D),V=!1,j=!0,L=(null==e?void 0:e.message)||"blocked",(0,_.Z)(`${O}Error`),k=!1,$())},F=(e,t)=>{clearTimeout(D),D=setTimeout((()=>{(0,_.Z)(`${O}${e}`),B({message:t})}),5e3)},W=()=>{F("WindowTimeout","Not responding"),(0,_.Z)(`${O}Load`);k=T.contentWindow,k.postMessage(g({method:"hub",action:"check"}),R)},z=()=>{if(N=!0,!T)if(S.Z){const e=(0,i.qm)("_bb"),t=(0,i.qm)("debug"),s=t&&`?debug=${t}`||"",n=(0,d.Z)(m.default.bucket,m.default.branch,"hub",m.default.mode,"html",m.default.canary),r=e?n+s:(0,a.mess)(n+s,!1,!0,"application","search",l.Z);window.addEventListener("message",U),R=`https://${(0,C.Z)(r).hostname}`,T=y({src:r,onLoad:W,onError:B}),F("RequestTimeout","Request timeout")}else B({message:"Hub on disallowed origin"})},H=M},2040:(e,t,s)=>{"use strict";s.d(t,{Z:()=>y});var n=s(919),r=s(2226),o=s(6570),i=s(4918),a=s(7989),c=s(2419),l=s(2942),d=s(3205),u=s(1133),p=s(9175),h=s(5865);const m=(e,t)=>{const{useCookie:s,useStorage:n}=(0,a.Z)(t);(0,u.Z)(e)&&e.forEach((e=>{s&&(0,p.Z)(e),n&&(0,h.Z)(e)}))};var f=s(4429),g=s(2840);const v=(e,t)=>{const{action:s,names:n,type:r,values:o={}}=e;switch(s){case"set":d.Z.o(o)?((0,g.Z)(o,r),e.names=Object.keys(o)):(0,f.Z)(e,c.LH);break;case"get":Array.isArray(n)?e.values=(0,l.Z)(n,r):(0,f.Z)(e,c.OL);break;case"remove":Array.isArray(n)?m(n,r):(0,f.Z)(e,c.OL);break;default:(0,f.Z)(e,c.$n)}d.Z.f(t)&&t(e)};var Z=s(3675);const b=(0,r.Z)()||(0,o.Z)(),w=(e,t,s,r,o)=>{const c={method:"record",action:e,names:t,values:r,cb:s,type:o},{useStorage:l}=(0,a.Z)(o),d=!i.Z||(l?n.pt:n.Ny);(0,Z.Z)(c,s,b,d,v,"LocalStorage & Cookie")},y={set:(e,t,s)=>{w("set",void 0,t,e,s)},get:(e,t,s)=>{w("get",e,t,void 0,s)},remove:(e,t,s)=>{w("remove",e,t,void 0,s)}}},2942:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7902),r=s(9846),o=s(1133),i=s(7989);const a=(e,t)=>{const{useCookie:s,useStorage:a}=(0,i.Z)(t);if((0,o.Z)(e)){const t=Object.assign({},a&&(0,r.Z)(),s&&(0,n.Z)());return Object.fromEntries(e.map((e=>[e,t[e]||null])))}}},7989:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>({useCookie:!e||"cookie"===e,useStorage:!e||"storage"===e})},2840:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),r=s(7265),o=s(6918),i=s(369),a=s(7550),c=s(8917),l=s(7989),d=s(9062),u=s(4634);const p=(e,t)=>{const{useCookie:s,useStorage:p}=(0,l.Z)(t);(0,i.Z)(e,((e,t)=>{s&&(0,d.Z)(e,t),p&&(0,u.Z)(e,t);(0,a.Z)(t)||(0,c.Z)(t)||e===n.le&&(0,o.Z)({message:"saveConsent",path:JSON.stringify((0,r.kG)()),fileName:`${`${t}`.substring(0,20)}:${typeof t}`},1)}))}},3675:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8510),r=s(3205),o=s(4429);const i=(e,t,s)=>{(0,o.Z)(e,`${t} API is not supported.`),r.Z.f(s)&&s(e)},a=(e,t,s,r,o,a)=>{s?r?o(e,t):(0,n.Z)(e):i(e,a,t)}},4429:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>{e.error=1,e.message=t}},9846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6570);const r=()=>(0,n.Z)()?Object.assign({},window.localStorage):{}},7508:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570),r=s(5150);const o=e=>{if((0,n.Z)())return(0,r.Z)(window.localStorage.getItem(e))}},6570:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});let n=!1;try{const e="_X_",t=window.localStorage;t.setItem(e,e),t.removeItem(e),n=!0}catch(e){}const r=()=>n},4918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});const n=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|benchmark|dcwp|deliciousmagazine|dobregry|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|genialne|homebook|jastrzabpost|kafeteria|kardiolo|kazimierzdolny|kredytomat|kochamyzwierzaki|komorkomania|last-minute|medycyna24|money|nocowanie|nowydostawczy|nowyosobowy|o2|parenting|parklot|polygamia|popularne|pudelek|pysznosci|smaczneblogi|so-magazyn|superauto|testwiedzy|totalmoney|vpolshchi|vibez|wakacje|wp|wpext|money2money\.com|5mindlazdrowia)\.pl|(audioteka|nerwica|mazury|17bankow|essanews|handimania)\.com|(open)\.fm|(nocowanie)\.(sk|eu|cz|it|com\.hr)|(kazimierzdolny|zdroweplecy)\.net|nauka\.rocks|parklot\.cz|my-impact\.org|localhost)$/i,r=(e=>n.test(e))(window.location.origin)},5865:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6570);const r=e=>{(0,n.Z)()&&window.localStorage.removeItem(e)}},4634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});var n=s(6570),r=s(7550),o=s(3205),i=s(5865);const a=e=>{if((0,n.Z)()){const t=window.localStorage,s=()=>Object.entries(t).reduce(((e,[t,s])=>e+t.length+s.length),0),n=Object.keys(t);if(n.length){const t=s();n.filter((e=>(0,r.Z)(e)&&!e.toLowerCase().startsWith("wp"))).forEach(i.Z);if(t!==s()&&o.Z.f(e))return e()}}};var c=s(7795),l=s(5150);const d=(e,t)=>{if((0,n.Z)()&&(0,r.Z)(e)&&!(0,c.Z)(t)){const s=window.localStorage,n=(0,l.Z)(e),r=(0,l.Z)(t);try{s.setItem(n,r)}catch(e){22!==e.code&&1014!==e.code&&"QuotaExceededError"!==e.name&&"NS_ERROR_DOM_QUOTA_REACHED"!==e.name||a((()=>{s.setItem(n,r)}))}}}},3754:(e,t,s)=>{"use strict";s.d(t,{J:()=>o,Q:()=>i});var n=s(8079);let r;const o=()=>r,i=e=>{const t=(0,n.Rn)();r=t&&e?t===e?4:3:e?2:t?1:0}},204:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205),r=s(2621);const o=e=>{const{src:t,onError:s,onLoad:o,onTimeout:i,timeout:a}=e,c=new Image;let l;const d=()=>{c.onerror=null,c.onload=null,clearTimeout(l)};(0,r.Z)(a)&&(l=setTimeout((()=>{n.Z.f(i)&&i(),d(),c.src=""}),a)),c.onerror=e=>{n.Z.f(s)&&s(e),d()},c.onload=e=>{n.Z.f(o)&&o(e),d()};try{c.src=t}catch(e){n.Z.f(s)&&s(e),d()}return c}},5068:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(7159),r=s(1774),o=s(6733),i=s(8959),a=s(7550),c=s(3205),l=s(1143);const d=()=>{},u=new Map;r.default.scriptStore=u;const p=(e,t,s,r,p,h,m,f,g,v,Z,b,w,y)=>{if(c.Z.o(e)&&({id:s,target:Z,timeout:g,sync:r,defer:f,remove:m,charset:v,dam:y,crossorigin:h,onError:p,onLoad:t,onTimeout:b,src:e,withMeasurement:w}=e),(0,a.Z)(e)){!0===h&&(h="anonymous"),v||(v="utf-8"),Z||(Z=(0,i.Z)());const{script:S,run:_}=((e,t,s,r,i,c,d,u,p)=>{const h=(0,n.Z)("script");return{script:h,run:()=>new Promise(((n,m)=>{h.onload=()=>{u&&(0,o.Z)(`${u}LoadTiming`,`${u}Load`,`${u}Loaded`),n()},h.onerror=m,h.charset=e,p?p.fill((()=>{h.src=s})):h.src=s,r&&(h.setAttribute("crossorigin",r),h.crossOrigin=r),(0,a.Z)(t)&&(h.id=t),i||(h.async=1),c&&(h.defer=1),u&&(0,l.Z)(`${u}Load`),d.appendChild(h)}))}})(v,s,e,h,r,f,Z,w,y);let E,C=_;if(g&&c.Z.f(b)&&(C=()=>{const t=new Promise((e=>{setTimeout((()=>{e("timeout")}),g)}));return Promise.race([_(),t]).then((t=>{if("timeout"!==t)return t;b(e)}))}),(0,a.Z)(s)){const e=u.get(s);e?E=e:(E=C(),u.set(s,E))}else E=C();return c.Z.f(p)&&E.catch((()=>{p(e)})),c.Z.f(t)&&E.then((()=>{t(e)})).catch(d),m&&(E.catch((()=>{S.remove()})),E.then((()=>{S.remove()})).catch(d)),S}}},6901:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7159),r=s(8959),o=s(3205);const i=(e,t,s,i,a)=>{if(o.Z.o(e)&&(({crossorigin:i,onError:s,onLoad:t,remove:a}=e),({src:e}=e)),e){const c=(0,n.Z)("link");c.rel="stylesheet",c.type="text/css",a&&(c.media="none"),i&&(!0===i&&(i="anonymous"),c.setAttribute("crossorigin",i),c.crossOrigin=i),c.onload=()=>{o.Z.f(t)&&t(),a&&c.remove()},c.onerror=()=>{o.Z.f(s)&&s(),a&&c.remove()},c.href=e;const l=(0,r.Z)();return l&&l.appendChild(c),c}}},7758:(e,t,s)=>{"use strict";s.d(t,{Z:()=>f});var n=s(5394),r=s(2927),o=s(2466),i=s(2773),a=s(713);var c=s(6259),l=s(1144),d=s(2948),u=s(5435),p=s(9333);const h=[...Object.values(i.C),...l.Z,i.i,"ACac2",...a.Z,"BDh","BCwppath","BCo2path","kaflog","tpl","mtpl","OAX","PWA_adbd","rekstaging","RMFL","rvcamps","sgs","STWP","STabid","STimid","STamid","STac","STpage","STabnoid",r.tn,r.pV,"WPabs",c.Z,"WPsa51","WPfpd","WPaduid",u.Z,"WPcbadcp","ttlStatid",...d.Z,o.q2,o.le,r.VR,"c","wp_dark","wp_dark_c",...p.Z,"__gfp_64b","_X_"],m=new Set,f=(e,t,s,r)=>{const o=!h.includes(e),i=o&&!m.has(e);if(o){if(i){let o;"script"===r&&({stack:o}=new Error),m.add(e),(0,n.Z)({name:"CookieError",message:e,path:r,slot:t.split(";")[0].length,campaign:s,stack:o},"",!0)}return e}}},1770:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7758),r=s(369),o=s(7902);const i=e=>{const t=(0,o.Z)(),s=[];return(0,r.Z)(t,((t,r)=>{(0,n.Z)(t,r,void 0,e)&&s.push(t)})),s}},3203:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1564),r=s(9454);const o=(e,t=1)=>{if((0,r.Z)(e)){const s=n.zq.get(e)||0,r=parseFloat(t);if(isFinite(r)){const t=s+r;n.zq.set(e,t)}}}},6733:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),r=s(1143),o=s(1049);const i=(e,t,s)=>{const i=(0,n.bE)(t,"mark");if(null!=i&&i.length){(0,r.Z)(s);const a=(0,n.bE)(s,"mark");null!=a&&a.length&&i[0].startTime<=a[0].startTime&&(0,o.Z)(e,t,s)}}},5394:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9627),r=s(1327);const o=(e,t,s)=>{((0,n.Z)(e)||e instanceof Error||e.toString().includes("Error"))&&(0,r.Z)({error:e},t,1,s)}},1327:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(...e)=>(s.e(345).then(s.bind(s,3641)).then((({default:t})=>{t(...e)})).catch((e=>{console.error(e)})),!1)},9454:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9349);const r=/^[a-z][a-z0-9/._-]{5,100}$/i,o=e=>{const t=r.test(e||"");return t||(0,n.Z)(`Invalid measurement name "${e}".`,!0),t}},1143:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),r=s(1564),o=s(9454);const i=e=>{if((0,o.Z)(e)&&!r.ze.has(e)){(0,r.$T)(e);const s=(0,n.bE)(e,"mark");var t;if(null==s||!s.length)return null==(t=window.performance)||null==t.mark?void 0:t.mark(e)}}},1049:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),r=s(1564),o=s(9454);const i=(e,t,s)=>{if((0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(s)&&!r.li.has(e)&&r.ze.has(t)&&r.ze.has(s)){(0,r.OK)(e,t,s);const o=(0,n.bE)(e,"measure");if(null==o||!o.length)try{var i;return null==(i=window.performance)||null==i.measure?void 0:i.measure(e,t,s)}catch(e){}}}},7144:(e,t,s)=>{"use strict";s.d(t,{JV:()=>a,YA:()=>l,_x:()=>i,bh:()=>d,e$:()=>c});var n=s(703),r=s(4462);const o=!!(0,n.qm)("checkAll"),i=(0,r.vj)(10)||!!(0,n.qm)("performance")||o,a=i&&(0,r.vj)(1e4)||o,c=i&&(0,r.vj)(100)||!!(0,n.qm)("ckg")||o,l=i&&((0,r.vj)(1e3)||!!(0,n.qm)("rsp")),d=i&&(0,r.vj)(100);i&&(0,r.vj)(10)},6072:(e,t,s)=>{"use strict";s.d(t,{F_:()=>l,Uy:()=>d,eK:()=>c,hk:()=>a});var n=s(1774),r=s(3205);const o=[],i=[];n.default.performanceHandlers={dynamicHandlers:o,staticHandlers:i};const a=e=>{r.Z.f(e)&&o.push(e)},c=e=>{r.Z.f(e)&&i.push(e)},l=e=>{o.forEach((t=>t(e)))},d=e=>{i.forEach((t=>t(e)))}},2890:(e,t,s)=>{"use strict";s.d(t,{bE:()=>i,Cr:()=>a,zO:()=>o});const n=(e,t,s)=>e?(...s)=>e.apply(t,s):s?()=>[]:()=>{},{performance:r={}}=window,o=n(r.now,r),i=n(r.getEntriesByName,r,!0),a=n(r.getEntriesByType,r,!0)},1564:(e,t,s)=>{"use strict";s.d(t,{$T:()=>c,OK:()=>l,TQ:()=>d,li:()=>a,ze:()=>i,zq:()=>o});var n=s(1774),r=s(9454);const o=new Map,i=new Set,a=new Set;n.default.performance={countData:o,markDone:i,measureDone:a};const c=e=>{(0,r.Z)(e)&&i.add(e)},l=(e,t,s)=>{(0,r.Z)(e)&&(0,r.Z)(t)&&(0,r.Z)(s)&&(a.add(e),i.add(t),i.add(s))},d=()=>{o.clear(),i.clear(),a.clear();const{performance:e}=window;e.clearMarks&&e.clearMarks(),e.clearMeasures&&e.clearMeasures()}},4190:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),r=s(6733),o=s(1143);const i=(e,t,...s)=>{const i=`WM_${e}`;let a;(0,o.Z)(`${i}Start`);try{a=t(...s)}catch(e){(0,n.Z)(e,i)}return(0,r.Z)(`${i}Timing`,`${i}Start`,`${i}Stop`),a}},8017:()=>{Object.values||(Object.values=e=>Object.keys(e).map((t=>e[t]))),Object.fromEntries||(Object.fromEntries=function(e){return[...e].reduce(((e,{0:t,1:s})=>Object.assign(e,{[t]:s})),{})}),Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),s=t.length,n=new Array(s);s--;)n[s]=[t[s],e[t[s]]];return n})},1763:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>q,Of:()=>T,mk:()=>U,H7:()=>z,Is:()=>G,uQ:()=>W});var n=s(9374),r=s(3121),o=s(1774);const i=[],a=[];o.default.boxObservations=i,o.default.containerStore=a;var c=s(8161),l=s(5620),d=s(4462),u=s(6918),p=s(8720),h=s(369),m=s(5253);const f=(e,t,s)=>{if((0,m.Z)(t)){const{round:n}=Math,{top:r,left:o}=t.getBoundingClientRect(),{top:i,left:a,width:c,height:l}=e.getBoundingClientRect(),{clientX:d,clientY:u}=s||{};return Object.assign({width:n(c),height:n(l),topX:n(a-o),topY:n(i-r)},s&&{clientX:n(d),clientY:n(u),relativeX:n(d-o),relativeY:n(u-r)})}};var g=s(6539),v=s(9627),Z=s(9386),b=s(3205),w=s(1511);const y={area:{required:["length","areaid"],validated:{sMedium:["areaid"],nPlus:["length"]}},textlink:{required:["url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"],n:["index"]}},teaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},intextTeaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},scrollboost:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},sgTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgFirstTeaser:{required:["url"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"]}},pubTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgTextlink:{required:["teaserid","baseteaserid","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["url"],n:["index"]}},button:{required:["id","index"],validated:{sShort:["id"],n:["index"]}}};y.sgTeaserAd=y.sgTeaser,y.sgTextlinkAd=y.sgTextlink;const S=y;var _=s(5146),E=s(6598);const C="ContentViewability",I="user_actions",O="mousedown";let P,A=0,L=0;const T=()=>A+L,k={name:"contentBoxViewability",method:n.hm,[n.$v]:!1,time:1,percent:50},D=(e,t,s)=>{const n=Number(e),r=!s||n<=s;return/^(0|([1-9]\d*))$/.test(e)&&n>=t&&r},R=(e,[t,s])=>b.Z.s(e)&&e.length>=t&&e.length<=s,N={n:e=>[D(e,0),"It should be a number equal or greater than 0"],nPlus:e=>[D(e,1),"It should be a number equal or greater than 1"],sShort:e=>[R(e,[3,48]),"It should be a string with 3 to 48 chars"],sMedium:e=>[R(e,[3,128]),"It should be a string with 3 to 128 chars"],sLong:e=>[R(e,[13,512]),"It should be a string with 13 to 512 chars"]},V=e=>{const{type:t}=e||{},s=S[t],n=[];let r="";if((0,Z.Z)(e))if(b.Z.s(t)&&s)if(((e,t,s)=>(s.push(...t.filter((t=>!Object.keys(e).includes(t)))),s))(e,s.required,n).length)r+=`Following required parameters are missing: ${n.join(", ")}. `;else{const{validated:t,required:n}=s;(0,h.Z)(t,(s=>{const o=t[s];for(let t=0;t<o.length;t++){const i=o[t],a=e[i],[c,l]=N[s](a);(b.Z.u(a)&&n.includes(i)||!b.Z.u(a)&&!c)&&(r+=`Invalid parameter: { ${i}: ${a} }. ${l} `)}}))}else r+=`Invalid element type. It should be one of the following: ${Object.keys(S).join(", ")}. `;else r+='Invalid parameters structure, "params" should be an object. ';return r},j=({element:e})=>{null!=e&&e.callback&&(e.removeEventListener(O,e.callback),delete e.callback)},x=(e,t,s)=>{const n=i[s],r=s=>{const r=Object.assign({},t,f(e,P,s));(0,E.Z)("click",r,I,null,!0),n.clicked=!0,j(n)};e.addEventListener(O,r),e.callback=r},M=(e,t,s,n)=>{n.callback=n=>{const r=Object.assign({},t,f(e,P));(0,E.Z)("view",r,I),((e,t)=>{const s=a[t];if(s&&!s.viewed){s.viewed=!0;const t=Object.assign({},s.params,f(e,P));(0,E.Z)("view",t,I)}})(e,s)};return(0,w.Z)(e,[n],t.id,!0)},$=(e,t)=>{const s={};return e.forEach((e=>{const n=t[e];b.Z.u(n)||""===n||!1===n||(s[e]=n)})),s},U=(e,t,s,n={})=>{A=2;const r=((e,t,s)=>{let n;return n=(0,m.Z)(e)?b.Z.u(s)||b.Z.n(s)?b.Z.u(s)||a[s]?V(t):`Container ID=${s} does not exist in the store.`:"Container ID should be a number.":"Given `element` does not exist in the DOM or is not an instance of HTMLElement.",n})(e,t,s);if(r)return(0,u.Z)({message:C,path:"registerBox",fileName:r},100,`${C}.registerBox: ${r}`,"error"),null;const o=Object.assign({},t),p=Object.assign({},k,n),{zeroPoint:h}=o;h&&(P=e);const f=!b.Z.u(s)&&a[s]&&a[s].params;f&&(o.areaid=f.areaid),(0,g.Z)("wp_sg_first")&&(o.isSGFirst=!0);const Z=Object.assign({},$(c.Pw.container,f),$(c.Pw.box,o));if((0,v.Z)(Z)&&(e.source=Z),(0,l.$D)())return;const w=M(e,o,s,p),y=(0,d.Nu)(8,16);i.push({observationObject:w,element:e,params:o,containerId:s,clicked:!1,id:y});const S=i.length-1;return x(e,o,S),y},B=({element:e})=>(0,p.Z)(e),F=e=>{let t=!1;const s=i[e];if(s){t=!0;const{containerId:r}=s;B(s),delete i[e],n=r,i.some((({containerId:e})=>e===n))||delete a[r]}var n},W=(e,t)=>{let s=null,n="";const{boxObservation:r,storedBoxId:o}=(a=e,{boxObservation:i.find((({id:e}={})=>e===a)),storedBoxId:i.findIndex((({id:e}={})=>e===a))});var a;if(r||(n+=`Observation with id ${e} does not exist.`),!n){const i=r.element;if((0,m.Z)(t)){if((0,_.Z)(i,t)){s=e;const{params:n,element:{source:a,callback:c}={}}=r;c&&x(t,n,o),t.source=a,r.element=t,j({element:i})}else n+="There was an error while replacing node in the Viewability module observation."}else n+=`New element you want to observe is not a correct existing HTML Element. Observation "${e}" was disconnected but none have been added.`}return n&&F(o),s},z=(e,t={})=>{L=1;const s=V(e);if(s)return(0,u.Z)({message:C,path:"registerContainer",fileName:s},100,`${C}.registerContainer: ${s}`,"error"),!1;const n=Object.assign({},e);(0,g.Z)("wp_sg_first")&&(n.isSGFirst=!0),a.push({params:n,viewed:!1});return a.length-1},H=(e,...t)=>{(0,h.Z)(e,(s=>{t.filter((e=>b.Z.f(e))).forEach((t=>t(e[s]))),delete e[s]}))},G=()=>{H(i,B,j),H(a)},q=()=>{(0,r.aS)(G)}},3121:(e,t,s)=>{"use strict";s.d(t,{Hm:()=>l,ME:()=>u,SG:()=>p,_V:()=>d,aS:()=>h});var n=s(7379),r=s(9126),o=s(1774),i=s(1133),a=s(3205);const c=(0,n.Z)();o.default.spaHandlers=c;const l=(e,t)=>{const s=(0,r.Z)(t),n=c[e];(0,i.Z)(n)&&n.forEach((t=>{a.Z.f(t)&&t(e,s)}))},d=(e,t,s,n)=>{if(a.Z.f(t)){const r=n?"unshift":"push",o=c[e]||[];if(s){const s=(...n)=>{t(...n),((e,t)=>{const s=c[e];if((0,i.Z)(s)){const e=s.indexOf(t);e>-1&&delete s[e]}})(e,s)};o[r](s)}else o[r](t);c[e]=o}},u=(e,t)=>{d("page:view",e,!1,t)},p=(e,t)=>{d("page:refresh",e,!1,t)},h=(e,t)=>{d("page:close",e,!1,t)}},2978:(e,t,s)=>{"use strict";s.d(t,{BB:()=>u,H9:()=>l,Hl:()=>m,TH:()=>a,Uk:()=>h,Uv:()=>c,ZP:()=>v,aD:()=>f,bL:()=>p,nJ:()=>d,rS:()=>g});var n=s(9167),r=s(919),o=s(4841);let i;const a="ext",c="int",l="poczta",d="holding",u="ecom",p="av",h="as",m=()=>i,f=(e=[])=>e.includes(i),g=e=>!f(e),v=()=>{i=(0,o.y1)("^(ext_|mc_|sspbc_)")?a:(0,o.y1)("^as_")?h:(0,o.y1)("^int_")||(0,r.FT)("grupawp.pl$|^(panel|bo).")?c:(0,n.Pk)()?"magazyn":(0,o.y1)("^(wptv|openfm|telewizjawp|programtv|audioteka)|pilotwp")?p:(0,o.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|parklot|easygopl|tm_|kredytomat|17bankow|superauto|nowyosobowy|noc_|domodi|allani|homebook|finansowysupermarket|extradompl|radar_okazji")?u:window.TECH||(0,o.y1)("^(dobreprogramy|polygamia|nwm_gadzetomania|tech|nwm_komorkomania|nwm_fotoblogia|nwm_autokult)")&&!(0,r.FT)("forum")?"tech":(0,o.y1)("^nwm_|kafeteria_pl")?"nwm":(0,o.y1)("o2_o2_pl|pudelek")||(0,n.c3)()?"pwp":(0,n.KD)()?"sg":(0,n.Qt)()?"sportowefakty":(0,n.V8)()?l:(0,r.FT)("(onas|holding|reklama|rekrutacja|kariera|dziejesie).wp.pl")?d:(0,n.QT)()?"pako":"other"}},7834:(e,t,s)=>{"use strict";s.d(t,{j:()=>o,w:()=>i});var n=s(7550);let r="0";const o=()=>r,i=()=>{"cookieDeprecationLabel"in window.navigator&&window.navigator.cookieDeprecationLabel.getValue().then((e=>{if((0,n.Z)(e)){const t=e.split("_"),s=t.pop();t.unshift(s);const n=t[0],o=t.splice(1).map((e=>e.charAt(0)));r=[n,...o].join("")}}))}},5216:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5620);const r={fsc:!(0,n.kQ)(),show:!(0,n.h5)(),wave:!(0,n.QE)()},o=e=>r[e]},1144:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["statid","STvisit","BDhs"]},4928:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("DOT")},2217:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(2890);const r=e=>{var t;return null==(t=e[0])||null==t.toJSON?void 0:t.toJSON()},o=()=>r((0,n.Cr)("navigation"))},3857:(e,t,s)=>{"use strict";let n;s.d(t,{H:()=>r,f:()=>o});const r=e=>{n=e},o=()=>n},71:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("NextRef",!0)},5786:(e,t,s)=>{"use strict";s.d(t,{Vq:()=>c,hW:()=>l});var n=s(4462),r=s(7550);let o,i,a;const c=()=>a,l=(e,t)=>{o||(i?i=!1:(e&&(i=!0),a=(0,r.Z)(t)?t:(0,n.Nu)(20,!0)))}},4030:(e,t,s)=>{"use strict";s.d(t,{default:()=>r});const n={dotSuccess:0,gemiusSuccess:0,spaOmitFirstView:!1};s(1774).default.pageViewState=n;const r=n},4447:(e,t,s)=>{"use strict";s.d(t,{C:()=>p,I3:()=>h,nj:()=>u,oh:()=>m,q6:()=>l,tR:()=>c});var n=s(1501);let r=0,o=0,i=!0,a=!1;const c=()=>o,l=()=>a,d=()=>{a=document.hidden},u=()=>1===r,p=()=>0===r,h=()=>{i=!1,d(),(0,n.W)(!1)},m=()=>{i=!0,o+=1,d(),o>1&&(r=1)};d()},8161:(e,t,s)=>{"use strict";s.d(t,{K7:()=>l,Mn:()=>c,Pw:()=>a});var n=s(2466);const r=["recommendationType","isSGFirst","areaid"],o=["recommendationType","isSGFirst","teaserid","baseteaserid","index"],i=["abtest","refabtest","statid","WPabs","GRwpuuid","GRo2uuid","GRoluuid","STac",...n.F1],a={container:r,box:o},c={areaid:"wga_sa",recommendationType:"wga_srt",isSGFirst:"wga_isSgFirst"},l=e=>{const t=[...[...new Set([...o,...r])].map((e=>c[e]||e)),...i].join("|"),s=new RegExp(`\\b(${t})=([^&?=#]*)?&?`,"gi");return e.replace(s,"").replace(/[?&]+$/,"")}},5885:(e,t,s)=>{"use strict";let n;s.d(t,{V:()=>r,Z:()=>o});const r=e=>{n||(n=e)},o=()=>n},9366:(e,t,s)=>{"use strict";s.d(t,{N:()=>a,a:()=>i});var n=s(3205),r=s(4634);let o="";const i=()=>o,a=e=>{n.Z.s(e)&&(o=e,(0,r.Z)("WPcrrf",e))}},2056:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ce});var n=s(450),r=s(9366),o=s(8083),i=s(4462),a=s(552),c=s(7331),l=s(7834),d=s(5131),u=s(8884),p=s(2863);new Set;let h;const m=()=>h;var f=s(9943),g=s(4447),v=s(3857),Z=s(1154),b=s(3769);const w=e=>{const t=e||(0,b.X)();return!(!t||!t.version)&&t};var y=s(5885),S=s(7626),_=s(8079),E=s(9853),C=s(6452),I=s(806),O=s(1501),P=s(9167),A=s(1774),L=s(6539),T=s(2226),k=s(6570),D=s(8727),R=s(967),N=s(2014);const V=()=>{const e=(0,N.Z)((0,D.R)()),t=(0,R.Z)();return[[760,900],[600]][e].filter((e=>t>=e)).length};var j=s(4030);const x=e=>{var t,s,n,r;const o=window,i=(0,E.KF)(),a=(0,f.BD)(),h=(0,f.XG)(),b=(0,v.f)(),D=(0,S.h)(),R=w(),x=(0,L.Z)("wp_abtest_programmatic"),M=(0,y.Z)(),{version:$="",stVersion:U=""}=R,B=(0,p.g1)("testConfig"),{ver:F}=(0,Z.K)(),{testName:W}=B,z=m(),H=null==(t=A.default.mods)?void 0:t.ver,G=(0,u.m)(),{support:q}=j.default;(0,P.Rf)()&&(e.amp=1),G&&(e.fpuid=G),z&&(e.hem=1),i&&(e.abtest=i),(0,O.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,g.q6)()&&(e.loadHidden=1),[c.CG,c.Lx,c.sp,c.Wj].includes(h)&&(e.inver=h),a&&(e.tagreqid=a),D&&(e.STabnoid=D),(0,_.xI)()||(e.empty_statid=1),(0,I.b)()&&(e.reforig=encodeURIComponent(document.referrer||"empty")),b&&(e.navType=b),M&&(e.refabtest=M),e.adbd=(0,d.pB)(),e.trpr=(0,N.Z)((0,C.B)()),e.wpjsES6=(0,N.Z)(A.default.es6),e.wpjsVer=A.default.ver,e.uniformVer=A.default.uniformVer,H&&(e.modsVer=H),W&&(e.prgTest=W),x&&(e.prgATest=x),e.c1p=(0,N.Z)((0,T.Z)()),e.s1p=(0,N.Z)((0,k.Z)()),q&&(e.c3p=(0,N.Z)(q.cookie),e.s3p=(0,N.Z)(q.storage)),e.prgApiVer=null==(s=o.__prebiddebug__)?void 0:s._ver,e.prebidVer=null==(n=o.pbjs)?void 0:n.version,e.prebidTag=null==(r=o.pbjs)?void 0:r.tag,F&&(e.inlineVer=F),e.tVer=$,e.stVer=U,e.tVerG=(0,E.bB)("adtech","PRGM-645")||"",e.tVerG2=(0,E.bB)("adtech","PU-321")||"",o.appVersion&&(e.appVer=o.appVersion),e.highLayout=V(),e.cookieDeprecationLabel=(0,l.j)()};var M=s(5467),$=s(942),U=s(5786),B=s(4596),F=s(7550),W=s(3205);const z=(e={})=>{let t="";t=(0,a.Z)(t,"rekid",e.rekid||(0,M.P)()),t=(0,a.Z)(t,"pvid",e.pvid||(0,U.Vq)()),t=(0,a.Z)(t,"gmid",e.gmid||(0,$.z)()),t=(0,a.Z)(t,"mb",(0,N.Z)((0,D.R)())),t=(0,a.Z)(t,"dn",(0,N.Z)(W.Z.b(e.dn)?e.dn:(0,g.nj)())),t=(0,a.Z)(t,"v",e.version||"5.4");const s=(0,B.Z)("WPaduid");return(0,F.Z)(s)&&(t=(0,a.Z)(t,"aduid",s)),(0,F.Z)(e.fixCookie)&&(t=(0,a.Z)(t,"fxck",e.fixCookie)),`&${t}`};var H=s(1756),G=s(5212),q=s(9627),J=s(4033),Q=s(71),K=s(6730),Y=s(204),X=s(6901);const ee=e=>{const{queryGET:t,useMimeType:s,useLink:n}=e,[r,o,i]=n?[X.Z,"Link",s&&"css"]:[Y.Z,"Image",s&&"gif"];e.method="GET",e.wasSuccess=!0,e.crossorigin="use-credentials",e.remove=!0,e.request=o,e.url=i?(0,a.Z)(t,"rmt",i):t,e.src=(0,K.mess)(e),r(e)},te=window.navigator.sendBeacon&&window.URLSearchParams,se=e=>{if(te&&!(0,d.VP)()){const{queryRAW:t,queryPOST:s}=e;return e.method="POST",e.request="BEACON",e.url=t,navigator.sendBeacon((0,K.mess)(e),new URLSearchParams(s))}},ne=e=>{const{onError:t,onLoad:s,queryRAW:n,queryPOST:r}=e;try{e.method="POST",e.request="XHR",e.url=n;const o=new XMLHttpRequest;if(W.Z.b(o.withCredentials))return o.open("POST",(0,K.mess)(e)),o.withCredentials=!0,W.Z.f(t)&&(o.onerror=t),W.Z.f(s)&&(o.onload=s),o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.send(r),!0}catch(e){W.Z.f(t)&&t(e)}},re=Math.floor(2e3/1.35),oe=e=>{const{queryGET:t,useGET:s,usePOST:n,useBeacon:r}=e;if(r&&(e.wasSuccess=se(e)),!e.wasSuccess){const r=t.length<re||s;!n&&r||(e.wasSuccess=ne(e)),e.wasSuccess||ee(e)}};var ie=s(4148),ae=s(4677);const ce=(e,t,s,c={},l={})=>{const{location:d}=self;if("file:"===d.protocol)return;c.useLink=c.useLink||(0,o.rI)();const{generate:u,give:p,off:h,media:m}=c;let f=l.dotParams||(0,n.ZF)();(0,q.Z)(f)||(f={}),x(f);let g=e,v="",Z="";if(u)g=(0,a.Z)(g,"sw","[[SCREEN_WIDTH]]"),g=(0,a.Z)(g,"sh","[[SCREEN_HEIGHT]]"),g=(0,a.Z)(g,"pg","[[HREF]]"),g=(0,a.Z)(g,"rf","[[REFERRER]]"),v=(0,a.Z)(v,"pc","[[CANONICAL]]"),Z=(0,a.Z)(g,"pc","[[CANONICAL]]"),v=(0,a.Z)(v,"par","[[PAR_DATA]]"),Z=(0,a.Z)(Z,"par","[[PAR_DATA]]");else{const{screen:e}=self,n=l.canonical||(0,H.Z)(),o=l.href||(0,G.Z)(),i=l.referrer||(0,r.a)();let c,d;g=(0,a.Z)(g,"sw",e.availWidth||e.width),g=(0,a.Z)(g,"sh",e.availHeight||e.height),g=(0,a.Z)(g,"pg",o,!0),g=(0,a.Z)(g,"rf",i,!0),v=(0,a.Z)(v,"pc",n,!0),Z=(0,a.Z)(g,"pc",n,!0);const u=(0,J.Z)(f,!0);t?(c=(0,J.Z)(s,!0),d=t):(c=u,d="par"),"inventory"===t&&(v=(0,a.Z)(v,"par",u,!0),Z=(0,a.Z)(Z,"par",u,!0)),(0,F.Z)(m)&&(v=(0,a.Z)(v,m),Z=(0,a.Z)(Z,m)),c&&(v=(0,a.Z)(v,d,c,!0),Z=(0,a.Z)(Z,d,c,!0))}const b=`r${u?"[[RAND10]]":(0,i.Nu)()}/`,w=`https://${c.hostname||"dot.wp.pl"}/${b}`,y=z(l),S=Object.assign(c,{queryRAW:w+g+y,queryGET:w+Z+y,queryPOST:v});if(u||p)return S;Q.Z.fill((()=>{ae.Z.fill((()=>{ie.Z.push(S),h||oe(S)}))}))}},7595:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>["pagehide","beforeunload","visibilitychange"].includes(e)},4769:(e,t,s)=>{"use strict";s.d(t,{V:()=>l,Z:()=>d});var n=s(4841),r=s(552),o=s(5216),i=s(3205),a=s(2056);const c=(e,t,s,c={})=>{let l=c,d="show.gif?";i.Z.o(l)||(l={});const u=e||l.sn||(0,n.W_)(),{generate:p,give:h}=l;if((0,n.GD)(u)||p||h)return p?(d=(0,r.Z)(d,"srv","[[SN]]"),d=(0,r.Z)(d,"action","[[ACTION]]")):(d=(0,r.Z)(d,"srv",u),d=(0,r.Z)(d,"action",s||"default")),l.off=!(0,o.Z)("show"),l.useBeacon=!0,(0,a.Z)(d,void 0,void 0,l,{dotParams:t})},l=()=>c(void 0,void 0,void 0,{generate:!0}),d=c},7626:(e,t,s)=>{"use strict";s.d(t,{h:()=>i,z:()=>a});var n=s(4596),r=s(4464);let o;const i=()=>o,a=()=>{o||(o=(0,n.Z)("STabnoid"),o&&(0,r.Z)("STabnoid"))}},4148:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});const n=[];s(1774).default.statData=n;const r=n},8079:(e,t,s)=>{"use strict";s.d(t,{Rn:()=>l,xI:()=>u,OB:()=>d,YH:()=>p});var n=s(7550);let r="";var o=s(4596),i=s(4677);let a,c;const l=()=>a,d=()=>{a=(0,o.Z)("statid"),(e=>{if((0,n.Z)(e)){const t=48,s=122,n=s-t,o=/[^a-z0-9]/gi,i=e=>e.charCodeAt().toString(16),a=[...e].map(((e,r)=>{let o=e.charCodeAt()+r;return o<t&&(o+=n),o>s&&(o-=n),String.fromCharCode(o)})).join("");r=btoa(a).replace(o,i)}})(a)},u=()=>c,p=()=>{d(),i.Z.fill(d),c=(0,n.Z)(l())}},4677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Sync")},806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r,b:()=>o});let n=!1;const r=e=>{n=e},o=()=>n},1501:(e,t,s)=>{"use strict";s.d(t,{W:()=>r,r:()=>o});let n=!1;const r=e=>{n=e},o=()=>n},3459:(e,t,s)=>{"use strict";s.d(t,{P:()=>n,h:()=>r});const n=500,r={actionsFromSend:0,sendTimeoutId:null}},6814:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(3459),r=s(4972),o=s(369),i=s(1133),a=s(9627),c=s(4841),l=s(677),d=s(552),u=s(1774),p=s(5216),h=s(2056),m=s(7595);const f=[];u.default.waveRequestData=f;const g=(e,{type:t}={})=>{if(!(0,c.GD)())return;let s="wave.gif?";s=(0,d.Z)(s,"SN",(0,c.W_)()),s=(0,d.Z)(s,"action","traffic");const n={query:s,requestData:e};f.push(n);const r=JSON.stringify(e);(0,l._3)(e,r.length);const o={useBeacon:(0,m.Z)(t),useLink:!0,off:!(0,p.Z)("wave")};return(0,h.Z)(s,"inventory",r,o)},v=e=>{const t={};clearTimeout(n.h.sendTimeoutId),n.h.sendTimeoutId=null,n.h.actionsFromSend=0;let s=!1;(0,o.Z)(r.Ds,((n,r)=>{const{data:o,interval:a,lastSent:c}=r;e||c>=a?((0,i.Z)(o)&&(t[n]=o,r.data=[]),r.lastSent=1):((0,i.Z)(o)&&(s=!0),r.lastSent+=1)})),(0,a.Z)(t)?(t.timestamp=Date.now(),g(t,e)):s&&(n.h.sendTimeoutId=setTimeout(v,n.P))},Z=v},677:(e,t,s)=>{"use strict";s.d(t,{Vj:()=>a,_3:()=>d,ec:()=>c,lH:()=>l});var n=s(6072);let r={};const o={wavesSent:0,averageWaveSize:0,biggestWave:0,splitWaves:0,sentOnEvents:0,biggestWaveType:""},i=()=>{r=Object.assign({},o)},a=()=>{r.splitWaves+=1},c=e=>{r.sentOnEvents+=e},l=()=>{i(),(0,n.hk)((e=>{r.averageWaveLength=Math.round(r.averageWaveSize),delete r.averageWaveSize,e.WE=Object.assign({},r),i()}))},d=(e,t)=>{r.wavesSent+=1;const{averageWaveSize:s,biggestWave:n,wavesSent:o}=r;r.averageWaveSize+=(t-s)/o,t>n&&(r.biggestWave=t,r.biggestWaveType=Object.keys(e).reduce(((e,t)=>`${e};${t}`),""))}},4972:(e,t,s)=>{"use strict";s.d(t,{Ds:()=>a,JV:()=>l,ot:()=>d});var n=s(3459),r=s(9627),o=s(3205);const i=[["traffic"],["user_actions"]],a={},c=(e,t)=>{let s;s=o.Z.n(t)?Math.round(1e3*t/n.P):1,a[e]={interval:s,lastSent:1,data:[]}},l=(e,t,s)=>{o.Z.u(a[t])&&c(t,s);const{data:n}=a[t];return n.push(e),n},d=(e=i)=>{e.forEach((e=>{const[t]=e;(0,r.Z)(a[t])||c(...e)}))}},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(3459),r=s(6452),o=s(4972),i=s(5131),a=s(677),c=s(2971),l=s(6918),d=s(9627),u=s(7550),p=s(7795),h=s(9349),m=s(6814),f=s(9386),g=s(3205);const v=e=>{let t=e;return(0,d.Z)(e)&&(t=Object.fromEntries(Object.entries(e).filter((([,e])=>!(g.Z.f(e)||g.Z.m(e)||(0,f.Z)(e)||Array.isArray(e)))))),t},Z="Waves",b=(e,t,s="traffic",f,g)=>{if(!(0,u.Z)(e))return void(0,h.Z)("No 'action' argument. The data will not be sent.","error");const b=Object.assign({},t),w=`Given Wave data must be a filled flat-map (object) of primitive values (action=${e}).`;if(!(0,p.Z)(t)&&!(0,d.Z)(t)||Array.isArray(t))return void(0,l.Z)({message:Z,path:"IncorrectData",fileName:e,campaign:JSON.stringify(t)},1e3,w,"error");const y=(0,c.Z)(b,!0),S=v(y);if((0,d.Z)(y)){if(Object.keys(S).length!==Object.keys(y).length)return void(0,l.Z)({message:Z,path:"NotFlatMap",fileName:e,campaign:JSON.stringify(t)},1e3,w,"error")}const _={action:e,par:y};(0,i.VP)()&&(_.abd="1"),document.hidden&&(_.phd="1"),(0,r.B)()&&(_.trpr="1"),(0,o.JV)(_,s,f),n.h.actionsFromSend+=1,n.h.actionsFromSend>=20?((0,a.Vj)(),(0,m.Z)({type:e})):g?(0,m.Z)({type:e}):n.h.sendTimeoutId||(n.h.sendTimeoutId=setTimeout(m.Z,n.P))}},9333:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["GRo2sessuuid","GRo2uuid","GRwpsessuuid","GRwpuuid","GRolsessuuid","GRoluuid","_o2aw","_wpaw"]},1059:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="www.wp.pl"},2948:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["sgv","sgVisitId"]},8083:(e,t,s)=>{"use strict";s.d(t,{_k:()=>o,gL:()=>i,gS:()=>c,rI:()=>a});let n=!1,r=!1;const o=()=>n,i=e=>{n=e},a=()=>r,c=e=>{r=e}},4024:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3574);const r=(e,t,s,r,o="js",i)=>{const a=r?"-debug":"",c=t?`${t}/`:"",l=i?"canary/":"";return`${n.Z}${l}${e}/${c}${s}${a}.${o}`}},2647:(e,t,s)=>{"use strict";s.d(t,{A_:()=>y,S1:()=>w,ZK:()=>Z,ZP:()=>S,cM:()=>g,um:()=>v,vU:()=>b});var n=s(703),r=s(7379),o=s(1774),i=s(3205);const a="undefined"!=typeof console&&console,c=(0,r.Z)(),l=(0,r.Z)();let d,u,p;const h=(e,t,...s)=>{var n;d&&(null!=(n=p)&&n.test(t)&&(u&&!u.test(s.join(""))||(i.Z.s(t)&&l[t]&&s.unshift(`%c [+${Math.round(window.performance.now())}] ${t} `,`color:white;padding:2px;border-radius:3px;margin-right:3px;${l[t]}`),a[e](...s))))},m=e=>i.Z.f(a[e])?(...t)=>{h(e,...t)}:()=>{},f=(e,t)=>i.Z.f(a[e])?(...s)=>{h(e,t,...s)}:()=>{},g=m("log"),v=m("info"),Z=m("warn"),b=m("error"),w=(()=>{let e=0;return t=>{e+=1,Z("init",`${`  ${e}`.slice(-2)} [ ${t} ]`)}})(),y=(e,t)=>{let s=t;if(e&&s&&(/^[a-z]+$/i.test(s)&&(s=`background:${s}`),l[e]=s),e&&c[e])return c[e];const n={log:f("log",e),info:f("info",e),warn:f("warn",e),error:f("error",e),init:()=>w(e)};return c[e]=n,n},S=()=>{const e=(0,n.qm)("debug");if((e||o.default.mode)&&(d=!("off"===e||!a),d)){const t=(0,n.qm)("filter");u=t&&new RegExp(t,"gi"),e&&(p="all"===e?/(?:)/:new RegExp(`^(${e.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")})`))}}},6918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(703),r=s(4462),o=s(3205),i=s(9349);const a=(0,n.qm)("deprecated"),c=(e,t,n,c=!0)=>{let l;n&&(0,i.Z)(n,c),l=o.Z.o(e)?e:{message:e},((0,r.vj)(t)||a)&&s.e(345).then(s.bind(s,7431)).then((({default:e})=>{e(l)}))}},1774:(e,t,s)=>{"use strict";s.d(t,{default:()=>i});const n="__wpjsdebug__";var r=s(7379);const o=window[n]||(0,r.Z)();try{window[n]=o}catch(e){}const i=o},1530:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7379),r=s(1774);const o=(0,n.Z)();r.default.flags=o;const i=(e,t)=>{o[e]=t}},9349:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(1774),r=s(528),o=s(7550),i=s(3205);const a=[];n.default.issueStore=a;const c={error:["Critical","red",20],warn:["Warning","orange",16],info:["Info","blue",12]},l=(e,t="log",s,n,l)=>{if(!r.Z){let r=e;if((0,o.Z)(r)&&(r={type:t,panel:s,subpanel:n,msg:r,action:l}),i.Z.o(r)&&r.msg){!0===t&&(r.type="warn"),a.push(r);const{type:e}=r;if(Object.keys(c).includes(e)){const t=`${r.msg}${"info"===e?"":" Contact ATFD for further information."}${"error"===e?" THIS IS CRITICAL BUG.":""}`,[s,n,o]=c[e];s&&window.console&&console[e]&&console[e](`%c WP ${s} `,`font-size:${o}px;background:${n};color:white;padding:2px;border-radius:3px;margin-right:3px;`,t)}}}}},8884:(e,t,s)=>{"use strict";s.d(t,{m:()=>m});var n=s(4462),r=s(1774),o=s(7508),i=s(7550),a=s(46),c=s(5865),l=s(6205);const d=864e5,u="WPfpuid",p=e=>{const t=(e=>(0,a.Z)(e)?e:Date.parse(r.default.buildDate)-(0,n.$6)(7)*d)((0,l.Z)(e));return Date.now()-t<6048e5};let h=(()=>{const e=(0,o.Z)(u),[t,s]=(null==e?void 0:e.split(":"))||[];if((0,i.Z)(t))return p(s)?t:void(0,c.Z)(u)})();const m=()=>h},942:(e,t,s)=>{"use strict";s.d(t,{u:()=>i,z:()=>o});var n=s(1501);let r;const o=()=>r||"",i=e=>{r=e,window.wp_pp_gemius_identifier=e,window.gemius_disable_back_cache_hits=!0,(0,n.r)()||(window.pp_gemius_identifier=e)}},6430:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1489),r=s(2395);const o=()=>{let{dataLayer:e}=window;if(Array.isArray(e)){const t=e.push.toString();if(t.includes("instanceof Object")){let e=n.TB;t.includes("typeof o.")&&(e=n.nu),t.includes("noopFunc")&&(e=n.o2),(0,r.o)("dataLayer",e,!0,!0)}}else e=[];return window.dataLayer=e,e}},9374:(e,t,s)=>{"use strict";s.d(t,{$v:()=>v,Bz:()=>n,Di:()=>d,LD:()=>f,NK:()=>l,P8:()=>a,PY:()=>o,VW:()=>g,Y6:()=>y,Yk:()=>w,_E:()=>c,am:()=>h,hm:()=>m,ic:()=>r,ix:()=>u,k4:()=>b,pP:()=>p,xX:()=>Z,yz:()=>i});const n="view",r="last",o="v",i="p",a="actual",c="summary",l="vt",d="lvt",u="__visibility",p="offset",h="percent",m="steady",f="top",g="_success",v="success",Z="up",b="down",w={[o]:0,[d]:0,[l]:0,[i]:0},y={[o]:!1,[n]:0,[r]:0,[a]:0,[c]:0}},8720:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(9374),r=s(6157),o=s(3382),i=s(369),a=s(5147);const c=(e,t=[])=>{const s=[];if(!(e instanceof HTMLElement))return s;const c=a.Z.get(e);if(!c)return s;if(!Array.isArray(t))return s;const l=t.length,{observations:d}=c;return(0,i.Z)(d,((e,r)=>{if(!l||t.includes(e)){const t=Object.assign({},r);delete t[n.VW],delete t.callback,delete t[n.ix],s.push(t),delete d[e]}})),(0,o.Z)(c),(0,r.lQ)(),s}},3382:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7278),r=s(9627);const o=e=>{const{node:t,observations:s}=e;!(0,r.Z)(s)&&t&&(delete e.node,delete e.entry,delete e.observations,(0,n.V)(t))}},6157:(e,t,s)=>{"use strict";s.d(t,{lQ:()=>x,vE:()=>M,SR:()=>j});var n=s(703),r=s(9374),o=s(3205);const i=(e,t,s)=>{const{state:n,callback:i}=e;if(n[r.PY]&&!e[r.VW]&&(e[r.VW]=!0,o.Z.f(i)&&(i(n,s),delete e.callback),e[r.$v])){const{observations:e}=s;e&&delete e[t]}},a=(e,t)=>{const{state:s}=e;t>s[r.yz]&&(s[r.yz]=t)};var c=s(3382),l=s(7379),d=s(369),u=s(967),p=s(6679);const h=e=>{const t=(0,p.Z)(),s=(0,u.Z)();if(t>0&&s>0){const{width:n,height:r,top:o,left:i,right:a,bottom:c}=e;if(n>0&&r>0){const{min:e,max:l,round:d}=Math;return d((l(0,e(t,a))-l(0,e(t,i)))*(l(0,e(s,c))-l(0,e(s,o)))/(r*n)*100)}return a<=t&&i>=0&&(c<=s&&o>=0)?100:0}return 0};var m=s(5253),f=s(8842);const g=e=>(e.offsetParent||"fixed"===(0,f.Z)(e).position)&&"hidden"!==e.getAttribute("visibility"),v=e=>{const{node:t,entry:s}=e;if(s){const{intersectionRatio:e,isIntersecting:t,boundingClientRect:n}=s;return{nodeRect:n,nodeRatio:t?100*e:0}}if((0,m.Z)(t)){const e=t.getBoundingClientRect();return{nodeRect:e,nodeRatio:e&&g(t)?h(e):0}}};var Z=s(8917),b=s(2014);const w=(e,t,s,n,r)=>{const o=s>=-e+r,i=n<=t+e+r;return(0,b.Z)(o&&i)},y=(e,t,s,n)=>{const{verticalMargin:o=0,horizontalMargin:i=0,verticalShift:a=0,horizontalShift:c=0,state:l}=e,{entry:d}=n;if(d&&(0,Z.Z)(s))l[r.PY]=(0,b.Z)(s>0);else{const e=(0,p.Z)(),s=(0,u.Z)(),{bottom:n,top:d,right:h,left:m}=t,f=w(o,s,n,d,a),g=w(i,e,h,m,c);l[r.PY]=(0,b.Z)(f&&g)}},S=(e,t)=>{const{state:s,percent:n}=e;t>=n&&(s[r.PY]=1)};var _=s(297),E=s(6516);const C=(e,t)=>{const{state:s,time:n,percent:i,checkTimeout:a,isCumulative:c}=e,l=e[r.ix];if(t<i)return void(0,E.Z)(l);const d=(Date.now()-(0,_.N)())/1e3,u=c?d:d-n;if(l[r.Bz]||(l[r.Bz]=d),u>=l[r.Bz]){l[r.PY]||(l[r.ic]=u,l[r.PY]=!0);const e=d-l[r.ic];l[r.P8]=e,e>s[r.NK]&&(s[r.NK]=Math.round(e)),s[r.Di]=Math.round(l[r._E]+e),!s[r.PY]&&s[r.Di]>=n&&(s[r.PY]=o.Z.f(a)?(0,b.Z)(a()):1)}};let I=0,O=0;Date.now();let P=r.k4;const A=()=>P,L=()=>({verticalVelocity:I,horizontalVelocity:O});var T=s(8700);const k=(e,t)=>{const s=A(),{verticalVelocity:n}=L(),{state:o,verticalMargin:i,minMargin:a,slotSnapMaxVelocity:c}=e;if(s===r.xX||n>c)return;const{top:l}=(0,T.Z)(),{top:d}=t,u=0!==l&&d>a&&d<=i;o[r.PY]=(0,b.Z)(u)},D=(e,t,s,n)=>{switch(e.method){case r.hm:C(e,t);break;case r.pP:y(e,s,t,n);break;case r.am:S(e,t);break;case r.LD:k(e,s)}};var R=s(5147);const N=(0,s(6205).Z)((0,n.qm)("vabInterval"))||299;let V;const j=()=>{V&&R.Z.forEach(M)},x=e=>{R.Z.size&&!document.hidden?(V||(V=setInterval(j,N)),e&&M(e)):V&&(clearInterval(V),V=!1)},M=e=>{const t=v(e);if(t){const{observations:s}=e,{nodeRect:n,nodeRatio:r}=t;(0,d.Z)(s,((t,s)=>{const{state:o}=s;o&&(a(s,r),D(s,r,n,e),i(s,t,e))}))}else e.observations=(0,l.Z)();(0,c.Z)(e),x()}},297:(e,t,s)=>{"use strict";s.d(t,{N:()=>o,e:()=>r});let n=0;const r=()=>{n=Date.now()},o=()=>n},6516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9374);const r=e=>{e[n.PY]=!1,e[n.Bz]=0,e[n._E]+=e[n.P8],e[n.P8]=0}},9617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9374);const r=e=>{e&&(e.state=Object.assign({},n.Yk),e[n.ix]=Object.assign({},n.Y6))}},1511:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(6157),r=s(7278),o=s(4462),i=s(619),a=s(3205),c=s(5147),l=s(9468),d=s(9617),u=s(1133),p=s(5253),h=s(9349),m=s(9374),f=s(9627),g=s(7550);const v=e=>(0,f.Z)(e)?(0,g.Z)(e.name)?[m.hm,m.am,m.pP,m.LD].includes(e.method)?void 0:((0,h.Z)("Invalid Observation method","error"),!0):((0,h.Z)("Invalid Observation name","error"),!0):((0,h.Z)("Invalid Observation object","error"),!0),Z=(e,t)=>(0,p.Z)(e)?(0,u.Z)(t)?t.some(v):((0,h.Z)("Observations argument is not a valid Array of Observations.","error"),!0):((0,h.Z)("Node argument is not a valid HTMLElement or it is not in DOM.","error"),!0),b=(e,t,s)=>{if(Z(e,t))return;let u=c.Z.get(e);if(!u){const t=(s||"")+(0,o.Nu)(12);u={id:t,node:e,observations:{}},c.Z.set(e,u)}const{observations:p}=u;return t.forEach((e=>{const{name:t,start:s}=e;p[t]||((0,d.Z)(e),a.Z.f(s)&&s(e.state,u),(0,i.Z)(p,t,e))})),(0,r.W)(e,p,l.Z),(0,n.lQ)(u),u}},7278:(e,t,s)=>{"use strict";s.d(t,{W:()=>u,V:()=>d});var n=s(9853),r=s(1774),o=s(9393);const i=new Map;r.default.observers=i;const a=()=>{const e="D"===(0,n.bB)("adtech","PA-299")?10:25;return Array.from({length:e},((t,s)=>s/e))};var c=s(369),l=s(5147);const d=e=>{i.forEach((t=>{t.unobserve(e)})),l.Z.delete(e)},u=(e,t,s)=>{(0,c.Z)(t,((t,n)=>{const r=((e,t)=>{const{horizontalMargin:s=0,verticalMargin:n=0}=e,r=`${s}x${n}`,c=i.get(r);if(c)return c;if((0,o.Z)()){const e={root:null,rootMargin:`${n}px ${s}px`,threshold:a()},o=new IntersectionObserver(t,e);return i.set(r,o),o}const l={observe:()=>{},unobserve:()=>{}};return i.set(r,l),l})(n,s);r.observe(e)}))}},9468:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6157),r=s(5147);const o=e=>{e.forEach((e=>{const{intersectionRatio:t,isIntersecting:s,target:o,boundingClientRect:i}=e,a=r.Z.get(o);a&&(a.entry={intersectionRatio:t,isIntersecting:s,boundingClientRect:i},(0,n.vE)(a))}))}},9393:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"IntersectionObserver"in window&&!1},5146:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6157),r=s(7278),o=s(1133),i=s(5147),a=s(9468),c=s(9617);const l=(e,t,s)=>{if(e instanceof HTMLElement&&t instanceof HTMLElement){const l=i.Z.get(e);if(l){const{observations:d}=l;return d&&(l.node=t,i.Z.set(t,l),(0,o.Z)(s)&&s.forEach((e=>{(0,c.Z)(d[e])})),(0,r.W)(t,d,a.Z),(0,r.V)(e)),(0,n.lQ)(l),l}}}},5147:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1774);const r=new Map;n.default.observedElements=r;const o=r},4585:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Ga});var n={};s.r(n),s.d(n,{adtech:()=>me.Zd,analytics:()=>me.co,application:()=>me.wU,distributeByRange:()=>Pe,distributeEvenly:()=>ke,distributeRandomly:()=>De,getAll:()=>me.go});var r={};s.r(r),s.d(r,{erase:()=>E.Z,eraseGlobally:()=>Ts.Z,expire:()=>Ui.Z,get:()=>le.Z,getAll:()=>Cn.Z,hasSupport:()=>Bi.Z,noexpire:()=>Fi.Z,set:()=>I.Z,setGlobally:()=>Ze.Z});var o={};s.r(o),s.d(o,{get:()=>Qi,remove:()=>Ki,set:()=>Ji});var i={};s.r(i),s.d(i,{educate:()=>Yi,getResults:()=>oe,mess:()=>Qn.mess,sealed:()=>w.VP,unmess:()=>Qn.unmess});var a={};s.r(a),s.d(a,{getBunchID:()=>$r.P,getDotParams:()=>Rn.ZF,getSN:()=>fe.W_,hasSN:()=>fe.GD,isABC:()=>M.TH,isMobile:()=>k.R,isMoney:()=>M.c3,isO2:()=>M.LM,isPAKO:()=>M.QT,isParenting:()=>M.Zo,isPoczta:()=>M.V8,isPudelek:()=>M.YG,isRobot:()=>M.l6,isSF:()=>M.Qt,isSG:()=>M.KD,isWebmail:()=>M.X2,testSN:()=>fe.y1});var c={};s.r(c),s.d(c,{check:()=>ss.BF,checkVendorPermissions:()=>Xi.Z,get:()=>ss.U2,getConsentString:()=>ts.do,getHoldingState:()=>ss.uB,isLegacyTCF:()=>ea,replaceConsentTags:()=>ta,runAfterConsent:()=>sa,showConsentForm:()=>gs});var l={};s.r(l),s.d(l,{active:()=>Ps._x,count:()=>na.Z,getEntriesByName:()=>$.bE,getEntriesByType:()=>$.Cr,mark:()=>Os.Z,measure:()=>ra.Z,now:()=>$.zO,registerMark:()=>Bn.$T,registerMeasure:()=>Bn.OK,wrapMeasure:()=>H.Z});var d={};s.r(d),s.d(d,{click:()=>No,dot:()=>Yr,generateDot:()=>Kr,generateShow:()=>zs.V,getContentPlatform:()=>rt.Hl,getDotParams:()=>Rn.ZF,getPageViewID:()=>Br.Vq,getReferrer:()=>gn.a,getWasReloaded:()=>at.r,media:()=>oa,setDarkMode:()=>Mn,show:()=>zs.Z,wave:()=>In.Z});var u={};s.r(u),s.d(u,{get:()=>_.Z,getAll:()=>ia.Z,hasSupport:()=>Ue.Z,remove:()=>C.Z,set:()=>O.Z});var p={};s.r(p),s.d(p,{get:()=>aa,remove:()=>la,set:()=>ca});var h={};s.r(h),s.d(h,{deprecated:()=>Et.Z,error:()=>da.vU,flag:()=>S.Z,info:()=>da.um,init:()=>da.S1,issue:()=>Ce.Z,loadConsole:()=>zn,log:()=>da.cM,setStyle:()=>da.A_,warn:()=>da.ZK});var m={};s.r(m),s.d(m,{addAnimation:()=>Ct.El,addStyle:()=>Ct.cu,pin:()=>Ct.Cj,removeStyle:()=>Ct.jo,resetStore:()=>va.i,setStore:()=>va.P,togglePin:()=>Ct.aB,unpin:()=>Ct.ef,update:()=>Ct.Vx});var f={};s.r(f),s.d(f,{disconnect:()=>Za.Z,observe:()=>ba.Z,replaceNode:()=>wa.Z});var g={};s.r(g),s.d(g,{closePage:()=>Wa,customAction:()=>Ba,registerBox:()=>xs.mk,registerContainer:()=>xs.H7,updateBox:()=>xs.uQ,viewPage:()=>Fa});var v={};s.r(v),s.d(v,{closePage:()=>za,init:()=>uo,refreshPage:()=>kr,viewPage:()=>kr});var Z=s(8079),b=s(2927),w=s(5131),y=s(846),S=s(1530),_=s(7508),E=s(4464),C=s(5865),I=s(5330),O=s(4634),P=s(6205);const A="PWA_adbd",L="WPadbd",T=e=>{(0,w.R9)(e),(0,S.Z)("Ad blocking",(0,w.VP)()),y.Z.fill((()=>{if((0,_.Z)(b.$$)){const t=(0,_.Z)(L);e!==(0,P.Z)(t)&&(0,O.Z)(b.$$,Date.now())}else{const e=new Date(2022,9,23);(0,O.Z)(b.$$,e.getTime())}(0,O.Z)(L,e),(0,I.Z)(A,e),e&&(0,E.Z)(b.tn)}))};var k=s(8727),D=s(6452),R=s(5620),N=s(1489),V=s(6025),j=s(7090),x=s(703),M=s(9167),$=s(2890),U=s(2395),B=s(5394),F=s(1386);const W=(0,F.Z)("Crux"),z=(e,t=0)=>{const s=e.bind(window),n=t+50*Math.random()+1;return setTimeout((()=>s()),n)};var H=s(4190);const G="ABDetector";let q,J,Q,K,Y,X,ee=!1,te=!1;const se=[],ne=new Set,re=new Set,oe=()=>({detected:ee,permanently:(0,j.W)(),trackingProtection:(0,D.B)(),forcedBefore:ne,forcedAfter:re,pluginDetected:(0,V.q)(),results:se,detectionTime:Y-K,totalTime:X-K}),ie=e=>{clearTimeout(Q);const t=()=>{te||((()=>{const[e,t]=se;(0,V.q)()||(!(M.hx&&ne.size>3)||e&&e[2]||t&&t[2]||(0,D.j)(!0),ne.size&&(ee=!0)),ee&&!(0,V.q)()&&(0,V.D)(N.TB)})(),q(ee),te=!0,Y=(0,$.zO)())};e?t():Q=z(t,300)},ae=(e,t,s,n)=>{X=(0,$.zO)(),n&&W.open(),W.fill((()=>{s&&(0,j.G)(!0),te?re.add(e):(ne.add(e),(t||s)&&(ee=!0,(0,V.D)(t),J(ee),ie(s)))}))},ce=(e,t)=>{(0,H.Z)(G,(()=>{const n=(0,x.qm)("forceDetection");K=(0,$.zO)(),(0,U.l)(ae),q=t,J=e,W.open(),n&&ae("test"),s.e(124).then(s.bind(s,9251)).then((({apiDetector:e,domDetector:t})=>{const s=[e,t],n=s.length;let r=0;s.forEach((e=>{e().then((e=>{r+=1;const[t,s,o,,i]=e;se[t]=e,o&&!ee&&(ee=o,i&&(0,V.D)(i)),ee&&J(ee),r===n&&ie()}))}))})).catch((e=>{(0,B.Z)(e,G)}))}))};var le=s(4596),de=s(528),ue=s(3205);let pe;const he=e=>{pe=new Promise((e=>{if((0,R.s4)()||de.Z)(0,w.R9)(w.Cl),(0,E.Z)(A),(0,C.Z)(L);else if((0,k.R)())T(w.Cl);else{const t=(0,P.Z)((0,_.Z)(L)||(0,le.Z)(A))||w.Cl;T(t);const s=e=>{e&&T(w.WS)},n=t=>{T(t?w.WS:w.Cl),y.Z.fill((()=>{e((0,w.VP)()&&!(0,D.B)())}))};requestAnimationFrame((()=>{ce(s,n)}).bind(window))}})),ue.Z.f(e)&&e()};var me=s(9853),fe=s(4841),ge=s(4462);const ve=e=>null!==e&&(e!=e||+e!=e);var Ze=s(9062);const be="WPabs",we=16777215;let ye;const Se=()=>parseInt(ye,16);var _e=s(1133),Ee=s(7550),Ce=s(9349),Ie=s(2443);const Oe=(e,t)=>{e&&(0,Ie.Z)("wp_abtest_programmatic",t)},Pe=(e,t,s,n,r)=>{var o,i;if((!(0,Ee.Z)(n)||(0,fe.y1)(n))&&(0,_e.Z)(e)){const n=e.filter((e=>e>0&&e<1)).sort(((e,t)=>e-t));o=n,i=e,JSON.stringify(o)!==JSON.stringify(i)&&(0,Ce.Z)("Incorrect thresholds given in 'distributeByRange'.","error"),n.push(1);const a=Se()/we,c=n.length;for(let e=0;e<c;e+=1){if(a<=n[e]){const n=String.fromCharCode(65+e);return(0,me.jO)(t,s,n),void Oe(r,s)}}}};var Ae=s(7379),Le=s(46);const Te=(0,Ae.Z)(),ke=(e,t,s,n,r)=>{if((0,Ee.Z)(n)&&!(0,fe.y1)(n))return;const o=((e,t,s,n)=>{if((!(0,Ee.Z)(n)||(0,fe.y1)(n))&&(0,Le.Z)(e)){const t=Se(),s=Te[e]||0,n=Math.floor(t/e**s)%e,r=String.fromCharCode(65+n);return Te[e]=s+1,r}})(e,0,0,n);o&&((0,me.jO)(t,s,o),Oe(r,s))},De=(e,t,s,n,r)=>{if((!(0,Ee.Z)(n)||(0,fe.y1)(n))&&(0,Le.Z)(e)){const n=(0,ge.$6)(e),o=String.fromCharCode(65+n);(0,me.bB)(t,s)||(0,me.jO)(t,s,o),Oe(r,s)}};var Re=s(2617);const Ne=(e,t,s=!1)=>(0,Le.Z)(t)?s?e<t:e>=t:!t&&!ve(t)||((0,Ce.Z)(`Given date ${t} has incorrect format.`,"error"),!1),Ve=(e,t,s)=>{const n=Ne(e,t),r=Ne(e,s,!0);return n&&r},je=(e,t,s)=>{const n=!!e&&Date.parse(e),r=!!t&&Date.parse(t),o=Date.now();if(Ve(o,n,r))return ue.Z.f(s)&&s(),!0};var xe=s(369),Me=s(9386),$e=s(919),Ue=s(6570),Be=s(4918),Fe=s(3675),We=s(2419),ze=s(1747),He=s(9627);const Ge=e=>{const t=(0,_.Z)(e),s=(0,ze.C)(t);if((0,He.Z)(s))return s},qe=(e,t)=>{const s=(0,ze.M)(t);(0,Ee.Z)(s)&&(0,O.Z)(e,s)};var Je=s(4429);const Qe=(e,t)=>{const{action:s,name:n,value:r}=e;if((0,Ee.Z)(n))switch(s){case"set":(0,O.Z)(n,r);break;case"setEncoded":qe(n,r);break;case"get":e.value=(0,_.Z)(n);break;case"getEncoded":e.value=Ge(n);break;case"remove":(0,C.Z)(n);break;default:(0,Je.Z)(e,We.$n)}else(0,Je.Z)(e,We.aW);ue.Z.f(t)&&t(e)},Ke=(0,Ue.Z)(),Ye=!Be.Z||$e.pt,Xe=(e,t,s,n)=>{const r={method:"storage",action:e,name:t,value:n,cb:s};(0,Fe.Z)(r,s,Ke,Ye,Qe,"LocalStorage")},et={get:(e,t)=>{Xe("get",e,t)},getEncoded:(e,t)=>{Xe("getEncoded",e,t)},set:(e,t,s)=>{Xe("set",e,s,t)},setEncoded:(e,t,s)=>{Xe("setEncoded",e,s,t)},remove:(e,t)=>{Xe("remove",e,t)}},tt=(e,t)=>{et.get("WPnxrfab",(({value:s})=>{const n=(e=>{let t;try{t=JSON.parse(e)}catch(e){}return(0,Me.Z)(t)||(t={}),t})(s);ue.Z.f(t)&&t(n,e);const r=(e=>{let t;try{t=JSON.stringify(e)}catch(e){}return(0,Ee.Z)(t)||(t="{}"),t})(n);et.set("WPnxrfab",r)}))},st=()=>{const{hostname:e,pathname:t}=window.location;tt(e+t,((e,t)=>{const s=Math.round(Date.now()/6e4);(0,xe.Z)(e,((t,n)=>{s-n.ts>5&&delete e[t]}));const n=(0,me.KF)();n?e[t]={abtest:n,ts:s}:delete e[t]}))},nt=()=>{(()=>{const e=parseFloat((0,x.qm)("forceSeed"));ve(e)||(ye=Math.floor(e*we).toString(16),(0,Ze.Z)(be,ye)),ye||(ye=(0,le.Z)(be),ye||(ye=(0,ge.Nu)(6,!0),(0,Ze.Z)(be,ye)))})(),(0,fe.y1)("^wakacjepl")||(De(3,"adtech","PRGM-645","^(?!(o2_poczta_o2_pl_nh|poczta_nh))"),De(2,"adtech","PU-335"),De(2,"adtech","PRGM-614","o2_o2_pl"),De(2,"adtech","PU-321"),Pe([.8,.9],"adtech","PA-392","nwm_autokult_mobile"),(0,Re.Z)()&&ke(2,"adtech","PU-227","^tech"),Pe([.25],"adtech","PRG-3468"),De(3,"adtech","PRGM-346","^teleshow",!1,!1,!0),je("2023-10-12","2023-10-18",(()=>{Pe([.44,.52,.6,.68,.76,.84,.92],"adtech","PROSGWP-7600","^sg_mobile",!0)})),je("2023-10-26","2023-11-09",(()=>{Pe([1/3,2/3],"adtech","AAB-56","nwm_abczdrowie",!0)})));const e=(0,x.qm)("forceTest");if(e){const t=(0,x.qm)("forceVariant")||"A",s=(0,x.qm)("forceAuthority")||"adtech";(0,me.jO)(s,e,t)}st()};var rt=s(2978),ot=s(3769),it=s(2863),at=s(1501),ct=s(1774),lt=s(8917),dt=s(5150);const ut=(0,Ae.Z)();ct.default.envConfig=ut;const pt=(e,t,s)=>{const n=(0,dt.Z)(e),r=(0,dt.Z)(t);if((0,Ee.Z)(n))if((0,Ee.Z)(r)||(0,lt.Z)(r)){ut[n]=r;(n+r).length+2>512&&(0,Ce.Z)("Env added to GAF exceeded 512 chars limit.",!0)}else s&&(e=>{e&&ut&&delete ut[e]})(n)},ht=e=>{const{stName:t,stAuthority:s}=e;let n=!1;if((0,He.Z)(e)&&(0,Ee.Z)(t)&&(0,Ee.Z)(s)){const r=(0,me.bB)(s,t);(0,Ee.Z)(r)&&(e.stVersion=r,pt("stVersion",r),n=!0)}return n},mt=e=>{if((0,He.Z)(e)){const{version:t,mct:s}=e;pt("tVersion",t),null!=s&&s[t]&&pt("mct",s[t])}},ft=(e=2)=>String.fromCharCode(65+(0,ge.$6)(e)),gt=(e,t="ProgrammaticError")=>{const s=new Error(e);s.name=t,(0,B.Z)(s)};var vt=s(1154);const Zt=()=>{let e;const t=(0,vt.K)();if((0,He.Z)(t)){const s=new Date,n=Object.keys(t);let r=-1/0;n.forEach((t=>{if(t.includes("testConfig")){const n=new Date(t.replace("testConfig","")),o=n-s;n<=s&&o>=r&&(r=n-o,e=(0,it.g1)(t))}}))}return e||(e=(0,it.g1)("testConfig")||{}),e};var bt=s(6539);const wt=()=>{const e=(0,x.qm)("forceProgrammaticTest")||!(0,it.fS)("disableAutomaticTest")&&(0,bt.Z)("wp_abtest_programmatic");let t,s,n=!1,r=!1,o=!1;if((0,He.Z)(e)){const{testName:n,startDate:i,endDate:a}=e;s=Date.now(),r=i?Date.parse(i):r,o=a?Date.parse(a):o,t=n}else(0,Ee.Z)(e)&&(t=e);if(t){const e=(0,me.go)();let i=!1;(0,xe.Z)(e,(e=>{const a=(0,me.bB)(e,t);if(a){const e=Ve(s,r,o);i=!0,e&&(n={testName:t,version:a.slice(0,1).toUpperCase(),mode:"automatic"})}})),i||(0,Ce.Z)(`Automatic test start FAILED, didn't found matching A/B test config, check testName: ${t}.`,!0)}return n},yt=()=>{const e=(0,it.g1)("mct");pt("mct",e)},St=e=>{if((0,He.Z)(e)){const t=(0,it.CV)("lazyOffsets"),{version:s,lazyOffsetsTest:n}=e;if(t&&n){const e=t[s];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}},_t=()=>{yt();let e=(0,ot.X)();if(!e){const t=Zt(),s=(0,it.fS)("testOn"),{authority:n,testName:r,base:o}=t,i=(0,Ee.Z)(r)&&s,a=wt();let c;if(i){const s=n||"application",i=n||"adtech",a=(0,x.qm)("prgVersion"),l=t&&t.overrideRefreshPvVersion,{mode:d="master"}=t;switch(e=Object.assign({},t),d){case"master":e.version=ft(o),l&&(0,at.r)()&&(e.version=l),a&&(e.version=a),(0,me.jO)(i,r,e.version);break;case"slave":e.version=(0,me.bB)(s,r);break;default:gt("błąd w testConfig => błędny tryb")}const{version:u,mapVersion:p}=e;if(e=!!u&&e,(0,He.Z)(e))if((0,He.Z)(p)){const{disabled:t}=p;e.version=p[u]||u,c=t&&t.includes(e.version)}else e.version=u.slice(0,1).toUpperCase()}else a&&(e=Object.assign({},a));c?e=null:(ht(e),mt(e),St(e))}(0,ot.w)(e)};var Et=s(6918),Ct=s(8886),It=s(4923);const Ot=()=>{(0,It.Z)((e=>{if((0,k.R)()){const t={"overflow-x!":"hidden"};(0,Ct.Cj)(e,(0,Ct.cu)("scrollFix",t)),(0,Ct.Vx)()}}))()};let Pt,At;const Lt=e=>{if(e){if(At=(0,fe.W_)(),At!==Pt&&(0,Et.Z)({message:"Bootstrap",path:"ChangingSiteName",fileName:`${Pt} > ${At}`},1,"Site name (SN) set statically differs from the one set dynamically during SPA initialization.","error"),Pt)return}else Pt=(0,fe.W_)();(0,rt.ZP)(),(0,H.Z)("ABTests",nt),_t(),Ot(),(0,Et.Z)({message:"Bootstrap",path:"isMobile",fileName:`${typeof(0,bt.Z)("wp_mobile")}|${typeof(0,bt.Z)("isMobile")}`},1e4)};var Tt,kt,Dt,Rt;!function(e){e.PING="ping",e.GET_TC_DATA="getTCData",e.GET_IN_APP_TC_DATA="getInAppTCData",e.GET_VENDOR_LIST="getVendorList",e.ADD_EVENT_LISTENER="addEventListener",e.REMOVE_EVENT_LISTENER="removeEventListener"}(Tt||(Tt={})),function(e){e.STUB="stub",e.LOADING="loading",e.LOADED="loaded",e.ERROR="error"}(kt||(kt={})),function(e){e.VISIBLE="visible",e.HIDDEN="hidden",e.DISABLED="disabled"}(Dt||(Dt={})),function(e){e.TC_LOADED="tcloaded",e.CMP_UI_SHOWN="cmpuishown",e.USER_ACTION_COMPLETE="useractioncomplete"}(Rt||(Rt={}));class Nt{listenerId;callback;next;param;success=!0;constructor(e,t,s,n){Object.assign(this,{callback:e,listenerId:s,param:t,next:n});try{this.respond()}catch(e){this.invokeCallback(null)}}invokeCallback(e){const t=null!==e;"function"==typeof this.next?this.callback(this.next,e,t):this.callback(e,t)}}class Vt extends Nt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Ut(this.param,this.listenerId))}throwIfParamInvalid(){if(!(void 0===this.param||Array.isArray(this.param)&&this.param.every(Number.isInteger)))throw new Error("Invalid Parameter")}}class jt{eventQueue=new Map;queueNumber=0;add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}remove(e){return this.eventQueue.delete(e)}exec(){this.eventQueue.forEach(((e,t)=>{new Vt(e.callback,e.param,t,e.next)}))}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class xt{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new jt;static cmpStatus=kt.LOADING;static disabled=!1;static displayStatus=Dt.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=kt.LOADING,this.disabled=!1,this.displayStatus=Dt.HIDDEN,this.eventQueue.clear()}}class Mt{cmpId=xt.cmpId;cmpVersion=xt.cmpVersion;gdprApplies=xt.gdprApplies;tcfPolicyVersion=xt.tcfPolicyVersion}class $t extends Mt{cmpStatus=kt.ERROR}class Ut extends Mt{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,t){if(super(),this.eventStatus=xt.eventStatus,this.cmpStatus=xt.cmpStatus,this.listenerId=t,xt.gdprApplies){const t=xt.tcModel;this.tcString=xt.tcString,this.isServiceSpecific=t.isServiceSpecific,this.useNonStandardTexts=t.useNonStandardTexts,this.purposeOneTreatment=t.purposeOneTreatment,this.publisherCC=t.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(t.vendorsAllowed,e),disclosedVendors:this.createVectorField(t.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(t.purposeConsents),legitimateInterests:this.createVectorField(t.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(t.vendorConsents,e),legitimateInterests:this.createVectorField(t.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(t.specialFeatureOptins),this.publisher={consents:this.createVectorField(t.publisherConsents),legitimateInterests:this.createVectorField(t.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(t.publisherCustomConsents),legitimateInterests:this.createVectorField(t.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(t.publisherRestrictions)}}}createRestrictions(e){const t={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let n=1;n<=s;n++){const s=n.toString();e.getRestrictions(n).forEach((e=>{const n=e.purposeId.toString();t[n]||(t[n]={}),t[n][s]=e.restrictionType}))}}return t}createVectorField(e,t){return t?t.reduce(((t,s)=>(t[String(s)]=e.has(Number(s)),t)),{}):[...e].reduce(((e,t)=>(e[t[0].toString(10)]=t[1],e)),{})}}class Bt extends Ut{constructor(e){super(e),delete this.outOfBand}createVectorField(e){return[...e].reduce(((e,t)=>e+=t[1]?"1":"0"),"")}createRestrictions(e){const t={};if(e.numRestrictions>0){const s=e.getMaxVendorId();e.getRestrictions().forEach((e=>{t[e.purposeId.toString()]="_".repeat(s)}));for(let n=0;n<s;n++){const s=n+1;e.getRestrictions(s).forEach((e=>{const s=e.restrictionType.toString(),r=e.purposeId.toString(),o=t[r].substr(0,n),i=t[r].substr(n+1);t[r]=o+s+i}))}}return t}}class Ft extends Mt{cmpLoaded=!0;cmpStatus=xt.cmpStatus;displayStatus=xt.displayStatus;apiVersion=String(xt.apiVersion);gvlVersion;constructor(){super(),xt.tcModel&&xt.tcModel.vendorListVersion&&(this.gvlVersion=+xt.tcModel.vendorListVersion)}}class Wt extends Nt{respond(){this.invokeCallback(new Ft)}}class zt extends Vt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Bt(this.param))}}var Ht=s(1710);class Gt extends Nt{respond(){const e=xt.tcModel,t=e.vendorListVersion;let s;void 0===this.param&&(this.param=t),s=this.param===t&&e.gvl?e.gvl:new Ht.Ew(this.param),s.readyPromise.then((()=>{this.invokeCallback(s.getJson())}))}}class qt extends Vt{respond(){this.listenerId=xt.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class Jt extends Nt{respond(){this.invokeCallback(xt.eventQueue.remove(this.param))}}class Qt{static[Tt.PING]=Wt;static[Tt.GET_TC_DATA]=Vt;static[Tt.GET_IN_APP_TC_DATA]=zt;static[Tt.GET_VENDOR_LIST]=Gt;static[Tt.ADD_EVENT_LISTENER]=qt;static[Tt.REMOVE_EVENT_LISTENER]=Jt}class Kt{static set_=new Set([0,2,void 0,null]);static has(e){return"string"==typeof e&&(e=Number(e)),this.set_.has(e)}}const Yt="__tcfapi";class Xt{callQueue;customCommands;constructor(e){if(e){let t=Tt.ADD_EVENT_LISTENER;if(null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed: Use ${Tt.GET_TC_DATA} instead`);if(t=Tt.REMOVE_EVENT_LISTENER,null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed`);null!=e&&e[Tt.GET_TC_DATA]&&(e[Tt.ADD_EVENT_LISTENER]=e[Tt.GET_TC_DATA],e[Tt.REMOVE_EVENT_LISTENER]=e[Tt.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[Yt]()||[]}catch(e){this.callQueue=[]}finally{window[Yt]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,s,...n){if("string"!=typeof e)s(null,!1);else if(Kt.has(t)){if("function"!=typeof s)throw new Error("invalid callback function");xt.disabled?s(new $t,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===Tt.PING?this.isCustomCommand(e)?new Qt[e](this.customCommands[e],n[0],null,s):new Qt[e](s,n[0]):void 0===xt.tcModel?this.callQueue.push([e,t,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new Qt[e](this.customCommands[e],n[0],null,s):new Qt[e](s,n[0]):s(null,!1)}else s(null,!1)}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window[Yt](...e)}))}isCustomCommand(e){return this.customCommands&&"function"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==Qt[e]}}class es{callResponder;isServiceSpecific;numUpdates=0;constructor(e,t,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),xt.cmpId=e,xt.cmpVersion=t,xt.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new Xt(n)}throwIfInvalidInt(e,t,s){if(!("number"==typeof e&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${t}: ${e}`)}update(e,t=!1){if(xt.disabled)throw new Error("CmpApi Disabled");xt.cmpStatus=kt.LOADED,t?(xt.displayStatus=Dt.VISIBLE,xt.eventStatus=Rt.CMP_UI_SHOWN):void 0===xt.tcModel?(xt.displayStatus=Dt.DISABLED,xt.eventStatus=Rt.TC_LOADED):(xt.displayStatus=Dt.HIDDEN,xt.eventStatus=Rt.USER_ACTION_COMPLETE),xt.gdprApplies=null!==e,xt.gdprApplies?(""===e?(xt.tcModel=new Ht.gI,xt.tcModel.cmpId=xt.cmpId,xt.tcModel.cmpVersion=xt.cmpVersion):xt.tcModel=Ht.E9.decode(e),xt.tcModel.isServiceSpecific=this.isServiceSpecific,xt.tcfPolicyVersion=Number(xt.tcModel.policyVersion),xt.tcString=e):xt.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():xt.eventQueue.exec(),this.numUpdates++}disable(){xt.disabled=!0,xt.cmpStatus=kt.ERROR}}var ts=s(7265),ss=s(961),ns=s(8959),rs=s(309);const os=()=>{const e=e=>(t,s,n)=>{(0,Et.Z)({message:"CMP",path:e},1e4),(0,He.Z)(s)&&(s.holdingConsents=(0,ss.uB)(),s.addtlConsent=(0,ts.cG)()),ue.Z.f(t)&&t(s,n)},t={ping:e("ping"),getTCData:e("getTCData"),getInAppTCData:e("getInAppTCData"),getVendorList:e("getVendorList")},s=e=>()=>{const{data:t,source:s}=e,n=ue.Z.s(t);try{const e=(n?JSON.parse(t):t).__tcfapiCall;if(e){const{command:t,version:r,callId:o,parameter:i}=e,a=((e,t,s)=>(n,r)=>{const o={__tcfapiReturn:{returnValue:n,success:r,callId:t}},i=s?JSON.stringify(o):o;e.postMessage(i,"*")})(s,o,n);window.__tcfapi(t,r,a,i)}}catch(e){}};(0,ts.u6)(new es(72,2,!0,t)),window.addEventListener("message",(e=>{y.Z.fill(s(e))}),!1),(0,ns.Z)().appendChild(rs.default)};var is=s(1467),as=s(9460),cs=s(2020),ls=s(967),ds=s(6679),us=s(780),ps=s(1361),hs=s(517);const ms=e=>{const t=(0,x.qm)("gdprLoad"),s=!(0,ss.U2)("ua")&&!(0,ss.BF)("mr","TP"),n=(0,ss.uB)().keybase,r=(0,ts.do)();return s||!r||!n||t||e},fs=(e,t,s)=>{const n=(0,ds.Z)(),r=(0,ls.Z)(),o=(0,k.R)()||n<770||r<500,i=(0,x.qm)("gdprMode"),a=(0,bt.Z)("wp_consent_blur"),c=(0,rt.Hl)()===rt.BB&&!(0,fe.y1)("totalmoney|extradom"),l=ue.Z.u(a)?c:!a;if(cs.default.isMobile=o,cs.default.activeCard=t,cs.default.isTransparent=l||i===rt.BB,ms(e))return(0,ps.Z)(s),!0;y.Z.open(),(0,hs.Z)()&&(0,as._k)((0,It.Z)((()=>{(0,us.Z)(s)})))},gs=(e,t)=>{y.Z.fill((()=>{fs(!0,t,"api"),ue.Z.f(e)&&(y.Z.close(),y.Z.fill(e))}))},vs=fs;var Zs=s(4491);const bs=()=>{(0,Zs.Z)().addEventListener("click",(e=>{var t,s;null!=e&&null!=(t=e.target)&&null!=(s=t.classList)&&s.contains("manageGdprButton")&&(e=>{e.preventDefault(),e.stopImmediatePropagation(),(0,is.b)("manage",void 0,{manage:1}),gs(void 0,"settings")})(e)}),!1)};var ws=s(2466),ys=s(2942),Ss=s(2040);const _s=(e,t={})=>{e([t[ws.q2],t[ws.le]])};var Es=s(1059),Cs=s(7885),Is=s(6733),Os=s(1143),Ps=s(7144),As=s(1770);const Ls=()=>{if(Ps.e$){const e=(0,As.Z)("consent");(0,_e.Z)(e)&&(0,Ce.Z)(`Third-party cookies set before obtaining consent from the user: ${e.join(", ")}.`,!0)}};var Ts=s(9175),ks=s(1121);const Ds=e=>{if((0,ks.Z)())return vs(void 0,void 0,e);y.Z.open()};var Rs=s(5301),Ns=s(2058);const Vs=()=>{const e=window.location.hostname===Es.Z;let t;(0,Os.Z)("ConsentDataLoad"),new Promise((e=>{const t=(0,ys.Z)(ws.F1);_s(e,t)})).then((([s,n])=>{let r=n;(0,Is.Z)("ConsentInitToLocal","ConsentDataLoadedLocally","ConsentDataLoad"),s||r||Ls(),(0,ss.gf)((0,ze.C)(s)),r||(0,ts.Ev)("local","noConsent"),"undefined"===r&&((0,ts.Ev)("local","wasUndefined"),r=null,(0,C.Z)(ws.le),(0,Ts.Z)(ws.le)),(e||r)&&((0,Ns.Z)(!1,!0,!0,r,Cs.Z,void 0,"local",!!r),t=Ds("local")),e?(0,ks.Z)()&&!(0,ts.qP)()&&(0,Rs.Z)():(0,ts.KC)()||(0,ts.qP)()||t||new Promise((e=>{Ss.Z.get(ws.F1,(({values:t})=>{_s(e,t)}))})).then((([e,s])=>{(0,Is.Z)("ConsentLocalToGlobal","ConsentDataLoadedGlobally","ConsentDataLoadedLocally"),e&&(0,ss.gf)((0,ze.C)(e)),s||(0,ts.Ev)("global","noConsent"),"undefined"===s&&(0,ts.Ev)("global","wasUndefined"),(!r||s&&s!==r)&&(0,Ns.Z)(!!s,!0,!0,s,Cs.Z,void 0,"global",!0),t||Ds("global"),(0,ks.Z)()&&!(0,ts.qP)()&&(0,Rs.Z)()}))}))},js=()=>{(0,H.Z)("initManageButton",bs),(0,H.Z)("initCMP",os),(0,H.Z)("loadConsentData",Vs)};var xs=s(1763),Ms=s(9943),$s=s(6259),Us=s(975),Bs=s(4030);const Fs="CookieInfo",Ws=()=>{const e=(0,Ms._X)()||!Us.Z;if((0,rt.rS)([rt.Uv,rt.TH])&&!de.Z&&!e){const e=(0,bt.Z)("wp_cookie_info");(0,Et.Z)({message:Fs,path:"wp_cookie_info",fileName:`${e}`},1e5);!1!==(!!ue.Z.u(e)||e)&&y.Z.fill((()=>{(0,as._k)((()=>{const t=(0,_.Z)($s.Z),n=(0,le.Z)($s.Z),r=n||t;!n&&t&&((0,Ze.Z)($s.Z,"1"),(0,Et.Z)({message:Fs,path:"CookieMissingItemSet"},1)),r||(Bs.default.cookieInfoLoad=1,s.e(599).then(s.bind(s,6443)).then((({default:t})=>{t(e)})).catch((e=>{(0,B.Z)(e,Fs)})))}))}))}};var zs=s(4769);const Hs=()=>{(0,zs.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl"})},Gs=()=>{const e="WPpix6";et.get(e,(t=>{let s,n=0;const r=Date.now(),o=(0,fe.W_)();if(t.value){const e=JSON.parse(t.value);s=e.sv,n=(0,P.Z)(e.ts,10)}(!t.value||s!==o||n<r-3e5)&&et.set(e,JSON.stringify({sv:o,ts:r}),Hs)}))},qs=()=>{Us.Z&&!(0,M.N0)()&&!(0,R.IK)()&&(0,rt.rS)([rt.BB,rt.Uv,rt.Uk])&&y.Z.fill(Gs)},Js=(0,F.Z)("GAM",!0);var Qs=s(5068);const Ks="FBPixel",Ys=()=>{if(!(0,R.IK)()){const e="933316406876601";let t=(0,bt.Z)("wp_fb_id"),s=!1;const n=[rt.H9,rt.BB,rt.Uv,rt.TH,rt.nJ];if((0,rt.rS)(n)&&(t?t===e&&(s=!0,(0,Et.Z)({message:Ks,path:"DefaultFBIDUsed",fileName:t},1e4)):(t=e,s=!0)),t){const e="https://connect.facebook.net/en_US/fbevents.js";y.Z.fill((()=>{Js.fill((()=>{if((0,ss.BF)("mr","TP")){(0,Ie.Z)("wp_fb_id",t),(0,Et.Z)({message:Ks,path:"WPEmbedded",fileName:t},1e4);let{fbq:n}=window;if(!n){const t="fbpixel";n=function(...e){n.callMethod?n.callMethod(...e):n.queue.push(e)},window.fbq=n,window._fbq||(window._fbq=n),n.push=n,n.loaded=!0,n.version="2.0",n.queue=[],(0,Qs.Z)({id:t,src:e,onLoad:()=>{(0,S.Z)(Ks,!0)},onError:()=>{(0,S.Z)(Ks,!1),(0,U.o)(t)}})}n("init",t),n("track","PageView"),s&&n("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,w.VP)()})}}))}))}else window.fbq&&setTimeout((()=>{var e,t,s;(0,Et.Z)({message:Ks,path:"NotWPEmbedded",fileName:null==window.fbq.getState||null==(e=window.fbq.getState())||null==(t=e.pixels)||null==(s=t[0])?void 0:s.id},1e3,`${Ks} not embedded with WPJSlib. Use 'wp_fb_id' parameter.`,!0)}),2e3)}};var Xs=s(6430);const en=e=>ue.Z.s(e)?e.trim():(0,lt.Z)(e)?e:void 0,tn=e=>[].concat(e).map(en).filter((e=>!!e||0===e)),sn="GTM",nn=()=>{if(!(0,R.IK)()){const e="gtm",t=(0,bt.Z)("wp_gtm_id")||(0,x.qm)(e),s=tn(t);s.length>1&&(0,Ce.Z)("Use only one GTM container.","error");const n=s[0];if(!ue.Z.u(n))if((e=>(0,Ee.Z)(e)&&/^GTM-[A-Z0-9]{5,8}$/.test(e))(n)){(0,Xs.Z)().push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),(0,Et.Z)({message:sn,fileName:"ValidId",path:n},1e5),y.Z.fill((()=>{Js.fill((()=>{(0,Qs.Z)({withMeasurement:sn,src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:e,crossorigin:!0,onLoad(){(0,S.Z)(sn,!0)},onError(){(0,S.Z)(sn,!1),(0,U.o)(e)}})}),sn)}),sn)}else(0,Et.Z)({message:sn,fileName:"InvalidId",path:n},1e3,`Given GTM ID "${n}" is invalid.`,"error")}};var rn=s(942);var on=s(4263);const an="GEMIUS";let cn;const ln=()=>{if(!cn){if(cn=!0,ue.Z.s(window.pp_gemius_identifier)){const e=window.pp_gemius_identifier.replace("USED_","");/^[\w.]{43}\.[\w.]{2}$/.test(e)||(0,Et.Z)({message:an,path:"IncorrectID",fileName:e},1,`Incorrect GEMIUS ID used: '${e}'.`,"error")}const e=[rt.BB,rt.TH,rt.Uv,rt.Uk];if((0,rn.z)()&&(0,rt.rS)(e)){const e=(0,on.Z)('script[src*="gemius.js"]');if(e){const t=e.getAttribute("src");/^https:\/\/[\w]+\.hit\.gemius\.pl\/xgemius\.js$/.test(t)||(0,Et.Z)({message:an,path:"IncorrectSrc",fileName:t},1)}else(0,Et.Z)({message:an,path:"TagMissing"},1)}}},dn="GEMIUS",un=()=>{const e="gemius";(0,Qs.Z)({withMeasurement:dn,id:e,src:"https://wp.hit.gemius.pl/xgemius.js",onLoad:()=>{Bs.default.gemiusSuccess=1,(0,S.Z)(dn,!0),(0,at.r)()&&window.pp_gemius_event((0,rn.z)()),ln()},onError:()=>{(0,U.o)(e),Bs.default.gemiusSuccess=0,(0,S.Z)(dn,!1),ln()}})},pn=()=>{const e=e=>{const t=window;t[e]=t[e]||((...s)=>{const n=t[`${e}_pdata`]||[];n.push(s),t[`${e}_pdata`]=n})};e("gemius_hit"),e("gemius_event"),e("pp_gemius_hit"),e("pp_gemius_event"),(0,rt.Hl)()!==rt.BB?un():y.Z.fill(un,"GEMIUS")},hn=()=>{if(!(0,R.IK)()){const e=window;(0,bt.Z)("wp_spa_config")&&(e.wp_pp_gemius_identifier=void 0,Bs.default.gemiusID=3),e.wp_pp_gemius_identifier?((0,rn.u)(e.wp_pp_gemius_identifier),pn(),Bs.default.gemiusID=2):e.pp_gemius_identifier?((0,rn.u)(e.pp_gemius_identifier),Bs.default.gemiusID=1):Bs.default.gemiusID=0}};var mn=s(8161),fn=s(3857),gn=s(9366),vn=s(5885),Zn=s(806),bn=s(2217),wn=s(7842),yn=s(9384);const Sn=e=>{if(!M.G6){const{history:t}=window;t.replaceState(t.state,document.title,e)}};var _n=s(71);const En=e=>{_n.Z.close();const{hostname:t,pathname:s}=(0,yn.Z)(e);tt(t+s,((e,t)=>{if((0,He.Z)(e)){const s=e[t];if((0,He.Z)(s)){const n=s.abtest;(0,Ee.Z)(n)&&(0,vn.V)(n),delete e[t]}}_n.Z.open()}))};var Cn=s(7902),In=s(6598);const On=(e,t)=>{const s=(0,Cn.Z)(),n=Object.entries(e).filter((([,e])=>(0,Ee.Z)(e))).reduce(((e,[t,n])=>(n!==s[t]&&(e[t]=n),e)),{});(0,He.Z)(n)&&(n.STac=t,(0,In.Z)("uid-sync",n,"uni2"))},Pn=e=>{(0,gn.N)(e),(0,vn.V)((e=>{const t=(0,yn.Z)(e).search;return(0,wn.Z)(t).abtest})(e))},An=()=>{var e;const{referrer:t}=document,{location:{href:s}}=window,n=null==(e=(0,bn.Z)())?void 0:e.type,r=(0,x.NB)(),o=r.noclean?s:(0,mn.K7)(s);(0,fn.H)(n);const{refabtest:i,statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d,STac:u}=r;(0,as.Ns)((e=>{e.persisted&&((0,Et.Z)({message:"HandleNavigation",path:"PageShowEventPersisted"}),(0,rt.Hl)()!==rt.BB&&window.location.reload())})),(0,vn.V)(i);const p={statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d};switch(t&&Object.values(p).some(Ee.Z)&&On(p,u),s!==o&&Sn(o),n){case"reload":(()=>{Bs.default.reload=!0;const e=(0,_.Z)("WPcrrf");Pn(e)})();break;case"back_forward":(e=>{Bs.default.backForward=!0;const t=(0,_.Z)("WPnxrf");(0,Zn.Z)(!0),t?((0,gn.N)(t),En(t),(0,C.Z)("WPnxrf")):Pn(e)})(t);break;default:Pn(t)}};var Ln=s(7626);const Tn="WParld";let kn=!1;const Dn=()=>((0,P.Z)((0,_.Z)(Tn))>0&&(kn=!0,(0,C.Z)(Tn)),kn&&(0,S.Z)("PV refreshed",!0),kn);var Rn=s(450);const Nn=()=>(0,Rn.ZF)("darkmode");var Vn=s(2014);const jn=(0,Ct.cu)("darkmode"),xn=(0,Ct.cu)("lightmode"),Mn=(e=!1)=>{(0,Rn.Kl)({darkmode:(0,Vn.Z)(e)}),(0,It.Z)((t=>{(0,Ct.aB)(t,jn,!!e),(0,Ct.aB)(t,xn,!e)}))()},$n=()=>{(0,k.b)((0,fe.zC)()),(0,fe.oO)(),Mn((0,Vn.Z)(Nn())),(0,at.W)(Dn()),(0,Ln.z)()};var Un=s(3121),Bn=s(1564),Fn=s(3574),Wn=s(7384);const zn=()=>{(0,Qs.Z)({src:"https://grid.grupawp.pl/console/wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",Hn)},Hn=e=>{67===e.which&&e.altKey&&e.shiftKey&&zn(),e.ctrlKey&&111===e.which&&zn()},Gn=()=>{document.addEventListener("keydown",Hn),(0,_.Z)("wpjslib-console-runOnStart",(e=>{"true"===e.value&&zn()})),(0,Wn.Z)("console=")||(0,Wn.Z)("console-ceph")?(()=>{const e=(0,x.qm)("console-ceph"),t=`${Fn.Z}wpjslib-console/`;"none"!==e&&(0,Qs.Z)({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",Hn)})():(0,Wn.Z)("console")&&zn()},qn="WPpds";var Jn=s(8083),Qn=s(6730),Kn=s(7003);const Yn=()=>{const{es6:e}=ct.default;if(!e){const e=(0,Kn.Z)(),t=(0,Kn.Z)("wpjslib6"),s=/std\.wpcdn\.pl\/(canary\/)?wpjslib6?\/wpjslib-(stat|sgap|mail|lite|inline|tags|amp|ecom|ecad|blackbox|media|gosync|sync)\.js$/;if(e){t?t.async||(0,Ce.Z)("Consider loading WPJSlib in ASYNC mode.",!0):(0,Ce.Z)("Consider using ES6 version of WPJSlib. ES5 version will be removed soon.",!0),e.crossOrigin||(0,Ce.Z)("Missing attribute 'crossorigin' for WPJSlib script tag.",!0);const n=e.src,r=(0,Qn.unmess)(n);n===r&&(0,Jn.rI)()&&(0,Jn._k)()&&(0,Et.Z)({message:"AAB",path:"DisabledSS"},100,"WPJSlib script source URL is not Uniformed.",!0),s.test(r)||(0,Et.Z)({message:"WPJSlibSource",path:`${e.async?"A":""}SYNC_${e.crossOrigin?"":"NO"}CORS`,fileName:r},100,"Invalid WPJSlib script source. Using random parameters in URL is an error.","error")}else(0,Ce.Z)("Missing attribute 'id=\"wpjslib\"' for WPJSlib script tag.",!0)}},Xn=()=>{Gn(),Yn(),(0,E.Z)(qn),(0,C.Z)(qn),(0,Ts.Z)("WPstcpng"),(0,Ts.Z)("WPwls"),(0,Ts.Z)("emxdigitaluid"),(0,Ts.Z)("STclk"),Ps._x?s.e(345).then(s.bind(s,3497)).then((({default:e})=>{e()})):(0,Un.aS)(Bn.TQ)};let er,tr;const sr=new Map;ct.default.registeredReadTimes=sr;const nr=()=>sr.get(er),rr=()=>tr;var or=s(5253);const ir=e=>{const{article:t,articleStart:s,articleRect:n}=e;if((0,or.Z)(t)){const t=Date.now();s&&(e.articleDuration+=t-s),(e=>{const t=(0,ls.Z)();if(e.height/t<.5)return e.top>=0&&e.bottom<=t;const s=Math.max(0,e.top);return(Math.min(t,e.bottom)-s)/t>=.5})(n)?e.articleStart=t:e.articleStart=0}};var ar=s(552),cr=s(2056),lr=s(7595);const dr=(e,t)=>{let s="dot.gif?";s=(0,ar.Z)(s,"Pos","readtime"),s=(0,ar.Z)(s,"SN",e.sn),s=(0,ar.Z)(s,"tm",e.duration),s=(0,ar.Z)(s,"tmi",e.counter);const n=rr();ue.Z.f(n)&&Object.assign(e,n(e));const{dotParams:r}=e;r.scroll=e.scroll,r.scrollh=e.scrollh,r.cscroll=e.cscroll,r.cheight=e.cheight,r.density=e.density,r.crcounter=e.crcounter,Ps._x&&e.article&&(r.ctime=e.ctime),e.fixCookie="WPtcs2,WPdp,statid,WPabs,WPci";const o={useBeacon:(0,lr.Z)(t)};return(0,cr.Z)(s,void 0,void 0,o,e)},ur="ReadTime",pr=({type:e}={})=>{const t=nr();if(t){const s=Date.now(),{timeStart:n=s}=t;if(n){const r=s-n,o=Math.max(Math.min(r,2147483647),0);if(o>0||0===o&&0===t.counter){if(Ps._x){ir(t);const{articleDuration:e}=t;t.ctime+=e,t.articleDuration=0,t.articleStart=0}t.counter+=1,t.timeStop=s,t.duration=o,t.total+=o,delete t.timeStart,dr(t,e)}}else(0,Et.Z)({message:ur,fileName:"HiddenNoTimeStart",path:e},1e3)}else(0,Et.Z)({message:ur,fileName:"HiddenNoReadTime",path:e},1e3)};var hr=s(4447),mr=s(5599);const fr=e=>{const t=e||(0,mr.Z)()||{},s=e||(0,Zs.Z)()||{};return Math.max(t.scrollHeight,t.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight)},gr=e=>{const t=e||(0,mr.Z)()||{},s=e||(0,Zs.Z)()||{};return Math.max(t.scrollWidth,t.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth)};var vr=s(8700);const Zr=(e,t)=>{const s=(0,or.Z)(e)&&e.getBoundingClientRect();if(s){const{top:n,left:r}=(0,vr.Z)(),o=(0,Ae.Z)();return o.top=s.top+n,o.left=s.left+r,t?(o.width=gr(e),o.height=fr(e)):(o.width=s.width,o.height=s.height),o.bottom=o.top+o.height,o.right=o.left+o.width,o.x=s.x+r,o.y=s.y+n,o}},br=e=>Math.max(0,Math.min(100,ue.Z.n(e)?e:NaN)),wr="ReadTime",yr=(0,x.qm)("hlArt"),Sr=(e,t)=>{const s="article"===(0,Rn.ZF)("ctype"),n=(0,bt.Z)("wp_content_selector")||"article";let{article:r}=e;if(r||(r=Array.from((0,on.Z)(n,!0)).pop(),e.article=r,s&&!r&&((0,Et.Z)({message:wr,fileName:"ArticleElementNotFound",campaign:n,path:t.type,slot:+e.articleNotInDOM},1e3),e.articleNotInDOM=(e.articleNotInDOM||0)+1)),yr&&(r.style.border="3px red solid"),(0,or.Z)(r)){e.articleInDOM=!0,e.articleRect=r.getBoundingClientRect(),e.containerRect=Zr(r,!0);const{articleRect:t,containerRect:s}=e,{height:n,top:o}=t,i=e.cscroll||0,a=e.cheight||0,c=(0,P.Z)((0,Rn.ZF)("cpageno")),l=(0,P.Z)((0,Rn.ZF)("cpagemax"));let d=0;if(c&&l>1)d=c/l*100;else{d=((0,ls.Z)()-o)/n*100}d=br(d),e.cscroll=Math.max(i,Math.floor(d)),e.cheight=Math.max(a,Math.floor(n))}else e.articleInDOM?s&&(0,Et.Z)({message:wr,fileName:"ArticleRemovedFromDOM",campaign:n,path:t.type},1e3):(e.cscroll=0,e.cheight=0,s&&(0,Et.Z)({message:wr,fileName:r?"ArticleElementNotInDOM":"ArticleElementNotMissing",campaign:n,path:t.type},1e3)),delete e.article},_r=e=>{const t=e.scroll||0,s=e.height||0,{top:n}=(0,vr.Z)(),r=(0,ls.Z)(),o=fr(),i=n+r,a=br(Math.floor(i/o*100));let c,l;o>s?(l=o,c=0):(l=s,c=t),a>c&&(c=a),e.height=l,e.scroll=c,e.scrollh=Math.floor(i)},Er="ReadTime",Cr=e=>{if(!document.hidden){const t=nr();t?(_r(t,e),Sr(t,e),Ps._x&&ir(t,e)):(0,Et.Z)({message:Er,fileName:"ScrollNoReadTime",path:e.type},1e3)}else(0,Et.Z)({message:Er,fileName:"ScrollDocumentHidden",path:e.type},1e3)},Ir=e=>{const t=nr();t?(t.timeStart||(t.timeStart=Date.now()),"register"===e.type&&(0,hr.C)()?(0,as._k)((0,It.Z)((()=>{Cr({type:"registerReady"})}))):Cr(e)):(0,Et.Z)({message:"ReadTime",fileName:"VisibleNoReadTime",path:e.type},1e3)},Or=()=>{(0,as.Um)(Cr),(0,as.XV)(Cr),(0,as.vv)(Ir),(0,as.hT)(pr),(0,as.mc)((e=>{!document.hidden&&pr(e)})),(0,as.uU)((e=>{!document.hidden&&pr(e)})),(0,as.Ns)((e=>{!document.hidden&&Ir(e)}))},Pr=(e,t)=>{Bs.default.spaReady?(0,Un.Hm)(e,t):(0,Et.Z)({message:"SPA",path:"SPANotInitialized",fileName:e},100,`SPA API was not initialized, but API method was used "${e}".`,"error")};let Ar=0,Lr=0,Tr=0;const kr=e=>{if(Bs.default.spaOmitFirstView)return void(Bs.default.spaOmitFirstView=!1);const t=(0,at.r)()?"page:refresh":"page:view",s=Date.now();if(s-Ar<100)return Lr+=1,void(3===Lr&&(0,Et.Z)({message:"SPA",path:"DispatchPageRequestedFast",fileName:t},1,"PV requested to fast.","error"));Ar=s,Tr+=1;const n=[rt.BB,rt.bL,rt.H9];100===Tr&&(0,rt.rS)(n)?window.location.reload():Pr(t,e)};var Dr=s(1114);let Rr,Nr;const Vr={mobile:"_mobile"},jr=e=>{["desktop","mobile"].includes(e)&&(Nr=e)},xr=e=>{(0,Ee.Z)(e)&&(Rr=e)},Mr=()=>{const e=Vr[Nr]||"",t=(0,hr.nj)()?"_dynamic":"";if((0,Ee.Z)(Rr)){const s=`${Rr}${e}${t}`;(0,fe.ut)(s)}};var $r=s(5467);let Ur;var Br=s(5786),Fr=s(4928),Wr=s(1756),zr=s(5212);const Hr="ReadTime",Gr=(e,t={})=>{const s={type:"register"};if(er!==e){const n=nr(),r=!document.hidden;(0,hr.nj)()&&!n&&(0,Et.Z)({message:Hr,fileName:"NoPrevReadTime",path:s.type},10),n&&(r?pr(s):(0,Et.Z)({message:Hr,fileName:"PrevDocumentHidden",path:s.type},1e3),delete n.article,(0,gn.N)(n.href));const o=(0,Ae.Z)();((e,t)=>{(0,Ee.Z)(e)&&!sr.has(e)&&(er=e,sr.set(er,t))})(e,o),o.duration=0,o.total=0,o.scroll=0,o.cscroll=0,o.dotParams=Object.assign({},(0,Rn.ZF)()),o.sn=(0,fe.W_)(),o.rekid=(0,$r.P)(),o.pvid=e,o.gmid=(0,rn.z)(),o.referrer=(0,gn.a)(),o.canonical=t.canonical||(0,Wr.Z)(),o.href=t.href||(0,zr.Z)(),o.dn=(0,hr.nj)(),o.counter=0,o.timeStop=0,Ps._x&&(o.articleStart=0,o.articleDuration=0,o.ctime=0),r?Ir(s):(0,Et.Z)({message:Hr,fileName:"NextDocumentHidden",path:s.type},1e3)}};var qr=s(4148);let Jr;const Qr=(e,t,s="top",n={})=>{let r=n,o=e;ue.Z.o(r)||(r={});const{generate:i}=r;if(!s&&!i)return;(0,Ee.Z)(o)&&(o=o.replace(/(_dynamic)+/g,"_dynamic"),!Bs.default.spaReady&&/_dynamic$/.test(o)&&(0,Un.Hm)("page:close"),(0,fe.ut)(o));const a=o||(0,fe.W_)();if(!(0,fe.GD)(a))return;const c={};(0,He.Z)(t)&&(t.contentSelector&&((0,Ie.Z)("wp_content_selector",t.contentSelector),delete t.contentSelector),(t.href||t.canonical)&&(c.canonical=t.canonical,c.href=t.href,delete t.canonical,delete t.href),(0,Rn.Kl)(t)),"autorefresh"!==s&&"top"!==s||(qr.Z.length=0,(0,Br.hW)(),Gr((0,Br.Vq)(),c),r.useMimeType=!0,ue.Z.f(Jr)&&(r.onError=()=>{Jr(0),r.onLoad=void 0,r.onError=void 0},r.onLoad=()=>{Jr(1),r.onLoad=void 0,r.onError=void 0}));let l="dot.gif?";return i?(l=(0,ar.Z)(l,"Pos","[[ACTION]]"),l=(0,ar.Z)(l,"SN","[[SN]]")):(l=(0,ar.Z)(l,"Pos",s),l=(0,ar.Z)(l,"SN",a),setTimeout((()=>{Fr.Z.open()}),16)),(0,cr.Z)(l,void 0,void 0,r,c)},Kr=()=>Qr(void 0,void 0,void 0,{generate:!0}),Yr=Qr,Xr=()=>{const e=[rt.BB,rt.TH,rt.Uv];return(0,rt.rS)(e)?"click":""},eo="GEMIUS";let to,so;const no=(e,t)=>{const s=t.gemius,{hit:n}=so;if(n){let e;if(null!=s&&s.hit&&(e=n[s.hit],s.hit!==(0,Rn.ZF)("ctype")&&(0,Et.Z)({message:eo,path:"SPANotUsingCTYPE",fileName:s.hit},1e5)),!e){const{inne:t,other:s}=n;e=t||s,e&&(0,Et.Z)({message:eo,path:"SPAUsingOTHER",fileName:t?"inne":"other"},1e4)}e?((0,Os.Z)("gemius_hit"),Bs.default.gemiusID=2,(0,rn.u)(e),to?(0,at.r)()||window.gemius_hit(e):(pn(),to=!0)):(Bs.default.gemiusID=0,(0,Et.Z)({message:eo,path:"SPAMissingIdentifier"},1e3,`${eo}: Missing SPA identifier`))}else(0,Et.Z)({message:eo,path:"SPAMissingConfig"},1e5,`${eo}: Missing SPA config`)},ro=e=>{(0,R.IK)()||(0,He.Z)(e)&&(so=e,(0,Un.ME)(no),(0,Un.SG)(no))},oo=(e,t)=>{(0,hr.oh)(),t&&(xr(t.base),((e=(0,Ae.Z)(),t=!1)=>{const{bunch:s,ctype:n}=e;if((s||n)&&(0,He.Z)(Ur)){const r=Ur[s]||Ur[n];r?(e.bunchID=r,(0,$r.P)()&&!t||(0,$r.q)(r)):(0,Et.Z)({message:"SPA",path:"MissingViewTypeREKID",fileName:`${n}|${s}`},100,`SPA: Missing REKID for view type "${s||n}".`,"error")}})(t,!0),delete t.base,delete t.bunch),Mr(),(0,Rn.Qj)({})},io=(e,t)=>{const s=t.dot;oo(0,s),Dr.WP.push((()=>{Yr(void 0,s,"top")}))},ao=(e,t)=>{const s=t.dot;oo(0,s),Dr.WP.push((()=>{Yr(void 0,s,"autorefresh")}))},co=e=>{const{platform:t}=e,s=e[t],n=s.dot,r=s.gemius;var o;jr(t),xr(n.base),o=n.bunches,Ur=o,(0,Rn.Kl)(n.params),ue.Z.s(n.type)||(n.type=(0,bt.Z)("wp_dot_type")||Xr()),(0,Ie.Z)("wp_dot_type",n.type),Mr(),ro(r),(0,Un.aS)(hr.I3),(0,Un.ME)(io),(0,Un.SG)(ao)},lo="SPA",uo=e=>{if(!Bs.default.spaReady)if(e){const t=e.config;if(ct.default.siteConfig=t,t)return Bs.default.spaReady=!0,(0,S.Z)(lo,!0),co(t),(0,H.Z)("PageView",$n),Lt(!0),!0;(0,Ce.Z)(`${lo}: Missing site config`,!0)}else(0,Ce.Z)(`${lo}: Missing data`,!0)},po=()=>{const e=(0,bt.Z)("wp_spa_config");if(e){(0,Et.Z)({message:"SPA",path:"HeadConfig"},1e4);if(uo({config:e})){const{payload:t}=e;if(t)kr(t),(0,Et.Z)({message:"SPA",path:"ConfigPayload"},1e4);else{const e=(0,Rn.ZF)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};kr(t),Bs.default.spaOmitFirstView=!0}return!0}}};var ho=s(7834),mo=s(1144),fo=s(8510);const go=()=>{if(!$e.pt){const e=(0,fe.W_)(),t=(0,Z.Rn)();if(e&&t){const s=(0,zs.Z)(e,{local_statid:t},"sa22ping",{give:!0}).queryGET,n=(0,Qn.mess)({url:s,forceDomain:Es.Z});(0,fo.Z)({method:"hub",action:"sa22ping",src:n})}}},vo=()=>{let e=0;ue.Z.n(Bs.default.gafDirect)&&(e=Bs.default.gafDirect?2:1),Bs.default.SA51state=e,(new Image).src=(0,Qn.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",length:350,forceDomain:Es.Z})},Zo=e=>new Promise((t=>{if($e.Ny)t();else{const s=(0,ys.Z)(e,"cookie");Ss.Z.set(s,t,"cookie")}})),bo=e=>{Bs.default.dotSuccess=e,(0,Z.OB)(),Zo(mo.Z),vo(),go()};var wo=s(4033);const yo=(e,t)=>Object.fromEntries(Object.entries(e).map(t)),So=(e,t={})=>{let s=e;const n=yo(t,(([e,t])=>[mn.Mn[e]||e,t])),r=(0,wo.Z)(n,!0,!1);return r&&(s=s.split("#").slice(0,1).join(""),s=(0,ar.Z)(s,r,!1,!0,!0)),s};let _o,Eo;const Co=e=>{Eo&&_o&&(Sn(_o),Eo=!1),(0,mr.Z)().removeEventListener("mousemove",Co),window.removeEventListener("blur",Co)},Io=()=>{(0,mr.Z)().addEventListener("mousemove",Co),window.addEventListener("blur",Co)},Oo=({target:e})=>{e.removeEventListener("contextmenu",Oo),Io()},Po=["statid","GRwpuuid","GRo2uuid","GRoluuid","STac"],Ao=()=>{const e=(0,Cn.Z)(),t={};return Po.forEach((s=>{const n=e[s];n&&(t[s]=n)})),t},Lo=(e,t,s)=>{if((0,M.KD)()&&!e&&t&&!de.Z){const e=Object.assign({},(0,x.NB)(),Ao());Object.keys(e).forEach((t=>{s.includes(`${t}=`)&&delete e[t]}));const t=(0,wo.Z)(e,!0),n=!(0,x.qm)("wplib")&&(0,Wn.Z)("wplib")&&`${t}&wplib`;if(t){return(0,ar.Z)(s,n||t,!1,!1,!0)}return s}return s};var To=s(9372);const ko=new Date,Do=(0,bt.Z)("wp_onepager"),Ro=(0,x.qm)("forceUniSync"),No=(e={})=>{const{statTag:t,linkHref:s,linkTitle:n,linkIndex:r,sameSite:o,mouseButton:i,imageSource:a,sourceData:c,toNewWindow:l,params:d,linkNode:u}=e;let p="clk.gif?";p=(0,ar.Z)(p,"xd",(0,fe.W_)()),p=(0,ar.Z)(p,"dt",new Date-ko),t&&(p=(0,ar.Z)(p,"yd",t,!0)),s&&(p=(0,ar.Z)(p,"tg",(0,To.Z)(s),!0),(0,O.Z)("WPnxrf",s)),n&&(p=(0,ar.Z)(p,"tt",n,!0)),r&&(p=(0,ar.Z)(p,"epos",r)),a&&(p=(0,ar.Z)(p,"is",a,!0)),i&&(p=(0,ar.Z)(p,"btt",i));const h=Object.assign(d||{},(0,Rn.ZF)()),m=u&&2===i,f=null==u||null==u.getAttribute?void 0:u.getAttribute("href"),g=o&&/^(https?:)?\/\//i.test(f)&&!Do,v=[!o,l,m,o&&!Bs.default.spaReady&&!Do,g].some(Boolean),Z=Object.assign({},c),b=(0,me.KF)();return b&&(Z.abtest=b),((0,ge.vj)(100)||Ro)&&f&&(u.href=Lo(o,u,f)),(0,He.Z)(Z)&&(Co(),v&&(({referrerParams:e,rightClickOnLinkNode:t,linkNode:s,toNewWindow:n})=>{_o=window.location.href;const r=So(_o,e);Sn(r),Eo=!0,t?s.addEventListener("contextmenu",Oo):(n&&setTimeout(Io),(0,as.hT)(Co))})({referrerParams:Z,rightClickOnLinkNode:m,linkNode:u,toNewWindow:l})),(0,cr.Z)(p,void 0,void 0,void 0,{dotParams:h})},Vo=e=>{let t=e;for(;t;){if(["A","AREA"].includes(t.tagName))return t.href?t:void 0;t=t.parentNode}};var jo=s(7560);const xo=({dataset:e})=>{const t=e.stClk;if(t){const e=(0,jo.Z)(t)||{};return e&&(e.sgsvid=(0,Rn.ZF)("svid")),e}},Mo=(0,ge.Nu)(5,!0,!0),$o=e=>!!e[Mo],Uo=e=>{let t=e;for(;t;){if(t===document)return;if($o(t))return"Adv";const{stArea:e}=t.dataset;if(e)return`ST-${e}`;t=t.parentNode}},Bo=e=>{let t=e;for(;t;){if(t===document)return;const e=(0,P.Z)(t.dataset.stEpos);if(e)return e;const{parentNode:s}=t;if(s&&"UL"===s.tagName&&"LI"===t.tagName)return[].indexOf.call(s.querySelectorAll("li"),t)+1;t=s}},Fo=(e,t,s)=>{const{ctrlKey:n,shiftKey:r,metaKey:o}=e;return 3===t||1===t&&(n||r||o||["_blank","_new"].includes(s.target))};var Wo=s(9721);const zo=e=>(0,Ee.Z)(e)?(0,on.Z)(e):e,Ho=(e,t)=>{const s=zo(t);return null==s?void 0:s.contains(e)},Go=(e,t)=>e.classList.contains(t),qo="CommercialBreak",Jo=e=>{if((0,or.Z)(e)){const{href:s,target:n}=e;return!((0,Wo.C)(e)||(e=>["header","#header",".header","footer","#footer",".footer","#account",".w3gallery-c .img-c",'[data-st-area="Naglowek"]','[data-sta-area="Stopka-mob"]'].some((t=>Ho(e,t))))(e)||(e=>e.indexOf("#")>-1||"javascript:void(0)"===e||e.indexOf("?s=")>-1||/poczta.wp.pl/.test(e)||/www.research.net\/r\/SGHBZ63/.test(e)||/www.research.net\/r\/SZKYJJV/.test(e))(s)||(t=e,Go(t,"btn-comments")||Go(t,"close")||/pogoda.wp.pl/.test(t.href)&&(Go(t,"tab")||Ho(t,".links.location-map-links"))||(0,M.QT)()&&"gallery"===(0,Rn.ZF)("ctype")&&t.getAttribute("data-st-area")&&t.getAttribute("data-st-area").match(/gallery-next|gallery-prev|gbot-next/))||"_blank"===n||$o(e))}var t;(0,Et.Z)({message:qo,path:"missing link element"},100,`Missing clicked link element for ${qo}.`,!0)},Qo={0:1,1:3,2:2},Ko=({button:e})=>Qo[e],Yo=e=>{const t=Vo(e.target);if(!t)return;const s=Uo(t);if("Adv"===s)return;const n=Ko(e),{location:{hostname:r,pathname:o}}=window,{hostname:i,pathname:a,protocol:c,onclick:l,title:d,textContent:u,href:p,source:h}=t,m=t.getAttribute("onclick"),f=Fo(e,n,t);if(!f&&(m||"javascript:"===c||r+o===i+a))return;const g=t.querySelector("img"),v=(0,To.Z)(null==g?void 0:g.src),Z=(0,To.Z)((d||u||"notitle").trim(),128),b=Bo(t),w=e.pageY,y=Number(Jo(t)),S=Object.assign({cb:y,ypos:`${Math.floor(w/100)}`},(0,Rn.ZF)(),xo(t)),_=(e=>e.includes("src01=20804")&&!e.includes("refabtest=")?(0,ar.Z)(e,"refabtest",(0,me.KF)(),!0):e)(p);_!==p&&(t.href=_);const E=h||{};(0,bt.Z)("wp_sg_first")&&(E.isSGFirst=!0);No({statTag:s,linkHref:_,linkTitle:Z,linkIndex:b,mouseButton:n,imageSource:v,sourceData:E,toNewWindow:f,sameSite:r===i,params:S,linkNode:t})},Xo=e=>{(e=>{Jr=e})(bo);const t=(0,bt.Z)("wp_pvid");(0,Br.hW)(!0,t),(0,Rn.Kl)(),(0,ho.w)(),Fr.Z.fill((()=>{(0,Os.Z)("DOTDamOpen"),t&&(0,Et.Z)({message:"Stat",path:"ExistingPVID"},1e3)}));let s=!1;ue.Z.f(e)&&(s=(0,H.Z)("SPAHeadConfig",e));const n=(0,bt.Z)("wp_dot_type"),r=(0,bt.Z)("wp_dot_send");ue.Z.u(r)&&(0,Ie.Z)("wp_dot_send",Us.Z),ue.Z.s(n)||(0,Ie.Z)("wp_dot_type",Xr()),(0,bt.Z)("wp_dot_type").includes("click")&&document.addEventListener("mousedown",Yo),!s&&(0,bt.Z)("wp_dot_send")&&((0,hr.oh)(),Dr.WP.push((()=>{Yr(void 0,void 0,(0,at.r)()?"autorefresh":"top")})))};var ei=s(4677),ti=s(2948),si=s(3754);const ni=(e,t=[])=>new Promise((s=>{$e.Ny?s():Ss.Z.get(e,(({values:e})=>{(0,xe.Z)(e,((e,s)=>{"statid"===e&&(0,si.Q)(s),s?(0,Ze.Z)(e,s):t.includes(e)&&(0,Ts.Z)(e)})),s(e)}),"cookie")})),ri=()=>{ei.Z.close();const e=["statid","STac","WPabs",...ti.Z],t=[...ti.Z];ni(e,t).then((e=>{ei.Z.open()}))};var oi=s(2773),ii=s(713),ai=s(5435),ci=s(9333);const li=["rekstaging","kaflog",...ti.Z],di=["STac","ACac2","OAX","RMFL",ai.Z,"WPabs",...Object.values(oi.C),oi.i,...ci.Z],ui=[...ii.Z,...mo.Z,...di,...li];let pi=!1,hi=!1;const mi=e=>{null==e||e.type;pi||(pi=!0,Zo(di).then((e=>{pi=!1})))},fi=(e,t)=>{null==e||e.type;hi||(hi=!0,ei.Z.close(),ni(ui,li).then((e=>{ei.Z.open(),hi=!1,ue.Z.f(t)&&t()})))},gi=()=>{const e=()=>{(0,as.Ns)(fi),(0,as.uU)(mi),(0,as.vS)("pageshow",e)};(0,as.Ns)(e),fi({type:"init"},(()=>{(0,as.vv)(fi),(0,as.hT)(mi),(0,Un.aS)(mi)}))},vi=()=>{if($e.Ny)return void ei.Z.open();Qn.domains.uniformDomains.includes(window.location.hostname)?gi():ri()},Zi=()=>({debug(e,...t){},issue(e,t){(0,Ce.Z)(e,!0),t&&(0,Et.Z)(t,1e4)},error(e){(0,Ce.Z)(e,"error")}}),bi=()=>{const e="no",t="testMess",s=(0,x.qm)("keepMess"),n=(0,x.qm)("_bb"),r="0"===(0,x.qm)("_aa")&&!n||(0,M.Rf)(),o=s!==e&&(0,_.Z)(t),i=r?e:(0,x.qm)(t)||o,a=!(de.Z||i===e||n);return s&&(s===e?(0,C.Z)(t):i&&(0,O.Z)(t,i)),{testDomain:i,enabled:a}},wi=/(\/wpjslib-chunk-.*)/,yi=e=>wi.test(e),Si=(e,t)=>()=>{const s=e=>function(s){const n=t(this,s),r=s!==n?n:s;e.call(this,r)};(0,xe.Z)(e,((e,t)=>{const n=t[1],r=window[`HTML${t[0]}Element`].prototype,o=Object.getOwnPropertyDescriptor(r,n);null!=o&&o.configurable&&Object.defineProperty(r,n,{set:s(o.set)})}))},_i=(0,x.qm)("_bb"),Ei=Si({SCRIPT:["Script","src"]},((e,t)=>{let s=t;return yi(s)&&(s=_i?s:(0,Qn.mess)(s),e.setAttribute("crossorigin","anonymous"),e.crossOrigin="anonymous"),s})),Ci=[];ct.default.messData=Ci;const Ii=()=>{const{hostname:e}=window.location,t=[...Qn.domains.uniformDomains,...Qn.domains.aabDomains].includes(e);(0,Jn.gS)(t);const{enabled:s,testDomain:n}=bi();(0,Jn.gL)(s),(0,Qn.setCustomLogger)(Zi()),(0,Qn.set)((0,Ms._X)()?Es.Z:e,(0,M.KD)(),!1,{enabled:s,testDomain:n,collector:e=>Ci.push(e)}),Ei()};var Oi=s(6157),Pi=s(297),Ai=s(9374),Li=s(6516),Ti=s(5147);const ki=()=>{Ti.Z.forEach((({observations:e})=>{(0,xe.Z)(e,((e,t)=>{null!=t&&t[Ai.ix]&&(0,Li.Z)(t[Ai.ix])}))}))};var Di=s(9393);const Ri=()=>{(0,Di.Z)()||((0,as.DH)(Oi.SR),(0,as.nr)(Oi.SR))},Ni=()=>{Ri(),(0,as.vv)((()=>{(0,Pi.e)(),(0,Oi.lQ)()})),(0,as.hT)((()=>{(0,Oi.lQ)(),ki()}))};var Vi=s(4972),ji=s(677),xi=s(6814);const Mi=()=>{const e=(...e)=>{const t=Object.values(Vi.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,ji.ec)(t),(0,xi.Z)(...e)};(0,Vi.ot)(),(0,as.hT)(e),(0,as.uU)(e),(0,as.mc)(e,!0),(0,Un.aS)(e,!0),(0,ji.lH)()},$i=e=>{const t=(0,bt.Z)("wp_defer_vendors");(0,Ee.Z)(t)?(window.addEventListener(t,(()=>{e()}),{once:!0}),(0,Et.Z)({message:"DeferVendors",path:t},1e4)):e()};var Ui=s(5888),Bi=s(2226),Fi=s(3298);const Wi=(e,t)=>{const{action:s,name:n,value:r,expires:o}=e;if((0,Ee.Z)(n))switch(s){case"set":(0,Ze.Z)(n,r,o&&new Date(o));break;case"get":e.value=(0,le.Z)(n);break;case"remove":(0,Ts.Z)(n);break;default:(0,Je.Z)(e,We.$n)}else(0,Je.Z)(e,We.aW);ue.Z.f(t)&&t(e)},zi=(0,Bi.Z)(),Hi=!Be.Z||$e.Ny,Gi=(e,t,s,n,r)=>{const o={method:"cookie",action:e,name:t,value:n,cb:s,expires:r};(0,Fe.Z)(o,s,zi,Hi,Wi,"Cookie")},qi={set:(e,t,s,n)=>{Gi("set",e,s,t,n)},get:(e,t)=>{Gi("get",e,t)},remove:(e,t)=>{Gi("remove",e,t)}},{set:Ji,get:Qi,remove:Ki}=qi,Yi=()=>{(0,Et.Z)({message:"AAB",path:"educate"},1),s.e(416).then(s.bind(s,4183)).then((({default:e})=>{e()})).catch((e=>{(0,B.Z)(e,"TutorialBoard")}))};var Xi=s(3448);const ea=()=>{const e=(0,ts.SU)();return!!e&&(4!==e.policyVersion||!e.vendorListVersion)},ta=e=>{let t=e;if((0,Ee.Z)(e)){const s=e=>{if("${GDPR}"===e){const e=(0,ts.zC)();return ue.Z.u(e)?1:(0,Vn.Z)(e)}return e.includes("_CONSENT_")?(0,ts.do)()||"":e.includes("ADDTL")?(0,ts.cG)()||"":e.includes("LIMITED")?(0,Vn.Z)(!(0,Xi.Z)(755,[1])):""};t=e.replace(/\$\{(GDPR(_CONSENT_\d+)?|ADDTL_CONSENT|LIMITED_ADS)\}/gi,s)}return t},sa=e=>{(0,R.j5)()||y.Z.fill(e)};var na=s(3203),ra=s(1049);const oa=(e,t={})=>{let s="media.gif?";const n={},r=e.par||{},{rekid:o}=e;delete e.rekid,delete e.par;["mn","mt","mfr","mu"].forEach((t=>{e[t]&&(n[t]=e[t],delete e[t])})),s=(0,ar.Z)(s,"SN",(0,fe.W_)()),(0,He.Z)(e)&&(s=(0,ar.Z)(s,(0,wo.Z)(e))),Object.assign(r,(0,Rn.ZF)()),t.media=(0,wo.Z)(n);const i={rekid:o,dotParams:r,version:"4"};return(0,cr.Z)(s,void 0,void 0,t,i)};var ia=s(9846);const{get:aa,set:ca,remove:la}=et;var da=s(2647),ua=s(7174);const pa=(0,Ae.Z)(),ha=(e,t,s=!1)=>{(0,ua.Z)(Dr.WP,e,t,s),pa[e]=t},ma=(e,t)=>{ha(e,t)},fa=e=>(Object.freeze&&Object.freeze(e),e),ga=()=>{ma("cookie",fa(r)),ma("cookieXD",fa(o)),ma("storage",fa(u)),ma("storageXD",fa(p)),ma("abtests",fa(n)),ma("crux",fa(i)),ma("env",fa(a)),ma("gdpr",fa(c)),ma("stat",fa(d)),ma("performance",fa(l)),ma("utils",fa(h))};var va=s(8820),Za=s(8720),ba=s(1511),wa=s(5146);const ya=()=>{ma("classManager",fa(m)),ma("viewability",fa(f))},Sa=()=>{ma("addHandler",as.Hj),ma("removeHandler",as.vS)};var _a=s(204);const Ea=(e,t=!0)=>{if(!(0,_e.Z)(e)||e.some((e=>!ue.Z.f(e))))return void(0,Ce.Z)("Invalid promise chain to run sequentially",!0);const s=[],n=(e,t)=>(s.push({resolved:t,rejected:!t,returned:e}),Promise.resolve(e)),r=e=>n(e,!0),o=e=>n(e,!1);return e.map((e=>(...t)=>e(...t))).reduce(((e,s)=>{const n=e.then(s).then(r);return t?n:n.catch(o)}),Promise.resolve()).catch(o).then((()=>s))};let Ca=Promise.resolve();const Ia=(e,t=!0,s)=>{const n=tn(e);if((0,_e.Z)(n)){const e=n.filter((e=>(0,Ee.Z)(e))).map((e=>e.replace(/\s/g,""))).filter((e=>(0,Ee.Z)(e))).map((e=>(0,Qn.mess)({url:ta(e)})));if(t)e.forEach((e=>(0,_a.Z)({src:e,onLoad:()=>{ue.Z.f(s)&&s()},onError:()=>{ue.Z.f(s)&&s()}})));else{const t=e.map((e=>()=>new Promise(((t,n)=>{(0,_a.Z)({src:e,onLoad:()=>{ue.Z.f(s)&&s(),t()},onError:()=>{ue.Z.f(s)&&s(),n()}})}))));Ca=Ca.then((()=>Ea(t,!1)))}}};var Oa=s(6901),Pa=s(853),Aa=s(7159);const La="IframeFactory",Ta=(e,t,s)=>{const n="width",r="height",o="error",i="load",a="html,body{margin:0;padding:0;}",c={scrolling:"no",frameborder:"0"},l=La+(0,ge.Nu)(6,!0);let d,u,p,h,m,f,g,v,Z,b,w,y,S,_,E,C,I,O,P=a;const A=()=>{if(!O)try{u=d.contentWindow}catch(e){}return u},L=()=>{if(A(),!O)try{p=d.contentDocument}catch(e){}return p},T=e=>{d.removeEventListener(o,T),f&&f(e,v)},k=e=>{h||(d.removeEventListener(i,k),h=!0,g&&g(v))};return(()=>{d=(0,Aa.Z)("iframe"),(0,Ct.Cj)(d,(0,Ct.cu)(l,t)),(0,Ct.Vx)();const a=Object.assign(c,e);C=c[n],I=c[r],(0,xe.Z)(a,((e,t)=>{d.setAttribute(e,t)})),Object.assign(d.dataset,s),d.addEventListener(i,k),d.addEventListener(o,T)})(),{setAutoResize:(e,t,s,o,i)=>{_=0,Z=e,b=t,w=s,y=o||500,S=i||3,Z&&b&&(E=setInterval((()=>{(()=>{if(L(),_<S){if(p){const e=p.body;if(e){let t=e.scrollWidth,s=e.scrollHeight;t=t>Z&&t>0?t:Z,s=s>b&&s>0?s:b,C===t&&I===s||(C=t,I=s,d[n]=t,d[r]=s,d.style[n]=`${t}px`,d.style[r]=`${s}px`,w({[`${n}!`]:t,[`${r}!`]:s}))}}_+=1}else w=null,clearInterval(E)})()}),y))},getDocument:L,getWindow:A,getIframe:()=>d,setStyle:e=>{P=e},setBase:e=>{m=e},resetBodyStyle:()=>{if(L(),p){const e=p.querySelector("head");e&&(0,Pa.Z)(e,`<style id='iaq_if'>${a}</style>`)}P=a},appendTo:e=>{e&&e.appendChild(d)},write:e=>{if(L(),p){let t="";m&&(t+=`<base href="${m}${/\/$/.test(m)?"":"/"}" />`),P&&(t+=`<style>${P}</style>`);try{p.open(),p.write(t+e),p.close()}catch(e){}}},load:(e,t)=>{g=ue.Z.f(e)?e:t,ue.Z.s(e)&&(d.setAttribute("src",e),v=e)},error:e=>{ue.Z.f(e)&&(f=e)},postMessage:(e,t)=>{if(A(),!O)try{u.postMessage(e,t||"*")}catch(e){(0,Ce.Z)(`${La} postMessage error: ${null==e?void 0:e.message}`)}},destroy:()=>{clearInterval(E),(0,Ct.jo)(l),d.removeEventListener(i,k),d.removeEventListener(o,T),d.setAttribute("src","about:blank"),d.remove(),u=null,p=null,O=!0}}},ka=()=>{ma("follow",Ia),ma("getScript",Qs.Z),ma("getStylesheet",Oa.Z),ma("iframeFactory",Ta),ma("registerApi",ma),ma("captureError",B.Z),ma("isOfType",ue.Z)},Da=()=>{const e=pa["player"];return e?e.list:[]},Ra=()=>{const e=nr();if(e){const t=e.timeStart?Date.now()-e.timeStart:0;e.currentTotal=Math.round((e.total+t)/1e3)}return e};let Na=0;const Va=["pageview","pageviewVpv","unload","unloadVpv"],ja=["user","page","content","site","source"],xa=e=>{if(ue.Z.o(e)){const{event:t,toIgnore:s=[]}=e;delete e.toIgnore,"unload"!==t&&"unloadVpv"!==t||(ei.Z.open(),Fr.Z.open()),ei.Z.fill((()=>{Fr.Z.fill((()=>{if(Va.includes(t)){((e,t)=>{ja.filter((e=>!t.includes(e))).forEach((t=>{e[t]=e[t]||{}}))})(e,s);const{user:r,page:o,content:i,site:a,source:c}=e;if("pageview"===t&&(s.includes("user")||(r.id=r.id||{},r.id.statId=(0,Z.Rn)()||"",r.id.audienceId=(0,le.Z)("STac")||"",r.hasAdblock=(0,w.VP)()),s.includes("site")||(a.cms=(0,Rn.ZF)("csystem")||"",a.frontendPlatform=(0,rt.Hl)()||"")),("pageview"===t||"pageviewVpv"===t)&&(e.abTesting=(0,me.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.includes("page")||(o.pvId=(0,Br.Vq)()||"",o.templateType=o.templateType||(0,Rn.ZF)("ctype")||""),s.includes("content")||(i.category=i.category||{},i.category.IAB=((0,Rn.ZF)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,Rn.ZF)("ccategory")||""),i.tags=(n=(0,Rn.ZF)("ctags")||"",decodeURIComponent(n).replace(/\s*[,;]+\s*/g,"|")),ue.Z.u(i.pageCount)?i.pageCount=(0,Rn.ZF)("cphotomax")||(0,Rn.ZF)("cpagemax")||"":(0,P.Z)(i.pageCount)<1&&(i.pageCount="")),!s.includes("source"))){const e=(0,gn.a)(),t=(0,yn.Z)(e).search,s=(0,Zn.b)()?{}:(0,wn.Z)(t);c.area=c.area||s.wga_sa&&decodeURIComponent(s.wga_sa)||null,c.recommendationType=c.recommendationType||s.wga_srt&&decodeURIComponent(s.wga_srt)||null,c.isSGFirst=c.isSGFirst||s.wga_isSgFirst&&decodeURIComponent(s.wga_isSgFirst)||null}if("unload"===t||"unloadVpv"===t){const t=Da().length;if(t>Na?(e.eventLabel=!0,Na=t):e.eventLabel=!1,!s.includes("content")){const e=Ra();e&&(i.readTime=e.currentTotal||0,i.contentHeightPixels=e.height||0,e.cscroll&&!i.cScrollPercent&&(i.cScrollPercent=e.cscroll),e.scroll&&!i.scrollPercent&&(i.scrollPercent=e.scroll)),i.unloadIndicator=1,ue.Z.u(i.pageViewCount)?i.pageViewCount=(0,Rn.ZF)("cphotono")||(0,Rn.ZF)("cpageno")||"":(0,P.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}}(e=>{ja.forEach((t=>{(0,He.Z)(e[t])||delete e[t]}))})(e)}var n;if((0,Xs.Z)().push(e),"pageview"===t||"pageviewVpv"===t)try{(0,zs.Z)(!1,{event_pageview:JSON.stringify(e)},"gtm_datalayer")}catch(e){}}))}))}};var Ma=s(9126);const $a=(0,Wn.Z)("PWPDebug"),Ua=[],Ba=e=>{const t=(0,Ma.Z)(e);xa(t.ga)},Fa=(e={},t=!1,s=400)=>{const n=(0,Ma.Z)(e);if(xa(n.ga),ue.Z.f(t)){if($a)return void Ua.push(t);t()}},Wa=(e={},t=!1,s=200)=>{const n=(0,Ma.Z)(e);if(xa(n.ga),(0,xs.Is)(),t){if($a)return void Ua.push(t);t()}},za=e=>{Pr("page:close",e)},Ha=()=>{ma("pwp",fa(g)),ma("spa",fa(v))},Ga=()=>{(0,me.ZP)(),(0,as.ZP)(),(0,H.Z)("HandleNavigation",An),(0,H.Z)("StatidExists",Z.YH),(0,H.Z)("PageView",$n),Lt(),(0,H.Z)("ConsentStart",js),(0,H.Z)("CookieInfoLoader",Ws),(0,H.Z)("Uniform",Ii),(0,H.Z)("AAB",he),hn(),Mi(),(0,H.Z)("SyncUniform",vi),(0,H.Z)("Stat",Xo,po),Or(),Ni(),(0,xs.ZP)(),ka(),Sa(),ga(),ya(),Ha(),nn(),$i(Ys),qs(),Xn()}},1114:(e,t,s)=>{"use strict";s.d(t,{WP:()=>a,y:()=>c});var n=s(5394),r=s(7174),o=s(6539);const i=(e="WP")=>{const t=(0,o.Z)(e)||[];return{APIObject:t,flush:()=>{const s=e=>{try{e()}catch(e){(0,n.Z)(e,"flush")}};for((0,r.Z)(window,e,t);t.length;)s(t.shift());(0,r.Z)(t,"push",s)}}},{APIObject:a,flush:c}=i("WP")},1710:(e,t,s)=>{"use strict";s.d(t,{Ew:()=>D,gI:()=>R,E9:()=>N});class n extends Error{constructor(e){super(e),this.name="EncodingError"}}class r extends Error{constructor(e){super(e),this.name="DecodingError"}}class o{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new n("Invalid bitField");const t=e.length%this.LCM;e+=t?"0".repeat(this.LCM-t):"";let s="";for(let t=0;t<e.length;t+=this.BASIS)s+=this.DICT[parseInt(e.substr(t,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new r("Invalidly encoded Base64URL string");let t="";for(let s=0;s<e.length;s++){const n=this.REVERSE_DICT.get(e[s]).toString(2);t+="0".repeat(this.BASIS-n.length)+n}return t}}class i{static langSet=new Set(["AR","BG","BS","CA","CS","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HR","HU","IT","JA","LT","LV","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SR-LATN","SR-CYRL","SV","TR","ZH"]);has(e){return i.langSet.has(e)}parseLanguage(e){const t=(e=e.toUpperCase()).split("-")[0];if(e.length>=2&&2==t.length){if(i.langSet.has(e))return e;if(i.langSet.has(t))return t;const s=t+"-"+t;if(i.langSet.has(s))return s;for(const s of i.langSet)if(-1!==s.indexOf(e)||-1!==s.indexOf(t))return s}throw new Error(`unsupported language ${e}`)}forEach(e){i.langSet.forEach(e)}get size(){return i.langSet.size}}class a{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class c{clone(){const e=new this.constructor;return Object.keys(this).forEach((t=>{const s=this.deepClone(this[t]);void 0!==s&&(e[t]=s)})),e}deepClone(e){const t=typeof e;if("number"===t||"string"===t||"boolean"===t)return e;if(null!==e&&"object"===t){if("function"==typeof e.clone)return e.clone();if(e instanceof Date)return new Date(e.getTime());if(void 0!==e[Symbol.iterator]){const t=[];for(const s of e)t.push(this.deepClone(s));return e instanceof Array?t:new e.constructor(t)}{const t={};for(const s in e)e.hasOwnProperty(s)&&(t[s]=this.deepClone(e[s]));return t}}}}class l extends Error{constructor(e,t,s=""){super(`invalid value ${t} passed for ${e} ${s}`),this.name="TCModelError"}}var d,u,p,h;!function(e){e[e.NOT_ALLOWED=0]="NOT_ALLOWED",e[e.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",e[e.REQUIRE_LI=2]="REQUIRE_LI"}(d||(d={}));class m extends c{static hashSeparator="-";purposeId_;restrictionType;constructor(e,t){super(),void 0!==e&&(this.purposeId=e),void 0!==t&&(this.restrictionType=t)}static unHash(e){const t=e.split(this.hashSeparator),s=new m;if(2!==t.length)throw new l("hash",e);return s.purposeId=parseInt(t[0],10),s.restrictionType=parseInt(t[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${m.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===d.NOT_ALLOWED||this.restrictionType===d.REQUIRE_CONSENT||this.restrictionType===d.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class f extends c{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,t,s){var n;let r=!0;if(null!=(n=this.gvl)&&n.vendors){const n=this.gvl.vendors[s];if(n)if(e===d.NOT_ALLOWED)r=n.legIntPurposes.includes(t)||n.purposes.includes(t);else if(n.flexiblePurposes.length)switch(e){case d.REQUIRE_CONSENT:r=n.flexiblePurposes.includes(t)&&n.legIntPurposes.includes(t);break;case d.REQUIRE_LI:r=n.flexiblePurposes.includes(t)&&n.purposes.includes(t)}else r=!1;else r=!1}return r}add(e,t){if(this.isOkToHave(t.restrictionType,t.purposeId,e)){const s=t.hash;this.has(s)||(this.map.set(s,new Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const t=Array.from(this.gvl.vendorIds),s=e.hash,n=t[t.length-1],r=[...Array(n).keys()].map((e=>e+1));if(this.has(s))for(let e=1;e<=n;e++)this.map.get(s).add(e);else this.map.set(s,new Set(r)),this.bitLength=0}getVendors(e){let t=[];if(e){const s=e.hash;this.has(s)&&(t=Array.from(this.map.get(s)))}else{const e=new Set;this.map.forEach((t=>{t.forEach((t=>{e.add(t)}))})),t=Array.from(e)}return t.sort(((e,t)=>e-t))}getRestrictionType(e,t){let s;return this.getRestrictions(e).forEach((e=>{e.purposeId===t&&(void 0===s||s>e.restrictionType)&&(s=e.restrictionType)})),s}vendorHasRestriction(e,t){let s=!1;const n=this.getRestrictions(e);for(let e=0;e<n.length&&!s;e++)s=t.isSameAs(n[e]);return s}getMaxVendorId(){let e=0;return this.map.forEach((t=>{e=Math.max(Array.from(t)[t.size-1],e)})),e}getRestrictions(e){const t=[];return this.map.forEach(((s,n)=>{e?s.has(e)&&t.push(m.unHash(n)):t.push(m.unHash(n))})),t}getPurposes(){const e=new Set;return this.map.forEach(((t,s)=>{e.add(m.unHash(s).purposeId)})),Array.from(e)}remove(e,t){const s=t.hash,n=this.map.get(s);n&&(n.delete(e),0==n.size&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach(((e,t)=>{const s=m.unHash(t);Array.from(e).forEach((t=>{this.isOkToHave(s.restrictionType,s.purposeId,t)||e.delete(t)}))})))}get gvl(){return this.gvl_}isEmpty(){return 0===this.map.size}get numRestrictions(){return this.map.size}}!function(e){e.COOKIE="cookie",e.WEB="web",e.APP="app"}(u||(u={})),function(e){e.CORE="core",e.VENDORS_DISCLOSED="vendorsDisclosed",e.VENDORS_ALLOWED="vendorsAllowed",e.PUBLISHER_TC="publisherTC"}(p||(p={}));class g{static ID_TO_KEY=[p.CORE,p.VENDORS_DISCLOSED,p.VENDORS_ALLOWED,p.PUBLISHER_TC];static KEY_TO_ID={[p.CORE]:0,[p.VENDORS_DISCLOSED]:1,[p.VENDORS_ALLOWED]:2,[p.PUBLISHER_TC]:3}}class v extends c{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach((e=>this.unset(e))):"object"==typeof e?this.unset(Object.keys(e).map((e=>Number(e)))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach((e=>{this.maxId_=Math.max(this.maxId,e)}))))}isIntMap(e){let t="object"==typeof e;return t=t&&Object.keys(e).every((t=>{let s=Number.isInteger(parseInt(t,10));return s=s&&this.isValidNumber(e[t].id),s=s&&void 0!==e[t].name,s})),t}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let t=!1;return e instanceof Set&&(t=Array.from(e).every(this.isValidNumber)),t}set(e){if(Array.isArray(e))e.forEach((e=>this.set(e)));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map((e=>Number(e))));else{if(!this.isValidNumber(e))throw new l("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap");this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0}}empty(){this.set_=new Set}forEach(e){for(let t=1;t<=this.maxId;t++)e(this.has(t),t)}get size(){return this.set_.size}setAll(e){this.set(e)}}class Z{static[a.cmpId]=12;static[a.cmpVersion]=12;static[a.consentLanguage]=12;static[a.consentScreen]=6;static[a.created]=36;static[a.isServiceSpecific]=1;static[a.lastUpdated]=36;static[a.policyVersion]=6;static[a.publisherCountryCode]=12;static[a.publisherLegitimateInterests]=24;static[a.publisherConsents]=24;static[a.purposeConsents]=24;static[a.purposeLegitimateInterests]=24;static[a.purposeOneTreatment]=1;static[a.specialFeatureOptins]=12;static[a.useNonStandardTexts]=1;static[a.vendorListVersion]=12;static[a.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class b{static encode(e){return String(Number(e))}static decode(e){return"1"===e}}class w{static encode(e,t){let s;if("string"==typeof e&&(e=parseInt(e,10)),s=e.toString(2),s.length>t||e<0)throw new n(`${e} too large to encode into ${t}`);return s.length<t&&(s="0".repeat(t-s.length)+s),s}static decode(e,t){if(t!==e.length)throw new r("invalid bit length");return parseInt(e,2)}}class y{static encode(e,t){return w.encode(Math.round(e.getTime()/100),t)}static decode(e,t){if(t!==e.length)throw new r("invalid bit length");const s=new Date;return s.setTime(100*w.decode(e,t)),s}}class S{static encode(e,t){let s="";for(let n=1;n<=t;n++)s+=b.encode(e.has(n));return s}static decode(e,t){if(e.length!==t)throw new r("bitfield encoding length mismatch");const s=new v;for(let n=1;n<=t;n++)b.decode(e[n-1])&&s.set(n);return s.bitLength=e.length,s}}class _{static encode(e,t){const s=(e=e.toUpperCase()).charCodeAt(0)-65,r=e.charCodeAt(1)-65;if(s<0||s>25||r<0||r>25)throw new n(`invalid language code: ${e}`);if(t%2==1)throw new n(`numBits must be even, ${t} is not valid`);t/=2;return w.encode(s,t)+w.encode(r,t)}static decode(e,t){let s;if(t!==e.length||e.length%2)throw new r("invalid bit length for language");{const t=65,n=e.length/2,r=w.decode(e.slice(0,n),n)+t,o=w.decode(e.slice(n),n)+t;s=String.fromCharCode(r)+String.fromCharCode(o)}return s}}class E{static encode(e){let t=w.encode(e.numRestrictions,Z.numRestrictions);if(!e.isEmpty()){const s=(t,s)=>{for(let n=t+1;n<=s;n++)if(e.gvl.vendorIds.has(n))return n;return t};e.getRestrictions().forEach((n=>{t+=w.encode(n.purposeId,Z.purposeId),t+=w.encode(n.restrictionType,Z.restrictionType);const r=e.getVendors(n),o=r.length;let i=0,a=0,c="";for(let e=0;e<o;e++){const t=r[e];if(0===a&&(i++,a=t),e===o-1||r[e+1]>s(t,r[o-1])){const e=!(t===a);c+=b.encode(e),c+=w.encode(a,Z.vendorId),e&&(c+=w.encode(t,Z.vendorId)),a=0}}t+=w.encode(i,Z.numEntries),t+=c}))}return t}static decode(e){let t=0;const s=new f,n=w.decode(e.substr(t,Z.numRestrictions),Z.numRestrictions);t+=Z.numRestrictions;for(let o=0;o<n;o++){const n=w.decode(e.substr(t,Z.purposeId),Z.purposeId);t+=Z.purposeId;const o=w.decode(e.substr(t,Z.restrictionType),Z.restrictionType);t+=Z.restrictionType;const i=new m(n,o),a=w.decode(e.substr(t,Z.numEntries),Z.numEntries);t+=Z.numEntries;for(let n=0;n<a;n++){const n=b.decode(e.substr(t,Z.anyBoolean));t+=Z.anyBoolean;const o=w.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,n){const n=w.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,n<o)throw new r(`Invalid RangeEntry: endVendorId ${n} is less than ${o}`);for(let e=o;e<=n;e++)s.add(e,i)}else s.add(o,i)}}return s.bitLength=t,s}}!function(e){e[e.FIELD=0]="FIELD",e[e.RANGE=1]="RANGE"}(h||(h={}));class C{static encode(e){const t=[];let s,n=[],r=w.encode(e.maxId,Z.maxId),o="";const i=Z.maxId+Z.encodingType,a=i+e.maxId,c=2*Z.vendorId+Z.singleOrRange+Z.numEntries;let l=i+Z.numEntries;return e.forEach(((r,i)=>{if(o+=b.encode(r),s=e.maxId>c&&l<a,s&&r){e.has(i+1)?0===n.length&&(n.push(i),l+=Z.singleOrRange,l+=Z.vendorId):(n.push(i),l+=Z.vendorId,t.push(n),n=[])}})),s?(r+=String(h.RANGE),r+=this.buildRangeEncoding(t)):(r+=String(h.FIELD),r+=o),r}static decode(e,t){let s,n=0;const o=w.decode(e.substr(n,Z.maxId),Z.maxId);n+=Z.maxId;const i=w.decode(e.charAt(n),Z.encodingType);if(n+=Z.encodingType,i===h.RANGE){if(s=new v,1===t){if("1"===e.substr(n,1))throw new r("Unable to decode default consent=1");n++}const o=w.decode(e.substr(n,Z.numEntries),Z.numEntries);n+=Z.numEntries;for(let t=0;t<o;t++){const t=b.decode(e.charAt(n));n+=Z.singleOrRange;const r=w.decode(e.substr(n,Z.vendorId),Z.vendorId);if(n+=Z.vendorId,t){const t=w.decode(e.substr(n,Z.vendorId),Z.vendorId);n+=Z.vendorId;for(let e=r;e<=t;e++)s.set(e)}else s.set(r)}}else{const t=e.substr(n,o);n+=o,s=S.decode(t,o)}return s.bitLength=n,s}static buildRangeEncoding(e){const t=e.length;let s=w.encode(t,Z.numEntries);return e.forEach((e=>{const t=1===e.length;s+=b.encode(!t),s+=w.encode(e[0],Z.vendorId),t||(s+=w.encode(e[1],Z.vendorId))})),s}}function I(){return{[a.version]:w,[a.created]:y,[a.lastUpdated]:y,[a.cmpId]:w,[a.cmpVersion]:w,[a.consentScreen]:w,[a.consentLanguage]:_,[a.vendorListVersion]:w,[a.policyVersion]:w,[a.isServiceSpecific]:b,[a.useNonStandardTexts]:b,[a.specialFeatureOptins]:S,[a.purposeConsents]:S,[a.purposeLegitimateInterests]:S,[a.purposeOneTreatment]:b,[a.publisherCountryCode]:_,[a.vendorConsents]:C,[a.vendorLegitimateInterests]:C,[a.publisherRestrictions]:E,segmentType:w,[a.vendorsDisclosed]:C,[a.vendorsAllowed]:C,[a.publisherConsents]:S,[a.publisherLegitimateInterests]:S,[a.numCustomPurposes]:w,[a.publisherCustomConsents]:S,[a.publisherCustomLegitimateInterests]:S}}class O{1={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.purposeConsents,a.vendorConsents]};2={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.policyVersion,a.isServiceSpecific,a.useNonStandardTexts,a.specialFeatureOptins,a.purposeConsents,a.purposeLegitimateInterests,a.purposeOneTreatment,a.publisherCountryCode,a.vendorConsents,a.vendorLegitimateInterests,a.publisherRestrictions],[p.PUBLISHER_TC]:[a.publisherConsents,a.publisherLegitimateInterests,a.numCustomPurposes,a.publisherCustomConsents,a.publisherCustomLegitimateInterests],[p.VENDORS_ALLOWED]:[a.vendorsAllowed],[p.VENDORS_DISCLOSED]:[a.vendorsDisclosed]}}class P{1=[p.CORE];2=[p.CORE];constructor(e,t){if(2===e.version)if(e.isServiceSpecific)this[2].push(p.PUBLISHER_TC);else{const s=!(!t||!t.isForVendors);s&&!0!==e[a.supportOOB]||this[2].push(p.VENDORS_DISCLOSED),s&&(e[a.supportOOB]&&e[a.vendorsAllowed].size>0&&this[2].push(p.VENDORS_ALLOWED),this[2].push(p.PUBLISHER_TC))}}}class A{static fieldSequence=new O;static encode(e,t){let s;try{s=this.fieldSequence[String(e.version)][t]}catch(s){throw new n(`Unable to encode version: ${e.version}, segment: ${t}`)}let r="";t!==p.CORE&&(r=w.encode(g.KEY_TO_ID[t],Z.segmentType));const i=I();return s.forEach((s=>{const o=e[s],c=i[s];let l=Z[s];void 0===l&&this.isPublisherCustom(s)&&(l=Number(e[a.numCustomPurposes]));try{r+=c.encode(o,l)}catch(e){throw new n(`Error encoding ${t}->${s}: ${e.message}`)}})),o.encode(r)}static decode(e,t,s){const n=o.decode(e);let i=0;s===p.CORE&&(t.version=w.decode(n.substr(i,Z[a.version]),Z[a.version])),s!==p.CORE&&(i+=Z.segmentType);const c=this.fieldSequence[String(t.version)][s],l=I();return c.forEach((e=>{const s=l[e];let o=Z[e];if(void 0===o&&this.isPublisherCustom(e)&&(o=Number(t[a.numCustomPurposes])),0!==o){const a=n.substr(i,o);if(t[e]=s===C?s.decode(a,t.version):s.decode(a,o),Number.isInteger(o))i+=o;else{if(!Number.isInteger(t[e].bitLength))throw new r(e);i+=t[e].bitLength}}})),t}static isPublisherCustom(e){return 0===e.indexOf("publisherCustom")}}class L{static processor=[e=>e,(e,t)=>{e.publisherRestrictions.gvl=t,e.purposeLegitimateInterests.unset([1,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach(((s,n)=>{s.forEach(((r,o)=>{if(r){const r=t.vendors[o];if(!r||r.deletedDate)s.unset(o);else if(0===r[n].length)if("legIntPurposes"===n&&0===r.purposes.length&&0===r.legIntPurposes.length&&r.specialPurposes.length>0);else if(e.isServiceSpecific)if(0===r.flexiblePurposes.length)s.unset(o);else{const t=e.publisherRestrictions.getRestrictions(o);let r=!1;for(let e=0,s=t.length;e<s&&!r;e++)r=t[e].restrictionType===d.REQUIRE_CONSENT&&"purposes"===n||t[e].restrictionType===d.REQUIRE_LI&&"legIntPurposes"===n;r||s.unset(o)}else s.unset(o)}}))})),e.vendorsDisclosed.set(t.vendors),e}];static process(e,t){const s=e.gvl;if(!s)throw new n("Unable to encode TCModel without a GVL");if(!s.isReady)throw new n("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");(e=e.clone()).consentLanguage=s.language.slice(0,2).toUpperCase(),(null==t?void 0:t.version)>0&&(null==t?void 0:t.version)<=this.processor.length?e.version=t.version:e.version=this.processor.length;const r=e.version-1;if(!this.processor[r])throw new n(`Invalid version: ${e.version}`);return this.processor[r](e,s)}}class T extends Error{constructor(e){super(e),this.name="GVLError"}}class k{static absCall(e,t,s,n){return new Promise(((r,o)=>{const i=new XMLHttpRequest;i.withCredentials=s,i.addEventListener("load",(()=>{if(i.readyState==XMLHttpRequest.DONE)if(i.status>=200&&i.status<300){let e=i.response;if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}r(e)}else o(new Error(`HTTP Status: ${i.status} response type: ${i.responseType}`))})),i.addEventListener("error",(()=>{o(new Error("error"))})),i.addEventListener("abort",(()=>{o(new Error("aborted"))})),null===t?i.open("GET",e,!0):i.open("POST",e,!0),i.responseType="json",i.timeout=n,i.ontimeout=()=>{o(new Error("Timeout "+n+"ms "+e))},i.send(t)}))}static post(e,t,s=!1,n=0){return this.absCall(e,JSON.stringify(t),s,n)}static fetch(e,t=!1,s=0){return this.absCall(e,null,t,s)}}class D extends c{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new i;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new T("Invalid baseUrl!  You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&"/"!==e[e.length-1]&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e){super();let t=D.baseUrl;if(this.lang_=D.DEFAULT_LANGUAGE,this.cacheLang_=D.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!t)throw new T("must specify GVL.baseUrl before loading GVL json");if(e>0){const s=e;D.CACHE.has(s)?(this.populate(D.CACHE.get(s)),this.readyPromise=Promise.resolve()):(t+=D.versionedFilename.replace("[VERSION]",String(s)),this.readyPromise=this.fetchJson(t))}else D.CACHE.has(D.LATEST_CACHE_KEY)?(this.populate(D.CACHE.get(D.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(t+D.latestFilename))}}static emptyLanguageCache(e){let t=!1;return null==e&&D.LANGUAGE_CACHE.size>0?(D.LANGUAGE_CACHE=new Map,t=!0):"string"==typeof e&&this.consentLanguages.has(e.toUpperCase())&&(D.LANGUAGE_CACHE.delete(e.toUpperCase()),t=!0),t}static emptyCache(e){let t=!1;return Number.isInteger(e)&&e>=0?(D.CACHE.delete(e),t=!0):void 0===e&&(D.CACHE=new Map,t=!0),t}cacheLanguage(){D.LANGUAGE_CACHE.has(this.cacheLang_)||D.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await k.fetch(e))}catch(e){throw new T(e.message)}}getJson(){return JSON.parse(JSON.stringify({gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories,vendors:this.fullVendorList}))}async changeLanguage(e){let t=e;try{t=D.consentLanguages.parseLanguage(e)}catch(e){throw new T("Error during parsing the language: "+e.message)}const s=e.toUpperCase();if((t.toLowerCase()!==D.DEFAULT_LANGUAGE.toLowerCase()||D.LANGUAGE_CACHE.has(s))&&t!==this.lang_)if(this.lang_=t,D.LANGUAGE_CACHE.has(s)){const e=D.LANGUAGE_CACHE.get(s);for(const t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}else{const e=D.baseUrl+D.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(e),this.cacheLang_=s,this.cacheLanguage()}catch(e){throw new T("unable to load language: "+e.message)}}}get language(){return this.lang_}isVendorList(e){return void 0!==e&&void 0!==e.vendors}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,"string"==typeof this.lastUpdated&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&D.CACHE.set(D.LATEST_CACHE_KEY,this.getJson()),D.CACHE.has(this.vendorListVersion)||D.CACHE.set(this.vendorListVersion,this.getJson())),this.cacheLanguage()}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach((e=>{this.byPurposeVendorMap[e]={legInt:new Set,consent:new Set,flexible:new Set}})),Object.keys(this.specialPurposes).forEach((e=>{this.bySpecialPurposeVendorMap[e]=new Set})),Object.keys(this.features).forEach((e=>{this.byFeatureVendorMap[e]=new Set})),Object.keys(this.specialFeatures).forEach((e=>{this.bySpecialFeatureVendorMap[e]=new Set})),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map((e=>+e))),this.vendorIds=new Set(e),this.vendors_=e.reduce(((e,t)=>{const s=this.vendors_[String(t)];return s&&void 0===s.deletedDate&&(s.purposes.forEach((e=>{this.byPurposeVendorMap[String(e)].consent.add(t)})),s.specialPurposes.forEach((e=>{this.bySpecialPurposeVendorMap[String(e)].add(t)})),s.legIntPurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].legInt.add(t)})),s.flexiblePurposes&&s.flexiblePurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].flexible.add(t)})),s.features.forEach((e=>{this.byFeatureVendorMap[String(e)].add(t)})),s.specialFeatures.forEach((e=>{this.bySpecialFeatureVendorMap[String(e)].add(t)})),e[t]=s),e}),{})}getFilteredVendors(e,t,s,n){const r=e.charAt(0).toUpperCase()+e.slice(1);let o;const i={};return o="purpose"===e&&s?this["by"+r+"VendorMap"][String(t)][s]:this["by"+(n?"Special":"")+r+"VendorMap"][String(t)],o.forEach((e=>{i[String(e)]=this.vendors[String(e)]})),i}getVendorsWithConsentPurpose(e){return this.getFilteredVendors("purpose",e,"consent")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors("purpose",e,"legInt")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors("purpose",e,"flexible")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors("purpose",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors("feature",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors("feature",e,void 0,!0)}get vendors(){return this.vendors_}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.isReady_}clone(){const e=new D(this.getJson());return this.lang_!==D.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return"object"==typeof e&&"function"==typeof e.narrowVendorsTo}}class R extends c{static consentLanguages=D.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new v;purposeConsents=new v;purposeLegitimateInterests=new v;publisherConsents=new v;publisherLegitimateInterests=new v;publisherCustomConsents=new v;publisherCustomLegitimateInterests=new v;customPurposes;vendorConsents=new v;vendorLegitimateInterests=new v;vendorsDisclosed=new v;vendorsAllowed=new v;publisherRestrictions=new f;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){D.isInstanceOf(e)||(e=new D(e)),this.gvl_=e,this.publisherRestrictions.gvl=e}get gvl(){return this.gvl_}set cmpId(e){if(e=Number(e),!(Number.isInteger(e)&&e>1))throw new l("cmpId",e);this.cmpId_=e}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("cmpVersion",e);this.cmpVersion_=e}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("consentScreen",e);this.consentScreen_=e}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(!/^([A-z]){2}$/.test(e))throw new l("publisherCountryCode",e);this.publisherCountryCode_=e.toUpperCase()}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if((e=Number(e)>>0)<0)throw new l("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new l("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if("object"==typeof this.customPurposes){const t=Object.keys(this.customPurposes).sort(((e,t)=>Number(e)-Number(t)));e=parseInt(t.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new l("numCustomPurposes",e)}updated(){const e=new Date,t=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=t,this.lastUpdated=t}}class N{static encode(e,t){let s,n="";return e=L.process(e,t),s=Array.isArray(null==t?void 0:t.segments)?t.segments:new P(e,t)[""+e.version],s.forEach(((t,r)=>{let o="";r<s.length-1&&(o="."),n+=A.encode(e,t)+o})),n}static decode(e,t){const s=e.split("."),n=s.length;t||(t=new R);for(let e=0;e<n;e++){const n=s[e],r=o.decode(n.charAt(0)).substr(0,Z.segmentType),i=g.ID_TO_KEY[w.decode(r,Z.segmentType).toString()];A.decode(n,t,i)}return t}}}},n={};function r(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return s[e].call(o.exports,o,o.exports,r),o.exports}r.m=s,r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var s in t)r.o(t,s)&&!r.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((t,s)=>(r.f[s](e,t),t)),[])),r.u=e=>"2.4.956/wpjslib-chunk-lite-"+{124:"aab",345:"diagnostic",416:"whitelist",599:"notification"}[e]+".js",r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="__proto__1704714196022__:",r.l=(s,n,o,i)=>{if(e[s])e[s].push(n);else{var a,c;if(void 0!==o)for(var l=document.getElementsByTagName("script"),d=0;d<l.length;d++){var u=l[d];if(u.getAttribute("src")==s||u.getAttribute("data-webpack")==t+o){a=u;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.setAttribute("data-webpack",t+o),a.src=s),e[s]=[n];var p=(t,n)=>{a.onerror=a.onload=null,clearTimeout(h);var r=e[s];if(delete e[s],a.parentNode&&a.parentNode.removeChild(a),r&&r.forEach((e=>e(n))),t)return t(n)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),c&&document.head.appendChild(a)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="https://std.wpcdn.pl/wpjslib6/",(()=>{var e={115:0};r.f.j=(t,s)=>{var n=r.o(e,t)?e[t]:void 0;if(0!==n)if(n)s.push(n[2]);else{var o=new Promise(((s,r)=>n=e[t]=[s,r]));s.push(n[2]=o);var i=r.p+r.u(t),a=new Error;r.l(i,(s=>{if(r.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.src;a.message="Loading chunk "+t+" failed.\n("+o+": "+i+")",a.name="ChunkLoadError",a.type=o,a.request=i,n[1](a)}}),"chunk-"+t,t)}};var t=(t,s)=>{var n,o,[i,a,c]=s,l=0;if(i.some((t=>0!==e[t]))){for(n in a)r.o(a,n)&&(r.m[n]=a[n]);if(c)c(r)}for(t&&t(s);l<i.length;l++)o=i[l],r.o(e,o)&&e[o]&&e[o][0](),e[o]=0},s=self.webpackChunk_proto_1704714196022_=self.webpackChunk_proto_1704714196022_||[];s.forEach(t.bind(null,0)),s.push=t.bind(null,s.push.bind(s))})(),(()=>{"use strict";r(8017);var e=r(1114),t=r(703),s=r(3574),n=r(4024),o=r(1774),i=r(5068),a=r(7003),c=r(3205),l=r(7384),d=r(5150);const u=(e,t)=>{const s=`"${t?` crossorigin="${!0===t?"anonymous":t}"`:""}><\/script>`,n='<script src="'+encodeURI((0,d.Z)(e))+s;document.write(n)};var p=r(2647);const h=(e,r)=>{o.default.es6=!0,o.default.bucket=o.default.es6?"wpjslib6":"wpjslib",o.default.canary=!1,(0,p.ZP)();const d=(e,t)=>{const s=(0,a.Z)();document.readyState.includes("te")||s&&(s.async||s.defer||"module"===s.type)||o.default.es6?(0,i.Z)({src:e,crossorigin:!0,onLoad:t,onError:t}):(u(e,!0),c.Z.f(t)&&t())},h=()=>{const s=(0,l.Z)("wplib"),i=(0,l.Z)("wplib5"),a=(0,l.Z)("wplib6");if(s||i||a){const c=(0,t.qm)("dev")||e,{variants:l={}}=o.default,u=!l[c];if(o.default.variants=l,u){l[c]=!0;let e,{bucket:t}=o.default;a?(t="wpjslib6",e=a[2]):i?(t="wpjslib",e=i[2]):s&&(e=s[2]),o.default.mode=!0,o.default.branch=e,o.default.bucket=t;const r=(0,n.Z)(t,e,c,o.default.mode,"js",o.default.canary);d(r)}else r()}else r()},m=(0,l.Z)("prebidConfig");null!=m&&m[2]&&!o.default.prebidConfig?(o.default.prebidConfig=m[2],d(`${s.Z}mocks/adv/config/inline/${o.default.prebidConfig}.js`,h)):h()};var m=r(1489),f=r(2395),g=r(1327);const v=()=>{if((0,t.qm)("noerror"))return;const e=(e,t,s,n,r)=>{if(c.Z.o(e))(0,g.Z)(e);else{const o=r||{message:e,fileName:t,lineNumber:s,colNumber:n};(0,g.Z)({error:o})}},s=window.onerror;if(null!=s&&s.toString){if(s.toString().includes("message.includes(magic")){const e=m.Ey;(0,f.o)("onerror",e,!0,!0)}}window.onerror=((e,t)=>function(...s){return e&&e.apply(this,s),t.apply(this,s),!1})(s,e),window.addEventListener("unhandledrejection",e,!1)};var Z=r(1530),b=r(9349),w=r(4190);const y=(e,t,s,n,r=!1)=>{!r&&o.default.initialized?(0,b.Z)("WPJSlib was initialized multiple times.","error"):(o.default.ver="2.4.956",o.default.buildDate="2024-01-08 12:43:15",o.default.uniformVer="1.3.55",o.default.subver=e,r||(o.default.initialized=!0),(0,b.Z)(`WPJSlib ${o.default.es6?"ES6":"ES5"} ${o.default.ver} ${o.default.subver} (${o.default.buildDate})`,"info"),(0,Z.Z)("WPJSlib ES6",o.default.es6),v(),(0,w.Z)("WPJS",t,s),(0,w.Z)("flush",n))};h("wpjslib-lite",(()=>{y("lite",(e=>{r(4585).Z(e)}),e.WP,e.y)}))})()})();