/*! @WPM ! WPJSlib ES6 production 2.4.906 2.4.906/wpjslib-chunk-sgap-wpjslib-sgap.js (2023-11-02 14:16:33) */(()=>{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,o=n?function(e){return n.from(e,"binary").toString("base64")}:self.btoa.bind(self);t.btoa=o;var r=n?function(e){return n.from(e,"base64").toString("binary")}:self.atob.bind(self);t.atob=r},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,o=0;o<n;o+=1)t(s[o])}},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 o=n(s(5441));t.default=function(e){return o.default.o(e)&&o.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 o=n(s(977)),r=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 o=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);o?(t.protocol=o[1],t.host=o[2],t.hostname=o[3],t.port=o[4],t.pathname=o[5],t.search=o[6],t.hash=o[7]):t={error:!0,data:i}}else t={href:""};return t};t.addParam=function(e,t,s,n,o){var i=e;return r.default.s(i)&&i.length?o?(/\?/.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&&r.default.o(s)&&(0,o.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 o=!0===s?16:s||10,r="";for(n&&(r=String.fromCharCode((0,t.numberUpTo)(26)+97));r.length<e;)r=(r+=Math.random().toString(o).substr(2)).substr(0,e);return r};t.sxor=function(e,t){for(var s=t.length,n=e.length,o="",r=0;r<n;r+=1){var i=e.charCodeAt(r),a=t.charCodeAt(r%s);o+=String.fromCharCode(i^a)}return o}},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 o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}: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}),r=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 o(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=r(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 o=n(s(7180));t.aabDomainsExternal=o.default;var r=n(s(8047));t.aabDomains=r.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"]},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 o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}: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}),r=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 o(t,e),t},i=this&&this.__spreadArray||function(e,t,s){if(s||2===arguments.length)for(var n,o=0,r=t.length;o<r;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);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=r(s(2649)),l=s(8339),d=s(3414),u=a(s(8821)),p=s(5927),m=s(5636),f=a(s(5441)),g=a(s(7066)),h=s(3965),A="application",v="beacon",Z="static",b="search",w="",y="/",S="v.wpimg.pl",C=i(i([],p.aabDomains,!0),p.uniformDomains,!0),_=["ii","ij","ia","ib","ic","id","ms","iw","sd","ad"],k=["do","rk","aabma"],I=["aabko","aabdc","aabkord","maw","daw"],P=/(\.js(on)?|\.css)$/i,E=/(\.jp(e)?g|\.(g|av)if|\.webp|\.(a)?png|\.svg|\.ico)$/i,T=/^(?!.*_mess\.html$).*\.html$/i,O=/\//g,L=/\+/g,x=/^(.+)\/([^/]*)$/;t.default=function(){for(var e,t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];var n,o,r,i,a,$,D={},R={},j=null,N=!1,M=w,V=w,B=w,F=w;f.default.o(t[0])&&!(0,g.default)(t[0])?(F=(e=t[0]).url,e.forceLoad,n=e.immutable,o=e.mode,r=e.depth,i=e.forceDomain,a=e.length,$=e.keybase,N=e.noDomain,j=e.momentaryState):(F=t[0],t[1],n=t[2],o=t[3],r=t[4],i=t[5],a=t[6],$=t[7],N=t[8],j=t[9]),(0,g.default)(F)&&(F=F.toString()),R.input=F,c.debug(R);var U=j||u.default;if(U.collector&&U.collector(R),!U.enabled)return R.error="disabled",F;if(!F)return c.issue("Given URL is empty."),R.error="empty URL",F;if(F.startsWith("data:"))return F;if(F.includes("/".concat(S,"/")))return F.includes("/i.wpimg.pl/")?(c.issue("URL can't be encoded before ImageResizer."),R.error="encoded before IR"):(c.issue("URL can't be encoded twice."),R.error="encoded twice"),F;var z=(0,l.parsePath)(F);if(z.error)return c.issue('Given URL "'.concat(F,'" is incorrect.')),R.error="incorrect URL",z.data;var q=z.hostname,G=z.pathname;R.inputLength=F.length,R.hostname=q,R.pathname=G;var H=(0,p.getCephIdentifier)(q);if(H||(H=p.domainMap[q]),!H&&q===U.locationHost&&C.includes(q)?H="hh":D.t=H,!H)return R.error="no identifier",F;var W,K=P.test(G),J=E.test(G);if(f.default.u(o)){if(H.startsWith("cph"))if(K){if(o=A,"cph_std"===H){var Q=Math.floor(Date.now()/6048e5).toString().repeat(2);W=Q,$=String(Array.from(W).reduce((function(e,t){return 0|31*e+t.charCodeAt(0)}),0))}}else o=Z;if("hh"===H)if(K)o=A;else{if(!J)return F;o=Z}else I.includes(H)?o=A:k.includes(H)?(o=v,$=(0,d.randomize)(10,36)):_.includes(H)&&(o=Z)}o===Z&&f.default.u(r)&&T.test(G)&&(r="folder"),f.default.u(n)&&(n=!0),f.default.u(r)&&(r=b),R.length=a,R.mode=o,R.depth=r,R.identifier=H,R.immutable=n;var Y=S;if(i?Y=i:o===A||o===v||"hh"===H?Y=U.applicationHost:"target"===o&&(Y=U.targetHost),!Y)return R.error="no hostname",F;(o===A||o===v||a>0)&&function(e,t,s){var n=e,o=t.trim(),r=s+2;o&&o.length<r&&(n._="_".repeat(r-o.length))}(D,F,a||666.6666666666666),Y="https://".concat(Y);var X=w;if(G.startsWith(y)&&(X=decodeURIComponent(G.substr(1)),X=unescape(encodeURIComponent(X))),"file"===r||r===b)M=z[b],r===b&&(M=w,X+=z[b]);else{var ee=X.match(x);if(!ee)return R.error="encoding not needed",F;X=ee[1]+y,M=ee[2]+z[b]}D.u=y+X,R.json=D,X="/aabv3/".concat(JSON.stringify(D)),(!$||$.length<8)&&($=n?G:(0,d.randomize)(10,36));try{R.inKeybase=$,$=(0,m.btoa)($).substr(-12,8),R.keybase=$,R.toEncode=X,R.noEncode=M,B=N?y+$:Y+y+$;var te=(0,d.sxor)(X,$);V=(0,h.removeEqualSigns)((0,m.btoa)(te))}catch(e){return R.error=e&&e.message||"Failed to encode with Base64",c.issue("".concat("Crux.mess",": ").concat(R.error," (").concat(F,")")),F}return B+=(V=(V=V.replace(O,"_")).replace(L,"-"))+(M?y+M:w),R.output=B,R.outputLength=B.length,R.outputLength>3e3?(c.issue(!1,{message:"AAB",fileName:F.substring(0,250),path:"EncodedURLTooLong",campaign:R.outputLength}),R.error="encoded URL too long",F):B}},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 o in t=arguments[s])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}: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}),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)&&o(t,e,s);return r(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,o,r,i){if(void 0===e&&(e="undefined_site_domain"),void 0===t&&(t=!1),void 0===o&&(o=""),void 0===r&&(r={}),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,o,r,i);var p=i?c.default:n({},c.defaultState),m="www.wp.pl";return Object.assign(p,r),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||o||p.locationHost:p.applicationHost=p.testDomain||o||m,p.isReady&&!p.isMainPage?p.targetHost=p.testDomain||o||p.locationHost:p.targetHost=p.testDomain||o||m,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 o in t=arguments[s])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);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 o=s({},n);t.default=o},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 o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}: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}),r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var i=r(s(2649)),a=s(3965),c=s(5636),l=s(5927),d=s(8339),u=s(3414),p="Crux.unmess",m="";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,o=s.hostname,r=void 0===o?"":o,f=s.pathname,g=void 0===f?"":f,h=s.search,A=void 0===h?"":h;if(n)return e;var v=g.replace(/^\/|\/$/g,m).split("/"),Z=v.shift(),b=e,w=!1,y=m,S=m;if(Z.length<30)return e;try{var C=(Z=(Z=Z.replace(/_/g,"/")).replace(/-/g,"+")).slice(0,8),_=Z.slice(8),k=(0,c.atob)((0,a.addEqualSigns)(_));t=function(e){if(0!==e.indexOf("/aabv3/"))throw new Error("AABv2 is no longer supported");var t=JSON.parse(e.replace("/aabv3/",m)),s=t.t||m,n=t.u||m;return i.debug(p,"getSxoredData","sxored",e,"identifier",s,"path",n),{identifier:s,path:n}}((0,u.sxor)(k,C)),y=t.identifier,S=t.path}catch(t){return e}var I=m;if(w=Object.entries(l.domainMap).find((function(e){var t=e[0];return e[1]===y&&(I=t,!0)})),!w){var P=(0,l.getCephDomain)(y);P&&(w=!0,I=P)}w||(I=r);try{var E=decodeURIComponent(escape(S));b=(b="https://".concat(I).concat(E).concat(v.length?v.join("/"):m).concat(A)).replace(/[?&]?_=_+$/,m)}catch(n){b=e}return b}},7462:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(2927),o=s(3205),r=s(4634),i=s(6598);const a=Date.now(),c=(e,t,s,c)=>{(0,i.Z)("atfd_abboard",Object.assign({event:e,slotMode:t,timeStart:Date.now()-a},c)),void 0!==t&&((0,r.Z)(n.OB,t),o.Z.f(s)&&s())}},2927:(e,t,s)=>{"use strict";s.d(t,{$$:()=>c,Dl:()=>r,OB:()=>a,VR:()=>o,Wx:()=>i,pV:()=>l,tn:()=>n});const n="WPaabwl",o="WPwlc",r="WPwlbcapp",i=18e4,a="WPwlab",c="WPabcsd",l="WPwlsss"},5131:(e,t,s)=>{"use strict";s.d(t,{Cl:()=>n,R9:()=>c,VP:()=>i,WS:()=>o,pB:()=>a});const n=0,o=1;let r=n;const i=()=>r===o,a=()=>r,c=e=>{r=[n,o].includes(e)?e:n}},6025:(e,t,s)=>{"use strict";let n;s.d(t,{D:()=>r,q:()=>o});const o=()=>n,r=e=>{n=e}},2395:(e,t,s)=>{"use strict";s.d(t,{l:()=>r,o:()=>i});var n=s(3205);let o;const r=e=>{o=e},i=(e,t,s,r)=>{n.Z.f(o)&&o(e,t,s,r)}},7090:(e,t,s)=>{"use strict";s.d(t,{G:()=>r,W:()=>o});let n=!1;const o=()=>n,r=e=>{n=e}},1489:(e,t,s)=>{"use strict";s.d(t,{Ey:()=>r,TB:()=>n,nu:()=>i,o2:()=>o});const n="unknown",o="AG",r="ABP",i="uBO"},6452:(e,t,s)=>{"use strict";s.d(t,{B:()=>o,j:()=>r});let n=!1;const o=()=>n,r=e=>{n=e}},1606:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1489),o=s(2395),r=s(9627);const i=()=>{const e=window;if(!e.apstag){const t=(t,s)=>{e.apstag.Q.push([t,s])};e.apstag={init(...e){t("i",e)},fetchBids(...e){t("f",e)},setDisplayBids:()=>{},targetingKeys:()=>[],Q:[]}}if((0,r.Z)(e.apstag)){e.apstag.fetchBids.toString().includes("instanceof Function")&&(0,o.o)("apstagApi",n.nu,!0,!0)}else(0,o.o)("apstagApi");return e.apstag}},8312:(e,t,s)=>{"use strict";s.d(t,{RK:()=>c,Y2:()=>l,vN:()=>u});var n=s(3476),o=s(6918),r=s(1774),i=s(5253);const a=new Map;r.default.alternativeSlotsStore=a;const c=()=>{a.clear()},l=e=>a.get(e),d=(e,t,s)=>{(0,o.Z)({message:"AlternativeSlot",path:t,fileName:typeof s,slot:e},1e3)},u=(e,t,s)=>{d(e,s,t);if((0,n.ni)(e)!==t){if((0,i.Z)(t))return a.set(e,t),t}else d(e,"SameAlternativeSlot",t)}},6719:(e,t,s)=>{"use strict";s.d(t,{FJ:()=>A,Hw:()=>f,Iq:()=>m,K5:()=>y,Km:()=>g,Lh:()=>p,ZG:()=>u,__:()=>h,bh:()=>d,cT:()=>w,fw:()=>b,fx:()=>Z,z9:()=>v});var n=s(1774),o=s(5046),r=s(6539);const i={},a={},c={};n.default.bunchStore=i,n.default.contextStore=a,n.default.bdDataStore=c;const l=e=>i[e],d=(e,t)=>{let s;return e?(s=l(e),s&&t&&(s=s.slots?s.slots[t]:null)):s=i,s},u=e=>{Object.assign(a,e)},p=e=>{Object.assign(c,e)},m=()=>{(0,o.Z)(i)},f=()=>{(0,o.Z)(a)},g=e=>{if(!e)return;let t=l(e);return t||(t={},i[e]=t),t},h=e=>{let{slots:t}=e;return t||(t={},e.slots=t),t},A=e=>{const t=g(e);if(t)return h(t)},v=(e,t,s)=>{const n=A(e);if(n){let e=n[t];return!e&&s&&(e={created:!0},n[t]=e),e}},Z=(e,t,s)=>{const n=A(e);n&&(n[t]=s)},b=e=>e?(0,r.Z)(e,a):a,w=e=>e?(0,r.Z)(e,c):c,y=()=>b("geo")},9300:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1440),o=s(2497),r=s(9349);const i=(e,t)=>(0,o.Z)(e)?!!(0,n.bg)(e):((0,r.Z)(`Slot number must be a positive integer (was ${t}).`,"error"),!0)},1775:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n={}},5682:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[1,2,3,5,6,10,11,27,34,36,37],o=e=>n.includes(e)},6257:(e,t,s)=>{"use strict";s.d(t,{F:()=>v,O:()=>Z});var n=s(8312),o=s(7379),r=s(1774),i=s(8488),a=s(9627),c=s(7550),l=s(9300),d=s(3205),u=s(2890),p=s(6918),m=s(5253);const f=(e,t)=>(s,n,r)=>{const i=(0,o.Z)(),l=()=>{let t,s,n;const{type:o}=i;i.filled?o?"teaser"===o&&(i.checked?i.callback?i.result?i.element?i.total>500&&(s="RenderTimeExceeded",t=`setNative(${o}) rendering time exceeded 500ms.`,n="error"):(s="CallbackIncorrectElement",t=`setNative(${o}) "callback" was run without correct DOM element ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackIncorrectArgument",t=`setNative(${o}) "callback" was run with incorrect argument ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackNotSet",t=`setNative(${o}) "callback" was not set.`):(s="TypeNotChecked",t=`setNative(${o}) "type" parameter was not checked.`,n="error")):(s="TypeMissing",t='setNative "type" parameter is missing or incorrect.'):(s="ArgumentMissing",t="setNative first argument is missing or incorrect."),(0,p.Z)({message:"setNative",path:s,fileName:o||"unknown",slot:e},1e4,t&&`Slot [${e}] ${t}`,n)},f=setTimeout(l,2e3);if(r){const{addDestroyHandler:e}=r;e((()=>{clearTimeout(f)}))}if((0,a.Z)(s)&&(i.filled=1,(0,c.Z)(s.type))){let{type:e}=s;i.type=e,Object.defineProperty(s,"type",{get:()=>(i.checked=1,e),set:t=>{e=t}})}if(i.run=(0,u.zO)(),d.Z.f(n)){i.callback=1;t(s,(e=>{(0,a.Z)(e)&&(i.result=1,e.el&&(0,m.Z)(e.el)&&(i.element=1,i.done=(0,u.zO)(),i.total=i.done-i.run,i.total<=500&&clearTimeout(f))),n(e)}))}else clearTimeout(f),t(s),l()};var g=s(2443),h=s(6205);const A=new Map;r.default.optionsStore=A;const v=(e,t)=>{const s=(0,h.Z)(e);if((0,l.Z)(s,e))return;const n=A.get(s)||(0,o.Z)();return(0,c.Z)(t)?n[t]:n},Z=(e,t)=>{if((0,a.Z)(t)){const{alternativeSlot:s,setNative:r}=t,a=A.get(e)||(0,o.Z)();if(Object.assign(a,t),a.alternativeSlot=void 0,A.set(e,a),d.Z.f(r)&&((0,g.Z)("setNative",f(e,r),a),(0,g.Z)("originalSetNative",r,a)),s){const t=(0,i.Z)(s);(0,n.vN)(e,t,"SetOptions")}else 3===e&&d.Z.f(r)&&a.setNative({type:"alternativeSlot"},(({el:t})=>{(0,n.vN)(e,t,"SetNative")}));return!0}}},6656:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(6590);const r=(0,n.cu)("PlaceholdersImg>img",{"display!":"none"}),i=(e,t)=>{const s=o.Z[e];if(s){const{element:e}=s;e&&(0,n.aB)(e,r,t)}}},8168:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!0,released:!1,height:"auto"})}},6590:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={};s(1774).default.placeholderStore=n;const o=n},9338:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!1,released:!1})}},118:(e,t,s)=>{"use strict";s.d(t,{Z:()=>E});var n=s(8886),o=s(8727),r=s(9300),i=s(7795),a=s(3205),c=s(6590),l=s(6205);const d="Placeholders",u="none",p="margin",m="padding",f="minHeight",g="minWidth",h="overflow",A="display!",v="height",Z="width",b="auto",w=null,y="!",S="backgroundColor!",C="backgroundImage!",_="justifyContent!",k="alignItems!",I=(0,n.cu)(`${d}Bg>div`,{[S]:"transparent",[C]:"none"}),P=(0,n.cu)("sticky"),E=(e,t={})=>{const s=(0,l.Z)(e);if((0,r.Z)(s,e))return;const E=c.Z[s];if(E){Object.assign(E,t);const{element:e}=E;if(e){const{released:t,transparent:r,hidden:c,fixed:l,align:T,backgroundColor:O,sticky:L,top:x=15,durable:$,stickyOnInit:D,stickyAd:R,blocker:j}=E,N=d+s,M={zIndex:0,"position!":D||R?null:"relative"};if(c&&!$)M[v+y]=0,M[f+y]=0,M[m+y]=0,M[p+y]=0,M[h+y]="hidden";else if(M[v+y]=w,M[f+y]=w,M[Z+y]=w,M[g+y]=w,M[m+y]=(0,i.Z)(E[m])?w:E[m],M[p+y]=(0,i.Z)(E[p])?w:E[p],t){if(l){if(a.Z.b(L)?L:(0,o.R)()){const e={position:"sticky",top:x};["left","right"].includes(T)&&(e[T]=0,e[`${p}-${T}`]=0),(0,n.cu)(`${N} [${P}]`,e),M[A]="block"}else M[A]="flex",M[_]="center",M[k]="center";E[f]&&(M[v+y]=b,M[f+y]=E[f])}else j&&(M["clear!"]=u,M["float!"]="right"),M[A]=w,M[_]=w,M[k]=w,a.Z.u(E[v])||(E[v]===b?(M[v+y]=b,M[f+y]=0):M[f+y]=E[v]),E[Z]&&(M[Z+y]=E[Z],M[g+y]=b);M[h+y]=E[h]||w,M[S]=O||(r?"transparent":w),M[C]=u}else M[g+y]=E[g]||w,M[f+y]=E[f]||w,M[h+y]=w,M[S]=w,M[C]=w;(0,n.cu)(N,M),(0,n.aB)(e,I,t&&r),(0,n.Vx)(!c)}}return E}},6934:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7550),o=s(3205),r=s(9349);const i=e=>"oeaslzzcnOEASLZZCN".charAt("óęąśłżźćńÓĘĄŚŁŻŹĆŃ".indexOf(e))||e,a=(e="")=>{if(!o.Z.s(e))return void(0,r.Z)(`PrepareTags method first argument must be a String (given ${e}).`,!0);let t=e;return(0,n.Z)(t)&&(t=decodeURIComponent(t),t=t.replace(/^[\s\uFEFF\xA0]+|#|[\s\uFEFF\xA0]+$/g,""),t=t.replace(/\s*[,;?!.:]+\s*/g,";"),t=t.replace(/\s+/g,"_"),t=t.replace(/\W/g,i),t=t.toLowerCase().slice(0,256)),t}},4732:(e,t,s)=>{"use strict";s.d(t,{Ai:()=>a,mj:()=>c,nB:()=>i});var n=s(703),o=s(5620);let r;const i=()=>(0,n.qm)("onegaf")||(0,o.B2)(),a=()=>{r=!0},c=()=>r},8350:(e,t,s)=>{"use strict";s.d(t,{J1:()=>a,Rg:()=>c,Ut:()=>i});var n=s(450),o=s(1977),r=s(6934);const i=()=>(0,r.Z)((0,n.ZF)("ctags")||""),a=()=>i()||(0,r.Z)((0,o.Z)('meta[name="keywords"]')),c=e=>{const t=a();return e.some((e=>t.includes(e)))}},3567:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1143),o=s(5682);const r=(e,t)=>{(0,o.Z)(e)&&(0,n.Z)(`${t}${e}`)}},9319:(e,t,s)=>{"use strict";let n;s.d(t,{n:()=>o,t:()=>r});const o=e=>{n=e},r=()=>n},8994:(e,t,s)=>{"use strict";s.d(t,{hf:()=>d,ie:()=>l,vi:()=>c});var n=s(1774),o=s(7550),r=s(8917),i=s(9349);const a=Object.create(null);n.default.envConfig=a;const c=e=>{e&&a&&delete a[e]},l=(e,t,s)=>{if((0,o.Z)(e))if((0,o.Z)(t)||(0,r.Z)(t)){a[e]=t;(e+t).length+2>512&&(0,i.Z)("Env added to GAF exceeded 512 chars limit.",!0)}else s&&c(e)},d=()=>a},1440:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>m,bg:()=>u,hX:()=>p});var n=s(703),o=s(5620),r=s(369),i=s(1133),a=s(9349),c=s(6205);const l=new Set,d=new Set,u=e=>{if((0,o.I)())return!0;const t=(0,c.Z)(e);if(0!==t){if(l.size)return!l.has(t);if(d.size)return d.has(t)}return!1},p=e=>{(l.size||d.size)&&(0,r.Z)(e,(t=>{u(t)&&delete e[t]}))},m=()=>{const e=(0,c.Z)((0,n.qm)("testSlot")||(0,n.qm)("pos")),t=(0,n.qm)("pickSlots"),s=(0,n.qm)("rejectSlots"),o=(0,c.Z)((0,n.qm)("testPos")),r=(0,n.qm)("tcidma"),u=(e,t)=>{e.split(/[|,]/).forEach((e=>{const s=(0,c.Z)(e);s>0&&t(s)}))};if(u(t,(e=>{l.add(e)})),u(s,(e=>{l.has(e)||d.add(e)})),o&&r){let e;try{e=JSON.parse(r)}catch(e){(0,a.Z)('Invalid JSON "tcidma". Check syntax and used characters.',"error")}(0,i.Z)(e,1)&&l.add(o)}return e&&l.add(e),{pickSlots:l,rejectSlots:d}}},421:(e,t,s)=>{"use strict";s.d(t,{M:()=>r,c:()=>i});var n=s(1774);const o=Object.create(null);n.default.slotsStore=o;const r=(e,t)=>{o[e]=t},i=(e,t)=>{const s=o[e];if(s){const{creation:n}=s;if(o[e]=void 0,n){const{config:e}=n;if(null!=e&&e.destroy)return e.destroy(t)}}}},3476:(e,t,s)=>{"use strict";s.d(t,{ni:()=>Z,s:()=>v,vh:()=>A,xG:()=>b});var n=s(8886),o=s(703),r=s(4447),i=s(9234),a=s(1608),c=s(7379),l=s(6918),d=s(1774),u=s(5253),p=s(9610);const m=(0,c.Z)();d.default.registeredAnchors=m;const f="Anchors",g=(0,o.qm)("anchors"),h=(0,n.cu)("anchor",g&&{height:3,border:"3px lime solid",borderRadius:3,boxSizing:"border-box"}),A=e=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotUnregisteredDuringNavigation",slot:e},1e4,`Slots MUST be unregistered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const t=m[e];(0,a.Z)(t),delete m[e]},v=(e,t)=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotRegisteredDuringNavigation",slot:e},1e4,`Slots MUST be registered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const s=m[e],o=t||s;if((0,a.Z)(s),o){if(s!==o){if(!(0,u.Z)(o))return void(0,l.Z)({message:f,path:"NodeNotInDocument",slot:e},1e3,`Given node for slot ${e} is not a valid HTMLElement or it is not in DOM.`,"error");(0,p.Z)(o)||(0,l.Z)({message:f,path:"NodeNotVisible",slot:e},1e3,`Given node for slot ${e} is not VISIBLE.`,"error"),(0,n.Cj)(o,h),o.removeAttribute("style"),m[e]=o,(0,i.JO)(e,o)}return m[e]}},Z=e=>{const t=m[e];if((0,u.Z)(t))return t},b=()=>m},9544:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(421),o=s(6719),r=s(8168),i=s(9300),a=s(6205);const c=(e,t,s,c,l)=>{const d=(0,a.Z)(t);if((0,i.Z)(d,t))return;(s||(0,o.z9)(e,d))&&((0,n.c)(d,l),c&&(0,r.Z)(d))}},622:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s)=>{s&&(s.missing=1,s.registered=0)}},3724:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ae});var n=s(6719),o=s(703),r=s(3476),i=s(6257),a=s(2168),c=s(2863),l=s(1770);const d=(e,t,s)=>{s&&(s.missing=0,s.registered=1)};var u=s(369),p=s(8488),m=s(9300),f=s(3567),g=s(622),h=s(232),A=s(450),v=s(9627),Z=s(7795);var b=s(6184),w=s(94),y=s(1511),S=s(9924);const C=e=>{const t=(0,c.g1)("prebidDamOpen");if(t){const s=t[`slot${e}`];if(s){if(!0===s)return!0;if(s[`test${(0,a.Uu)().version}`])return!0}}return(0,S.s)(e)};var _=s(1913),k=s(9319);const I=e=>!(e.run||e.error||e.finished);var P=s(6205);const E=(e,t,s)=>{if(I(s)){const n=(0,P.Z)(t),o=(0,P.Z)(e);(0,k.t)()(o,n,s)}},T=(e,t,s)=>{if(s){C(t)?E(e,t,s):_.Z.fill((()=>{E(e,t,s)}))}};var O=s(9374),L=s(619),x=s(2014);const $=(e,t,s,n)=>{n&&(n.viewability||(0,L.Z)(n,O.cC,{}),n.viewability[h.$F]||(0,L.Z)(n.viewability,h.r_,{[O.PY]:s[O.PY],phd:(0,x.Z)(document.hidden)}))},D=(e,t)=>{const s=(e=>{const t=(0,c.CV)("lazyOffsets");if((0,v.Z)(t)){const s=t[(0,A.ZF)("ctype")];let n;if(n=(0,v.Z)(s)?s[e]||s.default:t.default,!(0,Z.Z)(n))return parseInt(n,10)}return 400})(e),r=(0,b.yi)((t=>{(0,u.Z)((0,n.bh)(),(s=>{const o=(0,n.z9)(s,e);$(s,e,t,o),T(s,e,o)}))}),10,s);(0,o.qm)("dynamicOffset")&&(0,w.Z)(r),(0,y.Z)(t,[r],`${h.EY}_${e}_`)};var R=s(3121),j=s(8886),N=s(5467),M=s(9783),V=s(5599),B=s(9951);const F=new Map,U=(0,j.cu)("stopScroll",{height:"100%",overflow:"hidden !important"});(0,R.aS)((()=>{F.clear()}));const z=(0,c.g1)("scrollSnap"),q=(0,P.Z)((0,o.qm)("slotSnapTopMargin"))||z.slotSnapTopMargin||30,G=(0,P.Z)((0,o.qm)("slotSnapMinMargin"))||z.slotSnapMinMargin||0,H=(0,P.Z)((0,o.qm)("slotSnapVerticalMargin"))||z.slotSnapVerticalMargin||100,W=(0,P.Z)((0,o.qm)("slotSnapDelay"))||z.slotSnapDelay||100,K=!!(0,o.qm)("slotSnapDisableVCheck")||!!z.slotSnapDisableVCheck,J=parseFloat((0,o.qm)("slotSnapMaxVelocity"))||z.slotSnapMaxVelocity||3.5,Q=(e,t)=>{const s=(0,b.q0)((()=>{var s,o;const{top:r}=(0,B.Z)(t),i=(0,n.z9)((0,N.P)(),e),a=!(null==i||null==(s=i.viewability)||null==(o=s[h.$F])||!o[O.PY]),c=!!F.has(e);if((K||!a)&&!c){const t={top:r-q,behavior:"smooth"},s=(0,V.Z)();l.mL?(window.scrollTo(t),setTimeout((()=>{(0,M.Cj)(s,U),setTimeout((()=>{(0,M.ef)(s,U)}),70)}),W)):((0,M.Cj)(s,U),setTimeout((()=>{(0,M.ef)(s,U),window.scrollTo(t)}),W)),F.set(e,!0)}}),H,G,J);(0,y.Z)(t,[s],`${h.T3}_${e}_`)};var Y=s(6590);const X="0"===(0,o.qm)("lazyAdv"),ee=e=>{const{dfpConfig:t,lazy:s}=e;let n=!s;return t&&(n=!1),X&&(n=!0),n},te=(e,t,s)=>{if(null!=s&&s.delivered){ee(s)&&E(e,t,s)}},se=(0,o.qm)("noslots"),ne=!l.TL&&((0,c.fS)("useScrollSnap")||(0,a.wV)("scrollSnapTestVersion")||(0,o.qm)("forceScrollSnap")),oe=(0,o.qm)("slotsToSnap"),re=(0,c.g1)("scrollSnap"),ie=oe?oe.split(",").map(P.Z).filter(Boolean):re.slotsToSnap,ae=(e,t,s)=>{const o=(0,P.Z)(e);if((0,m.Z)(o,e))return;const a=(0,p.Z)(t),c=(0,r.s)(o,a);if(c){(0,f.Z)(o,"SlotRegister");const e=Object.assign({},s);if((0,i.O)(o,e),se)return;if((0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);d(e,o,t),te(e,o,t)})),D(o,c),ne&&ie.includes(o)){const e=Y.Z[o]?c:c.parentElement;Q(o,e)}}else(0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);(0,g.Z)(e,o,t)}))}},9234:(e,t,s)=>{"use strict";s.d(t,{DN:()=>g,JO:()=>u,W3:()=>b,Y4:()=>Z,cV:()=>p,oI:()=>m,sv:()=>A,wN:()=>h});var n=s(3476),o=s(5394),r=s(1774),i=s(369),a=s(3205);const c={registration:new Set,impression:new Set,view:new Set};r.default.slotHandlers=c;const l=(e,t,s)=>{try{e(t,s)}catch(e){(0,o.Z)(e,"SlotHandlers")}},d=(e,t,s)=>{c[e].forEach((e=>{l(e,t,s)}))},u=(e,t)=>{d("registration",e,t)},p=(e,t)=>{d("impression",e,t)},m=(e,t)=>{d("view",e,t)},f=(e,t)=>{const s=c[e];if(a.Z.f(t)&&!s.has(t))return s.add(t),!0},g=e=>{if(f("registration",e)){const t=(0,n.xG)();return(0,i.Z)(t,(t=>{l(e,t,(0,n.ni)(t))})),!0}},h=e=>f("impression",e),A=e=>f("view",e),v=(e,t)=>{const s=c[e];if(s.has(t))return s.delete(t),!0},Z=e=>v("impression",e),b=e=>v("view",e)},8983:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6719),o=s(3476),r=s(9544),i=s(369),a=s(9300),c=s(6205);const l=e=>{const t=(0,c.Z)(e);(0,a.Z)(t,e)||((0,o.vh)(t),(0,i.Z)((0,n.bh)(),(e=>{(0,r.Z)(e,t,void 0,!0,!0)})))}},9924:(e,t,s)=>{"use strict";s.d(t,{D:()=>c,s:()=>l});var n=s(2168),o=s(2863),r=s(4447);const i=(0,o.g1)("srik").slots||[],a=(0,o.fS)("useSrik")||(0,n.wV)("srikTestVersion"),c=()=>Boolean(a&&(0,r.C)()),l=e=>c()&&i.includes(e)},94:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3871);const o=e=>{Object.defineProperties(e,{horizontalShift:{get:()=>(0,n.J6)().horizontalOffset},verticalShift:{get:()=>(0,n.J6)().verticalOffset}})}},1608:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(232),o=s(8720);const r=e=>{(0,o.Z)(e,n.i6)}},3871:(e,t,s)=>{"use strict";s.d(t,{J6:()=>l,S1:()=>d});var n=s(1628),o=s(703);let r=0,i=0;const a=(e,t)=>{const s=50*e,n=((e,t)=>e*t<0)(s,t);if(Math.abs(t)<=Math.abs(s)||n)return Math.min(Math.max(s,-1e3),1e3);if(Math.abs(t)>100){if(t>0)return t-100;if(t<0)return t+100}return 0},c=()=>{const{verticalVelocity:e,horizontalVelocity:t}=(0,n.f3)();r=a(e,r),i=a(t,i)},l=()=>({verticalOffset:r,horizontalOffset:i}),d=()=>{(0,o.qm)("dynamicOffset")&&setInterval(c,50)}},232:(e,t,s)=>{"use strict";s.d(t,{$F:()=>i,EY:()=>o,OI:()=>a,T3:()=>l,bH:()=>r,i6:()=>d,kS:()=>c,r_:()=>n});const n="slotViewability",o="slotInViewport",r="slotRefresh",i="advViewability",a="advExtraViewability",c="advCustomViewability",l="slotScrollSnapping",d=[n,o,r,i,a,c,l]},6184:(e,t,s)=>{"use strict";s.d(t,{MA:()=>l,Zp:()=>a,gQ:()=>i,jq:()=>r,q0:()=>d,yi:()=>c});var n=s(9374),o=s(232);const r=e=>({name:o.$F,method:n.hm,time:1,percent:50,[n.$v]:!1,callback:e}),i=e=>({name:`${o.OI}${e}`,method:n.hm,time:1,percent:e,[n.$v]:!1}),a=(e,t,s)=>({name:o.kS,method:n.hm,time:t,percent:s,[n.$v]:!0,callback:e}),c=(e,t,s)=>({name:o.EY,method:n.pP,verticalMargin:s,horizontalMargin:t,[n.$v]:!0,callback:e}),l=(e,t,s,r)=>({name:o.bH,method:t?n.hm:n.am,time:s,percent:50,[n.$v]:!0,callback:e,checkTimeout:t,isCumulative:r}),d=(e,t,s,r)=>({name:o.T3,method:n.LD,verticalMargin:t,minMargin:s,slotSnapMaxVelocity:r,[n.$v]:!0,callback:e})},1603:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("GAM",!0)},6126:(e,t,s)=>{"use strict";s.d(t,{g:()=>a,r:()=>i});var n=s(4462),o=s(619);const r=(0,n.Nu)(5,!0,!0),i=e=>(0,o.Z)(e,r,!0),a=e=>!!e[r]},713:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["camps"]},1964:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={pl:"REKLAMA",en:"ADVERTISEMENT",uk:"РЕКЛАМА"},o=n[(0,s(7798).Z)()]||n.pl},7516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPcbadcp"},7787:(e,t,s)=>{"use strict";let n;s.d(t,{B:()=>o,_:()=>r});const o=()=>n,r=e=>{n=e}},9721:(e,t,s)=>{"use strict";s.d(t,{C:()=>o,Y:()=>n});const n=btoa("preventCB"),o=e=>!!e.closest(`.${n}`)},1605:(e,t,s)=>{"use strict";s.d(t,{Z:()=>m});var n=s(450),o=s(9721),r=s(6126),i=s(1770),a=s(8488);const c=(e,t)=>{const s=(0,a.Z)(t);return null==s?void 0:s.contains(e)},l=(e,t)=>e.classList.contains(t);var d=s(6918),u=s(5253);const p="CommercialBreak",m=e=>{if((0,u.Z)(e)){const{href:s,target:a}=e;return!((0,o.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=>c(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,l(t,"btn-comments")||l(t,"close")||/pogoda.wp.pl/.test(t.href)&&(l(t,"tab")||c(t,".links.location-map-links"))||(0,i.QT)()&&"gallery"===(0,n.ZF)("ctype")&&t.getAttribute("data-st-area")&&t.getAttribute("data-st-area").match(/gallery-next|gallery-prev|gbot-next/))||"_blank"===a||(0,r.g)(e))}var t;(0,d.Z)({message:p,path:"missing link element"},100,`Missing clicked link element for ${p}.`,!0)}},1037:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9460),o=s(6598);const r=e=>{const t=t=>{(0,o.Z)(e,{actionType:t},"traffic",void 0,!0)},s=()=>{t("quit")};return(0,n.mc)(s),{sendStats:t,removeQuitHandler:()=>{(0,n.vS)("beforeunload",s)}}}},5435:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPstadcp"},2222:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8886),o=s(3495),r=s(3205),i=s(4263);const a=()=>{const e=e=>{(e=>{r.Z.f(e.pause)&&e.pause()})(e),(e=>{r.Z.f(e.mute)?e.mute():e.muted=!0})(e)};(0,o.Z)().filter(Boolean).forEach(e);const t=(0,n.cu)("ntvVd",{});Array.from((0,i.Z)(`.${t}`,!0)).filter(Boolean).forEach(e)}},8883:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(4841),o=s(6730),r=s(3574),i=s(6918),a=s(1977);const c=()=>{const e=window.location.search.includes("logov2");if((0,n.y1)("wptv")||(0,n.y1)(/programtv|kafeteria/)&&e)return;const t=(0,a.Z)('meta[property="logo"]',!1,3e3);if(t)return(0,i.Z)({message:"LogoUrl",path:"MetaPropertyLogo"},1e3),t;const s=(0,a.Z)('meta[name="logo"]',!1,3e3);if(s)return(0,i.Z)({message:"LogoUrl",path:"MetaNameLogo"},1e3),s;(0,i.Z)({message:"LogoUrl",path:"MissingMetaLogo"},1e3)},l=()=>{var e;const t=c();if(t)return t;let s=null==(e=(0,n.W_)().match(/^(?:o2_|nwm_)?([a-z0-9]*)/))?void 0:e[1];window.location.search.includes("logov2")&&(0,n.y1)(/autokult|eautokult|dobreprogramy|kafeteria/)&&(s+="_v2");const i=s||"sg";return(0,o.mess)(`${r.Z}images/logo/logo_${i}.png`)}},2773:(e,t,s)=>{"use strict";s.d(t,{C:()=>o,i:()=>n});const n="inisuid",o={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),o=s(6539);const r=(e,t)=>{const s=(0,n.Kp)(),r=s&&(0,o.Z)(t,s);return r&&(0,o.Z)(e,r)||!1},i=e=>r(e,"steeringExternal"),a=e=>r(e,"steering"),c=e=>r(e,"config")},9719:(e,t,s)=>{"use strict";s.d(t,{G:()=>a,v:()=>i});var n=s(961),o=s(7550);let r="";const i=e=>{if((0,o.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,o)=>{let r=e.charCodeAt()+o;return r<t&&(r+=n),r>s&&(r-=n),String.fromCharCode(r)})).join("");r=btoa(a).replace(o,i)}},a=()=>{const e=(0,n.BF)("ck"),t=(0,n.BF)("mr","WPM");if(e&&t)return r}},1852:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("PrebidApi")},1154:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>r});var n=s(9126);let o=(e=>{if(!e)return!1;try{return(0,n.Z)(e)}catch(e){console.error(e)}})((0,s(6539).Z)("prebidConfig"))||!1;const r=()=>o},1913:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Prebid")},2168:(e,t,s)=>{"use strict";s.d(t,{wV:()=>E,ZP:()=>T,Uu:()=>I,ju:()=>P,UQ:()=>k});var n=s(2863),o=s(703),r=s(9853),i=s(1501),a=s(8994),c=s(9627),l=s(7550);const d=e=>{const{stName:t,stAuthority:s}=e;let n=!1;if((0,c.Z)(e)&&(0,l.Z)(t)&&(0,l.Z)(s)){const o=(0,r.bB)(s,t);(0,l.Z)(o)&&(e.stVersion=o,(0,a.ie)("stVersion",o),n=!0)}return n},u=e=>{if((0,c.Z)(e)){const{version:t,mct:s}=e;(0,a.ie)("tVersion",t),null!=s&&s[t]&&(0,a.ie)("mct",s[t])}};var p=s(4462);const m=(e=2)=>String.fromCharCode(65+(0,p.$6)(e));var f=s(3381),g=s(1154);const h=()=>{let e;const t=(0,g.Kp)();if((0,c.Z)(t)){const s=new Date,o=Object.keys(t);let r=-1/0;o.forEach((t=>{if(t.includes("testConfig")){const o=new Date(t.replace("testConfig","")),i=o-s;o<=s&&i>=r&&(r=o-i,e=(0,n.g1)(t))}}))}return e||(e=(0,n.g1)("testConfig")||{}),e};var A=s(369),v=s(6539),Z=s(7741),b=s(9349);const w=()=>{const e=(0,o.qm)("forceProgrammaticTest")||!(0,n.fS)("disableAutomaticTest")&&(0,v.Z)("wp_abtest_programmatic");let t,s,i=!1,a=!1,d=!1;if((0,c.Z)(e)){const{testName:n,startDate:o,endDate:r}=e;s=Date.now(),a=o?Date.parse(o):a,d=r?Date.parse(r):d,t=n}else(0,l.Z)(e)&&(t=e);if(t){const e=(0,r.go)();let n=!1;(0,A.Z)(e,(e=>{const o=(0,r.bB)(e,t);if(o){const e=(0,Z.Z)(s,a,d);n=!0,e&&(i={testName:t,version:o.slice(0,1).toUpperCase(),mode:"automatic"})}})),n&&(0,b.Z)(`Automatic test start FAILED, didn't found matching A/B test config, check testName: ${t}`,!0)}return i},y=()=>{const e=(0,n.g1)("mct");(0,a.ie)("mct",e)},S=e=>{var t;const s=e||"default",o=(0,n.CV)("S2Sconfig"),r=null==o||null==(t=o.tests)?void 0:t[s];if(null!=r&&r.name){const{include:e,exclude:t}=r;return r.include=Array.isArray(e)&&e.join(";")||e,r.exclude=Array.isArray(t)&&t.join(";")||t,r}},C=e=>{if((0,c.Z)(e)){const t=(0,n.CV)("lazyOffsets"),{version:s,lazyOffsetsTest:o}=e;if(t&&o){const e=t[s];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}};let _=!1;const k=(e,t)=>{const s=t||_;return s&&s[e?"stVersion":"version"]||!1},I=e=>{const t=e||_;return!(!t||!t.version)&&t},P=()=>S(_&&_.version),E=e=>{const t=I(),s=t[e];return!(!s||!s.includes(t.version))},T=()=>{if(y(),!_){const e=h(),t=(0,n.fS)("testOn"),{authority:s,testName:a,base:p}=e,g=(0,l.Z)(a)&&t,A=w();let v;if(g){const t=s||"application",n=s||"adtech",l=(0,o.qm)("prgVersion"),d=e&&e.overrideRefreshPvVersion,{mode:u="master"}=e;switch(_=Object.assign({},e),u){case"master":_.version=m(p),d&&(0,i.r)()&&(_.version=d),l&&(_.version=l),(0,r.jO)(n,a,_.version);break;case"slave":_.version=(0,r.bB)(t,a);break;default:(0,f.Z)("błąd w testConfig => błędny tryb")}const{version:g,mapVersion:h}=_;if(_=!!g&&_,(0,c.Z)(_))if((0,c.Z)(h)){const{disabled:e}=h;_.version=h[g]||g,v=e&&e.includes(_.version)}else _.version=g.slice(0,1).toUpperCase()}else A&&(_=Object.assign({},A));v?_=null:(d(_),u(_),C(_))}return _}},4192:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1384),o=s(1852);const r=e=>{o.Z.fill((()=>{const t=(0,n.ac)("prebid");null!=t&&t.startDisplayAuction&&t.startDisplayAuction(e)}))}},7331:(e,t,s)=>{"use strict";s.d(t,{CG:()=>r,Lx:()=>i,Wj:()=>c,sp:()=>a,vb:()=>n,xb:()=>o});const n="CPM_INT",o=!1,r=0,i=1,a=3,c=4},9943:(e,t,s)=>{"use strict";s.d(t,{BD:()=>u,OT:()=>c,XG:()=>d,_X:()=>l});var n=s(7331);let o,r=!1,i=!1,a=n.xb;const c=()=>r,l=()=>i,d=()=>a,u=()=>o},9853:(e,t,s)=>{"use strict";s.d(t,{Zd:()=>v,co:()=>Z,wU:()=>b,ZP:()=>w,go:()=>h,KF:()=>A,bB:()=>f,zK:()=>g,jO:()=>m});var n=s(9349);const o=(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)};var r=s(619),i=s(1774),a=s(369),c=s(6539),l=s(7550),d=s(3205);const u=Object.create(null);i.default.testsStore=u;const p=e=>{const t=new Map;return(0,r.Z)(u,e,t),Object.defineProperty(t,"getString",{value:()=>[...t.entries()].map((t=>[e,...t].join("|"))).join(";")}),t},m=(e,t,s)=>{const r=u[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),o(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")},f=(e,t)=>{const s=u[e];if(s)return s.get(t);(0,n.Z)("Authority store does not exist.","error")},g=(e,t,s)=>{const n=f(e,t);return d.Z.u(s)?(0,l.Z)(n):(o(e,t,s),n===s)},h=()=>{const e={};return(0,a.Z)(u,((t,s)=>{e[t]=Object.fromEntries(s.entries())})),e},A=()=>Object.values(u).map((e=>e.getString())).filter((e=>""!==e)).join(";"),v=p("adtech"),Z=p("analytics"),b=p("application"),w=()=>{const e=(0,c.Z)("wp_abtest");(0,a.Z)(e,((e,t)=>{(0,a.Z)(t,((t,s)=>{m(e,t,s)}))}))}},8886:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>c,El:()=>o,Vx:()=>a,aB:()=>d,cu:()=>r,ef:()=>l,jo:()=>i});var n=s(7207);const{addAnimation:o,addStyle:r,removeStyle:i,update:a,pin:c,unpin:l,togglePin:d}=(0,n.P)("std")},9783:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>o,aB:()=>i,ef:()=>r});var n=s(3205);const o=(e,t)=>{if(e instanceof Element)return e.classList.add(t),e.setAttribute(t,""),e},r=(e,t)=>{if(e instanceof Element)return e.classList.remove(t),e.removeAttribute(t),e},i=(e,t,s)=>{if(e instanceof Element){return(n.Z.b(s)?s:!e.hasAttribute(t))?o(e,t):r(e,t),e}}},7207:(e,t,s)=>{"use strict";s.d(t,{i:()=>I,P:()=>k});var n=s(369),o=s(7795),r=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)&&r.Z.n(p)&&(p+="px"),(0,o.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};var p=s(9783),m=s(4462),f=s(919),g=s(3354),h=s(9126),A=s(1774),v=s(8959),Z=s(9627),b=s(7550),w=s(9349),y=s(7384);const S="def",C=((0,f.FT)()||A.default.mode)&&!(0,y.Z)("hashstyle")||(0,y.Z)("unhashstyle"),_=Object.create(null);A.default.managerStore=_;const k=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t)return t.api;let s,o=!1;const r={mediaStore:Object.create(null)};_[e]=r;const c=()=>{const{mediaStore:t,styleElement:c}=r,d=Object.entries(t).map((([e,t])=>{const s=t.style,o=t.keyframes;let r="";return e!==S&&(r+=`@media ${e}{`),(0,n.Z)(o,((e,t)=>{r+=((e,t)=>{let s=a,o=a;return(0,n.Z)(t,((e,t)=>{o+=`${e} {${l(t)}}`})),[...i,a].forEach((t=>{s+=`@${t}keyframes ${e} {${o}}`})),s})(e,t)})),(0,n.Z)(s,((e,t)=>{null!=t&&t.hash&&(0,Z.Z)(t.style)&&(r+=`.${t.hash}${t.selector||""},[${t.hash}]${t.selector||""}{${l(t.style)}}`)})),e!==S&&(r+="}"),r})).join("");if(d)if(c)c.textContent=d;else{const t=(0,g.Z)(d,e);r.styleElement=t,(0,v.Z)().appendChild(t)}s=null,o=!1},d={addAnimation:(e,t,s,i=S)=>{const{mediaStore:a}=r,c=(0,h.Z)(t),l=a[i]||Object.create(null);if(l.keyframes=l.keyframes||Object.create(null),!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 o=!0,e},addStyle:(e,t,s,n=S)=>{const{mediaStore:i}=r,a=i[n]||Object.create(null),c=a.style||Object.create(null),l=a.hash||Object.create(null),d=e.split(/(\b)/i),p=d.shift();let f=c[e],g=l[p];if(f||(f=Object.create(null),g||(g=C?p:(0,m.Nu)(7,36,!0)),f.hash=g,f.selector=d.join(""),f.style=Object.create(null)),(0,Z.Z)(t)){const e=Object.assign({},t);f.style=Object.assign(f.style,u(e,s))}return c[e]=f,l[p]=g,a.style=c,a.hash=l,i[n]=a,o=!0,f.hash},removeStyle:e=>{const{mediaStore:t}=r,s=e.split(/(\b)/i).shift();(0,n.Z)(t,((e,t)=>{const o=t.style,r=t.hash;if(r[s]){const e=r[s];delete r[s],(0,n.Z)(o,((t,s)=>{s.hash===e&&delete o[t]}))}})),o=!0},update:e=>{o&&(e?(cancelAnimationFrame(s),c()):s||(s=requestAnimationFrame(c)))},pin:p.Cj,unpin:p.ef,togglePin:p.aB};return r.api=d,d},I=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t){const{styleElement:e}=t;return e&&e.remove(),t.styleElement=void 0,t.mediaStore=Object.create(null),t.api}}},551:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(8886),o=s(4462),r=s(853),i=s(7159),a=s(369),c=s(3205),l=s(9349);const d="IframeFactory",u=(e,t,s)=>{const u="width",p="height",m="error",f="load",g="html,body{margin:0;padding:0;}",h={scrolling:"no",frameborder:"0"},A=d+(0,o.Nu)(6,!0);let v,Z,b,w,y,S,C,_,k,I,P,E,T,O,L,x,$,D,R=g;const j=()=>{if(!D)try{Z=v.contentWindow}catch(e){}return Z},N=()=>{if(j(),!D)try{b=v.contentDocument}catch(e){}return b},M=e=>{v.removeEventListener(m,M),S&&S(e,_)},V=e=>{w||(v.removeEventListener(f,V),w=!0,C&&C(_))};return(()=>{v=(0,i.Z)("iframe"),(0,n.Cj)(v,(0,n.cu)(A,t)),(0,n.Vx)();const o=Object.assign(h,e);x=h[u],$=h[p],(0,a.Z)(o,((e,t)=>{v.setAttribute(e,t)})),Object.assign(v.dataset,s),v.addEventListener(f,V),v.addEventListener(m,M)})(),{setAutoResize:(e,t,s,n,o)=>{O=0,k=e,I=t,P=s,E=n||500,T=o||3,k&&I&&(L=setInterval((()=>{(()=>{if(N(),O<T){if(b){const e=b.body;if(e){let t=e.scrollWidth,s=e.scrollHeight;t=t>k&&t>0?t:k,s=s>I&&s>0?s:I,x===t&&$===s||(x=t,$=s,v[u]=t,v[p]=s,v.style[u]=`${t}px`,v.style[p]=`${s}px`,P({[`${u}!`]:t,[`${p}!`]:s}))}}O+=1}else P=null,clearInterval(L)})()}),E))},getDocument:N,getWindow:j,getIframe:()=>v,setStyle:e=>{R=e},setBase:e=>{y=e},resetBodyStyle:()=>{if(N(),b){const e=b.querySelector("head");e&&(0,r.Z)(e,`<style id='iaq_if'>${g}</style>`)}R=g},appendTo:e=>{e&&e.appendChild(v)},write:e=>{if(N(),b){let t="";y&&(t+=`<base href="${y}${/\/$/.test(y)?"":"/"}" />`),R&&(t+=`<style>${R}</style>`);try{b.open(),b.write(t+e),b.close()}catch(e){}}},load:(e,t)=>{C=c.Z.f(e)?e:t,c.Z.s(e)&&(v.setAttribute("src",e),_=e)},error:e=>{c.Z.f(e)&&(S=e)},postMessage:(e,t)=>{if(j(),!D)try{Z.postMessage(e,t||"*")}catch(e){(0,l.Z)(`${d} postMessage error: ${null==e?void 0:e.message}`)}},destroy:()=>{clearInterval(L),(0,n.jo)(A),v.removeEventListener(f,V),v.removeEventListener(m,M),v.setAttribute("src","about:blank"),v.remove(),Z=null,b=null,D=!0}}}},3574:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://std.wpcdn.pl/"},6806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(8886).cu)("fullWidth",{width:"100%"})},4564:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(853),r=s(7159);const i=(e,t,s)=>{const i=(0,n.Cj)((0,r.Z)(),(0,n.cu)(e,Object.assign({cursor:"pointer",position:"relative"},s)));return(0,n.cu)(`${e} svg`,{position:"absolute",width:"50%",height:"50%",top:0,left:0,right:0,bottom:0,margin:"auto",fill:t}),(0,o.Z)(i,'<svg xmlns="http://www.w3.org/2000/svg" width="95" height="95" viewBox="0 0 94.9 94.9"><path d="M55.9 47.5L94.3 9.1c0.8-0.8 0.8-2.2 0-3L88.8 0.6C88.4 0.2 87.9 0 87.3 0c-0.6 0-1.1 0.2-1.5 0.6L47.5 39 9.1 0.6c-0.8-0.8-2.2-0.8-3 0L0.6 6.1c-0.8 0.8-0.8 2.2 0 3l38.4 38.4L0.6 85.8c-0.8 0.8-0.8 2.2 0 3l5.5 5.5c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l38.4-38.4 38.4 38.4c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l5.5-5.5c0.8-0.8 0.8-2.2 0-3L55.9 47.5z"></path></svg>'),i}},3007:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(450);const o=()=>(0,n.ZF)("darkmode")},5467:(e,t,s)=>{"use strict";s.d(t,{P:()=>i,q:()=>a});var n=s(6539),o=s(2443);let r;const i=()=>r||(0,n.Z)("rekid"),a=e=>{(0,o.Z)("rekid",e),r=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})()},9634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const{navigator:n}=window,o=n&&(n.connection||n.mozConnection||n.webkitConnection)||!1},450:(e,t,s)=>{"use strict";s.d(t,{Kl:()=>a,Qj:()=>i,ZF:()=>r});var n=s(6539),o=s(2443);const r=e=>{let t=(0,n.Z)("wp_dot_addparams");return t&&e&&(t=t[e]),t},i=e=>(0,o.Z)("wp_dot_addparams",e),a=e=>{i(Object.assign(r()||{},e))}},1770:(e,t,s)=>{"use strict";s.d(t,{$e:()=>T,G6:()=>p,KD:()=>k,LM:()=>C,N0:()=>E,Pk:()=>y,QT:()=>I,Qt:()=>S,Rf:()=>P,TH:()=>w,TL:()=>u,V8:()=>A,X2:()=>v,YG:()=>_,Zo:()=>b,c3:()=>Z,f0:()=>m,hx:()=>f,i7:()=>d,mL:()=>g,x_:()=>h});var n=s(4841),o=s(6539),r=s(4523),i=s(3205),a=s(2230),c=s(6205);const l=(0,a.Z)("iphone|ipad|ipod"),d=l&&!window.MSStream?(0,a.Z)("crios"):(0,a.Z)("chrome"),u=l&&(0,a.Z)("safari")&&!(0,a.Z)("(CriOS|FxiOS|OPiOS|mercury|chrome)"),p=(0,a.Z)("safari")&&!(0,a.Z)("chrome"),m=l?(0,a.Z)("opios"):(0,a.Z)("opr\\/")||i.Z.o(window.opera),f=l?(0,a.Z)("fxios"):(0,a.Z)("firefox\\/")&&!(0,a.Z)("(compatible|webkit)"),g=(0,a.Z)("iphone|ipad|ipod|macintosh"),h=(()=>{const{userAgent:e}=window.navigator;let t;return r.Z?t=(()=>{const t=/msie (\d+)/i.exec(e);return t?t[1]:(0,a.Z)("trident\\/7\\.0")>0?11:0})():d?t=(0,c.Z)((e.match(/(chrom(?:e|ium)|crios)\/(\d+)/i)||[])[2])||0:f?t=(0,c.Z)((e.match(/firefox\/(\d+)/i)||[])[1])||0:p&&(t=(0,c.Z)((e.match(/version\/(\d+)/i)||[])[1])||0),t})(),A=()=>(0,n.y1)("poczta|profil|pomoc|onelogin"),v=()=>(0,n.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),Z=()=>(0,n.y1)("^money"),b=()=>(0,n.y1)("^nwm_parenting"),w=()=>(0,n.y1)("^nwm_abczdrowie"),y=()=>(0,n.y1)("^magazyn"),S=()=>(0,n.y1)("^sportowefakty"),C=()=>(0,n.y1)("o2_o2_pl"),_=()=>(0,n.y1)("^pudelek|pudelek_pl$"),k=()=>(0,n.y1)("^(sg|sg_mobile)$"),I=()=>!!(0,o.Z)("PAKO"),P=()=>!!(0,o.Z)("wp_amp"),E=()=>(0,n.y1)("^app"),T=()=>(0,n.y1)("^wirtualnaukraina")},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:()=>o});var n=s(1774);const o=e=>document.getElementById(e||n.default.bucket)},528:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1081);const o=(0,s(2230).Z)("google|hotjar|ruxit|lighthouse|yandex|pinterest|(bing|apple|moat|petal|ad)bot")&&!n.Z},4523:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(2230).Z)("trident\\/")},8727:(e,t,s)=>{"use strict";s.d(t,{R:()=>a,b:()=>i});var n=s(4841),o=s(6539);let r=!1;const i=()=>{r=!!((0,n.y1)("_m_|_mobile")||(0,o.Z)("wp_mobile")||(0,o.Z)("isMobile"))},a=()=>r},4841:(e,t,s)=>{"use strict";s.d(t,{GD:()=>l,PO:()=>c,W_:()=>i,oO:()=>u,ut:()=>a,y1:()=>d});var n=s(8727),o=s(6539),r=s(2443);const i=()=>(0,o.Z)("wp_sn"),a=e=>{(0,r.Z)("wp_sn",e),(0,n.b)()},c=()=>(i()||"").replace(/(_dynamic)/g,""),l=e=>{const t=e||i();return t&&"unknown"!==t},d=e=>{let t=e;return Array.isArray(t)&&(t=`^(${t.join("|")})$`),new RegExp(t).test(i())},u=()=>{const e=(0,o.Z)("wp_spa_config");if(e){var t,s;const o="mobile"===e.platform||(0,n.R)(),r=null==(t=e[e.platform])||null==(s=t.dot)?void 0:s.base;o?d("_mobile$")||(!i()&&r?a(`${r}_mobile`):a(`${i()}_mobile`)):!i()&&r&&a(r)}}},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:()=>a});var n=s(1774),o=s(3205),r=s(2621);const i=Object.create(null);n.default.dams=i;const a=(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:o}=e;clearTimeout(t),n()};return Object.create(null,{fill:{value:(e,i,a)=>{if(o.Z.f(e)){const o=Object.create(null,{cb:{value:e},info:{value:i}});if(t)n(o);else if(s.add(o),(0,r.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(),i[s]=n,n}},5620:(e,t,s)=>{"use strict";s.d(t,{$D:()=>v,B2:()=>a,FJ:()=>d,I:()=>u,IK:()=>l,IN:()=>o,QE:()=>b,U6:()=>f,US:()=>i,YE:()=>p,Yw:()=>h,aX:()=>g,h5:()=>y,j5:()=>c,kQ:()=>w,mv:()=>Z,oQ:()=>r,s4:()=>A,uD:()=>m});var n=s(703);const o=()=>!!(0,n.qm)("tcid"),r=()=>!!(0,n.qm)("tcidma"),i=()=>!!(0,n.qm)("matoken"),a=()=>(o()||r()||!!(0,n.qm)("htmlFile"))&&!(0,n.qm)("tcidf"),c=()=>!!(0,n.qm)("noext"),l=()=>!!(0,n.qm)("novendor")||c(),d=()=>!!(0,n.qm)("noadv")||c()||i(),u=()=>!!(0,n.qm)("nodisplay")||d(),p=()=>!!(0,n.qm)("nodirect")||u(),m=()=>!!(0,n.qm)("nogam")||u()||l(),f=()=>!!(0,n.qm)("noprebid")||u()||l()||a(),g=()=>!!(0,n.qm)("noplayer"),h=()=>!!(0,n.qm)("novideo")||d(),A=()=>!!(0,n.qm)("nodetector"),v=()=>!!(0,n.qm)("nobdc"),Z=()=>!!(0,n.qm)("noasr"),b=()=>"1"===(0,n.qm)("nowave"),w=()=>"1"===(0,n.qm)("nofsc"),y=()=>"1"===(0,n.qm)("noshow")},9460:(e,t,s)=>{"use strict";s.d(t,{DH:()=>k,Hj:()=>C,Hy:()=>S,Ns:()=>O,Um:()=>E,XV:()=>P,ZP:()=>D,_k:()=>_,hT:()=>x,mc:()=>$,nr:()=>I,uU:()=>T,vS:()=>y,vv:()=>L});var n=s(3121),o=s(9853),r=s(1774),i=s(3205);const a="DOMContentLoaded",c="_visible",l="_hidden",d="_resizeend",u="_scrollend",p=Object.create(null),m=Object.create(null),f=Object.create(null),g=Object.create(null),h=Object.create(null);let A=!1;r.default.handlers={isAttached:p,executions:m,executionsDone:f,attachedOnce:g,eventQueue:h};const v=(e,t)=>{const s=h[e];if(s){const n=s.length;let o;for(let r=0;r<n;r+=1)o=g[e]?s.shift():s[r],i.Z.f(o)&&o(t)}g[e]&&(f[e]=!0)},Z=e=>{let t;return s=>{clearTimeout(t),t=setTimeout((()=>{v(e,s)}),100)}},b={[u]:["scroll",Z(u)],[d]:["resize",Z(d)]},w=e=>{const t=h[e],s=b[e];if(null!=t&&t.length&&!p[e]){if(s)C(s[0],s[1]);else{const t=!("scroll"!==e||!A)&&{passive:!0};window.addEventListener(e,m[e],t)}p[e]=!0}else null!=t&&t.length||!p[e]||(s?y(s[0],s[1]):window.removeEventListener(e,m[e]),p[e]=!1)},y=(e,t)=>{((e,t)=>{const s=h[e]||[];if(t&&s){const e=s.indexOf(t);e>-1&&s.splice(e,1)}})(e,t),w(e)},S=()=>/te/.test(document.readyState),C=(e,t,s,o)=>{/^[a-z]+:[a-z]+$/i.test(e)?(0,n._V)(e,t,s,o):((e=>{m[e]||(m[e]=t=>{v(e,t)})})(e),((e,t,s,n)=>{h[e]=h[e]||[];const o=n?"unshift":"push";s&&(g[e]=!0),i.Z.f(t)&&(f[e]?t():h[e][o](t))})(e,t,s,o),w(e))},_=(e,t)=>{C(a,e,!0,t)},k=(e,t)=>{C("resize",e,!1,t)},I=(e,t)=>{C("scroll",e,!1,t)},P=(e,t)=>{C(d,e,!1,t)},E=(e,t)=>{C(u,e,!1,t)},T=(e,t)=>{C("pagehide",e,!1,t)},O=(e,t)=>{C("pageshow",e,!1,t)},L=(e,t)=>{C(c,e,!1,t)},x=(e,t)=>{C(l,e,!1,t)},$=(e,t)=>{C("beforeunload",e,!0,t)},D=()=>{if((0,o.zK)("adtech","PA-272","B"))try{const e=Object.defineProperty({},"passive",{get:()=>(A=!0,!0)});window.addEventListener("_",null,e),window.removeEventListener("_",null,e)}catch(e){}f[a]=S(),document.addEventListener("visibilitychange",(e=>{v(document.hidden?l:c,e)}))}},703:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>i,NB:()=>c,qm:()=>l});var n=s(1774),o=s(6539),r=s(7842);const i=()=>{const{search:e,hash:t}=window.location;return Object.assign((0,r.Z)(e),(0,r.Z)(t),(0,o.Z)("wp_switches"))},a=i();n.default.switches=a;const c=()=>a,l=e=>(0,o.Z)(e,a)||""},4923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5599);const o=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),o=s(6733),r=s(1143);const i=()=>{const e="GDPRBar",t=`${e}LoadStart`;(0,r.Z)(t),s.e(599).then(s.bind(s,3054)).then((({default:s})=>{(0,o.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{(0,o.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),o=s(961),r=s(7265),i=s(2020),a=s(7508),c=s(6205);let l=!1;const d=()=>(()=>{const{purposeConsents:e,vendorConsents:t}=(0,r.SU)();return e.size>0&&t.size>0})()&&(0,o.BF)("mr","TP")&&(0,o.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=Object.create(null)},846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r,e:()=>o});const n=(0,s(1386).Z)("Consent"),o=()=>{setTimeout((()=>n.open()),16)},r=n},2466:(e,t,s)=>{"use strict";s.d(t,{Dc:()=>n,F1:()=>i,le:()=>r,q2:()=>o});const n="WPtcsb",o="WPdp",r="WPtcs2",i=[o,r]},1361:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(1467),o=s(5394),r=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,5489)).then((({default:s})=>{(0,i.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{r.Z.open(),(0,i.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,o.Z)(s,"ConsentForm")}))}},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),o=s(9627),r=s(7550),i=s(9349),a=s(2264);const c=(e,t)=>{if(!(0,r.Z)(e)||!(0,r.Z)(t))return"";const s=t.length,n=e.length;let o="";for(let r=0;r<n;r+=1){const n=e.charCodeAt(r),i=t.charCodeAt(r%s);o+=String.fromCharCode(n^i)}return o},l=3,d=e=>{if((0,o.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,r.Z)(e))return e}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}},u=e=>{if((0,r.Z)(e)){const t=e.slice(0,l),s=e.slice(l);try{const e=JSON.parse(c(atob(decodeURIComponent(s)),t));if((0,o.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:()=>S,BF:()=>y,Ld:()=>A,U2:()=>b,a1:()=>h,gf:()=>C,rl:()=>g,t8:()=>w,uB:()=>v});var n=s(5090),o=s(9627),r=s(2264);const i="WPM",a=[i,"GWP","TP"],c="[1,2,3,4,5,6,7,8,9,10]",l={[i]:c,GWP:c,TP:"[1]"},d={};let u=!1,p=!1,m=!1,f=!1;const g=()=>u,h=()=>m,A=e=>{u=e},v=()=>d,Z=(e=i,t)=>(t&&(d[e]=d[e]||{}),d[e]),b=(e,t=i)=>{const s=Z(t);if(s)return s[e]},w=(e,t,s=i)=>{const n=Z(s,!0);n[e]!==t&&("mr"!==e&&"ck"!==e||(e=>{Z(e,!0).ts=Date.now()})(s),n[e]=t,p&&f&&A(!0))},y=(e,t=i)=>2===b(e,t),S=()=>Math.min(...a.map((e=>b("ts",e)))),C=e=>{if((0,o.Z)(e)){JSON.stringify((0,r.Z)(d))!==JSON.stringify((0,r.Z)(e))&&f&&(u=!0),Object.assign(d,e)}a.forEach((e=>{y("mr",e)&&w("cspid",l[e],e)})),f=!0;(0,n.Z)(S())&&(m=!0)};a.forEach((e=>{w("mr",0,e),w("ck",0,e)})),p=!0,f=!1},7422:(e,t,s)=>{"use strict";s.d(t,{Z:()=>m});var n=s(4298),o=s(961),r=s(7265);const i=e=>{const t=new n.gI(e);return t.cmpId=72,t.cmpVersion=2,t.consentScreen=2,t.consentLanguage="pl",t.publisherCountryCode="PL",t.isServiceSpecific=!0,t};var a=s(5394),c=s(1467),l=s(5090);const d=(e,t,s)=>{const{created:n}=e,a=n.getTime();if((0,l.Z)(a)){(0,r.GD)(!0),(0,r.Fn)(null),(0,r.jL)(void 0);const e=i(t),n=void 0;return(0,c.b)("expired",{created:a}),(0,r.Ev)(s,"expired"),{tcModel:e,tcString:n}}a-(0,o.$C)()>6e4&&((0,o.t8)("ts",a,"WPM"),(0,o.t8)("ts",a,"GWP"),(0,o.t8)("ts",a,"TP"))};var u=s(7550);const p=(e=!1)=>{const t=(0,r.do)(),s=(0,r.qO)();s&&s.update(e?"":t||"",e)},m=(e,t,s,c,l,m,f)=>{let g,h,A,v=!0;t?(0,o.BF)("mr","TP")&&(A=l):(v=s,v&&(A=l));if(c!==(0,r.do)()){if(v){h=c;try{if(t){const e=(0,r.h)();if((0,u.Z)(h)){g=n.E9.decode(h),e&&(g.gvl=e);const t=d(g,e,f);t&&({tcModel:g,tcString:h}=t)}else g=i(e)}else(0,u.Z)(h)&&(g=n.E9.decode(h))}catch(e){(0,a.Z)(e,"TCModel")}}(0,r.jL)(h),(0,r.Fn)(g)}e&&(0,r.hU)(e),(0,r.R4)(v),(0,r.T6)(A),p(m)}},7265:(e,t,s)=>{"use strict";s.d(t,{Ev:()=>P,Fn:()=>f,GD:()=>k,KC:()=>_,R4:()=>p,SU:()=>m,T6:()=>b,_3:()=>S,cG:()=>Z,do:()=>w,h:()=>A,hU:()=>C,jL:()=>y,kG:()=>I,qO:()=>g,u6:()=>h,wH:()=>v,zC:()=>u});var n=s(1774);let o=!0,r=!1,i=!1,a="",c="";const l={gvl:void 0,cmpapi:void 0,tcModel:null},d={};n.default.vendorsState=l;const u=()=>o,p=e=>{o=e},m=()=>l.tcModel,f=e=>{l.tcModel=e},g=()=>l.cmpapi,h=e=>{l.cmpapi=e},A=()=>l.gvl,v=e=>{l.gvl=e},Z=()=>a,b=e=>{a=e},w=()=>c,y=e=>{c=e},S=()=>r,C=e=>{r=e},_=()=>i,k=e=>{i=e},I=()=>d,P=(e="default",t)=>{d[e]=t}},1467:(e,t,s)=>{"use strict";s.d(t,{A:()=>a,b:()=>c});var n=s(7265),o=s(2890),r=s(1774),i=s(4769);const a={tcf:2};r.default.mode&&(a.devel=1);const c=(e,t)=>{var s;const r=Object.assign({},t,a,{gvl:(null==(s=(0,n.SU)())?void 0:s.vendorListVersion)||-1,time:Math.round((0,o.zO)())});(0,i.Z)(void 0,r,`gdpr_${e}`,{useLink:!0})}},5301:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),o=s(1747),r=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),m=(0,l.Z)(n.q2),f=(0,c.Z)(n.q2);let g,h;s&&!p&&(g=!0),m&&!f&&(h=!0),((0,i.rl)()||h)&&((0,i.Ld)(!1),t[n.q2]=(0,o.M)((0,i.uB)())),((0,r._3)()||g)&&((0,r.hU)(!1),t[n.le]=(0,r.do)()),(0,u.Z)(t),a.pt?e():d.Z.set(t,e)}))},3448:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7265),o=s(4064);const r=(e,t)=>{const s=(0,n.SU)();let r=!1;if(s){const{vendorConsents:n,vendorLegitimateInterests:i}=s;r=(n.has(e)||i.has(e))&&(0,o.Z)(t)}return r}},4064:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7265);const o=e=>{const t=(0,n.SU)();let s=!1;if(t){const{purposeConsents:n,purposeLegitimateInterests:o}=t;s=e.filter((e=>n.has(e)||o.has(e))).length===e.length}return s}},309:(e,t,s)=>{"use strict";s.d(t,{default:()=>o});const n=(0,s(4443).Z)();n.name="__tcfapiLocator";const o=n},625:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(7265),o=s(3448),r=s(7550),i=s(3205),a=s(2014);const c=e=>{let t=e;if((0,r.Z)(e)){const s=e=>{if("${GDPR}"===e){const e=(0,n.zC)();return i.Z.u(e)?1:(0,a.Z)(e)}return e.includes("_CONSENT_")?(0,n.do)()||"":e.includes("ADDTL")?(0,n.cG)()||"":e.includes("LIMITED")?(0,a.Z)(!(0,o.Z)(755,[1])):""};t=e.replace(/\$\{(GDPR(_CONSENT_\d+)?|ADDTL_CONSENT|LIMITED_ADS)\}/gi,s)}return t}},2971:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(369),o=s(7795),r=s(3205);const i=(e,t)=>{let s=e;return r.Z.u(s)||(r.Z.o(s)?(0,n.Z)(s,((e,n)=>{(0,o.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)},8937:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(4462);const o=e=>{const t=String(e),s=[],o=t.length;let r=0,i=0;for(;r<o;r+=i)i=(0,n.$6)(4)+1,s.push(`${t.slice(r,r+i)}\\2060 `);return`"${s.join("").replace(/\|/g,"\\A ")}"`}},9126:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7795);const o=e=>(0,n.Z)(e)?e:JSON.parse(JSON.stringify(e))},7174:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2395),o=s(5394);const r=(e,t,s,r=!1)=>{try{Object.defineProperty(e,t,{value:s,configurable:r,enumerable:!0})}catch(e){["WP","gaf","prebid"].includes(t)&&(0,n.o)(t,void 0,!0,!0),e.campaign=t,(0,o.Z)(e,"definePropertyHard")}}},619:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t,s)=>{const o=Object.getOwnPropertyDescriptor(e,t);o&&!o.configurable||Object.defineProperty(e,t,{value:s,writable:!0,configurable:!0,enumerable:!n.Z.f(s)}),null!=o&&o.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:()=>o});var n=s(7159);const o=()=>{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:()=>o});var n=s(7159);const o=(e,t="wpcss",s)=>{const o=s||(0,n.Z)("style");return o.type="text/css",o.dataset.id=t,o.textContent=e,o}},5599:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.body},8488:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7550),o=s(4263);const r=e=>(0,n.Z)(e)?(0,o.Z)(e):e},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},5925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5599),o=s(4491);const r=e=>{const t=e||(0,n.Z)()||{},s=e||(0,o.Z)()||{};return Math.max(t.scrollHeight,t.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight)}},9951:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(5925),o=s(5599),r=s(4491);const i=e=>{const t=e||(0,o.Z)()||{},s=e||(0,r.Z)()||{};return Math.max(t.scrollWidth,t.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth)};var a=s(8700),c=s(5253);const l=(e,t)=>{const s=(0,c.Z)(e)&&e.getBoundingClientRect();if(s){const{top:o,left:r}=(0,a.Z)(),c=Object.create(null);return c.top=s.top+o,c.left=s.left+r,t?(c.width=i(e),c.height=(0,n.Z)(e)):(c.width=s.width,c.height=s.height),c.bottom=c.top+c.height,c.right=c.left+c.width,c.x=s.x+r,c.y=s.y+o,c}}},8959:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.head},1162:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>2147483647},7798:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1694),o=s(4491);const r=()=>{var e;const t=null==(e=(0,o.Z)())?void 0:e.lang;return Object.keys(n.Z).includes(t)?t:"pl"}},1977:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(4263);const o=(e,t,s)=>{const o=(0,n.Z)(e);let r="";return o&&(r=(o.getAttribute(t||"content")||r).slice(0,s||255)),r}},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},5313:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8727),o=s(967),r=s(2014);const i=()=>{const e=(0,r.Z)((0,n.R)()),t=(0,o.Z)();return[[760,900],[600]][e].filter((e=>t>=e)).length}},5253:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5599);const o=e=>e instanceof HTMLElement&&(0,n.Z)()&&(0,n.Z)().contains(e)},9610:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8842);const o=e=>(e.offsetParent||"fixed"===(0,n.Z)(e).position)&&"hidden"!==e.getAttribute("visibility")},1694:(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)},5046:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(369);const o=e=>{(0,n.Z)(e,(t=>{delete e[t]}))}},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,o]=s[e];t(n,o)}}}},2756:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>(Object.freeze&&Object.freeze(e),e)},1756:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9372),o=s(4263);const r=e=>{const t=(0,o.Z)('link[rel="canonical"]');return(0,n.Z)(null==t?void 0:t.href,e)}},1677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{var t;return null==(t=e[0])||null==t.toJSON?void 0:t.toJSON()}},5212:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9372);const o=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),o=s(7550),r=s(5150);const i=(e,t,s="&",i)=>{const a={};if((0,o.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,o.Z)(l)&&((0,o.Z)(d)||i)&&(a[l]=(0,r.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):""},7741:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8012),o=s(2497),r=s(9349);const i=(e,t,s=!1)=>(0,o.Z)(t)?s?e<t:e>=t:!t&&!(0,n.Z)(t)||((0,r.Z)(`Given date ${t} has incorrect format.`,"error"),!1),a=(e,t,s)=>{const n=i(e,t),o=i(e,s,!0);return n&&o}},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:()=>o});var n=s(9386);const o=e=>(0,n.Z)(e)&&Object.keys(e).length>0},7550:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(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:()=>o});var n=s(3205);const o=e=>n.Z.n(e)&&isFinite(e)},2617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"runAdAuction"in window.navigator},1027:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&Math.floor(e)===e},8012:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null!==e&&(e!=e||+e!=e)},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:()=>r});var n=s(7795),o=s(3205);const r=e=>!(0,n.Z)(e)&&o.Z.o(e)&&!Array.isArray(e)},3205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});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 o=n},2621:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&e>0},2497:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1027);const o=e=>(0,n.Z)(e)&&e>0},552:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7506),o=s(7550),r=s(3205);const i=(e="",t="",s="",i,a)=>{let c=e,l=s;return r.Z.n(l)&&(l=`${l}`),(0,o.Z)(c)?a?(/\?/.test(c)||(c+="?"),/(\?|&)$/.test(c)||(c+="&")):"?"!==c.slice(-1)&&(c+="&"):c="",(0,o.Z)(t)&&(c+=t,(0,o.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),o=s(369),r=s(7795),i=s(3205);const a=(e,t,s)=>{const a=[];return e&&(i.Z.o(e)?(0,o.Z)(e,((e,o)=>{(0,r.Z)(o)||""===o&&!s||a.push(`${(0,n.Z)(e,t)}=${(0,n.Z)(o,t)}`)})):i.Z.s(e)&&a.push(e)),a.join("&")}},9384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=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 o;return t&&(o=t.match(n)),!o&&s&&(o=s.match(n)),o}},4462:(e,t,s)=>{"use strict";s.d(t,{$6:()=>a,Nu:()=>c,f_:()=>i,vj:()=>l});var n=s(3205),o=s(6205);let r;const i=()=>r,a=(e,t,s)=>{const i=(0,o.Z)(e),a=t?((e=8)=>{var t;if(!n.Z.f(null==(t=window.crypto)?void 0:t.getRandomValues))return Math.random();const s=[8,16,32].includes(e)?e:8,o=new window[`Uint${s}Array`](1),[r]=window.crypto.getRandomValues(o);return r/2**s})():(e=>{const t=Math.random();return e&&(r=t),t})(s);return Math.floor(a*i)},c=(e=10,t=!1,s=!1)=>{const n=!0===t?16:t||10;let o="";for(s&&(o=String.fromCharCode(a(26)+97));o.length<e;)o+=Math.random().toString(n).slice(2),o=o.slice(0,e);return o},l=(e=100)=>0===a(e)},1384:(e,t,s)=>{"use strict";s.d(t,{DO:()=>a,ac:()=>l,qL:()=>c});var n=s(1114),o=s(7174);const r=Object.create(null),i=(e,t,s=!1)=>{(0,o.Z)(n.WP,e,t,s),r[e]=t},a=(e,t)=>{i(e,t,!0)},c=(e,t)=>{i(e,t)},l=e=>r[e]},7560:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>{if((0,n.Z)(e))try{return JSON.parse(e)}catch(e){}}},6342:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),o=s(3205),r=s(9349);const i=(e,t=!0)=>{if(!(0,n.Z)(e)||e.some((e=>!o.Z.f(e))))return void(0,r.Z)("Invalid promise chain to run sequentially",!0);const s=[],i=(e,t)=>(s.push({resolved:t,rejected:!t,returned:e}),Promise.resolve(e)),a=e=>i(e,!0),c=e=>i(e,!1);return e.map((e=>(...t)=>e(...t))).reduce(((e,s)=>{const n=e.then(s).then(a);return t?n:n.catch(c)}),Promise.resolve()).catch(c).then((()=>s))}},2443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(619);const o=(e,t,s=window)=>{(0,n.Z)(s,e,t)}},2264:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627);const o=e=>{if((0,n.Z)(e)){const t={};return Object.keys(e).sort().forEach((s=>{t[s]=o(e[s])})),t}return e},r=o},919:(e,t,s)=>{"use strict";s.d(t,{FT:()=>r,Ny:()=>a,pt:()=>i});var n=s(2501);const o=/\./g,r=(e="localhost")=>new RegExp(e.replace(o,"\\.")).test(window.location.hostname),i="www.wp.pl"===window.location.hostname,a="wp.pl"===(0,n.Z)()},2014:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(6205);const r=e=>n.Z.b(e)?+e:(0,o.Z)(e)>0?1:0},6205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>parseInt(e,10)||0},4640:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8917),o=s(3205);const r=e=>o.Z.s(e)?e.trim():(0,n.Z)(e)?e:void 0,i=e=>[].concat(e).map(r).filter((e=>!!e||0===e))},9138:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={"%20":" ","%2C":",","%3B":";","%3D":"="},o=(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),o=s(2226),r=s(7550);const i=()=>{const e={};if((0,o.Z)()){const t=document.cookie;(0,r.Z)(t)&&t.split("; ").forEach((t=>{const s=t.indexOf("="),o=decodeURIComponent(t.slice(0,s)),r=(0,n.Z)(t.slice(s+1));e[o]=r}))}return e}},4596:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9138),o=s(2226);const r=e=>{if((0,o.Z)()){const t=document.cookie.match(`(^|;)\\s*${decodeURIComponent(e)}\\s*=\\s*([^;]+)`);return t?(0,n.Z)(t.pop()):null}return null}},2501:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=window.location.hostname.split(".").slice(-2).join("."),o=()=>n},2226:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});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 o=()=>n},3298:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5888);const o=()=>(0,n.Z)(561600)},9175:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(4464);const r=e=>(0,o.Z)(e,"/",(0,n.Z)())},4464:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5330);const o=(e,t="/",s)=>{const o=new Date;return o.setYear(0),(0,n.Z)(e,"",o,t,s)}},9062:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(5330);const r=(e,t,s)=>(0,o.Z)(e,t,s,"/",(0,n.Z)())},5330:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});const n={" ":"%20",",":"%2C",";":"%3B"},o=(e="")=>String(e).replace(/[\s,;]/gi,(e=>n[e])),r=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(3298);const d=(e,t,s=(0,l.Z)(),n="/",d)=>{if((0,i.Z)()&&(0,a.Z)(e)&&!(0,c.Z)(t)){let i=`${r(e)}=${o(t)}`;return i+=s?`;expires=${s.toUTCString()}`:"",i+=n?`;path=${n}`:"",i+=d?`;domain=${d}`:"",i+="; SameSite=None; Secure",document.cookie=i,!0}}},2419:(e,t,s)=>{"use strict";s.d(t,{$n:()=>n,LH:()=>i,OL:()=>r,aW:()=>o});const n="Missing action.",o="Field 'name' can not be empty.",r="Argument 'names' must be an array.",i="Argument 'values' must be a plain object."},2555:(e,t,s)=>{"use strict";s.d(t,{Z:()=>z});var n=s(3205);const o={},r=(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(4024),d=s(7550),u=s(7560);const p=e=>{if((0,d.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)return(0,u.Z)(t[1])}};var m=s(6918),f=s(1774),g=s(9627);const h=e=>{if((0,g.Z)(e))try{return`wphub://${JSON.stringify(e)}`}catch(e){}};var A=s(1530),v=s(4211),Z=s(1143),b=s(9384),w=s(4429);const y=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|benchmark|dcwp|dobregry|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|genialne|homebook|jastrzabpost|kafeteria|kardiolo|kazimierzdolny|kredytomat|komorkomania|last-minute|medycyna24|money|nocowanie|nowyosobowy|o2|parenting|parklot|polygamia|popularne|pudelek|pysznosci|smaczneblogi|so-magazyn|superauto|testwiedzy|totalmoney|vibez|wakacje|wp|wpext|money2money\.com)\.pl|(audioteka|nerwica|mazury|17bankow)\.com|(open)\.fm|(nocowanie)\.(sk|eu)|localhost)$/i,S=e=>y.test(e),C="HubAPI",_=window.location.origin,k=[],I=[];f.default.hubData=I;let P,E,T,O,L,x=!1,$=!1,D=!1;const R=e=>{const{method:t,action:s}=e;I.push(e),"hub"===t?"ready"===s&&((0,A.Z)("HUB",!0),(0,Z.Z)(`${C}Ready`),$=!0,clearTimeout(O),N()):(e=>{const{method:t,hash:s,action:n}=e,i=r(o,t),a=r(i,s),c=r(a,n);if(c)for(;c.length;)c.shift()(e)})(e)},j=e=>{e.hash=(0,c.Nu)(6,16,!0),(e=>{const{method:t,hash:s,action:i,cb:a}=e,c=r(o,t,{}),l=r(c,s,{}),d=r(l,i,[]);n.Z.f(a)&&!d.includes(a)&&d.push(a)})(e),$?T.postMessage(h(e),L):D?((0,w.Z)(e,P),R(e)):(x||(x=!0,U()),k.push(e))},N=()=>{for(;k.length;)j(k.shift())},M=e=>{if(e.origin===L){const t=p(e.data);t&&R(t)}},V=e=>{D||((0,A.Z)("HUB",!1),window.removeEventListener("message",M),clearTimeout(O),$=!1,D=!0,P=(null==e?void 0:e.message)||"blocked",(0,Z.Z)(`${C}Error`),T=!1,N(),(0,m.Z)({message:C,fileName:e.message,path:_},1e4))},B=(e,t)=>{clearTimeout(O),O=setTimeout((()=>{(0,Z.Z)(`${C}${e}`),V({message:t})}),5e3)},F=()=>{B("WindowTimeout","Not responding"),(0,Z.Z)(`${C}Load`);T=E.contentWindow,T.postMessage(h({method:"hub",action:"check"}),L)},U=()=>{if(!E)if(S(_)){const e=(0,i.qm)("_bb"),t=(0,i.qm)("debug"),s=t&&`?debug=${t}`||"",n=(0,l.Z)(f.default.bucket,f.default.branch,"hub",f.default.mode,"html",f.default.canary),o=e?n+s:(0,a.mess)(n+s,!1,!0,"application","search","www.wp.pl");window.addEventListener("message",M),L=`https://${(0,b.Z)(o).hostname}`,E=(0,v.Z)({src:o,onLoad:F,onError:V}),B("RequestTimeout","Request timeout")}else V({message:"Hub on disallowed origin"})},z=j},2040:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(919),o=s(2226),r=s(6570),i=s(7989),a=s(2419),c=s(2942),l=s(3205),d=s(1133),u=s(9175),p=s(5865);const m=(e,t)=>{const{useCookie:s,useStorage:n}=(0,i.Z)(t);(0,d.Z)(e)&&e.forEach((e=>{s&&(0,u.Z)(e),n&&(0,p.Z)(e)}))};var f=s(4429),g=s(2840);const h=(e,t)=>{const{action:s,names:n,type:o,values:r={}}=e;switch(s){case"set":l.Z.o(r)?((0,g.Z)(r,o),e.names=Object.keys(r)):(0,f.Z)(e,a.LH);break;case"get":Array.isArray(n)?e.values=(0,c.Z)(n,o):(0,f.Z)(e,a.OL);break;case"remove":Array.isArray(n)?m(n,o):(0,f.Z)(e,a.OL);break;default:(0,f.Z)(e,a.$n)}l.Z.f(t)&&t(e)};var A=s(3675);const v=(0,o.Z)()||(0,r.Z)(),Z=(e,t,s,o,r)=>{const a={method:"record",action:e,names:t,values:o,cb:s,type:r},{useStorage:c}=(0,i.Z)(r),l=c?n.pt:n.Ny;(0,A.Z)(a,s,v,l,h,"LocalStorage & Cookie")},b={set:(e,t,s)=>{Z("set",void 0,t,e,s)},get:(e,t,s)=>{Z("get",e,t,void 0,s)},remove:(e,t,s)=>{Z("remove",e,t,void 0,s)}}},2942:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7902),o=s(9846),r=s(1133),i=s(7989);const a=(e,t)=>{const{useCookie:s,useStorage:a}=(0,i.Z)(t);if((0,r.Z)(e)){const t=Object.assign({},s&&(0,n.Z)(),a&&(0,o.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),o=s(7265),r=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,r.Z)({message:"saveConsent",path:JSON.stringify((0,o.kG)()),fileName:`${`${t}`.substring(0,20)}:${typeof t}`},1)}))}},3675:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(2555),o=s(3205),r=s(4429);const i=(e,t,s)=>{(0,r.Z)(e,`${t} API is not supported.`),o.Z.f(s)&&s(e)},a=(e,t,s,o,r,a)=>{s?o?r(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}},8393:(e,t,s)=>{"use strict";s.d(t,{default:()=>v});var n=s(919),o=s(6570),r=s(3675),i=s(2419),a=s(68),c=s(7508),l=s(7550),d=s(3205),u=s(5865),p=s(9026),m=s(4429),f=s(4634);const g=(e,t)=>{const{action:s,name:n,value:o}=e;if((0,l.Z)(n))switch(s){case"set":(0,f.Z)(n,o);break;case"setEncoded":(0,p.Z)(n,o);break;case"get":e.value=(0,c.Z)(n);break;case"getEncoded":e.value=(0,a.Z)(n);break;case"remove":(0,u.Z)(n);break;default:(0,m.Z)(e,i.$n)}else(0,m.Z)(e,i.aW);d.Z.f(t)&&t(e)},h=(0,o.Z)(),A=(e,t,s,o)=>{const i={method:"storage",action:e,name:t,value:o,cb:s};(0,r.Z)(i,s,h,n.pt,g,"LocalStorage")},v={get:(e,t)=>{A("get",e,t)},getEncoded:(e,t)=>{A("getEncoded",e,t)},set:(e,t,s)=>{A("set",e,s,t)},setEncoded:(e,t,s)=>{A("setEncoded",e,s,t)},remove:(e,t)=>{A("remove",e,t)}}},9846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=()=>(0,n.Z)()?Object.assign({},window.localStorage):{}},68:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7508),r=s(9627);const i=e=>{const t=(0,o.Z)(e),s=(0,n.C)(t);if((0,r.Z)(s))return s}},7508:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{if((0,n.Z)())return window.localStorage.getItem(e)}},6570:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});let n=!1;try{const e="_X_",t=window.localStorage;t.setItem(e,e),t.removeItem(e),n=!0}catch(e){}const o=()=>n},5865:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{(0,n.Z)()&&window.localStorage.removeItem(e)}},9026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7550),r=s(4634);const i=(e,t)=>{const s=(0,n.M)(t);(0,o.Z)(s)&&(0,r.Z)(e,s)}},4634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6570),o=s(7550),r=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,o.Z)(e)&&!e.toLowerCase().startsWith("wp"))).forEach(i.Z);if(t!==s()&&r.Z.f(e))return e()}}};var c=s(7795);const l=(e,t)=>{if((0,n.Z)()&&(0,o.Z)(e)&&!(0,c.Z)(t)){const s=window.localStorage;try{s.setItem(e,t)}catch(n){22!==n.code&&1024!==n.code||a((()=>{s.setItem(e,t)}))}}}},3754:(e,t,s)=>{"use strict";s.d(t,{J:()=>r,Q:()=>i});var n=s(7952);let o;const r=()=>o,i=e=>{const t=(0,n.Rn)();o=t&&e?t===e?4:3:e?2:t?1:0}},2421:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(3754),o=s(919),r=s(369),i=s(2040),a=s(9175),c=s(9062);const l=(e,t=[])=>new Promise((s=>{o.Ny?s():i.Z.get(e,(({values:e})=>{(0,r.Z)(e,((e,s)=>{"statid"===e&&(0,n.Q)(s),s?(0,c.Z)(e,s):t.includes(e)&&(0,a.Z)(e)})),s(e)}),"cookie")}))},9982:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(919),o=s(2942),r=s(2040);const i=e=>new Promise((t=>{if(n.Ny)t();else{const s=(0,o.Z)(e,"cookie");r.Z.set(s,t,"cookie")}}))},4211:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(4443),o=s(8959),r=s(3205),i=s(2621);const a=e=>{const{src:t,onLoad:s,onError:a,onTimeout:c,timeout:l}=e,d=(0,n.Z)();let u;const p=()=>{d.onerror=null,d.onload=null,clearTimeout(u)};return(0,i.Z)(l)&&(u=setTimeout((()=>{r.Z.f(c)&&c(),p(),d.remove(),d.src=""}),l)),d.onerror=e=>{r.Z.f(a)&&a(e),p()},d.onload=e=>{r.Z.f(s)&&s(e),p()},d.src=t,(0,o.Z)().appendChild(d),d}},204:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(2621);const r=e=>{const{src:t,onError:s,onLoad:r,onTimeout:i,timeout:a}=e,c=new Image;let l;const d=()=>{c.onerror=null,c.onload=null,clearTimeout(l)};(0,o.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(r)&&r(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),o=s(1774),r=s(6733),i=s(8959),a=s(7550),c=s(3205),l=s(1143);const d=()=>{},u=new Map;o.default.scriptStore=u;const p=(e,t,s,o,p,m,f,g,h,A,v,Z,b,w)=>{if(c.Z.o(e)&&({id:s,target:v,timeout:h,sync:o,defer:g,remove:f,charset:A,dam:w,crossorigin:m,onError:p,onLoad:t,onTimeout:Z,src:e,withMeasurement:b}=e),(0,a.Z)(e)){!0===m&&(m="anonymous"),A||(A="utf-8"),v||(v=(0,i.Z)());const{script:y,run:S}=((e,t,s,o,i,c,d,u,p)=>{const m=(0,n.Z)("script");return{script:m,run:()=>new Promise(((n,f)=>{m.onload=()=>{u&&(0,r.Z)(`${u}LoadTiming`,`${u}Load`,`${u}Loaded`),n()},m.onerror=f,m.charset=e,p?p.fill((()=>{m.src=s})):m.src=s,o&&(m.setAttribute("crossorigin",o),m.crossOrigin=o),(0,a.Z)(t)&&(m.id=t),i||(m.async=1),c&&(m.defer=1),u&&(0,l.Z)(`${u}Load`),d.appendChild(m)}))}})(A,s,e,m,o,g,v,b,w);let C,_=S;if(h&&c.Z.f(Z)&&(_=()=>{const t=new Promise((e=>setTimeout((()=>{e("timeout")}),h)));return Promise.race([S(),t]).then((t=>{if("timeout"!==t)return t;Z(e)}))}),(0,a.Z)(s)){const e=u.get(s);e?C=e:(C=_(),u.set(s,C))}else C=_();return c.Z.f(p)&&C.catch((()=>{p(e)})),c.Z.f(t)&&C.then((()=>{t(e)})).catch(d),f&&(C.catch((()=>{y.remove()})),C.then((()=>{y.remove()})).catch(d)),y}}},6901:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7159),o=s(8959),r=s(3205);const i=(e,t,s,i,a)=>{if(r.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=()=>{r.Z.f(t)&&t(),a&&c.remove()},c.onerror=()=>{r.Z.f(s)&&s(),a&&c.remove()},c.href=e;const l=(0,o.Z)();return l&&l.appendChild(c),c}}},3898:(e,t,s)=>{"use strict";s.d(t,{Z:()=>h});var n=s(5394),o=s(2927),r=s(2466),i=s(2773),a=s(713),c=s(7516),l=s(1144),d=s(8403),u=s(2948),p=s(5435),m=s(9333);const f=[...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",o.tn,o.pV,"WPabs","WPci","WPsa51",d.Z,"WPaduid",p.Z,c.Z,"ttlStatid",...u.Z,r.q2,r.le,o.VR,"c","wp_dark","wp_dark_c",...m.Z,"__gfp_64b","_X_"],g=new Set,h=(e,t,s,o)=>{const r=!f.includes(e),i=r&&!g.has(e);if(r){if(i){let r;"script"===o&&({stack:r}=new Error),g.add(e),(0,n.Z)({name:"CookieError",message:e,path:o,slot:t.split(";")[0].length,campaign:s,stack:r},"",!0)}return e}}},6406:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(3898),o=s(369),r=s(7902);const i=e=>{const t=(0,r.Z)(),s=[];return(0,o.Z)(t,((t,o)=>{(0,n.Z)(t,o,void 0,e)&&s.push(t)})),s}},3203:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1564),o=s(9454);const r=(e,t=1)=>{if((0,o.Z)(e)){const s=n.zq.get(e)||0,o=parseFloat(t);if(isFinite(o)){const t=s+o;n.zq.set(e,t)}}}},6353:(e,t,s)=>{"use strict";s.d(t,{S:()=>r,Y:()=>o});let n=3;const o=()=>n,r=e=>{n=e}},6658:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=e=>Math.max(0,Math.min(100,n.Z.n(e)?e:NaN))},8403:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPpds"},6733:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1143),r=s(1049);const i=(e,t,s)=>{const i=(0,n.bE)(t,"mark");if(null!=i&&i.length){(0,o.Z)(s);const a=(0,n.bE)(s,"mark");null!=a&&a.length&&i[0].startTime<=a[0].startTime&&(0,r.Z)(e,t,s)}}},5394:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627),o=s(1327);const r=(e,t,s)=>{((0,n.Z)(e)||e instanceof Error||e.toString().includes("Error"))&&(0,o.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,9583)).then((({default:t})=>{t(...e)})).catch((e=>{console.error(e)})),!1)},9454:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9349);const o=/^[a-z][a-z0-9/._-]{5,100}$/i,r=e=>{const t=o.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),o=s(1564),r=s(9454);const i=e=>{if((0,r.Z)(e)&&!o.ze.has(e)){(0,o.$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),o=s(1564),r=s(9454);const i=(e,t,s)=>{if((0,r.Z)(e)&&(0,r.Z)(t)&&(0,r.Z)(s)&&!o.li.has(e)&&o.ze.has(t)&&o.ze.has(s)){(0,o.OK)(e,t,s);const r=(0,n.bE)(e,"measure");if(null==r||!r.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:()=>i,YA:()=>a,_x:()=>r,b4:()=>d,bh:()=>c,e$:()=>l});var n=s(703),o=s(4462);const r=(0,o.vj)(10)||!!(0,n.qm)("performance"),i=r&&(0,o.vj)(1e4),a=r&&((0,o.vj)(1e3)||!!(0,n.qm)("rsp")),c=r&&(0,o.vj)(100),l=r&&((0,o.vj)(100)||!!(0,n.qm)("ckg")),d=r&&(0,o.vj)(10)},6072:(e,t,s)=>{"use strict";s.d(t,{F_:()=>l,Uy:()=>d,eK:()=>c,hk:()=>a});var n=s(1774),o=s(3205);const r=[],i=[];n.default.performanceHandlers={dynamicHandlers:r,staticHandlers:i};const a=e=>{o.Z.f(e)&&r.push(e)},c=e=>{o.Z.f(e)&&i.push(e)},l=e=>{r.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:()=>r});const n=(e,t,s)=>e?(...s)=>e.apply(t,s):s?()=>[]:()=>{},{performance:o={}}=window,r=n(o.now,o),i=n(o.getEntriesByName,o,!0),a=n(o.getEntriesByType,o,!0)},1564:(e,t,s)=>{"use strict";s.d(t,{$T:()=>c,OK:()=>l,TQ:()=>d,li:()=>a,ze:()=>i,zq:()=>r});var n=s(1774),o=s(9454);const r=new Map,i=new Set,a=new Set;n.default.performance={countData:r,markDone:i,measureDone:a};const c=e=>{(0,o.Z)(e)&&i.add(e)},l=(e,t,s)=>{(0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(s)&&(a.add(e),i.add(t),i.add(s))},d=()=>{r.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),o=s(6733),r=s(1143);const i=(e,t,...s)=>{const i=`WM_${e}`;let a;(0,r.Z)(`${i}Start`);try{a=t(...s)}catch(e){(0,n.Z)(e,i)}return(0,o.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})},3381:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5394);const o=(e,t="ProgrammaticError")=>{const s=new Error(e);s.name=t,(0,n.Z)(s)}},1763:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>W,Of:()=>O,mk:()=>B,H7:()=>q,Is:()=>H,uQ:()=>z});var n=s(9374),o=s(3121),r=s(1774);const i=[],a=[];r.default.boxObservations=i,r.default.containerStore=a;var c=s(8161),l=s(5620),d=s(4462),u=s(6918),p=s(8720),m=s(369),f=s(5253);const g=(e,t,s)=>{if((0,f.Z)(t)){const{round:n}=Math,{top:o,left:r}=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-r),topY:n(i-o)},s&&{clientX:n(d),clientY:n(u),relativeX:n(d-r),relativeY:n(u-o)})}};var h=s(6539),A=s(9627),v=s(9386),Z=s(3205),b=s(1511);const w={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"]}}};w.sgTeaserAd=w.sgTeaser,w.sgTextlinkAd=w.sgTextlink;const y=w;var S=s(5146),C=s(6598);const _="ContentViewability",k="user_actions",I="mousedown";let P,E=0,T=0;const O=()=>E+T,L={name:"contentBoxViewability",method:n.hm,[n.$v]:!1,time:1,percent:50},x=(e,t,s)=>{const n=Number(e),o=!s||n<=s;return/^(0|([1-9]\d*))$/.test(e)&&n>=t&&o},$=(e,[t,s])=>Z.Z.s(e)&&e.length>=t&&e.length<=s,D={n:e=>[x(e,0),"It should be a number equal or greater than 0"],nPlus:e=>[x(e,1),"It should be a number equal or greater than 1"],sShort:e=>[$(e,[3,48]),"It should be a string with 3 to 48 chars"],sMedium:e=>[$(e,[3,128]),"It should be a string with 3 to 128 chars"],sLong:e=>[$(e,[13,512]),"It should be a string with 13 to 512 chars"]},R=e=>{const{type:t}=e||{},s=y[t],n=[];let o="";if((0,v.Z)(e))if(Z.Z.s(t)&&s)if(((e,t,s)=>(s.push(...t.filter((t=>!Object.keys(e).includes(t)))),s))(e,s.required,n).length)o+=`Following required parameters are missing: ${n.join(", ")}. `;else{const{validated:t,required:n}=s;(0,m.Z)(t,(s=>{const r=t[s];for(let t=0;t<r.length;t++){const i=r[t],a=e[i],[c,l]=D[s](a);(Z.Z.u(a)&&n.includes(i)||!Z.Z.u(a)&&!c)&&(o+=`Invalid parameter: { ${i}: ${a} }. ${l} `)}}))}else o+=`Invalid element type. It should be one of the following: ${Object.keys(y).join(", ")}. `;else o+='Invalid parameters structure, "params" should be an object. ';return o},j=({element:e})=>{null!=e&&e.callback&&(e.removeEventListener(I,e.callback),delete e.callback)},N=(e,t,s)=>{const n=i[s],o=s=>{const o=Object.assign({},t,g(e,P,s));(0,C.Z)("click",o,k,null,!0),n.clicked=!0,j(n)};e.addEventListener(I,o),e.callback=o},M=(e,t,s,n)=>{n.callback=n=>{const o=Object.assign({},t,g(e,P));(0,C.Z)("view",o,k),((e,t)=>{const s=a[t];if(s&&!s.viewed){s.viewed=!0;const t=Object.assign({},s.params,g(e,P));(0,C.Z)("view",t,k)}})(e,s)};return(0,b.Z)(e,[n],t.id,!0)},V=(e,t)=>{const s={};return e.forEach((e=>{const n=t[e];Z.Z.u(n)||""===n||!1===n||(s[e]=n)})),s},B=(e,t,s,n={})=>{E=2;const o=((e,t,s)=>{let n;return n=(0,f.Z)(e)?Z.Z.u(s)||Z.Z.n(s)?Z.Z.u(s)||a[s]?R(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(o)return(0,u.Z)({message:_,path:"registerBox",fileName:o},100,`${_}.registerBox: ${o}`,"error"),null;const r=Object.assign({},t),p=Object.assign({},L,n),{zeroPoint:m}=r;m&&(P=e);const g=!Z.Z.u(s)&&a[s]&&a[s].params;g&&(r.areaid=g.areaid),(0,h.Z)("wp_sg_first")&&(r.isSGFirst=!0);const v=Object.assign({},V(c.Pw.container,g),V(c.Pw.box,r));if((0,A.Z)(v)&&(e.source=v),(0,l.$D)())return;const b=M(e,r,s,p),w=(0,d.Nu)(8,16);i.push({observationObject:b,element:e,params:r,containerId:s,clicked:!1,id:w});const y=i.length-1;return N(e,r,y),w},F=({element:e})=>(0,p.Z)(e),U=e=>{let t=!1;const s=i[e];if(s){t=!0;const{containerId:o}=s;F(s),delete i[e],n=o,i.some((({containerId:e})=>e===n))||delete a[o]}var n},z=(e,t)=>{let s=null,n="";const{boxObservation:o,storedBoxId:r}=(a=e,{boxObservation:i.find((({id:e}={})=>e===a)),storedBoxId:i.findIndex((({id:e}={})=>e===a))});var a;if(o||(n+=`Observation with id ${e} does not exist.`),!n){const i=o.element;if((0,f.Z)(t)){if((0,S.Z)(i,t)){s=e;const{params:n,element:{source:a,callback:c}={}}=o;c&&N(t,n,r),t.source=a,o.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&&U(r),s},q=(e,t={})=>{T=1;const s=R(e);if(s)return(0,u.Z)({message:_,path:"registerContainer",fileName:s},100,`${_}.registerContainer: ${s}`,"error"),!1;const n=Object.assign({},e);(0,h.Z)("wp_sg_first")&&(n.isSGFirst=!0),a.push({params:n,viewed:!1});return a.length-1},G=(e,...t)=>{(0,m.Z)(e,(s=>{t.filter((e=>Z.Z.f(e))).forEach((t=>t(e[s]))),delete e[s]}))},H=()=>{G(i,F,j),G(a)},W=()=>{(0,o.aS)(H)}},3121:(e,t,s)=>{"use strict";s.d(t,{Hm:()=>l,ME:()=>p,SG:()=>m,_V:()=>u,aS:()=>f,uz:()=>d,yA:()=>c});var n=s(9126),o=s(1774),r=s(1133),i=s(3205);const a=Object.create(null);o.default.spaHandlers=a;const c=["page:view","page:refresh"],l=(e,t)=>{const s=(0,n.Z)(t),o=a[e];(0,r.Z)(o)&&o.forEach((t=>{i.Z.f(t)&&t(e,s)}))},d=(e,t)=>{const s=a[e];if((0,r.Z)(s)){const e=s.indexOf(t);e>-1&&delete s[e]}},u=(e,t,s,n)=>{if(i.Z.f(t)){const o=n?"unshift":"push",r=a[e]||[];if(s){const s=(...n)=>{t(...n),d(e,s)};r[o](s)}else r[o](t);a[e]=r}},p=(e,t)=>{u("page:view",e,!1,t)},m=(e,t)=>{u("page:refresh",e,!1,t)},f=(e,t)=>{u("page:close",e,!1,t)}},4880:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={0:1,1:3,2:2},o=({button:e})=>n[e]},7715:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(4841),o=s(5467),r=s(2978),i=s(5131),a=s(450),c=s(4447),l=s(806),d=s(369),u=s(7550),p=s(8917),m=s(9349);const f=["data","errorType","message","fileName","stack","lineNumber","colNumber","grabbed","campaign","slot","bunch","path"],g=e=>((0,d.Z)(e,((t,s)=>{f.includes(t)||((0,m.Z)(`Invalid key '${t}' to collect.`,!0),delete e[t]),(0,u.Z)(s)||(0,p.Z)(s)||delete e[t]})),e);var h=s(1774),A=s(4928),v=s(4769),Z=s(2014);const b=(e,t,s={})=>{const d=Object.assign({wpjsSubVer:h.default.subver,isBack:(0,Z.Z)((0,l.b)()),appName:(0,n.PO)(),pageViewType:(0,a.ZF)("ctype")||"index",pageViewCount:(0,c.tR)(),pageViewMode:(0,c.nj)()?"dynamic":"static",platform:(0,r.Hl)(),bunch:(0,o.P)(),ab:(0,i.pB)()},g(e));s.useLink=!0,A.Z.fill((()=>{(0,v.Z)(void 0,d,t,s)}))}},2978:(e,t,s)=>{"use strict";s.d(t,{BB:()=>h,G$:()=>l,H9:()=>f,Hl:()=>Z,Ik:()=>p,O0:()=>d,TH:()=>a,Uk:()=>v,Uv:()=>c,Xp:()=>u,ZP:()=>y,aD:()=>b,bL:()=>A,nJ:()=>g,o2:()=>m,rS:()=>w});var n=s(1770),o=s(919),r=s(4841);let i;const a="ext",c="int",l="pako",d="pwp",u="nwm",p="tech",m="sportowefakty",f="poczta",g="holding",h="ecom",A="av",v="as",Z=()=>i,b=(e=[])=>e.includes(i),w=e=>!b(e),y=()=>{i=(0,r.y1)("^(ext_|mc_|sspbc_)")?a:(0,r.y1)("^as_")?v:(0,r.y1)("^int_")||(0,o.FT)("grupawp.pl$|^(panel|bo).")?c:(0,n.Pk)()?"magazyn":(0,r.y1)("^(wptv|openfm|pilotwp|telewizjawp|programtv|audioteka)")?A:(0,r.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|easygopl|tm_|kredytomat|17bankow|superauto|nowyosobowy|noc_|domodi|allani|homebook|finansowysupermarket|extradompl|radar_okazji")?h:window.TECH||(0,r.y1)("^(dobreprogramy|polygamia|nwm_gadzetomania|tech|nwm_komorkomania|nwm_fotoblogia|nwm_autokult)")&&!(0,o.FT)("forum")?p:(0,r.y1)("^nwm_|kafeteria_pl")?u:(0,r.y1)("o2_o2_pl|pudelek")||(0,n.c3)()?d:(0,n.KD)()?"sg":(0,n.Qt)()?m:(0,n.V8)()?f:(0,o.FT)("(onas|holding|reklama|rekrutacja).wp.pl")?g:(0,n.QT)()?l:"other"}},5216:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5620);const o={fsc:!(0,n.kQ)(),show:!(0,n.h5)(),wave:!(0,n.QE)()},r=e=>o[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")},8299:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2890),o=s(1677);const r=()=>(0,o.Z)((0,n.Cr)("navigation"))},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),o=s(7550);let r,i,a;const c=()=>a,l=(e,t)=>{r||(i?i=!1:(e&&(i=!0),a=(0,o.Z)(t)?t:(0,n.Nu)(20,!0)))}},4030:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={dotSuccess:0,gemiusSuccess:0,spaOmitFirstView:!1};s(1774).default.pageViewState=n;const o=n},4447:(e,t,s)=>{"use strict";s.d(t,{C:()=>p,I3:()=>f,nj:()=>u,o1:()=>m,oh:()=>g,q6:()=>l,tR:()=>c});var n=s(1501);let o=0,r=0,i=!0,a=!1;const c=()=>r,l=()=>a,d=()=>{a=document.hidden},u=()=>1===o,p=()=>0===o,m=()=>i,f=()=>{i=!1,d(),(0,n.W)(!1)},g=()=>{i=!0,r+=1,d(),r>1&&(o=1)};d()},9350:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(6730),o=s(204),r=s(1133),i=s(7550),a=s(3205),c=s(625),l=s(6342),d=s(4640);let u=Promise.resolve();const p=(e,t=!0,s)=>{const p=(0,d.Z)(e);if((0,r.Z)(p)){const e=p.filter((e=>(0,i.Z)(e))).map((e=>e.replace(/\s/g,""))).filter((e=>(0,i.Z)(e))).map((e=>(0,n.mess)({url:(0,c.Z)(e)})));if(t)e.forEach((e=>(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s()},onError:()=>{a.Z.f(s)&&s()}})));else{const t=e.map((e=>()=>new Promise(((t,n)=>{(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s(),t()},onError:()=>{a.Z.f(s)&&s(),n()}})}))));u=u.then((()=>(0,l.Z)(t,!1)))}}}},3413:(e,t,s)=>{"use strict";s.d(t,{Wg:()=>c,_g:()=>p,bn:()=>u,eu:()=>d,ko:()=>l});var n=s(1774),o=s(7550);let r,i;const a=new Map;n.default.registeredReadTimes=a;const c=()=>a.get(r),l=()=>r,d=(e,t)=>{(0,o.Z)(e)&&!a.has(e)&&(r=e,a.set(r,t))},u=e=>{i=e},p=()=>i},8161:(e,t,s)=>{"use strict";s.d(t,{K7:()=>l,Mn:()=>c,Pw:()=>a});var n=s(2466);const o=["recommendationType","isSGFirst","areaid"],r=["recommendationType","isSGFirst","teaserid","baseteaserid","index"],i=["abtest","refabtest","statid","WPabs","GRwpuuid","GRo2uuid","GRoluuid","STac",...n.F1],a={container:o,box:r},c={areaid:"wga_sa",recommendationType:"wga_srt",isSGFirst:"wga_isSgFirst"},l=e=>{const t=[...[...new Set([...r,...o])].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:()=>o,Z:()=>r});const o=e=>{n||(n=e)},r=()=>n},9366:(e,t,s)=>{"use strict";s.d(t,{N:()=>a,a:()=>i});var n=s(3205),o=s(4634);let r="";const i=()=>r,a=e=>{n.Z.s(e)&&(r=e,(0,o.Z)("WPcrrf",e))}},6217:(e,t,s)=>{"use strict";s.d(t,{Z:()=>X});var n=s(450),o=s(9366),r=s(8083),i=s(4462),a=s(552),c=s(7331),l=s(5131),d=s(6353),u=s(2863),p=s(1425),m=s(9943),f=s(4447),g=s(2168),h=s(5885),A=s(7626),v=s(7952),Z=s(9853),b=s(6452),w=s(806),y=s(1501),S=s(1770),C=s(1774),_=s(6539),k=s(5313),I=s(2014);const P=e=>{var t,s,n,o;const r=window,i=(0,Z.KF)(),a=(0,m.BD)(),P=(0,m.XG)(),E=(0,A.h)(),T=(0,g.Uu)(),O=(0,_.Z)("wp_abtest_programmatic"),L=(0,h.Z)(),{version:x="",stVersion:$=""}=T,D=(0,u.g1)("testConfig"),{testName:R}=D,j=(0,p.XR)(),N=null==(t=C.default.mods)?void 0:t.ver;(0,S.Rf)()&&(e.amp=1),j&&(e.hem=1),i&&(e.abtest=i),(0,y.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,f.q6)()&&(e.loadHidden=1),[c.CG,c.Lx,c.sp,c.Wj].includes(P)&&(e.inver=P),a&&(e.tagreqid=a),E&&(e.STabnoid=E),(0,v.xI)()||(e.empty_statid=1),(0,w.b)()&&(e.reforig=encodeURIComponent(document.referrer||"empty")),L&&(e.refabtest=L),e.adbd=(0,l.pB)(),e.trpr=(0,I.Z)((0,b.B)()),e.wpjsES6=(0,I.Z)(C.default.es6),e.wpjsVer=C.default.ver,e.uniformVer=C.default.uniformVer,N&&(e.modsVer=N),R&&(e.prgTest=R),O&&(e.prgATest=O),e.prgApiVer=null==(s=r.__prebiddebug__)?void 0:s._ver,e.prebidVer=null==(n=r.pbjs)?void 0:n.version,e.prebidTag=null==(o=r.pbjs)?void 0:o.tag,e.tVer=x,e.stVer=$,e.tVerG="",e.tVerG2="",e.pds=(0,d.Y)(),r.appVersion&&(e.appVer=r.appVersion),e.highLayout=(0,k.Z)()};var E=s(5467),T=s(8727),O=s(5786),L=s(4596),x=s(9521),$=s(7550),D=s(3205);const R=(e={})=>{let t="";t=(0,a.Z)(t,"rekid",e.rekid||(0,E.P)()),t=(0,a.Z)(t,"pvid",e.pvid||(0,O.Vq)()),t=(0,a.Z)(t,"gmid",e.gmid||(0,x.Z)()),t=(0,a.Z)(t,"mb",(0,I.Z)((0,T.R)())),t=(0,a.Z)(t,"dn",(0,I.Z)(D.Z.b(e.dn)?e.dn:(0,f.nj)())),t=(0,a.Z)(t,"v",e.version||"5.4");const s=(0,L.Z)("WPaduid");return(0,$.Z)(s)&&(t=(0,a.Z)(t,"aduid",s)),(0,$.Z)(e.fixCookie)&&(t=(0,a.Z)(t,"fxck",e.fixCookie)),`&${t}`};var j=s(1756),N=s(5212),M=s(9627),V=s(4033),B=s(71),F=s(6730),U=s(204),z=s(6901);const q=e=>{const{queryGET:t,useMimeType:s,useLink:n}=e,[o,r,i]=n?[z.Z,"Link",s&&"css"]:[U.Z,"Image",s&&"gif"];e.method="GET",e.wasSuccess=!0,e.crossorigin="use-credentials",e.remove=!0,e.request=r,e.url=i?(0,a.Z)(t,"rmt",i):t,e.src=(0,F.mess)(e),o(e)},G=window.navigator.sendBeacon&&window.URLSearchParams,H=e=>{if(G&&!(0,l.VP)()){const{queryRAW:t,queryPOST:s}=e;return e.method="POST",e.request="BEACON",e.url=t,navigator.sendBeacon((0,F.mess)(e),new URLSearchParams(s))}},W=e=>{const{onError:t,onLoad:s,queryRAW:n,queryPOST:o}=e;try{e.method="POST",e.request="XHR",e.url=n;const r=new XMLHttpRequest;if(D.Z.b(r.withCredentials))return r.open("POST",(0,F.mess)(e)),r.withCredentials=!0,D.Z.f(t)&&(r.onerror=t),D.Z.f(s)&&(r.onload=s),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.send(o),!0}catch(e){D.Z.f(t)&&t(e)}},K=Math.floor(2e3/1.35),J=e=>{const{queryGET:t,useGET:s,usePOST:n,useBeacon:o}=e;if(o&&(e.wasSuccess=H(e)),!e.wasSuccess){const o=t.length<K||s;!n&&o||(e.wasSuccess=W(e)),e.wasSuccess||q(e)}};var Q=s(4148),Y=s(4677);const X=(e,t,s,c={},l={})=>{const{location:d}=self;if("file:"===d.protocol)return;c.useLink=c.useLink||(0,r.rI)();const{generate:u,give:p,off:m,media:f}=c;let g=l.dotParams||(0,n.ZF)();(0,M.Z)(g)||(g={}),P(g);let h=e,A="",v="";if(u)h=(0,a.Z)(h,"sw","[[SCREEN_WIDTH]]"),h=(0,a.Z)(h,"sh","[[SCREEN_HEIGHT]]"),h=(0,a.Z)(h,"pg","[[HREF]]"),h=(0,a.Z)(h,"rf","[[REFERRER]]"),A=(0,a.Z)(A,"pc","[[CANONICAL]]"),v=(0,a.Z)(h,"pc","[[CANONICAL]]"),A=(0,a.Z)(A,"par","[[PAR_DATA]]"),v=(0,a.Z)(v,"par","[[PAR_DATA]]");else{const{screen:e}=self,n=l.canonical||(0,j.Z)(),r=l.href||(0,N.Z)(),i=l.referrer||(0,o.a)();let c,d;h=(0,a.Z)(h,"sw",e.availWidth||e.width),h=(0,a.Z)(h,"sh",e.availHeight||e.height),h=(0,a.Z)(h,"pg",r,!0),h=(0,a.Z)(h,"rf",i,!0),A=(0,a.Z)(A,"pc",n,!0),v=(0,a.Z)(h,"pc",n,!0);const u=(0,V.Z)(g,!0);t?(c=(0,V.Z)(s,!0),d=t):(c=u,d="par"),"inventory"===t&&(A=(0,a.Z)(A,"par",u,!0),v=(0,a.Z)(v,"par",u,!0)),(0,$.Z)(f)&&(A=(0,a.Z)(A,f),v=(0,a.Z)(v,f)),c&&(A=(0,a.Z)(A,d,c,!0),v=(0,a.Z)(v,d,c,!0))}const Z=`r${u?"[[RAND10]]":(0,i.Nu)()}/`,b=`https://${c.hostname||"dot.wp.pl"}/${Z}`,w=R(l),y=Object.assign(c,{queryRAW:b+h+w,queryGET:b+v+w,queryPOST:A});if(u||p)return y;B.Z.fill((()=>{Y.Z.fill((()=>{Q.Z.push(y),m||J(y)}))}))}},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),o=s(552),r=s(5216),i=s(3205),a=s(6217);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:m}=l;if((0,n.GD)(u)||p||m)return p?(d=(0,o.Z)(d,"srv","[[SN]]"),d=(0,o.Z)(d,"action","[[ACTION]]")):(d=(0,o.Z)(d,"srv",u),d=(0,o.Z)(d,"action",s||"default")),l.off=!(0,r.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),o=s(4464);let r;const i=()=>r,a=()=>{r||(r=(0,n.Z)("STabnoid"),r&&(0,o.Z)("STabnoid"))}},4148:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[];s(1774).default.statData=n;const o=n},7952:(e,t,s)=>{"use strict";s.d(t,{OB:()=>d,Rn:()=>l,YH:()=>p,xI:()=>u});var n=s(9719),o=s(4596),r=s(7550),i=s(4677);let a,c;const l=()=>a,d=()=>{a=(0,o.Z)("statid"),(0,n.v)(a)},u=()=>c,p=()=>{d(),i.Z.fill(d),c=(0,r.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:()=>o,b:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},1501:(e,t,s)=>{"use strict";s.d(t,{W:()=>o,r:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},3459:(e,t,s)=>{"use strict";s.d(t,{P:()=>n,h:()=>o});const n=500,o={actionsFromSend:0,sendTimeoutId:null}},6814:(e,t,s)=>{"use strict";s.d(t,{Z:()=>v});var n=s(3459),o=s(4972),r=s(369),i=s(1133),a=s(9627),c=s(4841),l=s(677),d=s(552),u=s(1774),p=s(5216),m=s(6217),f=s(7595);const g=[];u.default.waveRequestData=g;const h=(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};g.push(n);const o=JSON.stringify(e);(0,l._3)(e,o.length);const r={useBeacon:(0,f.Z)(t),useLink:!0,off:!(0,p.Z)("wave")};return(0,m.Z)(s,"inventory",o,r)},A=e=>{const t={};clearTimeout(n.h.sendTimeoutId),n.h.sendTimeoutId=null,n.h.actionsFromSend=0;let s=!1;(0,r.Z)(o.Ds,((n,o)=>{const{data:r,interval:a,lastSent:c}=o;e||c>=a?((0,i.Z)(r)&&(t[n]=r,o.data=[]),o.lastSent=1):((0,i.Z)(r)&&(s=!0),o.lastSent+=1)})),(0,a.Z)(t)?(t.timestamp=Date.now(),h(t,e)):s&&(n.h.sendTimeoutId=setTimeout(A,n.P))},v=A},677:(e,t,s)=>{"use strict";s.d(t,{Vj:()=>a,_3:()=>d,ec:()=>c,lH:()=>l});var n=s(6072);let o={};const r={wavesSent:0,averageWaveSize:0,biggestWave:0,splitWaves:0,sentOnEvents:0,biggestWaveType:""},i=()=>{o=Object.assign({},r)},a=()=>{o.splitWaves+=1},c=e=>{o.sentOnEvents+=e},l=()=>{i(),(0,n.hk)((e=>{o.averageWaveLength=Math.round(o.averageWaveSize),delete o.averageWaveSize,e.WE=Object.assign({},o),i()}))},d=(e,t)=>{o.wavesSent+=1;const{averageWaveSize:s,biggestWave:n,wavesSent:r}=o;o.averageWaveSize+=(t-s)/r,t>n&&(o.biggestWave=t,o.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),o=s(9627),r=s(3205);const i=[["traffic"],["user_actions"]],a={},c=(e,t)=>{let s;s=r.Z.n(t)?Math.round(1e3*t/n.P):1,a[e]={interval:s,lastSent:1,data:[]}},l=(e,t,s)=>{r.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,o.Z)(a[t])||c(...e)}))}},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(3459),o=s(6452),r=s(4972),i=s(5131),a=s(677),c=s(2971),l=s(6918),d=s(9627),u=s(7550),p=s(7795),m=s(9349),f=s(6814),g=s(9386),h=s(3205);const A=e=>{let t=e;return(0,d.Z)(e)&&(t=Object.fromEntries(Object.entries(e).filter((([,e])=>!(h.Z.f(e)||h.Z.m(e)||(0,g.Z)(e)||Array.isArray(e)))))),t},v="Waves",Z=(e,t,s="traffic",g,h)=>{if(!(0,u.Z)(e))return void(0,m.Z)("No 'action' argument. The data will not be sent.","error");const Z=Object.assign({},t),b=`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:v,path:"IncorrectData",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error");const w=(0,c.Z)(Z,!0),y=A(w);if((0,d.Z)(w)){if(Object.keys(y).length!==Object.keys(w).length)return void(0,l.Z)({message:v,path:"NotFlatMap",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error")}const S={action:e,par:w};(0,i.VP)()&&(S.abd="1"),document.hidden&&(S.phd="1"),(0,o.B)()&&(S.trpr="1"),(0,r.JV)(S,s,g),n.h.actionsFromSend+=1,n.h.actionsFromSend>=20?((0,a.Vj)(),(0,f.Z)({type:e})):h?(0,f.Z)({type:e}):n.h.sendTimeoutId||(n.h.sendTimeoutId=setTimeout(f.Z,n.P))}},9333:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["GRo2sessuuid","GRo2uuid","GRwpsessuuid","GRwpuuid","GRolsessuuid","GRoluuid","_o2aw","_wpaw"]},2948:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["sgv","sgVisitId"]},5955:(e,t,s)=>{"use strict";s.d(t,{Ez:()=>g,Rr:()=>Z,zZ:()=>v});var n=s(2773),o=s(713),r=s(1144),i=s(2948),a=s(5435),c=s(9333),l=s(3205),d=s(4677),u=s(2421),p=s(9982);const m=["rekstaging","kaflog",...i.Z],f=["STac","ACac2","OAX","RMFL",a.Z,"WPabs",...Object.values(n.C),n.i,...c.Z],g=[...o.Z,...r.Z,...f,...m];let h=!1,A=!1;const v=e=>{null==e||e.type;h||(h=!0,(0,p.Z)(f).then((e=>{h=!1})))},Z=(e,t)=>{null==e||e.type;A||(A=!0,d.Z.close(),(0,u.Z)(g,m).then((e=>{d.Z.open(),A=!1,l.Z.f(t)&&t()})))}},8083:(e,t,s)=>{"use strict";s.d(t,{_k:()=>r,gL:()=>i,gS:()=>c,rI:()=>a});let n=!1,o=!1;const r=()=>n,i=e=>{n=e},a=()=>o,c=e=>{o=e}},5026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>(0,n.Z)(e,64)},1425:(e,t,s)=>{"use strict";s.d(t,{B7:()=>v,ZP:()=>C,XR:()=>S,Tj:()=>w,gp:()=>y});var n=s(7379),o=s(7508),r=s(5026),i=s(9627),a=s(7795);const c=e=>{if((0,i.Z)(e)){const{hash1:t,hash2:s}=e;return(0,r.Z)(t)&&((0,r.Z)(s)||(0,a.Z)(s))}return!1};var l=s(9349),d=s(5865),u=s(7560),p=s(4634),m=s(8393);const f="WPumhsh",g=new Set;let h,A;const v=e=>g.add(e),Z=()=>{g.forEach((e=>e(h)))},b=(e,t)=>{h||(h=(0,n.Z)()),h.hash1=e,t&&(h.hash2=t),A=JSON.stringify(h),Z()},w=()=>{h=void 0,A=void 0,Z(),(0,d.Z)(f),m.default.remove(f)},y=(e,t)=>{if(c({hash1:e,hash2:t}))return b(e,t),(0,p.Z)(f,A),void m.default.set(f,A);(0,l.Z)("Invalid hash format, only first or both arguments must be correct hash.",!0)},S=()=>h,C=()=>{const e=(0,o.Z)(f),t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;b(e,s)}else(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A));m.default.get(f,(({value:e})=>{const t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;return b(e,s),void(0,p.Z)(f,A)}(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A),m.default.set(f,A))}))}},4024:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3574);const o=(e,t,s,o,r="js",i)=>{const a=o?"-debug":"",c=t?`${t}/`:"",l=i?"canary/":"";return`${n.Z}${l}${e}/${c}${s}${a}.${r}`}},2647:(e,t,s)=>{"use strict";s.d(t,{A_:()=>w,S1:()=>b,ZK:()=>v,ZP:()=>y,cM:()=>h,um:()=>A,vU:()=>Z});var n=s(703),o=s(7379),r=s(1774),i=s(3205);const a="undefined"!=typeof console&&console,c=(0,o.Z)(),l=(0,o.Z)();let d,u,p;const m=(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))))},f=e=>i.Z.f(a[e])?(...t)=>{m(e,...t)}:()=>{},g=(e,t)=>i.Z.f(a[e])?(...s)=>{m(e,t,...s)}:()=>{},h=f("log"),A=f("info"),v=f("warn"),Z=f("error"),b=(()=>{let e=0;return t=>{e+=1,v("init",`${`  ${e}`.slice(-2)} [ ${t} ]`)}})(),w=(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:g("log",e),info:g("info",e),warn:g("warn",e),error:g("error",e),init:()=>b(e)};return c[e]=n,n},y=()=>{const e=(0,n.qm)("debug");if((e||r.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(""):new RegExp(`^(${e.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")})`))}}},6918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(703),o=s(4462),r=s(7715),i=s(3205),a=s(9349);const c=(0,n.qm)("deprecated"),l=(e,t,s,n=!0)=>{let l;s&&(0,a.Z)(s,n),l=i.Z.o(e)?e:{message:e},((0,o.vj)(t)||c)&&(0,r.Z)(l,"deprecated",{usePOST:!0})}},1774:(e,t,s)=>{"use strict";s.d(t,{default:()=>r});const n="__wpjsdebug__",o=window[n]||Object.create(null);try{window[n]=o}catch(e){}const r=o},1530:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7379),o=s(1774);const r=(0,n.Z)();o.default.flags=r;const i=(e,t)=>{r[e]=t}},6320:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>d,q$:()=>c});var n=s(703),o=s(3574),r=s(7508),i=s(5068),a=s(7384);const c=()=>{(0,i.Z)({src:"https://grid.grupawp.pl/console/wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)},l=e=>{67===e.which&&e.altKey&&e.shiftKey&&c(),e.ctrlKey&&111===e.which&&c()},d=()=>{document.addEventListener("keydown",l),(0,r.Z)("wpjslib-console-runOnStart",(e=>{"true"===e.value&&c()})),(0,a.Z)("console=")||(0,a.Z)("console-ceph")?(()=>{const e=(0,n.qm)("console-ceph"),t=`${o.Z}wpjslib-console/`;"none"!==e&&(0,i.Z)({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)})():(0,a.Z)("console")&&c()}},9349:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(1774),o=s(528),r=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(!o.Z){let o=e;if((0,r.Z)(o)&&(o={type:t,panel:s,subpanel:n,msg:o,action:l}),i.Z.o(o)&&o.msg){!0===t&&(o.type="warn"),a.push(o);const{type:e}=o;if(Object.keys(c).includes(e)){const t=`${o.msg}${"info"===e?"":" Contact ATFD for further information."}${"error"===e?" THIS IS CRITICAL BUG.":""}`,[s,n,r]=c[e];s&&window.console&&console[e]&&console[e](`%c WP ${s} `,`font-size:${r}px;background:${n};color:white;padding:2px;border-radius:3px;margin-right:3px;`,t)}}}}},6262:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://wp.hit.gemius.pl/"},9521:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.wp_pp_gemius_identifier?window.wp_pp_gemius_identifier.replace("USED_",""):""},6430:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1489),o=s(2395);const r=()=>{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,o.o)("dataLayer",e,!0,!0)}}else e=[];return window.dataLayer=e,e}},7925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("APD")},4915:(e,t,s)=>{"use strict";s.d(t,{BL:()=>x,S1:()=>M,Sg:()=>j,bp:()=>N,v5:()=>R});var n=s(9460),o=s(1770),r=s(3121),i=s(2863),a=s(703),c=s(7925),l=s(7159),d=s(1774),u=s(4923);const p="autoplayAllowed",m="autoplayUnmutedAllowed",f="muted",g=[],h={};let A,v,Z,b,w,y,S;d.default.promiseData=h;const C=(e,t)=>parseInt((e||0).toString()+(t||0).toString(),2),_=()=>{b=Date.now()-w,c.Z.open(),(0,r.Hm)("video:apd")},k=()=>{clearTimeout(Z),v&&(v.pause(),v.remove(),v=null)},I=()=>{k(),S||(h[p]=0,_())},P=()=>{S=!0,k()},E=()=>{k(),S||(h[p]=1,h[m]=1,_())},T=()=>{k(),S||(h[p]=1,h[m]=0,_())},O=()=>{if(!S){v.volume=0,v[f]=!0,v.setAttribute(f,!0);try{y=v.play()}catch(e){y=null}y?y.then(T,I):(k(),c.Z.open())}},L=e=>{w=Date.now(),v=(0,l.Z)("video"),v.src="data:video/mp4;base64,AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE=",v.volume=1,v[f]=!1,v.setAttribute(f,!1),v.autoplay=!0,v.setAttribute("autoplay",!0);Object.assign(v.style,{position:"absolute",left:"-100px",top:"-100px",width:"32px",height:"24px"}),e.appendChild(v);try{y=v.play()}catch(e){y=null}y?(Z=setTimeout(P,1e4),y.then(E,O)):(k(),c.Z.open())},x=()=>{A?(c.Z.close(),k(),S=!1,w=null,b=null,h[p]=0,h[m]=0,(0,n._k)((0,u.Z)(L))):c.Z.open()},$=(e,t)=>{let s;return s=e<t?"Increased":e>t?"Reduced":"Unchanged",s},D=(e,t)=>{e[t]=!0;const s=C(e.ra,e.rua),n={type:t,index:e.id,mode:e.mpe,channel:e.prebid?"Prebid":"Player",slotState:s,source:["direct","vpaid","clip"][e.target-1]};let o,r;if("send"===t){const t=C(e.ea,e.eua);o=C(e.pa,e.pua),n.slot=t,n.bunch=o,n.placement=$(t,o)}if(b){const e=C(h[p],h[m]);n.slotMode=e,n.origin=$(e,o),r=$(s,e)}else r=S?"Timeouted":w?"Unfinished":"Unstarted";n.event=r,w&&(n.timeStart=Date.now()-w,b&&(n.duration=b))},R=e=>{const t=g[e.id];t&&!t.send&&(Object.assign(t,e),D(t,"send"))},j=e=>{if((e.auto||e.prebid)&&(g[e.id]=e,D(e,"get"),b))return h},N=()=>A,M=()=>{const e=(0,i.fS)("apd"),t=(0,a.qm)("forceAPD"),s=o.f0&&o.x_>58||o.G6&&o.x_>10||o.hx&&o.x_>65||o.i7&&o.x_>65;A=s&&(t||e)}},3495:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1384);const o=()=>{const e=(0,n.ac)("player");return e?e.list:[]}},6792:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1384);const o=()=>{const e=(0,n.ac)("player");return e?e.playerStore:{}}},9374:(e,t,s)=>{"use strict";s.d(t,{$v:()=>v,Bz:()=>n,Di:()=>d,LD:()=>h,NK:()=>l,P8:()=>a,PY:()=>r,VW:()=>A,Y6:()=>S,Yk:()=>y,_E:()=>c,am:()=>f,cC:()=>p,hm:()=>g,ic:()=>o,ix:()=>u,k4:()=>b,pP:()=>m,wu:()=>w,xX:()=>Z,yz:()=>i});const n="view",o="last",r="v",i="p",a="actual",c="summary",l="vt",d="lvt",u="__visibility",p="viewability",m="offset",f="percent",g="steady",h="top",A="_success",v="success",Z="up",b="down",w=[i,d,"kibsent"],y={[r]:0,[d]:0,[l]:0,[i]:0},S={[r]:!1,[n]:0,[o]:0,[a]:0,[c]:0}},8720:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(9374),o=s(2600),r=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,o)=>{if(!l||t.includes(e)){const t=Object.assign({},o);delete t[n.VW],delete t.callback,delete t[n.ix],s.push(t),delete d[e]}})),(0,r.Z)(c),(0,o.lQ)(),s}},3382:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7278),o=s(9627);const r=e=>{const{node:t,observations:s}=e;!(0,o.Z)(s)&&t&&(delete e.node,delete e.entry,delete e.observations,(0,n.V)(t))}},2600:(e,t,s)=>{"use strict";s.d(t,{lQ:()=>L,vE:()=>x,SR:()=>O});var n=s(703),o=s(9374),r=s(3205);const i=(e,t,s)=>{const{state:n,callback:i}=e;if(n[o.PY]&&!e[o.VW]&&(e[o.VW]=!0,r.Z.f(i)&&(i(n,s),delete e.callback),e[o.$v])){const{observations:e}=s;e&&delete e[t]}},a=(e,t)=>{const{state:s}=e;t>s[o.yz]&&(s[o.yz]=t)};var c=s(3382),l=s(369),d=s(967),u=s(6679);const p=e=>{const t=(0,u.Z)(),s=(0,d.Z)();if(t>0&&s>0){const{width:n,height:o,top:r,left:i,right:a,bottom:c}=e;if(n>0&&o>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,r)))/(o*n)*100)}return a<=t&&i>=0&&(c<=s&&r>=0)?100:0}return 0};var m=s(5253),f=s(9610);const g=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&&(0,f.Z)(t)?p(e):0}}};var h=s(8917),A=s(2014);const v=(e,t,s,n,o)=>{const r=s>=-e+o,i=n<=t+e+o;return(0,A.Z)(r&&i)},Z=(e,t,s,n)=>{const{verticalMargin:r=0,horizontalMargin:i=0,verticalShift:a=0,horizontalShift:c=0,state:l}=e,{entry:p}=n;if(p&&(0,h.Z)(s))l[o.PY]=(0,A.Z)(s>0);else{const e=(0,u.Z)(),s=(0,d.Z)(),{bottom:n,top:p,right:m,left:f}=t,g=v(r,s,n,p,a),h=v(i,e,m,f,c);l[o.PY]=(0,A.Z)(g&&h)}},b=(e,t)=>{const{state:s,percent:n}=e;t>=n&&(s[o.PY]=1)};var w=s(297),y=s(6516);const S=(e,t)=>{const{state:s,time:n,percent:i,checkTimeout:a,isCumulative:c}=e,l=e[o.ix];if(t<i)return void(0,y.Z)(l);const d=(Date.now()-(0,w.N)())/1e3,u=c?d:d-n;if(l[o.Bz]||(l[o.Bz]=d),u>=l[o.Bz]){l[o.PY]||(l[o.ic]=u,l[o.PY]=!0);const e=d-l[o.ic];l[o.P8]=e,e>s[o.NK]&&(s[o.NK]=Math.round(e)),s[o.Di]=Math.round(l[o._E]+e),!s[o.PY]&&s[o.Di]>=n&&(s[o.PY]=r.Z.f(a)?(0,A.Z)(a()):1)}};var C=s(1628),_=s(8700);const k=(e,t)=>{const s=(0,C.hS)(),{verticalVelocity:n}=(0,C.f3)(),{state:r,verticalMargin:i,minMargin:a,slotSnapMaxVelocity:c}=e;if(s===o.xX||n>c)return;const{top:l}=(0,_.Z)(),{top:d}=t,u=0!==l&&d>a&&d<=i;r[o.PY]=(0,A.Z)(u)},I=(e,t,s,n)=>{switch(e.method){case o.hm:S(e,t);break;case o.pP:Z(e,s,t,n);break;case o.am:b(e,t);break;case o.LD:k(e,s)}};var P=s(5147);const E=(0,s(6205).Z)((0,n.qm)("vabInterval"))||299;let T;const O=()=>{T&&P.Z.forEach(x)},L=e=>{P.Z.size&&!document.hidden?(T||(T=setInterval(O,E)),e&&x(e)):T&&(clearInterval(T),T=!1)},x=e=>{const t=g(e);if(t){const{observations:s}=e,{nodeRect:n,nodeRatio:o}=t;(0,l.Z)(s,((t,s)=>{const{state:r}=s;r&&(a(s,o),I(s,o,n,e),i(s,t,e))}))}else e.observations=Object.create(null);(0,c.Z)(e),L()}},297:(e,t,s)=>{"use strict";s.d(t,{N:()=>r,e:()=>o});let n=0;const o=()=>{n=Date.now()},r=()=>n},6516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9374);const o=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:()=>o});var n=s(9374);const o=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:()=>Z});var n=s(2600),o=s(7278),r=s(4462),i=s(619),a=s(3205),c=s(5147),l=s(9468),d=s(9617),u=s(1133),p=s(5253),m=s(9349),f=s(9374),g=s(9627),h=s(7550);const A=e=>(0,g.Z)(e)?(0,h.Z)(e.name)?[f.hm,f.am,f.pP,f.LD].includes(e.method)?void 0:((0,m.Z)("Invalid Observation method","error"),!0):((0,m.Z)("Invalid Observation name","error"),!0):((0,m.Z)("Invalid Observation object","error"),!0),v=(e,t)=>(0,p.Z)(e)?(0,u.Z)(t)?t.some(A):((0,m.Z)("Observations argument is not a valid Array of Observations.","error"),!0):((0,m.Z)("Node argument is not a valid HTMLElement or it is not in DOM.","error"),!0),Z=(e,t,s)=>{if(v(e,t))return;let u=c.Z.get(e);if(!u){const t=(s||"")+(0,r.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,o.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),o=s(1774),r=s(9393);const i=new Map;o.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 o=((e,t)=>{const{horizontalMargin:s=0,verticalMargin:n=0}=e,o=`${s}x${n}`,c=i.get(o);if(c)return c;if((0,r.Z)()){const e={root:null,rootMargin:`${n}px ${s}px`,threshold:a()},r=new IntersectionObserver(t,e);return i.set(o,r),r}const l={observe:()=>{},unobserve:()=>{}};return i.set(o,l),l})(n,s);o.observe(e)}))}},9468:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2600),o=s(5147);const r=e=>{e.forEach((e=>{const{intersectionRatio:t,isIntersecting:s,target:r,boundingClientRect:i}=e,a=o.Z.get(r);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(2600),o=s(7278),r=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,r.Z)(s)&&s.forEach((e=>{(0,c.Z)(d[e])})),(0,o.W)(t,d,a.Z),(0,o.V)(e)),(0,n.lQ)(l),l}}}},1628:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>Z,f3:()=>v,hS:()=>h});var n=s(9374),o=s(9460),r=s(8700);let i,a=0,c=0,l=0,d=0,u=Date.now();const p=(e,t,s)=>{const n=e-t;return Math.round(n/s*100)/100},m=()=>{a=0,c=0};let f=n.k4,g=0;const h=()=>f,A=()=>{clearTimeout(i);const{top:e,left:t}=(0,r.Z)();f=e>g?n.k4:n.xX,g=e;const s=Date.now(),o=s-u;a=p(e,l,o),c=p(t,d,o),l=e,d=t,u=s,i=setTimeout(m,100)},v=()=>({verticalVelocity:a,horizontalVelocity:c}),Z=()=>{(0,o.nr)(A,!0)}},5147:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1774);const o=new Map;n.default.observedElements=o;const r=o},7983:(e,t,s)=>{"use strict";s.d(t,{Z:()=>og});var n={};s.r(n),s.d(n,{coveringSlots:()=>v,init:()=>H,loadPayload:()=>G,payloadBodies:()=>A,resetCoverPayload:()=>q,resetHeaderPayload:()=>z,setPayload:()=>U});var o={};s.r(o),s.d(o,{getS2STest:()=>fs.ju,getTest:()=>fs.Uu,getTestVersion:()=>fs.UQ});var r={};s.r(r),s.d(r,{addEnv:()=>$c.ie,addImpressionHandler:()=>de.wN,addRegisterPlayerHandler:()=>Fc,addRegisterSlotHandler:()=>de.DN,addUnregisterPlayerHandler:()=>Bc,addViewHandler:()=>de.sv,blankOpener:()=>En,disableAsr:()=>sc,dismissPlaceholders:()=>Hc,dismissSlots:()=>Gc,exposePlaceholders:()=>Kc,exposeSlots:()=>Wc,getAadURL:()=>al,getAllEnv:()=>$c.hf,getAllSlots:()=>vr.xG,getBiddersLimitation:()=>ll,getBunchID:()=>st.P,getCC:()=>bo,getContentTags:()=>vo.J1,getContext:()=>rt.fw,getDirectSlots:()=>gi,getDynamicOffset:()=>dl.J6,getGEO:()=>rt.K5,getOptions:()=>Mn.F,getPPID:()=>Gi.G,getPrebidLoadingState:()=>Ao,getState:()=>Ml,getStore:()=>rt.bh,getVadURL:()=>cl,hasAttribute:()=>St.g,loadAndRunBunch:()=>Ol,loadAndRunSlots:()=>Tl,loadBunch:()=>El,loadSlots:()=>Pl,prebidDam:()=>_e.Z,programmaticTests:()=>o,registerCommercialBreak:()=>Vl,registerPlaceholder:()=>Kl,registerPlayer:()=>Nc,registerSlot:()=>$t.Z,registerSticky:()=>rd,removeEnv:()=>$c.vi,removeRegisterPlayerHandler:()=>zc,removeUnregisterPlayerHandler:()=>Uc,setAttribute:()=>St.r,unregisterPlayer:()=>jc,unregisterSlot:()=>td.Z,updatePlaceholder:()=>un.Z,wasDirectClickedRecently:()=>Rl});var i={};s.r(i),s.d(i,{frontendPassback:()=>ad,getBrandSafetyTargeting:()=>Zo,getDFPConfig:()=>Jc,getUsageState:()=>cd,runMod:()=>ld});var a={};s.r(a),s.d(a,{load:()=>ir,registerMod:()=>K});var c={};s.r(c),s.d(c,{randomize:()=>yt.Nu,slide:()=>_s,unslide:()=>ks});var l={};s.r(l),s.d(l,{addHashChangeHandler:()=>xc.B7,getHash:()=>xc.XR,resetHash:()=>xc.Tj,setHash:()=>xc.gp});var d=s(2466);const u="direct",p="reload",m="head";var f=s(450),g=s(1774);const h={},A={},v=[];g.default.slotsFromHead=h,g.default.payloadBodies=A,g.default.coveringSlots=v;var Z=s(8727),b=s(3354),w=s(369),y=s(8959),S=s(7508),C=s(6539),_=s(1977);const k=()=>{var e;return(0,_.Z)('meta[name="gaf"]')||(null==(e=(0,C.Z)("wp_gaf_targeting"))?void 0:e.spin)};var I=s(9627),P=s(3205),E=s(2443);const T="bodyCode",O=e=>(0,C.Z)(T,e),L=(e,t)=>{(0,E.Z)(T,t,e)},x=e=>{(0,E.Z)(T,void 0,e)};var $=s(9386);const D={delivered:"dv",run:"rn",viewed:"vd",missing:"ms",error:"er",registered:"rg",isAsr:"asr",reloaded:"i"};var R=s(6205);const j=e=>{if((0,$.Z)(e))return(0,w.Z)(D,(t=>{e[t]=(0,R.Z)(e[t])})),x(e),e.container=void 0,e};let N,M,V,B,F=!1;const U=e=>{Object.assign(A,e)},z=()=>{B&&B.remove()},q=()=>{clearTimeout(M),v.length=0,V&&V.remove()},G=e=>{if(N)return e(!0,!1,m,N),h},H=()=>{if(!F){F=!0;try{const{performance:e}=window;if(null!=e&&e.mark&&e.mark("GAFHeadStart"),N=k(),N){const e=(0,C.Z)(N,window.WP);if(e){const{bodies:t,data:s}=e;if((0,I.Z)(s)){U(t);let e=!1,n=!1,o=!1;if((0,w.Z)(s.bunches,((t,s)=>{const{slots:r}=s;(0,w.Z)(r,(s=>{const i=(0,R.Z)(s),a=j(r[i]);if(null!=a&&a.delivered){h[i]=a;const s=A[`${t}_${i}`];if(P.Z.f(s)){const t=s.toString();t.match(/welcomeScreen|pageCover/)?(e=!0,(0,f.Kl)({isWelcomeScreen:1}),v.push(i)):t.match(/headline|panelPremium/)&&(n=!0,o=t.match(/scalable/))}}}))})),(0,S.Z)(d.q2)&&(e&&(V=(0,b.Z)("body>*{opacity:0 !important}"),(0,y.Z)().appendChild(V),M=setTimeout(q,3e3)),n)){let e;(0,Z.b)(),e=(0,Z.R)()?"60px":o?"7.2vw":"100px",B=(0,b.Z)(`.${N}h{min-height:${e}}`),(0,y.Z)().appendChild(B)}}}}null!=e&&e.mark&&e.mark("GAFHeadStop"),null!=e&&e.measure&&e.measure("GAFHeadTiming","GAFHeadStart","GAFHeadStop")}catch(e){}}return N},W=Object.create(null);g.default.mods=W;const K=(e,t)=>{P.Z.o(e)?Object.assign(W,e):W[e]=t};var J=s(7144),Q=s(5394);const Y=()=>{J._x&&s.e(730).then(s.bind(s,9278)).then((({default:e})=>{e()})).catch((e=>{(0,Q.Z)(e,"AdDensity")}))};var X=s(2773),ee=s(919),te=s(5620),se=s(846),ne=s(5888),oe=s(4596),re=s(204),ie=s(9062);const ae=()=>{(0,te.FJ)()||(0,te.IK)()||!ee.Ny||se.Z.fill((()=>{[{url:"https://rt.inistrack.net/d/rt.php?p=wp&c=campaign01&s=home&t=p",push:!0},{url:"https://rt.inistrack.net/d/rt.php?p=wp2&c=campaign01&s=home&t=p",cname:X.i,emptyFor:1440}].forEach((e=>{const{cname:t,push:s,url:n,emptyFor:o}=e,r=t&&(0,oe.Z)(t);if(s||null===r){const e={src:n};if(o){const s=()=>{(0,oe.Z)(t)||(0,ie.Z)(t,"empty",(0,ne.Z)(o))};e.onError=s,e.onLoad=s}(0,re.Z)(e)}}))}))};var ce=s(1489),le=s(2395),de=s(9234),ue=s(2863),pe=s(1564);let me,fe;const ge=e=>{const t=k();fe=(0,C.Z)(t)||(0,C.Z)("__headpayload")||e},he=()=>(me||((0,pe.OK)("GAFHeadTiming","GAFHeadStart","GAFHeadStop"),me=fe),me);var Ae=s(9853),ve=s(1770),Ze=s(1530);let be;const we=e=>{be=e,(0,Ze.Z)("Direct only",be)},ye=()=>be,Se=()=>{we((0,ve.Rf)()||(0,te.uD)()&&(0,te.U6)())};var Ce=s(1852),_e=s(1913);let ke;let Ie,Pe,Ee;const Te=()=>Ie,Oe=()=>Pe,Le=()=>Ee;var xe=s(9319);const $e={slotsFromPayload:{}};var De=s(7331);const Re="allow-scripts allow-popups"+(document.hasStorageAccess?" allow-storage-access-by-user-activation":""),je=`${Re} allow-same-origin allow-forms`,Ne=`${je} allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation`,Me="adform",Ve="automate",Be="blackbox",Fe="blocker",Ue="code",ze="dcm",qe="directProgrammatic",Ge="fencedFrame",He="iframe",We="image",Ke="mod",Je="native",Qe="nativeAutomate",Ye="outstream",Xe="prebid",et="video",tt=new Set([Me,Ve,Be,Fe,Ue,ze,qe,Ge,He,We,Ke,Je,Qe,Ye,Xe,et]);var st=s(5467),nt=s(703),ot=s(4732),rt=s(6719),it=s(619);const at=(e,t,s,n,o,r,i,a)=>{const c={},l={},d={};return t&&(d.model=t),s&&(0,it.Z)(d,"directOnly",s),n&&(l.Id=`${n}`),o&&(l.roshash=`${o}`),r&&(l.provider=`${r}`),a&&(l.source={external:1}),c.id=`${e}`,c.creative=l,c.sellingModel=d,c.capping=i,c},ct="100%",lt=(e,t,s)=>{e.height=(0,R.Z)(s)||"auto",e.width=t===ct?ct:(0,R.Z)(t)||ct},dt="iframe",ut="media",pt="native";var mt=s(232),ft=s(8886);let gt;var ht=s(9460),At=s(8312),vt=s(1384),Zt=s(7787),bt=s(5786),wt=s(6730),yt=s(4462),St=s(6126),Ct=s(1964),_t=s(7265);const kt=(e,t,s)=>{const{slot:n,bunch:o,redir:r}=e,i={slot:n,bunch:o,redir:r,creations:[t]};return t.isBackup=!0,t.trackers=s,i};var It=s(4033),Pt=s(2014);const Et=(e=0,t="")=>(0,It.Z)({gdpr:(0,Pt.Z)(e),gdpr_consent:t},!1,!0);var Tt=s(551),Ot=s(1608);const Lt=e=>{null!=e&&e.viewability&&e.viewability[mt.$F]&&((0,Ot.Z)(e.container),delete e.container,delete e.viewability[mt.$F])};var xt=s(9126),$t=s(3724);const Dt=(e,t,s,n)=>{const o=s||(0,rt.z9)(e,t);Lt(o);const{lazy:r}=o,i=(0,xt.Z)(o.campaign);i.sellingModel.directOnly=1;const a=j({passed:1,campaign:i,delivered:1,lazy:r}),c=(0,xt.Z)(n);L(a,(()=>{pi(c,a)})),(0,rt.fx)(e,t,a),(0,$t.Z)(t)},Rt=({creationBunch:e,creationSlot:t,creation:s,$creationHolder:n,onImpression:o,onParseError:r,onRequestError:i,onPassbackError:a})=>{const{gafSlot:c,backupAd:l,trackers:d,hash:u,config:p}=s,m=`${(0,yt.Nu)(8)}-1111-4000-3000-${(0,yt.Nu)(12)}`,f=encodeURIComponent(btoa(`mid=${u}&transactionId=${m}`)),g=(0,_t.zC)(),h=(0,_t.do)(),A=`//adx.adform.net/adx/?rp=4&${f}&pt=gross&fd=1&${Et(g,h)}`,v=new XMLHttpRequest;v.open("GET",A,!0),v.onreadystatechange=()=>{if(4===v.readyState)if(200===v.status){v.onreadystatechange=null;try{const s=JSON.parse(v.responseText),r=Array.isArray(s)&&s[0];if(null!=r&&r.banner){p.updateSize(r.width,r.height);const s=(0,Tt.Z)({},{width:r.width,height:r.height,display:"inline-block",verticalAlign:"middle",border:"none"},{bunch:e,slot:t});n.appendChild(s.getIframe()),s.write(r.banner),s.resetBodyStyle(),o()}else if(l){const s=kt(p,l,d);Dt(e,t,c,s)}else a(A)}catch(e){r(A,e)}}else i(A)},v.withCredentials=!0,v.send(null)},jt="parent",Nt="blackbox::",Mt=new RegExp(`^${Nt}`);var Vt=s(5068);const Bt=window;let Ft=!1;const Ut=e=>{if((0,ve.Rf)()&&!Ft)if(Bt.context)e();else{var t;Bt.addEventListener("amp-windowContextCreated",(()=>{e()}));const s=null==(t=Bt.AMP_CONTEXT_DATA)?void 0:t.ampcontextFilepath;s&&(0,Vt.Z)({src:s,id:"amp-context",onError:()=>{Ft=!0},onLoad:()=>{Bt.context||(Ft=!0)}})}};var zt=s(9544),qt=s(9300);const Gt=(e,t,s,n,o)=>{const r=(0,R.Z)(t);if((0,qt.Z)(r,t))return;const i=s||(0,rt.z9)(e,r);i&&(Lt(i),i.finished=1,i.success=0,i.viewed=0,(0,zt.Z)(e,r,i,n,o),Ut((()=>{null==Bt.context.noContentAvailable||Bt.context.noContentAvailable()})))},Ht=(e,t)=>{const s=new Error(`${jt} - ${e} - ${t}`),[,n,o]=e.split("|");(0,Q.Z)(s,"BlackBox.misses"),Gt(n,o)},Wt=new Map;Wt.misses=e=>Ht(e,"cannot get iFrame!");const Kt=new Map;Kt.misses=e=>Ht(e,"cannot get creation!");const Jt=new Map,Qt=new Map;var Yt=s(4841),Xt=s(3574);const es=(()=>"Proxy"in window)(),ts=["poczta.o2.pl","poczta.wp.pl"],ss=`${Xt.Z}blackbox/blackbox-postmessage-${es?"es6":"es5"}-min.html?originalDomain=%hostname%`;var ns=s(7842);const os=["wpmods","wpprebid","wpprebid6","wppbjs","hashstyle","_aa","debug","filter","unhashstyle","wplib","wplib5","wplib6","prebidConfig","debugima"],rs=()=>{const e=(()=>{var e;const{hostname:t,pathname:s}=window.location,n="std.wpcdn.pl"===t?null==(e=s.match(/[A-Za-z0-9]*\.[A-Za-z0-9_-]*\.[A-Za-z0-9_-]*/))?void 0:e[0]:t;let o;return o=ts.includes(n)?ss.replace("%hostname%",n):ss.replace("%hostname%",""),(0,wt.mess)({url:o,forceDomain:"wpext.pl"})})(),t=(0,bt.Vq)(),{search:s}=window.location,n=(0,ns.Z)(s,os,void 0,!0);return`${e}&${(0,It.Z)(Object.assign({},n,{pvid:t}),null,!0)}`},is={isFirst:!0,slotsStartTime:{},disabled:!1,isBlackBox:!1},as=Object.create(null);g.default.slotStateStore=as;const cs=e=>as[e],ls=e=>delete as[e],ds=(e,t)=>{as[e]=t},us=()=>(is.isFirst=!0,(0,w.Z)(as,ls),as),ps=e=>{const t=cs(e);return(null==t?void 0:t.ssid)||"0"};var ms=s(5955),fs=s(2168),gs=s(4024);const hs=e=>(0,wt.mess)({url:(0,gs.Z)(e,!1,"wpjslib-blackbox",!1,"js",!1),forceDomain:"wpext.pl"}),As=e=>`<!DOCTYPE html><html><head><title></title>\n<meta charset="UTF-8"><meta content="width=device-width,initial-scale=1" name="viewport">\n<meta name="robots" content="noindex">\n<meta content="ybspin" name="gaf">\n<style>body{background-color:transparent;margin:0;padding:0}</style>\n<link href="//static.criteo.net/js/ld/publishertag.js" id="criteo" rel="preload" as="script" ></link>\n${e}\n<script id="wpjslib" async crossorigin src="${hs("wpjslib")}" nomodule><\/script>\n<script id="wpjslib6" async crossorigin src="${hs("wpjslib6")}" type="module"><\/script>\n</head><body>\n<div id="b"><div id="c"></div></div>\n</body></html>`;var vs=s(7902),Zs=s(7550);const bs=(e,t)=>{const s=(0,bt.Vq)(),n=(0,nt.qm)("debug"),o=(0,C.Z)("wp_abtest_programmatic");let r;n&&(r=(0,ns.Z)(window.location.search));const i=o&&(0,fs.UQ)();let a,c;i&&!n&&(a=o,c=i);const l=Object.assign({blackBoxId:e,pvid:s},o&&{forceProgrammaticTest:o},a&&{forceTest:a},c&&{forceVariant:c},r),u=(0,vs.Z)(),p=[...d.F1,...ms.Ez],m=Object.fromEntries(p.filter((e=>(0,Zs.Z)(u[e]))).map((e=>[e,u[e]]))),f=`<script id="d">window.wp_switches = ${JSON.stringify(l)};\n    window.blackBoxData = ${JSON.stringify({payload:t})};\n    window.blackBoxData.initRenderTimestamp = Date.now();\n    window.domainCookies = ${JSON.stringify(m)};<\/script>`;return As(f)};var ws=s(8917),ys=s(9349);const Ss=(e,t=3,s="0")=>`${s.repeat(t)}${e}`.slice(-t),Cs=(e,t=1)=>{let s=e;return s<65?s+=6*t:s>90&&(s+=7*t),s},_s=(e,t)=>{if(!(0,ws.Z)(e)&&!(0,Zs.Z)(e))return void(0,ys.Z)(`Slide method first argument must be Integer (given ${e}).`,!0);const s=(0,R.Z)(t)%6;let n=(0,R.Z)(e),o=17+s,r="";n=n>=0?Math.min(9999,n):0,n=Ss(n,4);for(let e=0;e<4;e+=1){const t=n[e];r+=String.fromCharCode(Cs(t.charCodeAt(0)+o,1)),o+=(0,R.Z)(t)+3}return r},ks=(e,t)=>{if(!(0,Zs.Z)(e))return void(0,ys.Z)(`Unslide method first argument must be String (given ${e}).`,!0);let s=17+(0,R.Z)(t)%6,n="";if(4===(null==e?void 0:e.length))for(let t=0;t<4;t+=1){const o=e[t],r=String.fromCharCode(Cs(o.charCodeAt(0),-1)-s);n+=r,s+=(0,R.Z)(r)+3}return(0,R.Z)(n)},Is=(e,t,s,n,o,r=!0)=>r&&("high-cpm-bidder"===e&&s===n&&t>o);var Ps=s(6598);const Es=e=>{if(e){const{gafSlot:t={},payload:s={}}=e,{slot:n,context:o}=s,{campaign:r,dfpConfig:i}=t,a=r&&r.creative;if(a&&(0,I.Z)(i)){const{Id:e,roshash:t,source:s={}}=a,{external:r,bidder:c}=s,{ceil:l}=i,d=(0,Zs.Z)(o)&&JSON.parse(o),u=d&&d.rshsd,p=t&&ks(t,u),m=(0,Ae.bB)("adtech","PRG-3348"),f=Is(c,p,m,"C",249),g=!!(r&&1.2*p>=100*l);if(f||g){const t={slotNumber:n,sbblock:+f,ceilblock:+g};f&&Object.assign(t,{sbccpm:p,sbcrid:e}),(0,Ps.Z)("tag_blackbox_nogam",t)}}}},Ts=e=>{const t=new ArrayBuffer(2*e.length),s=new Uint16Array(t);for(let t=0;t<e.length;t++)s[t]=e.charCodeAt(t);return t},Os=({blackBoxId:e,completePayload:t,creationFactoryIframe:s,creation:n,onTemplateError:o,onWindowError:r,onLoad:i})=>{if(!s.getWindow())return void r();const a=bs(e,t);if(!a)return void o();const c=Ts(a);s.postMessage(c),Es(n),P.Z.f(i)&&i()},Ls=["creative",jt];let xs;const $s=-1;var Ds=s(7379);const Rs=e=>{if(e){const{campaign:t}=e;if(t){const{id:e,creative:s}=t;if(s){const{Id:t}=s;return`${e}:${t}`}}}return"unknown"};var js=s(9924);let Ns=!1;const Ms=(e,t,s)=>{if(!Ns){Ns=!0;const n=new CustomEvent("adsReady",{detail:{slot:e,cause:s,type:t}});window.dispatchEvent(n)}},Vs=(e,t,s)=>{if(s.impressionTiming=Date.now()-s.startTime,(0,js.s)(t)){const{creation:e}=s;Ms(t,null==e?void 0:e.type,"EMPTY")}(0,de.cV)(t,s),Gt(e,t,s,!0,!0)},Bs=(e,t,s)=>{const n=cs(t);if(n)return n[e]=s,n},Fs=(e,t,s,n)=>{const o=Rs(n);let r=s;(0,Zs.Z)(s)&&(r=(0,Ds.Z)(),r.message=s),(0,Zs.Z)(r.name)||(r.name="Error"),r.name=`GAF${r.name}`,r.bunch=e,r.slot=t,r.campaign=o,n.error||(n.error=1,n.errorData=r,(0,Q.Z)(r)),Bs("err",t,1),Vs(e,t,n)};var Us=s(9374);const zs="view",qs="custom",Gs={CPC_INT:"click",CPV_INT:zs,CPCV_INT:qs};var Hs=s(6184);let Ws;const Ks=()=>Ws;var Js=s(9943),Qs=s(6918),Ys=s(6262),Xs=s(853),en=s(4640);const tn=(e,t,s)=>{if(t){let{scripts:n,doubleClickCode:o}=t;if(n)for(n=(0,en.Z)(n);n.length;)(0,Vt.Z)({target:e,src:n.shift()});o&&(o=o.replace("[timestamp]",(0,yt.Nu)(8)),(0,Xs.Z)(e,o));const{gemiusCode:r}=t;if(r){(0,Vt.Z)({id:"xgde",src:`${Ys.Z}gdejs/xgde.js`});const t=r.toString(),n=/(_gde_[\w-^']+)'/g,o=new Set;let i;for(;null!==(i=n.exec(t));){const t=i[1];o.has(t)||(o.add(t),(0,Xs.Z)(e,`<i id="${t}" style="display:none !important;visibility:hidden !important"></i>`))}try{if(P.Z.f(r))r();else if(P.Z.s(r)){window["eval"](t)}}catch(e){s(e,"gemiusCode")}}}};var sn=s(6733),nn=s(9350);const on=(e,t)=>{var s,n,o;(null==e||null==(s=e.childNodes[0])||null==(n=s.firstChild)||null==(o=n.contentDocument)?void 0:o.querySelector("amp-ad-exit"))&&Bs("amp",t,1)};var rn=s(2621),an=s(1511),cn=s(9384);const ln=(e,t,s,n)=>{const o=e||(0,Ds.Z)();if(t&&(o.message=t),s){const{hostname:e,pathname:t}=(0,cn.Z)(s),n=e+t;o.path=n||s}return n&&(o.fileName=n),o};var dn=s(6656),un=s(118);const pn=(e,t)=>((0,dn.Z)(e,!0),(0,un.Z)(e,Object.assign({hidden:!1,released:!0},t)));var mn=s(5682);const fn=(e=[],t=[])=>e.some((e=>t.includes(e))),gn=e=>fn(["nativeLinkAd","inTextVideo"],e),hn=(e,t,s,n)=>{s.success=1;const{creation:o}=s;if(!o||o.destroyed){const o=ln(!1,"creation destroyed before count",!1,n);return void Fs(e,t,o,s)}!gn(o.mod)&&o.config.count()},An=(e,t,s=.5,n=1e3)=>{if(!P.Z.f(t))return;let o,r;const i=s=>{r.unobserve(e),t(s)};r=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting?n?o=setTimeout((()=>{i(e)}),n):i(e):o&&clearTimeout(o)}))}),{root:null,rootMargin:"0px",threshold:s}),r.observe(e)};window.addEventListener("adsReady",(e=>{}));const vn=(e,t,s)=>{const n=(0,R.Z)(t),o=`${e}_${n}`,{type:r,config:i,trackers:a,rebuild:c,mod:l,destroyed:d,width:u,height:p,scalable:m,transparentPlaceholder:f,gafSlot:g}=s;if(d){const t=ln(!1,"creation destroyed before impression",!1,r);return void Fs(e,n,t,g)}const{model:h,provider:A,creativeId:v,touchpointId:b,campaignId:w,time:y,percent:S}=(e=>{const t=(0,Ds.Z)(),{campaign:s}=e;if(s){const{creative:e,sellingModel:n,id:o=""}=s;if(t.campaignId=o,e){const{provider:s="",Id:n="",touchpointId:o=""}=e;t.provider=s,t.creativeId=n,t.touchpointId=o}if(n){const{model:e}=n;e||(delete n.percent,delete n.time,delete n.displayTime);const{percent:s=0,time:o=0,displayTime:r=o}=n;t.model=Gs[e]||"",t.percent=s,t.time=o,t.displayTime=r}}return(0,nt.qm)("testCview")&&(t.model=qs,t.percent=75,t.time=4),t})(g),{holder:C}=c,{coveringSlots:_,resetCoverPayload:k}=he(),I=Ks(),{lazy:E}=g,T=Rs(g);if(g.impressionTiming=Date.now()-g.startTime,g.width=u,g.height=p,g.missing=0,g.delivered=1,g.viewed=1,g.finished=1,g.container=C,"GAM"===A&&on(C,n),_.includes(n)&&requestAnimationFrame(k),P.Z.f(I)&&I(),i.impressed||((0,nn.Z)(a.impression),i.impressed=!0,((0,Ae.zK)("adtech","PROSGWP-7446","B")||(0,Ae.zK)("application","PAK-2687","A"))&&Ms(n,r,"IMP"),(0,js.s)(n)&&Ms(n,r,"IMP")),(0,mn.Z)(n)&&(0,sn.Z)(`SlotTiming${n}`,`SlotRegister${n}`,`SlotImpression${n}`),P.Z.f(i.prepareLabel)&&i.prepareLabel(),i.doNotRelease)s.type!==Fe&&(0,Qs.Z)({message:"IAQInline",path:"DoNotRelease",fileName:(0,en.Z)(l).join(","),slot:n,bunch:e,campaign:T},1e3);else{const e={transparent:(0,Z.R)()||f};m?e.height="auto":(0,rn.Z)(p)&&(e.height=p),pn(n,e)}((e,t,s)=>{Ut((()=>{const n="auto"!==t&&"auto"!==s&&{width:t,height:s};null==Bt.context.requestResize||Bt.context.requestResize(t,s+24,!0),null==Bt.context.renderStart||Bt.context.renderStart(n),null==Bt.context.reportRenderedEntityIdentifier||Bt.context.reportRenderedEntityIdentifier(`wpmedia_slot_${e}`)}))})(n,u,p),(0,de.cV)(n,g),tn(C,s.viewability,((t,s)=>{const o=ln(t,!1,`${s} measurements in impression handler`,!1,r);Fs(e,n,o,g)})),g.viewability||(0,it.Z)(g,Us.cC,{});const O=g.viewability,L=()=>{i.cviewed||((0,nn.Z)(a.cview),i.cviewed=!0),hn(e,n,g,r),P.Z.f(I)&&I()},x=()=>{i.viewed||((0,nn.Z)(a.view),((0,Ae.zK)("adtech","PROSGWP-7446","C")||(0,Ae.zK)("application","PAK-2687","B"))&&Ms(n,r,"VIMP"),i.viewed=!0),h===zs&&hn(e,n,g,r),(0,de.oI)(n,g),P.Z.f(I)&&I()};if((0,Js._X)()){(0,it.Z)(O,mt.$F,{});const t=O[mt.$F];Object.assign(t,{as:(0,Pt.Z)(!E),phd:(0,Pt.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`}),h!==zs&&h!==qs&&hn(e,n,g,r),An(C,(s=>{((t,s)=>{i.viewed||((0,nn.Z)(a.view),i.viewed=!0),Object.assign(s,{[Us.PY]:1,[Us.NK]:1,[Us.yz]:Math.round(100*t.intersectionRatio)}),h!==zs&&h!==qs||(hn(e,n,g,r),(0,de.oI)(n,g)),P.Z.f(I)&&I()})(s,t)}))}else{var $;const t=[50,60,70,80,90,100].map(Hs.gQ),s=[...t];s.push((0,Hs.jq)(x)),h===qs&&s.push((0,Hs.Zp)(L,y,S)),h!==zs&&h!==qs&&hn(e,n,g,r);const i=(0,an.Z)(C,s,o),a=null==i?void 0:i.observations,c=null==a||null==($=a[mt.$F])?void 0:$.state;if(c)(0,it.Z)(O,mt.$F,Object.assign(c,{as:(0,Pt.Z)(!E),phd:(0,Pt.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`})),delete O[mt.r_],(0,it.Z)(O,mt.OI,t);else{const t=ln(!1,"observations missing or blocked",!1,r);Fs(e,n,t,g)}}},Zn=e=>{const{id:t,payload:s}=e,{bunch:n,slot:o,size:r,sync:i,vendor:a,frameSlotState:c,waveData:l,campaign:d,renderTimestamp:u,initRenderTimestamp:p}=s,m=Date.now(),f=(0,rt.z9)(n,o),{isAsr:g}=f;if(!Wt.get(t))return void Wt.misses(t);const h=Kt.get(t);if(!h)return void Kt.misses(t);const{initTimestamp:A}=h;if(Object.assign(h.measures,{ttiren:p-A,ttren:u-A,tte:m-A}),(0,Ps.Z)("tag_blackbox",Object.assign({},l,h.measures,{asr:(0,Pt.Z)(g)})),a===$s)return f.vendor=$s,void Vs(n,o,f);const{width:v,height:Z}=r;var b;b=i,(0,w.Z)(b,((e,t)=>{const{name:s,value:n}=t;(0,ie.Z)(s,n)}));try{const e=JSON.parse(c),t=cs(o),s=Object.assign({},t,e);ds(o,s);const r=d&&JSON.parse(d);r&&(f.campaign=r),f.vendor=a,vn(n,o,h)}catch(e){Fs(n,o,ln(e,!1,"onBlackBoxEnd",h.type),f)}},bn=e=>{const t=e&&e.data;if(P.Z.s(t)&&t.match(Mt)){const e=JSON.parse(t.replace(Nt,"")),{id:s,cmd:n,role:o,pageViewID:r}=e,i=xs,a=Jt.get(s),c=o!==i,l="end"===n,d=(0,bt.Vq)()===r;if(a&&c&&l&&d)return e.receiver=a,e}return!1},wn=e=>{const t=bn(e),{cmd:s}=t;"end"===s&&Zn(t)};let yn=!1;const Sn=(e,t,s)=>{var n;Jt.set(e,t),Qt.set(e,s),yn||(n=jt,Ls.includes(n)&&(xs=n),window.addEventListener("message",wn),yn=!0)},Cn=({creationBunch:e,creationSlot:t,creation:s,onTemplateError:n,onWindowError:o,onError:r,onLoad:i})=>{const a=rs(),c=(0,Yt.PO)(),{payload:l,width:d,height:u}=s,p=ps(t),m=`bbid|${e}|${t}`,f=Object.assign({},s,{initTimestamp:Date.now(),measures:{ttiren:null,ttrdy:null,ttren:null,tte:null}}),g=Object.assign({},l,{bunch:e,slot:t,sn:c,site:c,width:d,height:u,ssid:p}),h=(0,Tt.Z)({sandbox:je});return h.error(r),h.load(a,(()=>{Os({blackBoxId:m,completePayload:g,creationFactoryIframe:h,creation:s,onTemplateError:n,onWindowError:o,onLoad:i})})),Kt.set(m,f),Wt.set(m,h),Sn(m,h,g),h};var _n=s(7159),kn=s(528);const In="sponsored nofollow",Pn=e=>{e.removeAttribute("target"),kn.Z?e.setAttribute("rel",In):e.removeAttribute("rel")},En=e=>{Pn(e);return()=>{e.setAttribute("target","_blank"),e.setAttribute("rel","noopener"+(kn.Z?` ${In}`:"")),requestAnimationFrame((()=>{Pn(e)}))}},Tn=e=>{const{config:t,redirUrl:s}=e,{uniqueID:n,addDestroyHandler:o}=t,r=(0,_n.Z)("a"),i=En(r),a=`link${n}`;return r.href=s,(0,St.r)(r),(0,ft.Cj)(r,(0,ft.cu)(a,{height:"100%"})),r.addEventListener("click",i),o((()=>{r.removeEventListener("click",i),(0,ft.jo)(a)})),r},On=(e,t,s,n,o)=>{Fs(e,t,ln(!1,"resource missing or blocked",s,n),o)},Ln=(e,t,s,n,o)=>{const{config:r,expandable:i,src:a,type:c,gafSlot:l}=s,{uniqueID:d,addDestroyHandler:u}=r,p=()=>{vn(e,t,s,c)},m=()=>{On(e,t,a,c,l)},f=Tn(s),g=(0,_n.Z)(n),h=`${c}${d}`;return(0,ft.Cj)(g,(0,ft.cu)(h,{border:"0",margin:"auto",display:"block",height:i?"auto":ct,width:ct})),f.appendChild(g),(0,St.r)(g),g.addEventListener(o,p),g.addEventListener("error",m),u((()=>{g.removeEventListener(o,p),g.removeEventListener("error",m),(0,ft.jo)(h)})),g},xn=(e,t,s)=>Ln(e,t,s,"img","load"),$n=`${Xt.Z}images/adv/`,Dn=(e,t)=>{const{config:s}=t,{addDestroyHandler:n}=s,o=(0,_n.Z)(),r="vdAdSnd";(0,ft.Cj)(o,(0,ft.cu)(r,{position:"absolute",width:50,height:50,bottom:50,right:50,borderRadius:"50%",background:`rgba(0, 0, 0, 0.5) url('${(0,wt.mess)(`${$n}sound.svg`)}') no-repeat center center/100%`,backgroundSize:"60%",opacity:.7,zIndex:999,cursor:"pointer",transition:"opacity .2s"})),(0,ft.cu)(`${r}:hover`,{opacity:1});const i=(0,ft.cu)(`${r}Off`,{backgroundImage:`url('${(0,wt.mess)(`${$n}mute.svg`)}')`});(0,ft.Cj)(o,i);const a=t=>{t.preventDefault();const s=e.muted;e.muted=!s,(0,ft.aB)(o,i,!s)};return o.addEventListener("click",a),n((()=>{o.removeEventListener("click",a)})),o},Rn=(e,t,s)=>{const{src:n}=s,[,o]=n.match(/\.([0-9a-z]+)$/i)||["","mp4"],r="mov"===o?"quicktime":o,i=(0,_n.Z)(),a=(0,_n.Z)("source"),c=Ln(e,t,s,"video","loadeddata"),l=Dn(c,s);return a.setAttribute("src",n),a.setAttribute("type",`video/${r}`),c.muted=!0,c.setAttribute("autoplay",""),c.setAttribute("loop",""),(0,Z.R)()&&(c.setAttribute("playsinline",""),c.setAttribute("webkit-playsinline","")),c.appendChild(a),i.appendChild(l),i.appendChild(c),{$creationVideo:c,$videoContainer:i}};var jn=s(8937),Nn=s(6806),Mn=s(6257);const Vn={testSuffix:"",fromGoogle:!1,error:!1,loaded:!1};g.default.gamState=Vn;const Bn=Vn,Fn=/,[0-9]+\//,Un=e=>e.replace(Fn,"/").replace("_asr","")+(Bn.testSuffix||""),zn=new Map;g.default.unitsStore=zn;const qn=e=>zn.get(Un(e));var Gn=s(1501);const Hn=e=>{const{isAsr:t,div:s,placement:n,creation:{rebuild:o}}=e,{holder:r}=o;if((0,Gn.r)()){const t=`r-${s}`;e.div=t}if(t){const t=`asr-${s}`;e.div=t}r.id=e.div,r.placement=n},Wn=Object.create(null);g.default.mexStore=Wn;const Kn=e=>Object.assign(Wn,e);Kn({isMexListening:!1,isActive:!1,mexSlots:[],mexExcludedSlots:[],mexFinishedSlotsCount:0,mexRate:null,thresholdToActive:null,mexSlotsRates:[]});const Jn=()=>Object.assign({},Wn),Qn=()=>{const{isActive:e,isMexListening:t}=Jn();(e||t)&&Kn({isActive:!1,isMexListening:!1})},Yn=e=>{const{direct:t}=e;x(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0,e.viewed=0,e.run=0,t&&(L(e,O(t)),e.campaign=t.campaign,e.lazy=t.lazy,e.delivered=1,e.direct=void 0)},Xn=(e,t,s)=>{Lt(s),s.passedDfpConfig=s.dfpConfig,s.passed=1,s.dfpConfig=void 0,j(s),Yn(s),(0,$t.Z)(t)},eo=(e,t)=>{const{slot:s,bunch:n,placement:o,requested:r,responded:i,rendered:a}=t,c={slot:s||"unknown",adunit:(null==o?void 0:o.replace(/^(\/\d+\/)/,""))||"unknown",bunch:n||"unknown",ttres:i?i-r:"unknown",ttren:a?a-r:"unknown"};(0,Ps.Z)(e,c)},to={isLoaded:!1,isError:!1,bids:[]};g.default.amazonState=to;const so=to,{bids:no}=so,oo=e=>{const{isLoaded:t}=so;Bs("dfp_psbk",e,1),t&&(e=>{const t=no.find((t=>t.slotID===`slot${e}`));t&&(t.used=!1)})(e)},ro=(e,t)=>{const{slot:s,bunch:n,gafID:o,definedSlot:r,creation:{backupConfig:i,gafSlot:a}}=e;a.isMex&&Qn(),r&&r.clearTargeting(),eo("dfp_passback",e),oo(s),i?Dt(n,s,a,i):Xn(n,s,a)};var io=s(5253);const ao=(e,t)=>{const{noDfpaTestOverride:s}=(0,fs.Uu)(),n=(0,fs.UQ)(),o=n&&!s?`-test${n}`:"";t.div=`div-gpt-ad-x${Ss(e,2)}${o}`,t.placement=`/89844762/${t.placement}`,(0,Zs.Z)(t.sizes)&&(t.sizes=JSON.parse(t.sizes))};var co=s(2927);const lo=(0,R.Z)((0,nt.qm)("asrTimeout"))||3e4;let uo=lo;const po=()=>uo;var mo=s(6353);const fo=Object.create(null);g.default.prebidTimingStore=fo;const go=(e,t)=>{fo[e]=t||Date.now()},ho=e=>fo[e],Ao=()=>fo;var vo=s(8350);const Zo=(e=!1)=>{const t=(0,ue.CV)("brandSafety");if((0,I.Z)(t)){const s=Object.create(null);if((0,w.Z)(t,((e,t)=>{(0,vo.Rg)(t)&&(s[e]="1")})),(0,I.Z)(s)){if(e){return Object.entries(s).flatMap((e=>e.join("="))).join(",")}return s}}},bo=()=>(e=>{const t=[];return(0,te.YE)()||(0,w.Z)((0,rt.bh)(),(s=>{const n=(0,rt.FJ)(s);(0,w.Z)(n,((s,n)=>{const{campaign:o}=n;if(o){let s=o[e];P.Z.u(s)||(Array.isArray(s)||(s=[s]),s.length&&s.forEach((e=>{e.toString().length&&!t.includes(e)&&t.push(e)})))}}))})),t})("competitiveCategories");var wo=s(3007),yo=s(2617);const So=()=>{const e=(0,f.ZF)("ciab")||"";if(!e.includes("v3"))return"";return e.split(",").filter((e=>e.includes("v3"))).map((e=>e.split("-")[2]))},Co=(e={},t,s,n,o,r,i,a,c)=>{const l=bo(),d=(0,wo.Z)(),u=(0,f.ZF)("layout"),p=(0,f.ZF)("ctype"),m=(0,f.ZF)("ctab"),g=(0,f.ZF)("chId"),h=Ao(),{additionalTVer:A}=(0,fs.Uu)(),v=(0,vt.ac)("prebid"),b=null==v||null==v.getPvFraction?void 0:v.getPvFraction(),w=(0,rt.fw)("mlId"),y=(0,fs.wV)("obTestVariant");e.INTER_OFF=Bn.fromGoogle,e.mlCode=w?w.split(","):"null",e.yg_active=e.yg_active||"1",e.pvid=(0,bt.Vq)(),e.ssid=ps(s),e.slot=s,e.abtest=(0,Ae.KF)().replace(/;/g,".")||"null",e.aabwl=(0,oe.Z)(co.tn)||"null",e.reloaded=(0,Gn.r)()?"1":"0",e.native=n?"1":"0",e.sl=s,e.darkmode=(0,R.Z)(d)?"1":"0",e.layout=u?u.slice(0,1):"null",e.stVer=(0,fs.UQ)(!0)||"null",e.rekid=t,e.ctype=p,e.pds=`${(0,mo.Y)()}`,e.ciab=So();const S=Zo();if((0,yo.Z)()&&(e.fledge=null==v?void 0:v.getFledgeStatus(s)),y&&(e.yg_active="2"),(0,ve.KD)()&&(0,Z.R)()&&(e.ctab=m||"null"),g&&(e.chId=g),Object.assign(e,S),(0,ue.fS)("logTTG")&&h.timeout&&(e.timeout=(h.loaded?"0":"1")+(i||"")),l.includes("DUKAT_Screening")||r.includes("art")||"article"===p?e.screening="0":e.screening="1",b&&(e.pvfraction=b),i?e.tVer=i:/test[A-Z]$/.test(a)?e.tVer=a.match(/test[A-Z]/)[0].slice(-1):e.tVer="null",o&&(e.DFPHASH="0"),e.OAS_retarg?e.OAS_retarg=`${e.OAS_retarg}`:e.OAS_retarg="0",e.PREBID_ON||(e.PREBID_ON="1"),A&&(e[A]=e.tVer),e.stVer=(0,fs.UQ)(!0)||"null",e.tVerG="null",e.tVerG2="null",((0,ue.fS)("ygactiveDisable")||o)&&(e.yg_active="0"),c){const{isDeclarationUsed:t}=(0,ue.g1)("asr");t&&(e.asr=`${po()}`.slice(0,2))}return e},_o="0",ko="1",Io="2",Po="3",Eo="4",To=new Map,Oo=e=>To.get(e)||_o,Lo=(e,t)=>{To.set(e,t)},xo={biddersRequests:0,videoAuctionCounter:0,videoHandlers:[],AUCTION_LAST:null,auctionsCount:-1,auctionsCountPerView:-1,auctionInProgress:!1,auctionQueue:[],appendVideoToFirstAuction:!1,baseVideoIntent:{autoplay:!1,forceSound:!0},bidsReceived:[],blackList:[],currencyRate:{default:3.8808,USD:4.2784,EUR:4.702,PLN:1,CHF:4.5697,GBP:5.6311},emptyLimits:{},firstAuction:!0,firstAuctionEnd:!1,firstAuctionStatusLogPvBD:!0,fledgeAuctions:[],fledgeAuctionsForGoogle:[],fledgeResults:[],isRetarg:!1,intentParams:"",pageLoadTime:Date.now(),PrebidDamTimeout:!1,prebidAPILoadingState:{},prevAuctionTS:0,logStartTime:0,registeredSlots:[],registeredPlayers:[],auctionSlots:[],useLazyBidding:!1,registerTimeCounter:0,healthStatus:{pvAuctionNames:[]},teadsOutstreamSlots:[],disableBLByDiceRoll:!1,hasHem:!1},$o={};const Do=()=>{const e=window.location.hostname,{uniformDomains:t}=wt.domains,s=`https://fledge.wpcdn.pl/test/seller${(0,nt.qm)("debug")?"-debug":""}.js`,n=t.includes(e)?e:"www.wp.pl";return{seller:`https://${n}`,decisionLogicUrl:(0,wt.mess)({url:s,forceDomain:n})}},Ro=e=>{const{seller:t,decisionLogicUrl:s}=Do();return{adUnitCode:`slot${e}`,fledgeAuctionConfig:{seller:t,decisionLogicUrl:s,interestGroupBuyers:["https://fledge.wpcdn.pl"]}}};var jo=s(1133);const No=e=>{const{fledgeAuctionsForGoogle:t=[]}=xo,{seller:s,decisionLogicUrl:n}=Do(),o=(0,R.Z)(e);(0,nt.qm)("debugFledge").includes(e)&&xo.fledgeAuctionsForGoogle.push(Ro(e));const{selected:r,remaining:i}=t.reduce(((e,t)=>{const{adUnitCode:r="",fledgeAuctionConfig:i}=t,a=(0,R.Z)(r.replace("slot",""));if(a===o){const t=Object.assign(i,{sellerSignals:{bunchid:(0,st.P)(),slot:a,variant:"google"},seller:s,decisionLogicUrl:n}),o={seller:s,auctionConfig:t};return Object.assign({},e,{selected:[...e.selected,o]})}return Object.assign({},e,{remaining:[...e.remaining,t]})}),{selected:[],remaining:[]});if(xo.fledgeAuctionsForGoogle=i,(0,jo.Z)(r))return Lo(Eo),r};var Mo=s(1143);window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push((()=>{(0,Mo.Z)("GAMFirstCommand")}));const Vo=()=>window.googletag,Bo=e=>{const t=Vo(),s=t.pubads(),{placement:n,prevDefinedSlot:o,targeting:r,gafID:i,slot:a}=e;let c,l,{div:d}=e;if(o&&t.destroySlots([o]),e.isInterstitial?(l=!0,d=t.enums.OutOfPageFormat.INTERSTITIAL):e.isAnchor?(l=!0,d=t.enums.OutOfPageFormat.TOP_ANCHOR):e.outOfPage&&(l=!0),c=l?t.defineOutOfPageSlot(n,d):t.defineSlot(n,e.sizes,d),(0,Ae.zK)("adtech","PU-145","B")){const e=No(a);e&&(c.setConfig({componentAuction:e}),r.fledge=Oo(a))}e.definedSlot=c,c.addService(s),(0,w.Z)(r,((e,t)=>{c.setTargeting(e,t)})),eo("dfp_displayad",e),s.updateCorrelator(),t.display(c)},Fo=(e,t)=>{Bn.testSuffix="",t&&e&&/test/.test(e)&&(Bn.testSuffix=`_test_${t}`)},Uo=e=>{const{config:t,gafSlot:s,dfpConfig:n,customDfpConfig:o,type:r}=e,{slot:i,bunch:a,updateContainer:c}=t,{isAsr:l}=s,d=`${a}_${i}`,u=o||n,p=(0,fs.UQ)(),m=Rs(s),f={slot:i,bunch:a,creation:e,gafID:d,isAsr:l};if(!u)return ro(f,"configMissing"),void(0,Qs.Z)({message:"GamAPI",path:"AdUnitConfigMissing",campaign:m,slot:i,bunch:a});o&&ao(i,u),Fo(u.div,p),Object.assign(f,u);const{placement:g,div:h,isNative:A,targeting:v,namedSizes:Z,sizes:b}=f;Z&&(f.sizes=b.concat(Z)),f.targeting=Co(v,a,i,A,o,g,p,h,l);const w=qn(g);w&&(f.prevDefinedSlot=w.definedSlot),((e,t)=>{zn.set(Un(e),t)})(g,f);const y=()=>{Hn(f),Bo(f)};if(A){const e=(0,Mn.F)(i,"setNative");if(e){f.setNative=e;e({type:"alternativeSlot"},(({el:e})=>{if((0,io.Z)(e))c(e),y();else{const e=ln(!1,"incorrect container in onAlternativeSlot",Un(g),r);Fs(a,i,e,s)}}))}else{const e=ln(!1,"missing setNative",Un(g),r);Fs(a,i,e,s)}}else y()},zo=(e,t)=>{var s;const n=Vo();P.Z.f(null==n||null==(s=n.cmd)?void 0:s.push)&&!Bn.error?n.cmd.push(e):P.Z.f(t)&&t()},qo=e=>{const{config:t,gafSlot:s,type:n}=e,{slot:o,bunch:r}=t,i=ln(!1,"googletag.cmd doesn't exist",!1,n);Fs(r,o,i,s)},Go=e=>{se.Z.fill((()=>{zo((()=>{Uo(e)}),(()=>{qo(e)}))}))};var Ho=s(5599);const Wo=e=>{let t=e;if(t){let{protocol:e}=window.location;"https:"!==e&&(e="http:"),/^\/\//.test(t)&&(t=e+t)}return t};var Ko=s(625);const Jo=(e,t)=>{const s=Wo((0,Ko.Z)(t));let n=s;return(0,Zs.Z)(e)&&(n=e,(0,Zs.Z)(s)&&(n+=encodeURIComponent(s))),n},Qo=()=>{const e=window;return{login:e._wplogin||e._o2login||null,name:e._wpname||e._o2name||null,surname:e._wpsurname||e._o2surname||null}},Yo=e=>{const{redir:t,config:s,gafSlot:n,redirUrl:o,originalRedirUrl:r}=e,{slot:i,bunch:a,uniqueID:c}=s,{campaign:l}=n,d={wp:!0,uniqueID:c,gaf:{slot:i,bunch:a,campaign:(null==l?void 0:l.id)||""},redir:t,clickTagUnmessed:r,clickUnmessed:r,click:o,clickTAG:o,clickTag:o,userData:Qo()};let u=1;for(;e[`url${u}`];)d[`click${u}`]=(0,wt.mess)(Jo(t,e[`url${u}`])),u+=1;return d},Xo=["adTeaser","backgroundSlider","bannerExpandable","brandingTvToday","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFlex2","fullLoginPage","fullServiceWallpaper","glonewsSlider","headline","headline2","interactiveStories","leadownik","liveShopping","megaScreening","nativeLinkAd","panelPremiumMobile","programTV","relationSponsor","retaildniowka2","screening","scrollRevealMobile","sectionHeaderSG","specialModuleBanner","stiltedBanner","survey","surveyTypeform","videoPlayerBranding","wallpaper","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykSG","wpKoszykToolbar"],er=["activatingBanner","activatingRectangle","adframe","commercialBreak","ecommerceDynamic","ecommerceFlex","glonewsDesktop","hotNewsAd","iframePush","linkSG","loginBox","moneyNative","screeningMobile","scrollBillboard","sfSetNative","teaserSG","zaslepka"],tr="Mods",sr=(e,t,s,n)=>{const{currMod:o,gafSlot:r}=e,i=Rs(r);console.error(tr,o,t),(0,Qs.Z)({message:tr,path:o,fileName:t,campaign:i},10,s,n)};var nr=s(7384);const or=e=>{const{currMod:t}=e,s=(()=>{const e=(0,nr.Z)("wpmods");return e&&(g.default.modsMode=!0,g.default.modsBranch=e[2]),(0,gs.Z)("wpjslib-mods",g.default.modsBranch,"wpjslib-mods",g.default.modsMode||g.default.mode)})();(0,Vt.Z)({id:"mods",crossorigin:!0,src:(0,wt.mess)(s),onError:()=>{e.destroyed?sr(e,"OnErrorDestroyedError"):(K(t,sr),W[t](e,"RequestError"),ir(e))},onLoad:()=>{e.destroyed?sr(e,"OnLoadDestroyedError"):(P.Z.f(W[t])||K(t,sr),W[t](e,"AfterLoadError"),ir(e))}})},rr=e=>{if(e.destroyed)return void sr(e,"OnHandleDestroyedError");const{modsToLoad:t,config:s,gafSlot:n}=e;if((0,jo.Z)(t)){const o=t.shift();if(e.currMod=o,(0,Zs.Z)(o)){if(!Xo.includes(o)&&(sr(e,"NotAllowedMod",`Used MOD "${o}" is not longer supported.`,"error"),er.includes(o))){const e=(0,R.Z)(s.bunch),t=(0,R.Z)(s.slot),r=ln({name:"ModError"},"legacy mod used",!1,o);return void Fs(e,t,r,n)}if(P.Z.f(W[o])){try{W[o](e)}catch(t){sr(e,t&&`${t.name}: ${t.message}`||"InitError")}setTimeout((()=>{rr(e)}))}else or(e)}else sr(e,"IncorrectNameError")}},ir=rr,ar=["megaScreening","screening","stiltedBanner","videoBackLayer"],cr=["adTeaser","backgroundSlider","carouselMobile","contentHalfpage","ecommerceFlex2","floatingBanner","glonewsSlider","headline","headline2","interactiveStories","liveShopping","logoSwapper","moduleBranding","nativeLinkAd","panelPremiumMobile","programTV","scrollRevealMobile","specialModuleBanner","survey","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykToolbar","wpKoszykSG"],lr=e=>(0,jo.Z)(e)&&fn(cr,e),dr=["bannerExpandable","floatingBanner","logoSwapper","megaScreening","screening","stiltedBanner","videoBackLayer","videoPlayerBranding","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush"],ur=e=>(0,jo.Z)(e)&&fn(dr,e);var pr=s(8168);const mr=e=>fn(["wallpaper","headline","headline2","liveShopping","screening","screeningMobile","panelPremium","panelPremiumMobile"],e);var fr=s(2497);const gr=()=>{const e=(0,Js.XG)();return[De.CG,De.Lx,De.Wj].includes(e)};var hr=s(4030),Ar=s(3203),vr=s(3476);const Zr=(e,t)=>{e.doNotRelease=!0,t.showLabel=!1,t.width=2,t.height=2,t.style={margin:"-1px auto"},delete t.mod,delete t.externalCode,delete t.scalable},br=!!(0,nt.qm)("blockers"),wr=(e,t,s)=>{const{creations:n,bunch:o,slot:r}=e,i=n.length,a=Rs(s),c=[];let l;delete e.creations,l=i>1?t.offsetWidth||300:1e4;for(let t=0;t<i;t++){const s=n[t],i=s.src,l=s.externalCode;let d,u=s.type;delete s.externalCode,br&&(u=Fe),u===Fe&&Zr(e,s),(0,Zs.Z)(l)&&(s.externalCode=window.Function("c",l)),tt.has(u)||s.mod&&((0,Qs.Z)({message:"IAQInline",path:"TypeIncorrectToMod",fileName:`${(0,en.Z)(s.mod).join(",")} (${u})`,campaign:a,bunch:o,slot:r},1e3),u=Ke),tt.has(u)&&(u!==He||(0,Zs.Z)(i)||(d=!0),u===We&&((0,Zs.Z)(i)?i.length<20&&(d=!0):s.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="),d?(0,ys.Z)(`Source is missing for creative on slot ${r} from campaign ${a}.`):(lt(s,s.width,s.height),(s.width===ct||s.width>0||s.scalable||u===Fe)&&(s.type=u,c.push(s))))}if(c.length)return{passedCreations:c,creationContainerWidth:l}},yr=({creationContainerWidth:e,passedCreations:t})=>{let s=t[0],n=1e6;return s.scalable||s.type===Fe||(s=void 0,t.forEach((t=>{const o=t.width===ct?e:t.width,r=n>e,i=o>n,a=o<=e;(!s||a&&(i||r)||!a&&!i&&r)&&(s=t,n=o)}))),s},Sr="IAQInline",Cr=["server","campaign","score","code","libs","aabVendors","capping","endTime","positions","setType","wpclid"],_r=["deferredInit","doNotCount","fixToCenter","doNotCompress"],kr=(e,t,s,n,o)=>{if((0,qt.Z)(n,n))return void Fs(s,n,"incorrect slot number",o);const r=(0,vr.ni)(n),i=(0,_n.Z)();(0,ft.Cj)(i,Nn.Z),(0,dn.Z)(n,!0),r.parentNode.insertBefore(i,r);const a=wr(t,i,o);if(a){const r=Rs(o),c=Object.keys(t).filter((e=>Cr.includes(e)));c.length&&((0,Qs.Z)({message:Sr,path:"ShittyTemplate",campaign:r,fileName:c.sort().join(","),bunch:s,slot:n},1e4),c.forEach((e=>{delete t[e]})));const l=yr(a);if(l){const t=Object.keys(l).filter((e=>_r.includes(e)));return t.length&&((0,Qs.Z)({message:Sr,path:"ShittyCreation",campaign:r,fileName:t.sort().join(","),bunch:s,slot:n},1e4),t.forEach((e=>{delete l[e]}))),e({creation:l,$creationContainer:i})}Fs(s,n,"creation missing",o)}else Fs(s,n,"passed creations missing",o)};var Ir=s(552);const Pr=e=>{const{gafSlot:{campaign:t},config:{redir:s},url:n}=e;e.redir=s;const o=Jo(s,n);(0,Zs.Z)(o)&&(e.redirUrl=(0,wt.mess)(o),e.originalRedirUrl=o),null!=t&&t.capping&&(e.capping=(0,Ir.Z)(`https://rek.www.wp.pl/cap.gif?_=${(0,yt.Nu)()}`,t.capping,void 0,!1,!0))},Er=e=>{const{trackers:t={},pixels:s}=e;return(0,it.Z)(e,"pixels",(0,en.Z)(s)),(0,it.Z)(e,"trackers",t),(0,it.Z)(t,"view",(0,en.Z)(t.view)),(0,it.Z)(t,"cview",(0,en.Z)(t.cview)),(0,it.Z)(t,"click",(0,en.Z)(t.click)),(0,it.Z)(t,"impression",(0,en.Z)(t.impression)),e};var Tr=s(5146),Or=s(9338),Lr=s(713);const xr=()=>{const e=Oe();P.Z.f(e)&&e(Lr.Z)},$r=(e,t)=>[...new Set([...e||[],...t||[]])].sort();var Dr=s(4880);const Rr="IAQInline",jr="relative",Nr="absolute",Mr="overflow",Vr="hidden",Br="block",Fr="auto",Ur="sandbox",zr="allowFullscreen",qr="transform",Gr="transformOrigin",Hr="center",Wr="style",Kr="mousedown",Jr="width",Qr="height",Yr="maxWidth",Xr="maxHeight",ei="left",ti="right",si="position",ni="display",oi="backgroundColor",ri="border",ii="margin",ai="addEventListener",ci="removeEventListener",li=gr();(0,ft.Vx)(!0);const di=(0,nt.qm)("nomods"),ui=(0,nt.qm)("forceAlternativeSlot"),pi=(e,t)=>{const s=(0,R.Z)(e.slot),n=(0,R.Z)(e.bunch),o=Object.create(null),r=t||(0,rt.z9)(n,s),{campaign:i={}}=r,{creative:a={}}=i,{provider:c,source:l={}}=a,{external:d}=l,u=Rs(r);let p,m,f,g,h,A,v,b,y;const S=(0,Z.R)(),C=(0,Zt.B)()===s;let _,k,I,E,T,O;const L=[],x=(0,yt.Nu)(10,!0,!0),$=`container${x}`,D=`holder${x}`,j=`label${x}`,N=`iframe${x}`,M=t=>{const s=t.target,n=(0,Dr.Z)(t);if(s&&1===n){const e=Te();P.Z.f(e)&&e(i)}e.clicked||((0,nn.Z)(p.trackers.click),e.clicked=!0)},V=e=>{P.Z.f(e)&&L.push(e)},B=()=>{if([ut,dt].includes(f)||m===Ke){const{width:e,height:t}=(e=>{const t="2"===v&&S,s=e?k.parentNode:k,n=t?(0,Ho.Z)():s,{clientWidth:o,clientHeight:r}=n;return e?{width:o,height:r}:{width:Math.min(o,g),height:Math.min(r,h)}})(C),n=e/g,o=t/h,r=Math.min(n,C?o:n),i=Math.ceil(r*h),a=Math.ceil(r*g);p.scaleFactor=r,p.realWidth=a,p.realHeight=i;const c={[qr]:`scale(${r},${r}) translate(-50%)`,[Gr]:"0 0 0",[Yr]:"none",width:g,height:h,left:"50%"},l={height:i};(0,ft.cu)(D,c,[qr,Gr]),(0,ft.cu)($,l);pn(s,l)||(0,ft.Vx)(!0)}},F=()=>{const t=(0,At.Y2)(s);if(t)return t.appendChild(k),e.doNotRelease=!0,(0,pr.Z)(s),t;e.doNotRelease=!1},U=()=>{e.counted||((0,nn.Z)(p.capping,!1,xr),(0,nn.Z)(p.pixels),tn(_,p,((e,t)=>{Fs(n,s,ln(e,!1,`${t} measurements in success handler`,m),r)})),e.counted=!0)},z=()=>{var e;Object.assign(o,{container:k,link:I,label:O,iframe:null==(e=y)||null==e.getIframe?void 0:e.getIframe(),holder:_,image:E,video:T})},q=()=>{if(f!==pt&&!O&&(C&&(p.showLabel=!1),li&&m===Ve&&(p.showLabel=!1),P.Z.u(p.showLabel)&&m!==Ke&&(p.showLabel=!0),p.showLabel)){O=(0,_n.Z)(),(0,St.r)(O),(0,ft.Cj)(O,(0,ft.cu)(j));const e={[si]:Nr,zIndex:1};if(li)e.top=0,e[ti]=0;else{const{labelAlign:t=ei}=p,s=[ei,ti].includes(t)?t:ei;e.bottom=ct,e[s]=0}const t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:"9px",lineHeight:"14px",color:p.labelColor||"#888",display:Br,content:(0,jn.Z)(p.labelText||Ct.Z)};(0,ft.cu)(j,e),(0,ft.cu)(`${j}:after`,t),V((()=>{O&&(O.remove(),O=null),(0,ft.jo)(j),(0,ft.Vx)()})),k.appendChild(O),(0,ft.Vx)(),z()}},G=()=>{const{closeIframe:e}=p,t={[Mr]:Vr,[ri]:"0 none",[ni]:Br,[ii]:Fr,[Yr]:"none",[Xr]:"none",[Jr]:e?null:ct,[Qr]:e?null:ct};v&&(t[Jr]=e?null:g,t[Qr]=e?null:h),(0,ft.Cj)(y.getIframe(),(0,ft.cu)(N,t)),V((()=>{y&&(y.destroy(),y=null),(0,ft.jo)(N)}))},H=(e,t)=>{if(!P.Z.u(e)&&!P.Z.u(t)){const n=(0,Ds.Z)();v?n[Qr]=Fr:(lt(p,e,t),g=p[Jr],h=p[Qr],(0,ft.cu)($,{[Jr]:g,minHeight:h}),(0,ft.Vx)(),n.released=!0,n.slot=s,n[Qr]=h),(0,un.Z)(s,n)}},W=()=>{switch(m){case Je:f=pt,p.showLabel=!0;break;case Qe:f=pt;break;case Me:f=dt,Rt({creationBunch:n,creationSlot:s,creation:p,$creationHolder:_,onImpression:()=>{vn(n,s,p,Me)},onPassbackError:e=>{Fs(n,s,ln(!1,"backupAd missing",e,m),r)},onParseError:(e,t)=>{Fs(n,s,ln(t,!1,e,m),r)},onRequestError:e=>{On(n,s,e,m,r)}});break;case We:if(f=ut,!(0,Zs.Z)(p.redirUrl)){Fs(n,s,ln(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,E=null})),I=Tn(p),E=xn(n,s,p),I.appendChild(E),_.appendChild(I);break;case et:{if(f=ut,!(0,Zs.Z)(p.redirUrl)){Fs(n,s,ln(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,T=null}));const e=Rn(n,s,p),{$videoContainer:t}=e;({$creationVideo:T}=e),I=Tn(p),I.appendChild(t),_.appendChild(I);break}case Ve:e=k,gt&&(0,ft.Cj)(e,gt);break;case ze:case Ue:case Be:f=dt;break;case He:{f=dt;const e=(0,Ds.Z)();e.allow="autoplay",p[Ur]?e[Ur]=p[Ur]:d&&(e[Ur]=Ne),p[zr]&&(e[zr]=!0),(0,nt.qm)("debug")&&(A+=window.location.search,p.src=A);const t=(0,wt.mess)({url:A});y=(0,Tt.Z)(e),G(),y.error((()=>{On(n,s,t,m,r)})),y.load(t,(()=>{if(y){const e=t=>{t&&t.data===x&&(window[ci]("message",e),r.loadingTiming=Date.now()-r.startTime,(0,Qs.Z)({message:Rr,path:"IframeTiming",fileName:Math.round(r.loadingTiming-r.impressionTiming),campaign:u,slot:s,bunch:n},1e3))};window[ai]("message",e);const t=Yo(p);y.postMessage(t,"*"),vn(n,s,p,He)}else Fs(n,s,ln(!1,"element missing",t,m),r)})),_.appendChild(y.getIframe());break}case Ge:f=dt,y=(0,Tt.Z)({scrolling:"no"}),G(),y.load(p.src,(()=>{y?vn(n,s,p,Ge):Fs(n,s,ln(!1,"element missing",p.src,m),r)})),_.appendChild(y.getIframe());break;case Xe:f=dt,y=(0,Tt.Z)({sandbox:Ne},void 0,{bunch:n,slot:s}),(0,ft.cu)(D,{overflow:Vr}),G(),_.appendChild(y.getIframe())}var e},K=t=>{if(p.destroyed){const e=ln(!1,"creation destroyed before displaying",!1,m);Fs(n,s,e,r)}else if(e.displayed)(0,Qs.Z)({message:Rr,path:"MultipleDisplay",slot:s,bunch:n,campaign:u,fileName:m});else{if(e.displayed=!0,t){if(!(0,io.Z)(t)){const e=ln(!1,"incorrect container in display",!1,m);return void Fs(n,s,e,r)}k=t}(0,fr.Z)(h)&&pn(s),(()=>{_=(0,_n.Z)(),(0,St.r)(_),_.removeAttribute(Wr);const e={[Jr]:g,[Qr]:h,marginLeft:Fr,marginRight:Fr,[si]:jr,[oi]:p[oi]||"transparent"};b&&(e[Yr]=p[Jr],e[Mr]=Vr,e[Xr]="inherit"),p[ri]?(e[ri]=p[ri],e[Mr]=Vr,e.boxSizing="border-box"):e[ri]="0 none",p.tagId&&(_.id=p.tagId),(0,ft.Cj)(_,(0,ft.cu)(D,e)),_[ai](Kr,M)})(),(()=>{const{prevDivs:e}=r,t=(0,ft.cu)("sticky");V((()=>{(0,ft.ef)(k,t),e&&(e.container.remove(),e.holder.remove())}));const s={[`${ni}!`]:Br,textAlign:Hr,alignItems:Hr,clear:"both",[ii]:Fr,[si]:jr,[Jr]:g,[Qr]:h,[Yr]:ct};(0,St.r)(k),(0,ft.ef)(k,Nn.Z),(0,ft.Cj)(k,t),(0,ft.Cj)(k,(0,ft.cu)($,s)),p[Wr]&&(0,ft.cu)($,p[Wr])})(),W(),(()=>{if((0,io.Z)(k))return(0,ft.Vx)(!0),f!==pt&&k.appendChild(_),!0;const e=ln(!1,"container removed from DOM before impression",!1,m);Fs(n,s,e,r)})()&&((()=>{if(m===Ye){const e={container:_,bid:p.bid},t=e=>{const{errorCode:t,errorMessage:o,errorType:i}=e;Fs(n,s,ln({name:"OutstreamError",message:o,path:t,fileName:i},!1,!1,m),r)},o=e=>{vn(n,s,p,Ye),V((()=>{e()}))};(0,vt.ac)("outstream")(e).then(o).catch(t)}if(m===Ue||m===ze){let e='<head><style id="iaq">html,body{margin:0;padding:0;}</style>',t=p.code;const o=Yo(p);if(m===ze){const e=p.data;t=`<ins class="dcmads" style="display:inline-block;width:${g}px;height:${h}px"`,e["dcm-gdpr-applies"]="gdpr=${GDPR}",e["dcm-gdpr-consent"]="gdpr_consent=${GDPR_CONSENT_755}",e["dcm-addtl-consent"]="addtl_consent=${ADDTL_CONSENT}",e["dcm-limited-ads"]="${LIMITED_ADS}",(0,w.Z)(e,((e,s)=>{t+=` data-${e}="${s}"`})),t+='><script src="https://www.googletagservices.com/dcm/dcmads.js"><\/script></ins>'}else e+="<script>",e+=`window.parent.postMessage("${x}","${window.location.origin}");`,(0,w.Z)(o,((t,s)=>{e+=`window.${t}=${JSON.stringify(s)};`})),e+="<\/script>";if(e+="</head>",t){t=(0,Ko.Z)(t),p.code=t,p.head=e;const r=(0,Ds.Z)();if(r.allow="autoplay",p[Ur]?r[Ur]=p[Ur]:m!==ze&&d&&(r[Ur]=Ne),p[zr]&&(r[zr]=!0),y=(0,Tt.Z)(r,{},{bunch:n,slot:s}),(0,ft.cu)(D,{overflow:Vr}),G(),m===Ue){const e=t=>{if(t&&t.data===x){window[ci]("message",e);const s=t.source;s&&s.postMessage(o,"*")}};window[ai]("message",e),y.setBase(p.base),y.resetBodyStyle();const t=g,s=p.closeIframe?1:h;y.setAutoResize(t,s,(e=>{y.resetBodyStyle(),(0,ft.cu)(N,e),(0,ft.Vx)()}),500,3)}}}if(ui&&(p.useAlternativeSlot=!0),p.deferredInit||p.useAlternativeSlot&&((0,Qs.Z)({message:Rr,path:"useAlternativeSlot",slot:s,bunch:n,campaign:u},1e4),F()),z(),m===Fe&&(vn(n,s,p,Fe),setTimeout((()=>{pn(s,{blocker:!0,fixed:!1,padding:0,margin:0,height:Fr,width:0,overflow:Vr,transparent:!0})})),V((()=>{(0,Or.Z)(s)}))),m===Xe)try{window.pbjs.renderAd(y.getDocument(),p.adId),y.resetBodyStyle(),vn(n,s,p,Xe)}catch(e){Fs(n,s,ln(e,!1,"prebid.renderAd",m),r)}m!==Ue&&m!==ze||(_.appendChild(y.getIframe()),y.write(p.head+p.code),y.resetBodyStyle(),vn(n,s,p,`${Ue}|${ze}`)),m===We&&(E.src=(0,wt.mess)({url:A}));const t=lr(p.modsToLoad);m!==Ke||t||vn(n,s,p,Ke);const o=p.externalCode;if(P.Z.f(o)){(0,Qs.Z)({message:Rr,path:"externalCode",slot:s,bunch:n,campaign:u,fileName:m},1e3);try{o(p)}catch(e){Fs(n,s,ln(e,!1,"externalCode",m),r)}}m===Be&&(y=Cn({creationBunch:n,creationSlot:s,creation:p,onTemplateError:(e,t)=>{Fs(n,s,ln(!1,"template failure",t,m),r)},onWindowError:(e,t)=>{Fs(n,s,ln(!1,"iframe window missing",t,m),r)},onError:(e,t)=>{On(n,s,t,m,r)},onLoad:e=>{}}),G(),_.appendChild(y.getIframe()));if(m!==Ve&&m!==Qe||Go(p),m===qe)if(p.backupAd){const t=kt(e,p.backupAd,p.trackers),o=(0,nt.qm)("forceBackupAd");if(p.backupAd=null,p.backupConfig=t,o)return void Dt(n,s,r,t);Go(p)}else Fs(n,s,ln(!1,"backupAd missing",!1,m),r);if(m===Je){const e=Le();P.Z.f(e)?e(p):Fs(n,s,ln(!1,"missing nativeHandler",!1,m),r)}})(),v&&(B(),(0,ht.DH)(B),V((()=>{(0,ht.vS)("resize",B)}))),(0,ft.Vx)())}},J=e=>{if((0,io.Z)(e))return _&&_[ci](Kr,M),(0,Tr.Z)(_,e,[mt.$F]),_=e,r.container=_,(0,St.r)(_),z(),_[ai](Kr,M),!0;const t=ln(!1,"incorrect container in updateContainer",!1,m);Fs(n,s,t,r)},Q=t=>{if(!e.impressed){if(t){if(!J(t))return}vn(n,s,p)}},Y=e=>{Fs(n,s,e,r)},X=t=>{const s=!t,n=m===Ve&&s,o=e.reuseContainer&&s,i={holder:_,container:k};if(L.forEach((e=>{e({incoming:s})})),L.length=0,_)if(_[ci](Kr,M),_.removeAttribute(Wr),(0,ft.ef)(_,D),n){const e=(0,ft.cu)('hideggl [id^="google_"]',{position:Nr,"width!":1,"height!":1});(0,ft.Cj)(_,e)}else _.remove();if(k&&((0,ft.ef)(k,$),o||(k.removeAttribute(Wr),n||k.remove())),k=null,_=null,(0,ft.jo)($),(0,ft.jo)(D),(0,it.Z)(p,"rebuild",null),(0,it.Z)(p,"config",null),(0,it.Z)(p,"gafSlot",null),(0,it.Z)(r,"creation",null),(0,it.Z)(e,"display",null),(0,it.Z)(e,"impress",null),(0,it.Z)(e,"updateSize",null),(0,it.Z)(e,"updateContainer",null),(0,it.Z)(e,"useAlternativeSlot",null),(0,it.Z)(e,"addDestroyHandler",null),(0,it.Z)(e,"setError",null),(0,it.Z)(e,"destroy",null),(0,it.Z)(e,"count",null),(0,it.Z)(e,"prepareLabel",null),p.destroyed=!0,n)return i};return kr((t=>{({creation:p,$creationContainer:k}=t),(()=>{(0,it.Z)(e,"uniqueID",x),(0,it.Z)(e,"slot",s),(0,it.Z)(e,"bunch",n),(0,it.Z)(e,"display",K),(0,it.Z)(e,"impress",Q),(0,it.Z)(e,"updateSize",H),(0,it.Z)(e,"updateContainer",J),(0,it.Z)(e,"useAlternativeSlot",F),(0,it.Z)(e,"addDestroyHandler",V),(0,it.Z)(e,"count",U),(0,it.Z)(e,"destroy",X),(0,it.Z)(e,"setError",Y),(0,it.Z)(e,"prepareLabel",q),(0,it.Z)(p,"rebuild",o),(0,it.Z)(p,"config",e),(0,it.Z)(p,"pvid",(0,bt.Vq)()),(0,it.Z)(r,"creation",p),(0,it.Z)(p,"gafSlot",r),b=p.expandable,m=p.type,(0,Ar.Z)(`${Rr}TYPE${m}`),m===We&&s===(S?1:3)&&(0,Mo.Z)("GafAPIMainImpression");const{passed:t}=r,i=Date.now();t&&(r.passedStartTime=i),r.startTime=i})(),(()=>{p.isCommercialBreak=C,di&&(p.modBlocked=p.mod,p.mod=void 0,p.useAlternativeSlot=!1);const{mod:e}=p;if(e){const t=(0,en.Z)(e).sort((e=>ar.includes(e)?-1:1));mr(t)&&(p.showLabel=!0),p.mod=t,hr.Z.mods=$r(hr.Z.mods,t),p.modsToLoad=[...t]}})(),Pr(p),Er(p),lt(p,p[Jr],p[Qr]),g=p[Jr],h=p[Qr],v=p.scalable,!v&&S&&!C&&(0,fr.Z)(g)&&(0,fr.Z)(h)&&g>300&&h>50&&(v=!0,p.scalableForced=!0,p.scalable=v),A=(0,Ko.Z)(p.src),p.src=A;const i=ur(p.modsToLoad);if(p.deferredInit=i,i)(0,ft.ef)(k,Nn.Z);else{const e=lr(p.modsToLoad);m!==Ke||e||(0,Qs.Z)({message:Rr,path:"NotDeferredInitMod",fileName:(0,en.Z)(p.mod).join(","),slot:s,bunch:n,campaign:u},1e3),K()}return ir(p),e}),e,n,s,r)},mi=()=>{const e=(0,nt.qm)("htmlFile");if(e){const t=(0,R.Z)((0,nt.qm)("htmlWidth"))||300,s=(0,R.Z)((0,nt.qm)("htmlHeight"))||250,n=(0,nt.qm)("pos")||"3",o=(0,st.P)(),r=at("TestCampaign",De.vb,!0,"TestCreative",""),i=j({delivered:1,campaign:r}),a={bunch:o,slot:n,creations:[{src:e,width:t,height:s,url:"https://reklama.wp.pl/?baner",type:He,sandbox:Re}]};L(i,(()=>{pi(a,i)})),(0,rt.fx)(o,n,i),(0,ot.Ai)(),(0,$t.Z)(n)}},fi=new Set,gi=()=>Array.from(fi);var hi=s(1440);const Ai=e=>{const{slotsFromPayload:t}=$e;if((0,I.Z)(t)){const s=Object.keys(t);(0,Qs.Z)({message:"GafAPI",path:"HeadSlotNumbers",fileName:s.sort().join(",")},1e3),(0,w.Z)(t,((t,s)=>{e[t]&&(e[t]=s)})),$e.slotsFromPayload={}}},vi=e=>{(0,I.Z)(e)?(0,w.Z)(e,((e,t)=>{(0,Ar.Z)(`GafAPIStatus${e.toUpperCase()}_${t}`)})):(0,Ar.Z)("GafAPIStatusEmpty")},Zi=e=>e?(0,C.Z)("directOnly",(0,C.Z)("sellingModel",e)):0,bi=(e,t)=>{let s=[];e&&(({reloadedSlots:s=s}=e),e.reloadedSlots=void 0,j(e),s.push(e)),t.reloadedSlots=s,t.reloaded=s.length},wi="loadScript",yi="timeout",Si=()=>{const e=window,t=e[wi],s=e[yi];if(P.Z.f(t)){const e=(0,vr.xG)();(0,Qs.Z)({message:"AdsFirst",path:"LoadScript"+(s?"WithTimeout":""),fileName:Object.keys(e).sort().join(",")},1e4)}},Ci=e=>{const t=e.map((({rate:e,slot:t})=>[t,10*Math.ceil(10*e)]));return Object.fromEntries(t)};var _i=s(4634);const ki="GafAPI";let Ii=!1;hr.Z.gafDirect=0;const Pi=(e,t,s,n,o,r,i)=>{Zi(s.campaign)&&(e=>{fi.add(e)})(t),bi(n,s),s.bidRequestId=r,s.directRate=i,j(s);const{payloadBodies:a}=he(),c=`${e}_${t}`,l=a[c];l&&(L(s,l),a[c]=void 0),o[t]=s},Ei=(e,t,s,n)=>{var o,r;const i=[],a=(0,rt.fw)("bidRequestId"),c=null==(o=(0,rt.fw)("directRates"))||null==(r=o.rates)?void 0:r[e];let l={};c&&(l=Ci(c)),(0,w.Z)(t,(n=>{const{loadedSlot:o,originalSlot:r}=((e,t,s)=>((0,Ot.Z)((0,vr.ni)(e)),{loadedSlot:t[e],originalSlot:s[e]}))(n,t,s);o!==r&&o&&(i.push(n),Pi(e,n,o,r,s,a,l[n]))})),n&&i.forEach((e=>{(0,$t.Z)(e)}))},Ti=(e,t,s,n)=>{const o=(0,C.Z)(n,window.WP);if(o){const{bodies:n,data:r}=o;let i;if((0,I.Z)(r)){const{ctx:a,bdd:c,bunches:l}=r,{setPayload:d}=he();(0,it.Z)(o,"inline",pi),d(n),(e=>{e===u?((0,sn.Z)(`${ki}BunchLoadingTime`,`${ki}LoadBunch`,`${ki}BunchLoaded`),hr.Z.gafDirect=1,Ii||(Si(),Ii=!0),(0,I.Z)((0,vr.xG)())||(0,Qs.Z)({message:ki,path:"SlotNotRegisteredBeforeLoad"},100)):e===m&&(0,Ar.Z)(`${ki}HEADExists`)})(s),((e,t)=>{var s,n;if((0,I.Z)(e)){if(t===m){(0,Ar.Z)(`${ki}HEADContext`);const{sda:t}=e;(0,jo.Z)(t)&&(0,Ar.Z)(`${ki}HEADSDAPresent`)}(0,rt.ZG)(e)}hr.Z.isRobot=(0,rt.fw)("isRobot"),hr.Z.dfpConfigTs=null==(s=(0,rt.fw)("dfpConfig"))?void 0:s.timestamp,hr.Z.maConfigTs=null==(n=(0,rt.fw)("maConfig"))?void 0:n.timestamp;const o=(0,rt.K5)();o&&(0,_i.Z)("WPgeo",JSON.stringify(o)),(0,R.Z)((0,rt.fw)("directOnly"))&&we(!0)})(a,s),((e,t)=>{if((0,I.Z)(e)){const s=e[Object.keys(e)[0]];t===m&&(0,Ar.Z)(`${ki}HEADBigData`),(0,rt.Lh)(s)}})(c,s),(0,I.Z)(l)&&((0,w.Z)(l,((n,o)=>{vi(o.status);const r=(0,rt.Km)(n),a=(0,rt.__)(r),c=(0,rt.__)(o);(0,hi.hX)(c),Ai(c),Ei(n,c,a,e),r.ctx=o.ctx;const l=(0,vt.ac)("prebid");l&&l.updateCurrency(),(0,I.Z)(c)||(i=`${ki}EmptyBunch${s}`,((e,t)=>{null!=t&&t.advSlots&&t.advSlots.split(",").forEach((t=>{Gt(e,t,void 0,!0)}))})(n,t))})),s===m&&(0,Ar.Z)(`${ki}HEADFilled`))}else(0,C.Z)("atrd",window.WP)||(0,le.o)("gafRedir",ce.nu,!0,!0),i=`${ki}Missing${s}`;i&&!(0,ot.mj)()&&s!==m&&(0,Ar.Z)(i),(()=>{const e=Object.keys((0,rt.bh)());if(e.length>1){const t=e.join(", ");(0,Qs.Z)({message:ki,path:"MultipleBunchesOnView",fileName:t},100,`Two or more bunch ids (REKID) found on the page: ${t}. There should be only one.`,"error")}})()}},Oi=e=>{const{timeOrigin:t}=window.performance,s="static"===e?Math.round(t):Date.now();go("slotsStatusStartTime",s)},Li=(e,t,s,n,o)=>{ge(e),(0,xe.n)(t),Pe=s,(e=>{ke=e})(n),(e=>{Ee=e})(o),0===(0,C.Z)("rekid")&&(0,le.o)("rekid",ce.Ey,!0,!0);const{loadPayload:r,init:i}=he();i(),mi();const a=(0,Ae.bB)("adtech","PA-218"),c=(0,ue.fS)("gafBeforePrebid"),l=(0,ue.fS)("gafParallel");$e.gafFirst=["A","D"].includes(a)||c,$e.gafParallel=["B","E"].includes(a)||l,Se(),(0,de.DN)(Or.Z),Oi("static"),se.Z.fill((()=>{const e=r(Ti);e&&($e.headSlots=Object.keys(e),Object.assign($e.slotsFromPayload,e))})),P.Z.f(ke)?ke():(Ce.Z.open(),_e.Z.open())};var xi=s(3121),$i=s(6590);const Di=()=>{(0,w.Z)($i.Z,Or.Z)},Ri=()=>{(0,xi.aS)((()=>{Se(),fi.clear(),Di(),[Kt,Jt,Qt].forEach((e=>e.clear())),Wt.forEach(((e,t)=>{e.destroy(),Wt.delete(t)})),(0,rt.Iq)(),(0,rt.Hw)(),(0,At.RK)()}))};var ji=s(7952);const Ni=()=>window.location.href.match(/(gaftag|blackbox-postmessage-es(5|6)-min)\.html/i);var Mi=s(9366);const Vi=()=>/google/i.test((0,Mi.a)()),Bi=()=>{Bn.fromGoogle=Vi()&&(0,Z.R)()?"1":"0"},Fi=()=>{const e=Vo();P.Z.f(e.destroySlots)&&e.destroySlots(),zn.forEach((e=>{e.definedSlot=void 0,e.creation=void 0}))};var Ui=s(1603),zi=s(4523);const qi=()=>[[ve.i7,"chr"],[ve.hx,"ff"],[ve.G6,"saf"],[ve.f0,"opr"],[zi.Z,"ie"],[kn.Z,"bot"]].reduce(((e,t)=>t[0]?t[1]:e),"oth")+(ve.mL?"_m":"");var Gi=s(9719);const Hi=()=>{if((0,Js.XG)()===De.xb)return(0,Gi.G)()},Wi=()=>{Kn({isActive:!1,isMexListening:!0,mexFinishedSlotsCount:0,mexRate:null,mexSlotsRates:[]})},Ki=()=>{const e=(0,ue.fS)("useMex")||(0,fs.wV)("mexTestVersion"),t=(0,ue.g1)("mex");if(e&&(0,jo.Z)(null==t?void 0:t.slots)){const e=[67];(0,Z.R)()?e.push(70,71):e.push(80,81);const s=(0,jo.Z)(t.excludedSlots)&&t.excludedSlots||e,n=t.slots,o=t.thresholdToActive||2;Kn({mexExcludedSlots:s,mexSlots:n,thresholdToActive:o,isMexListening:!0}),(0,xi.ME)(Wi)}};var Ji=s(4447);const Qi=()=>(0,ue.fS)("useAmazon")&&!(()=>{const e=(0,ue.CV)("amznConfig"),{disabledGEO:t}=e,s=t||[616];if((0,jo.Z)(s)){const e=JSON.parse((0,S.Z)("WPgeo")),t=(0,rt.K5)(),n=(null==t?void 0:t.country)||(null==e?void 0:e.country);if(n)return s.includes((0,R.Z)(n))}})();var Yi=s(1606);const Xi=e=>{const{error:t}=Bn;t||_e.Z.fill((()=>{const t=(0,vt.ac)("prebid"),s=(0,Yi.Z)();if(t&&s){const n=t.restrictAndLimitSlots(e);n.length>0&&s.fetchBids({slots:n},(e=>{const{bids:t}=so;(0,jo.Z)(e)&&e.forEach((e=>{e.amzniid.length>0&&t.push(e)}))}))}else(0,Ar.Z)("NoAPSOnFetch")}))},ea="AmazonAPI",ta=()=>{const{pubID:e,units:t}=(0,ue.CV)("amznConfig"),{isLoaded:s}=so;if(s||!Qi())return!1;if((0,Yi.Z)(),e&&t){const s=()=>{so.isError=!0,(0,Ze.Z)(ea,!1)},n=()=>{const n=(0,Yi.Z)();if(n){n.init({pubID:e,adServer:"googletag"},(()=>{})),so.isLoaded=!0,(0,Ze.Z)(ea,!0),Xi(t);const s=()=>{(0,Ji.nj)()&&Xi(t)};(0,xi.ME)(s)}else s()};(0,Vt.Z)({withMeasurement:ea,id:"apstag",src:"//c.amazon-adsystem.com/aax2/apstag.js",onLoad:()=>{n()},onError:s})}};var sa=s(3448);const na=()=>{se.Z.fill((()=>{if((0,sa.Z)(755,[1])){const e="gpt";(0,Mo.Z)("GamAPILoad"),(0,Vt.Z)({withMeasurement:"GPT",id:e,src:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",onError:()=>{(0,le.o)(e),Bn.error=!0,Ui.Z.open()},onLoad:()=>{Bn.loaded=!0}}),ta()}}))},oa=({slot:e})=>{const t=e.getAdUnitPath();return{gafData:qn(t),placement:t}},ra=(e,t,s)=>{const{lineItemId:n,isEmpty:o,advertiserId:r}=e;if(o);else if(!n||!s)return n&&4667386944===r?3:1},ia=(e,t,s)=>{if((0,jo.Z)(t))if(e)s(1,1);else{const e=(0,R.Z)(t[0]),n=(0,R.Z)(t[1]);e>1&&n>1?s(e,n):setTimeout((()=>{s(0,0)}),500)}},aa="GamAPI";let ca=!1;const la=e=>{const{gafData:t,placement:s}=oa(e);if(t){const{slot:n,creation:o,setNative:r,passbackAfterRender:i,isInterstitial:a,isAnchor:c,isNative:l}=t,{config:d,gafSlot:u,rebuild:{container:p}}=o,{updateSize:m,impress:f,addDestroyHandler:g}=d,h=ra(e,s,i);if(t.rendered=Date.now(),clearTimeout(t.timeout),t.timeout=void 0,ca||((0,Mo.Z)("GAMFirstRender"),ca=!0),(0,mn.Z)(n)&&(0,sn.Z)(`${aa}Timing${n}`,`${aa}Load`,`${aa}Impression${n}`),h){if(u.vendor=h,l)r&&(r({type:"teaserHide"}),g((()=>{r({type:"teaserShow"})})));else{const{size:t}=e;ia(a||c,t,m)}f(),eo("dfp_notempty",t)}else ro(t,"empty");(e=>{gt&&(0,ft.ef)(e,gt)})(p)}else(0,Qs.Z)({message:aa,path:"MissingGAMData",fileName:s})};let da=!1;const ua=e=>{const{gafData:t,placement:s}=oa(e);t&&(da||((0,Mo.Z)("GAMFirstRequest"),da=!0),t.requested=Date.now(),t.timeout=setTimeout((()=>{t.rendered||(t.timeouted=!0,eo("dfp_norender",t))}),3e3))},pa=e=>{const{gafData:t,placement:s}=oa(e);t&&(t.responded=Date.now())},ma={},fa="GamAPI",ga=()=>{const e=()=>{(0,sn.Z)(`${fa}LoadingTime`,`${fa}Init`,`${fa}Loaded`),(0,Ze.Z)(fa,!0);const e=Hi(),t=Vo(),s=t.pubads();s.setTargeting("browser",qi()),s.setTargeting("stid",((0,ji.Rn)()||"").slice(0,10));const n=gr()?"1":"0";if(s.setTargeting("wpmext",n),(0,Js.OT)()||Ni()){(0,Qs.Z)({message:fa,path:"isTagFrame",fileName:n},1e3);const{href:e}=ma;e&&s.set("page_url",e)}e&&s.setPublisherProvidedId(e),t.enableServices(),s.addEventListener("slotRequested",ua),s.addEventListener("slotResponseReceived",pa),s.addEventListener("slotRenderEnded",la),(0,xi.aS)((()=>{Bi(),Fi()})),Ki(),Ui.Z.open()},t=()=>{(0,Ze.Z)(fa,!1),Ui.Z.open()};(0,te.uD)()||(Ui.Z.close(),Bi(),(0,pe.$T)("gpt-tag-load"),(0,pe.$T)("gpt-first-ad-request"),(0,pe.$T)("gpt-first-ad-render"),(0,Mo.Z)(`${fa}Init`),(0,Z.R)()||(gt=(0,ft.cu)("gptMaxWidth",{"overflow!":"hidden","maxWidth!":980})),zo(e,t),na())},ha=(e,t,s,n)=>{const o=[];return(0,w.Z)(e,((e,r)=>{let i=Object.assign({},r);t&&(i=t(i)),s&&(i[s]=n?(0,R.Z)(e.replace(/\D/g,"")):e),o.push(i)})),o},Aa=e=>{const t=Object.create(null);return e.run&&(e.viewed?(e.missing&&(0,ys.Z)("Ad viewed with incorrectly set 'missing' flag.",!0),e.missing=0):e.error=1),(0,w.Z)(D,((s,n)=>{e[s]&&(t[n]=e[s])})),t},va=(e,t)=>{if(P.Z.o(e)){const s={};return(0,w.Z)(e,((e,n)=>{n&&!e.startsWith("__")&&"unknown"!==n&&"undefined"!==n&&(P.Z.u(t)||Array.isArray(t)&&!t.includes(e))&&(s[e]=n)})),s}},Za=e=>"auto"===e||e===ct?-1:0,ba=(e,t)=>{const s=(null==e||null==e.toJSON?void 0:e.toJSON())||e;if(!(0,I.Z)(s))return void(0,ys.Z)("Incorrect rect object.",!0);const{x:n,y:o,width:r,height:i}=s,a={w:(0,rn.Z)(r)?Math.round(r):Za(r),h:(0,rn.Z)(i)?Math.round(i):Za(i)};if(t)if((0,ws.Z)(n)&&(0,ws.Z)(o)){const e={x:Math.round(n),y:Math.round(o)};Object.assign(a,e)}else(0,ys.Z)("Incorrect position coordinates.",!0);return a},wa=(e,{percent:t,state:s})=>(null!=s&&s.vt&&(e[t]=Math.min(s.vt,5)),e),ya=e=>va(e,Us.wu),Sa=(e,t,s)=>{const n=t.viewability;if(J._x){const n=t.container;if(n){const o=n.getBoundingClientRect(),r=$i.Z[s],i=null==r?void 0:r.element;if(null!=i&&i.contains(n)){const t=i.getBoundingClientRect();e.plr=ba(t)}if(!i){const t=n.parentNode;if(t){const s=t.getBoundingClientRect();e.ptr=ba(s)}}e.br=ba(t.campaign.creative),e.cr=ba(t),o&&(e.r=ba(o,!0)),(0,rn.Z)(t.impressionTiming)&&(e.tm=Math.round(t.impressionTiming))}}if(n){const t=n[mt.OI],s=n[mt.$F];(0,jo.Z)(t)&&s&&(s.vta=t.reduce(wa,{}));const o=Object.assign({},n);delete o[mt.OI];const r=ha(o,ya);r.length&&(e.vab=r)}},Ca=()=>{const e=[];return(0,w.Z)((0,rt.bh)(),((t,s)=>{if(s){const n=(0,rt.__)(s),o=Object.create(null);o.id=(0,R.Z)(t);const r=ha(n,Aa,"id",!0);r.forEach((e=>{const t=e.id,s=n[t];s&&Sa(e,s,t)})),(0,w.Z)(n,((e,t)=>{t.reloadedSlots&&t.reloadedSlots.forEach((t=>{const s=Object.create(null);s[e]=t;const[n]=ha(s,Aa,"id",!0);Sa(n,t,e),r.push(n)}))})),null!=r&&r.length&&(o.slots=r,e.push(o))}})),e},_a=new Map,ka=e=>{if((0,Zs.Z)(e)){const t=(_a.get(e)||0)+1;return _a.set(e,t),t}};var Ia=s(6792),Pa=s(967),Ea=s(8700),Ta=s(6679);const Oa=e=>{const t=[];return(0,I.Z)(e)&&(0,w.Z)(e,((e,s)=>{if((0,I.Z)(s)){const n=[],o={};o.id=(0,R.Z)(e),(0,w.Z)(s,((e,t)=>{const s={},o=[];s.id=(0,R.Z)(e),s.vab=o,(0,w.Z)(t,((e,t)=>{const s=va(t,Us.wu);(0,I.Z)(s)&&o.push(s)})),o.length&&n.push(s)})),n.length&&(o.slots=n,t.push(o))}})),t};let La;const xa=()=>{const e=Ca(),t=Oa((0,Ia.Z)()),s=Object.create(null);if((0,jo.Z)(e)&&(s.bunches=e),(0,jo.Z)(t)&&(s.video=t),(0,I.Z)(s)){J._x&&(s.viewport={scroll:Math.round((0,Ea.Z)().top),width:(0,Ta.Z)(),height:(0,Pa.Z)()});const e=JSON.stringify(s);if(e!==La)return La=e,s.counter=ka((0,bt.Vq)()),JSON.stringify(s)}};var $a=s(975),Da=s(5216),Ra=s(6217),ja=s(7595);const Na=(e,t)=>{let s="fsc.gif?";s=(0,Ir.Z)(s,"SN",(0,Yt.W_)()),s=(0,Ir.Z)(s,"action","inventory2");const n={useBeacon:(0,ja.Z)(t),off:!(0,Da.Z)("fsc")};return(0,Ra.Z)(s,"inventory",e,n)};let Ma,Va;const Ba=({type:e}={})=>{const t=xa();t&&Na(t,e)},Fa=()=>{clearTimeout(Va),Va=setTimeout(Ba,Ma)},Ua=()=>{Ws=Fa,$a.Z&&(Ma=(0,Z.R)()?2e3:4e3,J._x&&(0,ht.Um)(Ba),(0,ht.hT)(Ba),(0,ht.vv)(Ba),(0,ht.uU)(Ba),(0,ht.mc)(Ba,!0),(0,xi.aS)(Ba,!0))},za=new Map,qa=(e,t,s)=>{const n={timeoutId:setTimeout((()=>{P.Z.f(s)&&s(),za.get(e).hasFired=!0}),t),hasFired:!1};za.set(e,n)},Ga=()=>za,Ha=()=>{za.forEach((({timeoutId:e},t)=>{clearTimeout(e),za.delete(t)}))};let Wa;const Ka=e=>{Ha(),Wa=e},Ja=()=>Wa,Qa=({vendor:e,campaign:t})=>{var s,n;return!(!(null==t||null==(s=t.creative)||null==(n=s.source)?void 0:n.external)&&2===e)&&!($s===e)},Ya=(0,nt.qm)("asrTimeout"),Xa=(e,t)=>{const{dfpConfig:s,passedDfpConfig:n,hasAsrFinished:o,reloaded:r}=t,{hasToHaveBids:i,slots:a=[],limit:c={}}=(0,ue.g1)("asr")||{};if((c.isUsed||(0,fs.wV)("limitTestVersion"))&&r>=c.count)return!1;const l=!(!s&&!n),d=(0,ve.X2)()?[3,5,7,50]:a,u=(0,fs.wV)("oldAsrTestVersion");let p=!i||u;if(i&&!u){const s=(0,vt.ac)("prebid"),n=null==s||null==s.getHighestBid?void 0:s.getHighestBid(e),r=(0,I.Z)(n);if(r||!o){const{asrWithBidsTestVersion:e}=(0,ue.g1)("testConfig");p=!e||(0,fs.wV)("asrWithBidsTestVersion"),o||r||(t.hasAsrFinished=!0)}}return(d.includes(e)||!!Ya)&&l&&p&&Qa(t)},ec=(e,t,s)=>{if(Ja())return;const{dfpConfig:n,passedDfpConfig:o,hasAsrFinished:r,lazy:i}=s,a=(0,xt.Z)(n||o),{placement:c,roshash:l}=a,d=(0,rt.fw)("rshsd"),u=ks(l,d),p=_s(u);c.includes("_asr")||(a.placement=`${c}_asr`),a.targeting={emptygaf:"0",DFPHASH:p};const m=j({isAsr:1,delivered:1,lazy:i,dfpConfig:a,hasAsrFinished:r});bi(s,m),(0,rt.fx)(e,t,m),(0,$t.Z)(t)},tc=(e,t)=>{const{extraViewability:s={}}=(0,ue.g1)("asr")||{},n=Xa(e,t),o=Ja(),r=(0,fs.wV)("asrWithExtraViewabilityVersion")||s.isUsed,i=(0,fs.wV)("asrWithExtraViewabilityMeasureOnceVersion")||s.isMeasureOnceUsed;if(!n||o)return;const{creation:a}=t,{rebuild:{holder:c},config:{bunch:l}}=a,d=po(),u=r&&!i,p=r&&i&&!t.reloaded,m=u||p,f=()=>{if(!a.destroyed){const n=()=>{ec(l,e,t)};let o;if(m){const t=Ga(),r=()=>t.get(e).hasFired;o=(0,Hs.MA)(n,r,s.time,!s.isCumulativeDisabled)}else o=(0,Hs.MA)(n);(0,an.Z)(c,[o],`${mt.bH}_${e}`)}};m?(f(),qa(e,d)):qa(e,d,f)},sc=()=>{(0,de.W3)(tc),(0,xi.uz)("page:close",Ha),Ka(!0)},nc=()=>{const e=(0,ue.fS)("useAsr"),t=(0,fs.wV)("asrTestVersion"),s=(0,nt.qm)("asrTimeout");(t||s)&&(()=>{const{timeout:e}=(0,ue.g1)("asr"),{version:t}=(0,fs.Uu)()||{};uo=(0,I.Z)(e)?e[t]||e.default||lo:e||lo})();const n=e||t||s||(0,ve.X2)(),o=(0,te.mv)(),r=Ni();!n||o||r||(Ka(!1),(0,de.sv)(tc),(0,xi.aS)(Ha))};var oc=s(2971);const rc=()=>{const e=Jn().mexFinishedSlotsCount+1;return Kn({mexFinishedSlotsCount:e}),e},ic=(e,t,s)=>{const{isMexListening:n,mexSlots:o,mexSlotsRates:r,thresholdToActive:i,mexExcludedSlots:a}=Jn(),c=o.includes(e)&&!a.includes(e);if(n&&c){const e=rc();if(1===t){const e=ks(s);r.push(e)}if(r.length>=i){const e=r.reduce(((e,t)=>e+t))/i;return void Kn({mexRate:e,isActive:!0,isMexListening:!1})}r.length+(o.length-e)>=i||Qn()}},ac=(e,{vendor:t=-1})=>{const s=Bs("wnP",e,t),n=ho("slotsStatusStartTime"),o=ho("timeout");if(s){s.wnP;const t=(0,vt.ac)("prebid");if(t){const n=t.slotIsLimited(e),o=t.getPvFraction();n&&(s.blState=n),o&&(s.pvfraction=o)}o&&(s.apiTimeout=1),n&&(s.tts=Date.now()-n);const{disabled:r,isFirst:i,isBlackBox:a}=is;i&&(s.first=1,s.randomValue=(0,yt.f_)()),is.isFirst=!1,ic(e,s.wnP,s.dfp_dfpH),(0,oc.Z)(s),r||s.disabled||(0,Ps.Z)("slotStatus",s),a||ls(e)}},cc=()=>{const e=(()=>{const{href:e}=window.location;return/(wpext\.pl|std\.wpcdn\.pl).*blackbox-postmessage.*html/.test(e)})();is.isBlackBox=e,is.disabled=e||(0,ue.fS)("slotStatusDisable"),(0,xi.ME)(Oi),(0,xi.SG)(Oi),(0,xi.aS)(us),(0,de.wN)(ac)};var lc=s(2978),dc=s(4677),uc=s(1747),pc=s(8393);const mc=(0,nt.qm)("forceSync"),fc="WPs2shash";let gc={};const hc=()=>Math.round(Date.now()/6e4),Ac=({dsp:e})=>{const t=gc[e]||0,s=hc();if(mc||s-t>0)return!0},vc=()=>{try{return window.top.location.hostname}catch(e){return(0,cn.Z)(document.referrer).hostname||""}},Zc=()=>(0,It.Z)({inver:(0,Js.XG)()!==De.xb?(0,Js.XG)():"",host:vc()},!1,!0),bc=(e="",t="",s=0,n="")=>`https://ssp.wp.pl/bidder/usersync/setuid?${Et(s,n)}&${Zc()}&${(0,It.Z)({bidder:e,uid:t},!1,!0)}`,wc=(e,t,s)=>{const n=(0,ji.Rn)(),o=[{name:"rtbhouse",vendor:16,src:`https://creativecdn.com/cm-notify?${(0,It.Z)({pi:"wppbsrv"})}&${Et(e,t)}`},{name:"triplelift",vendor:28,src:`https://eb2.3lift.com/getuid?${(0,It.Z)({gdpr:(0,Pt.Z)(e),cmp_cs:t,us_privacy:"",redir:encodeURIComponent(bc("triplelift","$UID",e,t))})}`},{name:"pubmatic",vendor:76,src:`https://image8.pubmatic.com/AdServer/ImgSync?${(0,It.Z)({p:"62652",pu:encodeURIComponent(`https://image4.pubmatic.com/AdServer/SPug?${(0,It.Z)({partnerID:"62652",pmc:"PM_PMC",pr:encodeURIComponent(bc("pubmatic","#PMUID",e,t))})}`)})}&${Et(e,t)}`},{name:"rubicon",vendor:52,src:`https://pixel.rubiconproject.com/exchange/sync.php?${(0,It.Z)({p:"pbs-grupapolska"})}&${Et(e,t)}`},{name:"ix",vendor:10,src:`https://ssum.casalemedia.com/usermatchredir?${(0,It.Z)({s:"184932",cb:encodeURIComponent(bc("ix","",e,t))})}`},{name:"openx",vendor:69,src:`https://rtb.openx.net/sync/prebid?${(0,It.Z)({r:encodeURIComponent(bc("openx","${UID}",e,t))})}`},{name:"adnxs",vendor:32,src:`https://ib.adnxs.com/getuid?${encodeURIComponent(bc("adnxs","$UID",e,t))}`},{name:"smartssb",vendor:45,src:`https://ssbsync-global.smartadserver.com/api/sync?${(0,It.Z)({callerId:5,us_privacy:"",redirectUri:encodeURIComponent(bc("smartssb","[ssb_sync_pid]",e,t))})}&${Et(e,t)}`},{name:"adform",vendor:50,src:`https://cm.adform.net/cookie?${(0,It.Z)({redirect_url:encodeURIComponent(bc("adform","$UID",e,t))})}`},{name:"connectad",type:"iframe",vendor:138,src:`https://cdn.connectad.io/connectmyusers.php?${(0,It.Z)({gdpr:(0,Pt.Z)(e),consent:t,cb:encodeURIComponent(bc("connectad","",e,t))})}`},{name:"stroeerCore",type:"iframe",vendor:137,src:`https://js.adscale.de/pbsync.html?${Et(e,t)}&${(0,It.Z)({redirect:encodeURIComponent(bc("stroeerCore","",e,t))})}`},{name:"visx",vendor:154,src:`https://t.visx.net/s2s_sync?${Et(e,t)}&${(0,It.Z)({redir:encodeURIComponent(bc("yoc_visx","${UUID}",e,t))})}`},{name:"oftmedia",vendor:1111,src:`https://sync.ortb.152media.info/csync?${(0,It.Z)({redir:encodeURIComponent(bc("oftmedia","${uid}",e,t))})}`},{name:"onetag",type:"iframe",vendor:241,src:`https://onetag-sys.com/usync/?${Et(e,t)}&redir=${encodeURIComponent(bc("onetag","${USER_TOKEN}",e,t))}`}];if(s){o.push({name:"sspbc",vendor:676,src:`https://dot.wp.pl/r${(0,yt.Nu)()}/getuid?${(0,It.Z)({url:encodeURIComponent(bc("wpartner","$statid",e,t))})}`}),o.push({name:"oftmedia_adkernel",type:"iframe",vendor:14,src:`https://sync.adkernel.com/user-sync?${(0,It.Z)({zone:177545,r:encodeURIComponent(bc("oftmedia_adkernel","{UID}",e,t))})}&${Et(e,t)}`});const s=(0,nt.qm)("redirect");s&&n&&o.unshift({name:"prebidserver",vendor:676,src:s.replace("$UID",n)})}return n&&o.unshift({name:"gopl",vendor:690,src:`https://m.goadservices.com/match/wp?id=sspBC&pid=${n}`}),o};var yc=s(4211);const Sc=(e,t)=>{const{loadStart:s}=e,n=Date.now()-s;return Object.assign(e,{error:t,timeToResourceLoad:n})},Cc=e=>new Promise((t=>{if(P.Z.o(e)){const{dsp:s,type:n="image",src:o}=e;switch(e.cookie=X.C[s],e.loadStart=Date.now(),n){case He:(0,yc.Z)({src:o,onLoad:()=>{t(Sc(e,0))},onError:()=>{t(Sc(e,1))},onTimeout:()=>{t(Sc(e,2))},timeout:2e3});break;case We:(0,re.Z)({src:o,onLoad:()=>{t(Sc(e,0))},onError:()=>{t(Sc(e,0))},onTimeout:()=>{t(Sc(e,2))},timeout:1500});break;default:t(Sc(e,1))}}}));var _c=s(6342);let kc;const Ic=e=>{const t=e.returned||e.value;if(t){const e=(0,oe.Z)(t.cookie);e||(t.error=1);const{error:s,dsp:n,loadStart:o,timeToResourceLoad:r,type:i="image"}=t,a=o-kc;((e,t)=>{const s=hc(),n=(0,Zs.Z)(t)?1440:60;gc[e]=s+n})(n,e),J.b4&&(0,Ps.Z)("atfd_sync",{vendor:n,slotState:s,duration:r,timeStart:a})}},Pc=async e=>{const t=[];return await(0,_c.Z)(e.map((e=>()=>{const s=(async e=>Promise.allSettled(e.map((e=>Cc(e)))))(e);return s.then((e=>{e.forEach((e=>{Ic(e),t.push(e)}))})),s}))),t},Ec=async(e,t)=>{kc=Date.now();const s=((e,t)=>{const s=[],n=e.length;let o=0;for(;o<n;){const n=e.slice(o,o+t);s.push(n),o+=t}return s})(e,3);await Pc(s);t()},Tc=(e,t,s,n)=>{const o=({type:t,src:n,vendor:o,name:r})=>{if(!e||s(o,[1,2,3,4,7]))return{type:t,src:n,dsp:r}};var r;r=()=>{const s=wc(e,t,n).map(o).filter(Boolean).filter(Ac);s.length&&Ec(s,(()=>{(()=>{const e=(0,uc.M)(gc);ee.pt||(0,_i.Z)(fc,e),pc.default.set(fc,e,(()=>{}))})()}))},pc.default.get(fc,(e=>{let t=e.value;t||ee.pt||(t=(0,S.Z)(fc)),gc=(0,uc.C)(t)||{},r()}))},Oc=()=>{const e=(0,_t.zC)(),t=(0,_t.do)();Tc(e,t,sa.Z)},Lc=()=>{const e=(0,nt.qm)("forceSync"),t=[lc.BB,lc.bL,lc.Uk,lc.Uv];(!(0,te.FJ)()&&!(0,te.IK)()&&(0,lc.rS)(t)||e)&&se.Z.fill((()=>{((0,sa.Z)(676,[1,2,3,4,7])||e)&&dc.Z.fill((()=>{Ui.Z.fill(Oc)}))}))};var xc=s(1425),$c=s(8994);const Dc=new Map;g.default.registeredPlayers=Dc;const Rc={registration:new Set,unregistration:new Set};g.default.playerHandlers=Rc;const jc=e=>{const t=Dc.get(e);if(t)return Dc.delete(e),Rc.unregistration.forEach((s=>{s(t,e)})),!0},Nc=(e,t)=>{if((e=>{if(P.Z.o(e)&&P.Z.b(e.autoplay)&&P.Z.b(e.forceSound))return!0})(e)&&(0,io.Z)(t)&&!Dc.has(t))return Dc.set(t,e),Rc.registration.forEach((s=>{s(e,t)})),!0},Mc=(e,t)=>{const s=Rc[e];if(P.Z.f(t)&&!s.has(t))return s.add(t),!0},Vc=(e,t)=>{const s=Rc[e];if(P.Z.f(t)&&s.has(t))return s.delete(t),!0},Bc=e=>Mc("unregistration",e),Fc=e=>{if(Mc("registration",e))return Dc.forEach(((t,s)=>{(0,io.Z)(s)&&e(t,s)})),!0},Uc=e=>Vc("unregistration",e),zc=e=>Vc("registration",e),qc=e=>(...t)=>{s.e(345).then(s.bind(s,9055)).then((({default:s})=>{s[e](...t)})).catch((e=>{console.error(e)}))},Gc=qc("dismissSlots"),Hc=qc("dismissPlaceholders"),Wc=qc("exposeSlots"),Kc=qc("exposePlaceholders"),Jc=qc("getDFPConfig");document.addEventListener("keydown",(e=>{e.ctrlKey&&(96===e.which&&Gc(),110===e.which&&Wc())}));var Qc=s(5131);const Yc=()=>{(0,$c.vi)("s2s_name"),(0,$c.vi)("s2s_incld"),(0,$c.vi)("s2s_xcld");const e=(0,fs.ju)();e&&((0,$c.ie)("s2s_name",e.name),(0,$c.ie)("s2s_incld",e.include),(0,$c.ie)("s2s_xcld",e.exclude)),(0,Yt.y1)("^tech")&&(0,$c.ie)("whbid-test",1)};var Xc=s(9634);const el=()=>"wifi"===(null==Xc.Z?void 0:Xc.Z.type);var tl=s(5313),sl=s(6934);const nl=()=>{const{location:e,screen:t}=window,s=(0,f.ZF)("ccategory");Yc(),(0,$c.ie)("phtml",e.hostname+e.pathname),(0,$c.ie)("phash",e.hash.slice(1));const n=(0,Mi.a)();return n&&((0,$c.ie)("fromGoogle",(0,Pt.Z)(Vi())),(0,$c.ie)("fromSG",(0,Pt.Z)(/www\.wp\.pl/i.test(n))),(0,$c.ie)("PWAref",n.replace(/https?:\/\//,""))),(0,$c.ie)("PWA_adbd",(0,Qc.pB)()),(0,$c.ie)("darkmode",(0,wo.Z)(),!0),(0,$c.ie)("pds",(0,mo.Y)()),(0,$c.ie)("PWAsw",t.width),(0,$c.ie)("PWAsh",t.height),(0,$c.ie)("highLayout",(0,tl.Z)()),(0,$c.ie)("layout",(0,f.ZF)("layout"),!0),(0,$c.ie)("wifi",el()&&1),(0,$c.ie)("fledge",(0,yo.Z)()&&1),(0,$c.ie)("reloaded",(0,Gn.r)()&&1),(0,$c.ie)("navType",(0,f.ZF)("navType"),!0),(0,$c.ie)("ctab",(0,f.ZF)("ctab"),!0),(0,$c.ie)("chId",(0,f.ZF)("chId"),!0),(0,$c.ie)("cc",$r(bo()).join(","),!0),(0,$c.ie)("amp",(0,ve.Rf)()&&1),(0,$c.ie)("abtest",(0,Ae.KF)(),!0),(0,$c.ie)("ctype",(0,f.ZF)("ctype"),!0),(0,$c.ie)("cview",(0,f.ZF)("cview"),!0),(0,$c.ie)("ciab",(0,f.ZF)("ciab"),!0),(0,$c.ie)("ccategory",s&&(0,sl.Z)(s),!0),(0,$c.ie)("REKtagi",(()=>{if(!(0,ve.KD)())return(0,Ji.C)()?(0,vo.J1)():(0,vo.Ut)()})(),!0),(0,$c.hf)()},ol=(0,nt.qm)("rvTest")||"1",rl=(e,t,s,n)=>{const o=Object.create(null);return o.rv=ol,o.sn=(0,Yt.W_)(),o.pvid=(0,bt.Vq)(),n?o.rekid=t:o.rekids=t,Object.assign(o,nl(),s,(0,nt.Kp)()),e+(0,It.Z)(o,!0)},il=(e,t,s)=>{if((0,te.Yw)())return;const n=e||(0,st.P)();return rl(t,n,s,!0)},al=(e,t)=>il(e,"https://rek.www.wp.pl/aad.xml?",t),cl=(e,t)=>il(e,"https://rek.www.wp.pl/vad.xml?",t),ll=e=>{const t=(0,rt.cT)("rpm");return null==t?void 0:t[e]};var dl=s(3871);const ul=[];g.default.loadHandlers=ul;let pl=!1;const ml=()=>{for(pl=!0;ul.length;)ul.shift()()},fl=e=>{P.Z.f(e)&&ul.push(e),pl&&ml()};var gl=s(7795),hl=s(1775);const Al=[[p,5,500],[u,1,1e3]],vl=Object.fromEntries(Al.map((([e])=>[e,{}]))),Zl=Object.fromEntries(Al.map((([e,t])=>[e,t]))),bl=Object.fromEntries(Al.map((([e,,t])=>[e,t]))),wl=Al.map((([e])=>e));Al.forEach((([e])=>{hl.Z[e]=0})),g.default.gafRequestStore=vl;const yl=(e,t)=>{if(!wl.includes(e))return void(0,ys.Z)("Unknown GAF request type given to request-store",!0);let s=!0;const n=`${t}`,o=(0,bt.Vq)(),r=vl[e],i=r[o]||{},a=i[n]||{},{requests:c=0,lastRequest:l=0}=a,d=Date.now(),u=d-l<bl[e];return a.lastRequest=d,u&&(a.requests=c+1,a.requests>=Zl[e]&&((0,Qs.Z)({message:"GafAPI",path:"AntyDDoS",fileName:`${e}:${t}`},100,`Request of type "${e}" with params "${t}" sent to GAF shortly after previous.`,"error"),s=!1)),i[n]=a,r[o]=i,s||(hl.Z[e]+=1),s},Sl="GafAPI";let Cl=(0,R.Z)((0,nt.qm)("lockApp")),_l=(0,C.Z)("wp_gaf_targeting");const kl=(e,t,s)=>{yl(e,t);s()},Il=(e,t,s,n,o=u)=>{if((0,Ar.Z)(`${Sl}BunchLoaded`),Cl&&((e=>{const t=window,s=t[wi],n=t[yi];if(P.Z.f(s)){let o;clearTimeout(n),t[wi]=()=>{},t[`_${wi}`]=s;const r=()=>{clearTimeout(o),s()};t[`__${wi}`]=r,e&&(o=setTimeout(r,e))}})(Cl>1?Cl:0),Cl=!1),(0,ot.mj)()||(0,te.I)()||_l)return _l=void 0,void(P.Z.f(t)&&(0,ht._k)((()=>{t((0,rt.bh)())})));(0,gl.Z)((0,st.P)())&&(e?(0,st.q)(e):(0,Qs.Z)({message:Sl,path:"NoGlobalBunchID",fileName:e}));const r=e||(0,st.P)();if(!r)return(0,Qs.Z)({message:Sl,path:"NoBunchID",fileName:e}),void(0===r&&(0,le.o)("rekid",ce.Ey,!0,!0));const i=()=>{o===u&&(0,Mo.Z)(`${Sl}LoadBunch`),((e,t,s,n=(0,Ds.Z)(),o)=>{const r=(0,yt.Nu)(8,36,!0),i=(0,Ds.Z)();if((0,it.Z)(window.WP,r,i),(0,it.Z)(i,"bodies",(0,Ds.Z)()),o===u){const{headSlots:e}=$e;(0,jo.Z)(e)&&(n.excSlots=e.map((e=>Ss(e))).join(","),$e.headSlots.length=0)}let a=rl("https://rek.www.wp.pl/gaf.js?",e,n);a=(0,Ir.Z)(a,"spin",r),a=(0,Ir.Z)(a,"bcv",2),(0,Vt.Z)({withMeasurement:Sl,src:(0,wt.mess)(a),remove:!0,crossorigin:"use-credentials",onLoad(){Ti(s,n,o,r),ml(),P.Z.f(t)&&t((0,rt.bh)())},onError(){(0,Ar.Z)(`errorGAF${o}`)}})})(r,t,s,n,o)},a=()=>{dc.Z.fill(i)};se.Z.fill((()=>{$e.gafFirst||$e.gafParallel?a():_e.Z.fill(a)}))},Pl=(e,t,s,n)=>{const o=(0,en.Z)(t).sort();if((0,jo.Z)(o)){const t=(0,Ds.Z)();t.advSlots=o.map((e=>Ss(e))).join(","),kl(p,[e,n,o],(()=>Il(e,s,n,t,p)))}},El=(e,t,s)=>{kl(u,[e,s],(()=>Il(e,t,s)))},Tl=(e,t)=>{Pl(e,t,!1,!0)},Ol=e=>{El(e,!1,!0)},Ll="WPldclk";let xl=!1,$l=0;const Dl=e=>{if(Zi(e)){const e=Date.now();$l=e,xl=!0,pc.default.set(Ll,e)}},Rl=()=>((()=>{const e=new Date($l);return Date.now()-e>36e5})()&&(pc.default.remove(Ll),xl=!1,$l=0),xl),jl=()=>new Promise((e=>{pc.default.get(Ll,(({value:t})=>{e(t)}))})).then((e=>!!e&&($l=(0,R.Z)(e),xl=!0,!0))),Nl=()=>{(0,xi.ME)(jl),jl(),Ie=Dl},Ml=()=>(0,xt.Z)($e),Vl=(e=2,t={})=>{const n=(0,R.Z)(e),{cappingPeriod:o,setNative:r}=t;if((0,Qs.Z)({message:"GafAPI",path:"registerCommercialBreak",slot:n,fileName:`${o}:${typeof r}`},1e4),(0,qt.Z)(n,e))return;$e.commercialBreak=Object.assign({},t);const i=()=>{(e=>{const t=ul.indexOf(e);t>-1&&ul.splice(t,1)})(i),s.e(831).then(s.bind(s,5718)).then((({default:e})=>{e(n,t)})).catch((e=>{(0,Q.Z)(e,"CommercialBreak")}))};fl(i)};var Bl=s(8488),Fl=s(8842),Ul=s(9610);const zl="Placeholders",ql=(0,nt.qm)("placeholders"),Gl=(0,ft.cu)("placeholder",ql&&{height:3,border:"3px orange solid",borderRadius:3,boxSizing:"border-box"}),Hl=(0,ft.cu)("anchor"),Wl={width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:-1},Kl=(e,t,s={})=>{const n=(0,R.Z)(e);if((0,qt.Z)(n,e))return;const o=Object.assign({},s),r=$i.Z[n],i=null==r?void 0:r.element,a=zl+n;i&&(0,ft.ef)(i,(0,ft.cu)(a));const c=(0,Bl.Z)(t);if(c){if(i&&i!==c&&((0,ft.jo)(a),(0,ft.Vx)(!0)),(0,io.Z)(c)&&c!==(0,Ho.Z)()){o.element=c;return"sticky"===(0,Fl.Z)(c).position&&(o.stickyOnInit=!0,(0,Qs.Z)({message:zl,path:"StickyOnInit",slot:n},1e4)),$i.Z[n]=o,(0,ft.Cj)(c,(0,ft.cu)(a)),(0,ft.Cj)(c,(0,ft.cu)(zl)),(0,ft.Cj)(c,Gl),(0,ft.cu)(`${a} [${Hl}]`,Wl),(0,Ul.Z)(c)||(0,Qs.Z)({message:zl,path:"NodeNotVisible",slot:n},1e3,`Given node for placeholder ${n} is not VISIBLE.`,"error"),c}(0,Qs.Z)({message:zl,path:"NodeNotInDocument",slot:n},1e3,`Given node for placeholder ${n} is not a valid HTMLElement or it is not in DOM.`,"error")}};var Jl=s(5435),Ql=s(4564),Yl=s(9951),Xl=s(9175),ed=s(4192),td=s(8983);const sd="top",nd="bottom",od="white",rd=(e,t,s)=>{const n=(0,Ae.bB)("adtech","PROSGWP-7600");if(["A","B","C"].includes(n))return;const o=(0,R.Z)(e);if((0,qt.Z)(o,e))return;let r,i,a=!1;const{onImpression:c,onClose:l,cappingPeriod:d=6,scrollOffset:u=200,closeOffset:p=0,position:m=sd,waitForSlot:f=!1}=s;$e.stickyAds={onImpression:c,onClose:l,cappingPeriod:d,scrollOffset:u,closeOffset:p,position:m,waitForSlot:f},i=u,(0,Qs.Z)({message:"GafAPI",path:"registerSticky",slot:o,fileName:`${d}:${u}:${m}:${t}`},1e4);const g=[sd,nd].includes(m)?m:sd,h={[sd]:{borderRadius:"0 0 6px 6px",transform:"translateY(-99%)"},[nd]:{borderRadius:"6px 6px 0 0",transform:"translateY(99%)"}},A="saplchldr"+g,v="saclsr"+g,b=(0,Z.R)(),w=(0,ot.nB)(),y=b?8:15,S=`0 0px ${y}px 0 rgba(0, 0, 0, 0.25)`,{borderRadius:C,transform:_}=h[g];if(w)(0,Xl.Z)(Jl.Z);else if(d){const e=(0,R.Z)((0,oe.Z)(Jl.Z));if(e){const t=new Date(e);(0,ie.Z)(Jl.Z,t.getTime(),t)}}const k=(0,_n.Z)(),I=(0,_n.Z)(),E=()=>{(0,Ps.Z)("stickyAds",{event:"quit",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f})},T=()=>{(0,ht.vS)("beforeunload",E)},O=()=>{(0,ht.vS)("scroll",M),(0,ht.vS)("scroll",j),(0,de.Y4)(D),(0,de.Y4)(V),T()},L=()=>{O(),a&&(a=!1,P.Z.f(l)&&l(),(0,td.Z)(o),I.remove(),r.removeEventListener("click",x),r.remove(),(0,ft.jo)(A),(0,ft.jo)(v),(0,ft.Vx)())},x=()=>{(0,Ps.Z)("stickyAds",{event:"close",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L()},$=()=>{L(),(0,xi.uz)("page:close",$)},D=(e,t)=>{if(T(),o===e){const{creation:e,vendor:s}=t;if(e&&!e.destroyed){const{type:n,rebuild:{label:i}}=e;if(s>-1&&"blocker"!==n){if((0,ft.cu)(A,{boxShadow:"0 0px 24px 0 rgba(0, 0, 0, 0.25)",transform:"translateY(0)"}),(0,ft.cu)(`${A}>div`,{"backgroundColor!":od}),(0,ft.Vx)(),i&&i.remove(),a=!0,w)(0,Xl.Z)(Jl.Z);else if(d){const e=60*d,t=(0,ne.Z)(e);(0,ie.Z)(Jl.Z,t.getTime(),t)}return r.addEventListener("click",x),I.appendChild(r),(0,ht.mc)(E),void(P.Z.f(c)&&c({slotNumber:o,slotData:t,slotElement:k,placeholderElement:I}))}}O()}},j=()=>{(0,Ea.Z)().top>=p&&((0,ht.vS)("scroll",j),(0,Ps.Z)("stickyAds",{event:"scrollClose",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L())},N=()=>{(0,ht.vS)("scroll",M),(0,de.Y4)(V),(0,de.wN)(D);const e=(0,Bl.Z)(t),s=(0,io.Z)(e),n=s?e:(0,Ho.Z)();(0,ft.Cj)(I,(0,ft.cu)(A,{"position!":s?"absolute":"fixed",[g]:0,transform:_,transition:"all 200ms linear","zIndex!":99,left:0,right:0})),n.appendChild(I),I.appendChild(k),(()=>{r=(0,Ql.Z)(v,"black",{position:"absolute",[g]:"100%",color:od,padding:b?"15px 30px 15px 10px":"15px 35px 15px 15px",fontSize:9,right:15,borderRadius:C,boxShadow:S});const e={content:'""',position:"absolute",left:-y,right:-y,height:y,backgroundColor:od,[g]:-y},t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:9,color:"#888",content:(0,jn.Z)(Ct.Z)};(0,ft.cu)(`${v}:after`,e),(0,ft.cu)(`${v}:before`,t),(0,ft.cu)(`${v} svg`,{"width!":"30%","height!":"30%","left!":"auto","right!":3,"top!":-2,strokeWidth:2.5,stroke:"black"}),(0,ft.Vx)()})(),Kl(o,I,{stickyAd:!0,backgroundColor:od,padding:y,height:"auto"}),(0,$t.Z)(o,k)},M=()=>{(0,rn.Z)(i)&&(0,Ea.Z)().top>=i&&N()},V=(e,t)=>{if(e===f){(0,de.Y4)(V);const{creation:e}=t;if(e&&!e.destroyed){const{rebuild:{container:t}}=e,s=(0,Yl.Z)(t);s&&(i=s.top+s.height)}(0,rn.Z)(i)?((0,de.Y4)(V),(0,ht.vS)("scroll",M),(0,ht.nr)(M,!0)):N()}};(0,ed.Z)([e]),f?(i=0,(0,de.wN)(V),(0,ht.nr)(M,!0)):(0,rn.Z)(i)?(0,ht.nr)(M,!0):N(),(0,rn.Z)(p)&&(0,ht.nr)(j,!0),(0,xi.aS)($,!0)},id=(e,t)=>{const s=(0,R.Z)(e);let n="none";zn.forEach(((e,t)=>{s===e.slot&&(n=t,e.passbackAfterRender=!0)})),(0,Qs.Z)({message:"GamAPI",path:"AdUnitNonConfigured",campaign:t,fileName:n,slot:s},1)},ad=(e,t,s)=>{const n=qn(e);n?n.passbackAfterRender=!0:id(s,e)},cd=()=>{const{loaded:e,error:t}=Bn,s=(0,sa.Z)(755,[1])&&!t,n=(0,te.uD)()||(0,Qc.VP)(),o=s&&!n&&e,r=Object.create(null);return(0,it.Z)(r,"isBlocked",n),(0,it.Z)(r,"isReady",o),(0,it.Z)(r,"isAllowed",s),r},ld=(e,t,s)=>{const n=qn(e);if(n){const{creation:e}=n;Object.assign(e,s),e.modsToLoad=e.modsToLoad||[],e.modsToLoad.push(t),ir(e)}};var dd=s(2756);const ud=()=>{(0,vt.qL)("user",(0,dd.Z)(l)),(0,vt.qL)("mods",(0,dd.Z)(a)),(0,vt.qL)("gaf",(0,dd.Z)(r)),(0,vt.qL)("gam",(0,dd.Z)(i)),(0,vt.qL)("randomizers",(0,dd.Z)(c))};var pd=s(1154);const md={error:!1,timedOut:!1,loaded:!1};g.default.prebidState=md;const fd=md,gd=()=>{if((0,pd.Kp)()){const e=(0,te.U6)()||(0,fs.wV)("noPrebidTestVersion"),t=((0,te.oQ)()||(0,te.IN)()||(0,te.US)())&&!(0,nt.qm)("tcidhb");return!(e||t||kn.Z||fd.error)}},hd=(e,t,s,n,o)=>{const r="Criteo"+(e?"Full":"Light"),i=`//static.criteo.net/js/ld/publishertag.${e?"":"prebid."}js`,a="crtpt"+(e?"":"prbd");(0,Vt.Z)({withMeasurement:r,id:a,src:i,timeout:n,onLoad(){(0,Ze.Z)(r,!0),P.Z.f(t)&&t()},onError(){(0,Ze.Z)(r,!1),(0,le.o)(a),P.Z.f(s)&&s(i)},onTimeout(){P.Z.f(o)&&o()}})},Ad="PrebidJS",vd=()=>{(0,Vt.Z)({withMeasurement:Ad,id:"prebidjs",timeout:3e3,crossorigin:!0,src:(()=>{const e=(0,nr.Z)("wppbjs"),{prebidBranch:t,prebidTestVersion:s,version:n}=(0,fs.Uu)();let o="",r=!1;t&&s===n&&(o=t,r=!0),(0,Yt.y1)("^tech")&&(o="PU-113",r=!0),null!=e&&e[2]&&(o=e[2]);const i=`${Xt.Z}wppbjs/${o&&`${o}/`}`,a=e||r?"prebid-debug":"prebid";return(0,wt.mess)({url:`${i}${a}.js`})})(),onLoad(){(0,Ze.Z)(Ad,!0),fd.loaded=!0},onError(){(0,Ar.Z)(`${Ad}LoadError`),(0,Ze.Z)(Ad,!1),fd.error=!0,_e.Z.open()},onTimeout(){(0,Ar.Z)(`${Ad}LoadTimeout`),(0,Ze.Z)(`${Ad} timeout`,!0),fd.timedOut=!0,_e.Z.open()}})},Zd=new Map;const bd=e=>{const t=Zd.get(e);return null==t?void 0:t.promise},wd=e=>{const t=Zd.get(e);t&&(t.resolve(),Zd.delete(e))},yd=e=>{const t=function(){let e;return{promise:new Promise((t=>{e=t})),resolve:e}}();Zd.set(e,t),setTimeout((()=>{wd(e)}),1e3)};var Sd=s(6570);const Cd=()=>{const e=(0,rt.fw)("curr");e&&(0,w.Z)(e,(t=>{parseFloat(e[t])>0&&(xo.currencyRate[t]=parseFloat(e[t])),(0,Sd.Z)()&&(0,_i.Z)("currency",JSON.stringify(xo.currencyRate))}))},_d=()=>{Cd()},kd=()=>{const e=(0,ue.g1)("viewConfig");if(!(0,ue.fS)("lazyBidding"))return;const t=(e,t)=>{const{slots:s}=t;return s&&e.push(...s),e};Object.keys(e).forEach((s=>{const n=e&&e[s],o=n&&n.auctions;if(!o)return;let r;if(Array.isArray(o))r=o.reduce(t,[]);else{const e=[];Object.keys(o).forEach((s=>{e.push(...o[s].reduce(t,[]))})),r=[...new Set(e)]}n.slots=r}))},Id=e=>{const t=e.concat();for(let e=0;e<t.length;++e)for(let s=e+1;s<t.length;++s)t[e]===t[s]&&t.splice(s-=1,1);return t},Pd=e=>{if(Array.isArray(e))xo.blackList=Id(xo.blackList.concat(e.map((e=>parseInt(e,10)))));else{const t=parseInt(e,10);xo.blackList.includes(t)||xo.blackList.push(t)}},Ed=()=>{xo.blackListStore=[]};Ed();const Td={add:Pd,setNew:e=>{Ed(),Pd(e)},reset:Ed},Od=e=>{let t;if(e&&e.mode){const s=(0,f.ZF)("layout"),n=(0,f.ZF)("ctype");switch(e.mode){case"layout":t=s&&e[s];break;case"ctype":t=n&&e[n]}}return t&&Td.add(t),t||!1},Ld=(e,t={})=>Object.keys(t).includes(e)?t[e]:t.default||!1,xd=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=Ld(s,t),o=n&&n.auctions,r=(0,fs.wV)("viewConfigTestVersion"),i=(0,fs.wV)("lbTestVersion");return!(!(n&&o)||!(e||r||i))},$d=e=>{let t=[];if(e){const{auctions:s}=e;if(s)if(Array.isArray(s))t=s;else{const{lbVersionTest:e,version:n}=(0,fs.Uu)(),o=!!e&&`conf${n}`;t=o&&s[o]?s[o]:s.default||[]}}return t},Dd={interval:null,ctype:null,lastAuction:0,auctionCount:0,auctions:[],auctionId:null},Rd=Dd;var jd=s(8720);const Nd={},Md=e=>!!Nd[e]&&((0,jd.Z)(Nd[e],["prebidLazyLoading"]),delete Nd[e],!0),Vd=(0,ue.g1)("slotAvailabilityDesktop")||[],Bd=(0,ue.g1)("slotAvailabilityMobile")||[],Fd=new Map,Ud=(e,t,s=xo.bidsReceived)=>{const n=s;let o;if(e.adId)o=e,o[t]=!0;else{const s=n.length;for(let r=0;r<s;r++)if(n[r].adId===e){n[r][t]=!0,o=n[r];break}}return o},zd=({bidder:e,subAccount:t})=>t?`${e}-${t}`:e,qd=(e,t)=>{var s,n,o;const r=(0,ue.g1)("floorprices"),{size:i}=t;let a=r;const{fpTest:c,version:l}=(0,fs.Uu)();c&&(a=a[l]||a);const d=zd(t);if(d&&a&&a[d]){const t=a[d];if(t)return e&&t[e]?t[e]:t.default}if("instream"===t.adType&&null!=(s=a)&&s.instreamFloor){const e=(0,f.ZF)("ctype"),{instreamFloor:t}=a;return"stream"===e||"article_stream"===e?t[`stream${l}`]||t.stream:t[`default${l}`]||t.default}if("outstream"===t.adType&&null!=(n=a)&&n.outstreamFloor){const{outstreamFloor:e}=a;return e[`default${l}`]||e.default}if(null!=(o=a)&&o.default){const{default:t}=a;if(t){if(e&&t[e]instanceof Object)return t[e][i]||t[e].default;if(e&&t[e])return t[e];if(t.default)return t.default}}return 0},Gd={default:{currency:"USD",open:1,deal:1},testwp:{currency:"PLN"},adform:{currency:"EUR",open:.9,deal:.95},"adform-sigma":{currency:"EUR",open:.85,deal:.85},criteo:{currency:"PLN"},teads:{currency:"CHF"},openx:{currency:"USD",open:1,deal:.9},pubmatic:{currency:"USD",open:1,deal:1},smartadserver:{currency:"USD",open:1,deal:1},smartnative:{currency:"PLN"},allegro:{currency:"PLN",open:.813,deal:.813},sharethrough:{currency:"USD"},sspWPM:{currency:"PLN"}},Hd=e=>{const t=ve.hx||ve.G6,{Math:s}=window,n=e,{adUnitCode:o,bidder:r,cpm:i,currency:a}=n,c=zd(n),l=(0,ue.g1)("priorities"),d=Gd[r]||Gd.default;let u,p=0,m=null,f=xo.currencyRate.default||1,g=d.open||1;return g=n.dealId?d.deal||1:d.open||1,f=a&&xo.currencyRate[a]?xo.currencyRate[a]:d.currency&&xo.currencyRate[d.currency]?xo.currencyRate[d.currency]:xo.currencyRate.default,n.ccpm=s.floor(i*f*g*100),n.cpmpl=n.ccpm/100,l&&l[c]&&(l[c][o]?m=l[c][o]:l[c].default&&(m=l[c].default)),m&&(u=!0,m.deal&&!n.dealId&&(u=!1),m.floor&&m.floor>n.ccpm/100&&(u=!1),n.getStatusCode&&1===n.getStatusCode()||(u=!1),u&&(n.occpm=n.ccpm,m.level?n.ccpm=100*m.level:n.ccpm=1e3)),p=qd(o,n),t&&(p*=.6),p>n.ccpm/100&&(n.ccpm=0,i>=.005&&(n.floorhit=1)),n},Wd=(e=xo.bidsReceived)=>{const t=Date.now();return e.filter((e=>{const{ttl:s,responseTimestamp:n}=e,o=s?1e3*s:6e4;return!(o>0&&t-n>o)}))},Kd=e=>{let{bidsReceived:t}=xo;const s=`slot${e}`;let n,o={cpm:0,ccpm:0};const r=bo();t=Wd(t);for(let e=0;e<t.length;e++){const a=t[e],{ad:c,adUnitCode:l,APIblocked:d,APIsold:u,APIused:p,ccpm:m}=a;Hd(a),n=l===s;const f=(i=l,Fd.get(i));d&&Ud(a,"APIunblocked");const g=!(!c||!c.includes("wppl_wallpaper.js"));g&&Ud(a,"adfscr"),g&&r&&r.includes("DUKAT_Screening")&&Ud(a,"APIblocked"),n&&!u&&!d&&!p&&m&&m>o.ccpm&&(o=a,"sspWPM"!==o.bidderCode&&f&&(o.sspWPMRequestId=f))}var i;return o.cpm>0&&o},Jd=(e=xo.bidsReceived)=>{for(let t=0;t<e.length;t++){const s=e[t],{ccpm:n}=s;void 0===n&&Hd(s)}},Qd=(e,t)=>{const{bidsReceived:s}=xo;let n=0;t&&Jd(s);const o=Kd(e);return o&&o.ccpm&&(n=Math.min(o.ccpm,9999)),n},Yd=e=>{var t,s,n,o,r;const i=(0,pd.Kp)(),a=null==i||null==(t=i.hb)||null==(s=t.units)?void 0:s.find((t=>t.code===`slot${e}`)),c=null==a||null==(n=a.mediaTypes)||null==(o=n.banner)?void 0:o.sizes,l=(null==i||null==(r=i.config)?void 0:r.sizeMap)||[];let d=[[300,250]];return(0,jo.Z)(c)?d=c:(0,Zs.Z)(c)&&l.includes(c)&&(d=l[c]),d.sort(((e,t)=>t[0]*t[1]-e[0]*e[1]))[0]};(0,de.wN)((e=>{To.get(e)&&To.delete(e)}));const Xd=async(e,t,s,n)=>{var o,r;const i=[],a=null==s||null==(o=s.campaign)||null==(r=o.creative)?void 0:r.roshash,c=(0,rt.fw)("rshsd"),l=a&&c?ks(a,c)/100:0,d=Qd(t)/100,u=(0,bt.Vq)(),p=Yd(t),m=1.2*Math.max(l,d),f=(0,rt.fw)("curr"),g={adsize:p,floor:m,currencyConversion:f,pvid:u},h={bunchid:e,slot:t,variant:"direct"};if(xo.fledgeAuctions=xo.fledgeAuctions.filter((e=>{const{adUnitCode:s,fledgeAuctionConfig:n}=e;return s!==`slot${t}`||(n.auctionSignals=Object.assign({},n.auctionSignals,g),n.sellerSignals=h,i.push(n),!1)})),(0,yo.Z)()&&0!==i.length){var A;const e=Date.now(),{seller:o,decisionLogicUrl:r}=Do(),a={seller:o,decisionLogicUrl:r,sellerSignals:h,componentAuctions:i},c=null==(A=(0,ue.g1)("fledge"))?void 0:A.dam;(0,jo.Z)(c)&&c.includes(t)&&yd(t),Lo(t,ko),window.navigator.runAdAuction(a).then((o=>{const r={slot:t,floor:m,filled:o?1:0,after:null!=s&&s.finished?1:0,timeToRespond:Date.now()-e};var i;(Lo(t,o?Po:Io),(0,Ps.Z)("fledgeAuction",r),o)&&xo.fledgeResults.push({slotNumber:t,urn:o,size:p,floor:m,priority:null==(i=(0,ue.g1)("fledge"))?void 0:i.priority});wd(t),P.Z.f(n)&&n(!0)}))}else P.Z.f(n)&&n(!1)},eu=async()=>{const e=[],t=(0,nt.qm)("debugFledge");if(t&&(0,Ae.zK)("adtech","PU-145","A")){t.split(",").forEach((e=>xo.fledgeAuctions.push(Ro(e))))}xo.fledgeAuctions.forEach((t=>{const{adUnitCode:s}=t;e.includes(s)||e.push(s)}));const s=e.length,n=(0,st.P)(),o=(0,rt.bh)(n);if(!o||0===s||!(0,yo.Z)())return;const r=null==o?void 0:o.slots;for(let t=0;t<s;t++){const s=e[t],o=(0,R.Z)(s.replace("slot","")),i=r[o];Xd(n,o,i)}};var tu=s(961);const su=["adform","teads","connectad","xhb","adrino","sspWPM"],nu=e=>{const t=(0,nt.qm)("disableBL"),{disableBLByDiceRoll:s}=xo,n=(0,ue.fS)("disableBL"),o=!t&&!s&&!n,r=(0,Z.R)()||(0,ve.KD)()?3:2;let i=!1;if(o){i=((null==e?void 0:e.auctionCount)||0)>=r}return i},ou=()=>{let e;if((0,Sd.Z)()){const t=JSON.parse((0,S.Z)("bidderLimiterData"));if(t){const s=(0,ue.g1)("bidderLimiterTimeout")||3e5,{timestamp:n}=t;s>Date.now()-n&&(e=t)}}return e},ru=(0,ue.g1)("bidderLimiterSlotsBlacklist")||[],iu=e=>ru.includes(e);let au,cu;const lu=({ctype:e,viewConfig:t={},blockPrebid:s={}})=>{const n=Object.keys(t);return!!s.ctype&&s.ctype.includes("none")&&!n.includes(e)},du=({blockPrebidConfig:e,eventCtype:t,rekid:s=window.rekid,viewConfig:n})=>{const o=Object.assign((0,f.ZF)(),{});let r=!1;t&&(o.ctype=t);const{ctype:i}=o;return o.rekid=s,e&&Object.entries(e).forEach((([t,s])=>{const a=o[t]&&s.includes(o[t]),c=lu({ctype:i,viewConfig:n,blockPrebid:e});(a||c)&&(r=!0)})),r},uu=(e,t,s,n,o,r)=>{const{ppid:i,biddersRequests:a,mlcodes:c}=xo,l={version:e,timeToAuction:s,auctionName:(null==o?void 0:o.id)||r||void 0,auctionsCount:t+1,norodo:n?void 0:1,ppid:i,biddersRequests:a};return c&&(l.mlcodes=c),o&&(l.slot=o.trigger),(0,Ps.Z)("prebidauction",l),xo.biddersRequests=0,l},pu=e=>{const{Math:t}=window;return t.floor(t.random()*e)+1===1};var mu=s(3381);const fu=["module criteo is loading external JavaScript","TCF2: enforcing P1 and P2 by default","Filtered site property in ortb2 data: empty data found"],gu=["TCF2 denied device access for criteo"],hu=new Set,Au=new Set,vu=e=>{const t=(0,bt.Vq)();return!fu.includes(e)&&(!gu.includes(e)||(hu.has(t)?!Au.has(e)&&(Au.add(e),!0):(hu.add(t),Au.add(e),!0)))},Zu=pu(100),bu=pu(1e3),wu=e=>{const{type:t}=e,{arguments:s}=e,n=[...s].map((e=>`${e}`)).join(" ").slice(0,75),o=J._x&&Zu,r=J._x&&bu;vu(n)&&("WARNING"===t?o&&(0,mu.Z)(n,"PbjsWarnError"):r&&(0,mu.Z)(n,"PbjsError"))},yu=(e,t,s)=>{if(!e)return!1;const n=((e,t)=>"all"===e||!!Array.isArray(e)&&e.includes(t))(e[zd(s)],t);return n},Su=()=>{const e=(0,nt.qm)("hbv"),t=(0,pd.Kp)(),s="hb";let n=s;if(!t)return!1;const{changeHBConfig:o,version:r}=(0,fs.Uu)();o&&r&&(n=s+r.toUpperCase()),e&&(n=s+e.toUpperCase());const i=t[n]||t.hb;return i?xo.healthStatus.hbConfig=!0:(0,mu.Z)("HB Config missing"),i},Cu="auto_play_sound_on",_u="auto_play_sound_off",ku="click_to_play",Iu='{"min":1,"mit":1,"mmu":0}',Pu='{"min":1,"mit":0,"mmu":1}',Eu='{"min":0,"mit":1,"mmu":0}',Tu={auto_play_sound_on:Iu,auto_play_sound_off:Pu,click_to_play:Eu};var Ou=s(4915);const Lu=e=>{const t=e.match(/:\/\/(www[0-9]?\.)?(.[^\/:]+)/i);return t&&t.length>2&&P.Z.s(t[2])&&t[2].length>0?t[2]:null},xu=e=>{const t=Lu(e);let s,n=t;return t&&(s=t.split(".").reverse(),s.length>1&&(n=`${s[1]}.${s[0]}`)),n},$u=(e,t)=>{const{document:s}=window,n=!(!window.vhb||0===Object.keys(window.vhb).length)&&window.vhb,o=(0,Z.R)(),r=s.referrer||"",i=s.location.origin||"",a=(0,f.ZF)("ctype"),c=(0,ue.CV)("ctypesIntent");let l=c&&c[a]&&c[a][0]||(o?"click_to_play":"auto_play_sound_off"),{params:d}=n?n[Object.keys(n)[0]]:{params:!1},u=!1;if(d||(d=!1),(0,Ou.bp)()&&(u=(0,Ou.Sg)({prebid:!0})),e)d=e,d.autoplay&&(d.forceSound||d.forcesound)?l=Cu:d.autoplay&&(l=_u);else switch(l){case Cu:d={autoplay:!0,forceSound:!0};break;case _u:d={autoplay:!0,forceSound:!1};break;case ku:d={autoplay:!1,forceSound:!0}}switch(!0){case u&&d.autoplay&&(d.forceSound||d.forcesound)&&!t:l=u.autoplayAllowed&&u.autoplayUnmutedAllowed?Cu:u.autoplayAllowed?_u:ku;break;case d.autoplay&&!t:r.length?xu(i)!==xu(r)&&(l=_u):l=_u}return xo.intentParams=Tu[l],l},Du=["slot150","slot151","slot152","slot153"],Ru=e=>{let t={};const{sizes:s,code:n}=e;return s&&(t={banner:{sizes:s}},Du.includes(n)&&(t={video:{context:"instream",playerSize:s[0]}})),t},ju=e=>{const t=(0,nt.qm)("disableBL"),s=(0,Ae.zK)("adtech","PRGM-311","B");if(!(!t&&s))return!1;const n=ll(e);if(!n)return!1;const o=Array.isArray(n)?n:n.B;if(!o)return!1;if(Array.isArray(o))return o;return o[ve.i7?"chr":"oth"]},Nu=e=>{const t=(0,ue.g1)("sizeMap"),s=!!P.Z.s(e)&&e;return s&&t?t[0][s]:e},Mu=(e,t,s)=>{const{code:n}=e,o=t&&t.slots,r=s||xo.blackList,i=parseInt(n.replace("slot",""),10);if(o){if(o.includes(i)&&!r.includes(i))return!1}else if(!r.includes(i))return!1;return!0},Vu=(e,t)=>{let s,n;return"connectad"===e.bidder&&(s=xo.currencyRate.USD||xo.currencyRate.default,n=qd(t,e)/s,e.params.floorprice=n.toFixed(2)),e},Bu=(e,t)=>{const s=e;let n,o,r,i=!1;switch(s.bidder){case"openx":case"rubicon":switch(t){case Cu:o=[1,5];break;case _u:o=[2,6];break;case ku:o=[3];break;default:o=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=o,i=!0;break;case"smartadserver":switch(t){case Cu:n=1;break;case _u:n=2;break;case ku:n=3;break;default:n=2}s.params.video=s.params.video||{},s.params.video.vpmt=n,i=!0;break;case"adform":t&&(s.params.mkv=Tu[t].replace(/(["{}])+/g,""),s.params.addToMkv&&Object.keys(s.params.addToMkv).forEach((e=>{s.params.mkv+=`,${e}:${s.params.addToMkv[e]}`}))),i=!0;break;case"ix":switch(t){case Cu:r=[1,5];break;case _u:r=[2,6];break;case ku:r=[3];break;default:r=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r,i=!0;break;case"xhb":case"appnexus":case"emxdigitalVideo":s.params.video||(s.params.video={skippable:!1}),s.params.video.playback_method=[t],i=!0;break;case"pubmatic":switch(t){case Cu:r=[1];break;case _u:r=[2];break;case ku:r=[3];break;default:r=[2]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r}return e},Fu=(e,t)=>{const s="slot151"===t?1:2;return e.params.target=`segm=${s}`,e},Uu={adform:["mid"],adrino:["hash"],allegro:["publisherSubId","publisherId"],appnexus:["placementId"],businessclick:["id"],ccx:["placementId"],connectad:["siteId","networkId"],criteo:["networkId","publisherSubId","native"],emx_digital:["tagid"],emxdigital:["placementId"],ix:["siteId","size"],openx:["delDomain","unit"],pubmatic:["adSlot","publisherId"],rtbhouse:["region","publisherId"],rubicon:["accountId","siteId","zoneId","sizes"],sharethrough:["pkey"],smartadserver:["formatId","pageId","siteId"],smartnative:["formatId","pageId","siteId","rate","nwid"],sspBC:["id","siteId"],teads:["placementId","pageId"],visx:["uid"],xhb:["placementId"]},zu={adform:["mid","min","mit","mmu"],appnexus:["placementId","video","referrer"],criteo:["networkId","publisherSubId"],emxdigital:["placementId"],emxdigitalVideo:["placementId"],ix:["siteId","size","video"],openx:["delDomain","unit"],pubmatic:["adSlot","publisherId","video"],rubicon:["accountId","siteId","zoneId","sizes","video"],sharethrough:["pkey"],smartadserver:["formatId","pageId","siteId","video"],sspBC:["id","siteId"],teads:["placementId","pageId","outstream"],xhb:["placementId","video","referrer"]},qu=JSON.parse('["adform","adrino","allegro","appnexus","businessclick","ccx","connectad","criteo","emxdigital","emxdigitalVideo","ix","openx","pubmatic","rtbhouse","rubicon","sharethrough","smartadserver","smartnative","sspBC","teads","visx","xhb","emx_digital"]'),Gu=(e,t)=>{if(P.Z.o(e)&&!Array.isArray(e))return e;const[s,n=[],o]=e,r=s-1,i=t?zu:Uu,a=qu[r];if(!a)return(0,mu.Z)(`Brak biddera o ID: ${r}`),!1;const c=i[a];if(!c)return(0,mu.Z)(`Brak mapy parametrów dla bidera: ${a}`),!1;const l={bidder:a},d=c.map(((e,t)=>[e,n[t]])).filter((([,e])=>!(0,gl.Z)(e)));return d.length&&(l.params=Object.fromEntries(d)),o&&(l.subAccount=o),l},Hu=(e,t)=>{const s=zd(t);if(e){return!e.includes(s)}return!1},Wu=(e,t)=>{const s=(0,rt.fw)("geo"),n=s&&s.country,o=(0,ue.g1)("limits"),r=zd(e),i=o&&o[r];if(i&&i.geo&&i.geo.length>=1){if(!n)return!0;if(!i.geo.includes(n))return!0}return!1},Ku=(e,t)=>{const{Math:s}=window,n=(0,ue.g1)("limits"),o=zd(e),r=n&&n[o];return!!(r&&r.diceroll&&s.random()>r.diceroll)},Ju=(e,t,s,n,o,r,i,a)=>{var c;const l=Gu(e,n);if(!l)return!1;let d=!1;const u=null==(c=(0,rt.fw)("geo"))?void 0:c.country,p=l.bidder.includes("adform")&&["840","124"].includes(u),m="adform-sigma"===zd(l)&&(0,Ae.zK)("adtech","PRGM-497","B");return d=yu(a,t,l),d=d||m,d=d||Ku(l,t),d=d||Wu(l,t),d=d||((e,t)=>{const s=(0,ue.g1)("bidderLimiterBlacklist")||su,n=iu(t),o=zd(e);let r=!1;var i,a;return au&&cu&&!s.includes(o)&&!n&&(r=0===(null==(i=au)||null==(a=i.fullBids)?void 0:a[o])),r})(l,t),d=d||Hu(i,l),!d&&(s&&Bu(l,o),p&&(l.params.adxDomain="adx2.adform.net"),l.bidder.includes("smart")&&s&&Fu(l,r),Vu(l,r),l)},Qu=(e,t)=>(!e||"video"!==t)&&(!(!e&&"display"===t)&&"common"!==t),Yu=({restrict:e,code:t})=>{let s=!1;if(e){const t=(0,f.ZF)(),n=Array.isArray(e)?{ctype:e}:e;Object.entries(n).forEach((([e,n])=>{const o=t[e];o&&n.includes(o)||(s=!0)}))}return s},Xu=e=>{const t=(0,js.s)(e);return t},ep=(e,t)=>{if(e.testRestricted){if(e.testRestricted.includes("noTest")&&!t)return!1;if(!e.testRestricted.includes(t))return!0}return!1},tp=e=>{const{teadsOutstreamSlots:t}=xo,{bids:s}=e;s&&s.some((e=>{if("teads"===e.bidder&&e.params.placementId&&e.params.outstream&&!t.includes((0,R.Z)(e.params.placementId)))return t.push((0,R.Z)(e.params.placementId)),!0}))},sp=(e,t,s,n,o,r)=>{var i,a;const c=Object.assign({},e),{blackList:l}=xo,d=(0,R.Z)(c.code.replace("slot","")),u=!(null==(i=e.mediaTypes)||!i.video),p=Du.includes(c.code),m=null==(a=(0,ue.g1)("fledge"))?void 0:a.slots;let f=!1;if(f=c.disabled,f=f||Qu(p,t),n&&(f=f||Mu(c,o,l)),f=f||Yu(c),f=f||ep(c,xo.activeTestVersion),f=f||Xu(d),f)return!1;const g=ju(d),h=[];for(let e=0;e<c.bids.length;e++){const t=c.bids[e],n=Ju(t,d,p,u,r,c.code,g,s);n&&h.push(n)}if(c.bids=h,0===c.bids.length)return!1;const A=c&&c.mediaTypes&&c.mediaTypes.banner&&c.mediaTypes.banner.sizes;if(A?c.mediaTypes.banner.sizes=Nu(A):!c.mediaTypes&&c.sizes&&(c.mediaTypes=Ru(c)),tp(c),(0,jo.Z)(m)&&m.includes(d)){const e={ext:{ae:1}};c.ortb2Imp=Object.assign({},c.ortb2Imp,e)}return xo.auctionSlots.push(d),c},np=(e,t,s,n,o)=>{const{blackList:r}=xo,i=(0,ue.fS)("viewConfigTestVersion"),a=(0,ue.g1)("viewConfig"),{version:c}=(0,fs.Uu)(),l=t||Ld(e,a),{units:d}=Su(),u=(()=>{const e=(0,ue.g1)("blacklisted"),{removeBidderTest:t,version:s}=(0,fs.Uu)(),n=!!t&&`conf${s}`;return n?e[n]||!1:e})(),p=$u(s,n);let m=!0;const f=(0,ue.fS)("disableVideoAutoBid");let g=o?"video":"display";xo.auctionSlots=[],xo.auctionSlots.length=0,l&&(!i||i===c)||r.length||(m=!1),au=ou(),cu=nu(au);!f&&(!0!==xo.useLazyBidding||xo.appendVideoToFirstAuction)&&(g="common",xo.appendVideoToFirstAuction=!1);const h=[];for(let e=0;e<d.length;e++){const t=d[e],s=sp(t,g,u,m,l,p);s&&h.push(s)}return h},op={ctype:null,timestamp:null,isDynamic:!1,prevCtype:null,prevAuctionTS:null,vIntentAuctionTS:null},rp=(e,t,s,n=!1,o=!1,r=!1)=>{const i=(0,ue.g1)("viewConfig"),a=(0,ue.g1)("blockPrebid");if(!!(0,rt.fw)("directOnly")||(0,ue.fS)("donotbid")||du({blockPrebidConfig:a,viewConfig:i,eventCtype:s}))return!1;const{pbjs:c}=window,l=s||(0,f.ZF)("ctype"),d=c.version||void 0,u=(0,tu.BF)("mr","TP");let p=[];if(Td.add(gi()),p=np(l,t,n,o,e),p.length>0&&c.requestBids){if(xo.firstAuction||Rd.auctionCount>0){const t=`_${Rd.auctionId}`||"",s=Rd.auctionCount>0?`${Rd.auctionCount}`:"",n=e?`_${xo.lbvAid}`:"";xo.healthStatus[`auction_nr_${e?xo.videoAuctionCounter:s}_startedProperly${e?"_video":t}${n}`]=!0}op.prevAuctionTS&&(op.timeauctions=Date.now()-op.prevAuctionTS),op.prevAuctionTS=Date.now(),xo.auctionsCount+=1,xo.auctionsCountPerView+=1;const s=parseInt(Date.now()-xo.pageLoadTime,10),n={adUnits:p,bidsBackHandler:()=>{},info:{bidderLimiter:cu}};r&&(n.auctionId=r),xo.firstAuction&&(xo.firstAuction=!1,(0,sn.Z)("PrebidFirstAuctionTiming","PrebidLoad","PrebidFirstAuctionStart")),c.requestBids(n),uu(d,xo.auctionsCount,s,u,t,r)}else{wu({type:"WARNING",arguments:["Auction failed - no adUnits available or requestBids wasnt ready"]}),xo.healthStatus.auctionStartedProperly=!1}},ip=[],ap=(0,ue.fS)("auctionInterval");ap&&setInterval((()=>{if(ip.length>0){const e=Object.assign([],ip[0]);ip.splice(0,1),rp(...e)}}),ap);const cp={addAuctionToQueue:function(...e){e.includes("skipQueue")?rp(...e):0!==ip.length||!1!==xo.auctionInProgress||ap?ip.push([...e]):rp(...e)},getQueue:function(){return ip},auctionEnd:function(){const e=(0,ue.fS)("fledgeOn");if(xo.auctionInProgress=!1,ip.length>0&&!ap){const e=Object.assign([],ip[0]);ip.splice(0,1),rp(...e)}e&&eu()}};function lp(e){return!!Nd[e]}const dp=(e,t=!1)=>{const{ctype:s}=Rd,n=(0,ue.g1)("hardTimeout"),o=(0,ue.g1)("viewConfig"),{healthStatus:r}=xo,{hardTimeoutTestVersion:i,version:a}=(0,fs.Uu)(),c=Ld(s,o);let l=!1;if(l=!1!==t?t:(e=>{const{auctions:t}=Dd;for(let s=0;s<t.length;s+=1)if(t[s].slots.includes(e))return t[s]})(e),(0,gl.Z)(l)){wu({type:"WARNING",arguments:["Auction is undefined"]})}else{if(l.asap&&(n||i&&i===a)&&0===Rd.auctionCount&&!1===l.used&&xo.prebidAPILoadingState.timeout&&(Rd.auctionCount+=1,l.used=!0),!1!==l&&!0!==l.used){const t=(0,Z.R)()?Bd:Vd;Rd.auctionId=l.id,Rd.lastAuction=Date.now(),Rd.auctionCount+=1,l.used=!0;const s=Object.assign({},l);s.slots=[];const n=c.slots,{appendVideoToFirstAuction:o}=xo;if(o)for(let e=0;e<n.length;e++){const t=n[e],o=`slot${t}`;Du.includes(o)&&s.slots.push(t)}const i=l.slots.length;for(let e=0;e<i;e++){const n=l.slots[e],o=!t.includes(n)||lp(n),r=Du.includes(`slot${n}`);!0!==o||r||s.slots.push(l.slots[e])}s.trigger=e,r.pvAuctionNames.push(Rd.auctionId),cp.addAuctionToQueue(!1,s),s.slots.forEach((e=>{Md(e)}))}}},up=()=>{const e=(0,f.ZF)("ctype"),t=(0,ue.g1)("viewConfig"),s=Ld(e,t),n=[];if(s){let t=!1,o=$d(s),r=[];if(Array.isArray(o)?o.forEach((e=>{const s=e;return s.used=!1,"default"===e.id&&(t=!0),r=r.concat(s.slots),!0===e.asap&&n.push(s),s})):o=[],!t){o=[{id:"default",from:0,slots:s.slots?s.slots.filter((e=>!r.includes(e))):[]}].concat(o)}Rd.ctype=e,Rd.auctions=o,n.forEach((e=>{dp(0,e)}))}return Rd},pp=()=>{(0,Mo.Z)("PrebidDamOpen"),_e.Z.open()};var mp=s(94);const fp=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=Ld(t,s);let o=!1;if(n.slots&&n.slots.includes(e)){const t=$d(n);o=650,t.forEach((t=>{t.slots.includes(e)&&(o=!0!==t.used&&(t.dist||o))}))}return o},gp=(e,t)=>{const s=parseInt(e,10);let n=!1;if((0,w.Z)(Nd,(e=>{Nd[e]===t&&(n=!0)})),Nd[s]||n)Nd[s]&&!n&&((0,Tr.Z)(Nd[s],t),Nd[s]=t);else{const e=fp(s);if(!1!==e){Nd[s]=t;const n={name:"prebidLazyLoading",method:"offset",verticalMargin:e,success:!0,callback:()=>{dp(s)}};(0,nt.qm)("dynamicOffset")&&(0,mp.Z)(n),(0,an.Z)(t,[n],`slot${s}`)}}},hp=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig");!0===e&&t&&(0,de.DN)(gp)},Ap=e=>["stream","video","article_stream"].includes(e),vp=(e,t)=>{const s=Ld(e,t);let n={dist:650};if(s){const{auctions:e,lbvDist:t}=s;let o=[];if(n.dist=t||n.dist,e)if(Array.isArray(e))o=s.auctions;else{const{lbVersionTest:t,version:s}=(0,fs.Uu)(),n=!!t&&`conf${s}`;o=n&&e[n]?e[n]:e.default||[]}const r=o.length;for(let e=0;e<r;e++)if("video"===o[e].id){n=Object.assign({},o[e]);break}}return n},Zp=(e,t,s,n,o)=>{const r=(0,f.ZF)("ctype");P.Z.f(t)&&($o[s]=t),cp.addAuctionToQueue(n,e,r,o,!1,s,"skipQueue")},bp=(e,t,s,n)=>{const o=n?{slots:[n]}:void 0,r=e?{autoplay:e.autoplay,forceSound:!e.muted}:xo.baseVideoIntent;Zp(o,s,t,!0,r)},wp=e=>{const t=e||(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=vp(t,s),o=(e,t)=>{if(void 0!==t&&!xo.registeredPlayers.includes(t)){xo.registeredPlayers.push(t),xo.baseVideoIntent=Object.assign({},xo.baseVideoIntent,e);const s={name:"prebidLazyLoading",method:"offset",verticalMargin:n.dist,success:!0,callback:()=>{xo.videoAuctionCounter<1&&(xo.lbvAid=`lbv-${(0,yt.Nu)()}`,xo.videoAuctionCounter+=1,bp(!1,xo.lbvAid,void 0))}};(0,nt.qm)("dynamicOffset")&&(0,mp.Z)(s),(0,an.Z)(t,[s])}};xo.videoHandlers.push(o),Fc(o)},yp=e=>{const{videoHandlers:t}=xo,s=Ap(e),n=!(0,ue.fS)("disableVideoAutoBid");s?xo.appendVideoToFirstAuction=n:0===t.length&&wp(e)},Sp=e=>{const t=(0,ue.g1)("blackListConfig"),s=(0,f.ZF)("ctype");kd(),Od(t),xo.useLazyBidding=xd(),!0===xo.useLazyBidding?(xo.healthStatus.auctionType="lazyBidding",yp(s),up(),hp()):(xo.healthStatus.auctionType="singleAuction",rp()),e&&(xo.PrebidDamTimeout=setTimeout((()=>{pp()}),e))},Cp=()=>{xo.bidsReceived.length=0},_p=(e,t,s)=>{const{urn:n,size:o}=s,[r,i]=o;return{bunch:e,slot:t,creations:[{type:Ge,width:r,height:i,src:n,showLabel:!0}]}},kp=()=>({adId:0,bddr:"unknown",cpm:0,cpmpl:0,ccpm:0,size:"0x0",ttb:0}),Ip=e=>{let t=e;return t=decodeURIComponent(t||""),t=t.replace(/^[\s\uFEFF\xA0]+|#|[\s\uFEFF\xA0]+$/g,""),t=t.replace(/\s*[,;?!.:]+\s*/g,";"),t=t.replace(/\s+/g,"_"),t=t.replace(/\W/g,(e=>"oeaslzzcnOEASLZZCN".charAt("óęąśłżźćńÓĘĄŚŁŻŹĆŃ".indexOf(e))||e)),t.toLowerCase().substring(0,256)},Pp=e=>{const t=kp(),s=(0,f.ZF)("ccategory"),n=s?Ip(s):void 0,o=(0,Yt.W_)(),r=(0,f.ZF)("ctype"),i=(0,rt.fw)("geo"),a=i&&i.country,{ad:c,adfscr:l,adId:d,adUnitCodeOld:u,adUrl:p,ccpm:m,creativeId:g,cpmpl:h,cpm:A,currency:v,dealId:Z,height:b,occpm:w,responseLength:y,timeToRespond:S,width:C}=e;return Object.assign(t,{adId:d,bddr:zd(e),ccategory:n,ccpm:w||m,cpmpl:h,cpm:parseFloat(A.toFixed(2),10),crid:g,ctype:r,currency:v,country:a,responseLength:y,dealId:Z,deal:Z?1:0,adfscr:l?1:void 0,multi:u,size:`${C||0}x${b||0}`,ttb:Math.min(1e5,(0,R.Z)(S.toFixed(0))),wpsn:o,adLength:c&&c.length||p&&p.length}),t},Ep=()=>{const e=(0,fs.Uu)();let t=e&&e.changeHBConfig&&e.version;t=t||"default";const s=(0,ue.CV)("S2Sconfig"),n=s&&s.tests&&s.tests[t];let o;return n&&n.name&&(o=n,o.include=Array.isArray(o.include)&&o.include.join(";")||o.include,o.exclude=Array.isArray(o.exclude)&&o.exclude.join(";")||o.exclude),o},Tp={},Op=(e,t)=>{const{appVersion:s}=window,{bunch:n,slot:o}=e,r=t&&Tp[t],i=r&&r.bidderLimiter,a=Ep(),c=(0,f.ZF)("ctype"),l=null==r?void 0:r.ctype,d={slot:o,bunch:n,an:r&&r.auctionCounterPerView,norodo:r&&r.norodo,s2st:a&&a.name,ck:(0,tu.U2)("ck"),mr:(0,tu.U2)("mr")},{name:u,version:p}=(0,fs.Uu)();return u&&(d[u]=p),l&&l!==c&&(d.reqCtype=l),i&&(d.bL=i),d.appVersion=s,d},Lp=e=>{const{adid:t,slot:s,params:n,waveaction:o,intent:r,isAsr:i}=e,a=t?Ud(t):(0,mu.Z)("brak adId w bid"),{auctionId:c,meta:l={}}=a,{advertiserDomains:d}=l,u=a&&Pp(a),p=Op(e,c),m=Object.assign({},u,p);if("prebidsold"===o&&(m.asr=(0,Pt.Z)(i),(0,jo.Z)(d))){const[e]=d;m.adn=e}(0,Ps.Z)(o,Object.assign(m,n,r))},xp=(e,t)=>{const{isEmpty:s}=t,n=zd(t);return(0,gl.Z)(e.fullBids[n])&&(e.fullBids[n]=0),s||(e.fullBids[n]+=1),e},$p=e=>{(0,Sd.Z)()&&(0,_i.Z)("bidderLimiterData",JSON.stringify(e))};let Dp;const Rp=e=>{xp(Dp,e)},jp=e=>{const t=(0,Sd.Z)(),s="emptyBids";let n=e;if(t&&!n&&(n=(0,S.Z)(s)||JSON.stringify({start:Date.now()})),n=JSON.parse(n),t&&Date.now()-n.start>3e5){const e={start:Date.now()};return(0,_i.Z)(s,JSON.stringify(e)),e}return!1};var Np=s(1049);const Mp=(e,t)=>{let s;return e&&t&&(s=`${e}x${t}`,"100%xauto"===s&&(s="fluid")),s},Vp=(e,t)=>{const{rekid:s}=window,n=(0,rt.bh)(s),o=null==n?void 0:n.slots;if(!!(!o||!o[t]))return 1;const{startTime:r,passedStartTime:i}=o[t];if(!r||!i&&r>e)return 1;if(!i&&r<e)return 2;return i<e?3:void 0},Bp=(e,t,s,n,o)=>{const{Math:r}=window,i=(0,ue.fS)("logDeals"),a=(0,ue.fS)("logSlotTiming"),{firstAuctionStatusLogPvBD:c,pvfraction:l}=xo,{norodo:d,s2st:u,timetoauction:p,bidderLimiter:m}=s,{adUnitCode:f,err:g,debug:h,auctionCounter:A,auctionCounterPerView:v,adType:b,cpm:w,occpm:y,ccpm:S,cpmpl:C,isEmpty:_,width:k,height:I,timeToRespond:P,auctionStartTime:E,responseTimestamp:T,dealId:O,hem:L,meta:x={}}=n,$=f.split("slot")[1],D=Vp(T,$);let R={slot:f.slice(4),bddr:zd(n),adType:b,norodo:d?1:0,err:g,pvfraction:l,s2st:u||void 0,debug:h||void 0,an:v,sltStrt:D,hem:L};if(!_){const{advertiserDomains:s}=x,n=(0,jo.Z)(s)?s[0]:"none";R=Object.assign({},R,{cpm:r.floor(100*w)/100,ccpm:y||S,cpmpl:C,size:Mp(k,I),timeToRespond:P,timeToView:e,timeToReady:t,timeToAuction:p,dealid:i?O:void 0,adn:n})}if(a&&o&&o.timeout&&0===A){const e=(0,Z.R)()?1:3,t=o.slotsStartTime&&o.slotsStartTime[e];t&&(R.bidToSlot=t-T),R.auctToTmt=E-o.timeout,R.apiToBid=T-o.load}return c&&(R.first=1,xo.firstAuctionStatusLogPvBD=!1),m&&(R.bL=m?2:1),(0,Ps.Z)("auctionStatus",R),R},Fp=(e,t)=>{let s=0;return t.cpmpl>e.cpmpl?s=1:e.cpmpl>t.cpmpl&&(s=-1),s},Up=e=>!(e.length<2)&&e.sort(Fp),zp=(e,t)=>{const s=Tp[e],n=[],o=Object.prototype.hasOwnProperty.call($o,e);let r=(0,ue.fS)("disableDynamicDelay");if(cp.auctionEnd(),s){s.duration=Date.now()-s.start,s.ongoing=!1,(0,Mo.Z)("PrebidAuctionEnd"),(0,Np.Z)("PrebidAuctionTime","PrebidAuctionInit","PrebidAuctionEnd"),Up(xo.bidsReceived),jp(void 0);const e=Ao();let t,r;op&&op.timeclose&&(op.timeview&&(t=op.timeview-op.timeclose),op.timeready&&(r=op.timeready-op.timeclose)),Dp=ou()||{timestamp:Date.now(),auctionCount:0,fullBids:{}};for(let c=0;c<s.bids.length;c++){const l=s.bids[c],{adUnitCode:d,bidderCode:u,sspWPMRequestId:p,isEmpty:m}=l;"sspWPM"===u&&!m&&(i=d,a=p,Fd.set(i,a)),"criteo"===u&&xo.hasHem&&(l.hem=1),l.auctionCounter=s.auctionCounter,l.auctionCounterPerView=s.auctionCounterPerView,l.auctionStartTime=s.start,o&&l.cpm>0&&n.push(l),Rp(l),Bp(t,r,s,l,e)}Dp.auctionCount+=1,$p(Dp)}var i,a;s.statusDone=!0;const{dynamicDelayTestVersion:c,version:l}=(0,fs.Uu)();c&&l!==c&&(r=!0),o&&($o[e](n),delete $o[e]),!xo.PrebidDamTimeout||xo.firstAuctionEnd||r||(xo.firstAuctionEnd=!0,pp(),clearTimeout(xo.PrebidDamTimeout)),xo.lbvAid&&xo.lbvAid===t.auctionId&&1===xo.registerTimeCounter&&(xo.lbvAid=null)},qp=(e,t)=>{var s,n;const o=!(null==e||null==(s=e.mediaTypes)||null==(n=s.video)||!n.context),r=Du.includes(e.adUnitCode);return o&&!r&&(t.adType="outstream"),t},Gp=(e,t)=>{const s={adId:e.bidId,bidder:e.bidder,bidderCode:e.bidder,adUnitCode:e.adUnitCode,subAccount:e.subAccount,cpm:0,ccpm:0,cpmpl:0,width:0,height:0,isEmpty:!0,statusMessage:"Pusta zaslepka",requestTimestamp:t,responseTimestamp:Date.now(),timeToRespond:0};return qp(e,s),s},Hp=["slot316","slot317","slot318","slot319"],{teadsOutstreamSlots:Wp}=xo,Kp=e=>Wp.includes(e),Jp=e=>{let t="unknown";const s=e;return s&&(s.vastUrl||s.vastContent||s.vastXml?t=Du.includes(s.adUnitCode)?"instream":Hp.includes(s.adUnitCode)?"audio":"outstream":s.placementId&&Kp(s.placementId)?t="outstream":s.native?t="native":s.adUrl?t="iframeurl":(s.ad||"sspWPM"===s.bidderCode)&&(t="iframe"),s.adType=t),t},Qp={1.1:[[300,250]],1.2:[[300,250]],1.33:[[330,250],[300,225]],1.78:[[445,250],[320,180],[300,250]]};const Yp=(e,t)=>{const s=Object.keys(Qp),n=!!e&&e.width/e.height;return function(e,t){let s=[300,250];const n=Qp[e]||[[300,250]];if(t){for(let e=0;e<n.length;e++)if(n[e][0]<=t.width&&n[e][1]<=t.height){s=n[e];break}}else[s]=n;return s}(s.reduce(((e,t)=>n?Math.abs(t-n)<Math.abs(e-n)?t:e:"")),t)};function Xp(e){let t,s=0;return(P.Z.s(e)?Nu(e):e).forEach((e=>{const n=e[0]*e[1];n>s&&(s=n,t={width:e[0],height:e[1]})})),t}const em=e=>{const t=Su(),{units:s}=t,n=s&&s.filter((t=>t.code===e))[0];if(n){var o,r,i,a;const e=null==(o=n.mediaTypes)||null==(r=o.banner)?void 0:r.sizes,t=null==(i=n.mediaTypes)||null==(a=i.video)?void 0:a.playerSize,s=n.sizes&&Xp(n.sizes),c=e&&Xp(e);return t&&Xp([t])||s||c}},tm=e=>{const t=e,s=t.adUnitCode,n=Yp(t,em(s));t.size;[t.width,t.height]=n,t.size=n.join("x")},sm=(e,t)=>{const s=t.auctionId||t.requestId,n=Tp[s];switch(e){case"beforeBidderHttp":xo.biddersRequests+=1;break;case"bidRequested":{const{bids:e,bidderCode:s}=t;e.forEach((e=>{(0,Ar.Z)(`PrebidRequest_${s.toUpperCase()}`),n&&(n.requests+=1,n.bids.push(Gp(e,n.auctionStart)))}));break}case"fledgeAuction":{const{fledgeAuctionConfig:e,adUnitCode:s}=t,{config:n}=e;(0,I.Z)(n)&&(Object.assign(e,n),e.config=void 0),(0,Ae.zK)("adtech","PU-145","A")?xo.fledgeAuctions.push({adUnitCode:s,fledgeAuctionConfig:e}):xo.fledgeAuctionsForGoogle.push({adUnitCode:s,fledgeAuctionConfig:e});break}case"bidResponse":{const{cpm:e,vastContent:s,vastXml:o,adUnitCode:r,bidderCode:i,requestId:a,bidder:c}=t;if((0,Ar.Z)(`PrebidResponse_${c.toUpperCase()}`),n){const{bids:e}=n;n.responses+=1;for(let s=0;s<e.length;s++){const{adId:o}=e[s];if(o===t.adId||o===a){const o=e[s].subAccount;e[s]=t,e[s].auctionCounter=n.auctionCounter,e[s].subAccount=o}}}Jp(t),"outstream"===t.adType&&tm(t),e>0&&(!s&&o&&(t.vastContent=o),t.adUnitCodeBid=r,Hd(t),t.ccpm>0&&(!xo.isRetarg&&i.includes("criteo")&&(xo.isRetarg=!0),xo.bidsReceived.push(t),xo.healthStatus.bidsReceived=!!xo.bidsReceived.length));break}case"auctionInit":{const{timestamp:e,auctionId:n,info:o={}}=t,{bidderLimiter:r}=o,i=Ep();xo.auctionInProgress=!0,Tp[s]=Object.assign({start:e,bids:[],auctionCounter:xo.auctionsCount,auctionCounterPerView:xo.auctionsCountPerView,requests:0,responses:0,sold:0,ctype:(0,f.ZF)("ctype"),counted:!1,ongoing:!0,id:s,timetoauction:xo.AUCTION_LAST?e-xo.AUCTION_LAST:null,norodo:!(0,tu.BF)("mr","TP")||void 0},(null==i?void 0:i.name)&&{s2st:i.name},{bidderLimiter:r}),xo.lbvAid&&xo.lbvAid===n&&0===xo.registerTimeCounter&&(xo.registerTimeCounter=1),xo.AUCTION_LAST=e,(0,Mo.Z)("PrebidAuctionInit"),Cd();break}case"auctionEnd":zp(s,t);break;case"auctionDone":n.bids&&n.statusDone&&delete n.bids;break;case"bidWon":{const{bidder:e}=t;(0,Ar.Z)(`PrebidCreativeRun_${e.toUpperCase()}`),n&&(n.sold+=1);break}case"adRenderFailed":{const{bidder:e}=t;(0,Ar.Z)(`PrebidCreativeFailed_${e.toUpperCase()}`);break}case"auctionDebug":wu(t)}},nm=(e,t,s)=>{const{pbjs:n}=window,o=Kd(t),r=Date.now();let i=!1,a=!0,c=!(0,Yt.y1)("ext_yb");const l={},d={bunch:e,slot:t,creations:[l]};if(!o)return(0,Ar.Z)("PrebidShowNoBid"),!1;const{ad:u,adId:p,adUrl:m,adType:f,APIlocalStorage:g,adUnitCodeBid:h,adUnitCode:A,bidder:v,height:Z,native:b,responseTimestamp:w,requestTimestamp:y,tagid:S,url:C,width:_,vastUrl:k,vastContent:I,vastXml:E}=o,T="testwp"===v||g,O="sspWPM"===v;Ud(p,"APIsold");let L=_,x=Z;if(["teads"].includes(v)&&(l.tagId=h||A,l.closeIframe=!0,c=!1,L="100%",x="auto"),i||!k&&!I||(l.type="outstream",l.prebidMode="outstream",l.width=L,l.height=x,l.showLabel=c,l.bid=o,a=!1,i=!0),!i&&b){const e=b;var $;if(l.type="native",l.showLabel=c,l.data={system:"native",text:e.title,url:e.clickUrl,impPixel:e.impressionTrackers,clickPixel:e.clickTrackers,jsTracker:e.javascriptTrackers,advName:e.sponsoredBy,adUnit:A,privacyIcon:e.privacyIcon,privacyLink:e.privacyLink,adId:p,bidCallback(){n.markAdAsWon&&n.markAdAsWon(p)}},!(0,jo.Z)(l.data.impPixel))l.data.impPixel=null==e||null==($=e.ortb)?void 0:$.imptrackers;e.image&&(e.image.url?l.data.src=e.image.url:P.Z.s(e.image)&&(l.data.src=e.image)),sm("bidWon",o),i=!0}if(!i&&O){const{campaign:e,creationSspWPM:t}=o,s=JSON.parse(t),{creations:n,redir:r}=s;Object.assign(d,{campaign:e,creations:n,redir:r,sspWPM:!0}),i=!0}if(!i&&m&&n.embedded&&(l.type="iframe",l.src=m,l.width=L,l.height=x,l.showLabel=c,i=!0),i||(l.type="prebid",l.width=L,l.height=x,l.showLabel=c,T&&(l.type="code",l.code=u),u&&u.includes("wppl_wallpaper.js")&&(l.useAlternativeSlot=!0),l.prebidMode="renderAd",l.adId=p,i=!0),i){const n={type:"show",age:r-w,adtype:f,tts:(0,R.Z)((Date.now()-xo.logStartTime).toFixed(0))};S&&(n.tagid=S),op&&op.prevAuctionTS&&(n.tta=(0,R.Z)((Date.now()-y).toFixed(0)));/http:\//i.test(u||C||k||E||I)&&(n.unsecure=1),a&&Lp({bunch:e,adid:p||void 0,slot:t,params:n,waveaction:"prebidsold",isAsr:s})}return d},om=e=>{const t=Kd(e);if("audio"===t.adType)return t},rm=(e,t,s="")=>{const n=!!e&&(e[s]||e),o=(0,R.Z)(t);let r=!1;return n&&o&&(n[o]?r=n[o]:n.exclude&&n.exclude.includes(o)||(r=n.default)),r},im=e=>{const t=(0,ue.g1)("dfpMultipliers"),{dfpMTestVersion:s,version:n}=(0,fs.Uu)();return rm(t,e,!!s&&`conf${n||"A"}`)||1},am=e=>{const{fledgeResults:t=[]}=xo,s=(0,R.Z)(e);return(0,jo.Z)(t)&&t.filter((e=>(0,R.Z)(e.slotNumber)===s)).sort(((e,t)=>t.floor-e.floor))[0]},cm=(e,t)=>({sspBidCCPM:t?Math.max(e,t):e,isS2S:t>e}),lm=e=>{const t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=Ld(s,t),o=$d(n).find((e=>"default"===e.id));if(o){const{slots:t}=o;return t.includes(e)}return!1},dm=(e,t,s)=>{const n=(0,ue.fS)("useDirectClickMultiplier"),o=(0,ue.fS)("isDirectClickMultiplierAtfOnly"),r=(0,ue.g1)("directClickMultiplier")||1.1;if(n||(0,fs.wV)("directClickMultiplierTver")){const n=!o||lm(e);if(Rl()&&n){return{target:t*r,targetModel:`${s}m`}}}return{target:t,targetModel:s}},um=(e,t,s,n,o,r,i)=>{const{isRetarg:a}=xo,{btVersionTest:c,dfpMTestVersion:l,higTestVersion:d,version:u}=(0,fs.Uu)(),p=!!c&&`conf${u||"A"}`,m=!!l&&`conf${u||"A"}`,f=!!d&&`conf${u||"A"}`,g=(0,P.Z)(s,"string")?ks(s)||0:s||0,{sspBidCCPM:h,isS2S:A}=cm(t,o),v="businessclick"===n&&g>h?0:h,Z=(0,ue.g1)("dfpMultipliers"),b=(0,ue.g1)("bidTargets"),w=(0,ue.g1)("higMultipliers"),y=rm(Z,e,m),S=rm(b,e,p),C=rm(w,e,f),_=(0,ue.g1)("dfpFloorMultiplier")||S;let k,I=!1,E=0;a&&S&&(v&&v>=g?(k=S*v,E=A?4:3):g&&A?(k=_*s,E=4):s?(k=_*s,E=5):k=!1),v&&(k?y&&v*y>k&&(k=v*y,E=A?2:1):(k=y?v*y:v,E=y&&A?2:1));const T=C||i;if(r&&T){const e=T&&T*r;e&&(!k||e>k)&&(k=e,E=6)}return k&&(({target:k,targetModel:E}=dm(e,k,E)),I={target:k,targetModel:E}),I},pm=e=>Kd(e),mm=(e=window.pbjs)=>{if(e&&P.Z.f(e.setConfig)){const t={},s=(0,vo.J1)(),n=So(),o=(0,Ae.bB)("adtech","PU-138"),r=["B"].includes(o),i=(0,jo.Z)(n)&&r;if(s)t.keywords=s.replace(/;/g,",");else{wu({type:"WARNING",arguments:["No keywords available"]})}i&&(t.cat=n,t.pagecat=n,t.sectioncat=n,t.cattax=7),(s||i)&&e.setConfig({ortb2:{site:t}})}},fm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],gm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],hm=()=>{const e=(0,Z.R)();return{rubicon:{singleRequest:!0},userSync:{userIds:[],iframeEnabled:!0,filterSettings:{all:{bidders:"*",filter:"include"}}},bidderOrder:e?gm:fm,bidderSequence:"fixed",consentManagement:{cmpApi:"iab",timeout:2e3},mobile:e}},Am=()=>{const{activeTestVersion:e}=xo,t=(0,ue.g1)("delay"),s=(0,Z.R)()?400:800;let n=(0,nt.qm)("prebidDelay")||s;return"number"==typeof t?n=t:e&&t&&(n=t[e]||n),n},vm=()=>{const e=[.66,.1,.1,.05,.05,.02,.02],{Math:t}=window,s=t.random(),n=e.length;let o=0;for(let t=0;t<n;++t)if(o+=e[t],s<=o)return String.fromCharCode(65+t)},Zm=()=>{const e=(0,rt.fw)("sda")||[];if((0,jo.Z)(e)){return[{name:"wp.pl",ext:{segtax:4},segment:e.map((e=>({id:e})))}]}return e},bm=["bidRequested","bidResponse","bidderDone","auctionInit","auctionEnd","auctionDone","bidWon","adRenderFailed","auctionDebug","beforeBidderHttp","fledgeAuction"],wm=e=>{bm.forEach((t=>{e.onEvent(t,(e=>{sm(t,e)}))}))},ym=(e,t,s)=>{if(P.Z.f(e.setBidderConfig)){let n=!1;const o={},r={bidders:["allegro"],config:{ortb2:{user:o}}};P.Z.s(t)&&(o.ext={data:{ppid:t}},n=!0),(0,jo.Z)(s)&&(o.data=s,n=!0),n&&e.setBidderConfig(r)}},Sm=()=>{if((0,Sd.Z)()){const e=(0,S.Z)("currency");e?xo.currencyRate=JSON.parse(e):(0,_i.Z)("currency",JSON.stringify(xo.currencyRate))}},Cm=e=>{const{seller:t,decisionLogicUrl:s}=Do();e.setBidderConfig&&e.setBidderConfig({bidders:["sspBC","rtbhouse"],config:{fledgeEnabled:!0,fledgeConfig:{seller:t,decisionLogicUrl:s}}})},_m=e=>{e.userSync.userIds.push({name:"identityLink",params:{pid:"13724"},storage:{type:"cookie",name:"idl_env",expires:15,refreshInSeconds:1800}})},km=(e,t)=>{e.userSync.userIds.push({name:"pubProvidedId",params:{eids:[{source:"firstpartyid",uids:[{id:t||"",atype:1,ext:{stype:"ppuid"}}]}]}})},Im=(e,t)=>{const s=(0,ue.g1)("server");if(!s||!s.bidders)return;(!s.test||s.test.includes(t))&&e.setConfig({s2sConfig:{accountId:s.accountid||"1",secure:1,enabled:!0,bidders:s.bidders,timeout:s.tmax||1500,adapter:"prebidServer",endpoint:"//ssp.wp.pl/pbs/v1/openrtb2/auction",syncEndpoint:"//ssp.wp.pl/pbs/v1/cookie_sync"}})},Pm=()=>{const{currencyRate:e}=xo;return{USD:{PLN:e.USD,EUR:e.USD/e.EUR,CHF:e.USD/e.CHF,GBP:e.USD/e.GBP}}},Em=(e,t,s,n)=>{const o=P.Z.o(t),r=ve.G6||ve.hx?.6:1;let i="",a=t;if(o){Object.keys(t).forEach((o=>{a=t[o],a/=s,i="default"!==o?`${e}|*|${o}`:`${e}|*|*`,a*=r,n[i]=a}))}else a/=s,i=e.includes("slot")?`${e}|*|*`:"*|*|*",a*=r,n[i]=a},Tm=(e,t)=>{let s=e;const{fpTest:n,version:o}=t,{USD:r}=xo.currencyRate;n&&(s=s[o]||s);const{default:i}=s,a={};return(0,w.Z)(i,((e,t)=>{Em(e,t,r,a)})),a},Om=(e,t,s)=>{const n=Tm(t,s),o={currency:{adServerCurrency:"USD",rates:Pm()}},r={floors:{enforcement:{bidAdjustment:!0,enforceJS:!1},data:{currency:"USD",modelVersion:"setConfig model test",schema:{fields:["adUnitCode","mediaType","size"]},values:n}}};return Object.assign(e,o,r),e},Lm=e=>{e.userSync.userIds.push({name:"teadsId",params:{pubId:14025}})},xm=e=>{const t=Am(),s=(0,ue.fS)("usePvFraction"),n=(0,ue.fS)("ppidOn"),o=(0,ue.fS)("fledgeOn"),r=(0,ue.fS)("liveRampOn"),i=(0,ue.g1)("blockPrebid"),a=(0,ue.g1)("viewConfig"),c=(0,Gi.G)(),l=i&&du({blockPrebidConfig:i,viewConfig:a}),d=!!(0,rt.fw)("directOnly"),u=(0,ue.g1)("floorprices","config"),p=(0,I.Z)(u),m=(0,Ae.zK)("adtech","PU-179","B")&&Zm();if(xo.logStartTime=Date.now(),xo.ppid=c,e.bidderSettings=e.bidderSettings||{},Object.assign(e.bidderSettings,{criteo:{storageAllowed:!0}}),wm(e),Sm(),e.setConfig){const t=hm();o&&Cm(e),(n||(0,fs.wV)("pubIdTestVersion"))&&km(t,c);(0,Yt.y1)("money_money_mobile")&&Lm(t);const s=(0,fs.Uu)(),{version:i}=s;p&&Om(t,u,s),r&&_m(t),e.setConfig(t),ym(e,c,m),mm(e),Im(e,i)}if(r&&e.enableAnalytics){const t=[{provider:"atsAnalytics",options:{pid:"13724"}}];e.enableAnalytics(t)}s&&(xo.pvfraction=vm()),xo.disableBLByDiceRoll=pu(10);const f=(0,js.D)();if(l||d)pp();else if(f)if(Ns)Sp(t);else{const e=()=>{Sp(t),window.removeEventListener("adsReady",e)};window.addEventListener("adsReady",e)}else Sp(t)},$m=(e=!1)=>{xo.prebidAPILoadingState=Ao(),(0,Mo.Z)("PrebidInited"),(0,Yt.GD)()&&e.libLoaded&&xm(e)},Dm=e=>{if(1===(0,f.ZF)("inver"))return!1;const t=e,s={},n=Ep(),o=(0,fs.Uu)();return s.wpsn=(0,Yt.W_)(),s.ctype=(0,f.ZF)("ctype"),o&&o.name&&(s[o.name]=o.version),window.appVersion&&(s.appVersion=window.appVersion),t.bunch||(t.bunch=(0,st.P)()),t.bddr||t.bidder||(t.bddr=t.bidder),t.bddr?t.bddr=`S2S-${t.bddr}`:t.bddr="S2S",t.cpm&&(t.cpm=parseFloat(t.cpm.toFixed(2),10)),n&&t.s2st&&n.name!==t.s2st&&((0,Ar.Z)("PrebidS2S_TestERR"),s.s2st2=n.name),(0,Ps.Z)("prebidsold",Object.assign(s,t)),{s2sdata:t,result:s}},Rm=e=>{const{urn:t}=e;xo.fledgeResults=xo.fledgeResults.filter((e=>{const{urn:s}=e;return!(s===t)}))},jm=e=>{const{min:t,mit:s,mmu:n,mpe:o}=e;let r;return"related"===o&&(0!==t||1!==s&&0!==n?1!==t&&2!==t||1!==s&&0!==n?2!==t||0!==s&&1!==n||(r="rui"):r="rap":r="rup"),r};var Nm=s(2264);const Mm=e=>{if(e){const t=xo.intentParams,{min:s,mit:n,mmu:o,mpe:r,mno:i,mco:a}=(e.mpe,e),c=jm(e);let l;const d=JSON.stringify((0,Nm.Z)({mit:n,min:s,mmu:o}));l=d===Iu||d===Pu?"a":d===Eu?"u":c||d;const u={plI:[Iu,Eu].includes(d)||["rup","rap"].includes(c),plA:[Iu,Pu].includes(d)||["rap","rui"].includes(c),plU:[Eu].includes(d)||["rup"].includes(c),pIn:[Iu,Eu].includes(t)||["rup","rap"].includes(c),pAu:[Iu,Pu].includes(t)||["rap","rui"].includes(c),pUp:[Eu].includes(t)||["rup"].includes(c)},p=e=>{u[e]=u[e]?1:0};return Object.keys(u).forEach(p),Object.assign(u,{plP:l,re:c,mpe:r,mno:i,mco:a}),u}(0,mu.Z)("Brak intencjonalności playera")},Vm=(e,t)=>{const s=Ud(e,"APIsold")||!1,n=s?s.adUnitCode.replace("slot",""):void 0,{APIused:o,auctionId:r,adType:i,bidder:a,cpmpl:c,responseTimestamp:l}=s;if(s&&!s.APIcounted&&o){const o=(0,st.P)(),d=Mm(t);Lp({bunch:o,slot:n,adid:e,intent:d,params:{type:"show",adtype:i,age:Date.now()-l},waveaction:"prebidsold"}),sm("bidWon",s),"instream"===i?((0,Ar.Z)(`PrebidVideoRun_${a.toUpperCase()}`),(0,Ar.Z)(`PrebidVideoRevenue_${a.toUpperCase()}`,c/100)):"outstream"===i&&((0,Ar.Z)(`PrebidOutstreamRun_${a.toUpperCase()}`),(0,Ar.Z)(`PrebidOutstreamRevenue_${a.toUpperCase()}`,c/100)),r&&Tp[r]&&(Tp[r].sold+=1),s.APIcounted=!0}return s},Bm=(e,t)=>{let s=!1;if(t){s=Ud(e,"APIused");const t=s&&s.adType;"instream"===t?(0,Ar.Z)(`PrebidVideoUsed_${s.bidder.toUpperCase()}`):"outstream"===t&&(0,Ar.Z)(`PrebidOutstreamUsed_${s.bidder.toUpperCase()}`)}else if(s=Ud(e,"APIsold"),s&&!s.APIcounted){const t=(0,st.P)(),n=s.adUnitCode.replace("slot","");Lp({bunch:t,slot:n,adid:e,params:{type:"show",adtype:s.adType,age:Date.now()-s.responseTimestamp},waveaction:"prebidsold"}),s=Ud(s,"APIcounted")}return s},Fm=()=>{xo.videoHandlers.forEach((e=>{zc(e)})),xo.videoHandlers=[]},Um=(e,t,s)=>{if(op.isDynamic=(0,Yt.y1)("dynamic"),op.time=s-(op.timestamp||s)||null,op.timestamp=s,op.ctype=e,op.isDynamic){const s=(0,ue.g1)("viewConfig");if(Ld(e,s).auctions&&xo.useLazyBidding){up();const e=(0,vr.xG)();(0,w.Z)(e,(t=>{gp(t,e[t])}))}else rp(!1,void 0,t)}};let zm=!1;const qm=(e,t)=>{try{const s="onEvent",n=Date.now(),o=(0,ue.fS)("usePvFraction"),r=(0,ue.g1)("blackListConfig"),i=t&&t.nextDot&&t.nextDot.ctype;let a=(0,f.ZF)("ctype");switch(t&&t.ctype&&(a=t.ctype),e){case"page:close":zm=!0,(0,w.Z)(Nd,(e=>{Md(e)})),Fm(),o&&(xo.pvfraction=vm()),xo.registerTimeCounter=0,xo.firstAuctionStatusLogPvBD=!0,xo.pageLoadTime=Date.now(),xo.baseVideoIntent={autoplay:!1,forceSound:!0},xo.videoAuctionCounter=0,xo.healthStatus={hbConfig:xo.healthStatus.hbConfig,auctionType:xo.healthStatus.auctionType,pvAuctionNames:[]},(0,fs.wV)("HIGTest")&&(xo.bidsReceived=(e=>{const t=e.filter((e=>"sspWPM"!==e.bidderCode));return Fd.clear(),t})(xo.bidsReceived)),op.prevCtype=a,op.timeclose=n,Td.reset(),xo.auctionsCountPerView=-1;break;case"page:view":zm?(Od(r),mm(),op.timeview=n,yp(a),Um(a,i,n),zm=!1):(0,Qs.Z)({message:`PrebidAPI.${s}`,path:"pageViewBeforePageClose",fileName:a});break;case"video:ready":op.timeready=n,(0,Mo.Z)("VideoReadyTime");break;case"video:apd":op.timeApd=n,(0,Mo.Z)("VideoApdTime"),(0,Np.Z)("VideoReadyToVideoAPD","VideoReadyTime","VideoApdTime")}}catch(e){(0,Q.Z)(e,"onEvent")}},Gm=()=>(console.table&&console.table(xo.healthStatus),xo.healthStatus),Hm=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=(0,ue.g1)("blackListConfig"),o=Ld(t,s);Od(n);return e.filter((e=>{const t=e.slotID.replace("slot",""),s=parseInt(t,10);return!xo.blackList.includes(s)&&!(o.slots&&!o.slots.includes(s))}))},Wm=(e,t,s)=>{const n=t||!1;let o=s;if(o&&o.dataset){const{bunch:e}=o.dataset,{slot:t}=o.dataset;o=(0,rt.bh)(e,t).creation}o&&e&&n&&(Object.assign(o,n),o.modsToLoad=o.modsToLoad||[],o.modsToLoad.push(e),ir(o))};class Km{constructor(e,t,s){this.bid=e,this.adunit=t,this.adId=this.bid.adId,this.bidder=this.bid.bidder,this.time=this.bid.timeToRespond,this.cpm=this.bid.cpm,this.msg=this.bid.statusMessage,this.rendered=s}}const Jm=()=>{const{console:e,pbjs:t}=window;if(t){const s=t.getBidResponses(),n=t.getAllWinningBids(),o=[];Object.keys(s).forEach((e=>{s[e].bids.forEach((t=>{const s=!!n.find((e=>e.adId===t.adId)),r=new Km(t,e,s);o.push(r)}))})),o.length?e.table&&e.table(o):e.warn("No prebid responses")}};class Qm{constructor(e,t,s,n,o){this.adunit=e,this.adId=t,this.bidder=s,this.time=n,this.cpm=o}}const Ym=(e=window.pbjs)=>{const t="showAllWinningBids",{console:s}=window,n=[];if(e&&P.Z.f(e.getHighestCpmBids)){(e.getHighestCpmBids()||[]).forEach((e=>{const t=new Qm(e.adUnitCode,e.adId,e.bidder,e.timeToRespond,e.cpm);n.push(t)})),n.length>0?s.table&&(s.table(t,":"),s.table(n)):s.warn(t,"--\x3e No prebid winners")}return n},Xm=e=>{const t=parseInt(e,10),s=gi();Array.isArray(s)&&s.length>0&&Td.add(s);const{blackList:n}=xo;if(0!==n.length)return xo.auctionSlots.includes(t)&&n.includes(t)?0:!xo.auctionSlots.includes(t)&&n.includes(t)?1:void 0},ef=[316,317],tf=(e,t,s)=>{const n=s?[s]:ef,o=t||`fA-${(0,yt.Nu)()}`;Zp({slots:n},e,o)},sf=(e,t)=>{const s=`fA-${(0,yt.Nu)()}`;Zp({slots:e},t,s)},nf=e=>{const t=e,s=["ad","adUrl","noad","native","vast","vastUrl"].reduce(((e,s)=>e||t[s]),0),{adId:n,bidder:o,cpm:r,ttl:i}=t,{rekid:a}=window;let{slot:c,size:l}=t;if(!c)return!1;s||(c>=150?t.vast='<VAST xmlns:xsi="//www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast2.xsd" version="2.0"><Ad id="testwp001"><InLine><AdSystem>TESTWP</AdSystem><AdTitle>TESTWP</AdTitle><Creatives><Creative><Linear><Duration>00:00:15</Duration><TrackingEvents></TrackingEvents><VideoClicks><ClickThrough><![CDATA[https://www.wp.pl/?from=video]]></ClickThrough></VideoClicks><MediaFiles><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/mp4"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.mp4]]></MediaFile><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/webm"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.webm]]></MediaFile></MediaFiles></Linear></Creative></Creatives></InLine></Ad></VAST>':c>=80&&c<84?t.native={title:"Testowa reklama Native",clickUrl:"https://www.wp.pl/?from=native",image:{width:300,height:150,url:"https://dummyimage.com/400x270/000/fff.png"},impressionTrackers:[]}:t.ad='<a href="https://www.wp.pl/?from=banner" target="_blank"><img src="https://dummyimage.com/300x250/000/fff.png&text=prebid" style="width:300px;height:250px;border:0" /></a>'),l||(t.ad&&(l=[300,250]),(t.vast||t.vastUrl)&&(l=[640,360]),t.native&&(l=[1,1])),Number.isNaN(c)||(c=c.toString());let d={adId:n||`testwp${Math.floor(1e10*Math.random())}`,bidder:o||"testwp",bidderCode:o||"testwp",adUnitCode:`slot${c}`,cpm:parseFloat(r)||99,width:l[0],height:l[1],ttl:i||3e3,statusMessage:"bid available",requestTimestamp:Date.now(),responseTimestamp:Date.now(),timeToRespond:0,ad:t.ad,vastContent:t.vast,vastUrl:t.vastUrl,vastImpUrl:t.vastImpUrl,native:t.native,adUrl:t.adurl};return d=Hd(d),xo.bidsReceived.push(d),a&&t.reload&&Tl(a,c),d},of={criteo:"criteo",audiencenetwork:"facebook",adform:"adform",openx:"openx",appnexus:"adnxs",businessclick:"businessclick",rtbhouse:"creativecdn.com",pubmatic:"pubmatic",sovrn:"lijit.com",indexexchange:"casalemedia.com",smart:"prg.smartadserver.com",smartvideo:"prg.smartadserver.com",connectad:"i.connectad.io",teads:"a.teads.tv/hb/bid-request",emxdigital:"hb.emxdgt.com",nanointeractive:"www.audiencemanager.de/hb",sspauction:"ssp.wp.pl/pbs/v1/openrtb2/auction",sspcookie:"ssp.wp.pl/pbs/v1/cookie_sync",bidderbc:"ssp.wp.pl/bidder/",allegro:"naanalle.pl/pb",sharethrough:"sharethrough"},rf=e=>{let t=!1;const s=e||"";return Object.keys(of).some((e=>s.indexOf(of[e])>0&&(t=e,!0))),t},af=(e,t)=>{const s=e.log||{},n=rf(s.url);n&&(0,Ar.Z)(`PrebidAjax${t.substr(0,1).toUpperCase()}${t.substr(1)}_${n.toUpperCase()}`)},cf="PrebidAPI",lf=()=>{const{console:e}=window,{bidderLimiterTver:t,version:s}=(0,fs.Uu)(),n=(0,ue.fS)("forceBidderLimiter"),o={init:$m,afterBunch:_d,updateCurrency:Cd,onPrebidLoad:xm,slotIsLimited:Xm,startAudioAuction:tf,startDisplayAuction:sf,getComponentAuctionConfig:No,getSlotCPM:Qd,getHighestBid:Kd,getFledgeDam:bd,getFledgeResult:am,getFledgeStatus:Oo,getFloorPrice:qd,getGAMTarget:um,getDFPMultiplier:im,getPvFraction:()=>xo.pvfraction,getPPID:()=>xo.ppid,generateFledge:_p,generateInline:nm,logS2S:Dm,runFledgeAuction:Xd,runMod:Wm,restrictAndLimitSlots:Hm,startVideoAuction:bp,markFledgeUsed:Rm,markUsed:Bm,markSold:Vm,getVideoBid:pm,getAudioBid:om,prebidDam:_e.Z},r={testBid:nf,applyConfig:Sp,getState:()=>(0,mu.Z)("getState call"),clearBids:Cp,logPrebid:Lp,setBidFlag:Ud,xhrLogger:af,healthCheck:Gm,getPrebidConfig:pd.Kp,_ver:"2.4.906",_buildDate:"2023-11-02 14:16:33",_bidsReceived:xo.bidsReceived,_auctions:Tp,_bidderLimiterStore:ou(),bidderLimiterActive:n||t&&t===s,emptyLimits:xo.emptyLimits};(0,vt.qL)("prebid",Object.freeze(o),(0,bt.Vq)()),window.__prebiddebug__=Object.freeze(r),(0,Ze.Z)(cf,!0),(0,Np.Z)("PrebidChunkInited","PrebidChunk","PrebidInited"),(0,ht.Hj)("page:close",qm),(0,ht.Hj)("page:view",qm),(0,ht.Hj)("video:ready",qm),(0,ht.Hj)("video:apd",qm);try{const t=window.__wpjsdebug__;if(t){const s=t.additionalActions||[];s.push({name:"Show all bids over floor",action:()=>{e.table&&e.table(xo.bidsReceived.filter((e=>!e.floorhit)))}},{name:"Show all bids",action:Jm},{name:"Show all winning bids",action:Ym}),t.additionalActions=s}}catch(e){e.name="ProgrammaticError",(0,Q.Z)(e,cf)}},df="Prebid",uf=e=>{const t={que:[]},s=e=>{(0,Ze.Z)(df,!1),P.Z.o(e)&&(e.name="ProgrammaticError",(0,Q.Z)(e,df)),fd.error=!0,_e.Z.open()};try{delete window._pbjsGlobals,delete window.pbjs,delete window.pbjsChunk,window.pbjs=t}catch(e){(0,le.o)("pbjs",void 0,!0,!0),s(e)}const n=()=>{(0,ji.Rn)()||(0,Ar.Z)(`${df}NoStatidOnInit`),t.que.push((()=>{(0,ji.Rn)()||(0,Ar.Z)(`${df}NoStatidOnPbjs`);const e=(0,vt.ac)("prebid");if(null!=e&&e.init)try{e.init(t),Ce.Z.open()}catch(e){s(e)}else{(0,le.o)("prebidAPI",void 0,!0,!0);const e=new Error("PrebidAPI missing after load");s(e)}}))};if(gd()){_e.Z.close(),go("load"),lf(),(0,Mo.Z)(`${df}Load`),(0,sn.Z)(`${df}LoadTiming`,`${df}Load`,`${df}Loaded`),go("loaded"),se.Z.fill((()=>{P.Z.f(e)?e(n):n()})),vd();(0,ue.fS)("preloadCriteoDisable")||hd((0,Qc.VP)())}else _e.Z.open()},pf=()=>{uf(!$e.gafParallel&&$e.gafFirst&&fl)},mf=(0,nt.qm)("optOut"),ff=(e,t,s)=>{const{config:n,gafSlot:o}=s;if(mf&&Object.assign(t,{privacyIcon:"https://i.wp.pl/a/i/stg/pkf/bg.png",privacyLink:"https://reklama.wp.pl",advName:"1"!==mf?mf:"Testowy Advertiser"}),n){const{advName:s,privacyIcon:a,privacyLink:c}=t;var r,i;if(c||a||s)(0,Qs.Z)({message:"NativeAPI",path:"OptOutAdvName",fileName:`${c}|${a}|${s}`,slot:n.slot,bunch:n.bunch,campaign:null==(r=o.campaign)||null==(i=r.creative)?void 0:i.provider});(e=>{e&&"A"===e.tagName&&((0,ys.Z)("Teaser link (A tag) must be wrapped by a container (non A tag) or 'onRenderCallback' returns wrong element (not container)."),(0,ft.Cj)(e,(0,ft.cu)("optout",{position:"relative"})),(0,ft.Vx)())})(e)}},gf=(e,t)=>{if((0,Zs.Z)(e)&&P.Z.f(t)){const s=e+(0,yt.Nu)();return window[s]=(...n)=>{try{t.apply(window,n),delete window[s]}catch(t){t.campaign=e,(0,Q.Z)(t,"globalCallback")}},s}},hf=({creation:e,imaData:t,onAfterRender:s})=>t=>{if(!e.onRenderCallbackDone){if(e.onRenderCallbackDone=!0,e.pvid!==(0,bt.Vq)())return void e.onError("render on incorrect PVID");if(t){const n=t.el;if((0,io.Z)(n)){const t=n.getAttribute("href")?n:n.querySelector("a"),o=En(t);if((0,St.r)(n),(0,St.r)(t),t.addEventListener("click",o),s)try{s(n)}catch(t){e.onError("after render error",t)}return e.rebuild.container.remove(),e.rebuild.container=void 0,e.config.impress(n),e.config.addDestroyHandler((()=>{t.removeEventListener("click",o)})),!0}e.onError("incorrect container in onRenderCallback")}else e.onError("missing result in onRenderCallback")}},Af=(e,t,s,n,o)=>{const r=(0,Mn.F)(o,"setNative"),i=hf({creation:t,imaData:e,onAfterRender:s});if(t.pvid===(0,bt.Vq)())if(r)try{r(e,i,t.config)}catch(e){t.onError("render error",e)}else t.onError("missing setNative");else t.onError("impress on incorrect PVID")},vf="ContentStreamRC",Zf=e=>{setTimeout((()=>{const{creation:t,viewed:s,finished:n}=e;if(t){const{config:e,destroyed:o}=t;if(e){const{slot:t}=e;o||s||n||(0,ys.Z)(`Ad started, but viewability measurement did not start in 5s for slot ${t}.`,"error")}}}),5e3)},bf=(e,t)=>{const s=new RegExp("%native_dom_id%","g");return e.map((e=>e.replace(s,t)))},wf={contentstream:({onRequestError:e,onDestroyedError:t,onDataError:s,bunchID:n,slotNumber:o,creation:r,imaData:i,hash:a})=>{const c=(0,sa.Z)(160,[1,2,3,4,5]),{gafSlot:l,config:d,rebuild:{container:u}}=r,{dataset:p}=u,m=gf(vf,(e=>{if(r.destroyed)return void t();let a;try{const{ads:[t]}=e;t&&(i.src=t.images[0].url,i.url=(0,wt.mess)(Jo(r.redir,t.clickUrl)),i.text=t.title,a=!0)}catch(e){s()}if(a){Af(i,r,(e=>{r.destroyed?t():ff(e,i,r)}),n,o)}else(0,zt.Z)(n,o,l,!0,!0)})),f=gf(vf,(()=>{r.destroyed?t():e()}));p.nsType="customPlacement",p.nsHash=a,p.nsService="adart",p.nsSuccess=m,p.nsError=f,u.classList.add("kd_ns_placement"),d.addDestroyHandler((()=>{delete p.nsType,delete p.nsHash,delete p.nsService,delete p.nsSuccess,delete p.nsError,u.classList.remove("kd_ns_placement")})),c?(0,Vt.Z)({src:"//emisja.contentstream.pl/aldente/kd_process_function.js?TYPE=customPlacement",target:u,onError(){e()}}):(0,zt.Z)(n,o,l,!0,!0)},native:({onDestroyedError:e,bunchID:t,slotNumber:s,creation:n,imaData:o,data:r})=>{o.src=(0,wt.mess)(r.src),o.url=(0,wt.mess)(Jo(n.redir,r.url))||n.redirUrl,o.text=r.text,o.advName=r.advName,o.privacyIcon=r.privacyIcon,o.privacyLink=r.privacyLink;Af(o,n,(t=>{if(n.destroyed)return void e();const{adUnit:s,jsTracker:i,bidCallback:a,clickPixel:c,impPixel:l}=r;if((0,nn.Z)(l),t){if(null!=i&&i.length){const e=bf((0,en.Z)(i),s),n=(0,Tt.Z)({id:s,width:0,height:0},{display:"block"});n.appendTo(t),n.write(e.join(""))}P.Z.f(a)&&a(),c&&t.addEventListener("click",(()=>{(0,nn.Z)(c)}),!1)}ff(t,o,n)}),t,s)}},yf=e=>{const{data:t,config:s,gafSlot:n,type:o,labelText:r,showLabel:i}=e,{system:a,hash:c,prefix:l}=t,d=(0,R.Z)(s.bunch),u=(0,R.Z)(s.slot),p=wf[a],m=(e,t)=>{const s=e+(null!=t&&t.message?`: ${t.message}`:""),r=ln({name:"NativeAPIError"},s,a,o);Fs(d,u,r,n)};if(p){(0,Ar.Z)(`NativeSystem${a.toUpperCase()}`);const s={type:"teaser",system:a,labelText:r||Ct.Z,hideLabel:!i,prefix:l},o={onRequestError:()=>{m("request error")},onDestroyedError:()=>{m("destroyed error")},onDataError:()=>{m("data error")},bunchID:d,slotNumber:u,creation:e,imaData:s,data:t,hash:c};e.imaData=s,e.onError=m,Zf(n),p(o)}else m("missing system")},Sf=(0,R.Z)((0,nt.qm)("interstitial")),Cf=(0,R.Z)((0,nt.qm)("anchorad")),_f=(0,nt.qm)("nativegam"),kf=(e,t)=>{_f&&(t.isNative=!0),Sf&&(t.isInterstitial=e===Sf),Cf&&(t.isAnchor=e===Cf);const{isNative:s,isAnchor:n,isInterstitial:o}=t;(o||n)&&(t.targeting.DFPHASH="0");return{type:s?Qe:Ve,showLabel:!(n||o||s),dfpConfig:t}},If=e=>{const t=(e=>{const t=(0,rt.cT)("dfp");return(null==t?void 0:t[e])||(null==t?void 0:t.default)})(e);let s=!1;if(t){const{weights:e,epoch:n}=t,o=(e=>{const t=Math.random(),{length:s}=e;let n,o=0;for(n=0;n<s;++n)if(o+=e[n],t<=o)return n})(e);s={multiplierIndex:o,multiplier:t[o],epoch:n}}return s},Pf=(e,t,s)=>{const{isActive:n,mexExcludedSlots:o,mexRate:r}=Jn();if(!n)return t;if(o.includes(e))return t;if(ks(t.DFPHASH)>r)return t;const i=Object.assign({},t,{DFPHASH:_s(r),OAS_retarg:t.OAS_retarg?`${t.OAS_retarg}x`:"0x"});return s.isMex=!0,i},Ef=(e,t)=>{const{version:s,noDfpaTestOverride:n,testName:o}=t,r=/test/.test(e);if(!s||n||r)return e;const i=(0,ue.g1)("resetTestAdk"),a=i&&i.includes(s);return`${e}-test${s}${o&&a?`-${o}`:""}`},Tf=(e,t,s)=>{const{slotsStartTime:n}=is,o=(e=>(0,I.Z)(as[e]))(e);if(!o){var r;const{blackBoxData:o}=window,i=(null==o||null==(r=o.payload)?void 0:r.ssid)||(0,yt.Nu)(8,!0),a={slN:e,cnt:null==t?void 0:t.country,hSd:s,ssid:i};ds(e,a),[1,3].includes(e)&&(n[e]=n[e]||Date.now())}return cs(e)};var Of=s(421),Lf=s(3567);const xf=(e,t,s,n)=>{if(s.delivered){s.prevDivs=(0,Of.c)(t,n),(0,Of.M)(t,s),s.run=1,(0,Ar.Z)("GafAPICreativeRun"),(0,Lf.Z)(t,"GafAPIRunBidded");try{O(s)()}catch(n){Fs(e,t,ln(n,!1,T),s)}}else s.vendor=$s,Vs(e,t,s)},$f=(e,t)=>{Bs("requestID",e,t)},Df=(e,t,s,n,o,r)=>{let i;o||(i=s?n?3:t?1:0:2,r&&(i=5),(0,Ar.Z)(`GAMConfigStatus${i}`),Bs("dfpCfgStat",e,i))},{competitionData:Rf,debugGAF:jf}={blackBoxId:null,params:null,initialWidth:null,initialHeight:null,initRenderTimestamp:null,renderTimestamp:null,slot:null,bunch:null,dfpConfig:null,dfpCfgStat:null,campaign:null,creation:null,placeholderConfig:null,debugGAF:{},debugGAM:{},debugCriteo:{},competitionData:{externalMultiplier:1.2,sbMultiplier:1,ceilCCPM:null,rshsd:null,hash:null,isSbOver2:!1}},Nf=(e,t,s)=>{if("high-cpm-bidder"!==e)return;let n;const o=(0,Ae.bB)("adtech","PRG-3468");if(Is(e,t,o,"B",199)&&(n=2),n){if(!s)return{testHigMultiplier:n};(e=>{Object.assign(Rf,{sbMultiplier:e,isSbOver2:!0}),jf.sb2=1})(n)}},Mf=(e,t)=>{const s=cs(e);return s&&Object.assign(s,t),s},Vf=(e,t)=>Mf(e,{amzn_bid:t}),Bf=(e,t,s)=>{var n;return Mf(e,{gaf_cpm:t.roshash,gaf_directOnly:(0,C.Z)("directOnly",s),gaf_model:(0,C.Z)("model",s),gaf_system:t.provider,gaf_external:(0,Pt.Z)(null==(n=t.source)?void 0:n.external)})},Ff=(e,t,s,n)=>Mf(e,{dfp_adU:t.placement,dfp_cpm:t.roshash,dfp_dfpH:(null==s?void 0:s.DFPHASH)||void 0,dfp_psbk:n}),Uf=(e,t,s,n,o)=>{const r=cs(e),i={prbd_ccpm:t.ccpm,prbd_cpm:t.cpm,prbd_cpmpl:t.cpmpl,prbd_fp:s,prbd_an:t.auctionCounter,prbd_platform:zd(t),prbd_dl:n};return 1===o&&i.prbd_ccpm>r.prbd_ccpm&&(i.prbd_prbdUpd="1"),Mf(e,i),r},zf=e=>{const{campaign:t,lazy:s}=e,n={campaign:t,lazy:s};L(n,O(e)),e.direct=n,x(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0},qf=e=>{const t=e.DFPHASH,s=ks(t);let n=10;s>=2501&&s<=3e3?n=50:s>=3001&&s<=5e3?n=100:s>=5001&&s<=7e3?n=200:s>=7001&&s<=9998?n=500:9999===s&&(n=1);const o=Math.floor(s/n)*n,r=_s(o);return e.DFPHASHV=r,e};var Gf=s(622);const Hf=(e,t,s)=>!!(0,vr.ni)(t)||((0,Gf.Z)(e,t,s),!1),Wf=Ni(),Kf=async(e,t,s)=>{const n=(0,fs.Uu)(),o="DFPHASH",r=n.agentGAM,i=(0,I.Z)((0,rt.cT)("dfp")),a=(0,Js.XG)()===De.CG,c=(0,fs.wV)("agentGAM")||(0,ue.fS)("enableGAMAgent")||a;if(!Hf(e,t,s))return;let l,d;s.delivered&&(0,ot.nB)()&&(0,ot.Ai)();let u=!1;const p=(0,rt.fw)("geo"),m=(0,rt.fw)("rshsd"),{campaign:f,dfpConfig:g,passed:h,bidRequestId:A,isAsr:v}=s,Z=!!Wf||!v,b=!(0,te.YE)()&&!!f&&Z;let w,y,S,_,k,P,E,T,O=ye();if(Tf(t,p,m),v&&Bs("asr",t,1),h||$f(t,A),b){const{sellingModel:e,creative:s}=f;if(s){Bf(t,s,e);const{source:n={},provider:o}=s,{external:r,bidder:i}=n,a=ks(s.roshash,m);r?P=a:"ma_high-cpm-bidder"===o&&(E=a,({testHigMultiplier:T}=Nf(i,E)||{})),(0,C.Z)("directOnly",e)&&(s.roshash="ZZZZ",O=!0),k=s.roshash}}const{isAllowed:x,isBlocked:$}=cd(),D=(0,I.Z)(g),R=x&&!$&&D&&!O,{isLoaded:j}=so;let N,M,V,B,F;const U=(0,vt.ac)("prebid"),z=!fd.error&&(!fd.timedOut||fd.loaded),q=!O&&U&&z&&!(0,te.U6)()&&!(0,js.s)(t);if(Df(t,$,D,!x,h,O),q&&({highestBidCPM:M,highestBid:N,highestBidBidder:V,highestBidHash:B}=((e,t,s,n)=>{const o=t.getSlotCPM(e,!0),r=t.getHighestBid(e),i=null==r?void 0:r.bidder,a=o&&_s(o,n),c=t.getFloorPrice(`slot${e}`,r),l=(r.deal||r.dealId)&&1;return Uf(e,r,c,l,s),{highestBidCPM:o,highestBid:r,highestBidBidder:i,highestBidHash:a}})(t,U,h,m)),R){if(w=g.targeting,y=g.roshash,g.div=Ef(g.div,n),j){const e=(e=>no.find((t=>t.slotID===`slot${e}`&&!t.used)))(t);if(e){const{amzniid:s,amznbid:n}=e;Vf(t,n),Object.assign(w,e),(e=>{const t=no.find((t=>t.amzniid===e));t&&(t.used=!0)})(s)}}const e=w[o]&&ks(w[o]);let s;if(q&&(S=U.getGAMTarget(t,M,e,V,P,E,T)),!S&&((r||a)&&(w.baseBDCPM=i?"1":"2"),c)){const n=If(t);if(n){const{multiplier:t,multiplierIndex:o,epoch:r}=n,i=`${o}`;S={target:e*t,targetModel:a?8:7},w.bd_mn=i,w.epoch=`${r}`,s=!0}}S&&(w.OAS_retarg=`${S.targetModel||0}`,_=_s(S.target,m));const u=_s(0,m);_&&_>(s?k||u:y)?(F=10*Math.ceil(S.target/10),F>=100*g.ceil?(M&&B>k&&(l=!0),Bs("dfpCfgStat",t,4)):(w[o]=_s(F),d=!0)):(s&&(w.OAS_retarg=a?"8a":"7a"),d=!0)}else b?M&&B>k&&(l=!0):M&&(l=!0);const G=bd(t);if(G){Date.now();await G}const H=q&&U.getFledgeResult(t);if((null==H?void 0:H.priority)||!d&&H){s.campaign=at("FledgeCampaign","fledge",!1,"fledge-creative",_s(H.floor,m));const n=U.generateFledge(e,t,H);L(s,(()=>{pi(n,s)})),s.vendor=5,u=!0,U.markFledgeUsed(H)}else if(l){b&&zf(s);const n=U.generateInline(e,t,v);n.sspWPM?(s.campaign=(0,xt.Z)(n.campaign),n.campaign=void 0):s.campaign=at("PrebidCampaign","prebid",!1,N.creativeId,B,zd(N));const o=(0,xt.Z)(n);L(s,(()=>{pi(o,s)})),s.vendor=0,u=!0}else if(d){Ff(t,g,w,h),Object.assign(w,Pf(t,w,s)),w=qf(w),b&&zf(s),s.campaign=at("GAM","GAM",!1,g.placement.replace(/^(\/\d+\/)/,""),y,"GAM");const n={bunch:e,slot:t,creations:[kf(t,g)]};L(s,(()=>{pi(n,s)})),u=!0}else if(b){const{id:e}=f,t="CriteoDirect"===e;s.vendor=t?4:2,u=!0}var W;(0,fs.wV)("HIGTest")&&Bs("sspWPMRequestId",t,null==(W=N)?void 0:W.sspWPMRequestId);s.delivered=(0,Pt.Z)(u);xf(e,t,s,d)};var Jf=s(9982),Qf=s(8883),Yf=s(1162),Xf=s(1037),eg=s(2222);const tg="WelcomeScreen",sg=e=>{(()=>{const t=window,s=e.welcomeScreen,n=(0,wo.Z)(),{removeQuitHandler:o,sendStats:r}=(0,Xf.Z)("welcomeScreenAction");r("show");const{backgroundLink:i,backgroundColor:a=(n?"#2A2A2A":"#f2f0f3"),counterText:c="Przekierowanie za {{time}} {{s}}",buttonText:l="Przejdź teraz &#8250;",buttonBackground:d,buttonColor:u="#005599",fullscreen:p=!1,isLogout:m=!1,time:f=15e3}=s;let g,h,A,v,Z;const w=(0,ft.cu)(`${tg}Lock`,{overflow:"hidden !important"}),S=(e=1)=>`translate3d(-50%, -50%, 0) scale(${e})`,C=(0,ft.Cj)((0,_n.Z)(),(0,ft.cu)(tg,{position:"absolute",left:0,top:0,display:"block",width:"100%",height:"100vh",backgroundColor:a,zIndex:(0,Yf.Z)()})),_=(()=>{const t=(0,ft.Cj)((0,_n.Z)(),(0,ft.cu)(`${tg}Box`,{"position!":"absolute",left:"50%","top!":"50%","transform!":S(),"width!":p?"100%":e.width,"height!":p?"auto":e.height,"marginTop!":44,"maxWidth!":"none",zIndex:1,boxSizing:"border-box"},["transform"]));return C.appendChild(t),t})(),k=()=>{const s=(0,Pa.Z)()-88;let n;n=t.innerWidth/s>e.width/e.height?s<e.height?s/e.height:1:t.innerWidth<e.width?t.innerWidth/e.width:1,(0,ft.cu)(`${tg}Box`,{"transform!":S(n)},["transform"]),(0,ft.Vx)(!0)},I=e=>{"clearAutoHideTl"===e.data&&(clearInterval(h),g.textContent="")},P=e=>{o(),clearInterval(h),t.removeEventListener("resize",k),t.removeEventListener("message",I),C.remove(),v.remove(),Z.remove(),(0,ft.ef)((0,Ho.Z)(),w),(0,ft.Vx)(),r(e)};(0,eg.Z)(),t.scrollTo(0,0),t.addEventListener("message",I),e.scalable&&(t.addEventListener("resize",k),k()),(()=>{const e=(0,_n.Z)(),s=(0,ft.cu)(`${tg}Bar`,{position:"absolute",left:0,top:0,width:"100%",padding:"12px 32px",background:n?"#000":"#fff",boxSizing:"border-box",boxShadow:"0px 12px 12px rgba(0, 0, 0, 0.25)",zIndex:2});(0,ft.Cj)(e,s),A=(0,_n.Z)();const o=(0,ft.cu)(`${tg}ProgressBar`,{position:"absolute",top:0,left:0,width:"0%",height:"100%",background:n?"#303030":"#F0F0F0",transition:`width ${Math.floor(f/1e3)}s linear 1s`,willChange:"width"},["transition"]);(0,ft.Cj)(A,o),e.appendChild(A);const r=(0,_n.Z)(),i=(0,ft.cu)(`${tg}BarInner`,{position:"relative",display:"block",width:"100%",margin:"0 auto",textAlign:"right",verticalAlign:"middle",color:"#000",fontFamily:"Arial, sans-serif",boxSizing:"border-box"});(0,ft.Cj)(r,i),e.appendChild(r);const a=(0,_n.Z)("img"),c=(0,ft.cu)(`${tg}Logo`,{position:"absolute",top:"50%",left:0,transform:"translate3d(0, -50%, 0)",height:38,cursor:"pointer"},["transform"]);(0,ft.Cj)(a,c),a.src=(0,Qf.Z)(),a.addEventListener("click",(()=>{P("logo")})),r.appendChild(a);const p=(0,_n.Z)(),h=(0,ft.cu)(`${tg}RightCol`,{margin:"10px 0"});(0,ft.Cj)(p,h),r.appendChild(p),g=(0,_n.Z)();const v=(0,ft.cu)(`${tg}Counter`,{display:"inline-block",marginRight:24,fontSize:16,color:n?"#b3b3b3":null});(0,ft.Cj)(g,v),p.appendChild(g);const Z=(0,_n.Z)(),b=(0,ft.cu)(`${tg}Button`,{display:"inline-block",padding:12,backgroundColor:d||"#fff",color:u,fontSize:16,lineHeight:"100%",border:`2px solid ${u}`,borderRadius:4,cursor:"pointer",transition:"0.4s all"},["transition"]);if((0,ft.cu)(`${tg}Button:hover`,{display:"inline-block",backgroundColor:"#E52B2C",color:"#fff",borderColor:"#E52B2C"}),(0,ft.Cj)(Z,b),Z.innerHTML=l,Z.addEventListener("click",(()=>{P("skip")})),p.appendChild(Z),m){Z.textContent="";const e=(0,_n.Z)(),s=(0,ft.cu)(`${tg}LoginButton`,{display:"inline-block",padding:"10px 20px",fontSize:14,lineHeight:"100%",borderRadius:3,cursor:"pointer",position:"absolute",left:"150px",top:"7px",border:"1px solid #005599",background:"none",color:"#005599"});(0,ft.Cj)(e,s),e.innerHTML="&lsaquo; Zaloguj ponownie";const n={content:'""',width:3,borderRadius:3,background:"#FFF",height:30,display:"inline-block",verticalAlign:"middle",position:"absolute",top:10,left:23},o=(0,ft.cu)(`${tg}Button:before`,Object.assign({transform:"rotate(45deg)"},n)),r=(0,ft.cu)(`${tg}Button:after`,Object.assign({transform:"rotate(-45deg)"},n));(0,ft.Cj)(Z,o),(0,ft.Cj)(Z,r),e.addEventListener("click",(()=>{t.open("https://poczta.wp.pl","_self")})),p.insertBefore(e,p.firstChild);const i=(0,ft.cu)(`${tg}Button`,{width:50,height:50,fontSize:30,verticalAlign:"middle",position:"relative"});(0,ft.Cj)(Z,i)}C.appendChild(e)})(),(()=>{if((0,Zs.Z)(i)){const t=(0,_n.Z)("a");(0,ft.Cj)(t,(0,ft.cu)(`${tg}Background`,{position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:0})),t.href=(0,wt.mess)(Jo(e.redir,i)),t.target="_blank",t.rel="noopener";const s=()=>{P("background")};t.addEventListener("click",s),C.appendChild(t)}})(),v=(0,ft.Cj)((0,_n.Z)(),(0,ft.cu)(`${tg}Preloader`,{position:"absolute",left:"50%",top:"50%",transform:S(),marginTop:32},["transform"])),v.innerHTML='<div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>',Z=(0,b.Z)(".spinner{text-align:center}.spinner>div{width:12px;height:12px;margin:0 2px;background-color:#919191;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}"),(0,y.Z)().appendChild(Z),C.appendChild(v),(0,ft.Vx)(!0),(0,ft.Cj)((0,Ho.Z)(),w).appendChild(C),p&&(e.width="100%",e.height="auto"),e.config.addDestroyHandler(P),e.config.display(_),(()=>{(0,ft.cu)(`${tg}ProgressBar`,{width:"100%"}),(0,ft.Vx)();const e=s.labelText||Ct.Z;let t=Math.floor(f/1e3);h=setInterval((()=>{let s="";0===t?s="":t<2?s="ę":t<5&&(s="y");let n=c.replace("{{time}}",t).replace("{{s}}",`sekund${s}`);n=n.replace("REKLAMA: ",""),g.innerHTML=`${e}: ${n}`,t-=1,-1===t&&P("auto")}),1e3)})()})()};var ng=s(4190);const og=()=>{(0,xc.ZP)(),(0,hi.ZP)(),Ua(),cc(),ga(),Nl(),(0,ng.Z)("GafAPI",Li,n,Kf,Jf.Z,pf,yf),(0,ng.Z)("GafSPA",Ri),Y(),K("welcomeScreen",sg),ae(),Lc(),nc(),ud()}},77:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ga});var n={};s.r(n),s.d(n,{cancel:()=>_e,restore:()=>ke});var o={};s.r(o),s.d(o,{canDetect:()=>Sn.bp,dam:()=>Cn.Z,getResult:()=>Sn.Sg,sendDot:()=>Sn.v5});var r={};s.r(r),s.d(r,{adtech:()=>he.Zd,analytics:()=>he.co,application:()=>he.wU,distributeByRange:()=>Ke,distributeEvenly:()=>Ge,distributeRandomly:()=>Je,getAll:()=>he.go});var i={};s.r(i),s.d(i,{erase:()=>I.Z,eraseGlobally:()=>hs.Z,expire:()=>hi.Z,get:()=>ue.Z,getAll:()=>en.Z,hasSupport:()=>Ai.Z,noexpire:()=>vi.Z,set:()=>E.Z,setGlobally:()=>Re.Z});var a={};s.r(a),s.d(a,{get:()=>Ii,remove:()=>Pi,set:()=>ki});var c={};s.r(c),s.d(c,{educate:()=>Ei,getResults:()=>ae,mess:()=>kn.mess,sealed:()=>S.VP,unmess:()=>kn.unmess});var l={};s.r(l),s.d(l,{getBunchID:()=>ko.P,getDotParams:()=>Us.ZF,getSN:()=>xe.W_,hasSN:()=>xe.GD,isABC:()=>F.TH,isMobile:()=>D.R,isMoney:()=>F.c3,isO2:()=>F.LM,isPAKO:()=>F.QT,isParenting:()=>F.Zo,isPoczta:()=>F.V8,isPudelek:()=>F.YG,isSF:()=>F.Qt,isSG:()=>F.KD,isWebmail:()=>F.X2,testSN:()=>xe.y1});var d={};s.r(d),s.d(d,{check:()=>Vt.BF,checkVendorPermissions:()=>Ti.Z,get:()=>Vt.U2,getConsentString:()=>Mt.do,getHoldingState:()=>Vt.uB,replaceConsentTags:()=>Oi.Z,runAfterConsent:()=>Li,showConsentForm:()=>es});var u={};s.r(u),s.d(u,{active:()=>ms._x,count:()=>$i.Z,getEntriesByName:()=>U.bE,getEntriesByType:()=>U.Cr,mark:()=>ps.Z,measure:()=>Di.Z,now:()=>U.zO,registerMark:()=>xi.$T,registerMeasure:()=>xi.OK,wrapMeasure:()=>W.Z});var p={};s.r(p),s.d(p,{click:()=>wr,dot:()=>No,generateDot:()=>jo,generateShow:()=>tr.V,getContentPlatform:()=>Ie.Hl,getDotParams:()=>Us.ZF,getPageViewID:()=>Po.Vq,getReferrer:()=>qs.a,getWasReloaded:()=>Ts.r,media:()=>Ri,setDarkMode:()=>wn,show:()=>tr.Z,wave:()=>tn.Z});var m={};s.r(m),s.d(m,{get:()=>k.Z,getAll:()=>ji.Z,hasSupport:()=>Ni.Z,remove:()=>P.Z,set:()=>T.Z});var f={};s.r(f),s.d(f,{get:()=>Mi,remove:()=>Bi,set:()=>Vi});var g={};s.r(g),s.d(g,{deprecated:()=>at.Z,error:()=>Fi.vU,flag:()=>_.Z,info:()=>Fi.um,init:()=>Fi.S1,issue:()=>We.Z,loadConsole:()=>Ui.q$,log:()=>Fi.cM,setStyle:()=>Fi.A_,warn:()=>Fi.ZK});var h={};s.r(h),s.d(h,{addAnimation:()=>ct.El,addStyle:()=>ct.cu,pin:()=>ct.Cj,removeStyle:()=>ct.jo,resetStore:()=>qi.i,setStore:()=>qi.P,togglePin:()=>ct.aB,unpin:()=>ct.ef,update:()=>ct.Vx});var A={};s.r(A),s.d(A,{disconnect:()=>Gi.Z,observe:()=>Hi.Z,replaceNode:()=>Wi.Z});var v={};s.r(v),s.d(v,{closePage:()=>pa,customAction:()=>da,registerBox:()=>_s.mk,registerContainer:()=>_s.H7,updateBox:()=>_s.uQ,viewPage:()=>ua});var Z={};s.r(Z),s.d(Z,{closePage:()=>ma,init:()=>Jo,refreshPage:()=>Zo,viewPage:()=>Zo});var b=s(3871),w=s(7952),y=s(2927),S=s(5131),C=s(846),_=s(1530),k=s(7508),I=s(4464),P=s(5865),E=s(5330),T=s(4634),O=s(6205);const L="PWA_adbd",x="WPadbd",$=e=>{(0,S.R9)(e),(0,_.Z)("Ad blocking",(0,S.VP)()),C.Z.fill((()=>{if((0,k.Z)(y.$$)){const t=(0,k.Z)(x);e!==(0,O.Z)(t)&&(0,T.Z)(y.$$,Date.now())}else{const e=new Date(2022,9,23);(0,T.Z)(y.$$,e.getTime())}(0,T.Z)(x,e),(0,E.Z)(L,e),e&&(0,I.Z)(y.tn)}))};var D=s(8727),R=s(6452),j=s(5620),N=s(1489),M=s(6025),V=s(7090),B=s(703),F=s(1770),U=s(2890),z=s(2395),q=s(5394);const G=(0,s(1386).Z)("Crux"),H=(e,t=0)=>{const s=e.bind(window),n=t+50*Math.random()+1;return setTimeout((()=>s()),n)};var W=s(4190);const K="ABDetector";let J,Q,Y,X,ee,te,se=!1,ne=!1;const oe=[],re=new Set,ie=new Set,ae=()=>({detected:se,permanently:(0,V.W)(),trackingProtection:(0,R.B)(),forcedBefore:re,forcedAfter:ie,pluginDetected:(0,M.q)(),results:oe,detectionTime:ee-X,totalTime:te-X}),ce=e=>{clearTimeout(Y);const t=()=>{ne||((()=>{const[e,t]=oe;(0,M.q)()||(!(F.hx&&re.size>3)||e&&e[2]||t&&t[2]||(0,R.j)(!0),re.size&&(se=!0)),se&&!(0,M.q)()&&(0,M.D)(N.TB)})(),J(se),ne=!0,ee=(0,U.zO)())};e?t():Y=H(t,300)},le=(e,t,s,n)=>{te=(0,U.zO)(),n&&G.open(),G.fill((()=>{s&&(0,V.G)(!0),ne?ie.add(e):(re.add(e),(t||s)&&(se=!0,(0,M.D)(t),Q(se),ce(s)))}))},de=(e,t)=>{(0,W.Z)(K,(()=>{const n=(0,B.qm)("forceDetection");X=(0,U.zO)(),(0,z.l)(le),J=t,Q=e,G.open(),n&&le("test"),s.e(124).then(s.bind(s,5211)).then((({apiDetector:e,domDetector:t})=>{const s=[e,t],n=s.length;let o=0;s.forEach((e=>{e().then((e=>{o+=1;const[t,s,r,,i]=e;oe[t]=e,r&&!se&&(se=r,i&&(0,M.D)(i)),se&&Q(se),o===n&&ce()}))}))})).catch((e=>{(0,q.Z)(e,K)}))}))};var ue=s(4596),pe=s(528),me=s(3205);let fe;const ge=e=>{fe=new Promise((e=>{if((0,j.s4)()||pe.Z)(0,S.R9)(S.Cl),(0,I.Z)(L),(0,P.Z)(x);else if((0,D.R)())$(S.Cl);else{const t=(0,O.Z)((0,k.Z)(x)||(0,ue.Z)(L))||S.Cl;$(t);const s=e=>{e&&$(S.WS)},n=t=>{$(t?S.WS:S.Cl),C.Z.fill((()=>{e((0,S.VP)()&&!(0,R.B)())}))};requestAnimationFrame((()=>{de(s,n)}).bind(window))}})),me.Z.f(e)&&e()};var he=s(9853),Ae=s(9460);const ve="WParld";var Ze=s(3495);const be="Autoreload";let we;const ye=(0,O.Z)((0,B.qm)("refreshTime"))||300,Se=()=>{we=Date.now()},Ce=()=>{if(we+1e3*ye<Date.now()){const e=e=>(null==e.isPlaying?void 0:e.isPlaying())&&e.getVolume&&e.getVolume()>0;0===(0,Ze.Z)().filter(e).length?((0,T.Z)(ve,1),window.scrollTo(0,0),window.location.reload()):Se()}else Se()},_e=()=>{(0,_.Z)(be,!1),(0,Ae.vS)("_visible",Ce)},ke=()=>{(0,_.Z)(be,!0),(0,Ae.vv)(Ce)};var Ie=s(2978),Pe=s(1384),Ee=s(1774),Te=s(2756);const Oe=(0,O.Z)((0,B.qm)("refreshTime")),Le=()=>{!Oe&&((0,B.qm)("noRefresh")||Ee.default.mode||(0,k.Z)("noRefresh"))?_e():C.Z.fill((()=>{const e=[Ie.o2,Ie.G$,Ie.O0,Ie.Xp,Ie.Ik];(0,Ie.aD)(e)&&(Se(),(0,Ae.hT)(Se),ke())})),(0,Pe.qL)("autoreload",(0,Te.Z)(n))};var xe=s(4841),$e=s(4462),De=s(8012),Re=s(9062);const je="WPabs",Ne=16777215;let Me;const Ve=()=>parseInt(Me,16);var Be=s(7550),Fe=s(2497),Ue=s(2443);const ze=(e,t)=>{e&&(0,Ue.Z)("wp_abtest_programmatic",t)},qe=Object.create(null),Ge=(e,t,s,n,o)=>{if((0,Be.Z)(n)&&!(0,xe.y1)(n))return;const r=((e,t,s,n)=>{if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,Fe.Z)(e)){const t=Ve(),s=qe[e]||0,n=Math.floor(t/Math.pow(e,s))%e,o=String.fromCharCode(65+n);return qe[e]=s+1,o}})(e,0,0,n);r&&((0,he.jO)(t,s,r),ze(o,s))};var He=s(1133),We=s(9349);const Ke=(e,t,s,n,o)=>{var r,i;if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,He.Z)(e)){const n=e.filter((e=>e>0&&e<1)).sort(((e,t)=>e-t));r=n,i=e,JSON.stringify(r)!==JSON.stringify(i)&&(0,We.Z)("Incorrect thresholds given in 'distributeByRange'.","error"),n.push(1);const a=Ve()/Ne,c=n.length;for(let e=0;e<c;e+=1){if(a<=n[e]){const n=String.fromCharCode(65+e);return(0,he.jO)(t,s,n),void ze(o,s)}}}},Je=(e,t,s,n,o,r,i)=>{if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,Fe.Z)(e)){const n=(0,$e.$6)(e,r,i),a=String.fromCharCode(65+n);(0,he.bB)(t,s)||(0,he.jO)(t,s,a),ze(o,s)}};var Qe=s(2617),Ye=s(7741);const Xe=(e,t,s)=>{const n=!!e&&Date.parse(e),o=!!t&&Date.parse(t),r=Date.now();if((0,Ye.Z)(r,n,o))return me.Z.f(s)&&s(),!0};var et=s(369),tt=s(9386),st=s(8393);const nt=(e,t)=>{st.default.get("WPnxrfab",(({value:s})=>{const n=(e=>{let t;try{t=JSON.parse(e)}catch(e){}return(0,tt.Z)(t)||(t={}),t})(s);me.Z.f(t)&&t(n,e);const o=(e=>{let t;try{t=JSON.stringify(e)}catch(e){}return(0,Be.Z)(t)||(t="{}"),t})(n);st.default.set("WPnxrfab",o)}))},ot=()=>{const{hostname:e,pathname:t}=window.location;nt(e+t,((e,t)=>{const s=Math.round(Date.now()/6e4);(0,et.Z)(e,((t,n)=>{s-n.ts>5&&delete e[t]}));const n=(0,he.KF)();n?e[t]={abtest:n,ts:s}:delete e[t]}))},rt=()=>{(()=>{const e=parseFloat((0,B.qm)("forceSeed"));(0,De.Z)(e)||(Me=Math.floor(e*Ne).toString(16),(0,Re.Z)(je,Me)),Me||(Me=(0,ue.Z)(je),Me||(Me=(0,$e.Nu)(6,!0),(0,Re.Z)(je,Me)))})(),(0,xe.y1)("^wakacjepl")||(Je(2,"adtech","PRGM-497"),Ge(2,"adtech","PU-138","^(nwm_parenting|tech)"),Ge(2,"adtech","PU-179"),(0,Qe.Z)()&&Ge(2,"adtech","PU-145","^tech"),Je(4,"adtech","PRGM-462","^(o2_poczta_o2_pl_nh|poczta_nh)",!0),Ke([.25],"adtech","PRG-3468"),Je(2,"adtech","PRGM-311","^(wiadomosci|money_money|sg)"),Je(3,"adtech","PRGM-346","^teleshow",!1,!1,!0),Xe("2023-10-12","2023-10-18",(()=>{Ke([.44,.52,.6,.68,.76,.84,.92],"adtech","PROSGWP-7600","^sg_mobile",!0)})),Xe("2023-10-03","2023-10-18",(()=>{Je(2,"adtech","PA-272","^film",!0)})),Xe("2023-10-19","2023-10-27",(()=>{Ke([.7],"adtech","AAB-58","o2_poczta_o2_pl_nh|poczta_nh",!0)})),Xe("2023-10-26","2023-11-09",(()=>{Ke([1/3,2/3],"adtech","AAB-56","nwm_abczdrowie",!0)})));const e=(0,B.qm)("forceTest");if(e){const t=(0,B.qm)("forceVariant")||"A",s=(0,B.qm)("forceAuthority")||"adtech";(0,he.jO)(s,e,t)}ot()};var it=s(2168),at=s(6918),ct=s(8886),lt=s(4923);const dt=()=>{(0,lt.Z)((e=>{if((0,D.R)()){const t={"overflow-x!":"hidden"};(0,ct.Cj)(e,(0,ct.cu)("scrollFix",t)),(0,ct.Vx)()}}))()};var ut=s(6539);let pt,mt;const ft=e=>{if(e){if(mt=(0,xe.W_)(),mt!==pt&&(0,at.Z)({message:"Bootstrap",path:"ChangingSiteName",fileName:`${pt} > ${mt}`},1,"Site name (SN) set statically differs from the one set dynamically during SPA initialization.","error"),pt)return}else pt=(0,xe.W_)();(0,at.Z)({message:"Bootstrap",path:"isMobile",fileName:`${typeof(0,ut.Z)("wp_mobile")}|${typeof(0,ut.Z)("isMobile")}`},1e4),(0,Ie.ZP)(),(0,W.Z)("ABTests",rt),(0,it.ZP)(),dt()};var gt,ht,At,vt;!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"}(gt||(gt={})),function(e){e.STUB="stub",e.LOADING="loading",e.LOADED="loaded",e.ERROR="error"}(ht||(ht={})),function(e){e.VISIBLE="visible",e.HIDDEN="hidden",e.DISABLED="disabled"}(At||(At={})),function(e){e.TC_LOADED="tcloaded",e.CMP_UI_SHOWN="cmpuishown",e.USER_ACTION_COMPLETE="useractioncomplete"}(vt||(vt={}));class Zt{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 bt extends Zt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new _t(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 wt{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 bt(e.callback,e.param,t,e.next)}))}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class yt{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new wt;static cmpStatus=ht.LOADING;static disabled=!1;static displayStatus=At.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=ht.LOADING,this.disabled=!1,this.displayStatus=At.HIDDEN,this.eventQueue.clear()}}class St{cmpId=yt.cmpId;cmpVersion=yt.cmpVersion;gdprApplies=yt.gdprApplies;tcfPolicyVersion=yt.tcfPolicyVersion}class Ct extends St{cmpStatus=ht.ERROR}class _t extends St{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardStacks;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,t){if(super(),this.eventStatus=yt.eventStatus,this.cmpStatus=yt.cmpStatus,this.listenerId=t,yt.gdprApplies){const t=yt.tcModel;this.tcString=yt.tcString,this.isServiceSpecific=t.isServiceSpecific,this.useNonStandardStacks=t.useNonStandardStacks,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 kt extends _t{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(),o=e.purposeId.toString(),r=t[o].substr(0,n),i=t[o].substr(n+1);t[o]=r+s+i}))}}return t}}class It extends St{cmpLoaded=!0;cmpStatus=yt.cmpStatus;displayStatus=yt.displayStatus;apiVersion=String(yt.apiVersion);gvlVersion;constructor(){super(),yt.tcModel&&yt.tcModel.vendorListVersion&&(this.gvlVersion=+yt.tcModel.vendorListVersion)}}class Pt extends Zt{respond(){this.invokeCallback(new It)}}class Et extends bt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new kt(this.param))}}var Tt=s(4298);class Ot extends Zt{respond(){const e=yt.tcModel,t=e.vendorListVersion;let s;void 0===this.param&&(this.param=t),s=this.param===t&&e.gvl?e.gvl:new Tt.Ew(this.param),s.readyPromise.then((()=>{this.invokeCallback(s.getJson())}))}}class Lt extends bt{respond(){this.listenerId=yt.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class xt extends Zt{respond(){this.invokeCallback(yt.eventQueue.remove(this.param))}}class $t{static[gt.PING]=Pt;static[gt.GET_TC_DATA]=bt;static[gt.GET_IN_APP_TC_DATA]=Et;static[gt.GET_VENDOR_LIST]=Ot;static[gt.ADD_EVENT_LISTENER]=Lt;static[gt.REMOVE_EVENT_LISTENER]=xt}class Dt{static set_=new Set([0,2,void 0,null]);static has(e){return"string"==typeof e&&(e=Number(e)),this.set_.has(e)}}const Rt="__tcfapi";class jt{callQueue;customCommands;constructor(e){if(e){let t=gt.ADD_EVENT_LISTENER;if(null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed: Use ${gt.GET_TC_DATA} instead`);if(t=gt.REMOVE_EVENT_LISTENER,null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed`);null!=e&&e[gt.GET_TC_DATA]&&(e[gt.ADD_EVENT_LISTENER]=e[gt.GET_TC_DATA],e[gt.REMOVE_EVENT_LISTENER]=e[gt.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[Rt]()||[]}catch(e){this.callQueue=[]}finally{window[Rt]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,s,...n){if("string"!=typeof e)s(null,!1);else if(Dt.has(t)){if("function"!=typeof s)throw new Error("invalid callback function");yt.disabled?s(new Ct,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===gt.PING?this.isCustomCommand(e)?new $t[e](this.customCommands[e],n[0],null,s):new $t[e](s,n[0]):void 0===yt.tcModel?this.callQueue.push([e,t,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new $t[e](this.customCommands[e],n[0],null,s):new $t[e](s,n[0]):s(null,!1)}else s(null,!1)}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window[Rt](...e)}))}isCustomCommand(e){return this.customCommands&&"function"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==$t[e]}}class Nt{callResponder;isServiceSpecific;numUpdates=0;constructor(e,t,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),yt.cmpId=e,yt.cmpVersion=t,yt.tcfPolicyVersion=2,this.isServiceSpecific=!!s,this.callResponder=new jt(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(yt.disabled)throw new Error("CmpApi Disabled");yt.cmpStatus=ht.LOADED,t?(yt.displayStatus=At.VISIBLE,yt.eventStatus=vt.CMP_UI_SHOWN):void 0===yt.tcModel?(yt.displayStatus=At.DISABLED,yt.eventStatus=vt.TC_LOADED):(yt.displayStatus=At.HIDDEN,yt.eventStatus=vt.USER_ACTION_COMPLETE),yt.gdprApplies=null!==e,yt.gdprApplies?(""===e?(yt.tcModel=new Tt.gI,yt.tcModel.cmpId=yt.cmpId,yt.tcModel.cmpVersion=yt.cmpVersion):yt.tcModel=Tt.E9.decode(e),yt.tcModel.isServiceSpecific=this.isServiceSpecific,yt.tcfPolicyVersion=Number(yt.tcModel.policyVersion),yt.tcString=e):yt.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():yt.eventQueue.exec(),this.numUpdates++}disable(){yt.disabled=!0,yt.cmpStatus=ht.ERROR}}var Mt=s(7265),Vt=s(961),Bt=s(8959),Ft=s(9627),Ut=s(309);const zt=()=>{const e=e=>(t,s,n)=>{(0,at.Z)({message:"CMP",path:e},1e4),(0,Ft.Z)(s)&&(s.holdingConsents=(0,Vt.uB)(),s.addtlConsent=(0,Mt.cG)()),me.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=me.Z.s(t);try{const e=(n?JSON.parse(t):t).__tcfapiCall;if(e){const{command:t,version:o,callId:r,parameter:i}=e,a=((e,t,s)=>(n,o)=>{const r={__tcfapiReturn:{returnValue:n,success:o,callId:t}},i=s?JSON.stringify(r):r;e.postMessage(i,"*")})(s,r,n);window.__tcfapi(t,o,a,i)}}catch(e){}};(0,Mt.u6)(new Nt(72,2,!0,t)),window.addEventListener("message",(e=>{C.Z.fill(s(e))}),!1),(0,Bt.Z)().appendChild(Ut.default)};var qt=s(1467),Gt=s(2020),Ht=s(967),Wt=s(6679),Kt=s(780),Jt=s(1361),Qt=s(517);const Yt=e=>{const t=(0,B.qm)("gdprLoad"),s=!(0,Vt.U2)("ua")&&!(0,Vt.BF)("mr","TP"),n=(0,Vt.uB)().keybase,o=(0,Mt.do)();return s||!o||!n||t||e},Xt=(e,t,s)=>{const n=(0,Wt.Z)(),o=(0,Ht.Z)(),r=(0,D.R)()||n<770||o<500,i=(0,B.qm)("gdprMode"),a=(0,ut.Z)("wp_consent_blur"),c=(0,Ie.Hl)()===Ie.BB&&!(0,xe.y1)("totalmoney|extradom"),l=me.Z.u(a)?c:!a;if(Gt.default.isMobile=r,Gt.default.activeCard=t,Gt.default.isTransparent=l||i===Ie.BB,Yt(e))return(0,Jt.Z)(s),!0;C.Z.open(),(0,Qt.Z)()&&(0,Ae._k)((0,lt.Z)((()=>{(0,Kt.Z)(s)})))},es=(e,t)=>{C.Z.fill((()=>{Xt(!0,t,"api"),me.Z.f(e)&&(C.Z.close(),C.Z.fill(e))}))},ts=Xt;var ss=s(4491);const ns=()=>{(0,ss.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,qt.b)("manage"),es()})(e)}),!1)};var os=s(2466),rs=s(1747),is=s(2942),as=s(2040);const cs=[os.q2,os.le],ls=(e,t={})=>{e([t[os.q2],t[os.le]])};var ds=s(7885),us=s(6733),ps=s(1143),ms=s(7144),fs=s(6406);const gs=()=>{if(ms.e$){const e=(0,fs.Z)("consent");(0,He.Z)(e)&&(0,We.Z)(`Third-party cookies set before obtaining consent from the user: ${e.join(", ")}.`,!0)}};var hs=s(9175),As=s(919),vs=s(975);const Zs=()=>{const e=(0,B.qm)("gdprLoad"),t=(0,B.qm)("gdprOff"),s=(0,xe.y1)("^(as_kajkoikokosz|intranet|int_|app_|jedenwniosek|money_ibroker|money_money2money|easygo|austriainfopl|bulgariainfopl|cyprinfopl|dominikananetpl|egiptnetpl|francjanetpl|grecjanetpl|hiszpanianetpl|istriacompl|last-minutenetpl|maltanetpl|marokonetpl|portugaliainfopl|tajlandianetpl|tunezjanetpl|turcjanetpl|wlochyinfopl|belgiapl|cyprpl|dominikanapl|dubajpl|egiptpl|grancanariapl|jordaniapl|korfupl|kretapl|majorkapl|maltapl|marokopl|openfm|perupl|portugaliapl|rodospl|safagapl|santorinipl|tabapl|teneryfapl|travelleadpl|tunezjapl|turcjapl|wypoczynekpl|karierawakacjepl|diety|parklot)"),n=(0,xe.y1)("poczta|onelogin")&&!(0,xe.y1)("poczta_o2_pl_logowanie|profil"),o=(0,As.FT)("(grupawp.pl|(onas|inwestor|holding|koszykrd|1login).wp.pl)"),r=new RegExp("poczta\\.(wp|o2)\\.pl/(profil|rejestracja)").test(window.location.href),i=vs.Z&&(0,xe.GD)()&&!o&&!s&&!n&&!r&&!pe.Z&&!t;return s&&(0,at.Z)({message:"GDPR",path:"OffSN",fileName:window.location.hostname},1e3),i||e},bs=e=>{if(Zs())return ts(void 0,void 0,e);C.Z.open()};var ws=s(5301),ys=s(7422);const Ss=()=>{const e="www.wp.pl"===window.location.hostname;let t;(0,ps.Z)("ConsentDataLoad"),new Promise((e=>{const t=(0,is.Z)(cs);ls(e,t)})).then((([s,n])=>{let o=n;(0,us.Z)("ConsentInitToLocal","ConsentDataLoadedLocally","ConsentDataLoad"),s||o||gs(),(0,Vt.gf)((0,rs.C)(s)),o||(0,Mt.Ev)("local","noConsent"),"undefined"===o&&(o=null,(0,P.Z)(os.le),(0,hs.Z)(os.le)),(e||o)&&((0,ys.Z)(!1,!0,!0,o,ds.Z,void 0,"local"),(0,Mt.KC)()&&((0,P.Z)(os.le),(0,hs.Z)(os.le)),t=bs("local")),e?(0,ws.Z)():(0,Mt.KC)()||t||new Promise((e=>{as.Z.get(cs,(({values:t})=>{ls(e,t)}))})).then((([e,s])=>{(0,us.Z)("ConsentLocalToGlobal","ConsentDataLoadedGlobally","ConsentDataLoadedLocally"),e&&(0,Vt.gf)((0,rs.C)(e)),s||(0,Mt.Ev)("global","noConsent"),(!o||s&&s!==o)&&(0,ys.Z)(!!s,!0,!0,s,ds.Z,void 0,"global"),t||bs("global"),(0,ws.Z)()}))}))},Cs=()=>{(0,W.Z)("initManageButton",ns),(0,W.Z)("initCMP",zt),(0,W.Z)("loadConsentData",Ss)};var _s=s(1763),ks=s(9943),Is=s(4030);const Ps="CookieInfo",Es=()=>{const e=(0,ks._X)()||!vs.Z;if((0,Ie.rS)([Ie.Uv,Ie.TH])&&!pe.Z&&!e){const e=(0,ut.Z)("wp_cookie_info");(0,at.Z)({message:Ps,path:"wp_cookie_info",fileName:`${e}`},1e5);!1!==(!!me.Z.u(e)||e)&&C.Z.fill((()=>{(0,Ae._k)((()=>{const t=(0,k.Z)("WPci"),n=(0,ue.Z)("WPci"),o=n||t;!n&&t&&((0,Re.Z)("WPci","1"),(0,at.Z)({message:Ps,path:"CookieMissingItemSet"},1)),o||(Is.Z.cookieInfoLoad=1,s.e(599).then(s.bind(s,6443)).then((({default:t})=>{t(e)})).catch((e=>{(0,q.Z)(e,Ps)})))}))}))}};var Ts=s(1501),Os=s(6262),Ls=s(9521),xs=s(4263);const $s="GEMIUS";let Ds;const Rs=()=>{if(!Ds){if(Ds=!0,me.Z.s(window.pp_gemius_identifier)){const e=window.pp_gemius_identifier.replace("USED_","");/^[\w.]{43}\.[\w.]{2}$/.test(e)||(0,at.Z)({message:$s,path:"IncorrectID",fileName:e},1,`Incorrect GEMIUS ID used: '${e}'.`,"error")}if(!(0,Ts.r)()){const e=[Ie.BB,Ie.TH,Ie.Uv,Ie.Uk];if((0,Ls.Z)()&&(0,Ie.rS)(e)){const e=(0,xs.Z)('script[src*="gemius.js"]');if(e){const t=e.getAttribute("src");/^https:\/\/[\w]+\.hit\.gemius\.pl\/xgemius\.js$/.test(t)?(0,at.Z)({message:$s,path:"CorrectSrc",fileName:t},1e4):(0,at.Z)({message:$s,path:"IncorrectSrc",fileName:t},1)}else(0,at.Z)({message:$s,path:"TagMissing"},1)}}}};var js=s(5068);const Ns="GEMIUS",Ms=()=>{const e="gemius";(0,js.Z)({withMeasurement:Ns,id:e,src:`${Os.Z}xgemius.js`,onLoad:()=>{Is.Z.gemiusSuccess=1,(0,_.Z)(Ns,!0),Rs()},onError:()=>{(0,z.o)(e),Is.Z.gemiusSuccess=0,(0,_.Z)(Ns,!1),Rs()}})},Vs=e=>{if(!e){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,Ie.Hl)()!==Ie.BB?Ms():C.Z.fill(Ms,"GEMIUS")}},Bs=e=>{window.pp_gemius_identifier=e,window.gemius_disable_back_cache_hits=!0},Fs=()=>{if(!(0,j.IK)()){const e=window;e.wp_pp_gemius_identifier?(Bs(e.wp_pp_gemius_identifier),Vs((0,Ts.r)()),Is.Z.gemiusID=2):e.pp_gemius_identifier?(e.wp_pp_gemius_identifier=e.pp_gemius_identifier,Is.Z.gemiusID=1):Is.Z.gemiusID=0}};var Us=s(450),zs=s(8161),qs=s(9366),Gs=s(5885),Hs=s(806),Ws=s(8299),Ks=s(7842),Js=s(9384);const Qs=e=>{const{history:t}=window;t.replaceState(t.state,document.title,e)};var Ys=s(71);const Xs=e=>{Ys.Z.close();const{hostname:t,pathname:s}=(0,Js.Z)(e);nt(t+s,((e,t)=>{if((0,Ft.Z)(e)){const s=e[t];if((0,Ft.Z)(s)){const n=s.abtest;(0,Be.Z)(n)&&(0,Gs.V)(n),delete e[t]}}Ys.Z.open()}))};var en=s(7902),tn=s(6598);const sn=(e,t)=>{const s=(0,en.Z)(),n=Object.entries(e).filter((([,e])=>(0,Be.Z)(e))).reduce(((e,[t,n])=>(n!==s[t]&&(e[t]=n),e)),{});(0,Ft.Z)(n)&&(n.STac=t,(0,tn.Z)("uid-sync",n,"uni2"))},nn=e=>{(0,qs.N)(e),(0,Gs.V)((e=>{const t=(0,Js.Z)(e).search;return(0,Ks.Z)(t).abtest})(e))},on=()=>{var e;const{referrer:t}=document,{location:{href:s}}=window,n=null==(e=(0,Ws.Z)())?void 0:e.type,o=(0,B.NB)(),r=o.noclean?s:(0,zs.K7)(s),{refabtest:i,statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d,STac:u}=o;(0,Ae.Ns)((e=>{e.persisted&&((0,at.Z)({message:"HandleNavigation",path:"PageShowEventPersisted"}),(0,Ie.Hl)()!==Ie.BB&&window.location.reload())})),(0,Gs.V)(i);const p={statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d};switch(t&&Object.values(p).some(Be.Z)&&sn(p,u),s!==r&&Qs(r),(0,Us.Kl)({navType:n}),n){case"reload":(()=>{Is.Z.reload=!0;const e=(0,k.Z)("WPcrrf");nn(e)})();break;case"back_forward":(e=>{Is.Z.backForward=!0;const t=(0,k.Z)("WPnxrf");(0,Hs.Z)(!0),t?((0,qs.N)(t),Xs(t),(0,P.Z)("WPnxrf")):nn(e)})(t);break;default:nn(t)}};var rn=s(7384);const an=()=>{const{location:e}=window,t=!vs.Z,s=/prox|proks/.test(e.hostname);try{if(s&&(window.parseURL=e=>e,window.top.location.href="https://www.wp.pl/"),t){const t=(0,ut.Z)("wp_leap"),s=(0,rn.Z)("noleap");(!!me.Z.u(t)||t)&&!s&&(window.top.location.href=e.href)}}catch(e){}};var cn=s(4024);const ln=()=>{(0,js.Z)({id:"imasdk",src:`https://imasdk.googleapis.com/js/sdkloader/ima3${(0,rn.Z)("debugima")?"_debug":""}.js`})};var dn=s(2014);let un=!1;const pn=(e,t,s)=>(0,Pe.ac)("outstream")(e).then(t).catch(s),mn=e=>new Promise(((t,s)=>{if(ln(),un)pn(e,t,s);else{const n="outstream-player",o=(0,dn.Z)(Ee.default.es6),r=`${n}${["","6"][o]}`,i=(0,B.qm)("wpoutstream"),a=(0,dn.Z)("local"===i),c=Ee.default.mode,l=[(0,cn.Z)(r,i,n,c),`${["debug","debug-es6"][o]}/${n+(c?"-debug":"")}.js`][a],d=()=>{un=!0,pn(e,t,s)},u=()=>{s()};(0,js.Z)({id:n,crossorigin:!0,src:l,onLoad:d,onError:u})}})),fn=()=>{(0,Pe.DO)("outstream",mn)};var gn=s(7626);let hn=!1;const An=()=>((0,O.Z)((0,k.Z)(ve))>0&&(hn=!0,(0,P.Z)(ve)),hn&&(0,_.Z)("PV refreshed",!0),hn);var vn=s(3007);const Zn=(0,ct.cu)("darkmode"),bn=(0,ct.cu)("lightmode"),wn=(e=!1)=>{(0,Us.Kl)({darkmode:(0,dn.Z)(e)}),(0,lt.Z)((t=>{(0,ct.aB)(t,Zn,!!e),(0,ct.aB)(t,bn,!e)}))()},yn=()=>{(0,D.b)(),(0,xe.oO)(),wn((0,dn.Z)((0,vn.Z)())),(0,Ts.W)(An()),(0,gn.z)()};var Sn=s(4915),Cn=s(7925),_n=s(3121),kn=s(6730),In=s(3574),Pn=s(5046),En=s(5599),Tn=s(6792),On=s(853);const Ln=e=>{let t;if(document.currentScript)t=document.currentScript;else{const e=document.getElementsByTagName("script");t=e[e.length-1]}(0,On.Z)(t,e,"beforebegin")};var xn=s(4523);const $n="Player",Dn=(0,B.qm)("wpplayer");let Rn,jn;const Nn="local"===Dn,Mn=[],Vn=()=>{const e=(0,Pe.ac)("player");null!=e&&e.initialized?C.Z.fill((()=>{(0,j.j5)()||((!xn.Z||F.x_>10)&&ln(),(0,js.Z)({id:"nppgem",src:`${Os.Z}gplayer.js`}));let t=Mn.shift();for(;t;)e.apply(t.instance,[t.params]),t=Mn.shift()}),$n):jn=!0},Bn=()=>{jn=!0},Fn=(e,t)=>{const s=e;if(!me.Z.o(s))return!1;const n=(()=>{let e=`${In.Z}player/`;return Nn?((0,We.Z)("WP.player from LOCAL","info"),e="build/devel/"):Dn&&((0,We.Z)(`WP.player from branch: ${Dn}`,"info"),e=`${e}${Dn}/`),{dir:e,url:e+"wpjslib_player.js"}})();s.ampnoaudio=!0,s.filesdir=n.dir,Mn.push({params:s,instance:t});Cn.Z.fill((()=>{Rn||(Rn=!0,(0,js.Z)({withMeasurement:$n,src:(0,kn.mess)(n.url),onLoad:Vn,onError:Bn,id:"npp",crossorigin:!Nn}))}),$n,3e3)};function Un(e){if(jn)return void(0,We.Z)("WP.player could not be instantiated because of loading error","error");const t=e,s=(0,Pe.ac)("player");t.ampnoaudio=!0;const n=this,o=n instanceof s,r=[],i=[],a=Un.list.length,c=$n+a;if(me.Z.o(t)&&!o)return new s(t);if(me.Z.n(t)&&!o)return Un.list[t]||!1;if(me.Z.n(t)&&o)throw new Error("Use: WP.player(id)");((e,t)=>{const s=e;!s.target&&(0,Ae.Hy)()&&(s.target=(0,En.Z)()),s.target||(Ln(`<div id="${t}"></div>`),s.target=t)})(t,c),n.p=t,n.id=Mn.length,Un.list.push(n),n.events={on:r,off:i};const l=(e,t)=>{r.push({key:e,fn:t})},d=(e,t)=>{i.push({key:e,fn:t})};return n.bind=l,n.on=l,n.unbind=d,n.off=d,(0,j.aX)()||Fn(t,n,n.id),n}const zn=()=>{(0,Sn.BL)();const e=(0,Tn.Z)();(0,Pn.Z)(e)},qn=()=>{Un.list=[],Un.T=Un.list,Un.version="v2",(0,j.aX)()||((0,Sn.S1)(),(0,Sn.BL)(),(0,_n.aS)(zn)),(0,Pe.DO)("player",Un),(0,Pe.qL)("apd",(0,Te.Z)(o))};var Gn=s(3413),Hn=s(5253);const Wn=e=>{const{article:t,articleStart:s,articleRect:n}=e;if((0,Hn.Z)(t)){const t=Date.now();s&&(e.articleDuration+=t-s),(e=>{const t=(0,Ht.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 Kn=s(552),Jn=s(6217),Qn=s(7595);const Yn=(e,t)=>{let s="dot.gif?";s=(0,Kn.Z)(s,"Pos","readtime"),s=(0,Kn.Z)(s,"SN",e.sn),s=(0,Kn.Z)(s,"tm",e.duration),s=(0,Kn.Z)(s,"tmi",e.counter);const n=(0,Gn._g)();me.Z.f(n)&&Object.assign(e,n(e));const{dotParams:o}=e;o.scroll=e.scroll,o.scrollh=e.scrollh,o.cscroll=e.cscroll,o.cheight=e.cheight,o.density=e.density,o.crcounter=e.crcounter,ms._x&&e.article&&(o.ctime=e.ctime);const r={useBeacon:(0,Qn.Z)(t)};return(0,Jn.Z)(s,void 0,void 0,r,e)},Xn="ReadTime",eo=({type:e}={})=>{const t=(0,Gn.Wg)();if(t){const s=Date.now(),{timeStart:n=s}=t;if(n){const o=s-n,r=Math.max(Math.min(o,2147483647),0);if(r>0||0===r&&0===t.counter){if(ms._x){Wn(t);const{articleDuration:e}=t;t.ctime+=e,t.articleDuration=0,t.articleStart=0}t.counter+=1,t.timeStop=s,t.duration=r,t.total+=r,delete t.timeStart,Yn(t,e)}}else(0,at.Z)({message:Xn,fileName:"HiddenNoTimeStart",path:e},1e3)}else(0,at.Z)({message:Xn,fileName:"HiddenNoReadTime",path:e},1e3)};var to=s(4447),so=s(9951),no=s(6658);const oo="ReadTime",ro=(0,B.qm)("hlArt"),io=(e,t)=>{const s="article"===(0,Us.ZF)("ctype"),n=(0,ut.Z)("wp_content_selector")||"article";let{article:o}=e;if(o||(o=Array.from((0,xs.Z)(n,!0)).pop(),e.article=o,s&&!o&&((0,at.Z)({message:oo,fileName:"ArticleElementNotFound",campaign:n,path:t.type,slot:+e.articleNotInDOM},1e3),e.articleNotInDOM=(e.articleNotInDOM||0)+1)),ro&&(o.style.border="3px red solid"),(0,Hn.Z)(o)){e.articleInDOM=!0,e.articleRect=o.getBoundingClientRect(),e.containerRect=(0,so.Z)(o,!0);const{articleRect:t,containerRect:s}=e,{height:n,top:r}=t,i=e.cscroll||0,a=e.cheight||0,c=(0,O.Z)((0,Us.ZF)("cpageno")),l=(0,O.Z)((0,Us.ZF)("cpagemax"));let d=0;if(c&&l>1)d=c/l*100;else{d=((0,Ht.Z)()-r)/n*100}d=(0,no.Z)(d),e.cscroll=Math.max(i,Math.floor(d)),e.cheight=Math.max(a,Math.floor(n))}else e.articleInDOM?s&&(0,at.Z)({message:oo,fileName:"ArticleRemovedFromDOM",campaign:n,path:t.type},1e3):(e.cscroll=0,e.cheight=0,s&&(0,at.Z)({message:oo,fileName:o?"ArticleElementNotInDOM":"ArticleElementNotMissing",campaign:n,path:t.type},1e3)),delete e.article};var ao=s(5925),co=s(8700);const lo=e=>{const t=e.scroll||0,s=e.height||0,{top:n}=(0,co.Z)(),o=(0,Ht.Z)(),r=(0,ao.Z)(),i=n+o,a=(0,no.Z)(Math.floor(i/r*100));let c,l;r>s?(l=r,c=0):(l=s,c=t),a>c&&(c=a),e.height=l,e.scroll=c,e.scrollh=Math.floor(i)},uo="ReadTime",po=e=>{if(!document.hidden){const t=(0,Gn.Wg)();t?(lo(t,e),io(t,e),ms._x&&Wn(t,e)):(0,at.Z)({message:uo,fileName:"ScrollNoReadTime",path:e.type},1e3)}else(0,at.Z)({message:uo,fileName:"ScrollDocumentHidden",path:e.type},1e3)},mo=e=>{const t=(0,Gn.Wg)();t?(t.timeStart||(t.timeStart=Date.now()),"register"===e.type&&(0,to.C)()?(0,Ae._k)((0,lt.Z)((()=>{po({type:"registerReady"})}))):po(e)):(0,at.Z)({message:"ReadTime",fileName:"VisibleNoReadTime",path:e.type},1e3)},fo=()=>{(0,Ae.Um)(po),(0,Ae.XV)(po),(0,Ae.vv)(mo),(0,Ae.hT)(eo),(0,Ae.mc)((e=>{!document.hidden&&eo(e)})),(0,Ae.uU)((e=>{!document.hidden&&eo(e)})),(0,Ae.Ns)((e=>{!document.hidden&&mo(e)}))},go=(e,t)=>{if(Is.Z.spaReady){if(Is.Z.spaOmitFirstView&&_n.yA.includes(e))return void(Is.Z.spaOmitFirstView=!1);(0,_n.Hm)(e,t)}else(0,at.Z)({message:"SPA",path:"SPANotInitialized",fileName:e},100,`SPA API was not initialized, but API method was used "${e}".`,"error")};let ho=0,Ao=0,vo=0;const Zo=e=>{const t=Date.now();if(t-ho<100)return Ao+=1,void(3===Ao&&(0,at.Z)({message:"SPA",path:"DispatchPageRequestedFast"},1,"PV requested to fast.","error"));ho=t,vo+=1;const s=[Ie.BB,Ie.bL,Ie.H9];100===vo&&(0,Ie.rS)(s)?window.location.reload():go((0,Ts.r)()?"page:refresh":"page:view",e)};let bo,wo;const yo={mobile:"_mobile"},So=e=>{["desktop","mobile"].includes(e)&&(wo=e)},Co=e=>{(0,Be.Z)(e)&&(bo=e)},_o=()=>{const e=yo[wo]||"",t=(0,to.nj)()?"_dynamic":"";if((0,Be.Z)(bo)){const s=`${bo}${e}${t}`;(0,xe.ut)(s)}};var ko=s(5467);let Io;var Po=s(5786),Eo=s(4928),To=s(1756),Oo=s(5212);const Lo="ReadTime",xo=(e,t={})=>{const s={type:"register"};if((0,Gn.ko)()!==e){const n=(0,Gn.Wg)(),o=!document.hidden;(0,to.nj)()&&!n&&(0,at.Z)({message:Lo,fileName:"NoPrevReadTime",path:s.type},10),n&&(o?eo(s):(0,at.Z)({message:Lo,fileName:"PrevDocumentHidden",path:s.type},1e3),delete n.article,(0,qs.N)(n.href));const r=Object.create(null);(0,Gn.eu)(e,r),r.duration=0,r.total=0,r.scroll=0,r.cscroll=0,r.dotParams=Object.assign({},(0,Us.ZF)()),r.sn=(0,xe.W_)(),r.rekid=(0,ko.P)(),r.pvid=e,r.gmid=(0,Ls.Z)(),r.referrer=(0,qs.a)(),r.canonical=t.canonical||(0,To.Z)(),r.href=t.href||(0,Oo.Z)(),r.dn=(0,to.nj)(),r.counter=0,r.timeStop=0,ms._x&&(r.articleStart=0,r.articleDuration=0,r.ctime=0),o?mo(s):(0,at.Z)({message:Lo,fileName:"NextDocumentHidden",path:s.type},1e3)}};var $o=s(4148);let Do;const Ro=(e,t,s="top",n={})=>{let o=n,r=e;me.Z.o(o)||(o={});const{generate:i}=o;if(!s&&!i)return;(0,Be.Z)(r)&&(r=r.replace(/(_dynamic)+/g,"_dynamic"),!Is.Z.spaReady&&/_dynamic$/.test(r)&&(0,_n.Hm)("page:close"),(0,xe.ut)(r));const a=r||(0,xe.W_)();if(!(0,xe.GD)(a))return;const c={};(0,Ft.Z)(t)&&(t.contentSelector&&((0,Ue.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,Us.Kl)(t)),"autorefresh"!==s&&"top"!==s||($o.Z.length=0,(0,Po.hW)(),xo((0,Po.Vq)(),c),o.useMimeType=!0,me.Z.f(Do)&&(o.onError=()=>{Do(0),o.onLoad=void 0,o.onError=void 0},o.onLoad=()=>{Do(1),o.onLoad=void 0,o.onError=void 0}));let l="dot.gif?";return i?(l=(0,Kn.Z)(l,"Pos","[[ACTION]]"),l=(0,Kn.Z)(l,"SN","[[SN]]")):(l=(0,Kn.Z)(l,"Pos",s),l=(0,Kn.Z)(l,"SN",a),setTimeout((()=>{Eo.Z.open()}),0)),(0,Jn.Z)(l,void 0,void 0,o,c)},jo=()=>Ro(void 0,void 0,void 0,{generate:!0}),No=Ro,Mo=()=>{const e=[Ie.BB,Ie.TH,Ie.Uv];return(0,Ie.rS)(e)?"click":""},Vo="GEMIUS";let Bo,Fo;const Uo=(e,t)=>{const s=t.gemius,{hit:n}=Fo;if(n){let e;if(null!=s&&s.hit&&(e=n[s.hit],s.hit!==(0,Us.ZF)("ctype")&&(0,at.Z)({message:Vo,path:"SPANotUsingCTYPE",fileName:s.hit},1e5)),!e){const{inne:t,other:s}=n;e=t||s,e&&(0,at.Z)({message:Vo,path:"SPAUsingOTHER",fileName:t?"inne":"other"},1e4)}e?((0,ps.Z)("gemius_hit"),Is.Z.gemiusID=2,Bo?window.gemius_hit(e):(Bs(e),Vs((0,Ts.r)()),Bo=!0),window.wp_pp_gemius_identifier=e):(Is.Z.gemiusID=0,(0,at.Z)({message:Vo,path:"SPAMissingIdentifier"},1e3,`${Vo}: Missing SPA identifier`))}else(0,at.Z)({message:Vo,path:"SPAMissingConfig"},1e5,`${Vo}: Missing SPA config`)},zo=e=>{(0,j.IK)()||(0,Ft.Z)(e)&&(Fo=e,(0,_n.ME)(Uo))},qo=(e,t)=>{(0,to.oh)(),t&&(Co(t.base),((e={},t)=>{const{bunch:s,ctype:n}=e;if((s||n)&&(0,Ft.Z)(Io)){const o=Io[s]||Io[n];o?(e.bunchID=o,(0,ko.P)()&&!t||(0,ko.q)(o)):(0,at.Z)({message:"SPA.GAF",path:"MissingViewTypeREKID",fileName:`${n}|${s}`},100,`SPA: Missing REKID for view type "${s||n}".`,"error")}})(t,!0),delete t.base,delete t.bunch),_o(),(0,Us.Qj)({})},Go=(e,t)=>{const s=t.dot;qo(0,s),No(void 0,s,"top")},Ho=(e,t)=>{const s=t.dot;qo(0,s),No(void 0,s,"autorefresh")},Wo=e=>{const{platform:t}=e,s=e[t],n=s.dot,o=s.gemius;var r;So(t),Co(n.base),r=n.bunches,Io=r,(0,Us.Kl)(n.params),me.Z.s(n.type)||(n.type=(0,ut.Z)("wp_dot_type")||Mo()),(0,Ue.Z)("wp_dot_type",n.type),_o(),zo(o),(0,_n.aS)(to.I3),(0,_n.ME)(Go),(0,_n.SG)(Ho)},Ko="SPA",Jo=e=>{if(!Is.Z.spaReady)if(e){const t=e.config;if(Ee.default.siteConfig=t,t)return Is.Z.spaReady=!0,(0,_.Z)(Ko,!0),Wo(t),(0,W.Z)("PageView",yn),ft(!0),!0;(0,We.Z)(`${Ko}: Missing site config`,!0)}else(0,We.Z)(`${Ko}: Missing data`,!0)},Qo=()=>{const e=(0,ut.Z)("wp_spa_config");if(e){(0,at.Z)({message:"SPA",path:"HeadConfig"},1e4);if(Jo({config:e})){const{payload:t}=e;if(t)Zo(t),(0,at.Z)({message:"SPA",path:"ConfigPayload"},1e4);else{const e=(0,Us.ZF)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};Zo(t),Is.Z.spaOmitFirstView=!0}return!0}}};var Yo=s(1628),Xo=s(1144),er=s(2555),tr=s(4769);const sr=()=>{if(!As.pt){const e=(0,xe.W_)(),t=(0,w.Rn)();if(e&&t){const s=(0,tr.Z)(e,{local_statid:t},"sa22ping",{give:!0}).queryGET,n=(0,kn.mess)({url:s,forceDomain:"www.wp.pl"});(0,er.Z)({method:"hub",action:"sa22ping",src:n})}}},nr=()=>{let e=0;me.Z.n(Is.Z.gafDirect)&&(e=Is.Z.gafDirect?2:1),Is.Z.SA51state=e,(new Image).src=(0,kn.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",length:350,forceDomain:"www.wp.pl"})};var or=s(9982);const rr=e=>{Is.Z.dotSuccess=e,(0,w.OB)(),(0,or.Z)(Xo.Z),nr(),sr()};var ir=s(4033);const ar=(e,t)=>Object.fromEntries(Object.entries(e).map(t)),cr=(e,t={})=>{let s=e;const n=ar(t,(([e,t])=>[zs.Mn[e]||e,t])),o=(0,ir.Z)(n,!0,!1);return o&&(s=s.split("#").slice(0,1).join(""),s=(0,Kn.Z)(s,o,!1,!0,!0)),s};let lr,dr;const ur=e=>{dr&&lr&&(Qs(lr),dr=!1),(0,En.Z)().removeEventListener("mousemove",ur),window.removeEventListener("blur",ur)},pr=()=>{(0,En.Z)().addEventListener("mousemove",ur),window.addEventListener("blur",ur)},mr=({target:e})=>{e.removeEventListener("contextmenu",mr),pr()},fr=["statid","GRwpuuid","GRo2uuid","GRoluuid","STac"],gr=()=>{const e=(0,en.Z)(),t={};return fr.forEach((s=>{const n=e[s];n&&(t[s]=n)})),t},hr=(e,t,s)=>{if((0,F.KD)()&&!e&&t&&!pe.Z){const e=Object.assign({},(0,B.NB)(),gr());Object.keys(e).forEach((t=>{s.includes(`${t}=`)&&delete e[t]}));const t=(0,ir.Z)(e,!0),n=!(0,B.qm)("wplib")&&(0,rn.Z)("wplib")&&`${t}&wplib`;if(t){return(0,Kn.Z)(s,n||t,!1,!1,!0)}return s}return s};var Ar=s(9372);const vr=new Date,Zr=(0,ut.Z)("wp_onepager"),br=(0,B.qm)("forceUniSync"),wr=(e={})=>{const{statTag:t,linkHref:s,linkTitle:n,linkIndex:o,sameSite:r,mouseButton:i,imageSource:a,sourceData:c,toNewWindow:l,params:d,linkNode:u}=e;let p="clk.gif?";p=(0,Kn.Z)(p,"xd",(0,xe.W_)()),p=(0,Kn.Z)(p,"dt",new Date-vr),t&&(p=(0,Kn.Z)(p,"yd",t,!0)),s&&(p=(0,Kn.Z)(p,"tg",(0,Ar.Z)(s),!0),(0,T.Z)("WPnxrf",s)),n&&(p=(0,Kn.Z)(p,"tt",n,!0)),o&&(p=(0,Kn.Z)(p,"epos",o)),a&&(p=(0,Kn.Z)(p,"is",a,!0)),i&&(p=(0,Kn.Z)(p,"btt",i));const m=Object.assign(d||{},(0,Us.ZF)()),f=u&&2===i,g=null==u||null==u.getAttribute?void 0:u.getAttribute("href"),h=r&&/^(https?:)?\/\//i.test(g)&&!Zr,A=[!r,l,f,r&&!Is.Z.spaReady&&!Zr,h].some(Boolean),v=Object.assign({},c),Z=(0,he.KF)();return Z&&(v.abtest=Z),((0,$e.vj)(100)||br)&&g&&(u.href=hr(r,u,g)),(0,Ft.Z)(v)&&(ur(),A&&(({referrerParams:e,rightClickOnLinkNode:t,linkNode:s,toNewWindow:n})=>{lr=window.location.href;const o=cr(lr,e);Qs(o),dr=!0,t?s.addEventListener("contextmenu",mr):(n&&setTimeout(pr),(0,Ae.hT)(ur))})({referrerParams:v,rightClickOnLinkNode:f,linkNode:u,toNewWindow:l})),(0,Jn.Z)(p,void 0,void 0,void 0,{dotParams:m})},yr=e=>{let t=e;for(;t;){if(["A","AREA"].includes(t.tagName))return t.href?t:void 0;t=t.parentNode}};var Sr=s(7560);const Cr=({dataset:e})=>{const t=e.stClk;if(t){const e=(0,Sr.Z)(t)||{};return e&&(e.sgsvid=(0,Us.ZF)("svid")),e}};var _r=s(6126);const kr=e=>{let t=e;for(;t;){if(t===document)return;if((0,_r.g)(t))return"Adv";const{stArea:e}=t.dataset;if(e)return`ST-${e}`;t=t.parentNode}},Ir=e=>{let t=e;for(;t;){if(t===document)return;const e=(0,O.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}},Pr=(e,t,s)=>{const{ctrlKey:n,shiftKey:o,metaKey:r}=e;return 3===t||1===t&&(n||o||r||["_blank","_new"].includes(s.target))};var Er=s(1605),Tr=s(4880);const Or=e=>{const t=yr(e.target);if(!t)return;const s=kr(t);if("Adv"===s)return;const n=(0,Tr.Z)(e),{location:{hostname:o,pathname:r}}=window,{hostname:i,pathname:a,protocol:c,onclick:l,title:d,textContent:u,href:p,source:m}=t,f=t.getAttribute("onclick"),g=Pr(e,n,t);if(!g&&(f||"javascript:"===c||o+r===i+a))return;const h=t.querySelector("img"),A=(0,Ar.Z)(null==h?void 0:h.src),v=(0,Ar.Z)((d||u||"notitle").trim(),128),Z=Ir(t),b=e.pageY,w=Number((0,Er.Z)(t)),y=Object.assign({cb:w,ypos:`${Math.floor(b/100)}`},(0,Us.ZF)(),Cr(t)),S=(e=>e.includes("src01=20804")&&!e.includes("refabtest=")?(0,Kn.Z)(e,"refabtest",(0,he.KF)(),!0):e)(p);S!==p&&(t.href=S);const C=m||{};(0,ut.Z)("wp_sg_first")&&(C.isSGFirst=!0);wr({statTag:s,linkHref:S,linkTitle:v,linkIndex:Z,mouseButton:n,imageSource:A,sourceData:C,toNewWindow:g,sameSite:o===i,params:y,linkNode:t})},Lr="Stat",xr=e=>{(e=>{Do=e})(rr);const t=(0,ut.Z)("wp_pvid");(0,Po.hW)(!0,t),(0,Us.Kl)(),Eo.Z.fill((()=>{(0,ps.Z)("DOTDamOpen"),t&&(0,at.Z)({message:Lr,path:"ExistingPVID"},1e3)}));let s=!1;me.Z.f(e)&&(s=(0,W.Z)("SPAHeadConfig",e));const n=(0,ut.Z)("wp_dot_type"),o=(0,ut.Z)("wp_dot_send");me.Z.u(o)?(0,Ue.Z)("wp_dot_send",vs.Z):(0,at.Z)({message:Lr,path:"DotSendDefined",fileName:o,campaign:String(s)},1e3),me.Z.s(n)||((0,Ue.Z)("wp_dot_type",Mo()),(0,at.Z)({message:Lr,path:"DotTypeDefaultClick",fileName:n},1e3)),(0,ut.Z)("wp_dot_type").includes("click")&&document.addEventListener("mousedown",Or),!s&&(0,ut.Z)("wp_dot_send")&&((0,to.oh)(),No(void 0,void 0,(0,Ts.r)()?"autorefresh":"top"))};var $r=s(4677),Dr=s(2948),Rr=s(2421);const jr=()=>{$r.Z.close();const e=["statid","STac","WPabs",...Dr.Z],t=[...Dr.Z];(0,Rr.Z)(e,t).then((e=>{$r.Z.open()}))};var Nr=s(5955);const Mr=()=>{const e=()=>{(0,Ae.Ns)(Nr.Rr),(0,Ae.uU)(Nr.zZ),(0,Ae.vS)("pageshow",e)};(0,Ae.Ns)(e),(0,Nr.Rr)({type:"init"},(()=>{(0,Ae.vv)(Nr.Rr),(0,Ae.hT)(Nr.zZ),(0,_n.aS)(Nr.zZ)}))},Vr=()=>{if(As.Ny)return void $r.Z.open();kn.domains.uniformDomains.includes(window.location.hostname)?Mr():jr()};var Br=s(8083);const Fr=()=>({debug(e,...t){},issue(e,t){(0,We.Z)(e,!0),t&&(0,at.Z)(t,1e4)},error(e){(0,We.Z)(e,"error")}}),Ur=()=>{const e="no",t="testMess",s=(0,B.qm)("keepMess"),n=(0,B.qm)("_bb"),o="0"===(0,B.qm)("_aa")&&!n||(0,F.Rf)(),r=s!==e&&(0,k.Z)(t),i=o?e:(0,B.qm)(t)||r,a=!(pe.Z||i===e||n);return s&&(s===e?(0,P.Z)(t):i&&(0,T.Z)(t,i)),{testDomain:i,enabled:a}},zr=/(\/wpjslib-chunk-.*)/,qr=e=>zr.test(e),Gr=(e,t)=>()=>{const s=e=>function(s){const n=t(this,s),o=s!==n?n:s;e.call(this,o)};(0,et.Z)(e,((e,t)=>{const n=t[1],o=window[`HTML${t[0]}Element`].prototype,r=Object.getOwnPropertyDescriptor(o,n);null!=r&&r.configurable&&Object.defineProperty(o,n,{set:s(r.set)})}))},Hr=(0,B.qm)("_bb"),Wr=Gr({SCRIPT:["Script","src"]},((e,t)=>{let s=t;return qr(s)&&(s=Hr?s:(0,kn.mess)(s),e.setAttribute("crossorigin","anonymous"),e.crossOrigin="anonymous"),s})),Kr=[];Ee.default.messData=Kr;const Jr=()=>{const{hostname:e}=window.location,t=[...kn.domains.uniformDomains,...kn.domains.aabDomains].includes(e);(0,Br.gS)(t);const{enabled:s,testDomain:n}=Ur();(0,Br.gL)(s),(0,kn.setCustomLogger)(Fr()),(0,kn.set)((0,ks._X)()?"www.wp.pl":e,(0,F.KD)(),!1,{enabled:s,testDomain:n,collector:e=>Kr.push(e)}),Wr()};var Qr=s(2600),Yr=s(297),Xr=s(9374),ei=s(6516),ti=s(5147);const si=()=>{ti.Z.forEach((({observations:e})=>{(0,et.Z)(e,((e,t)=>{null!=t&&t[Xr.ix]&&(0,ei.Z)(t[Xr.ix])}))}))};var ni=s(9393);const oi=()=>{(0,ni.Z)()||((0,Ae.DH)(Qr.SR),(0,Ae.nr)(Qr.SR))},ri=()=>{oi(),(0,Ae.vv)((()=>{(0,Yr.e)(),(0,Qr.lQ)()})),(0,Ae.hT)((()=>{(0,Qr.lQ)(),si()}))};var ii=s(4972),ai=s(677),ci=s(6814);const li=()=>{const e=(...e)=>{const t=Object.values(ii.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,ai.ec)(t),(0,ci.Z)(...e)};(0,ii.ot)(),(0,Ae.hT)(e),(0,Ae.uU)(e),(0,Ae.mc)(e,!0),(0,_n.aS)(e,!0),(0,ai.lH)()};var di=s(4443),ui=s(7462);const pi=()=>{const e=[],t={callbackQueue:e};window.googlefc=t,e.push({AD_BLOCK_DATA_READY:()=>{const e=t.getAdBlockerStatus(),s=t.getAllowAdsStatus(),{AdBlockerStatusEnum:{EXTENSION_LEVEL_AD_BLOCKER:n,NETWORK_LEVEL_AD_BLOCKER:o},AllowAdsStatusEnum:{ADS_NOT_ALLOWED:r,ADS_ALLOWED:i,UNKNOWN:a}}=t,c=e===n||e===o;switch(s){case r:if(c){(0,ui.Z)("shown",1,void 0,{type:s,channel:c}),$(S.WS);const e=(0,O.Z)((0,ue.Z)(y.VR));(0,E.Z)(y.VR,e+1)}else(0,ui.Z)("adsNotAllowed",void 0,void 0,{type:s,channel:c}),$(S.Cl);break;case i:"1"!==(0,ue.Z)(y.tn)&&((0,E.Z)(y.tn,1),$(S.Cl),(0,ui.Z)("unlocked",void 0,void 0,{type:s,channel:c}),(0,I.Z)(y.VR)),(0,ui.Z)("notUnlocked",void 0,void 0,{type:s,channel:c});break;default:$(S.Cl),(0,ui.Z)("unknown",void 0,void 0,{type:s,channel:c})}}})},mi=()=>{const e="googlefcPresent";pi(),(0,js.Z)({src:"https://fundingchoicesmessages.google.com/i/pub-3966653589406540?ers=1",onLoad(){(0,lt.Z)((t=>{if(!window.frames[e]){const s=(0,di.Z)();s.name=e,t.appendChild(s)}}))()}})},fi="WhitelistBoardInit",gi=()=>{if(!(0,D.R)()&&!(0,F.$e)()){const e=(0,he.bB)("adtech","AAB-56"),t="C"===e;if("B"===e)mi();else if(t)(0,ui.Z)("noBoards");else{const e=fe;e?e.then((e=>{s.e(124).then(s.bind(s,4960)).then((({default:t})=>{t(e)})).catch((e=>{(0,q.Z)(e,fi)}))})):(0,at.Z)({message:`${fi}`,path:typeof e})}}};var hi=s(5888),Ai=s(2226),vi=s(3298),Zi=s(2419),bi=s(4429);const wi=(e,t)=>{const{action:s,name:n,value:o,expires:r}=e;if((0,Be.Z)(n))switch(s){case"set":(0,Re.Z)(n,o,r&&new Date(r));break;case"get":e.value=(0,ue.Z)(n);break;case"remove":(0,hs.Z)(n);break;default:(0,bi.Z)(e,Zi.$n)}else(0,bi.Z)(e,Zi.aW);me.Z.f(t)&&t(e)};var yi=s(3675);const Si=(0,Ai.Z)(),Ci=(e,t,s,n,o)=>{const r={method:"cookie",action:e,name:t,value:n,cb:s,expires:o};(0,yi.Z)(r,s,Si,As.Ny,wi,"Cookie")},_i={set:(e,t,s,n)=>{Ci("set",e,s,t,n)},get:(e,t)=>{Ci("get",e,t)},remove:(e,t)=>{Ci("remove",e,t)}},{set:ki,get:Ii,remove:Pi}=_i,Ei=()=>{(0,at.Z)({message:"AAB",path:"educate"},1),s.e(416).then(s.bind(s,4768)).then((({default:e})=>{e()})).catch((e=>{(0,q.Z)(e,"TutorialBoard")}))};var Ti=s(3448),Oi=s(625);const Li=e=>{(0,j.j5)()||C.Z.fill(e)};var xi=s(1564),$i=s(3203),Di=s(1049);const Ri=(e,t={})=>{let s="media.gif?";const n={},o=e.par||{},{rekid:r}=e;delete e.rekid,delete e.par;["mn","mt","mfr","mu"].forEach((t=>{e[t]&&(n[t]=e[t],delete e[t])})),s=(0,Kn.Z)(s,"SN",(0,xe.W_)()),(0,Ft.Z)(e)&&(s=(0,Kn.Z)(s,(0,ir.Z)(e))),Object.assign(o,(0,Us.ZF)()),t.media=(0,ir.Z)(n);const i={rekid:r,dotParams:o,version:"4"};return(0,Jn.Z)(s,void 0,void 0,t,i)};var ji=s(9846),Ni=s(6570);const{get:Mi,set:Vi,remove:Bi}=st.default;var Fi=s(2647),Ui=s(6320);const zi=()=>{(0,Pe.qL)("cookie",(0,Te.Z)(i)),(0,Pe.qL)("cookieXD",(0,Te.Z)(a)),(0,Pe.qL)("storage",(0,Te.Z)(m)),(0,Pe.qL)("storageXD",(0,Te.Z)(f)),(0,Pe.qL)("abtests",(0,Te.Z)(r)),(0,Pe.qL)("crux",(0,Te.Z)(c)),(0,Pe.qL)("env",(0,Te.Z)(l)),(0,Pe.qL)("gdpr",(0,Te.Z)(d)),(0,Pe.qL)("stat",(0,Te.Z)(p)),(0,Pe.qL)("performance",(0,Te.Z)(u)),(0,Pe.qL)("utils",(0,Te.Z)(g))};var qi=s(7207),Gi=s(8720),Hi=s(1511),Wi=s(5146);const Ki=()=>{(0,Pe.qL)("classManager",(0,Te.Z)(h)),(0,Pe.qL)("viewability",(0,Te.Z)(A))},Ji=()=>{(0,Pe.qL)("addHandler",Ae.Hj),(0,Pe.qL)("removeHandler",Ae.vS)};var Qi=s(9350),Yi=s(6901),Xi=s(551);const ea=()=>{(0,Pe.qL)("follow",Qi.Z),(0,Pe.qL)("getScript",js.Z),(0,Pe.qL)("getStylesheet",Yi.Z),(0,Pe.qL)("iframeFactory",Xi.Z),(0,Pe.qL)("registerApi",Pe.qL),(0,Pe.qL)("captureError",q.Z),(0,Pe.qL)("isOfType",me.Z)};var ta=s(6430);const sa=()=>{const e=(0,Gn.Wg)();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 oa=["pageview","pageviewVpv","unload","unloadVpv"],ra=["user","page","content","site","source"],ia=e=>{if(me.Z.o(e)){const{event:t,toIgnore:s=[]}=e;delete e.toIgnore,"unload"!==t&&"unloadVpv"!==t||($r.Z.open(),Eo.Z.open()),$r.Z.fill((()=>{Eo.Z.fill((()=>{if(oa.includes(t)){((e,t)=>{ra.filter((e=>!t.includes(e))).forEach((t=>{e[t]=e[t]||{}}))})(e,s);const{user:o,page:r,content:i,site:a,source:c}=e;if("pageview"===t&&(s.includes("user")||(o.id=o.id||{},o.id.statId=(0,w.Rn)()||"",o.id.audienceId=(0,ue.Z)("STac")||"",o.hasAdblock=(0,S.VP)()),s.includes("site")||(a.cms=(0,Us.ZF)("csystem")||"",a.frontendPlatform=(0,Ie.Hl)()||"")),("pageview"===t||"pageviewVpv"===t)&&(e.abTesting=(0,he.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.includes("page")||(r.pvId=(0,Po.Vq)()||"",r.templateType=r.templateType||(0,Us.ZF)("ctype")||""),s.includes("content")||(i.category=i.category||{},i.category.IAB=((0,Us.ZF)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,Us.ZF)("ccategory")||""),i.tags=(n=(0,Us.ZF)("ctags")||"",decodeURIComponent(n).replace(/\s*[,;]+\s*/g,"|")),me.Z.u(i.pageCount)?i.pageCount=(0,Us.ZF)("cphotomax")||(0,Us.ZF)("cpagemax")||"":(0,O.Z)(i.pageCount)<1&&(i.pageCount="")),!s.includes("source"))){const e=(0,qs.a)(),t=(0,Js.Z)(e).search,s=(0,Hs.b)()?{}:(0,Ks.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=(0,Ze.Z)().length;if(t>na?(e.eventLabel=!0,na=t):e.eventLabel=!1,!s.includes("content")){const e=sa();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,me.Z.u(i.pageViewCount)?i.pageViewCount=(0,Us.ZF)("cphotono")||(0,Us.ZF)("cpageno")||"":(0,O.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}}(e=>{ra.forEach((t=>{(0,Ft.Z)(e[t])||delete e[t]}))})(e)}var n;if((0,ta.Z)().push(e),"pageview"===t||"pageviewVpv"===t)try{(0,tr.Z)(!1,{event_pageview:JSON.stringify(e)},"gtm_datalayer")}catch(e){}}))}))}};var aa=s(9126);const ca=(0,rn.Z)("PWPDebug"),la=[],da=e=>{const t=(0,aa.Z)(e);ia(t.ga)},ua=(e={},t,s=400)=>{const n=(0,aa.Z)(e);if(ia(n.ga),t){if(ca)return void la.push(t);t()}},pa=(e={},t,s=200)=>{const n=(0,aa.Z)(e);if(ia(n.ga),(0,_s.Is)(),t){if(ca)return void la.push(t);t()}},ma=e=>{go("page:close",e)},fa=()=>{(0,Pe.qL)("pwp",(0,Te.Z)(v)),(0,Pe.qL)("spa",(0,Te.Z)(Z))},ga=()=>{an(),(0,he.ZP)(),(0,Ae.ZP)(),(0,W.Z)("HandleNavigation",on),(0,Yo.ZP)(),(0,W.Z)("StatidExists",w.YH),(0,W.Z)("PageView",yn),ft(),(0,W.Z)("ConsentStart",Cs),(0,W.Z)("CookieInfoLoader",Es),(0,W.Z)("Uniform",Jr),(0,W.Z)("AAB",ge,gi),qn(),fn(),Le(),Fs(),li(),(0,W.Z)("SyncUniform",Vr),(0,W.Z)("Stat",xr,Qo),fo(),(0,b.S1)(),ri(),(0,_s.ZP)(),ea(),Ji(),zi(),Ki(),fa()}},2889:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Qe});var n={};s.r(n),s.d(n,{subscribe:()=>N});var o=s(7508);const r=()=>window.Notification?window.Notification.permission:null;var i=s(4634);const a=r();let c=!1;const l="WPppgcp",d=()=>{let e=(0,o.Z)(l);return e?e=JSON.parse(e):(e={showTimestamp:0,visitTimestamp:Date.now(),count:0,permission:a},c=!0),e},u=(e,t,s,n)=>{const o=d();return Object.assign(o,e?{showTimestamp:e}:null,t?{visitTimestamp:t}:null,s||0===s?{count:s}:null,n?{permission:n}:null),(0,i.Z)(l,JSON.stringify(o)),o};var p=s(8350),m=s(703),f=s(6918),g=s(6539),h=s(7550);let A,v,Z,b;var w=s(5620),y=s(1384),S=s(846),C=s(1530),_=s(2756),k=s(1603),I=s(1143),P=s(961),E=s(5068),T=s(975);const O="PPG";let L;const x=()=>(L||(L=new Promise(((e,t)=>{(0,h.Z)(A,24)&&(0,h.Z)(v)||b?((()=>{const e=Date.now();let{visitTimestamp:t,count:s}=d();t<e-18e5&&(s+=1),t=e,u(null,t,s)})(),((e,t)=>{T.Z&&(0,P.U2)("mr","TP")&&(0,E.Z)({withMeasurement:O,id:"ppgsdk",src:"https://cdn.pushpushgo.com/scripts/sdk.js",onLoad:()=>{window.ppg?e():t(new Error("PPG api missing after load")),(0,C.Z)(`${O} SDK`,!!window.ppg)},onError:()=>{t(new Error("PPG loading error")),(0,C.Z)(`${O} SDK`,!1)}})})(e,t)):t(new Error("PPG is not correctly configured"))}))),L);let $=!1;const D=e=>{const t=(0,p.J1)(),s=t?t.split(";"):[];return s.length&&e.appendTags(s).then((()=>{e.send(!0)})),t},R=(e,t)=>{e.register().then((()=>{t({client:e,consent:!0})})).catch((s=>{t({client:e,consent:!1})}))},j=e=>new Promise(((t,s)=>{const n=window.ppg,o=r(),i=(()=>{const{hostname:e}=window.location,t=e.replace("www.","").split(".").reverse().join(".");return{swPath:Z,projectId:A,vapidPublicKey:v,websitePushId:`web.${t}`,endpoint:"https://api.pushpushgo.com"}})(),l=new n.sdk.Client(i);(0,C.Z)("PPGSubscriptions SDK",!0),l.isPushSupport().then((()=>{l.isSubscribed().then((n=>{if(n)t({client:l,consent:null});else if("default"===o){const s=(()=>{const e=Date.now(),{showTimestamp:t,count:s}=d();return c||t<e-6048e5&&s>=3})()||(()=>{const{permission:e}=d(),t="denied"===e&&"denied"!==a||"granted"===e&&"default"===a;return u(null,null,null,a),t})()||!!b;(!e||e&&s)&&((0,I.Z)("PPGStartLoadBoard"),R(l,t),e&&u(Date.now(),null,0))}else"granted"===o?R(l,t):s(new Error("no permission"))}))})).catch((()=>{s(new Error("not supported"))}))})),N=(e=!1)=>new Promise(((t,s)=>{x().then((()=>{$||($=j(e)),$.then(t).catch(s)})).catch((e=>{}))})),M=()=>{(0,w.IK)()||S.Z.fill((()=>{k.Z.fill((()=>{if(A=(0,g.Z)("wp_ppg_id")||(0,m.qm)("ppg"),v=(0,g.Z)("wp_ppg_key")||(0,m.qm)("ppgKey"),Z=(0,g.Z)("wp_ppg_swpath")||(0,m.qm)("swpath"),b=(0,m.qm)("ppgForce"),(A||v)&&(0,f.Z)({message:"PPG",path:v,fileName:A},1e5),x().catch((e=>{})),!(0,g.Z)("wp_ppg_api")&&!(0,m.qm)("ppgAPI")){const e=r();N(!0).then((t=>{const{consent:s,client:n}=t;s?D(n):null===s&&(u(null,null,null,e),D(n))})).catch((t=>{((e,t)=>{(0,f.Z)({message:"PPG",path:t,fileName:e},1e5)})(t,e)}))}}))})),(0,y.qL)("ppg",(0,_.Z)(n))};var V=s(2978),B=s(1770),F=s(4841),U=s(4769),z=s(8393),q=s(6205);const G=()=>{(0,U.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl"})},H=()=>{const e="WPpix6";z.default.get(e,(t=>{let s,n=0;const o=Date.now(),r=(0,F.W_)();if(t.value){const e=JSON.parse(t.value);s=e.sv,n=(0,q.Z)(e.ts,10)}(!t.value||s!==r||n<o-3e5)&&z.default.set(e,JSON.stringify({sv:r,ts:o}),G)}))},W=()=>{T.Z&&!(0,B.N0)()&&!(0,w.IK)()&&(0,V.rS)([V.BB,V.Uv,V.Uk])&&S.Z.fill(H)};var K=s(6658);const J=(e,t)=>(0,K.Z)(t/e*100),Q=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<90)s+=1,requestAnimationFrame(n);else{const s=Date.now()-t;e({value:J(s,1e3),name:"framesPerSecond"})}};n()}));var Y=s(2890),X=s(6730);const ee=e=>(0,Y.Cr)("resource").filter((t=>e((0,X.unmess)(t.name))));var te=s(1677),se=s(3205);const ne=e=>(0,K.Z)(90*Math.E**(-2*e/1e3)),oe=()=>new Promise((e=>{const t=ee((e=>e.includes("gaf.js"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"GAFLoadTiming"}):e()}));var re=s(8299);const ie=()=>new Promise((e=>{const t=(0,re.Z)();if(t){const{duration:s}=t;if(se.Z.n(s))return void e({value:ne(s),name:"navigationTiming"})}e()})),ae=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<5)s+=1,setTimeout(n,200);else{const s=Date.now()-t;e({value:J(s,1e3),name:"timeProlongation"})}};n()})),ce=()=>new Promise((e=>{const t=ee((e=>e.includes("/wpjslib")&&!e.includes("chunk"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"WPJSLoadTiming"}):e()}));var le=s(6072),de=s(6353),ue=s(8403),pe=s(1027);const me=e=>(0,pe.Z)(e)&&e>0&&e<=3?e:3;var fe=s(7379),ge=s(9627);const he=e=>{const t=(0,fe.Z)(),s=e.filter(ge.Z),n=1/s.length;var o;return t.finalResult=0,s.forEach((({name:e,value:s})=>{t[e]=s,t.finalResult+=s*n})),t.deviceSegment=(o=t.finalResult,me(Math.ceil(3*o/100))),t};var Ae=s(1774),ve=s(5330);const Ze=e=>{const t=he(e),{deviceSegment:s}=t;Ae.default.deviceSegmentResults=t,(0,ve.Z)(ue.Z,s),(0,i.Z)(ue.Z,s),(0,de.S)(s),(0,le.eK)((e=>{e.PF=t}))},be=()=>{Promise.all([ie(),ce(),oe(),ae(),Q()]).then(Ze)};var we=s(4596);const ye=()=>{const e=(0,q.Z)((0,o.Z)(ue.Z)||(0,we.Z)(ue.Z)),t=me(e);(0,de.S)(t)},Se=()=>{ye(),S.Z.fill((()=>{k.Z.fill(be)}))};var Ce=s(2395),_e=s(5131),ke=s(2443);const Ie="FBPixel",Pe=()=>{if(!(0,w.IK)()){const e="933316406876601";let t=(0,g.Z)("wp_fb_id"),s=!1;const n=[V.H9,V.BB,V.Uv,V.TH,V.nJ];if((0,V.rS)(n)&&(t?t===e&&(s=!0,(0,f.Z)({message:Ie,path:"DefaultFBIDUsed",fileName:t},1e4)):(t=e,s=!0)),t){const e="https://connect.facebook.net/en_US/fbevents.js";S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.BF)("mr","TP")){(0,ke.Z)("wp_fb_id",t),(0,f.Z)({message:Ie,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,E.Z)({id:t,src:e,onLoad:()=>{(0,C.Z)(Ie,!0)},onError:()=>{(0,C.Z)(Ie,!1),(0,Ce.o)(t)}})}n("init",t),n("track","PageView"),s&&n("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,_e.VP)()})}}))}))}else window.fbq&&setTimeout((()=>{var e,t,s;(0,f.Z)({message:Ie,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,`${Ie} not embedded by WPJSlib.`,!0)}),2e3)}};var Ee=s(6430),Te=s(9349),Oe=s(4640);const Le="GTM",xe=()=>{if(!(0,w.IK)()){const e="gtm",t=(0,g.Z)("wp_gtm_id")||(0,m.qm)(e),s=(0,Oe.Z)(t);s.length>1&&(0,Te.Z)("Use only one GTM container.","error");const n=s[0];if(!se.Z.u(n))if((e=>(0,h.Z)(e)&&/^GTM-[A-Z0-9]{5,8}$/.test(e))(n)){(0,Ee.Z)().push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),(0,f.Z)({message:Le,fileName:"ValidId",path:n},1e5),S.Z.fill((()=>{k.Z.fill((()=>{(0,E.Z)({withMeasurement:Le,src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:e,crossorigin:!0,onLoad(){(0,C.Z)(Le,!0)},onError(){(0,C.Z)(Le,!1),(0,Ce.o)(e)}})}),Le)}),Le)}else(0,f.Z)({message:Le,fileName:"InvalidId",path:n},1e3,`Given GTM ID "${n}" is invalid.`,"error")}},$e="Hotjar",De=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_hj_id"),t=(0,g.Z)("wp_hj_sv")||6;e?S.Z.fill((()=>{k.Z.fill((()=>{const s="hotjar";window._hjSettings={hjid:e,hjsv:t},window.hj=window.hj||function(...e){(window.hj.q=window.hj.q||[]).push(e)},(0,f.Z)({message:$e,path:"WPEmbedded",fileName:`${e}|${t}`},1e4),(0,E.Z)({id:s,src:`https://static.hotjar.com/c/hotjar-${e}.js?sv=${t}`,onLoad(){(0,C.Z)($e,!0)},onError(){(0,C.Z)($e,!1),(0,Ce.o)(s)}})}))})):window._hjSettings&&setTimeout((()=>{(0,f.Z)({message:$e,path:"NotWPEmbedded",fileName:window._hjSettings.hjid},1e4,`${$e} not embedded by WPJSlib.`,!0)}),2e3)}};var Re=s(1425),je=s(5026);const Ne="LiveRamp";let Me=0;const Ve=e=>{const t=window.ats,s=null==e?void 0:e.hash1;t?(0,je.Z)(s)?t.setAdditionalData({type:"emailHashes",id:[s]}):t.invalidateEnvelope():Me<5?(Me+=1,setTimeout((()=>{Ve(e)}),100)):(0,f.Z)({message:Ne,path:"ATSNotLoaded"},1e3)},Be=()=>{(0,F.y1)("^(kobieta|facet|pilotwp|wiadomosci|sportowefakty)")&&!(0,w.IK)()&&S.Z.fill((()=>{(0,E.Z)({id:"liveramp",defer:!0,src:"https://launchpad-wrapper.privacymanager.io/61767d0a-348c-4038-b565-3f3330656a5f/launchpad-liveramp.js",onLoad(){(0,C.Z)(Ne,!0),(0,f.Z)({message:Ne,path:`${Ne}IsLoaded`},1e3),(0,Re.B7)(Ve)},onError(){(0,C.Z)(Ne,!1),(0,f.Z)({message:Ne,path:`${Ne}NotLoaded`},1e3)}})}))};var Fe=s(3121),Ue=s(7144),ze=s(1564),qe=s(6320),Ge=s(7003);const He=()=>{if((0,B.QT)()){const e=(0,Ge.Z)("wpjslib6");if(e){const t=e.src;if(t){setInterval((()=>{null==window.fetch||window.fetch(t)}),3e4)}}}},We=()=>{(0,qe.ZP)(),He(),Ue._x?s.e(730).then(s.bind(s,9870)).then((({default:e})=>{e()})).catch((e=>{console.error(e)})):(0,Fe.aS)(ze.TQ)},Ke=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_tiktok_id");(0,h.Z)(e)&&S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.U2)("mr","TP")){const t="ttq",s=window[t]||[];window.TiktokAnalyticsObject=t,window[t]=s;const n=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],o=n.length,r=(e,t)=>{e[t]=(...s)=>{e.push([t].concat(s))}},i=e=>{for(let t=0;t<o;t++)r(e,n[t])};i(s);const a=e=>{const t=s._i[e]||[];return i(t),t},c=(e,n)=>{const o="https://analytics.tiktok.com/i18n/pixel/events.js";s._i=s._i||{},s._i[e]=[],s._i[e]._u=o,s._t=s._t||{},s._t[e]=new Date,s._o=s._o||{},s._o[e]=n||{},(0,E.Z)({src:`${o}?sdkid=${e}&lib=${t}`,async:!0})};s.methods=n,s.setAndDefer=r,s.instance=a,s.load=c,s.load(e),s.page()}}))}))}},Je=e=>{const t=(0,g.Z)("wp_defer_vendors");(0,h.Z)(t)?(window.addEventListener(t,(()=>{e()}),{once:!0}),(0,f.Z)({message:"DeferVendors",path:t},1e3)):e()},Qe=()=>{xe(),Be(),Je((()=>{Pe(),M(),De(),Ke()})),W(),Se(),We()}},1114:(e,t,s)=>{"use strict";s.d(t,{WP:()=>a,y:()=>c});var n=s(5394),o=s(7174),r=s(6539);const i=(e="WP")=>{const t=(0,r.Z)(e)||[];return{APIObject:t,flush:()=>{const s=e=>{try{e()}catch(e){(0,n.Z)(e,"flush")}};for((0,o.Z)(window,e,t);t.length;)s(t.shift());(0,o.Z)(t,"push",s)}}},{APIObject:a,flush:c}=i("WP")},4298:(e,t,s)=>{"use strict";s.d(t,{Ew:()=>$,gI:()=>D,E9:()=>R});class n extends Error{constructor(e){super(e),this.name="EncodingError"}}class o extends Error{constructor(e){super(e),this.name="DecodingError"}}class r{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 o("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(["BG","CA","CS","DA","DE","EL","EN","ES","ET","FI","FR","HR","HU","IT","JA","LT","LV","MT","NL","NO","PL","PT","RO","RU","SK","SL","SV","TR","ZH"]);has(e){return i.langSet.has(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 useNonStandardStacks="useNonStandardStacks";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,m;!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 f 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 f;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}${f.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 g extends c{root=null;getRoot(){return this.root}isEmpty(){return!this.root}add(e){const t={value:e,left:null,right:null};let s;if(this.isEmpty())this.root=t;else for(s=this.root;;)if(e<s.value){if(null===s.left){s.left=t;break}s=s.left}else{if(!(e>s.value))break;if(null===s.right){s.right=t;break}s=s.right}}get(){const e=[];let t=this.root;for(;t;)if(t.left){let s=t.left;for(;s.right&&s.right!=t;)s=s.right;s.right==t?(s.right=null,e.push(t.value),t=t.right):(s.right=t,t=t.left)}else e.push(t.value),t=t.right;return e}contains(e){let t=!1,s=this.root;for(;s;){if(s.value===e){t=!0;break}e>s.value?s=s.right:e<s.value&&(s=s.left)}return t}min(e=this.root){let t;for(;e;)e.left?e=e.left:(t=e.value,e=null);return t}max(e=this.root){let t;for(;e;)e.right?e=e.right:(t=e.value,e=null);return t}remove(e,t=this.root){let s=null,n="left";for(;t;)if(e<t.value)s=t,t=t.left,n="left";else if(e>t.value)s=t,t=t.right,n="right";else{if(t.left||t.right)if(t.left)if(t.right){const e=this.min(t.right);this.remove(e,t.right),t.value=e}else s?s[n]=t.left:this.root=t.left;else s?s[n]=t.right:this.root=t.right;else s?s[n]=null:this.root=null;t=null}}static build(e){if(e&&0!==e.length){if(1===e.length){const t=new g;return t.add(e[0]),t}{const t=e.length>>1,s=new g;s.add(e[t]);const n=s.getRoot();if(n){if(t+1<e.length){const s=g.build(e.slice(t+1));n.right=s?s.getRoot():null}if(t-1>0){const s=g.build(e.slice(0,t-1));n.left=s?s.getRoot():null}}return s}}return null}}class h extends c{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,t,s){var n;let o=!0;if(null!=(n=this.gvl)&&n.vendors){const n=this.gvl.vendors[s];if(n)if(e===d.NOT_ALLOWED)o=n.legIntPurposes.includes(t)||n.purposes.includes(t);else if(n.flexiblePurposes.length)switch(e){case d.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(t)&&n.legIntPurposes.includes(t);break;case d.REQUIRE_LI:o=n.flexiblePurposes.includes(t)&&n.purposes.includes(t)}else o=!1;else o=!1}return o}add(e,t){if(this.isOkToHave(t.restrictionType,t.purposeId,e)){const s=t.hash;this.has(s)||(this.map.set(s,new g),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const t=this.gvl.vendorIds,s=e.hash,n=function(){let e;for(e of t);return e}(),o=[...Array(n).keys()].map((e=>e+1));for(let e=1;e<=n;e++)this.has(s)||(this.map.set(s,g.build(o)),this.bitLength=0),this.map.get(s).add(e)}getVendors(e){let t=[];if(e){const s=e.hash;this.has(s)&&(t=this.map.get(s).get())}else{const e=new Set;this.map.forEach((t=>{t.get().forEach((t=>{e.add(t)}))})),t=Array.from(e)}return 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(t.max(),e)})),e}getRestrictions(e){const t=[];return this.map.forEach(((s,n)=>{e?s.contains(e)&&t.push(f.unHash(n)):t.push(f.unHash(n))})),t}getPurposes(){const e=new Set;return this.map.forEach(((t,s)=>{e.add(f.unHash(s).purposeId)})),Array.from(e)}remove(e,t){const s=t.hash,n=this.map.get(s);n&&(n.remove(e),n.isEmpty()&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach(((e,t)=>{const s=f.unHash(t);e.get().forEach((t=>{this.isOkToHave(s.restrictionType,s.purposeId,t)||e.remove(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 A{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.useNonStandardStacks]=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 o("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 o("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 o("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 C{static encode(e,t){const s=(e=e.toUpperCase()).charCodeAt(0)-65,o=e.charCodeAt(1)-65;if(s<0||s>25||o<0||o>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(o,t)}static decode(e,t){let s;if(t!==e.length||e.length%2)throw new o("invalid bit length for language");{const t=65,n=e.length/2,o=w.decode(e.slice(0,n),n)+t,r=w.decode(e.slice(n),n)+t;s=String.fromCharCode(o)+String.fromCharCode(r)}return s}}class _{static encode(e){let t=w.encode(e.numRestrictions,Z.numRestrictions);return e.isEmpty()||e.getRestrictions().forEach((s=>{t+=w.encode(s.purposeId,Z.purposeId),t+=w.encode(s.restrictionType,Z.restrictionType);const n=e.getVendors(s),o=n.length;let r=0,i=0,a="";for(let t=0;t<o;t++){const s=n[t];0===i&&(r++,i=s);const c=n[o-1],l=e.gvl.vendorIds,d=e=>{for(;++e<=c&&!l.has(e););return e};if(t===o-1||n[t+1]>d(s)){const e=!(s===i);a+=b.encode(e),a+=w.encode(i,Z.vendorId),e&&(a+=w.encode(s,Z.vendorId)),i=0}}t+=w.encode(r,Z.numEntries),t+=a})),t}static decode(e){let t=0;const s=new h,n=w.decode(e.substr(t,Z.numRestrictions),Z.numRestrictions);t+=Z.numRestrictions;for(let r=0;r<n;r++){const n=w.decode(e.substr(t,Z.purposeId),Z.purposeId);t+=Z.purposeId;const r=w.decode(e.substr(t,Z.restrictionType),Z.restrictionType);t+=Z.restrictionType;const i=new f(n,r),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 r=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<r)throw new o(`Invalid RangeEntry: endVendorId ${n} is less than ${r}`);for(let e=r;e<=n;e++)s.add(e,i)}else s.add(r,i)}}return s.bitLength=t,s}}!function(e){e[e.FIELD=0]="FIELD",e[e.RANGE=1]="RANGE"}(m||(m={}));class k{static encode(e){const t=[];let s,n=[],o=w.encode(e.maxId,Z.maxId),r="";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(((o,i)=>{if(r+=b.encode(o),s=e.maxId>c&&l<a,s&&o){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?(o+=String(m.RANGE),o+=this.buildRangeEncoding(t)):(o+=String(m.FIELD),o+=r),o}static decode(e,t){let s,n=0;const r=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===m.RANGE){if(s=new v,1===t){if("1"===e.substr(n,1))throw new o("Unable to decode default consent=1");n++}const r=w.decode(e.substr(n,Z.numEntries),Z.numEntries);n+=Z.numEntries;for(let t=0;t<r;t++){const t=b.decode(e.charAt(n));n+=Z.singleOrRange;const o=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=o;e<=t;e++)s.set(e)}else s.set(o)}}else{const t=e.substr(n,r);n+=r,s=S.decode(t,r)}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]:C,[a.vendorListVersion]:w,[a.policyVersion]:w,[a.isServiceSpecific]:b,[a.useNonStandardStacks]:b,[a.specialFeatureOptins]:S,[a.purposeConsents]:S,[a.purposeLegitimateInterests]:S,[a.purposeOneTreatment]:b,[a.publisherCountryCode]:C,[a.vendorConsents]:k,[a.vendorLegitimateInterests]:k,[a.publisherRestrictions]:_,segmentType:w,[a.vendorsDisclosed]:k,[a.vendorsAllowed]:k,[a.publisherConsents]:S,[a.publisherLegitimateInterests]:S,[a.numCustomPurposes]:w,[a.publisherCustomConsents]:S,[a.publisherCustomLegitimateInterests]:S}}class P{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.useNonStandardStacks,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 E{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 T{static fieldSequence=new P;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 o="";t!==p.CORE&&(o=w.encode(A.KEY_TO_ID[t],Z.segmentType));const i=I();return s.forEach((s=>{const r=e[s],c=i[s];let l=Z[s];void 0===l&&this.isPublisherCustom(s)&&(l=Number(e[a.numCustomPurposes]));try{o+=c.encode(r,l)}catch(e){throw new n(`Error encoding ${t}->${s}: ${e.message}`)}})),r.encode(o)}static decode(e,t,s){const n=r.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 r=Z[e];if(void 0===r&&this.isPublisherCustom(e)&&(r=Number(t[a.numCustomPurposes])),0!==r){const a=n.substr(i,r);if(t[e]=s===k?s.decode(a,t.version):s.decode(a,r),Number.isInteger(r))i+=r;else{if(!Number.isInteger(t[e].bitLength))throw new o(e);i+=t[e].bitLength}}})),t}static isPublisherCustom(e){return 0===e.indexOf("publisherCustom")}}class O{static processor=[e=>e,(e,t)=>{e.publisherRestrictions.gvl=t,e.purposeLegitimateInterests.unset(1);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach(((s,n)=>{s.forEach(((o,r)=>{if(o){const o=t.vendors[r];if(!o||o.deletedDate)s.unset(r);else if(0===o[n].length)if("legIntPurposes"===n&&0===o.purposes.length&&0===o.legIntPurposes.length&&o.specialPurposes.length>0);else if(e.isServiceSpecific)if(0===o.flexiblePurposes.length)s.unset(r);else{const t=e.publisherRestrictions.getRestrictions(r);let o=!1;for(let e=0,s=t.length;e<s&&!o;e++)o=t[e].restrictionType===d.REQUIRE_CONSENT&&"purposes"===n||t[e].restrictionType===d.REQUIRE_LI&&"legIntPurposes"===n;o||s.unset(r)}else s.unset(r)}}))})),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.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 o=e.version-1;if(!this.processor[o])throw new n(`Invalid version: ${e.version}`);return this.processor[o](e,s)}}class L extends Error{constructor(e){super(e),this.name="GVLError"}}class x{static absCall(e,t,s,n){return new Promise(((o,r)=>{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){}o(e)}else r(new Error(`HTTP Status: ${i.status} response type: ${i.responseType}`))})),i.addEventListener("error",(()=>{r(new Error("error"))})),i.addEventListener("abort",(()=>{r(new Error("aborted"))})),null===t?i.open("GET",e,!0):i.open("POST",e,!0),i.responseType="json",i.timeout=n,i.ontimeout=()=>{r(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 $ 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 L("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;lang_;isLatest=!1;constructor(e){super();let t=$.baseUrl;if(this.lang_=$.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!t)throw new L("must specify GVL.baseUrl before loading GVL json");if(e>0){const s=e;$.CACHE.has(s)?(this.populate($.CACHE.get(s)),this.readyPromise=Promise.resolve()):(t+=$.versionedFilename.replace("[VERSION]",String(s)),this.readyPromise=this.fetchJson(t))}else $.CACHE.has($.LATEST_CACHE_KEY)?(this.populate($.CACHE.get($.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(t+$.latestFilename))}}static emptyLanguageCache(e){let t=!1;return void 0===e&&$.LANGUAGE_CACHE.size>0?($.LANGUAGE_CACHE=new Map,t=!0):"string"==typeof e&&this.consentLanguages.has(e.toUpperCase())&&($.LANGUAGE_CACHE.delete(e.toUpperCase()),t=!0),t}static emptyCache(e){let t=!1;return Number.isInteger(e)&&e>=0?($.CACHE.delete(e),t=!0):void 0===e&&($.CACHE=new Map,t=!0),t}cacheLanguage(){$.LANGUAGE_CACHE.has(this.lang_)||$.LANGUAGE_CACHE.set(this.lang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks})}async fetchJson(e){try{this.populate(await x.fetch(e))}catch(e){throw new L(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,vendors:this.fullVendorList}))}async changeLanguage(e){const t=e.toUpperCase();if(!$.consentLanguages.has(t))throw new L(`unsupported language ${e}`);if(t!==this.lang_)if(this.lang_=t,$.LANGUAGE_CACHE.has(t)){const e=$.LANGUAGE_CACHE.get(t);for(const t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}else{const t=$.baseUrl+$.languageFilename.replace("[LANG]",e);try{await this.fetchJson(t),this.cacheLanguage()}catch(e){throw new L("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.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&&$.CACHE.set($.LATEST_CACHE_KEY,this.getJson()),$.CACHE.has(this.vendorListVersion)||$.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 o=e.charAt(0).toUpperCase()+e.slice(1);let r;const i={};return r="purpose"===e&&s?this["by"+o+"VendorMap"][String(t)][s]:this["by"+(n?"Special":"")+o+"VendorMap"][String(t)],r.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 $(this.getJson());return this.lang_!==$.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return"object"==typeof e&&"function"==typeof e.narrowVendorsTo}}class D extends c{static consentLanguages=$.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardStacks_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=2;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 h;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){$.isInstanceOf(e)||(e=new $(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 useNonStandardStacks(e){this.useNonStandardStacks_=e}get useNonStandardStacks(){return this.useNonStandardStacks_}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 R{static encode(e,t){let s,n="";return e=O.process(e,t),s=Array.isArray(null==t?void 0:t.segments)?t.segments:new E(e,t)[""+e.version],s.forEach(((t,o)=>{let r="";o<s.length-1&&(r="."),n+=T.encode(e,t)+r})),n}static decode(e,t){const s=e.split("."),n=s.length;t||(t=new D);for(let e=0;e<n;e++){const n=s[e],o=r.decode(n.charAt(0)).substr(0,Z.segmentType),i=A.ID_TO_KEY[w.decode(o,Z.segmentType).toString()];T.decode(n,t,i)}return t}}}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return s[e].call(r.exports,r,r.exports,o),r.exports}o.m=s,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var s in t)o.o(t,s)&&!o.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,s)=>(o.f[s](e,t),t)),[])),o.u=e=>"2.4.906/wpjslib-chunk-sgap-"+{124:"aab",345:"diagnostic",416:"whitelist",599:"notification",730:"performance",831:"cb"}[e]+".js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="__proto__1698930993605__:",o.l=(s,n,r,i)=>{if(e[s])e[s].push(n);else{var a,c;if(void 0!==r)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+r){a=u;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",t+r),a.src=s),e[s]=[n];var p=(t,n)=>{a.onerror=a.onload=null,clearTimeout(m);var o=e[s];if(delete e[s],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((e=>e(n))),t)return t(n)},m=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)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.p="https://std.wpcdn.pl/wpjslib6/",(()=>{var e={765:0};o.f.j=(t,s)=>{var n=o.o(e,t)?e[t]:void 0;if(0!==n)if(n)s.push(n[2]);else{var r=new Promise(((s,o)=>n=e[t]=[s,o]));s.push(n[2]=r);var i=o.p+o.u(t),a=new Error;o.l(i,(s=>{if(o.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var r=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.src;a.message="Loading chunk "+t+" failed.\n("+r+": "+i+")",a.name="ChunkLoadError",a.type=r,a.request=i,n[1](a)}}),"chunk-"+t,t)}};var t=(t,s)=>{var n,r,[i,a,c]=s,l=0;if(i.some((t=>0!==e[t]))){for(n in a)o.o(a,n)&&(o.m[n]=a[n]);if(c)c(o)}for(t&&t(s);l<i.length;l++)r=i[l],o.o(e,r)&&e[r]&&e[r][0](),e[r]=0},s=self.webpackChunk_proto_1698930993605_=self.webpackChunk_proto_1698930993605_||[];s.forEach(t.bind(null,0)),s.push=t.bind(null,s.push.bind(s))})(),(()=>{"use strict";o(8017);var e=o(1114),t=o(703),s=o(3574),n=o(4024),r=o(1774),i=o(5068),a=o(7003),c=o(3205),l=o(7384),d=o(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=o(2647);const m=(e,o)=>{r.default.es6=!0,r.default.bucket=r.default.es6?"wpjslib6":"wpjslib",r.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)||r.default.es6?(0,i.Z)({src:e,crossorigin:!0,onLoad:t,onError:t}):(u(e,!0),c.Z.f(t)&&t())},m=()=>{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={}}=r.default,u=!l[c];if(r.default.variants=l,u){l[c]=!0;let e,{bucket:t}=r.default;a?(t="wpjslib6",e=a[2]):i?(t="wpjslib",e=i[2]):s&&(e=s[2]),r.default.mode=!0,r.default.branch=e,r.default.bucket=t;const o=(0,n.Z)(t,e,c,r.default.mode,"js",r.default.canary);d(o)}else o()}else o()},f=(0,l.Z)("prebidConfig");null!=f&&f[2]&&!r.default.prebidConfig?(r.default.prebidConfig=f[2],d(`${s.Z}mocks/adv/config/inline/${r.default.prebidConfig}.js`,m)):m()};var f=o(1489),g=o(2395),h=o(1327);const A=()=>{if((0,t.qm)("noerror"))return;const e=(e,t,s,n,o)=>{if(c.Z.o(e))(0,h.Z)(e);else{const r=o||{message:e,fileName:t,lineNumber:s,colNumber:n};(0,h.Z)({error:r})}},s=window.onerror;if(null!=s&&s.toString){if(s.toString().includes("message.includes(magic")){const e=f.Ey;(0,g.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 v=o(1530),Z=o(9349),b=o(4190);const w=(e,t,s,n,o=!1)=>{!o&&r.default.initialized?(0,Z.Z)("WPJSlib was initialized multiple times.","error"):(r.default.ver="2.4.906",r.default.buildDate="2023-11-02 14:16:33",r.default.uniformVer="1.3.54",r.default.subver=e,o||(r.default.initialized=!0),(0,Z.Z)(`WPJSlib ${r.default.es6?"ES6":"ES5"} ${r.default.ver} ${r.default.subver} (${r.default.buildDate})`,"info"),(0,v.Z)("WPJSlib ES6",r.default.es6),A(),(0,b.Z)("WPJS",t,s),(0,b.Z)("flush",n))};m("wpjslib-sgap",(()=>{w("sgap",(e=>{o(77).Z(e),o(7983).Z(e),o(2889).Z(e)}),e.WP,e.y)}))})()})();