/*! @WPM ! WPJSlib ES6 production 2.4.981 2.4.981/wpjslib-chunk-sgap-wpjslib-sgap.js (2024-01-29 15:12:49) */(()=>{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 d=s(2649);Object.defineProperty(t,"setCustomLogger",{enumerable:!0,get:function(){return d.setCustomLogger}});var l=i(s(1630));t.unmess=l.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 d=n(s(8595));t.uniformDomains=d.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","dev1login.wp.pl","polygamia.pl","gadzetomania.pl","komorkomania.pl","fotoblogia.pl","autokult.pl","e.autokult.pl","partner.wp.pl","www.dobreprogramy.pl","wirtualnaukraina.pl","vpolshchi.pl","nowosti.pl","www.money.pl","www.autocentrum.pl","essanews.com","wpext.pl","deliciousmagazine.pl"]},1047:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var 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)),d=s(8339),l=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"],I=["do","rk","aabma"],P=["aabko","aabdc","aabkord","maw","daw"],k=/(\.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,U=w;f.default.o(t[0])&&!(0,g.default)(t[0])?(U=(e=t[0]).url,e.forceLoad,n=e.immutable,o=e.mode,r=e.depth,i=e.forceDomain,a=e.length,D=e.keybase,N=e.noDomain,j=e.momentaryState):(U=t[0],t[1],n=t[2],o=t[3],r=t[4],i=t[5],a=t[6],D=t[7],N=t[8],j=t[9]),(0,g.default)(U)&&(U=U.toString()),R.input=U,c.debug(R);var F=j||u.default;if(F.collector&&F.collector(R),!F.enabled)return R.error="disabled",U;if(!U)return c.issue("Given URL is empty."),R.error="empty URL",U;if(U.startsWith("data:"))return U;if(U.includes("/".concat(S,"/")))return U.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"),U;var q=(0,d.parsePath)(U);if(q.error)return c.issue('Given URL "'.concat(U,'" is incorrect.')),R.error="incorrect URL",q.data;var z=q.hostname,H=q.pathname;R.inputLength=U.length,R.hostname=z,R.pathname=H;var G=(0,p.getCephIdentifier)(z);if(G||(G=p.domainMap[z]),!G&&z===F.locationHost&&C.includes(z)?G="hh":$.t=G,!G)return R.error="no identifier",U;var W,K=k.test(H),J=E.test(H);if(f.default.u(o)){if(G.startsWith("cph"))if(K){if(o=A,"cph_std"===G){var Q=Math.floor(Date.now()/6048e5).toString().repeat(2);W=Q,D=String(Array.from(W).reduce((function(e,t){return 0|31*e+t.charCodeAt(0)}),0))}}else o=Z;if("hh"===G)if(K)o=A;else{if(!J)return U;o=Z}else P.includes(G)?o=A:I.includes(G)?(o=v,D=(0,l.randomize)(10,36)):_.includes(G)&&(o=Z)}o===Z&&f.default.u(r)&&T.test(H)&&(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=G,R.immutable=n;var Y=S;if(i?Y=i:o===A||o===v||"hh"===G?Y=F.applicationHost:"target"===o&&(Y=F.targetHost),!Y)return R.error="no hostname",U;(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))}($,U,a||666.6666666666666),Y="https://".concat(Y);var X=w;if(H.startsWith(y)&&(X=decodeURIComponent(H.substr(1)),X=unescape(encodeURIComponent(X))),"file"===r||r===b)M=q[b],r===b&&(M=w,X+=q[b]);else{var ee=X.match(x);if(!ee)return R.error="encoding not needed",U;X=ee[1]+y,M=ee[2]+q[b]}$.u=y+X,R.json=$,X="/aabv3/".concat(JSON.stringify($)),(!D||D.length<8)&&(D=n?H:(0,l.randomize)(10,36));try{R.inKeybase=D,D=(0,m.btoa)(D).substr(-12,8),R.keybase=D,R.toEncode=X,R.noEncode=M,B=N?y+D:Y+y+D;var te=(0,l.sxor)(X,D);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(U,")")),U}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:U.substring(0,250),path:"EncodedURLTooLong",campaign:R.outputLength}),R.error="encoded URL too long",U):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)),d=s(5927),l=!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&&l){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)}l=!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(d.aabDomains,d.uniformDomains).join("|"),")")).test(p.locationHost),!p.isReady&&d.aabDomainsExternal[p.locationHost]&&(p.isReady=!0,p.locationHost=d.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),d=s(5927),l=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,l.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),I=(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)(I,C)),y=t.identifier,S=t.path}catch(t){return e}var P=m;if(w=Object.entries(d.domainMap).find((function(e){var t=e[0];return e[1]===y&&(P=t,!0)})),!w){var k=(0,d.getCephDomain)(y);k&&(w=!0,P=k)}w||(P=r);try{var E=decodeURIComponent(escape(S));b=(b="https://".concat(P).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:()=>d,tn:()=>n});const n="WPaabwl",o="WPwlc",r="WPwlbcapp",i=18e4,a="WPwlab",c="WPabcsd",d="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)=>{n.Z.f(o)&&o(e,t,s)}},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)}else(0,o.o)("apstagApi");return e.apstag}},8312:(e,t,s)=>{"use strict";s.d(t,{RK:()=>c,Y2:()=>d,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()},d=e=>a.get(e),l=(e,t,s)=>{(0,o.Z)({message:"AlternativeSlot",path:t,fileName:typeof s,slot:e},1e3)},u=(e,t,s)=>{l(e,s,t);if((0,n.ni)(e)!==t){if((0,i.Z)(t))return a.set(e,t),t}else l(e,"SameAlternativeSlot",t)}},6719:(e,t,s)=>{"use strict";s.d(t,{FJ:()=>Z,Hw:()=>h,Iq:()=>g,K5:()=>C,Km:()=>A,Lh:()=>f,ZG:()=>m,__:()=>v,bh:()=>u,cT:()=>S,fw:()=>y,fx:()=>w,z9:()=>b});var n=s(5394),o=s(1774),r=s(5046),i=s(6539);const a={},c={},d={};o.default.bunchStore=a,o.default.contextStore=c,o.default.bdDataStore=d;const l=e=>a[e],u=(e,t)=>{let s;return e?(s=l(e),s&&t&&(s=s.slots?s.slots[t]:null)):s=a,s},p=(e,t)=>{try{Object.assign(e,t)}catch(e){(0,n.Z)(e,"sao")}},m=e=>{p(c,e)},f=e=>{p(d,e)},g=()=>{(0,r.Z)(a)},h=()=>{(0,r.Z)(c)},A=e=>{if(!e)return;let t=l(e);return t||(t={},a[e]=t),t},v=e=>{let{slots:t}=e;return t||(t={},e.slots=t),t},Z=e=>{const t=A(e);if(t)return v(t)},b=(e,t,s)=>{const n=Z(e);if(n){let e=n[t];return!e&&s&&(e={created:!0},n[t]=e),e}},w=(e,t,s)=>{const n=Z(e);n&&(n[t]=s)},y=e=>e?(0,i.Z)(e,c):c,S=e=>e?(0,i.Z)(e,d):d,C=()=>y("geo")},9300:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1440),o=s(46),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)},2510:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1774);const o=()=>"blackbox"===n.default.subver},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),d=s(9300),l=s(3205),u=s(2890),p=s(6918),m=s(5253);const f=(e,t)=>(s,n,r)=>{const i=(0,o.Z)(),d=()=>{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(d,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)(),l.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),d()};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,d.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),l.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&&l.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(9072);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(9072);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!1,released:!1})}},9072:(e,t,s)=>{"use strict";s.d(t,{Z:()=>f});var n=s(8886),o=s(7795),r=s(3205);const i=(0,n.cu)("sticky"),a="closed";var c=s(8727),d=s(9300),l=s(6590),u=s(6205);const p="Placeholders",m=(0,n.cu)(`${p}Bg>div`,{backgroundColor:"transparent",backgroundImage:"none"}),f=(e,t={})=>{const s=(0,u.Z)(e);if((0,d.Z)(s,e))return;const f=l.Z[s];if(f){Object.assign(f,t);const{element:e}=f;if(e){const{released:t,transparent:d,hidden:l,fixed:u,sticky:g,durable:h,stickyOnInit:A,stickyAd:v,blocker:Z}=f,b=`${p}${s}`,w={},y=e=>Object.assign(w,e);if(l&&!h)y(((e,t)=>((0,n.Cj)(e,a,`${a}${t}`),{"height!":0,"minHeight!":0,"padding!":0,"margin!":0,"overflow!":"hidden"}))(e,s));else if(y((({element:e,margin:t,padding:s},r)=>((0,n.ef)(e,a,`${a}${r}`),{"height!":null,"minHeight!":null,"width!":null,"minWidth!":null,"padding!":(0,o.Z)(s)?null:s,"margin!":(0,o.Z)(t)?null:t}))(f,s)),t)if(y((({overflow:e,backgroundColor:t,transparent:s})=>({"overflow!":e||null,"backgroundColor!":t||(s?"transparent":null),"backgroundImage!":"none"}))(f)),u){y((r.Z.b(g)?g:(0,c.R)())?(({align:e,top:t=15},s)=>{const o=["left","right"].includes(e),r=Object.assign({position:"sticky",top:t},o&&(e=>({[e]:0,[`margin-${e}`]:0}))(e));return(0,n.cu)(`${s} .${i}`,r),{"display!":"block"}})(f,b):{"display!":"flex","justifyContent!":"center","alignItems!":"center"});const{minHeight:e}=f;e&&y((e=>({"height!":"auto","minHeight!":e}))(e))}else Z&&y({"clear!":"none","float!":"right"}),y((({width:e,height:t})=>Object.assign({"display!":null,"justifyContent!":null,"alignItems!":null},!r.Z.u(t)&&(e=>"auto"===e?{"height!":"auto","minHeight!":0}:{"minHeight!":e})(t),e&&{"width!":e,"minWidth!":"auto"}))(f));else y((({minWidth:e,minHeight:t})=>({"minWidth!":e||null,"minHeight!":t||null,"overflow!":null,"backgroundColor!":null,"backgroundImage!":null}))(f));const S=Object.assign({zIndex:0,"position!":A||v?null:"relative"},w);(0,n.cu)(b,S),(0,n.aB)(e,m,t&&d),(0,n.Vx)(!l)}}return f}},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:()=>p,ie:()=>u,vi:()=>l});var n=s(7379),o=s(1774),r=s(7550),i=s(8917),a=s(9349),c=s(5150);const d=(0,n.Z)();o.default.envConfig=d;const l=e=>{e&&d&&delete d[e]},u=(e,t,s)=>{const n=(0,c.Z)(e),o=(0,c.Z)(t);if((0,r.Z)(n))if((0,r.Z)(o)||(0,i.Z)(o)){d[n]=o;(n+o).length+2>512&&(0,a.Z)("Env added to GAF exceeded 512 chars limit.",!0)}else s&&l(n)},p=()=>Object.assign({},d)},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 d=new Set,l=new Set,u=e=>{if((0,o.I)())return!0;const t=(0,c.Z)(e);if(0!==t){if(d.size)return!d.has(t);if(l.size)return l.has(t)}return!1},p=e=>{(d.size||l.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=>{d.add(e)})),u(s,(e=>{d.has(e)||l.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)&&d.add(o)}return e&&d.add(e),{pickSlots:d,rejectSlots:l}}},421:(e,t,s)=>{"use strict";s.d(t,{M:()=>i,c:()=>a});var n=s(7379),o=s(1774);const r=(0,n.Z)();o.default.slotsStore=r;const i=(e,t)=>{r[e]=t},a=(e,t)=>{const s=r[e];if(s){const{creation:n}=s;if(r[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),d=s(6918),l=s(1774),u=s(5253),p=s(9610);const m=(0,c.Z)();l.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,d.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,d.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,d.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,d.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},1120:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});var n=s(6719),o=s(8457),r=s(5185),i=s(9544),a=s(9300),c=s(6205);const d=(e,t,s,d,l)=>{const u=(0,c.Z)(t);if((0,a.Z)(u,t))return;const p=s||(0,n.z9)(e,u);p&&((0,r.Z)(p),p.finished=1,p.success=0,p.viewed=0,(0,i.Z)(e,u,p,d,l),(0,o._)())}},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,d)=>{const l=(0,a.Z)(t);if((0,i.Z)(l,t))return;(s||(0,o.z9)(e,l))&&((0,n.c)(l,d),c&&(0,r.Z)(l))}},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:()=>ie});var n=s(6719),o=s(703),r=s(3476),i=s(6257),a=s(7754),c=s(2863),d=s(1770);const l=(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(1511);const y=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}}};var S=s(1913),C=s(9319);const _=e=>!(e.run||e.error||e.finished);var I=s(6205);const P=(e,t,s)=>{if(_(s)){const n=(0,I.Z)(t),o=(0,I.Z)(e);(0,C.t)()(o,n,s)}},k=(e,t,s)=>{if(s){y(t)?P(e,t,s):S.Z.fill((()=>{P(e,t,s)}))}};var E=s(9374),T=s(619),O=s(2014);const L=(e,t,s,n)=>{n&&(n.viewability||(0,T.Z)(n,E.cC,{}),n.viewability[h.$F]||(0,T.Z)(n.viewability,h.r_,{[E.PY]:s[E.PY],phd:(0,O.Z)(document.hidden)}))},x=(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),o=(0,b.yi)((t=>{(0,u.Z)((0,n.bh)(),(s=>{const o=(0,n.z9)(s,e);L(s,e,t,o),k(s,e,o)}))}),10,s);(0,w.Z)(t,[o],`${h.EY}_${e}_`)};var D=s(3121),$=s(8886),R=s(5467),j=s(9783),N=s(5599),M=s(9951),V=s(6598);const B=new Map,U=(0,$.cu)("stopScroll",{height:"100%",overflow:"hidden !important"});(0,D.aS)((()=>{B.clear()}));const F=(0,c.g1)("scrollSnap"),q=(0,I.Z)((0,o.qm)("slotSnapTopMargin"))||F.slotSnapTopMargin||30,z=(0,I.Z)((0,o.qm)("slotSnapMinMargin"))||F.slotSnapMinMargin||0,H=(0,I.Z)((0,o.qm)("slotSnapVerticalMargin"))||F.slotSnapVerticalMargin||100,G=(0,I.Z)((0,o.qm)("slotSnapDelay"))||F.slotSnapDelay||100,W=!!(0,o.qm)("slotSnapDisableVCheck")||!!F.slotSnapDisableVCheck,K=parseFloat((0,o.qm)("slotSnapMaxVelocity"))||F.slotSnapMaxVelocity||3.5,J=(e,t)=>{const s=(0,b.q0)((()=>{var s,o;const{top:r}=(0,M.Z)(t),i=(0,n.z9)((0,R.P)(),e),a=!(null==i||null==(s=i.viewability)||null==(o=s[h.$F])||!o[E.PY]),c=!!B.has(e);if((W||!a)&&!c){const t={top:r-q,behavior:"smooth"},s=(0,N.Z)();d.mL?(window.scrollTo(t),setTimeout((()=>{(0,j.Cj)(s,U),setTimeout((()=>{(0,j.ef)(s,U)}),70)}),G)):((0,j.Cj)(s,U),setTimeout((()=>{(0,j.ef)(s,U),window.scrollTo(t)}),G)),B.set(e,!0);const n={slot:e,slotSnapTopMargin:q,slotSnapMinMargin:z,slotSnapVerticalMargin:H,slotSnapDelay:G,slotSnapDisableVCheck:W,slotSnapMaxVelocity:K};(0,V.Z)("scrollSnap",n)}}),H,z,K);(0,w.Z)(t,[s],`${h.T3}_${e}_`)};var Q=s(6590);const Y="0"===(0,o.qm)("lazyAdv"),X=e=>{const{dfpConfig:t,lazy:s}=e;let n=!s;return t&&(n=!1),Y&&(n=!0),n},ee=(e,t,s)=>{if(null!=s&&s.delivered){X(s)&&P(e,t,s)}},te=(0,o.qm)("noslots"),se=!d.TL&&((0,c.fS)("useScrollSnap")||(0,a.wV)("scrollSnapTestVersion")||(0,o.qm)("forceScrollSnap")),ne=(0,o.qm)("slotsToSnap"),oe=(0,c.g1)("scrollSnap");let re=ne?ne.split(",").map(I.Z).filter(Boolean):oe.slotsToSnap;if((0,a.wV)("scrollSnapTestVersion")){const{version:e}=(0,a.Uu)();re=re[e]||re.default||re}const ie=(e,t,s)=>{const o=(0,I.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),te)return;if((0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);l(e,o,t),ee(e,o,t)})),x(o,c),se&&re.includes(o)){const e=Q.Z[o]?c:c.parentElement;J(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 d=(e,t,s)=>{try{e(t,s)}catch(e){(0,o.Z)(e,"SlotHandlers")}},l=(e,t,s)=>{c[e].forEach((e=>{d(e,t,s)}))},u=(e,t)=>{l("registration",e,t)},p=(e,t)=>{l("impression",e,t)},m=(e,t)=>{l("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=>{d(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:()=>d});var n=s(6719),o=s(3476),r=s(9544),i=s(369),a=s(9300),c=s(6205);const d=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)})))}},5185:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(232),o=s(1608);const r=e=>{null!=e&&e.viewability&&e.viewability[n.$F]&&((0,o.Z)(e.container),delete e.container,delete e.viewability[n.$F])}},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)}},232:(e,t,s)=>{"use strict";s.d(t,{$F:()=>i,EY:()=>o,OI:()=>a,T3:()=>d,bH:()=>r,i6:()=>l,kS:()=>c,r_:()=>n});const n="slotViewability",o="slotInViewport",r="slotRefresh",i="advViewability",a="advExtraViewability",c="advCustomViewability",d="slotScrollSnapping",l=[n,o,r,i,a,c,d]},6184:(e,t,s)=>{"use strict";s.d(t,{MA:()=>d,Zp:()=>a,gQ:()=>i,jq:()=>r,q0:()=>l,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}),d=(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}),l=(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"]},916:(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},5427:(e,t,s)=>{"use strict";s.d(t,{AW:()=>a,Bm:()=>p,Hu:()=>g,Jz:()=>i,Ko:()=>r,YX:()=>f,bC:()=>u,dA:()=>n,oq:()=>o,r0:()=>v,rU:()=>m,rj:()=>c,sT:()=>A,up:()=>Z,wb:()=>d,yG:()=>h,yd:()=>l});const n="adform",o="automate",r="blackbox",i="blocker",a="code",c="dcm",d="directProgrammatic",l="fencedFrame",u="iframe",p="image",m="mod",f="native",g="nativeAutomate",h="outstream",A="prebid",v="video",Z=new Set([n,o,r,i,a,c,d,l,u,p,m,f,g,h,A,v])},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)},d=(e,t)=>e.classList.contains(t);var l=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,d(t,"btn-comments")||d(t,"close")||/pogoda.wp.pl/.test(t.href)&&(d(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,l.Z)({message:p,path:"missing link element"},100,`Missing clicked link element for ${p}.`,!0)}},5435:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPstadcp"},2222:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(3495),r=s(4263);const i=(e,t)=>{(0,o.Z)().filter(Boolean).filter((e=>e!==t)).filter((e=>"bind,events,id,off,on,p,unbind"!==Object.keys(e).sort().join())).forEach((t=>{t.pause(!0),t.mute(),e&&(t.deactivateFloating(),t.closeFloatingPlayer())}));const s=(0,n.cu)("ntvVd");Array.from((0,r.Z)(`.${s}`,!0)).filter((e=>e!==t)).forEach((e=>{e.pause(),e.muted=!0}))}},1674:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7550);const o=e=>{let t=e;if(t){let{protocol:e}=window.location;"https:"!==e&&(e="http:"),/^\/\//.test(t)&&(t=e+t)}return t};var r=s(625);const i=(e,t)=>{const s=o((0,r.Z)(t));let i=s;return(0,n.Z)(e)&&(i=e,(0,n.Z)(s)&&(i+=encodeURIComponent(s))),i}},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.K)(),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,{K:()=>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")},3769:(e,t,s)=>{"use strict";s.d(t,{X:()=>r,w:()=>o});let n=!1;const o=e=>{n=e},r=()=>n},7754:(e,t,s)=>{"use strict";s.d(t,{wV:()=>d,Uu:()=>a,ju:()=>c,UQ:()=>i});var n=s(3769),o=s(2863);const r=e=>{var t;const s=e||"default",n=(0,o.CV)("S2Sconfig"),r=null==n||null==(t=n.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}},i=(e,t)=>{const s=t||(0,n.X)();return s&&s[e?"stVersion":"version"]||!1},a=e=>{const t=e||(0,n.X)();return!(!t||!t.version)&&t},c=()=>{const e=(0,n.X)();return r(null==e?void 0:e.version)},d=e=>{const t=a(),s=t[e];return!(!s||!s.includes(t.version))}},8337:(e,t,s)=>{"use strict";s.d(t,{$M:()=>i,B6:()=>p,LY:()=>d,OS:()=>g,Tc:()=>l,Vm:()=>r,ZJ:()=>f,a8:()=>u,b9:()=>c,qj:()=>o,st:()=>a,vC:()=>n,vU:()=>m});const n=-1,o=0,r=1,i=2,a=3,c=4,d=5,l=0,u=1,p=2,m=3,f=4,g=5},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)}))}},8457:(e,t,s)=>{"use strict";s.d(t,{_:()=>d,v:()=>c});var n=s(1770),o=s(5068);const r=window;let i=!1;const a=e=>{if((0,n.Rf)()&&!i)if(r.context)e();else{var t;r.addEventListener("amp-windowContextCreated",(()=>{e()}));const s=null==(t=r.AMP_CONTEXT_DATA)?void 0:t.ampcontextFilepath;s&&(0,o.Z)({src:s,id:"amp-context",onError:()=>{i=!0},onLoad:()=>{r.context||(i=!0)}})}},c=(e,t,s)=>{a((()=>{const n="auto"!==t&&"auto"!==s&&{width:t,height:s};null==r.context.requestResize||r.context.requestResize(t,s+24,!0),null==r.context.renderStart||r.context.renderStart(n),null==r.context.reportRenderedEntityIdentifier||r.context.reportRenderedEntityIdentifier(`wpmedia_slot_${e}`)}))},d=()=>{a((()=>{null==r.context.noContentAvailable||r.context.noContentAvailable()}))}},4238:(e,t,s)=>{"use strict";s.d(t,{D:()=>a,j:()=>i});var n=s(9750);const o=[n.yD,n.sN];let r;const i=()=>r,a=e=>{o.includes(e)&&(r=e)}},9750:(e,t,s)=>{"use strict";s.d(t,{AL:()=>o,JW:()=>l,g0:()=>d,jW:()=>i,jg:()=>r,qB:()=>n,sN:()=>a,yD:()=>c});const n="native_passback",o="native_teaser_hide",r="end",i="error",a="parent",c="creative",d="blackbox::",l=new RegExp(`^${d}`)},3962:(e,t,s)=>{"use strict";s.d(t,{Al:()=>l,blackBoxInnerFrameData:()=>u,WR:()=>d,Rm:()=>a,bc:()=>c,Sl:()=>p});var n=s(9750),o=s(5394),r=s(1120);const i=(e,t)=>{const s=new Error(`${n.sN} - ${e} - ${t}`),[,i,a]=e.split("|");(0,o.Z)(s,"BlackBox.misses"),(0,r.Z)(i,a)},a=new Map;a.misses=e=>i(e,"cannot get iFrame!");const c=new Map;c.misses=e=>i(e,"cannot get creation!");const d=new Map,l=new Map,u={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}},p=()=>{[c,d,l].forEach((e=>e.clear())),a.forEach(((e,t)=>{e.destroy(),a.delete(t)}))}},7331:(e,t,s)=>{"use strict";s.d(t,{Bj:()=>d,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,d=5},3548:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t,s,o)=>{const{method:r="POST",payload:i,withCredentials:a,crossOrigin:c}=t,d=n.Z.f(s)||n.Z.f(o),l=new XMLHttpRequest,u=()=>{if(4===l.readyState){const{status:e,responseText:t}=l;if(200===e)try{if(t){let e;try{e=JSON.parse(t)}catch(s){e=t}s(e)}else{o("Error: response is empty")}}catch(e){const{message:t}=e;o(t)}else{o(`XHR failed: ${e}`)}}};l.open(r,e),l.withCredentials=a,l.crossOrigin=c,d&&(l.onreadystatechange=u),l.send(i&&JSON.stringify(i))}},9943:(e,t,s)=>{"use strict";s.d(t,{BD:()=>u,OT:()=>c,XG:()=>l,_X:()=>d});var n=s(7331);let o,r=!1,i=!1,a=n.xb;const c=()=>r,d=()=>i,l=()=>a,u=()=>o},9853:(e,t,s)=>{"use strict";s.d(t,{Zd:()=>Z,co:()=>b,wU:()=>w,ZP:()=>y,go:()=>A,KF:()=>v,bB:()=>g,zK:()=>h,jO:()=>f});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(7379),i=s(619),a=s(1774),c=s(369),d=s(6539),l=s(7550),u=s(3205);const p=(0,r.Z)();a.default.testsStore=p;const m=e=>{const t=new Map;return(0,i.Z)(p,e,t),Object.defineProperty(t,"getString",{value:()=>[...t.entries()].map((t=>[e,...t].join("|"))).join(";")}),t},f=(e,t,s)=>{const r=p[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")},g=(e,t)=>{const s=p[e];if(s)return s.get(t);(0,n.Z)("Authority store does not exist.","error")},h=(e,t,s)=>{const n=g(e,t);return u.Z.u(s)?(0,l.Z)(n):(o(e,t,s),n===s)},A=()=>{const e=(0,r.Z)();return(0,c.Z)(p,((t,s)=>{e[t]=Object.fromEntries(s.entries())})),e},v=()=>Object.values(p).map((e=>e.getString())).filter((e=>""!==e)).join(";"),Z=m("adtech"),b=m("analytics"),w=m("application"),y=()=>{const e=(0,d.Z)("wp_abtest");(0,c.Z)(e,((e,t)=>{(0,c.Z)(t,((t,s)=>{f(e,t,s)}))}))}},8886:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>c,El:()=>o,Vx:()=>a,aB:()=>l,cu:()=>r,ef:()=>d,jo:()=>i});var n=s(7207);const{addAnimation:o,addStyle:r,removeStyle:i,update:a,pin:c,unpin:d,togglePin:l}=(0,n.P)("std")},9783:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>n,aB:()=>r,ef:()=>o});const n=(e,...t)=>{if(e instanceof Element)return e.classList.add(...t),e},o=(e,...t)=>{if(e instanceof Element)return e.classList.remove(...t),e},r=(e,t,s)=>{if(e instanceof Element)return e.classList.toggle(t,s),e}},7207:(e,t,s)=>{"use strict";s.d(t,{i:()=>k,P:()=>P});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,d=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)},l=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 d=n;const u=d.match(/(.+)!/);let p=e[d];if(u&&([,d]=u),d=l(d),s.test(d)&&r.Z.n(p)&&(p+="px"),(0,o.Z)(p)?c[d]=null:c[d]=`${p}${u?"!important":a}`,Array.isArray(t)){t.map(l).includes(d)&&i.forEach((e=>{c[`${e}${d}`]=p}))}})),c};var p=s(9783),m=s(4462),f=s(919),g=s(7379),h=s(3354),A=s(9126),v=s(1774),Z=s(8959),b=s(9627),w=s(7550),y=s(9349),S=s(7384);const C="def",_=((0,f.FT)()||v.default.mode)&&!(0,S.Z)("hashstyle")||(0,S.Z)("unhashstyle"),I=(0,g.Z)();v.default.managerStore=I;const P=e=>{if(!(0,w.Z)(e))return void(0,y.Z)("Incorrect name for classManager store.",!0);const t=I[e];if(t)return t.api;let s,o=!1;const r={mediaStore:(0,g.Z)()};I[e]=r;const c=()=>{const{mediaStore:t,styleElement:c}=r,l=Object.entries(t).map((([e,t])=>{const s=t.style,o=t.keyframes;let r="";return e!==C&&(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} {${d(t)}}`})),[...i,a].forEach((t=>{s+=`@${t}keyframes ${e} {${o}}`})),s})(e,t)})),(0,n.Z)(s,((e,t)=>{null!=t&&t.hash&&(0,b.Z)(t.style)&&(r+=`.${t.hash}${t.selector||""}{${d(t.style)}}`)})),e!==C&&(r+="}"),r})).join("");if(l)if(c)c.textContent=l;else{const t=(0,h.Z)(l,e);r.styleElement=t,(0,Z.Z)().appendChild(t)}s=null,o=!1},l={addAnimation:(e,t,s,i=C)=>{const{mediaStore:a}=r,c=(0,A.Z)(t),d=a[i]||(0,g.Z)();if(d.keyframes=d.keyframes||(0,g.Z)(),!d.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)})),d.keyframes[e]=c}return o=!0,e},addStyle:(e,t,s,n=C)=>{const{mediaStore:i}=r,a=i[n]||(0,g.Z)(),c=a.style||(0,g.Z)(),d=a.hash||(0,g.Z)(),l=e.split(/(\b)/i),p=l.shift();let f=c[e],h=d[p];if(f||(f=(0,g.Z)(),h||(h=_?p:(0,m.Nu)(7,36,!0)),f.hash=h,f.selector=l.join(""),f.style=(0,g.Z)()),(0,b.Z)(t)){const e=Object.assign({},t);f.style=Object.assign(f.style,u(e,s))}return c[e]=f,d[p]=h,a.style=c,a.hash=d,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=l,l},k=e=>{if(!(0,w.Z)(e))return void(0,y.Z)("Incorrect name for classManager store.",!0);const t=I[e];if(t){const{styleElement:e}=t;return e&&e.remove(),t.styleElement=void 0,t.mediaStore=(0,g.Z)(),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),d=s(9349);const l="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=l+(0,o.Nu)(6,!0);let v,Z,b,w,y,S,C,_,I,P,k,E,T,O,L,x,D,$,R=g;const j=()=>{if(!$)try{Z=v.contentWindow}catch(e){}return Z},N=()=>{if(j(),!$)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],D=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,I=e,P=t,k=s,E=n||500,T=o||3,I&&P&&(L=setInterval((()=>{(()=>{if(N(),O<T){if(b){const e=b.body;if(e){let t=e.scrollWidth,s=e.scrollHeight;t=t>I&&t>0?t:I,s=s>P&&s>0?s:P,x===t&&D===s||(x=t,D=s,v[u]=t,v[p]=s,v.style[u]=`${t}px`,v.style[p]=`${s}px`,k({[`${u}!`]:t,[`${p}!`]:s}))}}O+=1}else k=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(),!$)try{Z.postMessage(e,t||"*")}catch(e){(0,d.Z)(`${l} 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,$=!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:()=>O,G6:()=>p,KD:()=>P,LM:()=>_,N0:()=>T,Pk:()=>S,QT:()=>k,Qt:()=>C,Rf:()=>E,TH:()=>y,TL:()=>u,V8:()=>v,X2:()=>Z,YG:()=>I,Zo:()=>w,c3:()=>b,f0:()=>m,hx:()=>f,i7:()=>l,jT:()=>A,l6:()=>L,mL:()=>g,x_:()=>h});var n=s(4841),o=s(6539),r=s(3205),i=s(4030),a=s(2230),c=s(6205);const d=(0,a.Z)("iphone|ipad|ipod"),l=d&&!window.MSStream?(0,a.Z)("crios"):(0,a.Z)("chrome"),u=d&&(0,a.Z)("safari")&&!(0,a.Z)("(CriOS|FxiOS|OPiOS|mercury|chrome)"),p=(0,a.Z)("safari")&&!(0,a.Z)("chrome"),m=d?(0,a.Z)("opios"):(0,a.Z)("opr\\/")||r.Z.o(window.opera),f=d?(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 l?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)("^o2_poczta_o2_pl_nh"),v=()=>(0,n.y1)("poczta|profil|pomoc|onelogin"),Z=()=>(0,n.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),b=()=>(0,n.y1)("^money"),w=()=>(0,n.y1)("^nwm_parenting"),y=()=>(0,n.y1)("^nwm_abczdrowie"),S=()=>(0,n.y1)("^magazyn"),C=()=>(0,n.y1)("^sportowefakty"),_=()=>(0,n.y1)("o2_o2_pl"),I=()=>(0,n.y1)("^pudelek|pudelek_pl$"),P=()=>(0,n.y1)("^(sg|sg_mobile)$"),k=()=>!!(0,o.Z)("PAKO"),E=()=>!!(0,o.Z)("wp_amp"),T=()=>(0,n.y1)("^app"),O=()=>(0,n.y1)("^wirtualnaukraina"),L=()=>i.default.isRobot},1081:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=void 0!==Object.getOwnPropertyDescriptor(window.navigator,"userAgent")},7003:(e,t,s)=>{"use strict";s.d(t,{Z:()=>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},8727:(e,t,s)=>{"use strict";s.d(t,{R:()=>r,b:()=>o});let n=!1;const o=e=>{n=e},r=()=>n},4841:(e,t,s)=>{"use strict";s.d(t,{GD:()=>u,PO:()=>l,W_:()=>i,oO:()=>p,ut:()=>d,y1:()=>a,zC:()=>c});var n=s(8727),o=s(6539),r=s(2443);const i=()=>(0,o.Z)("wp_sn"),a=e=>new RegExp(e).test(i()),c=()=>!!(a("_m_|_mobile")||(0,o.Z)("wp_mobile")||(0,o.Z)("isMobile")),d=e=>{const t=(e=>/^[a-z0-9_.]{2,56}$/.test(e))(e);(0,r.Z)("wp_sn",t?e:"invalid_sn"),(0,n.b)(c())},l=()=>(i()||"").replace(/(_dynamic)/g,""),u=e=>{const t=e||i();return t&&"unknown"!==t},p=()=>{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?a("_mobile$")||(!i()&&r?d(`${r}_mobile`):d(`${i()}_mobile`)):!i()&&r&&d(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:()=>c});var n=s(7379),o=s(1774),r=s(3205),i=s(2621);const a=(0,n.Z)();o.default.dams=a;const c=(e,t)=>{if(!r.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,o,a)=>{if(r.Z.f(e)){const r=Object.create(null,{cb:{value:e},info:{value:o}});if(t)n(r);else if(s.add(r),(0,i.Z)(a)){const e=setTimeout((()=>{n(r)}),a);Object.defineProperty(r,"timeout",{value:e})}}}},close:{value:()=>{t=!1}},open:{value:()=>{t=!0;const e=[...s];for(;e.length&&t;)n(e.shift())}},isOpen:{get:()=>t}})})();return t&&n.open(),a[s]=n,n}},5620:(e,t,s)=>{"use strict";s.d(t,{$D:()=>v,B2:()=>a,FJ:()=>l,I:()=>u,IK:()=>d,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"),d=()=>!!(0,n.qm)("novendor")||c(),l=()=>!!(0,n.qm)("noadv")||c()||i(),u=()=>!!(0,n.qm)("nodisplay")||l(),p=()=>!!(0,n.qm)("nodirect")||u(),m=()=>!!(0,n.qm)("nogam")||u()||d(),f=()=>!!(0,n.qm)("noprebid")||u()||d()||a(),g=()=>!!(0,n.qm)("noplayer"),h=()=>!!(0,n.qm)("novideo")||l(),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:()=>I,Hj:()=>C,Hy:()=>S,Ns:()=>O,Um:()=>E,XV:()=>k,_k:()=>_,hT:()=>x,mc:()=>D,nr:()=>P,uU:()=>T,vS:()=>y,vv:()=>L});var n=s(3121),o=s(7379),r=s(1774),i=s(3205);const a="DOMContentLoaded",c="_visible",d="_hidden",l="_resizeend",u="_scrollend",p=(0,o.Z)(),m=(0,o.Z)(),f=(0,o.Z)(),g=(0,o.Z)(),h=(0,o.Z)();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)],[l]:["resize",Z(l)]},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)=>{f[a]=S(),C(a,e,!0,t)},I=(e,t)=>{C("resize",e,!1,t)},P=(e,t)=>{C("scroll",e,!1,t)},k=(e,t)=>{C(l,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(d,e,!1,t)},D=(e,t)=>{C("beforeunload",e,!0,t)};try{const e=Object.defineProperty({},"passive",{get:()=>(A=!0,!0)});window.addEventListener("_",null,e),window.removeEventListener("_",null,e)}catch(e){}document.addEventListener("visibilitychange",(e=>{v(document.hidden?d:c,e)}))},703:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>i,NB:()=>c,qm:()=>d});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,d=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 d=!1;const l=()=>(()=>{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=!l();i.default.today=Math.floor(Date.now()/864e5);const s=(!e||i.default.today>e)&&t&&!d;return s&&(d=!0),s}},2020:(e,t,s)=>{"use strict";s.d(t,{default:()=>n});const n=(0,s(7379).Z)()},846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Consent")},2466:(e,t,s)=>{"use strict";s.d(t,{Dc:()=>n,F1:()=>i,le:()=>r,q2:()=>o});const n="WPtcsb",o="WPdp",r="WPtcs2",i=[o,r]},6259:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPci"},1361:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(1467),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,4831)).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")}))}},1121:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(2978),o=s(703),r=s(4841),i=s(1770),a=s(528),c=s(975),d=s(4030);const l=()=>{const e=(0,o.qm)("gdprLoad"),t=(0,o.qm)("gdprOff"),s=(0,r.y1)("^(openfm|parklot|easygopl|money_money2money|owirtualnejpolsce)"),l=(0,r.y1)("poczta|onelogin")&&!(0,r.y1)("logowanie|profil"),u=(0,n.aD)([n.Uv,n.nJ]);d.default.isSiteOff=s||l||u;return c.Z&&(0,r.GD)()&&!(0,i.N0)()&&!s&&!l&&!u&&!a.Z&&!t||e}},9966:(e,t,s)=>{"use strict";s.d(t,{Dz:()=>a,EB:()=>v,Eq:()=>A,F_:()=>h,HT:()=>c,KM:()=>Z,NT:()=>l,cD:()=>g,e0:()=>r,fR:()=>y,he:()=>i,jE:()=>E,k9:()=>o,o:()=>T,pz:()=>n,qU:()=>f,qe:()=>d,qz:()=>p,rJ:()=>C,tP:()=>S,tl:()=>u,uY:()=>b,wv:()=>m,x_:()=>w,yM:()=>_});const n="ck",o="mr",r="fp",i="mt",a="ts",c="cspid",d="csfid",l=0,u=1,p=2,m="WPM",f="GWP",g="TP",h=[m,f,g],A=[n,o,r],v=[1,2,3,4,5,6,7,8,9,10],Z=[2],b=[1],w=[2,3,4,5,6,7,8,9],y=[2],S=[2,7,8,9,10,11],C=[2],_=[1],I=JSON.stringify(v),P=JSON.stringify(y),k=JSON.stringify(_),E={[m]:I,[f]:I,[g]:k},T={[m]:P,[f]:P,[g]:P}},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:()=>l});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},d=3,l=e=>{if((0,o.Z)(e)){const t=(0,a.Z)(e),{keybase:s=(0,n.Nu)(d,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,d),s=e.slice(d);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:()=>w,BF:()=>b,Ld:()=>g,U2:()=>v,a1:()=>m,gf:()=>y,rl:()=>f,t8:()=>Z,uB:()=>h});var n=s(9966),o=s(7379),r=s(5090),i=s(9627),a=s(2264);const c=(0,o.Z)();let d=!1,l=!1,u=!1,p=!1;const m=()=>u,f=()=>d,g=e=>{d=e},h=()=>c,A=(e=n.wv,t=!1)=>(t&&(c[e]=c[e]||(0,o.Z)()),c[e]),v=(e,t=n.wv)=>{const s=A(t);if(s)return s[e]},Z=(e,t,s=n.wv)=>{const o=A(s,!0);o[e]!==t&&(n.Eq.includes(e)&&(e=>{A(e,!0)[n.Dz]=Date.now()})(s),o[e]=t,l&&p&&g(!0))},b=(e,t=n.wv)=>2===v(e,t),w=()=>Math.min(...n.F_.map((e=>v(n.Dz,e)))),y=e=>{if((0,i.Z)(e)){JSON.stringify((0,a.Z)(c))!==JSON.stringify((0,a.Z)(e))&&p&&g(!0),Object.assign(c,e)}n.F_.forEach((e=>{b(n.k9,e)&&Z(n.HT,n.jE[e],e),b(n.e0,e)&&Z(n.qe,n.o[e],e)})),p=!0;(0,r.Z)(w())&&(u=!0)};n.F_.forEach((e=>{n.Eq.forEach((t=>{Z(t,n.NT,e)}))})),l=!0,p=!1},2058:(e,t,s)=>{"use strict";s.d(t,{Z:()=>A});var n=s(7292),o=s(961),r=s(7265),i=s(7798);const a=e=>{const t=new n.gI(e),s=(0,i.Z)();return t.cmpId=72,t.cmpVersion=2,t.consentScreen=3,t.consentLanguage=s,t.publisherCountryCode="PL",t.isServiceSpecific=!0,t};var c=s(5394),d=s(9966),l=s(1467),u=s(4841),p=s(5090),m=s(1121);const f=(e,t,s)=>{if(!e)return;const{created:n}=e,i=n.getTime();if((0,p.Z)(i)&&((0,m.Z)()||(0,u.y1)("^openfm"))){(0,r.GD)(!0),(0,r.Fn)(null),(0,r.jL)(void 0);const e=a(t),n=void 0;return(0,l.b)("expired",{created:i}),(0,r.Ev)(s,"expired"),{tcModel:e,tcString:n}}i-(0,o.$C)()>6e4&&((0,o.t8)(d.Dz,i,d.wv),(0,o.t8)(d.Dz,i,d.qU),(0,o.t8)(d.Dz,i,d.cD))};var g=s(7550);const h=(e=!1)=>{const t=(0,r.do)(),s=(0,r.qO)();s&&s.update(e?"":t||"",e)},A=(e,t,s,i,d,l,u,p)=>{let m,A,v,Z=!0;t?(0,o.BF)("mr","TP")&&(v=d):(Z=s,Z&&(v=d));if(i!==(0,r.do)()){if(Z){A=i;try{if(t){const e=(0,r.h)();if((0,g.Z)(A)){m=n.E9.decode(A);const t=f(m,e,u);t&&({tcModel:m,tcString:A}=t),m&&e&&!m.gvl&&(m.gvl=e)}else m=a(e)}else(0,g.Z)(A)&&(m=n.E9.decode(A))}catch(e){(0,c.Z)(e,"TCModel")}}(0,r.jL)(A),(0,r.Fn)(m)}e&&(0,r.hU)(e),(0,r.R4)(Z),(0,r.T6)(v),h(l)}},7265:(e,t,s)=>{"use strict";s.d(t,{Ev:()=>T,Fn:()=>g,GD:()=>k,KC:()=>P,PD:()=>L,R4:()=>m,SU:()=>f,T6:()=>w,_3:()=>C,cG:()=>b,do:()=>y,h:()=>v,hU:()=>_,jL:()=>S,kG:()=>E,lT:()=>O,qO:()=>h,qP:()=>I,u6:()=>A,wH:()=>Z,zC:()=>p});var n=s(1774);let o=!0,r=!1,i=!1,a=!1,c="",d="";const l={gvl:void 0,cmpapi:void 0,tcModel:null,otherPartners:void 0},u={};n.default.vendorsState=l;const p=()=>o,m=e=>{o=e},f=()=>l.tcModel,g=e=>{l.tcModel=e},h=()=>l.cmpapi,A=e=>{l.cmpapi=e},v=()=>l.gvl,Z=e=>{l.gvl=e},b=()=>c,w=e=>{c=e},y=()=>d,S=e=>{d=e},C=()=>r,_=e=>{r=e},I=()=>a,P=()=>i,k=e=>{i=e},E=()=>u,T=(e="default",t)=>{u[e]=t},O=e=>{l.otherPartners=e},L=()=>l.otherPartners},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:4};r.default.mode&&(a.devel=1);const c=(e,t,s)=>{var r,c;Object.assign(a,s);const d=Object.assign({},t,a,{gvl:(null==(r=(0,n.SU)())?void 0:r.vendorListVersion)||-1,policy:(null==(c=(0,n.SU)())?void 0:c.policyVersion)||-1,time:Math.round((0,o.zO)())});(0,i.Z)(void 0,d,`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),d=s(7508),l=s(2040),u=s(2840);const p=()=>new Promise((e=>{const t={},s=(0,d.Z)(n.le),p=(0,c.Z)(n.le),m=(0,d.Z)(n.q2),f=(0,c.Z)(n.q2);let g,h;(s&&!p||!s&&p||s!==p)&&(g=!0),(m&&!f||!m&&f||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():l.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}},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),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(7379),o=s(5925),r=s(5599),i=s(4491);const a=e=>{const t=e||(0,r.Z)()||{},s=e||(0,i.Z)()||{};return Math.max(t.scrollWidth,t.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth)};var c=s(8700),d=s(5253);const l=(e,t)=>{const s=(0,d.Z)(e)&&e.getBoundingClientRect();if(s){const{top:r,left:i}=(0,c.Z)(),d=(0,n.Z)();return d.top=s.top+r,d.left=s.left+i,t?(d.width=a(e),d.height=(0,o.Z)(e)):(d.width=s.width,d.height=s.height),d.bottom=d.top+d.height,d.right=d.left+d.width,d.x=s.x+i,d.y=s.y+r,d}}},8959:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.head},7798:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(703),o=s(1964),r=s(4491);const i=(0,n.qm)("forceLang"),a=()=>{var e;const t=i||(null==(e=(0,r.Z)())?void 0:e.lang);return Object.keys(o.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")},1964:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n={uk:"uk-ua",pl:"pl-pl",en:"en-en"}},5150:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>|<\/script>/gi;let s=e;for(;t.test(s);)s=s.replace(t,"");return s}},4263:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>document["querySelector"+(t?"All":"")](e)},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)}},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,d=e.trim(),l=c&&decodeURIComponent(c.trim());(0,n.Z)(t)&&!t.includes(d)||(0,o.Z)(d)&&((0,o.Z)(l)||i)&&(a[d]=(0,r.Z)(l)||"")}}))}return a}},9372:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>e?e.slice(0,t||500):""},1133:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=0)=>Array.isArray(e)&&(t>0?e.length===t:e.length>0)},9627:(e,t,s)=>{"use strict";s.d(t,{Z:()=>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},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},46:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(8917);const o=e=>(0,n.Z)(e)&&Math.floor(e)===e,r=e=>o(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,d=s;return r.Z.n(d)&&(d=`${d}`),(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)(d)&&(c+=`=${(0,n.Z)(d,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:()=>o,Nu:()=>r,vj:()=>i});var n=s(6205);const o=e=>{const t=(0,n.Z)(e),s=Math.random();return Math.floor(s*t)},r=(e=10,t=!1,s=!1)=>{const n=!0===t?16:t||10;let r="";for(s&&(r=String.fromCharCode(o(26)+97));r.length<e;)r+=Math.random().toString(n).slice(2),r=r.slice(0,e);return r},i=(e=100)=>0===o(e)},1384:(e,t,s)=>{"use strict";s.d(t,{DO:()=>c,ac:()=>l,qL:()=>d});var n=s(1114),o=s(7379),r=s(7174);const i=(0,o.Z)(),a=(e,t,s=!1)=>{(0,r.Z)(n.WP,e,t,s),i[e]=t},c=(e,t)=>{a(e,t,!0)},d=(e,t)=>{a(e,t)},l=e=>i[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:()=>i,Ny:()=>c,pt:()=>a});var n=s(1059),o=s(2501);const r=/\./g,i=(e="localhost")=>new RegExp(e.replace(r,"\\.")).test(window.location.hostname),a=window.location.hostname===n.Z,c="wp.pl"===(0,o.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:()=>i});var n=s(9138),o=s(2226),r=s(5150);const i=e=>{if((0,o.Z)()){const t=document.cookie.match(`(^|;)\\s*${decodeURIComponent(e)}\\s*=\\s*([^;]+)`),s=t?(0,n.Z)(t.pop()):null;return(0,r.Z)(s)}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:()=>u});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),d=s(5150),l=s(3298);const u=(e,t,s=(0,l.Z)(),n="/",u)=>{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+=u?`;domain=${u}`:"",i+="; SameSite=None; Secure",document.cookie=(0,d.Z)(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."},2328:(e,t,s)=>{"use strict";s.d(t,{Z:()=>F});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),d=s(1059),l=s(4024),u=s(7550),p=s(7560);const m=e=>{if((0,u.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)return(0,p.Z)(t[1])}};var 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(4918),b=s(1143),w=s(4030),y=s(9384),S=s(4429);const C="HubAPI",_=[],I=[];f.default.hubData=I;let P,k,E,T,O,L=!1,x=!1,D=!1;const $=e=>{const{method:t,action:s}=e;I.push(e),"hub"===t?"ready"===s&&((0,A.Z)("HUB",!0),w.default.readyData=Object.assign({},e),(0,b.Z)(`${C}Ready`),x=!0,clearTimeout(T),j()):(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)},R=e=>{e.hash=(0,c.Nu)(6,16,!0),(e=>{const{method:t,hash:s,action:i,cb:a}=e,c=r(o,t,{}),d=r(c,s,{}),l=r(d,i,[]);n.Z.f(a)&&!l.includes(a)&&l.push(a)})(e),x?E.postMessage(h(e),O):D?((0,S.Z)(e,P),$(e)):(L||U(),_.push(e))},j=()=>{for(;_.length;)R(_.shift())},N=e=>{if(e.origin===O){const t=m(e.data);t&&$(t)}},M=e=>{D||((0,A.Z)("HUB",!1),window.removeEventListener("message",N),clearTimeout(T),x=!1,D=!0,P=(null==e?void 0:e.message)||"blocked",(0,b.Z)(`${C}Error`),E=!1,j())},V=(e,t)=>{clearTimeout(T),T=setTimeout((()=>{(0,b.Z)(`${C}${e}`),M({message:t})}),5e3)},B=()=>{V("WindowTimeout","Not responding"),(0,b.Z)(`${C}Load`);E=k.contentWindow,E.postMessage(h({method:"hub",action:"check"}),O)},U=()=>{if(L=!0,!k)if(Z.Z){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",d.Z);window.addEventListener("message",N),O=`https://${(0,y.Z)(o).hostname}`,k=(0,v.Z)({src:o,onLoad:B,onError:M}),V("RequestTimeout","Request timeout")}else M({message:"Hub on disallowed origin"})},F=R},2040:(e,t,s)=>{"use strict";s.d(t,{Z:()=>w});var n=s(919),o=s(2226),r=s(6570),i=s(4918),a=s(7989),c=s(2419),d=s(2942),l=s(3205),u=s(1133),p=s(9175),m=s(5865);const f=(e,t)=>{const{useCookie:s,useStorage:n}=(0,a.Z)(t);(0,u.Z)(e)&&e.forEach((e=>{s&&(0,p.Z)(e),n&&(0,m.Z)(e)}))};var g=s(4429),h=s(2840);const A=(e,t)=>{const{action:s,names:n,type:o,values:r={}}=e;switch(s){case"set":l.Z.o(r)?((0,h.Z)(r,o),e.names=Object.keys(r)):(0,g.Z)(e,c.LH);break;case"get":Array.isArray(n)?e.values=(0,d.Z)(n,o):(0,g.Z)(e,c.OL);break;case"remove":Array.isArray(n)?f(n,o):(0,g.Z)(e,c.OL);break;default:(0,g.Z)(e,c.$n)}l.Z.f(t)&&t(e)};var v=s(3675);const Z=(0,o.Z)()||(0,r.Z)(),b=(e,t,s,o,r)=>{const c={method:"record",action:e,names:t,values:o,cb:s,type:r},{useStorage:d}=(0,a.Z)(r),l=!i.Z||(d?n.pt:n.Ny);(0,v.Z)(c,s,Z,l,A,"LocalStorage & Cookie")},w={set:(e,t,s)=>{b("set",void 0,t,e,s)},get:(e,t,s)=>{b("get",e,t,void 0,s)},remove:(e,t,s)=>{b("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({},a&&(0,o.Z)(),s&&(0,n.Z)());return Object.fromEntries(e.map((e=>[e,t[e]||null])))}}},7989:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>({useCookie:!e||"cookie"===e,useStorage:!e||"storage"===e})},2840:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),o=s(7265),r=s(6918),i=s(369),a=s(7550),c=s(8917),d=s(7989),l=s(9062),u=s(4634);const p=(e,t)=>{const{useCookie:s,useStorage:p}=(0,d.Z)(t);(0,i.Z)(e,((e,t)=>{s&&(0,l.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(2328),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:()=>b});var n=s(919),o=s(6570),r=s(4918),i=s(3675),a=s(2419),c=s(68),d=s(7508),l=s(7550),u=s(3205),p=s(5865),m=s(9026),f=s(4429),g=s(4634);const h=(e,t)=>{const{action:s,name:n,value:o}=e;if((0,l.Z)(n))switch(s){case"set":(0,g.Z)(n,o);break;case"setEncoded":(0,m.Z)(n,o);break;case"get":e.value=(0,d.Z)(n);break;case"getEncoded":e.value=(0,c.Z)(n);break;case"remove":(0,p.Z)(n);break;default:(0,f.Z)(e,a.$n)}else(0,f.Z)(e,a.aW);u.Z.f(t)&&t(e)},A=(0,o.Z)(),v=!r.Z||n.pt,Z=(e,t,s,n)=>{const o={method:"storage",action:e,name:t,value:n,cb:s};(0,i.Z)(o,s,A,v,h,"LocalStorage")},b={get:(e,t)=>{Z("get",e,t)},getEncoded:(e,t)=>{Z("getEncoded",e,t)},set:(e,t,s)=>{Z("set",e,s,t)},setEncoded:(e,t,s)=>{Z("setEncoded",e,s,t)},remove:(e,t)=>{Z("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:()=>r});var n=s(6570),o=s(5150);const r=e=>{if((0,n.Z)())return(0,o.Z)(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},4918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|benchmark|dcwp|deliciousmagazine|dobregry|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|genialne|homebook|jastrzabpost|kafeteria|kardiolo|kazimierzdolny|kredytomat|kochamyzwierzaki|komorkomania|last-minute|medycyna24|money|nocowanie|nowydostawczy|nowyosobowy|o2|parenting|parklot|polygamia|popularne|pudelek|pysznosci|smaczneblogi|so-magazyn|superauto|testwiedzy|totalmoney|vpolshchi|vibez|wakacje|wp|wpext|money2money\.com|5mindlazdrowia)\.pl|(audioteka|nerwica|mazury|17bankow|essanews|handimania)\.com|(open)\.fm|(nocowanie)\.(sk|eu|cz|it|com\.hr)|(kazimierzdolny|zdroweplecy)\.net|nauka\.rocks|parklot\.cz|my-impact\.org|localhost)$/i,o=(e=>n.test(e))(window.location.origin)},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),d=s(5150);const l=(e,t)=>{if((0,n.Z)()&&(0,o.Z)(e)&&!(0,c.Z)(t)){const s=window.localStorage,n=(0,d.Z)(e),o=(0,d.Z)(t);try{s.setItem(n,o)}catch(e){22!==e.code&&1014!==e.code&&"QuotaExceededError"!==e.name&&"NS_ERROR_DOM_QUOTA_REACHED"!==e.name||a((()=>{s.setItem(n,o)}))}}}},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:()=>d});var n=s(3754),o=s(919),r=s(369),i=s(2040),a=s(9175),c=s(9062);const d=(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:d}=e,l=(0,n.Z)();let u;const p=()=>{l.onerror=null,l.onload=null,clearTimeout(u)};return(0,i.Z)(d)&&(u=setTimeout((()=>{r.Z.f(c)&&c(),p(),l.remove(),l.src=""}),d)),l.onerror=e=>{r.Z.f(a)&&a(e),p()},l.onload=e=>{r.Z.f(s)&&s(e),p()},l.src=t,(0,o.Z)().appendChild(l),l}},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 d;const l=()=>{c.onerror=null,c.onload=null,clearTimeout(d)};(0,o.Z)(a)&&(d=setTimeout((()=>{n.Z.f(i)&&i(),l(),c.src=""}),a)),c.onerror=e=>{n.Z.f(s)&&s(e),l()},c.onload=e=>{n.Z.f(r)&&r(e),l()};try{c.src=t}catch(e){n.Z.f(s)&&s(e),l()}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),d=s(1143);const l=()=>{},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,l,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,d.Z)(`${u}Load`),l.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(l),f&&(C.catch((()=>{y.remove()})),C.then((()=>{y.remove()})).catch(l)),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 d=(0,o.Z)();return d&&d.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),d=s(6259),l=s(1144),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",d.Z,"WPsa51","WPfpd","WPaduid","WPgtss",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)}}}},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))},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,4801)).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:()=>a,YA:()=>d,_x:()=>i,b4:()=>u,bh:()=>l,e$:()=>c});var n=s(703),o=s(4462);const r=!!(0,n.qm)("checkAll"),i=(0,o.vj)(10)||!!(0,n.qm)("performance")||r,a=i&&(0,o.vj)(1e4)||r,c=i&&(0,o.vj)(100)||!!(0,n.qm)("ckg")||r,d=i&&((0,o.vj)(1e3)||!!(0,n.qm)("rsp")),l=i&&(0,o.vj)(100),u=i&&(0,o.vj)(10)},6072:(e,t,s)=>{"use strict";s.d(t,{F_:()=>d,Uy:()=>l,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)},d=e=>{r.forEach((t=>t(e)))},l=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:()=>d,TQ:()=>l,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)},d=(e,t,s)=>{(0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(s)&&(a.add(e),i.add(t),i.add(s))},l=()=>{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:()=>z,Is:()=>G,uQ:()=>q});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),d=s(5620),l=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:d}=e.getBoundingClientRect(),{clientX:l,clientY:u}=s||{};return Object.assign({width:n(c),height:n(d),topX:n(a-r),topY:n(i-o)},s&&{clientX:n(l),clientY:n(u),relativeX:n(l-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",I="user_actions",P="mousedown";let k,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},D=(e,[t,s])=>Z.Z.s(e)&&e.length>=t&&e.length<=s,$={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=>[D(e,[3,48]),"It should be a string with 3 to 48 chars"],sMedium:e=>[D(e,[3,128]),"It should be a string with 3 to 128 chars"],sLong:e=>[D(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,d]=$[s](a);(Z.Z.u(a)&&n.includes(i)||!Z.Z.u(a)&&!c)&&(o+=`Invalid parameter: { ${i}: ${a} }. ${d} `)}}))}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(P,e.callback),delete e.callback)},N=(e,t,s)=>{const n=i[s],o=s=>{const o=Object.assign({},t,g(e,k,s));(0,C.Z)("click",o,I,null,!0),n.clicked=!0,j(n)};e.addEventListener(P,o),e.callback=o},M=(e,t,s,n)=>{n.callback=n=>{const o=Object.assign({},t,g(e,k));(0,C.Z)("view",o,I),((e,t)=>{const s=a[t];if(s&&!s.viewed){s.viewed=!0;const t=Object.assign({},s.params,g(e,k));(0,C.Z)("view",t,I)}})(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&&(k=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,d.$D)())return;const b=M(e,r,s,p),w=(0,l.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},U=({element:e})=>(0,p.Z)(e),F=e=>{let t=!1;const s=i[e];if(s){t=!0;const{containerId:o}=s;U(s),delete i[e],n=o,i.some((({containerId:e})=>e===n))||delete a[o]}var n},q=(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&&F(r),s},z=(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},H=(e,...t)=>{(0,m.Z)(e,(s=>{t.filter((e=>Z.Z.f(e))).forEach((t=>t(e[s]))),delete e[s]}))},G=()=>{H(i,U,j),H(a)},W=()=>{(0,o.aS)(G)}},3121:(e,t,s)=>{"use strict";s.d(t,{Hm:()=>d,ME:()=>p,SG:()=>m,_V:()=>u,aS:()=>f,uz:()=>l});var n=s(7379),o=s(9126),r=s(1774),i=s(1133),a=s(3205);const c=(0,n.Z)();r.default.spaHandlers=c;const d=(e,t)=>{const s=(0,o.Z)(t),n=c[e];(0,i.Z)(n)&&n.forEach((t=>{a.Z.f(t)&&t(e,s)}))},l=(e,t)=>{const s=c[e];if((0,i.Z)(s)){const e=s.indexOf(t);e>-1&&delete s[e]}},u=(e,t,s,n)=>{if(a.Z.f(t)){const o=n?"unshift":"push",r=c[e]||[];if(s){const s=(...n)=>{t(...n),l(e,s)};r[o](s)}else r[o](t);c[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]},2978:(e,t,s)=>{"use strict";s.d(t,{BB:()=>h,G$:()=>d,H9:()=>f,Hl:()=>Z,Ik:()=>p,O0:()=>l,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",d="pako",l="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|telewizjawp|programtv|audioteka)|pilotwp")?A:(0,r.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|parklot|easygopl|tm_|kredytomat|17bankow|superauto|nowyosobowy|nowydostawczy|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)()?l:(0,n.KD)()?"sg":(0,n.Qt)()?m:(0,n.V8)()?f:(0,o.FT)("(onas|holding|reklama|rekrutacja|kariera|dziejesie|dlaprasy).wp.pl")?g:(0,n.QT)()?d:"other"}},7834:(e,t,s)=>{"use strict";s.d(t,{j:()=>r,w:()=>i});var n=s(7550);let o="0";const r=()=>o,i=()=>{"cookieDeprecationLabel"in window.navigator&&window.navigator.cookieDeprecationLabel.getValue().then((e=>{if((0,n.Z)(e)){const t=e.split("_"),s=t.pop();t.unshift(s);const n=t[0],r=t.splice(1).map((e=>e.charAt(0)));o=[n,...r].join("")}}))}},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")},2217:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2890);const o=e=>{var t;return null==(t=e[0])||null==t.toJSON?void 0:t.toJSON()},r=()=>o((0,n.Cr)("navigation"))},3857:(e,t,s)=>{"use strict";let n;s.d(t,{H:()=>o,f:()=>r});const o=e=>{n=e},r=()=>n},71:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("NextRef",!0)},5786:(e,t,s)=>{"use strict";s.d(t,{Vq:()=>c,hW:()=>d});var n=s(4462),o=s(7550);let r,i,a;const c=()=>a,d=(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,{default:()=>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:()=>d,tR:()=>c});var n=s(1501);let o=0,r=0,i=!0,a=!1;const c=()=>r,d=()=>a,l=()=>{a=document.hidden},u=()=>1===o,p=()=>0===o,m=()=>i,f=()=>{i=!1,l(),(0,n.W)(!1)},g=()=>{i=!0,r+=1,l(),r>1&&(o=1)};l()},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),d=s(6342),l=s(4640);let u=Promise.resolve();const p=(e,t=!0,s)=>{const p=(0,l.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,d.Z)(t,!1)))}}}},3413:(e,t,s)=>{"use strict";s.d(t,{Wg:()=>c,_g:()=>p,bn:()=>u,eu:()=>l,ko:()=>d});var n=s(1774),o=s(7550);let r,i;const a=new Map;n.default.registeredReadTimes=a;const c=()=>a.get(r),d=()=>r,l=(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:()=>d,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"},d=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:()=>oe});var n=s(450),o=s(9366),r=s(8083),i=s(4462),a=s(552),c=s(7331),d=s(7834),l=s(5131),u=s(2863),p=s(2555),m=s(9943),f=s(4447),g=s(3857),h=s(1154),A=s(7754),v=s(5885),Z=s(7626),b=s(7952),w=s(9853),y=s(6452),S=s(806),C=s(1501),_=s(1770),I=s(1774),P=s(6539),k=s(2226),E=s(6570),T=s(5313),O=s(4030),L=s(2014);const x=e=>{var t,s,n,o;const r=window,i=(0,w.KF)(),a=(0,m.BD)(),x=(0,m.XG)(),D=(0,g.f)(),$=(0,Z.h)(),R=(0,A.Uu)(),j=(0,P.Z)("wp_abtest_programmatic"),N=(0,v.Z)(),{version:M="",stVersion:V=""}=R,B=(0,u.g1)("testConfig"),{ver:U}=(0,h.K)(),{testName:F}=B,q=(0,p.XR)(),z=null==(t=I.default.mods)?void 0:t.ver,{support:H}=O.default;(0,_.Rf)()&&(e.amp=1),q&&(e.hem=1),i&&(e.abtest=i),(0,C.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,f.q6)()&&(e.loadHidden=1),[c.CG,c.Lx,c.sp,c.Wj].includes(x)&&(e.inver=x),a&&(e.tagreqid=a),$&&(e.STabnoid=$),(0,b.xI)()||(e.empty_statid=1),(0,S.b)()&&(e.reforig=encodeURIComponent(document.referrer||"empty")),D&&(e.navType=D),N&&(e.refabtest=N),e.adbd=(0,l.pB)(),e.trpr=(0,L.Z)((0,y.B)()),e.wpjsES6=(0,L.Z)(I.default.es6),e.wpjsVer=I.default.ver,e.uniformVer=I.default.uniformVer,z&&(e.modsVer=z),F&&(e.prgTest=F),j&&(e.prgATest=j),e.c1p=(0,L.Z)((0,k.Z)()),e.s1p=(0,L.Z)((0,E.Z)()),H&&(e.c3p=(0,L.Z)(H.cookie),e.s3p=(0,L.Z)(H.storage)),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,U&&(e.inlineVer=U),e.tVer=M,e.stVer=V,e.tVerG=(0,w.bB)("adtech","TCF2-46")||"",e.tVerG2=(0,w.bB)("adtech","PU-321")||"",r.appVersion&&(e.appVer=r.appVersion),e.highLayout=(0,T.Z)(),e.cookieDeprecationLabel=(0,d.j)()};var D=s(5467),$=s(942),R=s(8727),j=s(5786),N=s(4596),M=s(7550),V=s(3205);const B=(e={})=>{let t="";t=(0,a.Z)(t,"rekid",e.rekid||(0,D.P)()),t=(0,a.Z)(t,"pvid",e.pvid||(0,j.Vq)()),t=(0,a.Z)(t,"gmid",e.gmid||(0,$.z)()),t=(0,a.Z)(t,"mb",(0,L.Z)((0,R.R)())),t=(0,a.Z)(t,"dn",(0,L.Z)(V.Z.b(e.dn)?e.dn:(0,f.nj)())),t=(0,a.Z)(t,"v",e.version||"5.4");const s=(0,N.Z)("WPaduid");return(0,M.Z)(s)&&(t=(0,a.Z)(t,"aduid",s)),(0,M.Z)(e.fixCookie)&&(t=(0,a.Z)(t,"fxck",e.fixCookie)),`&${t}`};var U=s(1756),F=s(5212),q=s(9627),z=s(4033),H=s(71),G=s(6730),W=s(204),K=s(6901);const J=e=>{const{queryGET:t,useMimeType:s,useLink:n}=e,[o,r,i]=n?[K.Z,"Link",s&&"css"]:[W.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,G.mess)(e),o(e)},Q=window.navigator.sendBeacon&&window.URLSearchParams,Y=e=>{if(Q&&!(0,l.VP)()){const{queryRAW:t,queryPOST:s}=e;return e.method="POST",e.request="BEACON",e.url=t,navigator.sendBeacon((0,G.mess)(e),new URLSearchParams(s))}},X=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(V.Z.b(r.withCredentials))return r.open("POST",(0,G.mess)(e)),r.withCredentials=!0,V.Z.f(t)&&(r.onerror=t),V.Z.f(s)&&(r.onload=s),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.send(o),!0}catch(e){V.Z.f(t)&&t(e)}},ee=Math.floor(2e3/1.35),te=e=>{const{queryGET:t,useGET:s,usePOST:n,useBeacon:o}=e;if(o&&(e.wasSuccess=Y(e)),!e.wasSuccess){const o=t.length<ee||s;!n&&o||(e.wasSuccess=X(e)),e.wasSuccess||J(e)}};var se=s(4148),ne=s(4677);const oe=(e,t,s,c={},d={})=>{const{location:l}=self;if("file:"===l.protocol)return;c.useLink=c.useLink||(0,r.rI)();const{generate:u,give:p,off:m,media:f}=c;let g=d.dotParams||(0,n.ZF)();(0,q.Z)(g)||(g={}),x(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=d.canonical||(0,U.Z)(),r=d.href||(0,F.Z)(),i=d.referrer||(0,o.a)();let c,l;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,z.Z)(g,!0);t?(c=(0,z.Z)(s,!0),l=t):(c=u,l="par"),"inventory"===t&&(A=(0,a.Z)(A,"par",u,!0),v=(0,a.Z)(v,"par",u,!0)),(0,M.Z)(f)&&(A=(0,a.Z)(A,f),v=(0,a.Z)(v,f)),c&&(A=(0,a.Z)(A,l,c,!0),v=(0,a.Z)(v,l,c,!0))}const Z=`r${u?"[[RAND10]]":(0,i.Nu)()}/`,b=`https://${c.hostname||"dot.wp.pl"}/${Z}`,w=B(d),y=Object.assign(c,{queryRAW:b+h+w,queryGET:b+v+w,queryPOST:A});if(u||p)return y;H.Z.fill((()=>{ne.Z.fill((()=>{se.Z.push(y),m||te(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:()=>d,Z:()=>l});var n=s(4841),o=s(552),r=s(5216),i=s(3205),a=s(6217);const c=(e,t,s,c={})=>{let d=c,l="show.gif?";i.Z.o(d)||(d={});const u=e||d.sn||(0,n.W_)(),{generate:p,give:m}=d;if((0,n.GD)(u)||p||m)return p?(l=(0,o.Z)(l,"srv","[[SN]]"),l=(0,o.Z)(l,"action","[[ACTION]]")):(l=(0,o.Z)(l,"srv",u),l=(0,o.Z)(l,"action",s||"default")),d.off=!(0,r.Z)("show"),d.useBeacon=!0,(0,a.Z)(l,void 0,void 0,d,{dotParams:t})},d=()=>c(void 0,void 0,void 0,{generate:!0}),l=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:()=>l,Rn:()=>d,YH:()=>p,xI:()=>u});var n=s(9719),o=s(4596),r=s(7550),i=s(4677);let a,c;const d=()=>a,l=()=>{a=(0,o.Z)("statid"),(0,n.v)(a)},u=()=>c,p=()=>{l(),i.Z.fill(l),c=(0,r.Z)(d())}},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),d=s(677),l=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,l.Z)(s,"SN",(0,c.W_)()),s=(0,l.Z)(s,"action","traffic");const n={query:s,requestData:e};g.push(n);const o=JSON.stringify(e);(0,d._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:()=>l,ec:()=>c,lH:()=>d});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},d=()=>{i(),(0,n.hk)((e=>{o.averageWaveLength=Math.round(o.averageWaveSize),delete o.averageWaveSize,e.WE=Object.assign({},o),i()}))},l=(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:()=>d,ot:()=>l});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:[]}},d=(e,t,s)=>{r.Z.u(a[t])&&c(t,s);const{data:n}=a[t];return n.push(e),n},l=(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),d=s(6918),l=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,l.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,l.Z)(t)||Array.isArray(t))return void(0,d.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,l.Z)(w)){if(Object.keys(y).length!==Object.keys(w).length)return void(0,d.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"]},1059:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="www.wp.pl"},2948:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["sgv","sgVisitId"]},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),d=s(3205),l=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,l.Z.close(),(0,u.Z)(g,m).then((e=>{l.Z.open(),A=!1,d.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}},2555:(e,t,s)=>{"use strict";s.d(t,{B7:()=>Z,ZP:()=>_,XR:()=>C,Tj:()=>y,gp:()=>S});var n=s(7379),o=s(7508),r=s(7550);const i=e=>(0,r.Z)(e,64);var a=s(9627),c=s(7795);const d=e=>{if((0,a.Z)(e)){const{hash1:t,hash2:s}=e;return i(t)&&(i(s)||(0,c.Z)(s))}return!1};var l=s(9349),u=s(5865),p=s(7560),m=s(4634),f=s(8393);const g="WPumhsh",h=new Set;let A,v;const Z=e=>h.add(e),b=()=>{h.forEach((e=>e(A)))},w=(e,t)=>{A||(A=(0,n.Z)()),A.hash1=e,t&&(A.hash2=t),v=JSON.stringify(A),b()},y=()=>{A=void 0,v=void 0,b(),(0,u.Z)(g),f.default.remove(g)},S=(e,t)=>{if(d({hash1:e,hash2:t}))return w(e,t),(0,m.Z)(g,v),void f.default.set(g,v);(0,l.Z)("Invalid hash format, only first or both arguments must be correct hash.",!0)},C=()=>A,_=()=>{const e=(0,o.Z)(g),t=(0,p.Z)(e);if(d(t)){const{hash1:e,hash2:s}=t;w(e,s)}else i(e)&&(w(e),(0,m.Z)(g,v));f.default.get(g,(({value:e})=>{const t=(0,p.Z)(e);if(d(t)){const{hash1:e,hash2:s}=t;return w(e,s),void(0,m.Z)(g,v)}i(e)&&(w(e),(0,m.Z)(g,v),f.default.set(g,v))}))}},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}/`:"",d=i?"canary/":"";return`${n.Z}${d}${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)(),d=(0,o.Z)();let l,u,p;const m=(e,t,...s)=>{var n;l&&(null!=(n=p)&&n.test(t)&&(u&&!u.test(s.join(""))||(i.Z.s(t)&&d[t]&&s.unshift(`%c [+${Math.round(window.performance.now())}] ${t} `,`color:white;padding:2px;border-radius:3px;margin-right:3px;${d[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}`),d[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)&&(l=!("off"===e||!a),l)){const t=(0,n.qm)("filter");u=t&&new RegExp(t,"gi"),e&&(p="all"===e?/(?:)/:new RegExp(`^(${e.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")})`))}}},6918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(703),o=s(4462),r=s(3205),i=s(9349);const a=(0,n.qm)("deprecated"),c=(e,t,n,c=!0)=>{let d;n&&(0,i.Z)(n,c),d=r.Z.o(e)?e:{message:e},((0,o.vj)(t)||a)&&s.e(345).then(s.bind(s,7431)).then((({default:e})=>{e(d)}))}},1774:(e,t,s)=>{"use strict";s.d(t,{default:()=>i});const n="__wpjsdebug__";var o=s(7379);const r=window[n]||(0,o.Z)();try{window[n]=r}catch(e){}const i=r},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,{Z:()=>d,q:()=>a});var n=s(703),o=s(3574),r=s(5068),i=s(7384);const a=()=>{(0,r.Z)({src:"https://grid.grupawp.pl/console/wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",c)},c=e=>{67===e.which&&e.altKey&&e.shiftKey&&a(),e.ctrlKey&&111===e.which&&a()},d=()=>{document.addEventListener("keydown",c),(0,i.Z)("console=")||(0,i.Z)("console-ceph")?(()=>{const e=(0,n.qm)("console-ceph"),t=`${o.Z}wpjslib-console/`;"none"!==e&&(0,r.Z)({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",c)})():(0,i.Z)("console")&&a()}},9349:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});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]},d=(e,t="log",s,n,d)=>{if(!o.Z){let o=e;if((0,r.Z)(o)&&(o={type:t,panel:s,subpanel:n,msg:o,action:d}),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)}}}}},942:(e,t,s)=>{"use strict";s.d(t,{u:()=>i,z:()=>r});var n=s(1501);let o;const r=()=>o||"",i=e=>{o=e,window.wp_pp_gemius_identifier=e,window.gemius_disable_back_cache_hits=!0,(0,n.r)()||(window.pp_gemius_identifier=e)}},6262:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://wp.hit.gemius.pl/"},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)}}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),d=s(7159),l=s(1774),u=s(4923);const p="autoplayAllowed",m="autoplayUnmutedAllowed",f="muted",g=[],h={};let A,v,Z,b,w,y,S;l.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")},I=()=>{clearTimeout(Z),v&&(v.pause(),v.remove(),v=null)},P=()=>{I(),S||(h[p]=0,_())},k=()=>{S=!0,I()},E=()=>{I(),S||(h[p]=1,h[m]=1,_())},T=()=>{I(),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,P):(I(),c.Z.open())}},L=e=>{w=Date.now(),v=(0,d.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(k,1e4),y.then(E,O)):(I(),c.Z.open())},x=()=>{A?(c.Z.close(),I(),S=!1,w=null,b=null,h[p]=0,h[m]=0,(0,n._k)((0,u.Z)(L))):c.Z.open()},D=(e,t)=>{let s;return s=e<t?"Increased":e>t?"Reduced":"Unchanged",s},$=(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=D(t,o)}if(b){const e=C(h[p],h[m]);n.slotMode=e,n.origin=D(e,o),r=D(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),$(t,"send"))},j=e=>{if((e.auto||e.prebid)&&(g[e.id]=e,$(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:()=>l,LD:()=>h,NK:()=>d,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",d="vt",l="lvt",u="__visibility",p="viewability",m="offset",f="percent",g="steady",h="top",A="_success",v="success",Z="up",b="down",w=[i,l,"kibsent"],y={[r]:0,[l]:0,[d]: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 d=t.length,{observations:l}=c;return(0,i.Z)(l,((e,o)=>{if(!d||t.includes(e)){const t=Object.assign({},o);delete t[n.VW],delete t.callback,delete t[n.ix],s.push(t),delete l[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:()=>x,vE:()=>D,SR:()=>L});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),d=s(7379),l=s(369),u=s(967),p=s(6679);const m=e=>{const t=(0,p.Z)(),s=(0,u.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:d,round:l}=Math;return l((d(0,e(t,a))-d(0,e(t,i)))*(d(0,e(s,c))-d(0,e(s,r)))/(o*n)*100)}return a<=t&&i>=0&&(c<=s&&r>=0)?100:0}return 0};var f=s(5253),g=s(9610);const h=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,f.Z)(t)){const e=t.getBoundingClientRect();return{nodeRect:e,nodeRatio:e&&(0,g.Z)(t)?m(e):0}}};var A=s(8917),v=s(2014);const Z=(e,t,s,n)=>{const o=s>=-e,r=n<=t+e;return(0,v.Z)(o&&r)},b=(e,t,s,n)=>{const{verticalMargin:r=0,horizontalMargin:i=0,state:a}=e,{entry:c}=n;if(c&&(0,A.Z)(s))a[o.PY]=(0,v.Z)(s>0);else{const e=(0,p.Z)(),s=(0,u.Z)(),{bottom:n,top:c,right:d,left:l}=t,m=Z(r,s,n,c),f=Z(i,e,d,l);a[o.PY]=(0,v.Z)(m&&f)}},w=(e,t)=>{const{state:s,percent:n}=e;t>=n&&(s[o.PY]=1)};var y=s(297),S=s(6516);const C=(e,t)=>{const{state:s,time:n,percent:i,checkTimeout:a,isCumulative:c}=e,d=e[o.ix];if(t<i)return void(0,S.Z)(d);const l=(Date.now()-(0,y.N)())/1e3,u=c?l:l-n;if(d[o.Bz]||(d[o.Bz]=l),u>=d[o.Bz]){d[o.PY]||(d[o.ic]=u,d[o.PY]=!0);const e=l-d[o.ic];d[o.P8]=e,e>s[o.NK]&&(s[o.NK]=Math.round(e)),s[o.Di]=Math.round(d[o._E]+e),!s[o.PY]&&s[o.Di]>=n&&(s[o.PY]=r.Z.f(a)?(0,v.Z)(a()):1)}};var _=s(1628),I=s(8700);const P=(e,t)=>{const s=(0,_.hS)(),{verticalVelocity:n}=(0,_.f3)(),{state:r,verticalMargin:i,minMargin:a,slotSnapMaxVelocity:c}=e;if(s===o.xX||n>c)return;const{top:d}=(0,I.Z)(),{top:l}=t,u=0!==d&&l>a&&l<=i;r[o.PY]=(0,v.Z)(u)},k=(e,t,s,n)=>{switch(e.method){case o.hm:C(e,t);break;case o.pP:b(e,s,t,n);break;case o.am:w(e,t);break;case o.LD:P(e,s)}};var E=s(5147);const T=(0,s(6205).Z)((0,n.qm)("vabInterval"))||299;let O;const L=()=>{O&&E.Z.forEach(D)},x=e=>{E.Z.size&&!document.hidden?(O||(O=setInterval(L,T)),e&&D(e)):O&&(clearInterval(O),O=!1)},D=e=>{const t=h(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),k(s,o,n,e),i(s,t,e))}))}else e.observations=(0,d.Z)();(0,c.Z)(e),x()}},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),d=s(9468),l=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,l.Z)(e),a.Z.f(s)&&s(e.state,u),(0,i.Z)(p,t,e))})),(0,o.W)(e,p,d.Z),(0,n.lQ)(u),u}},7278:(e,t,s)=>{"use strict";s.d(t,{W:()=>u,V:()=>l});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),d=s(5147);const l=e=>{i.forEach((t=>{t.unobserve(e)})),d.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 d={observe:()=>{},unobserve:()=>{}};return i.set(o,d),d})(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:()=>d});var n=s(2600),o=s(7278),r=s(1133),i=s(5147),a=s(9468),c=s(9617);const d=(e,t,s)=>{if(e instanceof HTMLElement&&t instanceof HTMLElement){const d=i.Z.get(e);if(d){const{observations:l}=d;return l&&(d.node=t,i.Z.set(t,d),(0,r.Z)(s)&&s.forEach((e=>{(0,c.Z)(l[e])})),(0,o.W)(t,l,a.Z),(0,o.V)(e)),(0,n.lQ)(d),d}}}},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,d=0,l=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,d,o),c=p(t,l,o),d=e,l=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},8960:(e,t,s)=>{"use strict";s.d(t,{Z:()=>xg});var n={};s.r(n),s.d(n,{coveringSlots:()=>Z,getSlotsFromHead:()=>J,init:()=>ne,loadPayload:()=>Q,loadPayloadV2:()=>oe,payloadBodies:()=>v,resetCoverPayload:()=>K,resetHeaderPayload:()=>W,setPayload:()=>G});var o={};s.r(o),s.d(o,{getS2STest:()=>Ht.ju,getTest:()=>Ht.Uu,getTestVersion:()=>Ht.UQ});var r={};s.r(r),s.d(r,{addEnv:()=>Xc.ie,addImpressionHandler:()=>ye.wN,addRegisterPlayerHandler:()=>ad,addRegisterSlotHandler:()=>ye.DN,addUnregisterPlayerHandler:()=>id,addViewHandler:()=>ye.sv,blankOpener:()=>In,disableAsr:()=>gc,dismissPlaceholders:()=>pd,dismissSlots:()=>ud,exposePlaceholders:()=>fd,exposeSlots:()=>md,getAadURL:()=>Ld,getAllEnv:()=>Xc.hf,getAllSlots:()=>gr.xG,getBiddersLimitation:()=>Dd,getBunchID:()=>un.P,getCC:()=>mo,getContentTags:()=>uo.J1,getContext:()=>ut.fw,getDirectSlots:()=>Zi,getGEO:()=>ut.K5,getOptions:()=>pn.F,getPPID:()=>na.G,getPrebidLoadingState:()=>zi,getState:()=>ul,getStore:()=>ut.bh,getVadURL:()=>xd,hasAttribute:()=>gt.g,loadAndRunBunch:()=>nl,loadAndRunSlots:()=>sl,loadBunch:()=>tl,loadSlots:()=>el,prebidDam:()=>je.Z,programmaticTests:()=>o,registerCommercialBreak:()=>pl,registerPlaceholder:()=>wl,registerPlayer:()=>nd,registerSlot:()=>It.Z,registerSticky:()=>Ol,removeEnv:()=>Xc.vi,removeRegisterPlayerHandler:()=>dd,removeUnregisterPlayerHandler:()=>cd,setAttribute:()=>gt.r,unregisterPlayer:()=>sd,unregisterSlot:()=>Pl.Z,updatePlaceholder:()=>Xs.Z,wasDirectClickedRecently:()=>cl});var i={};s.r(i),s.d(i,{frontendPassback:()=>xl,getBrandSafetyTargeting:()=>po,getDFPConfig:()=>gd,getUsageState:()=>Dl,runMod:()=>$l});var a={};s.r(a),s.d(a,{load:()=>Ws,registerMod:()=>ae});var c={};s.r(c),s.d(c,{randomize:()=>ft.Nu,slide:()=>ns,unslide:()=>os});var d={};s.r(d),s.d(d,{addHashChangeHandler:()=>Yc.B7,getHash:()=>Yc.XR,resetHash:()=>Yc.Tj,setHash:()=>Yc.gp});var l=s(2466);const u="direct",p="reload",m="head";var f=s(450),g=s(4841),h=s(1774);const A={},v={},Z=[];h.default.slotsFromHead=A,h.default.payloadBodies=v,h.default.coveringSlots=Z;var b=s(8727),w=s(3354),y=s(619),S=s(369),C=s(8959),_=s(7508),I=s(6539),P=s(1977);const k=()=>{var e;return(0,P.Z)('meta[name="gaf"]')||(null==(e=(0,I.Z)("wp_gaf_targeting"))?void 0:e.spin)};var E=s(9627),T=s(6205);const O=()=>2===(0,T.Z)((0,I.Z)("wp_gaf_rv"));var L=s(3205),x=s(2443);const D="bodyCode",$=e=>(0,I.Z)(D,e),R=(e,t)=>{(0,x.Z)(D,t,e)},j=e=>{(0,x.Z)(D,void 0,e)};var N=s(9386);const M={delivered:"dv",run:"rn",viewed:"vd",missing:"ms",error:"er",registered:"rg",isAsr:"asr",reloaded:"i"},V=e=>{if((0,N.Z)(e))return(0,S.Z)(M,(t=>{e[t]=(0,T.Z)(e[t])})),j(e),e.container=void 0,e};let B,U,F,q,z,H=!1;const G=e=>{Object.assign(v,e)},W=()=>{z&&z.remove()},K=()=>{clearTimeout(F),Z.length=0,q&&q.remove()},J=()=>A,Q=e=>{B&&e(!0,!1,m,B)};let Y=!1,X=!1,ee=!1;const te=()=>{if((0,_.Z)(l.q2)&&(Y&&(q=(0,w.Z)("body>*{opacity:0 !important}"),(0,C.Z)().appendChild(q),F=setTimeout(K,3e3)),X)){let e;(0,b.b)((0,g.zC)()),e=(0,b.R)()?"60px":ee?"7.2vw":"100px",z=(0,w.Z)(`.${B}h{min-height:${e}}`),(0,C.Z)().appendChild(z)}},se=(e,t)=>{e.match(/welcomeScreen|pageCover/)?(Y=!0,(0,f.Kl)({isWelcomeScreen:1}),Z.push(t)):e.match(/headline|panelPremium/)&&(X=!0,ee=e.match(/scalable/))},ne=()=>{if(!H){H=!0;try{const{performance:e}=window;if(null!=e&&e.mark&&e.mark("GAFHeadStart"),B=k(),B)if(O()){const e=e=>{if((0,E.Z)(e)){U=e;const{slots:t}=e;(0,S.Z)(t,(e=>{const s=(0,T.Z)(e),n=V(t[s]);if(null!=n&&n.delivered){A[s]=n;const e=JSON.stringify(n);se(e,s)}})),te()}};(0,y.Z)(window,B,e)}else{const e=(0,I.Z)(B,window.WP);if((0,E.Z)(e)){const{bodies:t,data:s}=e;(0,E.Z)(s)&&(G(t),(0,S.Z)(s.bunches,((e,t)=>{const{slots:s}=t;(0,S.Z)(s,(t=>{const n=(0,T.Z)(t),o=V(s[n]);if(null!=o&&o.delivered){A[n]=o;const t=v[`${e}_${n}`];if(L.Z.f(t)){const e=t.toString();se(e,n)}}}))})),te())}}null!=e&&e.mark&&e.mark("GAFHeadStop"),null!=e&&e.measure&&e.measure("GAFHeadTiming","GAFHeadStart","GAFHeadStop")}catch(e){}}},oe=()=>U;var re=s(7379);const ie=(0,re.Z)();h.default.mods=ie;const ae=(e,t)=>{L.Z.o(e)?Object.assign(ie,e):ie[e]=t};var ce=s(7144),de=s(5394);const le=()=>{ce._x&&s.e(345).then(s.bind(s,9278)).then((({default:e})=>{e()})).catch((e=>{(0,de.Z)(e,"AdDensity")}))};var ue=s(2773),pe=s(919),me=s(5620),fe=s(846),ge=s(5888),he=s(4596),Ae=s(204),ve=s(9062);const Ze=()=>{(0,me.FJ)()||(0,me.IK)()||!pe.Ny||fe.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:ue.i,emptyFor:1440}].forEach((e=>{const{cname:t,push:s,url:n,emptyFor:o}=e,r=t&&(0,he.Z)(t);if(s||null===r){const e={src:n};if(o){const s=()=>{(0,he.Z)(t)||(0,ve.Z)(t,"empty",(0,ge.Z)(o))};e.onError=s,e.onLoad=s}(0,Ae.Z)(e)}}))}))};var be=s(1489),we=s(2395),ye=s(9234),Se=s(2863),Ce=s(1564);let _e,Ie;const Pe=e=>{Ie=(0,I.Z)("__headpayload")||e},ke=()=>(_e||((0,Ce.OK)("GAFHeadTiming","GAFHeadStart","GAFHeadStop"),_e=Ie),_e);var Ee=s(9853),Te=s(1770),Oe=s(1530);let Le;const xe=e=>{Le=e,(0,Oe.Z)("Direct only",Le)},De=()=>Le,$e=()=>{xe((0,Te.Rf)()||(0,me.uD)()&&(0,me.U6)())};var Re=s(1852),je=s(1913);let Ne;let Me,Ve,Be;const Ue=()=>Me,Fe=()=>Ve,qe=()=>Be;var ze=s(9319);const He={slotsFromPayload:{}};var Ge=s(3203);const We="100%",Ke=(e,t,s)=>{e.height=(0,T.Z)(s)||"auto",e.width=t===We?We:(0,T.Z)(t)||We},Je="iframe",Qe="media",Ye="native";var Xe=s(232);const et="allow-scripts allow-popups"+(document.hasStorageAccess?" allow-storage-access-by-user-activation":""),tt=`${et} allow-same-origin allow-forms`,st=`${tt} allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation`;var nt=s(5427),ot=s(8886);let rt;var it=s(9460),at=s(8312),ct=s(1384),dt=s(7787),lt=s(5786),ut=s(6719),pt=s(703),mt=s(6730),ft=s(4462),gt=s(6126);const ht=["megaScreening","screening","stiltedBanner","videoBackLayer"];var At=s(916),vt=s(7265);const Zt=(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 bt=s(4033),wt=s(2014);const yt=(e=0,t="")=>(0,bt.Z)({gdpr:(0,wt.Z)(e),gdpr_consent:t},!1,!0);var St=s(551),Ct=s(5185),_t=s(9126),It=s(3724);const Pt=(e,t,s,n)=>{const o=s||(0,ut.z9)(e,t);(0,Ct.Z)(o);const{lazy:r}=o,i=(0,_t.Z)(o.campaign);i.sellingModel.directOnly=1;const a=V({passed:1,campaign:i,delivered:1,lazy:r}),c=(0,_t.Z)(n);R(a,(()=>{ui(c,a)})),(0,ut.fx)(e,t,a),(0,It.Z)(t)},kt=({creationBunch:e,creationSlot:t,creation:s,$creationHolder:n,onImpression:o,onParseError:r,onRequestError:i,onPassbackError:a})=>{const{gafSlot:c,backupAd:d,trackers:l,hash:u,config:p}=s,m=`${(0,ft.Nu)(8)}-1111-4000-3000-${(0,ft.Nu)(12)}`,f=encodeURIComponent(btoa(`mid=${u}&transactionId=${m}`)),g=(0,vt.zC)(),h=(0,vt.do)(),A=`//adx.adform.net/adx/?rp=4&${f}&pt=gross&fd=1&${yt(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,St.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(d){const s=Zt(p,d,l);Pt(e,t,c,s)}else a(A)}catch(e){r(A,e)}}else i(A)},v.withCredentials=!0,v.send(null)};var Et=s(3962),Tt=s(3574);const Ot=(()=>"Proxy"in window)(),Lt=["poczta.o2.pl","poczta.wp.pl"],xt=`${Tt.Z}blackbox/blackbox-postmessage-${Ot?"es6":"es5"}-min.html?originalDomain=%hostname%`,Dt=()=>{const{hostname:e}=window.location;let t;t=Lt.includes(e)?xt.replace("%hostname%",e):xt.replace("%hostname%","");return(0,mt.mess)({url:t,forceDomain:"wpext.pl",depth:"file"})};var $t=s(7842);const Rt=["wpmods","wpprebid","wpprebid6","wppbjs","hashstyle","_aa","debug","filter","unhashstyle","wplib","wplib5","wplib6","prebidConfig","debugima","google_preview"],jt=()=>{const e=Dt(),{search:t}=window.location,s=(0,$t.Z)(t,Rt,void 0,!0);return`${e}&${(0,bt.Z)(s,null,!0)}`},Nt={isFirst:!0,slotsStartTime:{},disabled:!1,isBlackBox:!1},Mt=(0,re.Z)();h.default.slotStateStore=Mt;const Vt=e=>Mt[e],Bt=e=>delete Mt[e],Ut=(e,t)=>{Mt[e]=t},Ft=()=>(Nt.isFirst=!0,(0,S.Z)(Mt,Bt),Mt),qt=e=>{const t=Vt(e);return(null==t?void 0:t.ssid)||"0"};var zt=s(5955),Ht=s(7754),Gt=s(4024);const Wt=e=>(0,mt.mess)({url:(0,Gt.Z)(e,!1,"wpjslib-blackbox",!1,"js",!1),forceDomain:"wpext.pl"}),Kt=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="${Wt("wpjslib")}" nomodule><\/script>\n<script id="wpjslib6" async crossorigin src="${Wt("wpjslib6")}" type="module"><\/script>\n</head><body>\n<div id="b"><div id="c"></div></div>\n</body></html>`;var Jt=s(7902),Qt=s(7550);const Yt=(e,t)=>{const s=(0,lt.Vq)(),n=(0,pt.qm)("debug"),o=(0,I.Z)("wp_abtest_programmatic");let r;n&&(r=(0,$t.Z)(window.location.search));const i=o&&(0,Ht.UQ)();let a,c;i&&!n&&(a=o,c=i);const d=Object.assign({blackBoxId:e},o&&{forceProgrammaticTest:o},a&&{forceTest:a},c&&{forceVariant:c},r),u=(0,Jt.Z)(),p=[...l.F1,...zt.Ez],m=Object.fromEntries(p.filter((e=>(0,Qt.Z)(u[e]))).map((e=>[e,u[e]]))),f=`<script id="d">window.wp_switches = ${JSON.stringify(d)};\n    window.wp_pvid = "${s}";\n    window.blackBoxData = ${JSON.stringify({payload:t})};\n    window.blackBoxData.initRenderTimestamp = Date.now();\n    window.domainCookies = ${JSON.stringify(m)};<\/script>`;return Kt(f)};var Xt=s(8917),es=s(9349);const ts=(e,t=3,s="0")=>`${s.repeat(t)}${e}`.slice(-t),ss=(e,t=1)=>{let s=e;return s<65?s+=6*t:s>90&&(s+=7*t),s},ns=(e,t)=>{if(!(0,Xt.Z)(e)&&!(0,Qt.Z)(e))return void(0,es.Z)(`Slide method first argument must be Integer (given ${e}).`,!0);const s=(0,T.Z)(t)%6;let n=(0,T.Z)(e),o=17+s,r="";n=n>=0?Math.min(9999,n):0,n=ts(n,4);for(let e=0;e<4;e+=1){const t=n[e];r+=String.fromCharCode(ss(t.charCodeAt(0)+o,1)),o+=(0,T.Z)(t)+3}return r},os=(e,t)=>{if(!(0,Qt.Z)(e))return void(0,es.Z)(`Unslide method first argument must be String (given ${e}).`,!0);let s=17+(0,T.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(ss(o.charCodeAt(0),-1)-s);n+=r,s+=(0,T.Z)(r)+3}return(0,T.Z)(n)},rs=(e,t,s,n,o,r=!0)=>r&&("high-cpm-bidder"===e&&s===n&&t>o);var is=s(6598);const as=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,E.Z)(i)){const{Id:e,roshash:t,source:s={}}=a,{external:r,bidder:c}=s,{ceil:d}=i,l=(0,Qt.Z)(o)&&JSON.parse(o),u=l&&l.rshsd,p=t&&os(t,u),m=(0,Ee.bB)("adtech","PRG-3348"),f=rs(c,p,m,"C",249),g=!!(r&&1.2*p>=100*d);if(f||g){const t={slotNumber:n,sbblock:+f,ceilblock:+g};f&&Object.assign(t,{sbccpm:p,sbcrid:e}),(0,is.Z)("tag_blackbox_nogam",t)}}}},cs=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},ds=({blackBoxId:e,completePayload:t,creationFactoryIframe:s,creation:n,onTemplateError:o,onWindowError:r,onLoad:i})=>{if(!s.getWindow())return void r();const a=Yt(e,t);if(!a)return void o();const c=cs(a);s.postMessage(c),as(n),L.Z.f(i)&&i()};var ls=s(9750),us=s(4238),ps=s(8337);const ms=(0,re.Z)(),fs=(e,t)=>{var s;return null==ms||null==(s=ms[e])?void 0:s[t]},gs=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 hs=s(1120);const As=(e,t,s)=>{s.impressionTiming=Date.now()-s.startTime,(0,ye.cV)(t,s),(0,hs.Z)(e,t,s,!0,!0)},vs=(e,t,s)=>{const n=Vt(t);if(n)return n[e]=s,n},Zs=(e,t,s,n)=>{if(!n)return;const o=gs(n);let r=s;(0,Qt.Z)(s)&&(r=(0,re.Z)(),r.message=s),(0,Qt.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,de.Z)(r)),vs("err",t,1),As(e,t,n)};var bs=s(9374);const ws="view",ys="custom",Ss={CPC_INT:"click",CPV_INT:ws,CPCV_INT:ys};var Cs=s(6184);let _s;const Is=()=>_s;var Ps=s(9943),ks=s(8457),Es=s(6918);let Ts=!1;const Os=(e,t,s)=>{if(!Ts){Ts=!0;const n=new CustomEvent("adsReady",{detail:{slot:e,cause:s,type:t}});window.dispatchEvent(n)}};var Ls=s(6262),xs=s(853),Ds=s(5068),$s=s(4640);const Rs=(e,t,s)=>{if(t){let{scripts:n,doubleClickCode:o}=t;if(n)for(n=(0,$s.Z)(n);n.length;)(0,Ds.Z)({target:e,src:n.shift()});o&&(o=o.replace("[timestamp]",(0,ft.Nu)(8)),(0,xs.Z)(e,o));const{gemiusCode:r}=t;if(r){(0,Ds.Z)({id:"xgde",src:`${Ls.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(L.Z.f(r))r();else if(L.Z.s(r)){window["eval"](t)}}catch(e){s(e,"gemiusCode")}}}};var js=s(6733),Ns=s(9350);const Ms=["adTeaser","backgroundSlider","bannerExpandable","brandingTvToday","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFlex2","ecommercePaapi","fullPageLogin","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"];var Vs=s(1133);const Bs=["activatingBanner","activatingRectangle","adframe","commercialBreak","ecommerceDynamic","ecommerceFlex","glonewsDesktop","hotNewsAd","iframePush","linkSG","loginBox","moneyNative","screeningMobile","scrollBillboard","sfSetNative","teaserSG","zaslepka"],Us="Mods",Fs=(e,t,s,n)=>{const{currMod:o,gafSlot:r,destroyedSlot:i}=e,a=gs(r||i);console.error(Us,o,t),(0,Es.Z)({message:Us,path:o,fileName:t,campaign:a},10,s,n)};var qs=s(7384);const zs=e=>{const{currMod:t}=e,s=(()=>{const e=(0,qs.Z)("wpmods");return e&&(h.default.modsMode=!0,h.default.modsBranch=e[2]),(0,Gt.Z)("wpjslib-mods",h.default.modsBranch,"wpjslib-mods",h.default.modsMode||h.default.mode)})();(0,Ds.Z)({id:"mods",crossorigin:!0,src:(0,mt.mess)(s),onError:()=>{e.destroyed?Fs(e,"OnErrorDestroyedError"):(ae(t,Fs),ie[t](e,"RequestError"))},onLoad:()=>{e.destroyed?Fs(e,"OnLoadDestroyedError"):(L.Z.f(ie[t])||ae(t,Fs),ie[t](e,"AfterLoadError"))}})};var Hs=s(9384);const Gs=(e,t,s,n)=>{const o=e||(0,re.Z)();if(t&&(o.message=t),s){const{hostname:e,pathname:t}=(0,Hs.Z)(s),n=e+t;o.path=n||s}return n&&(o.fileName=n),o},Ws=e=>{const{modsToLoad:t,config:s,gafSlot:n}=e;if((0,Vs.Z)(t)){const o=t.shift();if(e.currMod=o,(0,Qt.Z)(o)){if(e.destroyed)return void Fs(e,"OnHandleDestroyedError");if(!Ms.includes(o)&&(Fs(e,"NotAllowedMod",`Used MOD "${o}" is not longer supported.`,"error"),Bs.includes(o))){const e=(0,T.Z)(s.bunch),t=(0,T.Z)(s.slot),r=Gs({name:"ModError"},"legacy mod used",!1,o);return void Zs(e,t,r,n)}if(L.Z.f(ie[o]))try{ie[o](e)}catch(t){Fs(e,t&&`${t.name}: ${t.message}`||"InitError")}else zs(e)}else Fs(e,"IncorrectNameError")}},Ks=(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"))&&vs("amp",t,1)};var Js=s(2621),Qs=s(1511),Ys=s(6656),Xs=s(9072);const en=(e,t)=>((0,Ys.Z)(e,!0),(0,Xs.Z)(e,Object.assign({hidden:!1,released:!0},t)));var tn=s(5682);const sn=(e=[],t=[])=>e.some((e=>t.includes(e))),nn=e=>sn(["nativeLinkAd","inTextVideo"],e),on=(e,t,s,n)=>{s.success=1;const{creation:o}=s;if(!o||o.destroyed){const o=Gs(!1,"creation destroyed before count",!1,n);return void Zs(e,t,o,s)}!nn(o.mod)&&o.config.count()},rn=(e,t,s=.5,n=1e3)=>{if(!L.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 an=(e,t,s)=>{const n=(0,T.Z)(t),o=`${e}_${n}`,{type:r,config:i,trackers:a,rebuild:c,mod:d,destroyed:l,width:u,height:p,scalable:m,transparentPlaceholder:f,gafSlot:g}=s;if(l){const t=Gs(!1,"creation destroyed before impression",!1,r);return void Zs(e,n,t,g)}Ws(s);const{model:h,provider:A,creativeId:v,touchpointId:Z,campaignId:w,time:S,percent:C}=(e=>{const t=(0,re.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=Ss[e]||"",t.percent=s,t.time=o,t.displayTime=r}}return(0,pt.qm)("testCview")&&(t.model=ys,t.percent=75,t.time=4),t})(g),{holder:_}=c,{coveringSlots:I,resetCoverPayload:P}=ke(),k=Is(),{lazy:E}=g,O=gs(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=_,"GAM"===A&&Ks(_,n),I.includes(n)&&requestAnimationFrame(P),L.Z.f(k)&&k(),i.impressed||((0,Ns.Z)(a.impression),i.impressed=!0,((0,Ee.zK)("adtech","PROSGWP-7446","B")||(0,Ee.zK)("application","PAK-2687","A"))&&Os(n,r,"IMP")),(0,tn.Z)(n)&&(0,js.Z)(`SlotTiming${n}`,`SlotRegister${n}`,`SlotImpression${n}`),L.Z.f(i.prepareLabel)&&i.prepareLabel(),i.doNotRelease)s.type!==nt.Jz&&(0,Es.Z)({message:"IAQInline",path:"DoNotRelease",fileName:(0,$s.Z)(d).join(","),slot:n,bunch:e,campaign:O},1e3);else{const e={transparent:(0,b.R)()||f};m?e.height="auto":(0,Js.Z)(p)&&(e.height=p),en(n,e)}(0,ks.v)(n,u,p),(0,ye.cV)(n,g),Rs(_,s.viewability,((t,s)=>{const o=Gs(t,!1,`${s} measurements in impression handler`,!1,r);Zs(e,n,o,g)})),g.viewability||(0,y.Z)(g,bs.cC,{});const x=g.viewability,D=()=>{i.cviewed||((0,Ns.Z)(a.cview),i.cviewed=!0),on(e,n,g,r),L.Z.f(k)&&k()},$=()=>{i.viewed||((0,Ns.Z)(a.view),((0,Ee.zK)("adtech","PROSGWP-7446","C")||(0,Ee.zK)("application","PAK-2687","B"))&&Os(n,r,"VIMP"),i.viewed=!0),h===ws&&on(e,n,g,r),(0,ye.oI)(n,g),L.Z.f(k)&&k()};if((0,Ps._X)()){(0,y.Z)(x,Xe.$F,{});const t=x[Xe.$F];Object.assign(t,{as:(0,wt.Z)(!E),phd:(0,wt.Z)(document.hidden),tpid:`${Z}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`}),h!==ws&&h!==ys&&on(e,n,g,r),rn(_,(s=>{((t,s)=>{i.viewed||((0,Ns.Z)(a.view),i.viewed=!0),Object.assign(s,{[bs.PY]:1,[bs.NK]:1,[bs.yz]:Math.round(100*t.intersectionRatio)}),h!==ws&&h!==ys||(on(e,n,g,r),(0,ye.oI)(n,g)),L.Z.f(k)&&k()})(s,t)}))}else{var R;const t=[50,60,70,80,90,100].map(Cs.gQ),s=[...t];s.push((0,Cs.jq)($)),h===ys&&s.push((0,Cs.Zp)(D,S,C)),h!==ws&&h!==ys&&on(e,n,g,r);const i=(0,Qs.Z)(_,s,o),a=null==i?void 0:i.observations,c=null==a||null==(R=a[Xe.$F])?void 0:R.state;if(c)(0,y.Z)(x,Xe.$F,Object.assign(c,{as:(0,wt.Z)(!E),phd:(0,wt.Z)(document.hidden),tpid:`${Z}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`})),delete x[Xe.r_],(0,y.Z)(x,Xe.OI,t);else{const t=Gs(!1,"observations missing or blocked",!1,r);Zs(e,n,t,g)}}},cn=e=>{const{id:t,payload:s}=e,{bunch:n,slot:o,size:r,sync:i,vendor:a,frameSlotState:c,waveData:d,campaign:l,renderTimestamp:u,initRenderTimestamp:p}=s,m=Date.now(),f=(0,ut.z9)(n,o),{isAsr:g}=f;if(!Et.Rm.get(t))return void Et.Rm.misses(t);const h=Et.bc.get(t);if(!h)return void Et.bc.misses(t);const A=fs(o,"endHandler");L.Z.f(A)&&A(h);const{initTimestamp:v}=h;if(Object.assign(h.measures,{ttiren:p-v,ttren:u-v,tte:m-v}),(0,is.Z)("tag_blackbox",Object.assign({},d,h.measures,{asr:(0,wt.Z)(g)})),a===ps.vC)return f.vendor=ps.vC,void As(n,o,f);const{width:Z,height:b}=r;var w;w=i,(0,S.Z)(w,((e,t)=>{const{name:s,value:n}=t;(0,ve.Z)(s,n)}));try{const e=JSON.parse(c),t=Vt(o),s=Object.assign({},t,e);Ut(o,s);const r=l&&JSON.parse(l);r&&(f.campaign=r),f.vendor=a,an(n,o,h)}catch(e){Zs(n,o,Gs(e,!1,"onBlackBoxEnd",h.type),f)}},dn=e=>{const t=JSON.parse(e);return t.name=`BlackBox${t.name}`,t},ln=({id:e,payload:t})=>{const[,s,n]=e.split("|"),{error:o}=t,r=(0,ut.z9)(s,n),i=dn(o);r.creation.config.setError(i)};var un=s(5467),pn=s(6257);const mn=e=>{const{direct:t}=e;j(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0,e.viewed=0,e.run=0,t&&(R(e,$(t)),e.campaign=t.campaign,e.lazy=t.lazy,e.delivered=1,e.direct=void 0)},fn=(e,t,s)=>{(0,Ct.Z)(s),s.passedDfpConfig=s.dfpConfig,s.passed=1,s.dfpConfig=void 0,V(s),mn(s),(0,It.Z)(t)},gn=e=>{const{id:t}=e,s=t.split("|")[2],n=(0,un.P)(),o=(0,ut.z9)(n,s),{creation:r,direct:i}=o;if(r.backupConfig)Pt(n,s,o,r.backupConfig);else if(i)fn(n,s,o);else{const{setNative:e}=(0,pn.F)(s);e({type:"teaserHide"},(()=>{}))}},hn=e=>{const{id:t}=e,s=t.split("|")[2],n=(0,un.P)(),o=(0,ut.z9)(n,s),{setNative:r}=(0,pn.F)(s),i=fs(s,"teaserHideHandler");r&&r({type:"teaserHide"},(()=>{i(o)}))},An=e=>{const t=e&&e.data;if(L.Z.s(t)&&t.match(ls.JW)){const e=JSON.parse(t.replace(ls.g0,"")),{id:s,cmd:n,role:o,pageViewID:r}=e,i=(0,us.j)(),a=Et.WR.get(s),c=o!==i,d=[ls.jg,ls.qB,ls.AL,ls.jW].includes(n),l=(0,lt.Vq)()===r;if(a&&c&&d&&l)return e.receiver=a,e}return!1},vn=e=>{const t=An(e),{cmd:s}=t;s===ls.jW&&ln(t),s===ls.jg&&cn(t),s===ls.qB&&gn(t),s===ls.AL&&hn(t)};let Zn=!1;const bn=(e,t,s)=>{Et.WR.set(e,t),Et.Al.set(e,s),Zn||((0,us.D)(ls.sN),window.addEventListener("message",vn),Zn=!0)},wn=({creationBunch:e,creationSlot:t,creation:s,onTemplateError:n,onWindowError:o,onError:r,onLoad:i})=>{const a=jt(),c=(0,g.PO)(),{payload:d,width:l,height:u}=s,p=qt(t),m=`bbid|${e}|${t}`,f=Object.assign({},s,{initTimestamp:Date.now(),measures:{ttiren:null,ttrdy:null,ttren:null,tte:null}}),h=Object.assign({},d,{bunch:e,slot:t,sn:c,site:c,width:l,height:u,ssid:p}),A=(0,St.Z)({sandbox:tt});return A.error(r),A.load(a,(()=>{ds({blackBoxId:m,completePayload:h,creationFactoryIframe:A,creation:s,onTemplateError:n,onWindowError:o,onLoad:i})})),Et.bc.set(m,f),Et.Rm.set(m,A),bn(m,A,h),A};var yn=s(7159),Sn=s(528);const Cn="sponsored nofollow",_n=e=>{e.removeAttribute("target"),Sn.Z?e.setAttribute("rel",Cn):e.removeAttribute("rel")},In=e=>{_n(e);return()=>{e.setAttribute("target","_blank"),e.setAttribute("rel","noopener"+(Sn.Z?` ${Cn}`:"")),requestAnimationFrame((()=>{_n(e)}))}},Pn=e=>{const{config:t,redirUrl:s}=e,{uniqueID:n,addDestroyHandler:o}=t,r=(0,yn.Z)("a"),i=In(r),a=`link${n}`;return r.href=s,(0,gt.r)(r),(0,ot.Cj)(r,(0,ot.cu)(a,{height:"100%"})),r.addEventListener("click",i),o((()=>{r.removeEventListener("click",i),(0,ot.jo)(a)})),r},kn=(e,t,s,n,o)=>{Zs(e,t,Gs(!1,"resource missing or blocked",s,n),o)},En=(e,t,s,n,o)=>{const{config:r,expandable:i,src:a,type:c,gafSlot:d}=s,{uniqueID:l,addDestroyHandler:u}=r,p=()=>{an(e,t,s,c)},m=()=>{kn(e,t,a,c,d)},f=Pn(s),g=(0,yn.Z)(n),h=`${c}${l}`;return(0,ot.Cj)(g,(0,ot.cu)(h,{border:"0",margin:"auto",display:"block",height:i?"auto":We,width:We})),f.appendChild(g),(0,gt.r)(g),g.addEventListener(o,p),g.addEventListener("error",m),u((()=>{g.removeEventListener(o,p),g.removeEventListener("error",m),(0,ot.jo)(h)})),g},Tn=(e,t,s)=>En(e,t,s,"img","load"),On=`${Tt.Z}images/adv/`,Ln=(e,t)=>{const{config:s}=t,{addDestroyHandler:n}=s,o=(0,yn.Z)(),r="vdAdSnd";(0,ot.Cj)(o,(0,ot.cu)(r,{position:"absolute",width:50,height:50,bottom:50,right:50,borderRadius:"50%",background:`rgba(0, 0, 0, 0.5) url('${(0,mt.mess)(`${On}sound.svg`)}') no-repeat center center/100%`,backgroundSize:"60%",opacity:.7,zIndex:999,cursor:"pointer",transition:"opacity .2s"})),(0,ot.cu)(`${r}:hover`,{opacity:1});const i=(0,ot.cu)(`${r}Off`,{backgroundImage:`url('${(0,mt.mess)(`${On}mute.svg`)}')`});(0,ot.Cj)(o,i);const a=t=>{t.preventDefault();const s=e.muted;e.muted=!s,(0,ot.aB)(o,i,!s)};return o.addEventListener("click",a),n((()=>{o.removeEventListener("click",a)})),o},xn=(e,t,s)=>{const{src:n}=s,[,o]=n.match(/\.([0-9a-z]+)$/i)||["","mp4"],r="mov"===o?"quicktime":o,i=(0,yn.Z)(),a=(0,yn.Z)("source"),c=En(e,t,s,"video","loadeddata"),d=Ln(c,s);return a.setAttribute("src",n),a.setAttribute("type",`video/${r}`),c.muted=!0,c.setAttribute("autoplay",""),c.setAttribute("loop",""),(0,b.R)()&&(c.setAttribute("playsinline",""),c.setAttribute("webkit-playsinline","")),c.appendChild(a),i.appendChild(d),i.appendChild(c),{$creationVideo:c,$videoContainer:i}};var Dn=s(8937),$n=s(6806);const Rn={testSuffix:"",fromGoogle:!1,error:!1,loaded:!1};h.default.gamState=Rn;const jn=Rn,Nn=/,[0-9]+\//,Mn=e=>e.replace(Nn,"/").replace("_asr","")+(jn.testSuffix||""),Vn=new Map;h.default.unitsStore=Vn;const Bn=e=>Vn.get(Mn(e));var Un=s(2510),Fn=s(5253);const qn=({setNative:e,updateContainer:t,callback:s,placement:n,type:o,bunchID:r,slotNumber:i,gafSlot:a})=>{e({type:"alternativeSlot"},(({el:e})=>{if((0,Fn.Z)(e))L.Z.f(t)&&t(e),L.Z.f(s)&&s(e);else{const e=Gs(!1,"incorrect container in onAlternativeSlot",Mn(n),o);Zs(r,i,e,a)}}))},zn=(e,t,s)=>{const{dfpConfig:n,config:o,type:r,gafSlot:i}=e,{slot:a,bunch:c,updateContainer:d}=o,l=(0,pn.F)(a,"setNative"),u=null==n?void 0:n.placement;if(l){s&&(s.setNative=l);const e=fs(a,"nativeHandler");(L.Z.f(e)?e:qn)({setNative:l,updateContainer:d,callback:t,placement:u,type:r,bunchID:c,slotNumber:a,gafSlot:i})}else{const e=Gs(!1,"missing setNative",Mn(u),r);Zs(c,a,e,i)}};var Hn=s(1501);const Gn=e=>{const{isAsr:t,div:s,placement:n,creation:{rebuild:o}}=e,{holder:r}=o;if((0,Hn.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=(0,re.Z)();h.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,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,is.Z)(e,c)},Xn={isLoaded:!1,isError:!1,bids:[]};h.default.amazonState=Xn;const eo=Xn,{bids:to}=eo,so=e=>{const{isLoaded:t}=eo;vs("dfp_psbk",e,1),t&&(e=>{const t=to.find((t=>t.slotID===`slot${e}`));t&&(t.used=!1)})(e)},no=(e,t)=>{const{slot:s,bunch:n,gafID:o,definedSlot:r,creation:{backupConfig:i,gafSlot:a}}=e;a.isMex&&Qn(),r&&r.clearTargeting(),Yn("dfp_passback",e),so(s),i?Pt(n,s,a,i):fn(n,s,a)},oo=(e,t)=>{const{noDfpaTestOverride:s}=(0,Ht.Uu)(),n=(0,Ht.UQ)(),o=n&&!s?`-test${n}`:"";t.div=`div-gpt-ad-x${ts(e,2)}${o}`,t.placement=`/89844762/${t.placement}`,(0,Qt.Z)(t.sizes)&&(t.sizes=JSON.parse(t.sizes))};var ro=s(2927);const io=(0,T.Z)((0,pt.qm)("asrTimeout"))||3e4;let ao=io;const co=()=>ao;var lo=s(7834),uo=s(8350);const po=(e=!1)=>{const t=(0,Se.CV)("brandSafety");if((0,E.Z)(t)){const s=(0,re.Z)();if((0,S.Z)(t,((e,t)=>{(0,uo.Rg)(t)&&(s[e]="1")})),(0,E.Z)(s)){if(e){return Object.entries(s).flatMap((e=>e.join("="))).join(",")}return s}}},mo=()=>(e=>{const t=[];return(0,me.YE)()||(0,S.Z)((0,ut.bh)(),(s=>{const n=(0,ut.FJ)(s);(0,S.Z)(n,((s,n)=>{const{campaign:o}=n;if(o){let s=o[e];L.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 fo=s(3007),go=s(2617),ho=s(4030);const Ao=()=>{const e=(0,f.ZF)("ciab")||"";if(!e.includes("v3"))return"";return e.split(",").filter((e=>e.includes("v3"))).map((e=>e.split("-")[2]))},vo=(e,t,s,n,o,r,i,a,c)=>{const d=mo(),l=(0,fo.Z)(),u=(0,f.ZF)("layout"),p=(0,f.ZF)("ctype"),m=(0,f.ZF)("ctab"),g=(0,f.ZF)("chId"),{additionalTVer:h}=(0,Ht.Uu)(),A=(0,ct.ac)("prebid"),v=null==A||null==A.getPvFraction?void 0:A.getPvFraction(),Z=(0,ut.fw)("mlId"),w=(0,Ht.wV)("obTestVariant"),y=Ao(),S=(0,Ee.zK)("adtech","PU-321","B");if(e.INTER_OFF=jn.fromGoogle,e.mlCode=Z?Z.split(","):"null",e.yg_active=e.yg_active||"1",e.pvid=(0,lt.Vq)(),e.ssid=qt(s),e.slot=s,e.abtest=(0,Ee.KF)().replace(/;/g,".")||"null",e.aabwl=(0,he.Z)(ro.tn)||"null",e.reloaded=(0,Hn.r)()?"1":"0",e.native=n?"1":"0",e.sl=s,e.darkmode=(0,T.Z)(l)?"1":"0",e.layout=u?u.slice(0,1):"null",e.stVer=(0,Ht.UQ)(!0)||"null",e.rekid=t,e.ctype=p,e.ciab=y,e.isRobot=ho.default.isRobot?"1":"0",e.ciab_wp="null",e.sda_wp="null",S){const t=(0,ut.fw)("sda");e.sda_wp=t||"null"}const C=po();if((0,go.Z)()&&(e.fledge=null==A?void 0:A.getFledgeStatus(s)),w&&(e.yg_active="2"),(0,Te.KD)()&&(0,b.R)()&&(e.ctab=m||"null"),g&&(e.chId=g),Object.assign(e,C),d.includes("DUKAT_Screening")||r.includes("art")||"article"===p?e.screening="0":e.screening="1",v&&(e.pvfraction=v),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"),h&&(e[h]=e.tVer),e.stVer=(0,Ht.UQ)(!0)||"null",e.tVerG=(0,Ee.bB)("adtech","TCF2-46")||"null",e.tVerG2=(0,Ee.bB)("adtech","PU-321")||"null",((0,Se.fS)("ygactiveDisable")||o)&&(e.yg_active="0"),c){const{isDeclarationUsed:t}=(0,Se.g1)("asr");t&&(e.asr=`${co()}`.slice(0,2))}return e.cookieDeprecation=(0,lo.j)(),e},Zo="0",bo="1",wo="2",yo="3",So="4",Co=new Map,_o=e=>Co.get(e)||Zo,Io=(e,t)=>{Co.set(e,t)},Po={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},ko={};const Eo="https://f.creativecdn.com",To="https://paapi.wp.pl",Oo="https://fledge.wpcdn.pl",Lo=e=>{const{buyers:t=[],slots:s=[]}=(0,Se.g1)("fledge"),n=(0,pt.qm)("debugFledge"),o=t.includes(To)&&s.includes(e),r=!!(n?n.split(","):[]).find((t=>(0,T.Z)(t)===e));return o||r},xo=e=>({currencyConversion:(0,ut.fw)("curr"),variant:e,noComponentAuctions:!0});var Do=s(1059);const $o=()=>{const e=window.location.hostname,{uniformDomains:t}=mt.domains,s=`${`${Oo}/test/`}seller-parallel${(0,pt.qm)("debug")?"-debug":""}.js`,n=t.includes(e)?e:Do.Z;return{seller:`https://${n}`,decisionLogicUrl:(0,mt.mess)({url:s,forceDomain:n})}};var Ro=s(1154);const jo=e=>{var t,s,n,o,r;const i=(0,Ro.K)(),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,d=(null==i||null==(r=i.config)?void 0:r.sizeMap)||[];let l=[[300,250]];return(0,Vs.Z)(c)?l=c:(0,Qt.Z)(c)&&d.includes(c)&&(l=d[c]),l.sort(((e,t)=>t[0]*t[1]-e[0]*e[1]))[0]},No=(e,t)=>({pvid:(0,lt.Vq)(),bunchid:(0,un.P)(),slot:e,floor:t,adsize:jo(e)}),Mo=()=>`paaid-${(0,ft.Nu)(12,36)}`;var Vo=s(9366),Bo=s(7952);const Uo=(e,t,s)=>{const{innerWidth:n,innerHeight:o,navigator:r,location:i}=self,{userAgent:a}=r,{href:c,origin:d}=i,[l,u]=s;return{bidRequestId:e,slotId:t,banner:{W:l,H:u},site:{id:(0,un.P)(),page:c,name:d,referrer:(0,Vo.a)()},device:{userAgent:a,W:n,H:o},user:{pvid:(0,lt.Vq)(),statid:(0,Bo.Rn)(),ctype:(0,f.ZF)("ctype"),ccategory:(0,f.ZF)("ccategory"),hasDarkModeEnabled:(0,fo.Z)(),isRobot:(0,ut.fw)("isRobot")}}},Fo=e=>{const{seller:t,decisionLogicUrl:s}=$o(),n=Mo(),o=Object.assign({auctionId:n},xo("google")),r=jo(e),i={seller:t,decisionLogicUrl:s,interestGroupBuyers:[To],auctionSignals:o,perBuyerSignals:{}};i.perBuyerSignals[To]=Uo(n,e,r);return{adUnitCode:`slot${e}`,fledgeAuctionConfig:i}},qo=(e,t)=>{const{fledgeAuctionsForGoogle:s=[]}=Po,{seller:n,decisionLogicUrl:o}=$o(),r=(0,T.Z)(e);if(Lo(r)){const e=Fo(r);Po.fledgeAuctionsForGoogle.push(e)}const{selected:i,remaining:a}=s.reduce(((s,i)=>{const{adUnitCode:a="",fledgeAuctionConfig:c}=i;if((0,T.Z)(a.replace("slot",""))===r){const r=xo("google"),i=No(e,t),a=Object.assign(c,{auctionSignals:r,sellerSignals:i,seller:n,decisionLogicUrl:o}),d={configKey:n,auctionConfig:a};return Object.assign({},s,{selected:[...s.selected,d]})}return Object.assign({},s,{remaining:[...s.remaining,i]})}),{selected:[],remaining:[]});if(Po.fledgeAuctionsForGoogle=a,(0,Vs.Z)(i))return Io(e,So),i};var zo=s(1143);window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push((()=>{(0,zo.Z)("GAMFirstCommand")}));const Ho=()=>window.googletag,Go=()=>{},Wo=e=>{const t=Ho(),s=t.pubads(),{placement:n,prevDefinedSlot:o,targeting:r,gafID:i,slot:a,fledgeFloorPrice:c}=e;let d,l,{div:u}=e;if(o&&t.destroySlots([o]),e.isInterstitial?(l=!0,u=t.enums.OutOfPageFormat.INTERSTITIAL):e.isAnchor?(l=!0,u=t.enums.OutOfPageFormat.TOP_ANCHOR):e.outOfPage&&(l=!0),d=l?t.defineOutOfPageSlot(n,u):t.defineSlot(n,e.sizes,u),(0,Ee.zK)("adtech","PU-227","B")){const e=qo(a,c);e&&(d.setConfig({componentAuction:e}),r.fledge=_o(a))}e.definedSlot=d,d.addService(s),(0,S.Z)(r,((e,t)=>{d.setTargeting(e,t)})),Yn("dfp_displayad",e);const p=window.console;window.console=Go,s.updateCorrelator(),window.console=p,t.display(d)},Ko=(e,t)=>{jn.testSuffix="",t&&e&&/test/.test(e)&&(jn.testSuffix=`_test_${t}`)},Jo=e=>{const{config:t,gafSlot:s,dfpConfig:n,customDfpConfig:o}=e,{slot:r,bunch:i}=t,{isAsr:a,fledgeFloorPrice:c}=s,d=`${i}_${r}`,l=o||n,u=(0,Ht.UQ)(),p=gs(s),m={slot:r,bunch:i,creation:e,gafID:d,isAsr:a,fledgeFloorPrice:c};if(!l)return no(m,"configMissing"),void(0,Es.Z)({message:"GamAPI",path:"AdUnitConfigMissing",campaign:p,slot:r,bunch:i});o&&oo(r,l),Ko(l.div,u),Object.assign(m,l);const{placement:f,div:g,isNative:h,targeting:A={},namedSizes:v,sizes:Z}=m;v&&(m.sizes=Z.concat(v)),m.targeting=vo(A,i,r,h,o,f,u,g,a);const b=Bn(f);b&&(m.prevDefinedSlot=b.definedSlot),((e,t)=>{Vn.set(Mn(e),t)})(f,m);const w=()=>{Gn(m),Wo(m)},y=(0,Un.Z)();h?y?(e.config.updateContainer(e.rebuild.container),w()):zn(e,w,m):w()},Qo=(e,t)=>{var s;const n=Ho();L.Z.f(null==n||null==(s=n.cmd)?void 0:s.push)&&!jn.error?n.cmd.push(e):L.Z.f(t)&&t()},Yo=e=>{const{config:t,gafSlot:s,type:n}=e,{slot:o,bunch:r}=t,i=Gs(!1,"googletag.cmd doesn't exist",!1,n);Zs(r,o,i,s)},Xo=e=>{fe.Z.fill((()=>{Qo((()=>{Jo(e)}),(()=>{Yo(e)}))}))};var er=s(5599),tr=s(1674);const sr=()=>{const e=window;return{login:e._wplogin||e._o2login||null,name:e._wpname||e._o2name||null,surname:e._wpsurname||e._o2surname||null}},nr=e=>{const{redir:t,config:s,gafSlot:n,redirUrl:o,originalRedirUrl:r}=e,{slot:i,bunch:a,uniqueID:c}=s,{campaign:d}=n,l={wp:!0,uniqueID:c,gaf:{slot:i,bunch:a,campaign:(null==d?void 0:d.id)||""},redir:t,clickTagUnmessed:r,clickUnmessed:r,click:o,clickTAG:o,clickTag:o,userData:sr()};let u=1;for(;e[`url${u}`];)l[`click${u}`]=(0,mt.mess)((0,tr.Z)(t,e[`url${u}`])),u+=1;return l},or=({config:e,creation:t,creationBunch:s,creationSlot:n,gafSlot:o})=>{const r=Zt(e,t.backupAd,t.trackers),i=(0,pt.qm)("forceBackupAd");return t.backupAd=null,t.backupConfig=r,i&&Pt(s,n,o,r),r},rr=["bannerExpandable","floatingBanner","logoSwapper","nativeLinkAd","megaScreening","screening","stiltedBanner","videoBackLayer","videoPlayerBranding","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush"],ir=e=>(0,Vs.Z)(e)&&!e.some((e=>!rr.includes(e))),ar=["adTeaser","backgroundSlider","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFlex2","ecommercePaapi","floatingBanner","glonewsSlider","headline","headline2","interactiveStories","liveShopping","logoSwapper","moduleBranding","nativeLinkAd","panelPremiumMobile","programTV","scrollRevealMobile","specialModuleBanner","survey","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykToolbar","wpKoszykSG"],cr=e=>(0,Vs.Z)(e)&&sn(ar,e),dr=e=>(0,Vs.Z)(e)&&sn(rr,e);var lr=s(8168);const ur=e=>sn(["wallpaper","headline","headline2","liveShopping","screening","screeningMobile","panelPremium","panelPremiumMobile"],e);var pr=s(46),mr=s(7331);const fr=()=>{const e=(0,Ps.XG)();return[mr.CG,mr.Lx,mr.Wj,mr.Bj].includes(e)};var gr=s(3476),hr=s(9300);const Ar=(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},vr=!!(0,pt.qm)("blockers"),Zr=(e,t,s)=>{const{creations:n,slot:o}=e,r=n.length,i=gs(s),a=[];let c;delete e.creations,c=r>1?t.offsetWidth||300:1e4;for(let t=0;t<r;t++){const s=n[t],r=s.src,c=s.externalCode;let d,l=s.type;delete s.externalCode,vr&&(l=nt.Jz),l===nt.Jz&&Ar(e,s),(0,Qt.Z)(c)&&(s.externalCode=window.Function("c",c)),nt.up.has(l)||((0,es.Z)(`Unknown creative type: "${l}" (${i}).`,!0),s.mod&&(l=nt.rU)),nt.up.has(l)&&(l!==nt.bC||(0,Qt.Z)(r)||(d=!0),l===nt.Bm&&((0,Qt.Z)(r)?r.length<20&&(d=!0):s.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="),d?(0,es.Z)(`Source is missing for creative on slot ${o} from campaign ${i}.`):(Ke(s,s.width,s.height),(s.width===We||s.width>0||s.scalable||l===nt.Jz)&&(s.type=l,a.push(s))))}if(a.length)return{passedCreations:a,creationContainerWidth:c}},br=({creationContainerWidth:e,passedCreations:t})=>{let s=t[0],n=1e6;return s.scalable||s.type===nt.Jz||(s=void 0,t.forEach((t=>{const o=t.width===We?e:t.width,r=n>e,i=o>n,a=o<=e;(!s||a&&(i||r)||!a&&!i&&r)&&(s=t,n=o)}))),s},wr="IAQInline",yr=["server","campaign","score","code","libs","aabVendors","capping","endTime","positions","setType","wpclid"],Sr=["deferredInit","doNotCount","fixToCenter","doNotCompress"],Cr=(e,t,s,n,o)=>{if((0,hr.Z)(n,n))return void Zs(s,n,"incorrect slot number",o);const r=(0,gr.ni)(n),i=(0,yn.Z)();(0,ot.Cj)(i,$n.Z),(0,Ys.Z)(n,!0),r.parentNode.insertBefore(i,r);const a=Zr(t,i,o);if(a){const r=gs(o),c=Object.keys(t).filter((e=>{const s=yr.includes(e);return s&&delete t[e],s}));c.length&&(0,Es.Z)({message:wr,path:"ShittyTemplate",campaign:r,fileName:c.sort().join(","),bunch:s,slot:n},1e5);const d=br(a);if(d){const t=Object.keys(d).filter((e=>{const t=Sr.includes(e);return t&&delete d[e],t}));return t.length&&(0,Es.Z)({message:wr,path:"ShittyCreation",campaign:r,fileName:t.sort().join(","),bunch:s,slot:n},1e4),e({creation:d,$creationContainer:i})}Zs(s,n,"creation missing",o)}else Zs(s,n,"passed creations missing",o)};var _r=s(552);const Ir=e=>{const{gafSlot:{campaign:t},config:{redir:s},url:n}=e;e.redir=s;const o=(0,tr.Z)(s,n);(0,Qt.Z)(o)&&(e.redirUrl=(0,mt.mess)(o),e.originalRedirUrl=o),null!=t&&t.capping&&(e.capping=(0,_r.Z)(`https://rek.www.wp.pl/cap.gif?_=${(0,ft.Nu)()}`,t.capping,void 0,!1,!0))},Pr=e=>{const{trackers:t={},pixels:s}=e;return(0,y.Z)(e,"pixels",(0,$s.Z)(s)),(0,y.Z)(e,"trackers",t),(0,y.Z)(t,"view",(0,$s.Z)(t.view)),(0,y.Z)(t,"cview",(0,$s.Z)(t.cview)),(0,y.Z)(t,"click",(0,$s.Z)(t.click)),(0,y.Z)(t,"impression",(0,$s.Z)(t.impression)),e};var kr=s(625),Er=s(5146),Tr=s(9338),Or=s(713);const Lr=()=>{const e=Fe();L.Z.f(e)&&e(Or.Z)},xr=(e,t)=>[...new Set([...e||[],...t||[]])].sort();var Dr=s(4880);const $r="IAQInline",Rr="relative",jr="absolute",Nr="overflow",Mr="hidden",Vr="block",Br="auto",Ur="sandbox",Fr="allowFullscreen",qr="transform",zr="transformOrigin",Hr="center",Gr="style",Wr="mousedown",Kr="width",Jr="height",Qr="maxWidth",Yr="maxHeight",Xr="left",ei="right",ti="position",si="display",ni="backgroundColor",oi="border",ri="margin",ii="addEventListener",ai="removeEventListener",ci=fr();(0,ot.Vx)(!0);const di=(0,pt.qm)("nomods"),li=(0,pt.qm)("forceAlternativeSlot"),ui=(e,t)=>{const s=(0,T.Z)(e.slot),n=(0,T.Z)(e.bunch),o=(0,re.Z)(),r=t||(0,ut.z9)(n,s),{campaign:i={}}=r,{creative:a={}}=i,{provider:c,source:d={}}=a,{external:l}=d,u=gs(r);let p,m,f,g,h,A,v,Z,w;const C=(0,b.R)(),_=(0,dt.B)()===s;let I,P,k,E,O,x;const D=[],$=(0,ft.Nu)(10,!0,!0),R=`container${$}`,j=`holder${$}`,N=`label${$}`,M=`iframe${$}`,V=t=>{const s=t.target,n=(0,Dr.Z)(t);if(s&&1===n){const e=Ue();L.Z.f(e)&&e(i)}e.clicked||((0,Ns.Z)(p.trackers.click),e.clicked=!0)},B=e=>{L.Z.f(e)&&D.push(e)},U=()=>{if([Qe,Je].includes(f)||m===nt.rU){const{width:e,height:t}=(e=>{const t="2"===v&&C,s=e?P.parentNode:P,n=t?(0,er.Z)():s,{clientWidth:o,clientHeight:r}=n;return e?{width:o,height:r}:{width:Math.min(o,g),height:Math.min(r,h)}})(_),n=e/g,o=t/h,r=Math.min(n,_?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%)`,[zr]:"0 0 0",[Qr]:"none",width:g,height:h,left:"50%"},d={height:i};(0,ot.cu)(j,c,[qr,zr]),(0,ot.cu)(R,d);en(s,d)||(0,ot.Vx)(!0)}},F=()=>{const t=(0,at.Y2)(s);if(t)return t.appendChild(P),e.doNotRelease=!0,(0,lr.Z)(s),t;e.doNotRelease=!1},q=()=>{e.counted||((0,Ns.Z)(p.capping,!1,Lr),(0,Ns.Z)(p.pixels),Rs(I,p,((e,t)=>{Zs(n,s,Gs(e,!1,`${t} measurements in success handler`,m),r)})),e.counted=!0)},z=()=>{var e;Object.assign(o,{container:P,link:k,label:x,iframe:null==(e=w)||null==e.getIframe?void 0:e.getIframe(),holder:I,image:E,video:O})},H=e=>{if(f!==Ye&&(!x||e)&&(_&&(p.showLabel=!1),ci&&m===nt.oq&&(p.showLabel=!1),L.Z.u(p.showLabel)&&m!==nt.rU&&(p.showLabel=!0),m===nt.Ko&&"nativeLinkAd"===p.payload.mod&&(p.showLabel=!1),p.showLabel)){x=x||(0,yn.Z)(),(0,gt.r)(x),(0,ot.Cj)(x,(0,ot.cu)(N));const e={[ti]:jr,zIndex:1};if(ci)e.top=0,e[ei]=0;else{const t={[Xr]:ei,[ei]:Xr},{labelAlign:s=Xr}=p,n=Object.keys(t).includes(s)?s:Xr,o=t[n];e.bottom=We,e[n]=0,e[o]=null}const t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:"9px",lineHeight:"14px",color:p.labelColor||"#888",display:Vr,content:(0,Dn.Z)(p.labelText||At.Z)};m===nt.Ko&&["fullPageLogin"].includes(p.payload.mod)&&(Object.assign(e,{top:0,left:0,right:"auto",zIndex:1}),Object.assign(t,{padding:"1px 4px 1px 2px",background:"#00000040",color:"#FFF",borderRadius:"0px 0px 4px 0px"})),(0,ot.cu)(N,e),(0,ot.cu)(`${N}:after`,t),B((()=>{x&&(x.remove(),x=null),(0,ot.jo)(N),(0,ot.Vx)()})),P.appendChild(x),(0,ot.Vx)(),z()}},G=()=>{const{closeIframe:e}=p,t={[Nr]:Mr,[oi]:"0 none",[si]:Vr,[ri]:Br,[Qr]:"none",[Yr]:"none",[Kr]:e?null:We,[Jr]:e?null:We};v&&(t[Kr]=e?null:g,t[Jr]=e?null:h),(0,ot.Cj)(w.getIframe(),(0,ot.cu)(M,t)),B((()=>{w&&(w.destroy(),w=null),(0,ot.jo)(M)}))},W=(e,t)=>{if(!L.Z.u(e)&&!L.Z.u(t)){const n=(0,re.Z)();v?n[Jr]=Br:(Ke(p,e,t),g=p[Kr],h=p[Jr],(0,ot.cu)(R,{[Kr]:g,minHeight:h}),(0,ot.Vx)(),n.released=!0,n.slot=s,n[Jr]=h),(0,Xs.Z)(s,n)}},K=()=>{switch(m){case nt.YX:f=Ye,p.showLabel=!0;break;case nt.Hu:f=Ye;break;case nt.dA:f=Je,kt({creationBunch:n,creationSlot:s,creation:p,$creationHolder:I,onImpression:()=>{an(n,s,p,nt.dA)},onPassbackError:e=>{Zs(n,s,Gs(!1,"backupAd missing",e,m),r)},onParseError:(e,t)=>{Zs(n,s,Gs(t,!1,e,m),r)},onRequestError:e=>{kn(n,s,e,m,r)}});break;case nt.Bm:if(f=Qe,!(0,Qt.Z)(p.redirUrl)){Zs(n,s,Gs(!1,"missing redir URL",A,m),r);break}B((()=>{k=null,E=null})),k=Pn(p),E=Tn(n,s,p),k.appendChild(E),I.appendChild(k);break;case nt.r0:{if(f=Qe,!(0,Qt.Z)(p.redirUrl)){Zs(n,s,Gs(!1,"missing redir URL",A,m),r);break}B((()=>{k=null,O=null}));const e=xn(n,s,p),{$videoContainer:t}=e;({$creationVideo:O}=e),k=Pn(p),k.appendChild(t),I.appendChild(k);break}case nt.oq:e=P,rt&&(0,ot.Cj)(e,rt);break;case nt.rj:case nt.AW:case nt.Ko:f=Je;break;case nt.bC:{f=Je;const e=(0,re.Z)();e.allow="autoplay",p[Ur]?e[Ur]=p[Ur]:l&&(e[Ur]=st),p[Fr]&&(e[Fr]=!0),(0,pt.qm)("debug")&&(A+=window.location.search,p.src=A);const t=(0,mt.mess)({url:A});w=(0,St.Z)(e),G(),w.error((()=>{kn(n,s,t,m,r)})),w.load(t,(()=>{if(w){const e=t=>{t&&t.data===$&&(window[ai]("message",e),r.loadingTiming=Date.now()-r.startTime)};window[ii]("message",e);const t=nr(p);w.postMessage(t,"*"),an(n,s,p,nt.bC)}else Zs(n,s,Gs(!1,"element missing",t,m),r)})),I.appendChild(w.getIframe());break}case nt.yd:f=Je,w=(0,St.Z)({scrolling:"no"}),G(),w.load(p.src,(()=>{w?an(n,s,p,nt.yd):Zs(n,s,Gs(!1,"element missing",p.src,m),r)})),I.appendChild(w.getIframe());break;case nt.sT:f=Je,w=(0,St.Z)({sandbox:st},void 0,{bunch:n,slot:s}),(0,ot.cu)(j,{overflow:Mr}),G(),I.appendChild(w.getIframe())}var e},J=t=>{if(p.destroyed){const e=Gs(!1,"creation destroyed before displaying",!1,m);Zs(n,s,e,r)}else if(e.displayed)(0,Es.Z)({message:$r,path:"MultipleDisplay",slot:s,bunch:n,campaign:u,fileName:m});else{if(e.displayed=!0,t){if(!(0,Fn.Z)(t)){const e=Gs(!1,"incorrect container in display",!1,m);return void Zs(n,s,e,r)}P=t}(0,pr.Z)(h)&&en(s),(()=>{I=(0,yn.Z)(),(0,gt.r)(I),I.removeAttribute(Gr);const e={[Kr]:g,[Jr]:h,marginLeft:Br,marginRight:Br,[ti]:Rr,[ni]:p[ni]||"transparent"};Z&&(e[Qr]=p[Kr],e[Nr]=Mr,e[Yr]="inherit"),p[oi]?(e[oi]=p[oi],e[Nr]=Mr,e.boxSizing="border-box"):e[oi]="0 none",p.tagId&&(I.id=p.tagId),(0,ot.Cj)(I,(0,ot.cu)(j,e)),I[ii](Wr,V)})(),(()=>{const{prevDivs:e}=r,t=(0,ot.cu)("sticky");B((()=>{(0,ot.ef)(P,t),e&&(e.container.remove(),e.holder.remove())}));const s={[`${si}!`]:Vr,textAlign:Hr,alignItems:Hr,clear:"both",[ri]:Br,[ti]:Rr,[Kr]:g,[Jr]:h,[Qr]:We};(0,gt.r)(P),(0,ot.ef)(P,$n.Z),(0,ot.Cj)(P,t),(0,ot.Cj)(P,(0,ot.cu)(R,s)),p[Gr]&&(0,ot.cu)(R,p[Gr])})(),K(),(()=>{if((0,Fn.Z)(P))return(0,ot.Vx)(!0),f!==Ye&&P.appendChild(I),!0;const e=Gs(!1,"container removed from DOM before impression",!1,m);Zs(n,s,e,r)})()&&((()=>{if(m===nt.yG){const e={container:I,bid:p.bid},t=e=>{const{errorCode:t,errorMessage:o,errorType:i}=e;Zs(n,s,Gs({name:"OutstreamError",message:o,path:t,fileName:i},!1,!1,m),r)},o=e=>{an(n,s,p,nt.yG),B((()=>{e()}))};(0,ct.ac)("outstream")(e).then(o).catch(t)}if(m===nt.AW||m===nt.rj){let e='<head><style id="iaq">html,body{margin:0;padding:0;}</style>',t=p.code;const o=nr(p);if(m===nt.rj){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,S.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("${$}","${window.location.origin}");`,(0,S.Z)(o,((t,s)=>{e+=`window.${t}=${JSON.stringify(s)};`})),e+="<\/script>";if(e+="</head>",t){t=(0,kr.Z)(t),p.code=t,p.head=e;const r=(0,re.Z)();if(r.allow="autoplay",p[Ur]?r[Ur]=p[Ur]:m!==nt.rj&&l&&(r[Ur]=st),p[Fr]&&(r[Fr]=!0),w=(0,St.Z)(r,{},{bunch:n,slot:s}),(0,ot.cu)(j,{overflow:Mr}),G(),m===nt.AW){const e=t=>{if(t&&t.data===$){window[ai]("message",e);const s=t.source;s&&s.postMessage(o,"*")}};window[ii]("message",e),w.setBase(p.base),w.resetBodyStyle();const t=g,s=p.closeIframe?1:h;w.setAutoResize(t,s,(e=>{w.resetBodyStyle(),(0,ot.cu)(M,e),(0,ot.Vx)()}),500,3)}}}if(li&&(p.useAlternativeSlot=!0),p.deferredInit||p.useAlternativeSlot&&((0,Es.Z)({message:$r,path:"useAlternativeSlot",slot:s,bunch:n,campaign:u},1e4),F()),z(),m===nt.Jz&&(r.vendor=ps.vC,an(n,s,p,nt.Jz),setTimeout((()=>{en(s,{blocker:!0,fixed:!1,padding:0,margin:0,height:Br,width:0,overflow:Mr,transparent:!0})})),B((()=>{(0,Tr.Z)(s)}))),m===nt.sT)try{window.pbjs.renderAd(w.getDocument(),p.adId),w.resetBodyStyle(),an(n,s,p,nt.sT)}catch(e){Zs(n,s,Gs(e,!1,"prebid.renderAd",m),r)}m!==nt.AW&&m!==nt.rj||(I.appendChild(w.getIframe()),w.write(p.head+p.code),w.resetBodyStyle(),an(n,s,p,`${nt.AW}|${nt.rj}`)),m===nt.Bm&&(E.src=(0,mt.mess)({url:A}));const t=ir(p.modsToLoad);m!==nt.rU||t||an(n,s,p,nt.rU);const o=p.externalCode;if(L.Z.f(o)){(0,Es.Z)({message:$r,path:"externalCode",slot:s,bunch:n,campaign:u,fileName:m},1e3);try{o(p)}catch(e){Zs(n,s,Gs(e,!1,"externalCode",m),r)}}if(m===nt.Ko){w=wn({creationBunch:n,creationSlot:s,creation:p,onTemplateError:(e,t)=>{Zs(n,s,Gs(!1,"template failure",t,m),r)},onWindowError:(e,t)=>{Zs(n,s,Gs(!1,"iframe window missing",t,m),r)},onError:(e,t)=>{kn(n,s,t,m,r)},onLoad:e=>{}});const e=w.getIframe();p.rebuild.iframe=e,G(),I.appendChild(e)}if(m!==nt.oq&&m!==nt.Hu||Xo(p),m===nt.wb&&(p.backupAd?(or({config:e,creation:p,creationBunch:n,creationSlot:s,gafSlot:r}),Xo(p)):Zs(n,s,Gs(!1,"backupAd missing",!1,m),r)),m===nt.YX){const e=qe();L.Z.f(e)?e(p):Zs(n,s,Gs(!1,"missing nativeHandler",!1,m),r)}})(),v&&(U(),(0,it.DH)(U),B((()=>{(0,it.vS)("resize",U)}))),(0,ot.Vx)())}},Q=e=>{if((0,Fn.Z)(e))return I&&I[ai](Wr,V),(0,Er.Z)(I,e,[Xe.$F]),I=e,r.container=I,(0,gt.r)(I),z(),I[ii](Wr,V),!0;const t=Gs(!1,"incorrect container in updateContainer",!1,m);Zs(n,s,t,r)},Y=t=>{if(!e.impressed){if(t){if(!Q(t))return}an(n,s,p)}},X=e=>{Zs(n,s,e,r)},ee=t=>{const s=!t,n=m===nt.oq&&s,o=e.reuseContainer&&s,a={holder:I,container:P};if(D.forEach((e=>{e({incoming:s})})),D.length=0,I)if(I[ai](Wr,V),I.removeAttribute(Gr),(0,ot.ef)(I,j),n){const e=(0,ot.cu)('hideggl [id^="google_"]',{position:jr,"width!":1,"height!":1});(0,ot.Cj)(I,e)}else I.remove();if(P&&((0,ot.ef)(P,R),o||(P.removeAttribute(Gr),n||P.remove())),P=null,I=null,(0,ot.jo)(R),(0,ot.jo)(j),(0,y.Z)(p,"rebuild",null),(0,y.Z)(p,"config",null),(0,y.Z)(p,"gafSlot",null),(0,y.Z)(r,"creation",null),(0,y.Z)(e,"display",null),(0,y.Z)(e,"impress",null),(0,y.Z)(e,"updateSize",null),(0,y.Z)(e,"updateContainer",null),(0,y.Z)(e,"useAlternativeSlot",null),(0,y.Z)(e,"addDestroyHandler",null),(0,y.Z)(e,"setError",null),(0,y.Z)(e,"destroy",null),(0,y.Z)(e,"count",null),(0,y.Z)(e,"prepareLabel",null),p.destroyed=!0,p.destroyedSlot={campaign:i},n)return a};return Cr((t=>{({creation:p,$creationContainer:P}=t),(()=>{(0,y.Z)(e,"uniqueID",$),(0,y.Z)(e,"slot",s),(0,y.Z)(e,"bunch",n),(0,y.Z)(e,"display",J),(0,y.Z)(e,"impress",Y),(0,y.Z)(e,"updateSize",W),(0,y.Z)(e,"updateContainer",Q),(0,y.Z)(e,"useAlternativeSlot",F),(0,y.Z)(e,"addDestroyHandler",B),(0,y.Z)(e,"count",q),(0,y.Z)(e,"destroy",ee),(0,y.Z)(e,"setError",X),(0,y.Z)(e,"prepareLabel",H),(0,y.Z)(p,"rebuild",o),(0,y.Z)(p,"config",e),(0,y.Z)(p,"pvid",(0,lt.Vq)()),(0,y.Z)(r,"creation",p),(0,y.Z)(p,"gafSlot",r),Z=p.expandable,m=p.type,(0,Ge.Z)(`${$r}TYPE${m}`),m===nt.Bm&&s===(C?1:3)&&(0,zo.Z)("GafAPIMainImpression");const{passed:t}=r,i=Date.now();t&&(r.passedStartTime=i),r.startTime=i})(),(()=>{p.isCommercialBreak=_,di&&(p.modBlocked=p.mod,p.mod=void 0,p.useAlternativeSlot=!1);const{mod:e}=p;if(e){const t=(0,$s.Z)(e).sort((e=>ht.includes(e)?-1:1));ur(t)&&(p.showLabel=!0),p.mod=t,ho.default.mods=xr(ho.default.mods,t),p.modsToLoad=[...t]}})(),Ir(p),Pr(p),Ke(p,p[Kr],p[Jr]),g=p[Kr],h=p[Jr],v=p.scalable,!v&&C&&!_&&(0,pr.Z)(g)&&(0,pr.Z)(h)&&g>300&&h>50&&(v=!0,p.scalableForced=!0,p.scalable=v),A=(0,kr.Z)(p.src),p.src=A;const i=dr(p.modsToLoad);if(p.deferredInit=i,i)(0,ot.ef)(P,$n.Z);else{const e=cr(p.modsToLoad);m!==nt.rU||e||(0,Es.Z)({message:$r,path:"NotDeferredInitMod",fileName:(0,$s.Z)(p.mod).join(","),slot:s,bunch:n,campaign:u},1e3),J()}return Ws(p),e}),e,n,s,r)};var pi=s(4732);const mi=(e,t)=>{if((0,E.Z)(e)){const s=e[Object.keys(e)[0]];t===m&&(0,Ge.Z)("GafAPIHEADBigData"),(0,ut.Lh)(s)}};var fi=s(4634);const gi="GafAPI",hi=(e,t)=>{if((0,E.Z)(e)){var s,n;if(t===m){(0,Ge.Z)(`${gi}HEADContext`);const{sda:t}=e;(0,Vs.Z)(t)&&(0,Ge.Z)(`${gi}HEADSDAPresent`)}(0,ut.ZG)(e),ho.default.isRobot=(0,ut.fw)("isRobot"),ho.default.dfpConfigTs=null==(s=(0,ut.fw)("dfpConfig"))?void 0:s.timestamp,ho.default.maConfigTs=null==(n=(0,ut.fw)("maConfig"))?void 0:n.timestamp;const o=(0,ut.K5)();o&&(0,fi.Z)("WPgeo",JSON.stringify(o)),(0,T.Z)((0,ut.fw)("directOnly"))&&xe(!0);const r=(0,ct.ac)("prebid");r&&r.updateCurrency()}};var Ai=s(1440);const vi=new Set,Zi=()=>Array.from(vi),bi=e=>e?(0,I.Z)("directOnly",(0,I.Z)("sellingModel",e)):0;var wi=s(1608);const yi=(e,t)=>{let s=[];e&&(({reloadedSlots:s=s}=e),e.reloadedSlots=void 0,V(e),s.push(e)),t.reloadedSlots=s,t.reloaded=s.length},Si=e=>{const t=e.map((({rate:e,slot:t})=>[t,10*Math.ceil(10*e)]));return Object.fromEntries(t)},Ci=(e,t,s,n,o,r,i)=>{bi(s.campaign)&&(e=>{vi.add(e)})(t),yi(n,s),s.bidRequestId=r,s.directRate=i,V(s);const{payloadBodies:a}=ke(),c=`${e}_${t}`,d=a[c];if(d)R(s,d),a[c]=void 0;else{const{campaign:e}=s;null!=e&&e.adm&&(R(s,e.adm),e.adm=void 0)}o[t]=s},_i=(e,t,s,n)=>{var o,r;const i=[],a=(0,ut.fw)("bidRequestId"),c=null==(o=(0,ut.fw)("directRates"))||null==(r=o.rates)?void 0:r[e];let d={};c&&(d=Si(c)),(0,S.Z)(t,(n=>{const{loadedSlot:o,originalSlot:r}=((e,t,s)=>((0,wi.Z)((0,gr.ni)(e)),{loadedSlot:t[e],originalSlot:s[e]}))(n,t,s);o!==r&&o&&(i.push(n),Ci(e,n,o,r,s,a,d[n]))})),n&&i.forEach((e=>{(0,It.Z)(e)}))},Ii=e=>{const{slotsFromPayload:t}=He;if((0,E.Z)(t)){const s=Object.keys(t);(0,Es.Z)({message:"GafAPI",path:"HeadSlotNumbers",fileName:s.sort().join(",")},1e3),(0,S.Z)(t,((t,s)=>{e[t]&&(e[t]=s)})),He.slotsFromPayload={}}},Pi=(e,t,s,n,o)=>{const r=(0,ut.Km)(t),i=(0,ut.__)(r),a=(0,ut.__)(e);s===m&&(0,S.Z)(a,((e,t)=>{t.delivered||delete a[e]})),(0,Ai.hX)(a),Ii(a),_i(t,a,i,n),r.ctx=e.ctx,(0,E.Z)(a)||((e,t)=>{null!=t&&t.advSlots&&t.advSlots.split(",").forEach((t=>{(0,hs.Z)(e,t,void 0,!0)}))})(t,o)},ki="loadScript",Ei="timeout",Ti=()=>{const e=window,t=e[ki],s=e[Ei];if(L.Z.f(t)){const e=(0,gr.xG)();(0,Es.Z)({message:"AdsFirst",path:"LoadScript"+(s?"WithTimeout":""),fileName:Object.keys(e).sort().join(",")},1e4)}},Oi="GafAPI";let Li=!1;(0,x.Z)("gafDirect",0,ho.default);const xi=e=>{e===u?((0,js.Z)(`${Oi}BunchLoadingTime`,`${Oi}LoadBunch`,`${Oi}BunchLoaded`),(0,x.Z)("gafDirect",1,ho.default),Li||(Ti(),Li=!0),(0,E.Z)((0,gr.xG)())||(0,Es.Z)({message:Oi,path:"SlotNotRegisteredBeforeLoad"},100)):e===m&&(0,Ge.Z)(`${Oi}HEADExists`)},Di=()=>{const e=Object.keys((0,ut.bh)());if(e.length>1){const t=e.join(", ");(0,Es.Z)({message:"GafAPI",path:"MultipleBunchesOnView",fileName:t},100,`Two or more bunch ids (REKID) found on the page: ${t}. There should be only one.`,"error")}},$i=e=>{(0,E.Z)(e)?(0,S.Z)(e,((e,t)=>{(0,Ge.Z)(`GafAPIStatus${e.toUpperCase()}_${t}`)})):(0,Ge.Z)("GafAPIStatusEmpty")},Ri="GafAPI",ji=(e,t,s,n)=>{const o=(0,I.Z)(n,window.WP);if(o){const{bodies:n,data:r}=o;let i;if((0,E.Z)(r)){const{ctx:i,bdd:a,bunches:c}=r,{setPayload:d}=ke();(0,y.Z)(o,"inline",ui),d(n),xi(s),hi(i,s),mi(a,s),(0,E.Z)(c)&&((0,S.Z)(c,((n,o)=>{$i(o.status),Pi(o,n,s,e,t)})),s===m&&(0,Ge.Z)(`${Ri}HEADFilled`))}else(0,I.Z)("atrd",window.WP)||(0,we.o)("gafRedir",be.nu,!0),i=`${Ri}Missing${s}`;i&&!(0,pi.mj)()&&s!==m&&(0,Ge.Z)(i),Di()}},Ni=(e,t,s,n)=>{if((0,E.Z)(n)){const{bunch:o,slots:r,context:i,bdd:a}=n;xi(s),hi(i,s),mi(a,s),$i(i.status),(0,E.Z)(r)&&Pi({slots:r},o,s,e,t),Di()}},Mi=()=>{const{loadPayload:e,loadPayloadV2:t,getSlotsFromHead:s}=ke();O()?Ni(!0,!1,m,t()):e(ji);const n=null==s?void 0:s();n&&(He.headSlots=Object.keys(n),Object.assign(He.slotsFromPayload,n))},Vi=(e,t,s,n,o,r,i,a)=>{const c={},d={},l={};return t&&(l.model=t),s&&(0,y.Z)(l,"directOnly",s),n&&(d.Id=`${n}`),o&&(d.roshash=`${o}`),r&&(d.provider=`${r}`),a&&(d.source={external:1}),c.id=`${e}`,c.creative=d,c.sellingModel=l,c.capping=i,c},Bi=()=>{const e=(0,pt.qm)("htmlFile");if(e){const t=(0,T.Z)((0,pt.qm)("htmlWidth"))||300,s=(0,T.Z)((0,pt.qm)("htmlHeight"))||250,n=(0,pt.qm)("pos")||"3",o=(0,un.P)(),r=Vi("TestCampaign",mr.vb,!0,"TestCreative",""),i=V({delivered:1,campaign:r}),a={bunch:o,slot:n,creations:[{src:e,width:t,height:s,url:"https://reklama.wp.pl/?baner",type:nt.bC,sandbox:et}]};R(i,(()=>{ui(a,i)})),(0,ut.fx)(o,n,i),(0,pi.Ai)(),(0,It.Z)(n)}},Ui=(0,re.Z)();h.default.prebidTimingStore=Ui;const Fi=(e,t)=>{Ui[e]=t||Date.now()},qi=e=>Ui[e],zi=()=>Ui,Hi=e=>{const{timeOrigin:t}=window.performance,s="static"===e?Math.round(t):Date.now();Fi("slotsStatusStartTime",s)},Gi=(e,t,s,n,o)=>{Pe(e),(0,ze.n)(t),Ve=s,(e=>{Ne=e})(n),(e=>{Be=e})(o),0===(0,I.Z)("rekid")&&(0,we.o)("rekid",be.Ey,!0);const{init:r}=ke();r(),Bi();const i=(0,Ee.bB)("adtech","PA-218"),a=(0,Se.fS)("gafBeforePrebid"),c=(0,Se.fS)("gafParallel");He.gafFirst=["A","D"].includes(i)||a,He.gafParallel=["B","E"].includes(i)||c,$e(),(0,ye.DN)(Tr.Z),Hi("static"),fe.Z.fill(Mi),L.Z.f(Ne)?Ne():(Re.Z.open(),je.Z.open())};var Wi=s(3121),Ki=s(6590);const Ji=()=>{(0,S.Z)(Ki.Z,Tr.Z)},Qi=()=>{(0,Wi.aS)((()=>{$e(),vi.clear(),Ji(),(0,Et.Sl)(),(0,ut.Iq)(),(0,ut.Hw)(),(0,at.RK)()}))},Yi=()=>/google/i.test((0,Vo.a)()),Xi=()=>{jn.fromGoogle=Yi()&&(0,b.R)()?"1":"0"},ea=()=>{const e=Ho();L.Z.f(e.destroySlots)&&e.destroySlots(),Vn.forEach((e=>{e.definedSlot=void 0,e.creation=void 0}))};var ta=s(1603);const sa=()=>[[Te.i7,"chr"],[Te.hx,"ff"],[Te.G6,"saf"],[Te.f0,"opr"],[Sn.Z,"bot"]].reduce(((e,t)=>t[0]?t[1]:e),"oth")+(Te.mL?"_m":"");var na=s(9719);const oa=()=>{if((0,Ps.XG)()===mr.xb)return(0,na.G)()},ra=()=>{Kn({isActive:!1,isMexListening:!0,mexFinishedSlotsCount:0,mexRate:null,mexSlotsRates:[]})},ia=()=>{const e=(0,Se.fS)("useMex")||(0,Ht.wV)("mexTestVersion"),t=(0,Se.g1)("mex");if(e&&(0,Vs.Z)(null==t?void 0:t.slots)){const e=[67];(0,b.R)()?e.push(70,71):e.push(80,81);const s=(0,Vs.Z)(t.excludedSlots)&&t.excludedSlots||e,n=t.slots,o=t.thresholdToActive||2;Kn({mexExcludedSlots:s,mexSlots:n,thresholdToActive:o,isMexListening:!0}),(0,Wi.ME)(ra)}};var aa=s(4447);const ca=()=>(0,Se.fS)("useAmazon")&&!(()=>{const e=(0,Se.CV)("amznConfig"),{disabledGEO:t}=e,s=t||[616];if((0,Vs.Z)(s)){const e=JSON.parse((0,_.Z)("WPgeo")),t=(0,ut.K5)(),n=(null==t?void 0:t.country)||(null==e?void 0:e.country);if(n)return s.includes((0,T.Z)(n))}})();var da=s(1606);const la=e=>{const{error:t}=jn;t||je.Z.fill((()=>{const t=(0,ct.ac)("prebid"),s=(0,da.Z)();if(t&&s){const n=t.restrictAndLimitSlots(e);n.length>0&&s.fetchBids({slots:n},(e=>{const{bids:t}=eo;(0,Vs.Z)(e)&&e.forEach((e=>{e.amzniid.length>0&&t.push(e)}))}))}else(0,Ge.Z)("NoAPSOnFetch")}))},ua="AmazonAPI",pa=()=>{const{pubID:e,units:t}=(0,Se.CV)("amznConfig"),{isLoaded:s}=eo;if(s||!ca())return!1;if((0,da.Z)(),e&&t){const s=()=>{eo.isError=!0,(0,Oe.Z)(ua,!1)},n=()=>{const n=(0,da.Z)();if(n){n.init({pubID:e,adServer:"googletag"},(()=>{})),eo.isLoaded=!0,(0,Oe.Z)(ua,!0),la(t);const s=()=>{(0,aa.nj)()&&la(t)};(0,Wi.ME)(s)}else s()};(0,Ds.Z)({withMeasurement:ua,id:"apstag",src:"//c.amazon-adsystem.com/aax2/apstag.js",onLoad:()=>{n()},onError:s})}};var ma=s(3448);const fa=()=>{fe.Z.fill((()=>{if((0,ma.Z)(755,[1])){const e="gpt";(0,zo.Z)("GamAPILoad"),(0,Ds.Z)({withMeasurement:"GPT",id:e,src:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",onError:()=>{(0,we.o)(e),jn.error=!0,ta.Z.open()},onLoad:()=>{jn.loaded=!0}}),pa()}}))},ga={slotRenderEndedHandler:null,slotRenderEndedEmptyHandler:null,nativePassbackHandler:null},ha=e=>ga[e],Aa=({slot:e})=>{const t=e.getAdUnitPath();return{gafData:Bn(t),placement:t}},va=(e,t,s)=>{const{lineItemId:n,isEmpty:o,advertiserId:r}=e;if(o);else if(!n||!s)return n&&4667386944===r?ps.st:ps.Vm},Za=(e,t,s)=>{if((0,Vs.Z)(t))if(e)s(1,1);else{const e=(0,T.Z)(t[0]),n=(0,T.Z)(t[1]);e>1&&n>1?s(e,n):setTimeout((()=>{s(0,0)}),500)}},ba="GamAPI";let wa=!1;const ya=e=>{const{gafData:t,placement:s}=Aa(e);if(t){const{slot:n,creation:o,setNative:r,passbackAfterRender:i,isInterstitial:a,isAnchor:c,isNative:d}=t,{config:l,gafSlot:u,rebuild:{container:p}}=o,{updateSize:m,impress:f,addDestroyHandler:g}=l,h=(0,Un.Z)(),A=va(e,s,i);if(t.rendered=Date.now(),clearTimeout(t.timeout),t.timeout=void 0,wa||((0,zo.Z)("GAMFirstRender"),wa=!0),(0,tn.Z)(n)&&(0,js.Z)(`${ba}Timing${n}`,`${ba}Load`,`${ba}Impression${n}`),A){if(u.vendor=A,d)r&&(r({type:"teaserHide"}),g((()=>{r({type:"teaserShow"})})));else{const{size:t}=e;Za(a||c,t,m)}if(h){const e=ha("slotRenderEndedHandler");L.Z.f(e)&&e(u)}f(),Yn("dfp_notempty",t)}else{if(h){const e=ha("slotRenderEndedEmptyHandler");if(L.Z.f(e))return void e(u)}no(t,"empty")}(e=>{rt&&(0,ot.ef)(e,rt)})(p)}else(0,Es.Z)({message:ba,path:"MissingGAMData",fileName:s},100,"Missing GAM data.","error")};let Sa=!1;const Ca=e=>{const{gafData:t,placement:s}=Aa(e);t&&(Sa||((0,zo.Z)("GAMFirstRequest"),Sa=!0),t.requested=Date.now(),t.timeout=setTimeout((()=>{t.rendered||(t.timeouted=!0,Yn("dfp_norender",t))}),3e3))},_a=e=>{const{gafData:t,placement:s}=Aa(e);t&&(t.responded=Date.now())},Ia={},Pa="GamAPI",ka=()=>{const e=()=>{(0,js.Z)(`${Pa}LoadingTime`,`${Pa}Init`,`${Pa}Loaded`),(0,Oe.Z)(Pa,!0);const e=oa(),t=Ho(),s=t.pubads();s.setTargeting("browser",sa()),s.setTargeting("stid",((0,Bo.Rn)()||"").slice(0,10));const n=fr()?"1":"0";if(s.setTargeting("wpmext",n),(0,Ps.OT)()||(0,Un.Z)()){const{href:e}=Ia;e&&s.set("page_url",e)}e&&s.setPublisherProvidedId(e),t.enableServices(),s.addEventListener("slotRequested",Ca),s.addEventListener("slotResponseReceived",_a),s.addEventListener("slotRenderEnded",ya),(0,Wi.aS)((()=>{Xi(),ea()})),ia(),ta.Z.open()},t=()=>{(0,Oe.Z)(Pa,!1),ta.Z.open()};(0,me.uD)()||(ta.Z.close(),Xi(),(0,Ce.$T)("gpt-tag-load"),(0,Ce.$T)("gpt-first-ad-request"),(0,Ce.$T)("gpt-first-ad-render"),(0,zo.Z)(`${Pa}Init`),(0,b.R)()||(rt=(0,ot.cu)("gptMaxWidth",{"overflow!":"hidden","maxWidth!":980})),Qo(e,t),fa())},Ea=(e,t,s,n)=>{const o=[];return(0,S.Z)(e,((e,r)=>{let i=Object.assign({},r);t&&(i=t(i)),s&&(i[s]=n?(0,T.Z)(e.replace(/\D/g,"")):e),o.push(i)})),o},Ta=e=>{const t=(0,re.Z)();return e.run&&(e.viewed?(e.missing&&(0,es.Z)("Ad viewed with incorrectly set 'missing' flag.",!0),e.missing=0):e.error=1),(0,S.Z)(M,((s,n)=>{e[s]&&(t[n]=e[s])})),t},Oa=(e,t)=>{if(L.Z.o(e)){const s={};return(0,S.Z)(e,((e,n)=>{n&&!e.startsWith("__")&&"unknown"!==n&&"undefined"!==n&&(L.Z.u(t)||Array.isArray(t)&&!t.includes(e))&&(s[e]=n)})),s}},La=e=>"auto"===e||e===We?-1:0,xa=(e,t)=>{const s=(null==e||null==e.toJSON?void 0:e.toJSON())||e;if(!(0,E.Z)(s))return void(0,es.Z)("Incorrect rect object.",!0);const{x:n,y:o,width:r,height:i}=s,a={w:(0,Js.Z)(r)?Math.round(r):La(r),h:(0,Js.Z)(i)?Math.round(i):La(i)};if(t)if((0,Xt.Z)(n)&&(0,Xt.Z)(o)){const e={x:Math.round(n),y:Math.round(o)};Object.assign(a,e)}else(0,es.Z)("Incorrect position coordinates.",!0);return a},Da=(e,{percent:t,state:s})=>(null!=s&&s.vt&&(e[t]=Math.min(s.vt,5)),e),$a=e=>Oa(e,bs.wu),Ra=(e,t,s)=>{const n=t.viewability;if(ce._x){const n=t.container;if(n){const o=n.getBoundingClientRect(),r=Ki.Z[s],i=null==r?void 0:r.element;if(null!=i&&i.contains(n)){const t=i.getBoundingClientRect();e.plr=xa(t)}if(!i){const t=n.parentNode;if(t){const s=t.getBoundingClientRect();e.ptr=xa(s)}}e.br=xa(t.campaign.creative),e.cr=xa(t),o&&(e.r=xa(o,!0)),(0,Js.Z)(t.impressionTiming)&&(e.tm=Math.round(t.impressionTiming))}}if(n){const t=n[Xe.OI],s=n[Xe.$F];(0,Vs.Z)(t)&&s&&(s.vta=t.reduce(Da,{}));const o=Object.assign({},n);delete o[Xe.OI];const r=Ea(o,$a);r.length&&(e.vab=r)}},ja=()=>{const e=[];return(0,S.Z)((0,ut.bh)(),((t,s)=>{if(s){const n=(0,ut.__)(s),o=(0,re.Z)();o.id=(0,T.Z)(t);const r=Ea(n,Ta,"id",!0);r.forEach((e=>{const t=e.id,s=n[t];s&&Ra(e,s,t)})),(0,S.Z)(n,((e,t)=>{t.reloadedSlots&&t.reloadedSlots.forEach((t=>{const s=(0,re.Z)();s[e]=t;const[n]=Ea(s,Ta,"id",!0);Ra(n,t,e),r.push(n)}))})),null!=r&&r.length&&(o.slots=r,e.push(o))}})),e},Na=new Map,Ma=e=>{if((0,Qt.Z)(e)){const t=(Na.get(e)||0)+1;return Na.set(e,t),t}};var Va=s(6792),Ba=s(967),Ua=s(8700),Fa=s(6679);const qa=e=>{const t=[];return(0,E.Z)(e)&&(0,S.Z)(e,((e,s)=>{if((0,E.Z)(s)){const n=[],o={};o.id=(0,T.Z)(e),(0,S.Z)(s,((e,t)=>{const s={},o=[];s.id=(0,T.Z)(e),s.vab=o,(0,S.Z)(t,((e,t)=>{const s=Oa(t,bs.wu);(0,E.Z)(s)&&o.push(s)})),o.length&&n.push(s)})),n.length&&(o.slots=n,t.push(o))}})),t};let za;const Ha=()=>{const e=ja(),t=qa((0,Va.Z)()),s=(0,re.Z)();if((0,Vs.Z)(e)&&(s.bunches=e),(0,Vs.Z)(t)&&(s.video=t),(0,E.Z)(s)){ce._x&&(s.viewport={scroll:Math.round((0,Ua.Z)().top),width:(0,Fa.Z)(),height:(0,Ba.Z)()});const e=JSON.stringify(s);if(e!==za)return za=e,s.counter=Ma((0,lt.Vq)()),JSON.stringify(s)}};var Ga=s(975),Wa=s(5216),Ka=s(6217),Ja=s(7595);const Qa=(e,t)=>{let s="fsc.gif?";s=(0,_r.Z)(s,"SN",(0,g.W_)()),s=(0,_r.Z)(s,"action","inventory2");const n={useBeacon:(0,Ja.Z)(t),off:!(0,Wa.Z)("fsc")};return(0,Ka.Z)(s,"inventory",e,n)};let Ya,Xa;const ec=({type:e}={})=>{const t=Ha();t&&Qa(t,e)},tc=()=>{clearTimeout(Xa),Xa=setTimeout(ec,Ya)},sc=()=>{_s=tc,Ga.Z&&(Ya=(0,b.R)()?2e3:4e3,ce._x&&(0,it.Um)(ec),(0,it.hT)(ec),(0,it.vv)(ec),(0,it.uU)(ec),(0,it.mc)(ec,!0),(0,Wi.aS)(ec,!0))},nc=new Map,oc=(e,t,s)=>{const n={timeoutId:setTimeout((()=>{L.Z.f(s)&&s(),nc.get(e).hasFired=!0}),t),hasFired:!1};nc.set(e,n)},rc=()=>nc,ic=()=>{nc.forEach((({timeoutId:e},t)=>{clearTimeout(e),nc.delete(t)}))};let ac;const cc=e=>{ic(),ac=e},dc=()=>ac,lc=({vendor:e,campaign:t})=>{var s,n;const o=null==t||null==(s=t.creative)||null==(n=s.source)?void 0:n.external,r=ps.vC===e,i=ps.$M===e;return!(!o&&i)&&!r},uc=(0,pt.qm)("asrTimeout"),pc=(e,t)=>{const{dfpConfig:s,passedDfpConfig:n,hasAsrFinished:o,reloaded:r}=t,{hasToHaveBids:i,slots:a=[],limit:c={}}=(0,Se.g1)("asr")||{};if((c.isUsed||(0,Ht.wV)("limitTestVersion"))&&r>=c.count)return!1;const d=!(!s&&!n),l=(0,Te.X2)()?[3,5,7,50]:a,u=(0,Ht.wV)("oldAsrTestVersion");let p=!i||u;if(i&&!u){const s=(0,ct.ac)("prebid"),n=null==s||null==s.getHighestBid?void 0:s.getHighestBid(e),r=(0,E.Z)(n);if(r||!o){const{asrWithBidsTestVersion:e}=(0,Se.g1)("testConfig");p=!e||(0,Ht.wV)("asrWithBidsTestVersion"),o||r||(t.hasAsrFinished=!0)}}return(l.includes(e)||!!uc)&&d&&p&&lc(t)},mc=(e,t,s)=>{if(dc())return;const{dfpConfig:n,passedDfpConfig:o,hasAsrFinished:r,lazy:i}=s,a=(0,_t.Z)(n||o),{placement:c,roshash:d}=a,l=(0,ut.fw)("rshsd"),u=os(d,l),p=ns(u);c.includes("_asr")||(a.placement=`${c}_asr`),a.targeting={emptygaf:"0",DFPHASH:p};const m=V({isAsr:1,delivered:1,lazy:i,dfpConfig:a,hasAsrFinished:r});yi(s,m),(0,ut.fx)(e,t,m),(0,It.Z)(t)},fc=(e,t)=>{const{extraViewability:s={}}=(0,Se.g1)("asr")||{},n=pc(e,t),o=dc(),r=(0,Ht.wV)("asrWithExtraViewabilityVersion")||s.isUsed,i=(0,Ht.wV)("asrWithExtraViewabilityMeasureOnceVersion")||s.isMeasureOnceUsed;if(!n||o)return;const{creation:a}=t,{rebuild:{holder:c},config:{bunch:d}}=a,l=co(),u=r&&!i,p=r&&i&&!t.reloaded,m=u||p,f=()=>{if(!a.destroyed){const n=()=>{mc(d,e,t)};let o;if(m){const t=rc(),r=()=>t.get(e).hasFired;o=(0,Cs.MA)(n,r,s.time,!s.isCumulativeDisabled)}else o=(0,Cs.MA)(n);(0,Qs.Z)(c,[o],`${Xe.bH}_${e}`)}};m?(f(),oc(e,l)):oc(e,l,f)},gc=()=>{(0,ye.W3)(fc),(0,Wi.uz)("page:close",ic),cc(!0)},hc=()=>{const e=(0,Se.fS)("useAsr"),t=(0,Ht.wV)("asrTestVersion"),s=(0,pt.qm)("asrTimeout");(t||s)&&(()=>{const{timeout:e}=(0,Se.g1)("asr"),{version:t}=(0,Ht.Uu)()||{};ao=(0,E.Z)(e)?e[t]||e.default||io:e||io})();const n=e||t||s||(0,Te.X2)(),o=(0,me.mv)(),r=(0,Un.Z)();!n||o||r||(cc(!1),(0,ye.sv)(fc),(0,Wi.aS)(ic))};var Ac=s(2971);const vc=()=>{const e=Jn().mexFinishedSlotsCount+1;return Kn({mexFinishedSlotsCount:e}),e},Zc=(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=vc();if(t===ps.Vm){const e=os(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()}},bc=(e,{vendor:t=ps.vC})=>{const s=vs("wnP",e,t),n=qi("slotsStatusStartTime"),o=qi("timeout");if(s){s.wnP,ps.vC;const t=(0,ct.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}=Nt;i&&(s.first=1),Nt.isFirst=!1,Zc(e,s.wnP,s.dfp_dfpH),(0,Ac.Z)(s),r||s.disabled||(0,is.Z)("slotStatus",s),a||Bt(e)}},wc=()=>{const e=(0,Un.Z)();Nt.isBlackBox=e,Nt.disabled=e||(0,Se.fS)("slotStatusDisable"),(0,Wi.ME)(Hi),(0,Wi.SG)(Hi),(0,Wi.aS)(Ft),(0,ye.wN)(bc)};var yc=s(2978),Sc=s(4677);const Cc=(e,t,s,n)=>[{name:"gopl",vendor:690,src:`https://m.goadservices.com/match/wp?id=sspBC&pid=${e}`},{name:"smartssp",vendor:45,src:`https://rtb-csync.smartadserver.com/redir/?partnerid=55&partneruserid=${e}&${s&&(0,Qt.Z)(n)?yt(s,n):"gdpr=0"}`},{name:"googlessp",vendor:755,src:`https://cm.g.doubleclick.net/pixel?google_nid=gopl_sp_z_oo&google_cm&google_hm=${btoa(t)}`}],_c=()=>{try{return window.top.location.hostname}catch(e){return(0,Hs.Z)(document.referrer).hostname||""}},Ic=()=>(0,bt.Z)({inver:(0,Ps.XG)()!==mr.xb?(0,Ps.XG)():"",host:_c()},!1,!0),Pc=(e="",t="",s=0,n="")=>`https://ssp.wp.pl/bidder/usersync/setuid?${yt(s,n)}&${Ic()}&${(0,bt.Z)({bidder:e,uid:t},!1,!0)}`;var kc=s(4928);var Ec=s(4211);const Tc=(e,t)=>{const{loadStart:s}=e,n=Date.now()-s;return Object.assign(e,{error:t,timeToResourceLoad:n})},Oc=e=>new Promise((t=>{if(L.Z.o(e)){const{src:s,dsp:n,type:o="image"}=e;switch(e.cookie=ue.C[n],e.loadStart=Date.now(),o){case nt.bC:(0,Ec.Z)({src:s,onLoad:()=>{t(Tc(e,0))},onError:()=>{t(Tc(e,1))},onTimeout:()=>{t(Tc(e,2))},timeout:2e3});break;case nt.Bm:(0,Ae.Z)({src:s,onLoad:()=>{t(Tc(e,0))},onError:()=>{t(Tc(e,0))},onTimeout:()=>{t(Tc(e,2))},timeout:1500});break;default:t(Tc(e,1))}}})),Lc=()=>new Promise((e=>{const t=Pc("wpartner","$statid"),s={name:"sspbc",src:`https://dot.wp.pl/r${(0,ft.Nu)()}/getuid?url=${encodeURIComponent(t)}`};Oc(s).then((t=>{const{timeToResourceLoad:s}=t;(0,Bo.OB)(),kc.Z.open(),Sc.Z.open(),e((0,Bo.Rn)())}))}));var xc=s(3548);const Dc=e=>new Promise((t=>{const s=`https://ssp.goadservices.com/setuid/wpartner?uid=${e}&host=${_c()}`;(0,xc.Z)(s,{method:"GET",withCredentials:!0,crossOrigin:!0},(e=>{(0,E.Z)(e)?t({statid:e.statid,goid:e["gopluid-ssp"]}):t(),t((0,E.Z)(e)&&e)}),(e=>{t()}))})),$c=async()=>{const e=await Lc(),{statid:t,goid:s}=await Dc(e),n={statidWPM:e,statidGo:t,goid:s};if(t&&s){const e=Cc(t,s,(0,vt.zC)(),(0,vt.do)());await Promise.all(e.map((e=>Oc(e))))}return n};var Rc=s(1747),jc=s(8393);const Nc=(0,pt.qm)("forceSync"),Mc="WPs2shash";let Vc={};const Bc=()=>Math.round(Date.now()/6e4),Uc=({dsp:e})=>{const t=Vc[e]||0,s=Bc();if(Nc||s-t>0)return!0},Fc=(e,t,s)=>{const n=[{name:"rtbhouse",vendor:16,src:`https://creativecdn.com/cm-notify?${(0,bt.Z)({pi:"wppbsrv"})}&${yt(e,t)}`},{name:"triplelift",vendor:28,src:`https://eb2.3lift.com/getuid?${(0,bt.Z)({gdpr:(0,wt.Z)(e),cmp_cs:t,us_privacy:"",redir:encodeURIComponent(Pc("triplelift","$UID",e,t))})}`},{name:"pubmatic",vendor:76,src:`https://image8.pubmatic.com/AdServer/ImgSync?${(0,bt.Z)({p:"62652",pu:encodeURIComponent(`https://image4.pubmatic.com/AdServer/SPug?${(0,bt.Z)({partnerID:"62652",pmc:"PM_PMC",pr:encodeURIComponent(Pc("pubmatic","#PMUID",e,t))})}`)})}&${yt(e,t)}`},{name:"rubicon",vendor:52,src:`https://pixel.rubiconproject.com/exchange/sync.php?${(0,bt.Z)({p:"pbs-grupapolska"})}&${yt(e,t)}`},{name:"ix",vendor:10,src:`https://ssum.casalemedia.com/usermatchredir?${(0,bt.Z)({s:"184932",cb:encodeURIComponent(Pc("ix","",e,t))})}`},{name:"openx",vendor:69,src:`https://rtb.openx.net/sync/prebid?${(0,bt.Z)({r:encodeURIComponent(Pc("openx","${UID}",e,t))})}&${yt(e,t)}`},{name:"adnxs",vendor:32,src:`https://ib.adnxs.com/getuid?${encodeURIComponent(Pc("adnxs","$UID",e,t))}`},{name:"smartssb",vendor:45,src:`https://ssbsync-global.smartadserver.com/api/sync?${(0,bt.Z)({callerId:5,us_privacy:"",redirectUri:encodeURIComponent(Pc("smartssb","[ssb_sync_pid]",e,t))})}&${yt(e,t)}`},{name:"adform",vendor:50,src:`https://cm.adform.net/cookie?${(0,bt.Z)({redirect_url:encodeURIComponent(Pc("adform","$UID",e,t))})}`},{name:"connectad",type:"iframe",vendor:138,src:`https://cdn.connectad.io/connectmyusers.php?${(0,bt.Z)({gdpr:(0,wt.Z)(e),consent:t,cb:encodeURIComponent(Pc("connectad","",e,t))})}`},{name:"stroeerCore",type:"iframe",vendor:137,src:`https://js.adscale.de/pbsync.html?${yt(e,t)}&${(0,bt.Z)({redirect:encodeURIComponent(Pc("stroeerCore","",e,t))})}`},{name:"visx",vendor:154,src:`https://t.visx.net/s2s_sync?${yt(e,t)}&${(0,bt.Z)({redir:encodeURIComponent(Pc("yoc_visx","${UUID}",e,t))})}`},{name:"oftmedia",vendor:1111,src:`https://sync.ortb.152media.info/csync?${(0,bt.Z)({redir:encodeURIComponent(Pc("oftmedia","${uid}",e,t))})}`},{name:"onetag",type:"iframe",vendor:241,src:`https://onetag-sys.com/usync/?${yt(e,t)}&redir=${encodeURIComponent(Pc("onetag","${USER_TOKEN}",e,t))}`}];if(s){n.push({name:"oftmedia_adkernel",type:"iframe",vendor:14,src:`https://sync.adkernel.com/user-sync?${(0,bt.Z)({zone:177545,r:encodeURIComponent(Pc("oftmedia_adkernel","{UID}",e,t))})}&${yt(e,t)}`});const s=(0,pt.qm)("redirect");s&&n.push({name:"prebidserver",vendor:676,src:s.replace("$UID",(0,Bo.Rn)())})}return n};var qc=s(6342);let zc;const Hc=e=>{const t=e.returned||e.value;if(t){const e=(0,he.Z)(t.cookie);e||(t.error=1);const{error:s,dsp:n,loadStart:o,timeToResourceLoad:r,type:i="image"}=t,a=o-zc;((e,t)=>{const s=Bc(),n=(0,Qt.Z)(t)?1440:60;Vc[e]=s+n})(n,e),ce.b4&&(0,is.Z)("atfd_sync",{vendor:n,slotState:s,duration:r,timeStart:a})}},Gc=async e=>{const t=[];return await(0,qc.Z)(e.map((e=>()=>{const s=(async e=>Promise.allSettled(e.map((e=>Oc(e)))))(e);return s.then((e=>{e.forEach((e=>{Hc(e),t.push(e)}))})),s}))),t},Wc=async(e,t)=>{zc=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 Gc(s);t()},Kc=(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=Fc(e,t,n).map(o).filter(Boolean).filter(Uc);s.length&&Wc(s,(()=>{(()=>{const e=(0,Rc.M)(Vc);pe.pt||(0,fi.Z)(Mc,e),jc.default.set(Mc,e,(()=>{}))})()}))},jc.default.get(Mc,(e=>{let t=e.value;t||pe.pt||(t=(0,_.Z)(Mc)),Vc=(0,Rc.C)(t)||{},r()}))},Jc=async()=>{const e=(0,vt.zC)(),t=(0,vt.do)();await $c(),Kc(e,t,ma.Z)},Qc=()=>{const e=(0,pt.qm)("forceSync"),t=[yc.BB,yc.bL,yc.Uk,yc.Uv];(!(0,me.FJ)()&&!(0,me.IK)()&&(0,yc.rS)(t)||e)&&fe.Z.fill((()=>{((0,ma.Z)(676,[1,2,3,4,7])||e)&&Sc.Z.fill((()=>{ta.Z.fill(Jc)}))}))};var Yc=s(2555),Xc=s(8994);const ed=new Map;h.default.registeredPlayers=ed;const td={registration:new Set,unregistration:new Set};h.default.playerHandlers=td;const sd=e=>{const t=ed.get(e);if(t)return ed.delete(e),td.unregistration.forEach((s=>{s(t,e)})),!0},nd=(e,t)=>{if((e=>{if(L.Z.o(e)&&L.Z.b(e.autoplay)&&L.Z.b(e.forceSound))return!0})(e)&&(0,Fn.Z)(t)&&!ed.has(t))return ed.set(t,e),td.registration.forEach((s=>{s(e,t)})),!0},od=(e,t)=>{const s=td[e];if(L.Z.f(t)&&!s.has(t))return s.add(t),!0},rd=(e,t)=>{const s=td[e];if(L.Z.f(t)&&s.has(t))return s.delete(t),!0},id=e=>od("unregistration",e),ad=e=>{if(od("registration",e))return ed.forEach(((t,s)=>{(0,Fn.Z)(s)&&e(t,s)})),!0},cd=e=>rd("unregistration",e),dd=e=>rd("registration",e),ld=e=>(...t)=>{s.e(345).then(s.bind(s,9055)).then((({default:s})=>{s[e](...t)}))},ud=ld("dismissSlots"),pd=ld("dismissPlaceholders"),md=ld("exposeSlots"),fd=ld("exposePlaceholders"),gd=ld("getDFPConfig");document.addEventListener("keydown",(e=>{e.ctrlKey&&(96===e.which&&ud(),110===e.which&&md())}));var hd=s(5131);const Ad=()=>{(0,Xc.vi)("s2s_name"),(0,Xc.vi)("s2s_incld"),(0,Xc.vi)("s2s_xcld");const e=(0,Ht.ju)();e&&((0,Xc.ie)("s2s_name",e.name),(0,Xc.ie)("s2s_incld",e.include),(0,Xc.ie)("s2s_xcld",e.exclude)),(0,g.y1)("^tech")&&(0,Xc.ie)("whbid-test",1)};var vd=s(9634);const Zd=()=>"wifi"===(null==vd.Z?void 0:vd.Z.type);var bd=s(5313),wd=s(6934),yd=s(4464),Sd=s(5330);const Cd=(0,re.Z)();h.default.serverSideTargeting=Cd;const _d="WPgtss",Id=["highLayout","layout","fledge","tVersion","abtest","PWA_adbd"],Pd=()=>{if((0,Ee.zK)("application","PA-468")){const e=(0,Xc.hf)(),t=Object.fromEntries(Object.entries(e).filter((([e])=>Id.includes(e)))),s=(0,bt.Z)(t);(0,Qt.Z)(s)?(0,Sd.Z)(_d,s):(0,yd.Z)(_d)}else(0,yd.Z)(_d)},kd=()=>{var e;const{location:t}=window,s=(0,f.ZF)("ccategory");return Ad(),(0,Xc.ie)("phtml",t.hostname+t.pathname),(0,Xc.ie)("phash",t.hash.slice(1)),(0,Xc.ie)("amp",(0,Te.Rf)()&&1),(0,Xc.ie)("abtest",(0,Ee.KF)(),!0),(0,Xc.ie)("PWAref",null==(e=(0,Vo.a)())?void 0:e.replace(/https?:\/\//,""),!0),(0,Xc.ie)("PWA_adbd",(0,hd.pB)()),(0,Xc.ie)("darkmode",(0,fo.Z)(),!0),(0,Xc.ie)("highLayout",(0,bd.Z)()),(0,Xc.ie)("layout",(0,f.ZF)("layout"),!0),(0,Xc.ie)("wifi",Zd()&&1),(0,Xc.ie)("fledge",(0,go.Z)()&&1),(0,Xc.ie)("reloaded",(0,Hn.r)()&&1),(0,Xc.ie)("navType",(0,f.ZF)("navType"),!0),(0,Xc.ie)("ctab",(0,f.ZF)("ctab"),!0),(0,Xc.ie)("chId",(0,f.ZF)("chId"),!0),(0,Xc.ie)("cc",xr(mo()).join(","),!0),(0,Xc.ie)("cdl",(0,lo.j)(),!0),(0,Xc.ie)("ctype",(0,f.ZF)("ctype"),!0),(0,Xc.ie)("cview",(0,f.ZF)("cview"),!0),(0,Xc.ie)("ciab",(0,f.ZF)("ciab"),!0),(0,Xc.ie)("ccategory",s&&(0,wd.Z)(s),!0),(0,Xc.ie)("REKtagi",(()=>{if(!(0,Te.KD)())return(0,aa.C)()?(0,uo.J1)():(0,uo.Ut)()})(),!0),Pd(),(0,Xc.hf)()},Ed=()=>O()||"2"===(0,pt.qm)("rvTest"),Td=(e,t,s,n)=>{const o=Ed()?"2":"1",r=(0,re.Z)();return r.rv=o,r.sn=(0,g.W_)(),r.pvid=(0,lt.Vq)(),n?r.rekid=t:r.rekids=t,Object.assign(r,kd(),s,(0,pt.Kp)()),e+(0,bt.Z)(r,!0)},Od=(e,t,s)=>{if((0,me.Yw)())return;const n=e||(0,un.P)();return Td(t,n,s,!0)},Ld=(e,t)=>Od(e,"https://rek.www.wp.pl/aad.xml?",t),xd=(e,t)=>Od(e,"https://rek.www.wp.pl/vad.xml?",t),Dd=e=>{const t=(0,ut.cT)("rpm");return null==t?void 0:t[e]};var $d=s(7795);const Rd=[];h.default.loadHandlers=Rd;let jd=!1;const Nd=()=>{for(jd=!0;Rd.length;)Rd.shift()()},Md=e=>{L.Z.f(e)&&Rd.push(e),jd&&Nd()},Vd=(e,t,s,n=(0,re.Z)(),o)=>{const r=(0,ft.Nu)(8,36,!0),i=(0,re.Z)();if((0,y.Z)(window.WP,r,i),(0,y.Z)(i,"bodies",(0,re.Z)()),o===u){const{headSlots:e}=He;(0,Vs.Z)(e)&&(n.excSlots=e.map((e=>ts(e))).join(","),He.headSlots.length=0)}let a=Td("https://rek.www.wp.pl/gaf.js?",e,n);a=(0,_r.Z)(a,"spin",r),a=(0,_r.Z)(a,"bcv",2),(0,Ds.Z)({withMeasurement:"GafAPI",src:(0,mt.mess)(a),remove:!0,onLoad(){ji(s,n,o,r),Nd(),L.Z.f(t)&&t((0,ut.bh)())},onError(){(0,Ge.Z)(`errorGAF${o}`)}})},Bd=(e,t,s,n=(0,re.Z)(),o)=>{const r=(0,ft.Nu)(8,36,!0);if((0,y.Z)(window,r,(e=>{Ni(s,n,o,e),Nd(),L.Z.f(t)&&t((0,ut.bh)())})),o===u){const{headSlots:e}=He;(0,Vs.Z)(e)&&(n.excSlots=e.map((e=>ts(e))).join(","),He.headSlots.length=0)}let i=Td("https://rek.www.wp.pl/gaf.js?",e,n);i=(0,_r.Z)(i,"spin",r),i=(0,_r.Z)(i,"bcv",2),(0,Ds.Z)({withMeasurement:"GafAPI",src:(0,mt.mess)(i),remove:!0,crossorigin:"use-credentials"})};var Ud=s(1775);const Fd=[[p,5,500],[u,1,1e3]],qd=Object.fromEntries(Fd.map((([e])=>[e,{}]))),zd=Object.fromEntries(Fd.map((([e,t])=>[e,t]))),Hd=Object.fromEntries(Fd.map((([e,,t])=>[e,t]))),Gd=Fd.map((([e])=>e));Fd.forEach((([e])=>{Ud.Z[e]=0})),h.default.gafRequestStore=qd;const Wd=(e,t)=>{if(!Gd.includes(e))return void(0,es.Z)("Unknown GAF request type given to request-store",!0);let s=!0;const n=`${t}`,o=(0,lt.Vq)(),r=qd[e],i=r[o]||{},a=i[n]||{},{requests:c=0,lastRequest:d=0}=a,l=Date.now(),u=l-d<Hd[e];return a.lastRequest=l,u&&(a.requests=c+1,a.requests>=zd[e]&&((0,Es.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||(Ud.Z[e]+=1),s},Kd="GafAPI";let Jd=(0,T.Z)((0,pt.qm)("lockApp")),Qd=(0,I.Z)("wp_gaf_targeting");const Yd=(e,t,s)=>{Wd(e,t);s()},Xd=(e,t,s,n,o=u)=>{if((0,Ge.Z)(`${Kd}BunchLoaded`),Jd&&((e=>{const t=window,s=t[ki],n=t[Ei];if(L.Z.f(s)){let o;clearTimeout(n),t[ki]=()=>{},t[`_${ki}`]=s;const r=()=>{clearTimeout(o),s()};t[`__${ki}`]=r,e&&(o=setTimeout(r,e))}})(Jd>1?Jd:0),Jd=!1),(0,pi.mj)()||(0,me.I)()||Qd)return Qd=void 0,void(L.Z.f(t)&&(0,it._k)((()=>{t((0,ut.bh)())})));(0,$d.Z)((0,un.P)())&&(e?(0,un.q)(e):(0,Es.Z)({message:Kd,path:"NoGlobalBunchID",fileName:e}));const r=e||(0,un.P)();if(!r)return 0===r&&(0,we.o)("rekid",be.Ey,!0),void(0,Es.Z)({message:Kd,path:"NoBunchID",fileName:e});const i=()=>{o===u&&(0,zo.Z)(`${Kd}LoadBunch`),Ed()?Bd(r,t,s,n,o):Vd(r,t,s,n,o)},a=()=>{Sc.Z.fill(i)};fe.Z.fill((()=>{He.gafFirst||He.gafParallel?a():je.Z.fill(a)}))},el=(e,t,s,n)=>{const o=(0,$s.Z)(t).sort();if((0,Vs.Z)(o)){const t=(0,re.Z)();t.advSlots=o.map((e=>ts(e))).join(","),Yd(p,[e,n,o],(()=>Xd(e,s,n,t,p)))}},tl=(e,t,s)=>{Yd(u,[e,s],(()=>Xd(e,t,s)))},sl=(e,t)=>{el(e,t,!1,!0)},nl=e=>{tl(e,!1,!0)},ol="WPldclk";let rl=!1,il=0;const al=e=>{if(bi(e)){const e=Date.now();il=e,rl=!0,jc.default.set(ol,e)}},cl=()=>((()=>{const e=new Date(il);return Date.now()-e>36e5})()&&(jc.default.remove(ol),rl=!1,il=0),rl),dl=()=>new Promise((e=>{jc.default.get(ol,(({value:t})=>{e(t)}))})).then((e=>!!e&&(il=(0,T.Z)(e),rl=!0,!0))),ll=()=>{(0,Wi.ME)(dl),dl(),Me=al},ul=()=>(0,_t.Z)(He),pl=(e=2,t={})=>{const n=(0,T.Z)(e),{cappingPeriod:o,setNative:r}=t;if((0,Es.Z)({message:"GafAPI",path:"registerCommercialBreak",slot:n,fileName:`${o}:${typeof r}`},1e4),(0,hr.Z)(n,e))return;He.commercialBreak=Object.assign({},t);const i=()=>{(e=>{const t=Rd.indexOf(e);t>-1&&Rd.splice(t,1)})(i),s.e(831).then(s.bind(s,8529)).then((({default:e})=>{e(n,t)})).catch((e=>{(0,de.Z)(e,"CommercialBreak")}))};Md(i)};var ml=s(8488),fl=s(8842),gl=s(9610);const hl="Placeholders",Al=(0,pt.qm)("placeholders"),vl=(0,ot.cu)("placeholder",Al&&{height:3,border:"3px orange solid",borderRadius:3,boxSizing:"border-box"}),Zl=(0,ot.cu)("anchor"),bl={width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:-1},wl=(e,t,s={})=>{const n=(0,T.Z)(e);if((0,hr.Z)(n,e))return;const o=Object.assign({},s),r=Ki.Z[n],i=null==r?void 0:r.element,a=hl+n;i&&(0,ot.ef)(i,(0,ot.cu)(a));const c=(0,ml.Z)(t);if(c){if(i&&i!==c&&((0,ot.jo)(a),(0,ot.Vx)(!0)),(0,Fn.Z)(c)&&c!==(0,er.Z)()){o.element=c;return"sticky"===(0,fl.Z)(c).position&&(o.stickyOnInit=!0,(0,Es.Z)({message:hl,path:"StickyOnInit",slot:n},1e4)),Ki.Z[n]=o,(0,ot.Cj)(c,(0,ot.cu)(a)),(0,ot.Cj)(c,(0,ot.cu)(hl)),(0,ot.Cj)(c,vl),(0,ot.cu)(`${a} .${Zl}`,bl),(0,gl.Z)(c)||(0,Es.Z)({message:hl,path:"NodeNotVisible",slot:n},1e3,`Given node for placeholder ${n} is not VISIBLE.`,"error"),c}(0,Es.Z)({message:hl,path:"NodeNotInDocument",slot:n},1e3,`Given node for placeholder ${n} is not a valid HTMLElement or it is not in DOM.`,"error")}};var yl=s(5435),Sl=s(4564),Cl=s(9951),_l=s(9175),Il=s(4192),Pl=s(8983);const kl="top",El="bottom",Tl="white",Ol=(e,t,s)=>{const n=(0,Ee.bB)("adtech","PROSGWP-7600");if(["A","B","C"].includes(n))return;const o=(0,T.Z)(e);if((0,hr.Z)(o,e))return;let r,i,a=!1;const{onImpression:c,onClose:d,cappingPeriod:l=6,scrollOffset:u=200,closeOffset:p=0,position:m=kl,waitForSlot:f=!1}=s;He.stickyAds={onImpression:c,onClose:d,cappingPeriod:l,scrollOffset:u,closeOffset:p,position:m,waitForSlot:f},i=u,(0,Es.Z)({message:"GafAPI",path:"registerSticky",slot:o,fileName:`${l}:${u}:${m}:${t}`},1e4);const g=[kl,El].includes(m)?m:kl,h={[kl]:{borderRadius:"0 0 6px 6px",transform:"translateY(-99%)"},[El]:{borderRadius:"6px 6px 0 0",transform:"translateY(99%)"}},A="saplchldr"+g,v="saclsr"+g,Z=(0,b.R)(),w=(0,pi.nB)(),y=Z?8:15,S=`0 0px ${y}px 0 rgba(0, 0, 0, 0.25)`,{borderRadius:C,transform:_}=h[g];if(w)(0,_l.Z)(yl.Z);else if(l){const e=(0,T.Z)((0,he.Z)(yl.Z));if(e){const t=new Date(e);(0,ve.Z)(yl.Z,t.getTime(),t)}}const I=(0,yn.Z)(),P=(0,yn.Z)(),k=()=>{(0,is.Z)("stickyAds",{event:"quit",slot:o,position:m,cappingPeriod:l,scrollOffset:u,closeOffset:p,waitForSlot:f})},E=()=>{(0,it.vS)("beforeunload",k)},O=()=>{(0,it.vS)("scroll",M),(0,it.vS)("scroll",j),(0,ye.Y4)(R),(0,ye.Y4)(V),E()},x=()=>{O(),a&&(a=!1,L.Z.f(d)&&d(),(0,Pl.Z)(o),P.remove(),r.removeEventListener("click",D),r.remove(),(0,ot.jo)(A),(0,ot.jo)(v),(0,ot.Vx)())},D=()=>{(0,is.Z)("stickyAds",{event:"close",slot:o,position:m,cappingPeriod:l,scrollOffset:u,closeOffset:p,waitForSlot:f}),x()},$=()=>{x(),(0,Wi.uz)("page:close",$)},R=(e,t)=>{if(E(),o===e){const{creation:e,vendor:s}=t;if(e&&!e.destroyed){const{type:n,rebuild:{label:i}}=e,d=s>ps.vC,u=n!==nt.Jz;if(d&&u){if((0,ot.cu)(A,{boxShadow:"0 0px 24px 0 rgba(0, 0, 0, 0.25)",padding:y,transform:"translateY(0)"}),(0,ot.cu)(`${A}>div`,{"backgroundColor!":Tl}),(0,ot.Vx)(),i&&i.remove(),a=!0,w)(0,_l.Z)(yl.Z);else if(l){const e=60*l,t=(0,ge.Z)(e);(0,ve.Z)(yl.Z,t.getTime(),t)}return r.addEventListener("click",D),P.appendChild(r),(0,it.mc)(k),void(L.Z.f(c)&&c({slotNumber:o,slotData:t,slotElement:I,placeholderElement:P}))}}O()}},j=()=>{(0,Ua.Z)().top>=p&&((0,it.vS)("scroll",j),(0,is.Z)("stickyAds",{event:"scrollClose",slot:o,position:m,cappingPeriod:l,scrollOffset:u,closeOffset:p,waitForSlot:f}),x())},N=()=>{(0,it.vS)("scroll",M),(0,ye.Y4)(V),(0,ye.wN)(R);const e=(0,ml.Z)(t),s=(0,Fn.Z)(e),n=s?e:(0,er.Z)();(0,ot.Cj)(P,(0,ot.cu)(A,{"position!":s?"absolute":"fixed",[g]:0,transform:_,transition:"all 200ms linear","zIndex!":99,left:0,right:0}));const i=(0,yn.Z)();(0,ot.Cj)(i,(0,ot.cu)("saclip",{overflow:"hidden",width:"100%"})),n.appendChild(P),P.appendChild(i),i.appendChild(I),(()=>{r=(0,Sl.Z)(v,"black",{position:"absolute",[g]:"100%",color:Tl,padding:Z?"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:Tl,[g]:-y},t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:9,color:"#888",content:(0,Dn.Z)(At.Z)};(0,ot.cu)(`${v}:after`,e),(0,ot.cu)(`${v}:before`,t),(0,ot.cu)(`${v} svg`,{"width!":"30%","height!":"30%","left!":"auto","right!":3,"top!":-2,strokeWidth:2.5,stroke:"black"}),(0,ot.Vx)()})(),wl(o,P,{stickyAd:!0,backgroundColor:Tl,height:"auto"}),(0,It.Z)(o,I)},M=()=>{(0,Js.Z)(i)&&(0,Ua.Z)().top>=i&&N()},V=(e,t)=>{if(e===f){(0,ye.Y4)(V);const{creation:e}=t;if(e&&!e.destroyed){const{rebuild:{container:t}}=e,s=(0,Cl.Z)(t);s&&(i=s.top+s.height)}(0,Js.Z)(i)?((0,ye.Y4)(V),(0,it.vS)("scroll",M),(0,it.nr)(M,!0)):N()}};(0,Il.Z)([e]),f?(i=0,(0,ye.wN)(V),(0,it.nr)(M,!0)):(0,Js.Z)(i)?(0,it.nr)(M,!0):N(),(0,Js.Z)(p)&&(0,it.nr)(j,!0),(0,Wi.aS)($,!0)},Ll=(e,t)=>{const s=(0,T.Z)(e);let n="none";Vn.forEach(((e,t)=>{s===e.slot&&(n=t,e.passbackAfterRender=!0)})),(0,Es.Z)({message:"GamAPI",path:"AdUnitNonConfigured",campaign:t,fileName:n,slot:s},1,"GAM AdUnit is not configured.","error")},xl=(e,t,s)=>{const n=Bn(e);n?n.passbackAfterRender=!0:Ll(s,e)},Dl=()=>{const{loaded:e,error:t}=jn,s=(0,ma.Z)(755,[1])&&!t,n=(0,me.uD)()||(0,hd.VP)(),o=s&&!n&&e,r=(0,re.Z)();return(0,y.Z)(r,"isBlocked",n),(0,y.Z)(r,"isReady",o),(0,y.Z)(r,"isAllowed",s),r},$l=(e,t,s)=>{const n=Bn(e);if(n){const{creation:e}=n;Object.assign(e,s),e.modsToLoad=e.modsToLoad||[],e.modsToLoad.push(t),Ws(e)}};var Rl=s(2756);const jl=()=>{(0,ct.qL)("user",(0,Rl.Z)(d)),(0,ct.qL)("mods",(0,Rl.Z)(a)),(0,ct.qL)("gaf",(0,Rl.Z)(r)),(0,ct.qL)("gam",(0,Rl.Z)(i)),(0,ct.qL)("randomizers",(0,Rl.Z)(c))},Nl={error:!1,timedOut:!1,loaded:!1};h.default.prebidState=Nl;const Ml=Nl,Vl=()=>{if((0,Ro.K)()){const e=(0,me.U6)()||(0,Ht.wV)("noPrebidTestVersion"),t=((0,me.oQ)()||(0,me.IN)()||(0,me.US)())&&!(0,pt.qm)("tcidhb");return!(e||t||Sn.Z||Ml.error)}},Bl=(e,t,s,n,o)=>{fe.Z.fill((()=>{const r="Criteo"+(e?"Full":"Light"),i=`//static.criteo.net/js/ld/publishertag.${e?"":"prebid."}js`,a="crtpt"+(e?"":"prbd");(0,Ds.Z)({withMeasurement:r,id:a,src:i,timeout:n,onLoad(){(0,Oe.Z)(r,!0),L.Z.f(t)&&t()},onError(){(0,Oe.Z)(r,!1),(0,we.o)(a),L.Z.f(s)&&s(i)},onTimeout(){L.Z.f(o)&&o()}})}))},Ul="PrebidJS",Fl=()=>{(0,Ds.Z)({withMeasurement:Ul,id:"prebidjs",timeout:3e3,crossorigin:!0,src:(()=>{const e=(0,qs.Z)("wppbjs"),{prebidBranch:t,prebidTestVersion:s,version:n}=(0,Ht.Uu)();let o="",r=!1;t&&s===n&&(o=t,r=!0),(0,g.y1)("^tech")&&(o="PU-113",r=!0),null!=e&&e[2]&&(o=e[2]);const i=`${Tt.Z}wppbjs/${o&&`${o}/`}`,a=e||r?"prebid-debug":"prebid";return(0,mt.mess)({url:`${i}${a}.js`})})(),onLoad(){(0,Oe.Z)(Ul,!0),Ml.loaded=!0},onError(){(0,Ge.Z)(`${Ul}LoadError`),(0,Oe.Z)(Ul,!1),Ml.error=!0,je.Z.open()},onTimeout(){(0,Ge.Z)(`${Ul}LoadTimeout`),(0,Oe.Z)(`${Ul} timeout`,!0),Ml.timedOut=!0,je.Z.open()}})},ql=()=>{let e;return{promise:new Promise((t=>{e=t})),resolve:e}},zl=new Map,Hl=e=>{const t=zl.get(e);return null==t?void 0:t.promise},Gl=e=>{const t=zl.get(e);t&&(t.resolve(),zl.delete(e))};var Wl=s(6570);const Kl=()=>{const e=(0,ut.fw)("curr");e&&(0,S.Z)(e,(t=>{parseFloat(e[t])>0&&(Po.currencyRate[t]=parseFloat(e[t])),(0,Wl.Z)()&&(0,fi.Z)("currency",JSON.stringify(Po.currencyRate))}))},Jl=()=>{Kl()},Ql=()=>{const e=(0,Se.g1)("viewConfig");if(!(0,Se.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}))},Yl=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},Xl=e=>{if(Array.isArray(e))Po.blackList=Yl(Po.blackList.concat(e.map((e=>parseInt(e,10)))));else{const t=parseInt(e,10);Po.blackList.includes(t)||Po.blackList.push(t)}},eu=()=>{Po.blackListStore=[]};eu();const tu={add:Xl,setNew:e=>{eu(),Xl(e)},reset:eu},su=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&&tu.add(t),t||!1},nu=(e,t={})=>Object.keys(t).includes(e)?t[e]:t.default||!1,ou=()=>{const e=(0,Se.fS)("lazyBidding"),t=(0,Se.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=nu(s,t),o=n&&n.auctions,r=(0,Ht.wV)("viewConfigTestVersion"),i=(0,Ht.wV)("lbTestVersion");return!(!(n&&o)||!(e||r||i))},ru=e=>{let t=[];if(e){const{auctions:s}=e;if(s)if(Array.isArray(s))t=s;else{const{lbVersionTest:e,version:n}=(0,Ht.Uu)(),o=!!e&&`conf${n}`;t=o&&s[o]?s[o]:s.default||[]}}return t},iu={interval:null,ctype:null,lastAuction:0,auctionCount:0,auctions:[],auctionId:null},au=iu;var cu=s(8720);const du={},lu=e=>!!du[e]&&((0,cu.Z)(du[e],["prebidLazyLoading"]),delete du[e],!0),uu=(0,Se.g1)("slotAvailabilityDesktop")||[],pu=(0,Se.g1)("slotAvailabilityMobile")||[];var mu=s(961);const fu=["adform","teads","connectad","xhb","adrino","sspWPM"],gu=e=>{const t=(0,pt.qm)("disableBL"),{disableBLByDiceRoll:s}=Po,n=(0,Se.fS)("disableBL"),o=!t&&!s&&!n,r=(0,b.R)()||(0,Te.KD)()?3:2;let i=!1;if(o){i=((null==e?void 0:e.auctionCount)||0)>=r}return i},hu=()=>{let e;if((0,Wl.Z)()){const t=JSON.parse((0,_.Z)("bidderLimiterData"));if(t){const s=(0,Se.g1)("bidderLimiterTimeout")||3e5,{timestamp:n}=t;s>Date.now()-n&&(e=t)}}return e},Au=({bidder:e,subAccount:t})=>t?`${e}-${t}`:e,vu=(0,Se.g1)("bidderLimiterSlotsBlacklist")||[],Zu=e=>vu.includes(e);let bu,wu;const yu=({ctype:e,viewConfig:t={},blockPrebid:s={}})=>{const n=Object.keys(t);return!!s.ctype&&s.ctype.includes("none")&&!n.includes(e)},Su=({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=yu({ctype:i,viewConfig:n,blockPrebid:e});(a||c)&&(r=!0)})),r},Cu=(e,t,s,n,o,r)=>{const{ppid:i,biddersRequests:a,mlcodes:c}=Po,d=(0,ut.fw)("sda")||[],l=Ao(),u={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&&(u.mlcodes=c),(0,Vs.Z)(d)&&(u.sda=d.join()),(0,Vs.Z)(l)&&(u.ciab=l.join()),o&&(u.slot=o.trigger),(0,is.Z)("prebidauction",u),Po.biddersRequests=0,u},_u=e=>{const{Math:t}=window;return t.floor(t.random()*e)+1===1};var Iu=s(3381);const Pu=["module criteo is loading external JavaScript","TCF2: enforcing P1 and P2 by default","Filtered site property in ortb2 data: empty data found"],ku=["TCF2 denied device access for criteo"],Eu=new Set,Tu=new Set,Ou=e=>{const t=(0,lt.Vq)();return!Pu.includes(e)&&(!ku.includes(e)||(Eu.has(t)?!Tu.has(e)&&(Tu.add(e),!0):(Eu.add(t),Tu.add(e),!0)))},Lu=_u(100),xu=_u(1e3),Du=e=>{const{type:t}=e,{arguments:s}=e,n=[...s].map((e=>`${e}`)).join(" ").slice(0,75),o=ce._x&&Lu,r=ce._x&&xu;Ou(n)&&("WARNING"===t?o&&(0,Iu.Z)(n,"PbjsWarnError"):r&&(0,Iu.Z)(n,"PbjsError"))},$u=e=>{if(!(0,Ee.zK)("adtech","PU-227","A"))return;const{buyers:t,timeout:s=900}=(0,Se.g1)("fledge"),{seller:n,decisionLogicUrl:o}=$o(),r=e.filter((({ortb2Imp:e})=>{var t;return 1===(null==e||null==(t=e.ext)?void 0:t.ae)}));if(r.length&&(0,Vs.Z)(t)){const e=r.map((({code:e})=>{const r=[...t],i=(0,T.Z)(e.split("slot")[1]);Lo(i)&&!r.includes(To)&&r.push(To);return{adUnitCode:e,fledgeAuctionConfig:{seller:n,decisionLogicUrl:o,interestGroupBuyers:r,sellerTimeout:s}}}));return Po.fledgeAuctions.push(...e),e}},Ru=(e,t,s)=>{if(!e)return!1;const n=((e,t)=>"all"===e||!!Array.isArray(e)&&e.includes(t))(e[Au(s)],t);return n},ju=()=>{const e=(0,pt.qm)("hbv"),t=(0,Ro.K)(),s="hb";let n=s;if(!t)return!1;const{changeHBConfig:o,version:r}=(0,Ht.Uu)();o&&r&&(n=s+r.toUpperCase()),e&&(n=s+e.toUpperCase());const i=t[n]||t.hb;return i?Po.healthStatus.hbConfig=!0:(0,Iu.Z)("HB Config missing"),i},Nu="auto_play_sound_on",Mu="auto_play_sound_off",Vu="click_to_play",Bu='{"min":1,"mit":1,"mmu":0}',Uu='{"min":1,"mit":0,"mmu":1}',Fu='{"min":0,"mit":1,"mmu":0}',qu={auto_play_sound_on:Bu,auto_play_sound_off:Uu,click_to_play:Fu};var zu=s(4915);const Hu=e=>{const t=e.match(/:\/\/(www[0-9]?\.)?(.[^\/:]+)/i);return t&&t.length>2&&L.Z.s(t[2])&&t[2].length>0?t[2]:null},Gu=e=>{const t=Hu(e);let s,n=t;return t&&(s=t.split(".").reverse(),s.length>1&&(n=`${s[1]}.${s[0]}`)),n},Wu=(e,t)=>{const{document:s}=window,n=!(!window.vhb||0===Object.keys(window.vhb).length)&&window.vhb,o=(0,b.R)(),r=s.referrer||"",i=s.location.origin||"",a=(0,f.ZF)("ctype"),c=(0,Se.CV)("ctypesIntent");let d=c&&c[a]&&c[a][0]||(o?"click_to_play":"auto_play_sound_off"),{params:l}=n?n[Object.keys(n)[0]]:{params:!1},u=!1;if(l||(l=!1),(0,zu.bp)()&&(u=(0,zu.Sg)({prebid:!0})),e)l=e,l.autoplay&&(l.forceSound||l.forcesound)?d=Nu:l.autoplay&&(d=Mu);else switch(d){case Nu:l={autoplay:!0,forceSound:!0};break;case Mu:l={autoplay:!0,forceSound:!1};break;case Vu:l={autoplay:!1,forceSound:!0}}switch(!0){case u&&l.autoplay&&(l.forceSound||l.forcesound)&&!t:d=u.autoplayAllowed&&u.autoplayUnmutedAllowed?Nu:u.autoplayAllowed?Mu:Vu;break;case l.autoplay&&!t:r.length?Gu(i)!==Gu(r)&&(d=Mu):d=Mu}return Po.intentParams=qu[d],d},Ku=["slot150","slot151","slot152","slot153"],Ju=e=>{let t={};const{sizes:s,code:n}=e;return s&&(t={banner:{sizes:s}},Ku.includes(n)&&(t={video:{context:"instream",playerSize:s[0]}})),t},Qu=e=>{const t=(0,pt.qm)("disableBL"),s=(0,Ee.zK)("adtech","PRGM-311","B");if(!(!t&&s))return!1;const n=Dd(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[Te.i7?"chr":"oth"]},Yu=e=>{const t=(0,Se.g1)("sizeMap"),s=!!L.Z.s(e)&&e;return s&&t?t[0][s]:e},Xu=(e,t,s)=>{const{code:n}=e,o=t&&t.slots,r=s||Po.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},ep=(e,t)=>{var s,n,o;const r=(0,Se.g1)("floorprices"),{size:i}=t;let a=r;const{fpTest:c,version:d}=(0,Ht.Uu)();c&&(a=a[d]||a);const l=Au(t);if(l&&a&&a[l]){const t=a[l];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${d}`]||t.stream:t[`default${d}`]||t.default}if("outstream"===t.adType&&null!=(n=a)&&n.outstreamFloor){const{outstreamFloor:e}=a;return e[`default${d}`]||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},tp=(e,t)=>{let s,n;return"connectad"===e.bidder&&(s=Po.currencyRate.USD||Po.currencyRate.default,n=ep(t,e)/s,e.params.floorprice=n.toFixed(2)),e},sp=(e,t)=>{const s=e;let n,o,r,i=!1;switch(s.bidder){case"openx":case"rubicon":switch(t){case Nu:o=[1,5];break;case Mu:o=[2,6];break;case Vu: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 Nu:n=1;break;case Mu:n=2;break;case Vu: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=qu[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 Nu:r=[1,5];break;case Mu:r=[2,6];break;case Vu: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 Nu:r=[1];break;case Mu:r=[2];break;case Vu:r=[3];break;default:r=[2]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r}return e},np=(e,t)=>{const s="slot151"===t?1:2;return e.params.target=`segm=${s}`,e},op={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"],mgid:["accountId"]},rp={adform:["mid","min","mit","mmu"],appnexus:["placementId","video","referrer"],criteo:["networkId","publisherSubId","video"],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"]},ip=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","mgid"]'),ap=(e,t)=>{if(L.Z.o(e)&&!Array.isArray(e))return e;const[s,n=[],o]=e,r=s-1,i=t?rp:op,a=ip[r];if(!a)return(0,Iu.Z)(`Brak biddera o ID: ${r}`),!1;const c=i[a];if(!c)return(0,Iu.Z)(`Brak mapy parametrów dla bidera: ${a}`),!1;const d={bidder:a},l=c.map(((e,t)=>[e,n[t]])).filter((([,e])=>!(0,$d.Z)(e)));return l.length&&(d.params=Object.fromEntries(l)),o&&(d.subAccount=o),d},cp=(e,t)=>{const s=Au(t);if(e){return!e.includes(s)}return!1},dp=(e,t)=>{const s=(0,ut.fw)("geo"),n=s&&s.country,o=(0,Se.g1)("limits"),r=Au(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},lp=(e,t)=>{const{Math:s}=window,n=(0,Se.g1)("limits"),o=Au(e),r=n&&n[o];return!!(r&&r.diceroll&&s.random()>r.diceroll)},up=(e,t,s,n,o,r,i,a)=>{var c;const d=ap(e,n);if(!d)return!1;let l=!1;const u=null==(c=(0,ut.fw)("geo"))?void 0:c.country,p=d.bidder.includes("adform")&&["840","124"].includes(u);return l=Ru(a,t,d),l=l||lp(d,t),l=l||dp(d,t),l=l||((e,t)=>{const s=(0,Se.g1)("bidderLimiterBlacklist")||fu,n=Zu(t),o=Au(e);let r=!1;var i,a;return bu&&wu&&!s.includes(o)&&!n&&(r=0===(null==(i=bu)||null==(a=i.fullBids)?void 0:a[o])),r})(d,t),l=l||cp(i,d),!l&&(s&&sp(d,o),p&&(d.params.adxDomain="adx2.adform.net"),d.bidder.includes("smart")&&s&&np(d,r),tp(d,r),d)},pp=(e,t)=>(!e||"video"!==t)&&(!(!e&&"display"===t)&&"common"!==t),mp=({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},fp=e=>{const t=(0,Ht.UQ)();if(e.testRestricted){if(e.testRestricted.includes("noTest")&&!t)return!1;if(!e.testRestricted.includes(t))return!0}return!1},gp=e=>{const{teadsOutstreamSlots:t}=Po,{bids:s}=e;s&&s.some((e=>!("teads"!==e.bidder||!e.params.placementId||!e.params.outstream||t.includes((0,T.Z)(e.params.placementId)))&&(t.push((0,T.Z)(e.params.placementId)),!0)))},hp=(e,t,s,n,o,r)=>{var i,a;const c=Object.assign({},e),{blackList:d}=Po,l=(0,T.Z)(c.code.replace("slot","")),u=!(null==(i=e.mediaTypes)||!i.video),p=Ku.includes(c.code),m=null==(a=(0,Se.g1)("fledge"))?void 0:a.slots;let f=!1;if(f=c.disabled,f=f||pp(p,t),n&&(f=f||Xu(c,o,d)),f=f||mp(c),f=f||fp(c),f)return!1;const g=Qu(l),h=[];for(let e=0;e<c.bids.length;e++){const t=c.bids[e],n=up(t,l,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=Yu(A):!c.mediaTypes&&c.sizes&&(c.mediaTypes=Ju(c)),gp(c),(0,Vs.Z)(m)&&m.includes(l)){const e={ext:{ae:1}};c.ortb2Imp=Object.assign({},c.ortb2Imp,e)}return Po.auctionSlots.push(l),c},Ap=(e,t,s,n,o)=>{const{blackList:r}=Po,i=(0,Se.fS)("viewConfigTestVersion"),a=(0,Se.g1)("viewConfig"),{version:c}=(0,Ht.Uu)(),d=t||nu(e,a),{units:l}=ju(),u=(()=>{const e=(0,Se.g1)("blacklisted"),{removeBidderTest:t,version:s}=(0,Ht.Uu)(),n=!!t&&`conf${s}`;return n?e[n]||!1:e})(),p=Wu(s,n);let m=!0;const f=(0,Se.fS)("disableVideoAutoBid");let g=o?"video":"display";Po.auctionSlots=[],Po.auctionSlots.length=0,d&&(!i||i===c)||r.length||(m=!1),bu=hu(),wu=gu(bu);!f&&(!0!==Po.useLazyBidding||Po.appendVideoToFirstAuction)&&(g="common",Po.appendVideoToFirstAuction=!1);const h=[];for(let e=0;e<l.length;e++){const t=l[e],s=hp(t,g,u,m,d,p);s&&h.push(s)}return h},vp=new Map,Zp=()=>{const{language:e,languages:t}=self.navigator,s=t&&t[0];return e||s},bp=(e,t,s)=>{const{referrer:n}=self,{userAgent:o}=self.navigator,{href:r,host:i,origin:a}=self.location,c=`tid-${(0,ft.Nu)(12,36)}`;let d;if(n){d=`${new URL(n).origin}/`}const[l,u]=s;return{id:e,imp:[{id:(0,ft.Nu)(12,36),banner:{w:l,h:u,format:[{w:l,h:u}]},tagid:`slot${t}`,ext:{ae:1,tid:c}}],site:{publisher:{domain:Gu(a)},page:r,name:a,domain:i,ref:d},source:{tid:c},regs:{ext:{gdpr:(0,wt.Z)((0,vt.zC)())}},user:{ext:{consent:(0,vt.do)()}},device:{w:(0,Fa.Z)(),h:(0,Ba.Z)(),ua:o,dnt:0,language:Zp()}}},wp=(e,t,s)=>new Promise((n=>{n(Uo(e,t,s))})),yp=new Map([[Eo,(e,t,s)=>new Promise((n=>{const o=bp(e,t,s),{seller:r,decisionLogicUrl:i}=$o();o.site.publisher.id="XNEdtxheGMSt",o.ext={fledge_config:{seller:r,decisionLogicUrl:i}};const a={payload:o,withCredentials:!0,crossOrigin:!0};(0,xc.Z)("https://prebid-eu.creativecdn.com/bidder/prebidfledge/bids",a,(e=>{var t;const s=null==(t=e.ext)?void 0:t.igbid;if((0,Vs.Z)(s)){const e=s[0].igbuyer[0],{buyersignal:t}=e;n(t)}}),(()=>{n({})}))}))],[To,wp],[Oo,wp]]),Sp=async(e,t,s,n)=>{Date.now();const o=await Promise.allSettled(e.map((e=>{const o=yp.get(e);return L.Z.f(o)?o(t,s,n):Promise.resolve({})}))),r=e.map(((e,t)=>[e,o[t].value]));return Object.fromEntries(r)},Cp=async({auction:e,auctionId:t,sellerSignals:s,slotNumber:n,adsize:o})=>{const r=Object.assign({},e),{interestGroupBuyers:i}=r,[a,c]=o;return r.auctionSignals=Object.assign({auctionId:t},r.auctionSignals,xo("direct")),r.sellerSignals=s,r.perBuyerSignals=await Sp(i,t,n,o),r.sellerCurrency="PLN",r.perBuyerCurrencies={"*":"PLN"},r.perBuyerCurrencies[Eo]="USD",r.perBuyerCurrencies[To]="PLN",r.requestedSize={width:a,height:c},r},_p=({urn:e,slotNumber:t,slot:s,auctionStart:n,auctionConfig:o,adsize:r,callback:i})=>{const a={slot:t,filled:e?1:0,after:null!=s&&s.finished?1:0,timeToRespond:Date.now()-n};var c;(Io(t,e?yo:wo),(0,is.Z)("fledgeAuction",a),e)&&Po.fledgeResults.push({slotNumber:t,urn:e,size:r,priority:null==(c=(0,Se.g1)("fledge"))?void 0:c.priority});Gl(t),L.Z.f(i)&&i(!0)};(0,ye.wN)((e=>{Co.get(e)&&Co.delete(e)}));const Ip=async(e,t,s,n)=>{const o=[],r=jo(t);if(Po.fledgeAuctions=Po.fledgeAuctions.filter((e=>{const{adUnitCode:s,fledgeAuctionConfig:n}=e;return s!==`slot${t}`||(o.push(n),!1)})),(0,go.Z)()&&o.length){var i;const a=(e=>{const t=ql();return vp.set(e,t),t.promise})(t),c=o.map((s=>Cp({auction:s,auctionId:e,sellerSignals:a,slotNumber:t,adsize:r}))),d=await Promise.all(c),l=Date.now(),{seller:u,decisionLogicUrl:p}=$o();let m=d[0];1===d.length?[m]=d:m={seller:u,decisionLogicUrl:p,sellerSignals:a,componentAuctions:d};const f=null==(i=(0,Se.g1)("fledge"))?void 0:i.dam;(0,Vs.Z)(f)&&f.includes(t)&&(e=>{const t=ql();zl.set(e,t),setTimeout((()=>{Gl(e)}),1e3)})(t),Io(t,bo),window.navigator.runAdAuction(m).then((e=>{_p({urn:e,slotNumber:t,slot:s,auctionStart:l,auctionConfig:m,adsize:r,callback:n})}))}else L.Z.f(n)&&n(!1)},Pp=e=>{const t=[];Po.fledgeAuctions.forEach((e=>{const{adUnitCode:s}=e;t.includes(s)||t.push(s)}));const s=t.length,n=(0,un.P)(),o=(0,ut.bh)(n);if(!o||0===s||!(0,go.Z)())return;const r=null==o?void 0:o.slots;for(let n=0;n<s;n++){const s=t[n],o=(0,T.Z)(s.replace("slot","")),i=r[o],a=e||Mo();Ip(a,o,i)}},kp={ctype:null,timestamp:null,isDynamic:!1,prevCtype:null,prevAuctionTS:null,vIntentAuctionTS:null},Ep=(e,t,s,n=!1,o=!1,r=!1)=>{const i=(0,Se.g1)("viewConfig"),a=(0,Se.g1)("blockPrebid");if(!!(0,ut.fw)("directOnly")||(0,Se.fS)("donotbid")||Su({blockPrebidConfig:a,viewConfig:i,eventCtype:s}))return!1;const{pbjs:c}=window,d=s||(0,f.ZF)("ctype"),l=c.version||void 0,u=(0,mu.BF)("mr","TP");let p=[];if(tu.add(Zi()),p=Ap(d,t,n,o,e),p.length>0&&c.requestBids){if(Po.firstAuction||au.auctionCount>0){const t=`_${au.auctionId}`||"",s=au.auctionCount>0?`${au.auctionCount}`:"",n=e?`_${Po.lbvAid}`:"";Po.healthStatus[`auction_nr_${e?Po.videoAuctionCounter:s}_startedProperly${e?"_video":t}${n}`]=!0}kp.prevAuctionTS&&(kp.timeauctions=Date.now()-kp.prevAuctionTS),kp.prevAuctionTS=Date.now(),Po.auctionsCount+=1,Po.auctionsCountPerView+=1;const s=parseInt(Date.now()-Po.pageLoadTime,10),n={adUnits:p,bidsBackHandler:()=>{},info:{bidderLimiter:wu}};if(r&&(n.auctionId=r),Po.firstAuction&&(Po.firstAuction=!1,(0,js.Z)("PrebidFirstAuctionTiming","PrebidLoad","PrebidFirstAuctionStart")),c.requestBids(n),(0,Se.fS)("fledgeOn")){$u(p)&&Pp(r)}Cu(l,Po.auctionsCount,s,u,t,r)}else{Du({type:"WARNING",arguments:["Auction failed - no adUnits available or requestBids wasnt ready"]}),Po.healthStatus.auctionStartedProperly=!1}},Tp=[],Op=(0,Se.fS)("auctionInterval");Op&&setInterval((()=>{if(Tp.length>0){const e=Object.assign([],Tp[0]);Tp.splice(0,1),Ep(...e)}}),Op);const Lp={addAuctionToQueue:function(...e){e.includes("skipQueue")?Ep(...e):0!==Tp.length||!1!==Po.auctionInProgress||Op?Tp.push([...e]):Ep(...e)},getQueue:function(){return Tp},auctionEnd:function(){if(Po.auctionInProgress=!1,Tp.length>0&&!Op){const e=Object.assign([],Tp[0]);Tp.splice(0,1),Ep(...e)}}};function xp(e){return!!du[e]}const Dp=(e,t=!1)=>{const{ctype:s}=au,n=(0,Se.g1)("viewConfig"),{healthStatus:o}=Po,r=nu(s,n);let i=!1;if(i=!1!==t?t:(e=>{const{auctions:t}=iu;for(let s=0;s<t.length;s+=1)if(t[s].slots.includes(e))return t[s]})(e),(0,$d.Z)(i)){Du({type:"WARNING",arguments:["Auction is undefined"]})}else{if(!1!==i&&!0!==i.used){const t=(0,b.R)()?pu:uu;au.auctionId=i.id,au.lastAuction=Date.now(),au.auctionCount+=1,i.used=!0;const s=Object.assign({},i);s.slots=[];const n=r.slots,{appendVideoToFirstAuction:a}=Po;if(a)for(let e=0;e<n.length;e++){const t=n[e],o=`slot${t}`;Ku.includes(o)&&s.slots.push(t)}const c=i.slots.length;for(let e=0;e<c;e++){const n=i.slots[e],o=!t.includes(n)||xp(n),r=Ku.includes(`slot${n}`);!0!==o||r||s.slots.push(i.slots[e])}s.trigger=e,o.pvAuctionNames.push(au.auctionId),Lp.addAuctionToQueue(!1,s),s.slots.forEach((e=>{lu(e)}))}}},$p=()=>{const e=(0,f.ZF)("ctype"),t=(0,Se.g1)("viewConfig"),s=nu(e,t),n=[];if(s){let t=!1,o=ru(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)}au.ctype=e,au.auctions=o,n.forEach((e=>{Dp(0,e)}))}return au},Rp=()=>{(0,zo.Z)("PrebidDamOpen"),je.Z.open()},jp=e=>{const t=(0,f.ZF)("ctype"),s=(0,Se.g1)("viewConfig"),n=nu(t,s);let o=!1;if(n.slots&&n.slots.includes(e)){const t=ru(n);o=650,t.forEach((t=>{t.slots.includes(e)&&(o=!0!==t.used&&(t.dist||o))}))}return o},Np=(e,t)=>{const s=parseInt(e,10);let n=!1;if((0,S.Z)(du,(e=>{du[e]===t&&(n=!0)})),du[s]||n)du[s]&&!n&&((0,Er.Z)(du[s],t),du[s]=t);else{const e=jp(s);if(!1!==e){du[s]=t;const n={name:"prebidLazyLoading",method:"offset",verticalMargin:e,success:!0,callback:()=>{Dp(s)}};(0,Qs.Z)(t,[n],`slot${s}`)}}},Mp=()=>{const e=(0,Se.fS)("lazyBidding"),t=(0,Se.g1)("viewConfig");!0===e&&t&&(0,ye.DN)(Np)},Vp=e=>["stream","video","article_stream"].includes(e),Bp=(e,t)=>{const s=nu(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,Ht.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},Up=(e,t,s,n,o)=>{const r=(0,f.ZF)("ctype");L.Z.f(t)&&(ko[s]=t),Lp.addAuctionToQueue(n,e,r,o,!1,s,"skipQueue")},Fp=(e,t,s,n)=>{const o=n?{slots:[n]}:void 0,r=e?{autoplay:e.autoplay,forceSound:!e.muted}:Po.baseVideoIntent;Up(o,s,t,!0,r)},qp=e=>{const t=e||(0,f.ZF)("ctype"),s=(0,Se.g1)("viewConfig"),n=Bp(t,s),o=(e,t)=>{if(void 0!==t&&!Po.registeredPlayers.includes(t)){Po.registeredPlayers.push(t),Po.baseVideoIntent=Object.assign({},Po.baseVideoIntent,e);const s={name:"prebidLazyLoading",method:"offset",verticalMargin:n.dist,success:!0,callback:()=>{Po.videoAuctionCounter<1&&(Po.lbvAid=`lbv-${(0,ft.Nu)()}`,Po.videoAuctionCounter+=1,Fp(!1,Po.lbvAid,void 0))}};(0,Qs.Z)(t,[s])}};Po.videoHandlers.push(o),ad(o)},zp=e=>{const{videoHandlers:t}=Po,s=Vp(e),n=!(0,Se.fS)("disableVideoAutoBid");s?Po.appendVideoToFirstAuction=n:0===t.length&&qp(e)},Hp=e=>{const t=(0,Se.g1)("blackListConfig"),s=(0,f.ZF)("ctype");Ql(),su(t),Po.useLazyBidding=ou(),!0===Po.useLazyBidding?(Po.healthStatus.auctionType="lazyBidding",zp(s),$p(),Mp()):(Po.healthStatus.auctionType="singleAuction",Ep()),e&&(Po.PrebidDamTimeout=setTimeout((()=>{Rp()}),e))},Gp=()=>{Po.bidsReceived.length=0},Wp=(e,t,s)=>{const{urn:n,size:o}=s,[r,i]=o;return{bunch:e,slot:t,creations:[{type:nt.yd,width:r,height:i,src:n,showLabel:!0}]}},Kp=new Map,Jp=(e,t,s=Po.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},Qp={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:"PLN"},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"}},Yp=e=>{const t=Te.hx||Te.G6,{Math:s}=window,n=e,{adUnitCode:o,bidder:r,cpm:i,currency:a}=n,c=Au(n),d=(0,Se.g1)("priorities"),l=Qp[r]||Qp.default;let u,p=0,m=null,f=Po.currencyRate.default||1,g=l.open||1;return g=n.dealId?l.deal||1:l.open||1,f=a&&Po.currencyRate[a]?Po.currencyRate[a]:l.currency&&Po.currencyRate[l.currency]?Po.currencyRate[l.currency]:Po.currencyRate.default,n.ccpm=s.floor(i*f*g*100),n.cpmpl=n.ccpm/100,d&&d[c]&&(d[c][o]?m=d[c][o]:d[c].default&&(m=d[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=ep(o,n),t&&(p*=.6),p>n.ccpm/100&&(n.ccpm=0,i>=.005&&(n.floorhit=1)),n},Xp=(e=Po.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)}))},em=e=>{let{bidsReceived:t}=Po;const s=`slot${e}`;let n,o={cpm:0,ccpm:0};const r=mo();t=Xp(t);for(let e=0;e<t.length;e++){const a=t[e],{ad:c,adUnitCode:d,APIblocked:l,APIsold:u,APIused:p,ccpm:m}=a;Yp(a),n=d===s;const f=(i=d,Kp.get(i));l&&Jp(a,"APIunblocked");const g=!(!c||!c.includes("wppl_wallpaper.js"));g&&Jp(a,"adfscr"),g&&r&&r.includes("DUKAT_Screening")&&Jp(a,"APIblocked"),n&&!u&&!l&&!p&&m&&m>o.ccpm&&(o=a,"sspWPM"!==o.bidderCode&&f&&(o.sspWPMRequestId=f))}var i;return o.cpm>0&&o},tm=()=>({adId:0,bddr:"unknown",cpm:0,cpmpl:0,ccpm:0,size:"0x0",ttb:0}),sm=e=>{const t=tm(),s=(0,f.ZF)("ccategory"),n=s?(0,wd.Z)(s):void 0,o=(0,g.W_)(),r=(0,f.ZF)("ctype"),i=(0,ut.fw)("geo"),a=i&&i.country,{ad:c,adfscr:d,adId:l,adUnitCodeOld:u,adUrl:p,ccpm:m,creativeId:h,cpmpl:A,cpm:v,currency:Z,dealId:b,height:w,occpm:y,responseLength:S,timeToRespond:C,width:_}=e;return Object.assign(t,{adId:l,bddr:Au(e),ccategory:n,ccpm:y||m,cpmpl:A,cpm:parseFloat(v.toFixed(2),10),crid:h,ctype:r,currency:Z,country:a,responseLength:S,dealId:b,deal:b?1:0,adfscr:d?1:void 0,multi:u,size:`${_||0}x${w||0}`,ttb:Math.min(1e5,(0,T.Z)(C.toFixed(0))),wpsn:o,adLength:c&&c.length||p&&p.length}),t},nm=()=>{const e=(0,Ht.Uu)();let t=e&&e.changeHBConfig&&e.version;t=t||"default";const s=(0,Se.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},om={},rm=(e,t)=>{const{appVersion:s}=window,{bunch:n,slot:o}=e,r=t&&om[t],i=r&&r.bidderLimiter,a=nm(),c=(0,f.ZF)("ctype"),d=null==r?void 0:r.ctype,l={slot:o,bunch:n,an:r&&r.auctionCounterPerView,norodo:r&&r.norodo,s2st:a&&a.name,ck:(0,mu.U2)("ck"),mr:(0,mu.U2)("mr")},{name:u,version:p}=(0,Ht.Uu)();return u&&(l[u]=p),d&&d!==c&&(l.reqCtype=d),i&&(l.bL=i),l.appVersion=s,l},im=e=>{const{adid:t,slot:s,params:n,waveaction:o,intent:r,isAsr:i}=e,a=t?Jp(t):(0,Iu.Z)("brak adId w bid"),{auctionId:c,meta:d={}}=a,{advertiserDomains:l}=d,u=a&&sm(a),p=rm(e,c),m=Object.assign({},u,p);if("prebidsold"===o&&(m.asr=(0,wt.Z)(i),(0,Vs.Z)(l))){const[e]=l;m.adn=e}(0,is.Z)(o,Object.assign(m,n,r))},am=(e,t)=>{const{isEmpty:s}=t,n=Au(t);return(0,$d.Z)(e.fullBids[n])&&(e.fullBids[n]=0),s||(e.fullBids[n]+=1),e},cm=e=>{(0,Wl.Z)()&&(0,fi.Z)("bidderLimiterData",JSON.stringify(e))};let dm;const lm=e=>{am(dm,e)},um=e=>{const t=(0,Wl.Z)(),s="emptyBids";let n=e;if(t&&!n&&(n=(0,_.Z)(s)||JSON.stringify({start:Date.now()})),n=JSON.parse(n),t&&Date.now()-n.start>3e5){const e={start:Date.now()};return(0,fi.Z)(s,JSON.stringify(e)),e}return!1};var pm=s(1049);const mm=(e,t)=>{let s;return e&&t&&(s=`${e}x${t}`,"100%xauto"===s&&(s="fluid")),s},fm=(e,t)=>{const{rekid:s}=window,n=(0,ut.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},gm=(e,t,s,n)=>{const{Math:o}=window,{firstAuctionStatusLogPvBD:r,pvfraction:i}=Po,{norodo:a,s2st:c,timetoauction:d,bidderLimiter:l}=s,{adUnitCode:u,err:p,debug:m,auctionCounterPerView:f,adType:g,cpm:h,occpm:A,ccpm:v,cpmpl:Z,isEmpty:b,width:w,height:y,timeToRespond:S,responseTimestamp:C,hem:_,meta:I={}}=n,P=u.split("slot")[1],k=fm(C,P);let E={slot:u.slice(4),bddr:Au(n),adType:g,norodo:a?1:0,err:p,pvfraction:i,s2st:c||void 0,debug:m||void 0,an:f,sltStrt:k,hem:_};if(!b){const{advertiserDomains:s}=I,n=(0,Vs.Z)(s)?s[0]:"none";E=Object.assign({},E,{cpm:o.floor(100*h)/100,ccpm:A||v,cpmpl:Z,size:mm(w,y),timeToRespond:S,timeToView:e,timeToReady:t,timeToAuction:d,adn:n})}return r&&(E.first=1,Po.firstAuctionStatusLogPvBD=!1),l&&(E.bL=l?2:1),(0,is.Z)("auctionStatus",E),E},hm=(e,t)=>{let s=0;return t.cpmpl>e.cpmpl?s=1:e.cpmpl>t.cpmpl&&(s=-1),s},Am=e=>!(e.length<2)&&e.sort(hm),vm=(e,t)=>{const s=om[e],n=[],o=Object.prototype.hasOwnProperty.call(ko,e);let r=(0,Se.fS)("disableDynamicDelay");if(Lp.auctionEnd(),s){let e,t;s.duration=Date.now()-s.start,s.ongoing=!1,(0,zo.Z)("PrebidAuctionEnd"),(0,pm.Z)("PrebidAuctionTime","PrebidAuctionInit","PrebidAuctionEnd"),Am(Po.bidsReceived),um(void 0),kp&&kp.timeclose&&(kp.timeview&&(e=kp.timeview-kp.timeclose),kp.timeready&&(t=kp.timeready-kp.timeclose)),dm=hu()||{timestamp:Date.now(),auctionCount:0,fullBids:{}};for(let r=0;r<s.bids.length;r++){const c=s.bids[r],{adUnitCode:d,bidderCode:l,sspWPMRequestId:u,isEmpty:p}=c;"sspWPM"===l&&!p&&(i=d,a=u,Kp.set(i,a)),"criteo"===l&&Po.hasHem&&(c.hem=1),c.auctionCounter=s.auctionCounter,c.auctionCounterPerView=s.auctionCounterPerView,c.auctionStartTime=s.start,o&&c.cpm>0&&n.push(c),lm(c),gm(e,t,s,c)}dm.auctionCount+=1,cm(dm)}var i,a;s.statusDone=!0;const{dynamicDelayTestVersion:c,version:d}=(0,Ht.Uu)();c&&d!==c&&(r=!0),o&&(ko[e](n),delete ko[e]),!Po.PrebidDamTimeout||Po.firstAuctionEnd||r||(Po.firstAuctionEnd=!0,Rp(),clearTimeout(Po.PrebidDamTimeout)),Po.lbvAid&&Po.lbvAid===t.auctionId&&1===Po.registerTimeCounter&&(Po.lbvAid=null)},Zm=(e,t)=>{var s,n;const o=!(null==e||null==(s=e.mediaTypes)||null==(n=s.video)||!n.context),r=Ku.includes(e.adUnitCode);return o&&!r&&(t.adType="outstream"),t},bm=(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 Zm(e,s),s},wm=["slot316","slot317","slot318","slot319"],{teadsOutstreamSlots:ym}=Po,Sm=e=>ym.includes(e),Cm=e=>{let t="unknown";const s=e;return s&&(s.vastUrl||s.vastContent||s.vastXml?t=Ku.includes(s.adUnitCode)?"instream":wm.includes(s.adUnitCode)?"audio":"outstream":s.placementId&&Sm(s.placementId)?t="outstream":s.native?t="native":s.adUrl?t="iframeurl":(s.ad||"sspWPM"===s.bidderCode)&&(t="iframe"),s.adType=t),t},_m={1.1:[[300,250]],1.2:[[300,250]],1.33:[[330,250],[300,225]],1.78:[[445,250],[320,180],[300,250]]};const Im=(e,t)=>{const s=Object.keys(_m),n=!!e&&e.width/e.height;return function(e,t){let s=[300,250];const n=_m[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 Pm(e){let t,s=0;return(L.Z.s(e)?Yu(e):e).forEach((e=>{const n=e[0]*e[1];n>s&&(s=n,t={width:e[0],height:e[1]})})),t}const km=e=>{const t=ju(),{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&&Pm(n.sizes),c=e&&Pm(e);return t&&Pm([t])||s||c}},Em=e=>{const t=e,s=t.adUnitCode,n=Im(t,km(s));t.size;[t.width,t.height]=n,t.size=n.join("x")},Tm=(e,t)=>{const s=t.auctionId||t.requestId,n=om[s];switch(e){case"beforeBidderHttp":Po.biddersRequests+=1;break;case"bidRequested":{const{bids:e,bidderCode:s}=t;e.forEach((e=>{(0,Ge.Z)(`PrebidRequest_${s.toUpperCase()}`),n&&(n.requests+=1,n.bids.push(bm(e,n.auctionStart)))}));break}case"fledgeAuction":{const{fledgeAuctionConfig:e,adUnitCode:s}=t,{config:n}=e;(0,E.Z)(n)&&(Object.assign(e,n),e.config=void 0),(0,Ee.zK)("adtech","PU-227","B")&&Po.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,Ge.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,e[s].bidResponseTimestamp=Date.now()}}}Cm(t),"outstream"===t.adType&&Em(t),e>0&&(!s&&o&&(t.vastContent=o),t.adUnitCodeBid=r,Yp(t),t.ccpm>0&&(!Po.isRetarg&&i.includes("criteo")&&(Po.isRetarg=!0),Po.bidsReceived.push(t),Po.healthStatus.bidsReceived=!!Po.bidsReceived.length));break}case"auctionInit":{const{timestamp:e,auctionId:n,info:o={}}=t,{bidderLimiter:r}=o,i=nm();Po.auctionInProgress=!0,om[s]=Object.assign({start:e,bids:[],auctionCounter:Po.auctionsCount,auctionCounterPerView:Po.auctionsCountPerView,requests:0,responses:0,sold:0,ctype:(0,f.ZF)("ctype"),counted:!1,ongoing:!0,id:s,timetoauction:Po.AUCTION_LAST?e-Po.AUCTION_LAST:null,norodo:!(0,mu.BF)("mr","TP")||void 0},(null==i?void 0:i.name)&&{s2st:i.name},{bidderLimiter:r}),Po.lbvAid&&Po.lbvAid===n&&0===Po.registerTimeCounter&&(Po.registerTimeCounter=1),Po.AUCTION_LAST=e,(0,zo.Z)("PrebidAuctionInit"),Kl();break}case"auctionEnd":vm(s,t);break;case"auctionDone":n.bids&&n.statusDone&&delete n.bids;break;case"bidWon":{const{bidder:e}=t;(0,Ge.Z)(`PrebidCreativeRun_${e.toUpperCase()}`),n&&(n.sold+=1);break}case"adRenderFailed":{const{bidder:e}=t;(0,Ge.Z)(`PrebidCreativeFailed_${e.toUpperCase()}`);break}case"auctionDebug":Du(t)}},Om=(e,t,s)=>{const{pbjs:n}=window,o=em(t),r=Date.now();let i=!1,a=!0,c=!(0,g.y1)("ext_yb");const d={},l={bunch:e,slot:t,creations:[d]};if(!o)return(0,Ge.Z)("PrebidShowNoBid"),!1;const{ad:u,adId:p,adUrl:m,adType:f,APIlocalStorage:h,adUnitCodeBid:A,adUnitCode:v,bidder:Z,height:b,native:w,responseTimestamp:y,requestTimestamp:S,tagid:C,url:_,width:I,vastUrl:P,vastContent:k,vastXml:E}=o,O="testwp"===Z||h,x="sspWPM"===Z;Jp(p,"APIsold");let D=I,$=b;if(["teads"].includes(Z)&&(d.tagId=A||v,d.closeIframe=!0,c=!1,D="100%",$="auto"),i||!P&&!k||(d.type="outstream",d.prebidMode="outstream",d.width=D,d.height=$,d.showLabel=c,d.bid=o,a=!1,i=!0),!i&&w){const e=w;var R;if(d.type="native",d.showLabel=c,d.data={system:"native",text:e.title,url:e.clickUrl,impPixel:e.impressionTrackers,clickPixel:e.clickTrackers,jsTracker:e.javascriptTrackers,advName:e.sponsoredBy,adUnit:v,privacyIcon:e.privacyIcon,privacyLink:e.privacyLink,adId:p,bidCallback(){n.markAdAsWon&&n.markAdAsWon(p)}},!(0,Vs.Z)(d.data.impPixel))d.data.impPixel=null==e||null==(R=e.ortb)?void 0:R.imptrackers;e.image&&(e.image.url?d.data.src=e.image.url:L.Z.s(e.image)&&(d.data.src=e.image)),Tm("bidWon",o),i=!0}if(!i&&x){const{campaign:e,creationSspWPM:t}=o,s=JSON.parse(t),{creations:n,redir:r}=s;Object.assign(l,{campaign:e,creations:n,redir:r,sspWPM:!0}),i=!0}if(!i&&m&&n.embedded&&(d.type="iframe",d.src=m,d.width=D,d.height=$,d.showLabel=c,i=!0),i||(d.type="prebid",d.width=D,d.height=$,d.showLabel=c,O&&(d.type="code",d.code=u),u&&u.includes("wppl_wallpaper.js")&&(d.useAlternativeSlot=!0),d.prebidMode="renderAd",d.adId=p,i=!0),i){const n={type:"show",age:r-y,adtype:f,tts:(0,T.Z)((Date.now()-Po.logStartTime).toFixed(0))};C&&(n.tagid=C),kp&&kp.prevAuctionTS&&(n.tta=(0,T.Z)((Date.now()-S).toFixed(0)));/http:\//i.test(u||_||P||E||k)&&(n.unsecure=1),a&&im({bunch:e,adid:p||void 0,slot:t,params:n,waveaction:"prebidsold",isAsr:s})}return l},Lm=e=>{const t=em(e);if("audio"===t.adType)return t},xm=(e,t,s="")=>{const n=!!e&&(e[s]||e),o=(0,T.Z)(t);let r=!1;return n&&o&&(n[o]?r=n[o]:n.exclude&&n.exclude.includes(o)||(r=n.default)),r},Dm=e=>{const t=(0,Se.g1)("dfpMultipliers"),{dfpMTestVersion:s,version:n}=(0,Ht.Uu)();return xm(t,e,!!s&&`conf${n||"A"}`)||1},$m=e=>{const{fledgeResults:t=[]}=Po,s=(0,T.Z)(e);return(0,Vs.Z)(t)&&t.filter((e=>(0,T.Z)(e.slotNumber)===s)).sort(((e,t)=>t.floor-e.floor))[0]},Rm=(e,t,s)=>({target:e*t,targetModel:s}),jm=e=>{let t;return e.forEach((e=>{(!t||t.target<e.target)&&(t=e)})),t},Nm=e=>{const t=(0,Se.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=nu(s,t),o=ru(n).find((e=>"default"===e.id));if(o){const{slots:t}=o;return t.includes(e)}return!1},Mm=(e,t,s)=>{const n=(0,Se.fS)("useDirectClickMultiplier"),o=(0,Se.fS)("isDirectClickMultiplierAtfOnly"),r=(0,Se.g1)("directClickMultiplier")||1.1;if(n||(0,Ht.wV)("directClickMultiplierTver")){const n=!o||Nm(e);if(cl()&&n){return{target:t*r,targetModel:`${s}m`}}}return{target:t,targetModel:s}},Vm=(e,t,s,n,o,r)=>{const{isRetarg:i}=Po,a=(0,L.Z)(s,"string")?os(s)||0:s||0,c=n||0,d=t||0,l=(0,Se.g1)("dfpMultipliers"),u=xm(l,e)||2,p=[],m={target:a,targetModel:0};p.push(m);if(i&&!c&&!d){const e=Rm(a,1.2,5);p.push(e)}const f=Rm(c,u,2);p.push(f);const g=Rm(d,u,1);if(p.push(g),o&&r){const e=Rm(o,r,6);p.push(e)}let h=jm(p);return h.targetModel>0&&(h=Mm(e,h.target,h.targetModel)),h},Bm=(e=Po.bidsReceived)=>{for(let t=0;t<e.length;t++){const s=e[t],{ccpm:n}=s;void 0===n&&Yp(s)}},Um=(e,t)=>{const{bidsReceived:s}=Po;let n=0;t&&Bm(s);const o=em(e);return o&&o.ccpm&&(n=Math.min(o.ccpm,9999)),n},Fm=e=>em(e),qm=e=>{const t={},s=(0,uo.J1)(),n=Ao(),o=(0,Ee.zK)("adtech","PU-335","B"),r=(0,Vs.Z)(n)&&o;if(s)t.keywords=s.replace(/;/g,",");else{Du({type:"WARNING",arguments:["No keywords available"]})}r&&(t.cat=n,t.pagecat=n,t.sectioncat=n,t.cattax=7),(s||r)&&(e.ortb2=e.ortb2||(0,re.Z)(),e.ortb2.site=t)},zm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],Hm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],Gm=()=>{const e=(0,b.R)();return{rubicon:{singleRequest:!0},userSync:{userIds:[],iframeEnabled:!0,filterSettings:{all:{bidders:"*",filter:"include"}}},bidderOrder:e?Hm:zm,bidderSequence:"fixed",consentManagement:{cmpApi:"iab",timeout:2e3},mobile:e,ortb2:{}}},Wm=()=>{const e=(0,Ht.UQ)(),t=(0,Se.g1)("delay"),s=(0,b.R)()?400:800;let n=(0,pt.qm)("prebidDelay")||s;return"number"==typeof t?n=t:e&&t&&(n=t[e]||n),n},Km=()=>{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)},Jm=()=>{const e=(0,ut.fw)("sda")||[];if((0,Vs.Z)(e)){return[{name:"wp.pl",ext:{segtax:4},segment:e.map((e=>({id:e})))}]}return e},Qm=["bidRequested","bidResponse","bidderDone","auctionInit","auctionEnd","auctionDone","bidWon","adRenderFailed","auctionDebug","beforeBidderHttp","fledgeAuction"],Ym=e=>{Qm.forEach((t=>{e.onEvent(t,(e=>{Tm(t,e)}))}))},Xm=e=>{const t=Ao(),s={ext:{data:{}}},n={bidders:["adform"],config:{ortb2:{site:s}}};(0,Vs.Z)(t)&&(s.ext.data.cat=t,e.setBidderConfig(n))},ef=(e,t)=>{const s={},n={bidders:["allegro"],config:{ortb2:{user:s}}};L.Z.s(t)&&(s.ext={data:{ppid:t}},e.setBidderConfig(n))},tf=()=>{if((0,Wl.Z)()){const e=(0,_.Z)("currency");e?Po.currencyRate=JSON.parse(e):(0,fi.Z)("currency",JSON.stringify(Po.currencyRate))}},sf=e=>{const{seller:t,decisionLogicUrl:s}=$o();e.setBidderConfig&&e.setBidderConfig({bidders:["sspBC","rtbhouse"],config:{fledgeEnabled:!0,fledgeConfig:{seller:t,decisionLogicUrl:s}}})},nf=(e,t)=>{e.userSync.userIds.push({name:"pubProvidedId",params:{eids:[{source:"firstpartyid",uids:[{id:t||"",atype:1,ext:{stype:"ppuid"}}]}]}})},of=e=>{const{currencyRate:t}=Po,s={USD:{PLN:t.USD,EUR:t.USD/t.EUR,CHF:t.USD/t.CHF,GBP:t.USD/t.GBP}},n={PLN:{USD:1/t.USD,EUR:1/t.EUR,CHF:1/t.CHF,GBP:1/t.GBP}};return e?n:s},rf=(e,t,s,n,o)=>{const r=L.Z.o(t),i=Te.G6||Te.hx?.6:1;let a="",c=t;if(r){Object.keys(t).forEach((r=>{c=t[r],c/=o?1:s,a="default"!==r?`${e}|*|${r}`:`${e}|*|*`,c*=i,n[a]=c}))}else c/=o?1:s,a=e.includes("slot")?`${e}|*|*`:"*|*|*",c*=i,n[a]=c},af=(e,t,s)=>{let n=e;const{fpTest:o,version:r}=t,{USD:i}=Po.currencyRate;o&&(n=n[r]||n);const{default:a}=n,c={};return(0,S.Z)(a,((e,t)=>{rf(e,t,i,c,s)})),c},cf=(e,t,s)=>{const n=(0,Ee.zK)("adtech","PRGM-614","B"),o=af(t,s,n),r={currency:{adServerCurrency:n?"PLN":"USD",rates:of(n)}},i={floors:{enforcement:{bidAdjustment:!0,enforceJS:!1},data:{currency:n?"PLN":"USD",modelVersion:n?"PLN Version":"USD Version",schema:{fields:["adUnitCode","mediaType","size"]},values:o}}};return Object.assign(e,r,i),e},df=(e,t)=>{e.ortb2.user={data:t}},lf=e=>{e.userSync.userIds.push({name:"teadsId",params:{pubId:27918}})},uf=e=>{const t=Wm(),s=(0,Se.fS)("usePvFraction"),n=(0,Se.fS)("ppidOn"),o=(0,Ee.zK)("adtech","PRGM-660","B"),r=(0,Se.fS)("fledgeOn"),i=(0,Se.g1)("blockPrebid"),a=(0,Se.g1)("viewConfig"),c=(0,na.G)(),d=i&&Su({blockPrebidConfig:i,viewConfig:a}),l=!!(0,ut.fw)("directOnly"),u=(0,Se.g1)("floorprices","config"),p=(0,E.Z)(u),m=(0,Ee.zK)("adtech","PU-321","B")&&Jm();if(Po.logStartTime=Date.now(),Po.ppid=c,e.bidderSettings=e.bidderSettings||{},Object.assign(e.bidderSettings,{criteo:{storageAllowed:!0}}),Ym(e),tf(),e.setConfig){const t=Gm();r&&sf(e),(n||o)&&nf(t,c);(0,g.y1)("money_money_mobile")&&lf(t),(0,Vs.Z)(m)&&df(t,m);const s=(0,Ht.Uu)();p&&cf(t,u,s),qm(t),e.setConfig(t),L.Z.f(e.setBidderConfig)&&(Xm(e),ef(e,c))}s&&(Po.pvfraction=Km()),Po.disableBLByDiceRoll=_u(10),d||l?Rp():Hp(t)},pf=(e=!1)=>{Po.prebidAPILoadingState=zi(),(0,zo.Z)("PrebidInited"),(0,g.GD)()&&e.libLoaded&&uf(e)},mf=e=>{if(1===(0,f.ZF)("inver"))return!1;const t=e,s={},n=nm(),o=(0,Ht.Uu)();return s.wpsn=(0,g.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,un.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,Ge.Z)("PrebidS2S_TestERR"),s.s2st2=n.name),(0,is.Z)("prebidsold",Object.assign(s,t)),{s2sdata:t,result:s}},ff=e=>{const{urn:t}=e;Po.fledgeResults=Po.fledgeResults.filter((e=>{const{urn:s}=e;return!(s===t)}))},gf=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 hf=s(2264);const Af=e=>{if(e){const t=Po.intentParams,{min:s,mit:n,mmu:o,mpe:r,mno:i,mco:a}=(e.mpe,e),c=gf(e);let d;const l=JSON.stringify((0,hf.Z)({mit:n,min:s,mmu:o}));d=l===Bu||l===Uu?"a":l===Fu?"u":c||l;const u={plI:[Bu,Fu].includes(l)||["rup","rap"].includes(c),plA:[Bu,Uu].includes(l)||["rap","rui"].includes(c),plU:[Fu].includes(l)||["rup"].includes(c),pIn:[Bu,Fu].includes(t)||["rup","rap"].includes(c),pAu:[Bu,Uu].includes(t)||["rap","rui"].includes(c),pUp:[Fu].includes(t)||["rup"].includes(c)},p=e=>{u[e]=u[e]?1:0};return Object.keys(u).forEach(p),Object.assign(u,{plP:d,re:c,mpe:r,mno:i,mco:a}),u}(0,Iu.Z)("Brak intencjonalności playera")},vf=(e,t)=>{const s=Jp(e,"APIsold")||!1,n=s?s.adUnitCode.replace("slot",""):void 0,{APIused:o,auctionId:r,adType:i,bidder:a,cpmpl:c,responseTimestamp:d}=s;if(s&&!s.APIcounted&&o){const o=(0,un.P)(),l=Af(t);im({bunch:o,slot:n,adid:e,intent:l,params:{type:"show",adtype:i,age:Date.now()-d},waveaction:"prebidsold"}),Tm("bidWon",s),"instream"===i?((0,Ge.Z)(`PrebidVideoRun_${a.toUpperCase()}`),(0,Ge.Z)(`PrebidVideoRevenue_${a.toUpperCase()}`,c/100)):"outstream"===i&&((0,Ge.Z)(`PrebidOutstreamRun_${a.toUpperCase()}`),(0,Ge.Z)(`PrebidOutstreamRevenue_${a.toUpperCase()}`,c/100)),r&&om[r]&&(om[r].sold+=1),s.APIcounted=!0}return s},Zf=(e,t)=>{let s=!1;if(t){s=Jp(e,"APIused");const t=s&&s.adType;"instream"===t?(0,Ge.Z)(`PrebidVideoUsed_${s.bidder.toUpperCase()}`):"outstream"===t&&(0,Ge.Z)(`PrebidOutstreamUsed_${s.bidder.toUpperCase()}`)}else if(s=Jp(e,"APIsold"),s&&!s.APIcounted){const t=(0,un.P)(),n=s.adUnitCode.replace("slot","");im({bunch:t,slot:n,adid:e,params:{type:"show",adtype:s.adType,age:Date.now()-s.responseTimestamp},waveaction:"prebidsold"}),s=Jp(s,"APIcounted")}return s},bf=()=>{Po.videoHandlers.forEach((e=>{dd(e)})),Po.videoHandlers=[]},wf=(e,t,s)=>{if(kp.isDynamic=(0,g.y1)("dynamic"),kp.time=s-(kp.timestamp||s)||null,kp.timestamp=s,kp.ctype=e,kp.isDynamic){const s=(0,Se.g1)("viewConfig");if(nu(e,s).auctions&&Po.useLazyBidding){$p();const e=(0,gr.xG)();(0,S.Z)(e,(t=>{Np(t,e[t])}))}else Ep(!1,void 0,t)}},yf=()=>{const{pbjs:e}=window;if(e&&e.getConfig){const t=e.getConfig();qm(t),e.setConfig(t)}};let Sf=!1;const Cf=(e,t)=>{try{const s="onEvent",n=Date.now(),o=(0,Se.fS)("usePvFraction"),r=(0,Se.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":Sf=!0,(0,S.Z)(du,(e=>{lu(e)})),bf(),o&&(Po.pvfraction=Km()),Po.registerTimeCounter=0,Po.firstAuctionStatusLogPvBD=!0,Po.pageLoadTime=Date.now(),Po.baseVideoIntent={autoplay:!1,forceSound:!0},Po.videoAuctionCounter=0,Po.healthStatus={hbConfig:Po.healthStatus.hbConfig,auctionType:Po.healthStatus.auctionType,pvAuctionNames:[]},(0,Ht.wV)("HIGTest")&&(Po.bidsReceived=(e=>{const t=e.filter((e=>"sspWPM"!==e.bidderCode));return Kp.clear(),t})(Po.bidsReceived)),kp.prevCtype=a,kp.timeclose=n,tu.reset(),Po.auctionsCountPerView=-1;break;case"page:view":Sf?(su(r),yf(),kp.timeview=n,zp(a),wf(a,i,n),Sf=!1):(0,Es.Z)({message:`PrebidAPI.${s}`,path:"pageViewBeforePageClose",fileName:a},1e3);break;case"video:ready":kp.timeready=n,(0,zo.Z)("VideoReadyTime");break;case"video:apd":kp.timeApd=n,(0,zo.Z)("VideoApdTime"),(0,pm.Z)("VideoReadyToVideoAPD","VideoReadyTime","VideoApdTime")}}catch(e){(0,de.Z)(e,"onEvent")}},_f=()=>(console.table&&console.table(Po.healthStatus),Po.healthStatus),If=e=>{const t=(0,f.ZF)("ctype"),s=(0,Se.g1)("viewConfig"),n=(0,Se.g1)("blackListConfig"),o=nu(t,s);su(n);return e.filter((e=>{const t=e.slotID.replace("slot",""),s=parseInt(t,10);return!Po.blackList.includes(s)&&!(o.slots&&!o.slots.includes(s))}))},Pf=(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,ut.bh)(e,t).creation}o&&e&&n&&(Object.assign(o,n),o.modsToLoad=o.modsToLoad||[],o.modsToLoad.push(e),Ws(o))};class kf{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 Ef=()=>{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 kf(t,e,s);o.push(r)}))})),o.length?e.table&&e.table(o):e.warn("No prebid responses")}};class Tf{constructor(e,t,s,n,o){this.adunit=e,this.adId=t,this.bidder=s,this.time=n,this.cpm=o}}const Of=(e=window.pbjs)=>{const t="showAllWinningBids",{console:s}=window,n=[];if(e&&L.Z.f(e.getHighestCpmBids)){(e.getHighestCpmBids()||[]).forEach((e=>{const t=new Tf(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},Lf=e=>{const t=parseInt(e,10),s=Zi();Array.isArray(s)&&s.length>0&&tu.add(s);const{blackList:n}=Po;if(0!==n.length)return Po.auctionSlots.includes(t)&&n.includes(t)?0:!Po.auctionSlots.includes(t)&&n.includes(t)?1:void 0},xf=[316,317],Df=(e,t,s)=>{const n=s?[s]:xf,o=t||`fA-${(0,ft.Nu)()}`;Up({slots:n},e,o)},$f=(e,t)=>{const s=`fA-${(0,ft.Nu)()}`;Up({slots:e},t,s)},Rf=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:d}=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>'),d||(t.ad&&(d=[300,250]),(t.vast||t.vastUrl)&&(d=[640,360]),t.native&&(d=[1,1])),Number.isNaN(c)||(c=c.toString());let l={adId:n||`testwp${Math.floor(1e10*Math.random())}`,bidder:o||"testwp",bidderCode:o||"testwp",adUnitCode:`slot${c}`,cpm:parseFloat(r)||99,width:d[0],height:d[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 l=Yp(l),Po.bidsReceived.push(l),a&&t.reload&&sl(a,c),l},jf={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"},Nf=e=>{let t=!1;const s=e||"";return Object.keys(jf).some((e=>s.indexOf(jf[e])>0&&(t=e,!0))),t},Mf=(e,t)=>{const s=e.log||{},n=Nf(s.url);n&&(0,Ge.Z)(`PrebidAjax${t.substr(0,1).toUpperCase()}${t.substr(1)}_${n.toUpperCase()}`)},Vf="PrebidAPI",Bf=()=>{const{console:e}=window,{bidderLimiterTver:t,version:s}=(0,Ht.Uu)(),n=(0,Se.fS)("forceBidderLimiter"),o={init:pf,afterBunch:Jl,updateCurrency:Kl,onPrebidLoad:uf,slotIsLimited:Lf,startAudioAuction:Df,startDisplayAuction:$f,getComponentAuctionConfig:qo,getSlotCPM:Um,getHighestBid:em,getFledgeDam:Hl,getFledgeResult:$m,getFledgeStatus:_o,getFloorPrice:ep,getGAMTarget:Vm,getDFPMultiplier:Dm,getPvFraction:()=>Po.pvfraction,getPPID:()=>Po.ppid,generateFledge:Wp,generateInline:Om,logS2S:mf,runFledgeAuction:Ip,runMod:Pf,restrictAndLimitSlots:If,startVideoAuction:Fp,markFledgeUsed:ff,markUsed:Zf,markSold:vf,getVideoBid:Fm,getAudioBid:Lm,prebidDam:je.Z},r={testBid:Rf,applyConfig:Hp,getState:()=>(0,Iu.Z)("getState call"),clearBids:Gp,logPrebid:im,setBidFlag:Jp,xhrLogger:Mf,healthCheck:_f,getPrebidConfig:Ro.K,_ver:"2.4.981",_buildDate:"2024-01-29 15:12:49",_bidsReceived:Po.bidsReceived,_auctions:om,_bidderLimiterStore:hu(),bidderLimiterActive:n||t&&t===s,emptyLimits:Po.emptyLimits};(0,ct.qL)("prebid",Object.freeze(o),(0,lt.Vq)()),window.__prebiddebug__=Object.freeze(r),(0,Oe.Z)(Vf,!0),(0,pm.Z)("PrebidChunkInited","PrebidChunk","PrebidInited"),(0,it.Hj)("page:close",Cf),(0,it.Hj)("page:view",Cf),(0,it.Hj)("video:ready",Cf),(0,it.Hj)("video:apd",Cf);try{const t=window.__wpjsdebug__;if(t){const s=t.additionalActions||[];s.push({name:"Show all bids over floor",action:()=>{e.table&&e.table(Po.bidsReceived.filter((e=>!e.floorhit)))}},{name:"Show all bids",action:Ef},{name:"Show all winning bids",action:Of}),t.additionalActions=s}}catch(e){e.name="ProgrammaticError",(0,de.Z)(e,Vf)}},Uf="Prebid",Ff=e=>{const t={que:[]},s=e=>{(0,Oe.Z)(Uf,!1),L.Z.o(e)&&(e.name="ProgrammaticError",(0,de.Z)(e,Uf)),Ml.error=!0,je.Z.open()};try{delete window._pbjsGlobals,delete window.pbjs,delete window.pbjsChunk,window.pbjs=t}catch(e){(0,we.o)("pbjs",void 0,!0),s(e)}const n=()=>{(0,Bo.Rn)()||(0,Ge.Z)(`${Uf}NoStatidOnInit`),t.que.push((()=>{(0,Bo.Rn)()||(0,Ge.Z)(`${Uf}NoStatidOnPbjs`);const e=(0,ct.ac)("prebid");if(null!=e&&e.init)try{e.init(t),Re.Z.open()}catch(e){s(e)}else{(0,we.o)("prebidAPI",void 0,!0);const e=new Error("PrebidAPI missing after load");s(e)}}))};Vl()?(je.Z.close(),Fi("load"),Bf(),(0,zo.Z)(`${Uf}Load`),(0,js.Z)(`${Uf}LoadTiming`,`${Uf}Load`,`${Uf}Loaded`),Fi("loaded"),fe.Z.fill((()=>{L.Z.f(e)?e(n):n()})),Fl(),Bl((0,hd.VP)())):je.Z.open()},qf=()=>{Ff(!He.gafParallel&&He.gafFirst&&Md)},zf=(0,pt.qm)("optOut"),Hf=(e,t,s)=>{const{config:n,gafSlot:o}=s;if(zf&&Object.assign(t,{privacyIcon:"https://i.wp.pl/a/i/stg/pkf/bg.png",privacyLink:"https://reklama.wp.pl",advName:"1"!==zf?zf:"Testowy Advertiser"}),n){const{advName:s,privacyIcon:a,privacyLink:c}=t;var r,i;if(c||a||s)(0,Es.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},1e3);(e=>{e&&"A"===e.tagName&&((0,es.Z)("Teaser link (A tag) must be wrapped by a container (non A tag) or 'onRenderCallback' returns wrong element (not container)."),(0,ot.Cj)(e,(0,ot.cu)("optout",{position:"relative"})),(0,ot.Vx)())})(e)}};var Gf=s(9544);const Wf=(e,t)=>{if((0,Qt.Z)(e)&&L.Z.f(t)){const s=e+(0,ft.Nu)();return window[s]=(...n)=>{try{t.apply(window,n),delete window[s]}catch(t){t.campaign=e,(0,de.Z)(t,"globalCallback")}},s}},Kf=({creation:e,imaData:t,onAfterRender:s})=>t=>{if(!e.onRenderCallbackDone){if(e.onRenderCallbackDone=!0,e.pvid!==(0,lt.Vq)())return void e.onError("render on incorrect PVID");if(t){const n=t.el;if((0,Fn.Z)(n)){const t=n.getAttribute("href")?n:n.querySelector("a"),o=In(t);if((0,gt.r)(n),(0,gt.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")}},Jf=(e,t,s,n,o)=>{const r=(0,pn.F)(o,"setNative"),i=Kf({creation:t,imaData:e,onAfterRender:s});if(t.pvid===(0,lt.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")},Qf="ContentStreamRC",Yf=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,es.Z)(`Ad started, but viewability measurement did not start in 5s for slot ${t}.`,"error")}}}),5e3)},Xf=(e,t)=>{const s=/%native_dom_id%/g;return e.map((e=>e.replace(s,t)))},eg={contentstream:({onRequestError:e,onDestroyedError:t,onDataError:s,bunchID:n,slotNumber:o,creation:r,imaData:i,hash:a})=>{const c=(0,ma.Z)(160,[1,2,3,4,5]),{gafSlot:d,config:l,rebuild:{container:u}}=r,{dataset:p}=u,m=Wf(Qf,(e=>{if(r.destroyed)return void t();let a;try{const{ads:[t]}=e;t&&(i.src=t.images[0].url,i.url=(0,mt.mess)((0,tr.Z)(r.redir,t.clickUrl)),i.text=t.title,a=!0)}catch(e){s()}if(a){Jf(i,r,(e=>{r.destroyed?t():Hf(e,i,r)}),n,o)}else(0,Gf.Z)(n,o,d,!0,!0)})),f=Wf(Qf,(()=>{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"),l.addDestroyHandler((()=>{delete p.nsType,delete p.nsHash,delete p.nsService,delete p.nsSuccess,delete p.nsError,u.classList.remove("kd_ns_placement")})),c?(0,Ds.Z)({src:"//emisja.contentstream.pl/aldente/kd_process_function.js?TYPE=customPlacement",target:u,onError(){e()}}):(0,Gf.Z)(n,o,d,!0,!0)},native:({onDestroyedError:e,bunchID:t,slotNumber:s,creation:n,imaData:o,data:r})=>{o.src=(0,mt.mess)(r.src),o.url=(0,mt.mess)((0,tr.Z)(n.redir,r.url))||n.redirUrl,o.text=r.text,o.advName=r.advName,o.privacyIcon=r.privacyIcon,o.privacyLink=r.privacyLink;Jf(o,n,(t=>{if(n.destroyed)return void e();const{adUnit:s,jsTracker:i,bidCallback:a,clickPixel:c,impPixel:d}=r;if((0,Ns.Z)(d),t){if(null!=i&&i.length){const e=Xf((0,$s.Z)(i),s),n=(0,St.Z)({id:s,width:0,height:0},{display:"block"});n.appendTo(t),n.write(e.join(""))}L.Z.f(a)&&a(),c&&t.addEventListener("click",(()=>{(0,Ns.Z)(c)}),!1)}Hf(t,o,n)}),t,s)}},tg=e=>{const{data:t,config:s,gafSlot:n,type:o,labelText:r,showLabel:i}=e,{system:a,hash:c,prefix:d}=t,l=(0,T.Z)(s.bunch),u=(0,T.Z)(s.slot),p=eg[a],m=(e,t)=>{const s=e+(null!=t&&t.message?`: ${t.message}`:""),r=Gs({name:"NativeAPIError"},s,a,o);Zs(l,u,r,n)};if(p){(0,Ge.Z)(`NativeSystem${a.toUpperCase()}`);const s={type:"teaser",system:a,labelText:r||At.Z,hideLabel:!i,prefix:d},o={onRequestError:()=>{m("request error")},onDestroyedError:()=>{m("destroyed error")},onDataError:()=>{m("data error")},bunchID:l,slotNumber:u,creation:e,imaData:s,data:t,hash:c};e.imaData=s,e.onError=m,Yf(n),p(o)}else m("missing system")},sg=(0,T.Z)((0,pt.qm)("interstitial")),ng=(0,T.Z)((0,pt.qm)("anchorad")),og=(0,pt.qm)("nativegam"),rg=(e,t)=>{og&&(t.isNative=!0),sg&&(t.isInterstitial=e===sg),ng&&(t.isAnchor=e===ng);const{isNative:s,isAnchor:n,isInterstitial:o}=t;(o||n)&&(t.targeting.DFPHASH="0");return{type:s?nt.Hu:nt.oq,showLabel:!(n||o||s),dfpConfig:t}},ig=e=>{const t=(e=>{const t=(0,ut.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},ag=(e,t)=>1.2*Math.max(e,t)/100,cg=(e,t,s)=>{const{isActive:n,mexExcludedSlots:o,mexRate:r}=Jn();if(!n)return t;if(o.includes(e))return t;if(os(t.DFPHASH)>r)return t;const i=Object.assign({},t,{DFPHASH:ns(r),OAS_retarg:t.OAS_retarg?`${t.OAS_retarg}x`:"0x"});return s.isMex=!0,i},dg=(e,t)=>{const{version:s,noDfpaTestOverride:n,testName:o}=t,r=/test/.test(e);if(!s||n||r)return e;const i=(0,Se.g1)("resetTestAdk"),a=i&&i.includes(s);return`${e}-test${s}${o&&a?`-${o}`:""}`},lg=(e,t,s)=>{const{slotsStartTime:n}=Nt,o=(e=>(0,E.Z)(Mt[e]))(e);if(!o){var r;const{blackBoxData:o}=window,i=(null==o||null==(r=o.payload)?void 0:r.ssid)||(0,ft.Nu)(8,!0),a={slN:e,cnt:null==t?void 0:t.country,hSd:s,ssid:i};Ut(e,a),[1,3].includes(e)&&(n[e]=n[e]||Date.now())}return Vt(e)};var ug=s(421),pg=s(3567);const mg=(e,t,s,n)=>{if(s.delivered){s.prevDivs=(0,ug.c)(t,n),(0,ug.M)(t,s),s.run=1,(0,Ge.Z)("GafAPICreativeRun"),(0,pg.Z)(t,"GafAPIRunBidded");try{const e=$(s);L.Z.f(e)?e():ui(e,s)}catch(n){Zs(e,t,Gs(n,!1,D),s)}}else s.vendor=ps.vC,As(e,t,s)},fg=(e,t)=>{vs("requestID",e,t)},gg=(e,t,s,n,o,r)=>{let i;o||(i=s?n?ps.vU:t?ps.a8:ps.Tc:ps.B6,r&&(i=ps.OS),(0,Ge.Z)(`GAMConfigStatus${i}`),vs("dfpCfgStat",e,i))},{competitionData:hg,debugGAF:Ag}=Et.blackBoxInnerFrameData,vg=(e,t,s)=>{if("high-cpm-bidder"!==e)return;let n;const o=(0,Ee.bB)("adtech","PRG-3468");if(rs(e,t,o,"B",199)&&(n=2),n){if(!s)return{testHigMultiplier:n};(e=>{Object.assign(hg,{sbMultiplier:e,isSbOver2:!0}),Ag.sb2=1})(n)}},Zg=(e,t)=>{const s=Vt(e);return s&&Object.assign(s,t),s},bg=(e,t)=>Zg(e,{amzn_bid:t}),wg=(e,t,s)=>{var n;return Zg(e,{gaf_cpm:t.roshash,gaf_directOnly:(0,I.Z)("directOnly",s),gaf_model:(0,I.Z)("model",s),gaf_system:t.provider,gaf_external:(0,wt.Z)(null==(n=t.source)?void 0:n.external)})},yg=(e,t,s,n)=>Zg(e,{dfp_adU:t.placement,dfp_cpm:t.roshash,dfp_dfpH:(null==s?void 0:s.DFPHASH)||void 0,dfp_psbk:n}),Sg=(e,t,s,n,o)=>{const r=Vt(e),i={prbd_ccpm:t.ccpm,prbd_cpm:t.cpm,prbd_cpmpl:t.cpmpl,prbd_fp:s,prbd_an:t.auctionCounter,prbd_platform:Au(t),prbd_dl:n};return 1===o&&i.prbd_ccpm>r.prbd_ccpm&&(i.prbd_prbdUpd="1"),Zg(e,i),r},Cg=e=>{const{campaign:t,lazy:s}=e,n={campaign:t,lazy:s};R(n,$(e)),e.direct=n,j(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0},_g=e=>{const t=e.DFPHASH,s=os(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=ns(o);return e.DFPHASHV=r,e};var Ig=s(622);const Pg=(e,t,s)=>!!(0,gr.ni)(t)||((0,Ig.Z)(e,t,s),!1),kg=(0,Un.Z)(),Eg=async(e,t,s)=>{const n=(0,Ht.Uu)(),o="DFPHASH",r=n.agentGAM,i=(0,E.Z)((0,ut.cT)("dfp")),a=(0,Ps.XG)()===mr.CG,c=(0,Ht.wV)("agentGAM")||(0,Se.fS)("enableGAMAgent")||a;if(!Pg(e,t,s))return;let d,l;s.delivered&&(0,pi.nB)()&&(0,pi.Ai)();let u=!1;const p=(0,ut.fw)("geo"),m=(0,ut.fw)("rshsd"),{campaign:f,dfpConfig:g,passed:h,bidRequestId:A,isAsr:v}=s,Z=!!kg||!v,b=!(0,me.YE)()&&!!f&&Z;let w,y,S,C,_,P,k,T,O,x=De();if(lg(t,p,m),v&&vs("asr",t,1),h||fg(t,A),b){const{sellingModel:e,creative:s}=f;if(s){wg(t,s,e);const{source:n={},provider:o}=s,{external:r,bidder:i}=n;w=os(s.roshash,m)||0,r?k=w:"ma_high-cpm-bidder"===o&&(T=w,({testHigMultiplier:O}=vg(i,T)||{})),(0,I.Z)("directOnly",e)&&(s.roshash="ZZZZ",x=!0),P=s.roshash}}const{isAllowed:D,isBlocked:$}=Dl(),j=(0,E.Z)(g),N=D&&!$&&j&&!x,{isLoaded:M}=eo;let V,B,U,F,q;const z=(0,ct.ac)("prebid"),H=!Ml.error&&(!Ml.timedOut||Ml.loaded),G=!x&&z&&H&&!(0,me.U6)(),W=(0,go.Z)()&&(0,Se.fS)("fledgeOn");let K;if(gg(t,$,j,!D,h,x),G&&({highestBidCPM:B,highestBid:V,highestBidBidder:U,highestBidHash:F}=((e,t,s,n)=>{const o=t.getSlotCPM(e,!0),r=t.getHighestBid(e),i=null==r?void 0:r.bidder,a=o&&ns(o,n),c=t.getFloorPrice(`slot${e}`,r),d=(r.deal||r.dealId)&&1;return Sg(e,r,c,d,s),{highestBidCPM:o,highestBid:r,highestBidBidder:i,highestBidHash:a}})(t,z,h,m)),N){var J,Q;if(y=g.targeting,S=g.roshash,g.div=dg(g.div,n),M){const e=(e=>to.find((t=>t.slotID===`slot${e}`&&!t.used)))(t);if(e){const{amzniid:s,amznbid:n}=e;bg(t,n),Object.assign(y,e),(e=>{const t=to.find((t=>t.amzniid===e));t&&(t.used=!0)})(s)}}const e=y[o]&&os(y[o]);let s;G&&(C=z.getGAMTarget(t,B,e,k,T,O));if((!C||0===(null==(J=C)?void 0:J.targetModel))&&((r||a)&&(y.baseBDCPM=i?"1":"2"),c)){const n=ig(t);if(n){const{multiplier:t,multiplierIndex:o,epoch:r}=n,i=`${o}`;C={target:e*t,targetModel:a?8:7},y.bd_mn=i,y.epoch=`${r}`,s=!0}}(null==(Q=C)?void 0:Q.targetModel)>0&&(y.OAS_retarg=`${C.targetModel||0}`,_=ns(C.target,m));const u=ns(0,m);_&&_>(s?P||u:S)?(q=10*Math.ceil(C.target/10),q>=100*g.ceil?(B&&F>P&&(d=!0),vs("dfpCfgStat",t,ps.ZJ)):(y[o]=ns(q),l=!0)):(s&&(y.OAS_retarg=a?"8a":"7a"),l=!0)}else b?B&&F>P&&(d=!0):B&&(d=!0);W&&(K=ag(w,B));const Y=(e=>{const t=vp.get(e);if(t)return s=>{t&&(t.resolve(s),vp.delete(e))}})(t);if(L.Z.f(Y)){Y(No(t,K))}const X=Hl(t);if(X){const e=(0,aa.tR)(),s=(0,zo.Z)(`beforeFledgeDam_${t}_${e}`).name;await X;const n=(0,zo.Z)(`afterFledgeDam_${t}_${e}`).name,o=(0,Ee.bB)("adtech","PU-227");(0,pm.Z)(`fledgeDam_${o}_${t}_${e}`,s,n)}const ee=G&&z.getFledgeResult(t);if((null==ee?void 0:ee.priority)||!l&&ee){s.campaign=Vi("FledgeCampaign","fledge",!1,"fledge-creative",ns(K,m),"fledge");const n=z.generateFledge(e,t,ee);R(s,(()=>{ui(n,s)})),s.vendor=ps.LY,u=!0,z.markFledgeUsed(ee)}else if(d){b&&Cg(s);const n=z.generateInline(e,t,v);n.sspWPM?(s.campaign=(0,_t.Z)(n.campaign),n.campaign=void 0):s.campaign=Vi("PrebidCampaign","prebid",!1,V.creativeId,F,Au(V));const o=(0,_t.Z)(n);R(s,(()=>{ui(o,s)})),s.vendor=ps.qj,u=!0}else if(l){yg(t,g,y,h),Object.assign(y,cg(t,y,s)),y=_g(y),b&&Cg(s),s.fledgeFloorPrice=K,s.campaign=Vi("GAM","GAM",!1,g.placement.replace(/^(\/\d+\/)/,""),S,"GAM");const n={bunch:e,slot:t,creations:[rg(t,g)]};R(s,(()=>{ui(n,s)})),u=!0}else if(b){const{id:e}=f,t="CriteoDirect"===e;s.vendor=t?ps.b9:ps.$M,u=!0}var te;(0,Ht.wV)("HIGTest")&&vs("sspWPMRequestId",t,null==(te=V)?void 0:te.sspWPMRequestId);s.delivered=(0,wt.Z)(u);mg(e,t,s,l)};var Tg=s(9982);const Og=e=>{s.e(831).then(s.bind(s,49)).then((({default:t})=>{t(e)})).catch((e=>{(0,de.Z)(e,"WelcomeScreen")}))};var Lg=s(4190);const xg=()=>{(0,Yc.ZP)(),(0,Ai.ZP)(),sc(),wc(),ka(),ll(),(0,Lg.Z)("GafAPI",Gi,n,Eg,Tg.Z,qf,tg),(0,Lg.Z)("GafSPA",Qi),le(),ae("welcomeScreen",Og),Ze(),Qc(),hc(),jl()}},4869:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Sa});var n={};s.r(n),s.d(n,{cancel:()=>we,restore:()=>ye});var o={};s.r(o),s.d(o,{canDetect:()=>Dn.bp,dam:()=>$n.Z,getResult:()=>Dn.Sg,sendDot:()=>Dn.v5});var r={};s.r(r),s.d(r,{adtech:()=>pe.Zd,analytics:()=>pe.co,application:()=>pe.wU,distributeByRange:()=>Ue,distributeEvenly:()=>He,distributeRandomly:()=>Ge,getAll:()=>pe.go});var i={};s.r(i),s.d(i,{erase:()=>I.Z,eraseGlobally:()=>Es.Z,expire:()=>bi.Z,get:()=>re.Z,getAll:()=>mn.Z,hasSupport:()=>wi.Z,noexpire:()=>yi.Z,set:()=>k.Z,setGlobally:()=>Le.Z});var a={};s.r(a),s.d(a,{get:()=>xi,remove:()=>Di,set:()=>Li});var c={};s.r(c),s.d(c,{getResults:()=>$i,mess:()=>un.mess,sealed:()=>y.VP,unmess:()=>un.unmess});var d={};s.r(d),s.d(d,{getBunchID:()=>Do.P,getDotParams:()=>En.ZF,getSN:()=>Ee.W_,hasSN:()=>Ee.GD,isABC:()=>N.TH,isMobile:()=>ne.R,isMoney:()=>N.c3,isO2:()=>N.LM,isPAKO:()=>N.QT,isParenting:()=>N.Zo,isPoczta:()=>N.V8,isPudelek:()=>N.YG,isRobot:()=>N.l6,isSF:()=>N.Qt,isSG:()=>N.KD,isWebmail:()=>N.X2,testSN:()=>Ee.y1});var l={};s.r(l),s.d(l,{check:()=>Yt.BF,checkVendorPermissions:()=>Ri.Z,get:()=>Yt.U2,getConsentString:()=>Qt.do,getHoldingState:()=>Yt.uB,isLegacyTCF:()=>ji,replaceConsentTags:()=>Ni.Z,runAfterConsent:()=>Mi,showConsentForm:()=>fs});var u={};s.r(u),s.d(u,{active:()=>Is._x,count:()=>Ui.Z,getEntriesByName:()=>Vi.bE,getEntriesByType:()=>Vi.Cr,mark:()=>_s.Z,measure:()=>Fi.Z,now:()=>Vi.zO,registerMark:()=>Bi.$T,registerMeasure:()=>Bi.OK,wrapMeasure:()=>F.Z});var p={};s.r(p),s.d(p,{click:()=>Ir,dot:()=>zo,generateDot:()=>qo,generateShow:()=>lr.V,getContentPlatform:()=>Se.Hl,getDotParams:()=>En.ZF,getPageViewID:()=>Ro.Vq,getReferrer:()=>tn.a,getWasReloaded:()=>it.r,media:()=>qi,setDarkMode:()=>Ln,show:()=>lr.Z,wave:()=>de.Z});var m={};s.r(m),s.d(m,{get:()=>_.Z,getAll:()=>zi.Z,hasSupport:()=>Hi.Z,remove:()=>P.Z,set:()=>E.Z});var f={};s.r(f),s.d(f,{get:()=>Gi,remove:()=>Ki,set:()=>Wi});var g={};s.r(g),s.d(g,{deprecated:()=>bt.Z,error:()=>Ji.vU,flag:()=>C.Z,info:()=>Ji.um,init:()=>Ji.S1,issue:()=>Me.Z,loadConsole:()=>Qi.q,log:()=>Ji.cM,setStyle:()=>Ji.A_,warn:()=>Ji.ZK});var h={};s.r(h),s.d(h,{addAnimation:()=>wt.El,addStyle:()=>wt.cu,pin:()=>wt.Cj,removeStyle:()=>wt.jo,resetStore:()=>Xi.i,setStore:()=>Xi.P,togglePin:()=>wt.aB,unpin:()=>wt.ef,update:()=>wt.Vx});var A={};s.r(A),s.d(A,{disconnect:()=>ea.Z,observe:()=>ta.Z,replaceNode:()=>sa.Z});var v={};s.r(v),s.d(v,{closePage:()=>ba,customAction:()=>va,registerBox:()=>Rs.mk,registerContainer:()=>Rs.H7,updateBox:()=>Rs.uQ,viewPage:()=>Za});var Z={};s.r(Z),s.d(Z,{closePage:()=>wa,init:()=>nr,refreshPage:()=>Po,viewPage:()=>Po});var b=s(7952),w=s(2927),y=s(5131),S=s(846),C=s(1530),_=s(7508),I=s(4464),P=s(5865),k=s(5330),E=s(4634),T=s(6205);const O="PWA_adbd",L="WPadbd",x=e=>{(0,y.R9)(e),(0,C.Z)("Ad blocking",(0,y.VP)()),S.Z.fill((()=>{if((0,_.Z)(w.$$)){const t=(0,_.Z)(L);e!==(0,T.Z)(t)&&(0,E.Z)(w.$$,Date.now())}else{const e=new Date(2022,9,23);(0,E.Z)(w.$$,e.getTime())}(0,E.Z)(L,e),(0,k.Z)(O,e),e&&(0,I.Z)(w.tn)}))};var D=s(1489),$=s(6025),R=s(703),j=s(6452),N=s(1770),M=s(2395),V=s(5394);const B=(0,s(1386).Z)("Crux"),U=(e,t=0)=>{const s=e.bind(window),n=t+50*Math.random()+1;return setTimeout((()=>s()),n)};var F=s(4190);const q="ABDetector";let z,H,G,W=!1,K=!1;const J=[],Q=new Set,Y=new Set,X=()=>{K||((()=>{const[e,t]=J;(0,$.q)()||(!(N.hx&&Q.size>3)||e&&e[2]||t&&t[2]||(0,j.j)(!0),Q.size&&(W=!0)),W&&!(0,$.q)()&&(0,$.D)(D.TB)})(),z(W),K=!0)},ee=()=>{clearTimeout(G),G=U(X,300)},te=(e,t,s)=>{s&&B.open(),B.fill((()=>{K?Y.add(e):(Q.add(e),t&&(W=!0,(0,$.D)(t),H(W),ee()))}))},se=(e,t)=>{(0,F.Z)(q,(()=>{const n=(0,R.qm)("forceDetection");(0,M.l)(te),z=t,H=e,B.open(),n&&te("test");const o=e=>{const[t,s,,n]=e;J.push(e),s&&!W&&(W=s,n&&(0,$.D)(n)),W&&H(W)};s.e(124).then(s.bind(s,1407)).then((({default:e})=>{e(o,ee)})).catch((e=>{(0,V.Z)(e,q)}))}))};var ne=s(8727),oe=s(5620),re=s(4596),ie=s(528),ae=s(3205),ce=s(2014),de=s(6598);let le;const ue=e=>{le=new Promise((e=>{if((0,oe.s4)()||ie.Z)(0,y.R9)(y.Cl),(0,I.Z)(O),(0,P.Z)(L);else if((0,ne.R)())x(y.Cl);else{const t=(0,T.Z)((0,_.Z)(L)||(0,re.Z)(O))||y.Cl;x(t);const s=e=>{e&&x(y.WS)},n=t=>{x(t?y.WS:y.Cl),S.Z.fill((()=>{var t,s;e((0,y.VP)()&&!(0,j.B)()),(0,de.Z)("atfd_abd",{slot:(0,ce.Z)((0,y.VP)()),slotMode:(0,ce.Z)((0,j.B)()),vendor:(0,$.q)(),vendorCampaign:[...Q].join(),vendorCreative:[...Y].join(),type:null==(t=J[0])?void 0:t[2],mode:null==(s=J[1])?void 0:s[2]})}))};(()=>{se(s,n)})()}})),ae.Z.f(e)&&e()};var pe=s(9853),me=s(9460);const fe="WParld";var ge=s(3495);const he="Autoreload";let Ae;const ve=(0,T.Z)((0,R.qm)("refreshTime"))||300,Ze=()=>{Ae=Date.now()},be=()=>{if(Ae+1e3*ve<Date.now()){const e=e=>(null==e.isPlaying?void 0:e.isPlaying())&&e.getVolume&&e.getVolume()>0;0===(0,ge.Z)().filter(e).length?((0,E.Z)(fe,1),window.scrollTo(0,0),window.location.reload()):Ze()}else Ze()},we=()=>{(0,C.Z)(he,!1),(0,me.vS)("_visible",be)},ye=()=>{(0,C.Z)(he,!0),(0,me.vv)(be)};var Se=s(2978),Ce=s(1384),_e=s(1774),Ie=s(2756);const Pe=(0,T.Z)((0,R.qm)("refreshTime")),ke=()=>{!Pe&&((0,R.qm)("noRefresh")||_e.default.mode||(0,_.Z)("noRefresh"))?we():S.Z.fill((()=>{const e=[Se.o2,Se.G$,Se.O0,Se.Xp,Se.Ik];(0,Se.aD)(e)&&(Ze(),(0,me.hT)(Ze),ye())})),(0,Ce.qL)("autoreload",(0,Ie.Z)(n))};var Ee=s(4841),Te=s(4462);const Oe=e=>null!==e&&(e!=e||+e!=e);var Le=s(9062);const xe="WPabs",De=16777215;let $e;const Re=()=>parseInt($e,16);var je=s(1133),Ne=s(7550),Me=s(9349),Ve=s(2443);const Be=(e,t)=>{e&&(0,Ve.Z)("wp_abtest_programmatic",t)},Ue=(e,t,s,n,o)=>{var r,i;if((!(0,Ne.Z)(n)||(0,Ee.y1)(n))&&(0,je.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,Me.Z)("Incorrect thresholds given in 'distributeByRange'.","error"),n.push(1);const a=Re()/De,c=n.length;for(let e=0;e<c;e+=1){if(a<=n[e]){const n=String.fromCharCode(65+e);return(0,pe.jO)(t,s,n),void Be(o,s)}}}};var Fe=s(7379),qe=s(46);const ze=(0,Fe.Z)(),He=(e,t,s,n,o)=>{if((0,Ne.Z)(n)&&!(0,Ee.y1)(n))return;const r=((e,t,s,n)=>{if((!(0,Ne.Z)(n)||(0,Ee.y1)(n))&&(0,qe.Z)(e)){const t=Re(),s=ze[e]||0,n=Math.floor(t/e**s)%e,o=String.fromCharCode(65+n);return ze[e]=s+1,o}})(e,0,0,n);r&&((0,pe.jO)(t,s,r),Be(o,s))},Ge=(e,t,s,n,o)=>{if((!(0,Ne.Z)(n)||(0,Ee.y1)(n))&&(0,qe.Z)(e)){const n=(0,Te.$6)(e),r=String.fromCharCode(65+n);(0,pe.bB)(t,s)||(0,pe.jO)(t,s,r),Be(o,s)}};var We=s(2617);const Ke=(e,t,s=!1)=>(0,qe.Z)(t)?s?e<t:e>=t:!t&&!Oe(t)||((0,Me.Z)(`Given date ${t} has incorrect format.`,"error"),!1),Je=(e,t,s)=>{const n=Ke(e,t),o=Ke(e,s,!0);return n&&o},Qe=(e,t,s)=>{const n=!!e&&Date.parse(e),o=!!t&&Date.parse(t),r=Date.now();if(Je(r,n,o))return ae.Z.f(s)&&s(),!0};var Ye=s(369),Xe=s(9386),et=s(8393);const tt=(e,t)=>{et.default.get("WPnxrfab",(({value:s})=>{const n=(e=>{let t;try{t=JSON.parse(e)}catch(e){}return(0,Xe.Z)(t)||(t={}),t})(s);ae.Z.f(t)&&t(n,e);const o=(e=>{let t;try{t=JSON.stringify(e)}catch(e){}return(0,Ne.Z)(t)||(t="{}"),t})(n);et.default.set("WPnxrfab",o)}))},st=()=>{const{hostname:e,pathname:t}=window.location;tt(e+t,((e,t)=>{const s=Math.round(Date.now()/6e4);(0,Ye.Z)(e,((t,n)=>{s-n.ts>5&&delete e[t]}));const n=(0,pe.KF)();n?e[t]={abtest:n,ts:s}:delete e[t]}))},nt=()=>{(()=>{const e=parseFloat((0,R.qm)("forceSeed"));Oe(e)||($e=Math.floor(e*De).toString(16),(0,Le.Z)(xe,$e)),$e||($e=(0,re.Z)(xe),$e||($e=(0,Te.Nu)(6,!0),(0,Le.Z)(xe,$e)))})(),(0,Ee.y1)("^wakacjepl")||(Ge(2,"adtech","PU-335"),Ge(2,"adtech","PRGM-614","o2_o2_pl"),Ge(2,"adtech","PU-321"),He(2,"adtech","PRGM-660"),(0,We.Z)()&&He(2,"adtech","PU-227","^tech"),Ue([.25],"adtech","PRG-3468"),Ue([.47,.94,.97],"adtech","PRPP-13880","^poczta_nh|^o2_poczta_o2_pl_nh",!0),Qe("2024-01-24","2024-02-08",(()=>{Ue([.25,.5,.75],"adtech","TCF2-46")})));const e=(0,R.qm)("forceTest");if(e){const t=(0,R.qm)("forceVariant")||"A",s=(0,R.qm)("forceAuthority")||"adtech";(0,pe.jO)(s,e,t)}st()};var ot=s(3769),rt=s(2863),it=s(1501),at=s(8994),ct=s(9627);const dt=e=>{const{stName:t,stAuthority:s}=e;let n=!1;if((0,ct.Z)(e)&&(0,Ne.Z)(t)&&(0,Ne.Z)(s)){const o=(0,pe.bB)(s,t);(0,Ne.Z)(o)&&(e.stVersion=o,(0,at.ie)("stVersion",o),n=!0)}return n},lt=e=>{if((0,ct.Z)(e)){const{version:t,mct:s}=e;(0,at.ie)("tVersion",t),null!=s&&s[t]&&(0,at.ie)("mct",s[t])}},ut=(e=2)=>String.fromCharCode(65+(0,Te.$6)(e));var pt=s(3381),mt=s(1154);const ft=()=>{let e;const t=(0,mt.K)();if((0,ct.Z)(t)){const s=new Date,n=Object.keys(t);let o=-1/0;n.forEach((t=>{if(t.includes("testConfig")){const n=new Date(t.replace("testConfig","")),r=n-s;n<=s&&r>=o&&(o=n-r,e=(0,rt.g1)(t))}}))}return e||(e=(0,rt.g1)("testConfig")||{}),e};var gt=s(6539);const ht=()=>{const e=(0,R.qm)("forceProgrammaticTest")||!(0,rt.fS)("disableAutomaticTest")&&(0,gt.Z)("wp_abtest_programmatic");let t,s,n=!1,o=!1,r=!1;if((0,ct.Z)(e)){const{testName:n,startDate:i,endDate:a}=e;s=Date.now(),o=i?Date.parse(i):o,r=a?Date.parse(a):r,t=n}else(0,Ne.Z)(e)&&(t=e);if(t){const e=(0,pe.go)();let i=!1;(0,Ye.Z)(e,(e=>{const a=(0,pe.bB)(e,t);if(a){const e=Je(s,o,r);i=!0,e&&(n={testName:t,version:a.slice(0,1).toUpperCase(),mode:"automatic"})}})),i||(0,Me.Z)(`Automatic test start FAILED, didn't found matching A/B test config, check testName: ${t}.`,!0)}return n},At=()=>{const e=(0,rt.g1)("mct");(0,at.ie)("mct",e)},vt=e=>{if((0,ct.Z)(e)){const t=(0,rt.CV)("lazyOffsets"),{version:s,lazyOffsetsTest:n}=e;if(t&&n){const e=t[s];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}},Zt=()=>{At();let e=(0,ot.X)();if(!e){const t=ft(),s=(0,rt.fS)("testOn"),{authority:n,testName:o,base:r}=t,i=(0,Ne.Z)(o)&&s,a=ht();let c;if(i){const s=n||"application",i=n||"adtech",a=(0,R.qm)("prgVersion"),d=t&&t.overrideRefreshPvVersion,{mode:l="master"}=t;switch(e=Object.assign({},t),l){case"master":e.version=ut(r),d&&(0,it.r)()&&(e.version=d),a&&(e.version=a),(0,pe.jO)(i,o,e.version);break;case"slave":e.version=(0,pe.bB)(s,o);break;default:(0,pt.Z)("błąd w testConfig => błędny tryb")}const{version:u,mapVersion:p}=e;if(e=!!u&&e,(0,ct.Z)(e))if((0,ct.Z)(p)){const{disabled:t}=p;e.version=p[u]||u,c=t&&t.includes(e.version)}else e.version=u.slice(0,1).toUpperCase()}else a&&(e=Object.assign({},a));c?e=null:(dt(e),lt(e),vt(e))}(0,ot.w)(e)};var bt=s(6918),wt=s(8886),yt=s(4923);const St=()=>{(0,yt.Z)((e=>{if((0,ne.R)()){const t={"overflow-x!":"hidden"};(0,wt.Cj)(e,(0,wt.cu)("scrollFix",t)),(0,wt.Vx)()}}))()};let Ct,_t;const It=e=>{if(e){if(_t=(0,Ee.W_)(),_t!==Ct&&(0,bt.Z)({message:"Bootstrap",path:"ChangingSiteName",fileName:`${Ct} > ${_t}`},1,"Site name (SN) set statically differs from the one set dynamically during SPA initialization.","error"),Ct)return}else Ct=(0,Ee.W_)();(0,Se.ZP)(),(0,F.Z)("ABTests",nt),Zt(),St(),(0,bt.Z)({message:"Bootstrap",path:"isMobile",fileName:`${typeof(0,gt.Z)("wp_mobile")}|${typeof(0,gt.Z)("isMobile")}`},1e4)};var Pt,kt,Et,Tt;!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"}(Pt||(Pt={})),function(e){e.STUB="stub",e.LOADING="loading",e.LOADED="loaded",e.ERROR="error"}(kt||(kt={})),function(e){e.VISIBLE="visible",e.HIDDEN="hidden",e.DISABLED="disabled"}(Et||(Et={})),function(e){e.TC_LOADED="tcloaded",e.CMP_UI_SHOWN="cmpuishown",e.USER_ACTION_COMPLETE="useractioncomplete"}(Tt||(Tt={}));class Ot{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 Lt extends Ot{respond(){this.throwIfParamInvalid(),this.invokeCallback(new jt(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 xt{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 Lt(e.callback,e.param,t,e.next)}))}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class Dt{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new xt;static cmpStatus=kt.LOADING;static disabled=!1;static displayStatus=Et.HIDDEN;static cmpId;static cmpVersion;static eventStatus;static gdprApplies;static tcModel;static tcString;static reset(){delete this.cmpId,delete this.cmpVersion,delete this.eventStatus,delete this.gdprApplies,delete this.tcModel,delete this.tcString,delete this.tcfPolicyVersion,this.cmpStatus=kt.LOADING,this.disabled=!1,this.displayStatus=Et.HIDDEN,this.eventQueue.clear()}}class $t{cmpId=Dt.cmpId;cmpVersion=Dt.cmpVersion;gdprApplies=Dt.gdprApplies;tcfPolicyVersion=Dt.tcfPolicyVersion}class Rt extends $t{cmpStatus=kt.ERROR}class jt extends $t{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,t){if(super(),this.eventStatus=Dt.eventStatus,this.cmpStatus=Dt.cmpStatus,this.listenerId=t,Dt.gdprApplies){const t=Dt.tcModel;this.tcString=Dt.tcString,this.isServiceSpecific=t.isServiceSpecific,this.useNonStandardTexts=t.useNonStandardTexts,this.purposeOneTreatment=t.purposeOneTreatment,this.publisherCC=t.publisherCountryCode,this.outOfBand={allowedVendors:this.createVectorField(t.vendorsAllowed,e),disclosedVendors:this.createVectorField(t.vendorsDisclosed,e)},this.purpose={consents:this.createVectorField(t.purposeConsents),legitimateInterests:this.createVectorField(t.purposeLegitimateInterests)},this.vendor={consents:this.createVectorField(t.vendorConsents,e),legitimateInterests:this.createVectorField(t.vendorLegitimateInterests,e)},this.specialFeatureOptins=this.createVectorField(t.specialFeatureOptins),this.publisher={consents:this.createVectorField(t.publisherConsents),legitimateInterests:this.createVectorField(t.publisherLegitimateInterests),customPurpose:{consents:this.createVectorField(t.publisherCustomConsents),legitimateInterests:this.createVectorField(t.publisherCustomLegitimateInterests)},restrictions:this.createRestrictions(t.publisherRestrictions)}}}createRestrictions(e){const t={};if(e.numRestrictions>0){const s=e.getMaxVendorId();for(let n=1;n<=s;n++){const s=n.toString();e.getRestrictions(n).forEach((e=>{const n=e.purposeId.toString();t[n]||(t[n]={}),t[n][s]=e.restrictionType}))}}return t}createVectorField(e,t){return t?t.reduce(((t,s)=>(t[String(s)]=e.has(Number(s)),t)),{}):[...e].reduce(((e,t)=>(e[t[0].toString(10)]=t[1],e)),{})}}class Nt extends jt{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 Mt extends $t{cmpLoaded=!0;cmpStatus=Dt.cmpStatus;displayStatus=Dt.displayStatus;apiVersion=String(Dt.apiVersion);gvlVersion;constructor(){super(),Dt.tcModel&&Dt.tcModel.vendorListVersion&&(this.gvlVersion=+Dt.tcModel.vendorListVersion)}}class Vt extends Ot{respond(){this.invokeCallback(new Mt)}}class Bt extends Lt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Nt(this.param))}}var Ut=s(7292);class Ft extends Ot{respond(){const e=Dt.tcModel,t=e.vendorListVersion;let s;void 0===this.param&&(this.param=t),s=this.param===t&&e.gvl?e.gvl:new Ut.Ew(this.param),s.readyPromise.then((()=>{this.invokeCallback(s.getJson())}))}}class qt extends Lt{respond(){this.listenerId=Dt.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class zt extends Ot{respond(){this.invokeCallback(Dt.eventQueue.remove(this.param))}}class Ht{static[Pt.PING]=Vt;static[Pt.GET_TC_DATA]=Lt;static[Pt.GET_IN_APP_TC_DATA]=Bt;static[Pt.GET_VENDOR_LIST]=Ft;static[Pt.ADD_EVENT_LISTENER]=qt;static[Pt.REMOVE_EVENT_LISTENER]=zt}class Gt{static set_=new Set([0,2,void 0,null]);static has(e){return"string"==typeof e&&(e=Number(e)),this.set_.has(e)}}const Wt="__tcfapi";class Kt{callQueue;customCommands;constructor(e){if(e){let t=Pt.ADD_EVENT_LISTENER;if(null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed: Use ${Pt.GET_TC_DATA} instead`);if(t=Pt.REMOVE_EVENT_LISTENER,null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed`);null!=e&&e[Pt.GET_TC_DATA]&&(e[Pt.ADD_EVENT_LISTENER]=e[Pt.GET_TC_DATA],e[Pt.REMOVE_EVENT_LISTENER]=e[Pt.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[Wt]()||[]}catch(e){this.callQueue=[]}finally{window[Wt]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,s,...n){if("string"!=typeof e)s(null,!1);else if(Gt.has(t)){if("function"!=typeof s)throw new Error("invalid callback function");Dt.disabled?s(new Rt,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===Pt.PING?this.isCustomCommand(e)?new Ht[e](this.customCommands[e],n[0],null,s):new Ht[e](s,n[0]):void 0===Dt.tcModel?this.callQueue.push([e,t,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new Ht[e](this.customCommands[e],n[0],null,s):new Ht[e](s,n[0]):s(null,!1)}else s(null,!1)}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window[Wt](...e)}))}isCustomCommand(e){return this.customCommands&&"function"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==Ht[e]}}class Jt{callResponder;isServiceSpecific;numUpdates=0;constructor(e,t,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),Dt.cmpId=e,Dt.cmpVersion=t,Dt.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new Kt(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(Dt.disabled)throw new Error("CmpApi Disabled");Dt.cmpStatus=kt.LOADED,t?(Dt.displayStatus=Et.VISIBLE,Dt.eventStatus=Tt.CMP_UI_SHOWN):void 0===Dt.tcModel?(Dt.displayStatus=Et.DISABLED,Dt.eventStatus=Tt.TC_LOADED):(Dt.displayStatus=Et.HIDDEN,Dt.eventStatus=Tt.USER_ACTION_COMPLETE),Dt.gdprApplies=null!==e,Dt.gdprApplies?(""===e?(Dt.tcModel=new Ut.gI,Dt.tcModel.cmpId=Dt.cmpId,Dt.tcModel.cmpVersion=Dt.cmpVersion):Dt.tcModel=Ut.E9.decode(e),Dt.tcModel.isServiceSpecific=this.isServiceSpecific,Dt.tcfPolicyVersion=Number(Dt.tcModel.policyVersion),Dt.tcString=e):Dt.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():Dt.eventQueue.exec(),this.numUpdates++}disable(){Dt.disabled=!0,Dt.cmpStatus=kt.ERROR}}var Qt=s(7265),Yt=s(961),Xt=s(8959),es=s(4443);const ts=(0,es.Z)();ts.name="__tcfapiLocator";const ss=ts,ns=()=>{const e=e=>(e,t,s)=>{(0,ct.Z)(t)&&(t.holdingConsents=(0,Yt.uB)(),t.addtlConsent=(0,Qt.cG)()),ae.Z.f(e)&&e(t,s)},t={ping:e(),getTCData:e(),getInAppTCData:e(),getVendorList:e()},s=e=>()=>{const{data:t,source:s}=e,n=ae.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,Qt.u6)(new Jt(72,2,!0,t)),S.Z.fill((()=>{(0,Xt.Z)().appendChild(ss)})),window.addEventListener("message",(e=>{S.Z.fill(s(e))}),!1)};var os=s(1467),rs=s(2020),is=s(967),as=s(6679),cs=s(780),ds=s(1361),ls=s(517);const us=e=>{const t=(0,R.qm)("gdprLoad"),s=!(0,Yt.U2)("ua")&&!(0,Yt.BF)("mr","TP"),n=(0,Yt.uB)().keybase,o=(0,Qt.do)();return s||!o||!n||t||e},ps=()=>{const e=(0,pe.bB)("adtech","TCF2-46"),t="D"===e;return"C"===e&&1===os.A.manage||t},ms=(e,t,s)=>{const n=(0,as.Z)(),o=(0,is.Z)(),r=(0,ne.R)()||n<770||o<500,i=(0,R.qm)("gdprMode"),a=(0,gt.Z)("wp_consent_blur"),c=(0,Se.Hl)()===Se.BB&&!(0,Ee.y1)("totalmoney|extradom"),d=ae.Z.u(a)?c:!a;if(rs.default.isMobile=r,rs.default.activeCard=t,rs.default.isTransparent=d||i===Se.BB,rs.default.rejectAllTest=ps,us(e))return(0,ds.Z)(s),!0;S.Z.open(),(0,ls.Z)()&&(0,me._k)((0,yt.Z)((()=>{(0,cs.Z)(s)})))},fs=(e,t)=>{S.Z.fill((()=>{ms(!0,t,"api"),ae.Z.f(e)&&(S.Z.close(),S.Z.fill(e))}))},gs=ms,hs=()=>{document.addEventListener("mousedown",(e=>{var t,s;null!=e&&null!=(t=e.target)&&null!=(s=t.classList)&&s.contains("manageGdprButton")&&(e=>{e.preventDefault(),e.stopImmediatePropagation(),(0,os.b)("manage",void 0,{manage:1}),fs(void 0,"settings")})(e)}))};var As=s(2466),vs=s(1747),Zs=s(2942),bs=s(2040);const ws=(e,t={})=>{e([t[As.q2],t[As.le]])};var ys=s(1059),Ss=s(7885),Cs=s(6733),_s=s(1143),Is=s(7144),Ps=s(6406);const ks=()=>{if(Is.e$){const e=(0,Ps.Z)("consent");(0,je.Z)(e)&&(0,Me.Z)(`Third-party cookies set before obtaining consent from the user: ${e.join(", ")}.`,!0)}};var Es=s(9175),Ts=s(1121);const Os=e=>{if((0,Ts.Z)())return gs(void 0,void 0,e);S.Z.open()};var Ls=s(5301),xs=s(2058);const Ds=()=>{const e=window.location.hostname===ys.Z;let t;(0,_s.Z)("ConsentDataLoad"),new Promise((e=>{const t=(0,Zs.Z)(As.F1);ws(e,t)})).then((([s,n])=>{let o=n;(0,Cs.Z)("ConsentInitToLocal","ConsentDataLoadedLocally","ConsentDataLoad"),s||o||ks(),(0,Yt.gf)((0,vs.C)(s)),o||(0,Qt.Ev)("local","noConsent"),"undefined"===o&&((0,Qt.Ev)("local","wasUndefined"),o=null,(0,P.Z)(As.le),(0,Es.Z)(As.le)),(e||o)&&((0,xs.Z)(!1,!0,!0,o,Ss.Z,void 0,"local",!!o),t=Os("local")),e?(0,Ts.Z)()&&!(0,Qt.qP)()&&(0,Ls.Z)():(0,Qt.KC)()||(0,Qt.qP)()||t||new Promise((e=>{bs.Z.get(As.F1,(({values:t})=>{ws(e,t)}))})).then((([e,s])=>{(0,Cs.Z)("ConsentLocalToGlobal","ConsentDataLoadedGlobally","ConsentDataLoadedLocally"),e&&(0,Yt.gf)((0,vs.C)(e)),s||(0,Qt.Ev)("global","noConsent"),"undefined"===s&&(0,Qt.Ev)("global","wasUndefined"),(!o||s&&s!==o)&&(0,xs.Z)(!!s,!0,!0,s,Ss.Z,void 0,"global",!0),t||Os("global"),(0,Ts.Z)()&&!(0,Qt.qP)()&&(0,Ls.Z)()}))}))},$s=()=>{(0,F.Z)("initCMP",ns),(0,F.Z)("loadConsentData",Ds),S.Z.fill((()=>{(0,F.Z)("initManageButton",hs)}))};var Rs=s(1763),js=s(6259),Ns=s(975),Ms=s(4030);const Vs="CookieInfo",Bs=()=>{if((0,Se.rS)([Se.Uv,Se.TH])&&!ie.Z&&Ns.Z){const e=(0,gt.Z)("wp_cookie_info");(0,bt.Z)({message:Vs,path:"wp_cookie_info",fileName:`${e}`},1e5);!1!==(!!ae.Z.u(e)||e)&&S.Z.fill((()=>{(0,me._k)((()=>{const t=(0,_.Z)(js.Z),n=(0,re.Z)(js.Z),o=n||t;!n&&t&&((0,Le.Z)(js.Z,"1"),(0,bt.Z)({message:Vs,path:"CookieMissingItemSet"},1)),o||(Ms.default.cookieInfoLoad=1,s.e(599).then(s.bind(s,6443)).then((({default:t})=>{t(e)})).catch((e=>{(0,V.Z)(e,Vs)})))}))}))}};var Us=s(942),Fs=s(6262),qs=s(4263);const zs="GEMIUS";let Hs;const Gs=()=>{if(!Hs){if(Hs=!0,ae.Z.s(window.pp_gemius_identifier)){const e=window.pp_gemius_identifier.replace("USED_","");/^[\w.]{43}\.[\w.]{2}$/.test(e)||(0,bt.Z)({message:zs,path:"IncorrectID",fileName:e},1,`Incorrect GEMIUS ID used: '${e}'.`,"error")}const e=[Se.BB,Se.TH,Se.Uv,Se.Uk];if((0,Us.z)()&&(0,Se.rS)(e)){const e=(0,qs.Z)('script[src*="gemius.js"]');if(e){const t=e.getAttribute("src");/^https:\/\/[\w]+\.hit\.gemius\.pl\/xgemius\.js$/.test(t)||(0,bt.Z)({message:zs,path:"IncorrectSrc",fileName:t},1)}else(0,bt.Z)({message:zs,path:"TagMissing"},1)}}};var Ws=s(5068);const Ks="GEMIUS",Js=()=>{const e="gemius";(0,Ws.Z)({withMeasurement:Ks,id:e,src:`${Fs.Z}xgemius.js`,onLoad:()=>{Ms.default.gemiusSuccess=1,(0,C.Z)(Ks,!0),(0,it.r)()&&window.pp_gemius_event((0,Us.z)()),Gs()},onError:()=>{(0,M.o)(e),Ms.default.gemiusSuccess=0,(0,C.Z)(Ks,!1),Gs()}})},Qs=()=>{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,Se.Hl)()===Se.BB?S.Z.fill(Js,"GEMIUS"):Js()},Ys=()=>{if(!(0,oe.IK)()){const e=window;(0,gt.Z)("wp_spa_config")&&(e.wp_pp_gemius_identifier=void 0,Ms.default.gemiusID=3),e.wp_pp_gemius_identifier?((0,Us.u)(e.wp_pp_gemius_identifier),Qs(),Ms.default.gemiusID=2):e.pp_gemius_identifier?((0,Us.u)(e.pp_gemius_identifier),Ms.default.gemiusID=1):Ms.default.gemiusID=0}};var Xs=s(8161),en=s(3857),tn=s(9366),sn=s(5885),nn=s(806),on=s(2217),rn=s(7842),an=s(9384);const cn=e=>{if(!N.G6){const{history:t}=window;t.replaceState(t.state,document.title,e)}};var dn=s(71);const ln=e=>{dn.Z.close();const{hostname:t,pathname:s}=(0,an.Z)(e);tt(t+s,((e,t)=>{if((0,ct.Z)(e)){const s=e[t];if((0,ct.Z)(s)){const n=s.abtest;(0,Ne.Z)(n)&&(0,sn.V)(n),delete e[t]}}dn.Z.open()}))};var un=s(6730),pn=s(3548),mn=s(7902);const fn=(e,t)=>{const s=(0,mn.Z)();if(t!==s.STac){const e=(0,un.mess)("https://dot.wp.pl/m/ac"),n={STac_1:t,STac_2:s.STac};(0,pn.Z)(e,{payload:n})}const n=Object.entries(e).filter((([,e])=>(0,Ne.Z)(e))).reduce(((e,[t,n])=>(n!==s[t]&&(e[t]=n),e)),{});(0,ct.Z)(n)&&(n.STac=t,(0,de.Z)("uid-sync",n,"uni2"))},gn=e=>{(0,tn.N)(e),(0,sn.V)((e=>{const t=(0,an.Z)(e).search;return(0,rn.Z)(t).abtest})(e))},hn=()=>{var e;const{referrer:t}=document,{location:{href:s}}=window,n=null==(e=(0,on.Z)())?void 0:e.type,o=(0,R.NB)(),r=o.noclean?s:(0,Xs.K7)(s);(0,en.H)(n);const{refabtest:i,statid:a,GRwpuuid:c,GRo2uuid:d,GRoluuid:l,STac:u}=o;(0,me.Ns)((e=>{e.persisted&&((0,bt.Z)({message:"HandleNavigation",path:"PageShowEventPersisted"}),(0,Se.Hl)()!==Se.BB&&window.location.reload())})),(0,sn.V)(i);const p={statid:a,GRwpuuid:c,GRo2uuid:d,GRoluuid:l};switch(t&&Object.values(p).some(Ne.Z)&&fn(p,u),s!==r&&cn(r),n){case"reload":(()=>{Ms.default.reload=!0;const e=(0,_.Z)("WPcrrf");gn(e)})();break;case"back_forward":(e=>{Ms.default.backForward=!0;const t=(0,_.Z)("WPnxrf");(0,nn.Z)(!0),t?((0,tn.N)(t),ln(t),(0,P.Z)("WPnxrf")):gn(e)})(t);break;default:gn(t)}};var An=s(7384);const vn=()=>{const{location:e}=window,{hostname:t,href:s}=e,n=!Ns.Z,o=/prox|proks/.test(t),r=t.endsWith(".");try{if(r){const e=t.slice(0,-1),n=s.replace(t,e);window.top.location.href=n}if(o&&(window.parseURL=e=>e,window.top.location.href="https://www.wp.pl/?proxied"),n){const e=(0,gt.Z)("wp_leap"),t=(0,An.Z)("noleap");(!!ae.Z.u(e)||e)&&!t&&(window.top.location.href=s)}}catch(e){}};var Zn=s(4024);const bn=()=>{const e=(0,An.Z)("debugima")||N.hx&&(0,Ee.y1)("autocentrum");(0,Ws.Z)({id:"imasdk",src:`https://imasdk.googleapis.com/js/sdkloader/ima3${e?"_debug":""}.js`})};let wn=!1;const yn=(e,t,s)=>(0,Ce.ac)("outstream")(e).then(t).catch(s),Sn=e=>new Promise(((t,s)=>{if(bn(),wn)yn(e,t,s);else{const n="outstream-player",o=(0,ce.Z)(_e.default.es6),r=`${n}${["","6"][o]}`,i=(0,R.qm)("wpoutstream"),a=(0,ce.Z)("local"===i),c=_e.default.mode,d=[(0,Zn.Z)(r,i,n,c),`${["debug","debug-es6"][o]}/${n+(c?"-debug":"")}.js`][a],l=()=>{wn=!0,yn(e,t,s)},u=()=>{s()};(0,Ws.Z)({id:n,crossorigin:!0,src:d,onLoad:l,onError:u})}})),Cn=()=>{(0,Ce.DO)("outstream",Sn)};var _n=s(7626);let In=!1;const Pn=()=>((0,T.Z)((0,_.Z)(fe))>0&&(In=!0,(0,P.Z)(fe)),In&&(0,C.Z)("PV refreshed",!0),In);var kn=s(3007),En=s(450);const Tn=(0,wt.cu)("darkmode"),On=(0,wt.cu)("lightmode"),Ln=(e=!1)=>{(0,En.Kl)({darkmode:(0,ce.Z)(e)}),(0,yt.Z)((t=>{(0,wt.aB)(t,Tn,!!e),(0,wt.aB)(t,On,!e)}))()},xn=()=>{(0,ne.b)((0,Ee.zC)()),(0,Ee.oO)(),Ln((0,ce.Z)((0,kn.Z)())),(0,it.W)(Pn()),(0,_n.z)()};var Dn=s(4915),$n=s(7925),Rn=s(3121),jn=s(3574),Nn=s(5046),Mn=s(5599),Vn=s(6792),Bn=s(853);const Un=e=>{let t;if(document.currentScript)t=document.currentScript;else{const e=document.getElementsByTagName("script");t=e[e.length-1]}(0,Bn.Z)(t,e,"beforebegin")};var Fn=s(2222);const qn="Player",zn=(0,R.qm)("wpplayer");let Hn,Gn;const Wn="local"===zn,Kn=[],Jn=()=>{const e=(0,Ce.ac)("player");null!=e&&e.initialized?S.Z.fill((()=>{(0,oe.j5)()||(bn(),(0,Ws.Z)({id:"nppgem",src:`${Fs.Z}gplayer.js`}));let t=Kn.shift();for(;t;)e.apply(t.instance,[t.params]),t=Kn.shift()}),qn):Gn=!0},Qn=()=>{Gn=!0},Yn=(e,t)=>{const s=e;if(!ae.Z.o(s))return!1;const n=(()=>{let e=`${jn.Z}player/`;return Wn?((0,Me.Z)("WP.player from LOCAL","info"),e="build/devel/"):zn&&((0,Me.Z)(`WP.player from branch: ${zn}`,"info"),e=`${e}${zn}/`),{dir:e,url:e+"wpjslib_player.js"}})();s.ampnoaudio=!0,s.filesdir=n.dir,Kn.push({params:s,instance:t});$n.Z.fill((()=>{Hn||(Hn=!0,(0,Ws.Z)({withMeasurement:qn,src:(0,un.mess)(n.url),onLoad:Jn,onError:Qn,id:"npp",crossorigin:!Wn}))}),qn,3e3)};function Xn(e){if(Gn)return void(0,Me.Z)("WP.player could not be instantiated because of loading error","error");const t=e,s=(0,Ce.ac)("player");t.ampnoaudio=!0;const n=this,o=n instanceof s;if(ae.Z.o(t)&&!o)return new s(t);if(ae.Z.n(t)&&!o)return Xn.list[t]||!1;if(ae.Z.n(t)&&o)throw new Error("Use: WP.player(id)");const r=Xn.list.length,i=qn+r,a=[],c=[];n.events={on:a,off:c};const d=(e,t)=>{a.push({key:e,fn:t})},l=(e,t)=>{c.push({key:e,fn:t})};return n.p=t,n.id=Kn.length,n.bind=d,n.on=d,n.unbind=l,n.off=l,((e,t)=>{const s=e;!s.target&&(0,me.Hy)()&&(s.target=(0,Mn.Z)()),s.target||(Un(`<div id="${t}"></div>`),s.target=t)})(t,i),Xn.list.push(n),(0,oe.aX)()||Yn(t,n,n.id),n}const eo=()=>{(0,Dn.BL)();const e=(0,Vn.Z)();(0,Nn.Z)(e)},to=()=>{Xn.list=[],Xn.T=Xn.list,Xn.version="v2",(0,oe.aX)()||((0,Dn.S1)(),(0,Dn.BL)(),(0,Rn.aS)(eo)),(0,Ce.DO)("player",Xn),(0,Ce.qL)("apd",(0,Ie.Z)(o)),(0,Ce.qL)("stopAllPlayers",Fn.Z)};var so=s(3413),no=s(5253);const oo=e=>{const{article:t,articleStart:s,articleRect:n}=e;if((0,no.Z)(t)){const t=Date.now();s&&(e.articleDuration+=t-s),(e=>{const t=(0,is.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 ro=s(552),io=s(6217),ao=s(7595);const co=(e,t)=>{let s="dot.gif?";s=(0,ro.Z)(s,"Pos","readtime"),s=(0,ro.Z)(s,"SN",e.sn),s=(0,ro.Z)(s,"tm",e.duration),s=(0,ro.Z)(s,"tmi",e.counter);const n=(0,so._g)();ae.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,Is._x&&e.article&&(o.ctime=e.ctime),e.fixCookie="WPtcs2,WPdp,statid,WPabs,WPci";const r={useBeacon:(0,ao.Z)(t)};return(0,io.Z)(s,void 0,void 0,r,e)},lo=({type:e}={})=>{const t=(0,so.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(Is._x){oo(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,co(t,e)}}}};var uo=s(4447),po=s(9951),mo=s(6658);const fo="ReadTime",go=(0,R.qm)("hlArt"),ho=(e,t)=>{const s="article"===(0,En.ZF)("ctype"),n=(0,gt.Z)("wp_content_selector")||"article";let{article:o}=e;if(o||(o=Array.from((0,qs.Z)(n,!0)).pop(),e.article=o,s&&!o&&((0,bt.Z)({message:fo,fileName:"ArticleElementNotFound",campaign:n,path:t.type,slot:+e.articleNotInDOM},1e3),e.articleNotInDOM=(e.articleNotInDOM||0)+1)),go&&(o.style.border="3px red solid"),(0,no.Z)(o)){e.articleInDOM=!0,e.articleRect=o.getBoundingClientRect(),e.containerRect=(0,po.Z)(o,!0);const{articleRect:t,containerRect:s}=e,{height:n,top:r}=t,i=e.cscroll||0,a=e.cheight||0,c=(0,T.Z)((0,En.ZF)("cpageno")),d=(0,T.Z)((0,En.ZF)("cpagemax"));let l=0;if(c&&d>1)l=c/d*100;else{l=((0,is.Z)()-r)/n*100}l=(0,mo.Z)(l),e.cscroll=Math.max(i,Math.floor(l)),e.cheight=Math.max(a,Math.floor(n))}else e.articleInDOM?s&&(0,bt.Z)({message:fo,fileName:"ArticleRemovedFromDOM",campaign:n,path:t.type},1e3):(e.cscroll=0,e.cheight=0,s&&(0,bt.Z)({message:fo,fileName:o?"ArticleElementNotInDOM":"ArticleElementNotMissing",campaign:n,path:t.type},1e3)),delete e.article};var Ao=s(5925),vo=s(8700);const Zo=e=>{const t=e.scroll||0,s=e.height||0,{top:n}=(0,vo.Z)(),o=(0,is.Z)(),r=(0,Ao.Z)(),i=n+o,a=(0,mo.Z)(Math.floor(i/r*100));let c,d;r>s?(d=r,c=0):(d=s,c=t),a>c&&(c=a),e.height=d,e.scroll=c,e.scrollh=Math.floor(i)},bo=e=>{if(!document.hidden){const t=(0,so.Wg)();t&&(Zo(t,e),ho(t,e),Is._x&&oo(t,e))}},wo=e=>{const t=(0,so.Wg)();t&&(t.timeStart||(t.timeStart=Date.now()),"register"===e.type&&(0,uo.C)()?(0,me._k)((0,yt.Z)((()=>{bo({type:"registerReady"})}))):bo(e))},yo=()=>{(0,me.Um)(bo),(0,me.XV)(bo),(0,me.vv)(wo),(0,me.hT)(lo),(0,me.mc)((e=>{!document.hidden&&lo(e)})),(0,me.uU)((e=>{!document.hidden&&lo(e)})),(0,me.Ns)((e=>{!document.hidden&&wo(e)}))},So=(e,t)=>{Ms.default.spaReady?(0,Rn.Hm)(e,t):(0,bt.Z)({message:"SPA",path:"SPANotInitialized",fileName:e},100,`SPA API was not initialized, but API method was used "${e}".`,"error")};let Co=0,_o=0,Io=0;const Po=e=>{if(Ms.default.spaOmitFirstView)return void(Ms.default.spaOmitFirstView=!1);const t=(0,it.r)()?"page:refresh":"page:view",s=Date.now();if(s-Co<100)return _o+=1,void(3===_o&&(0,bt.Z)({message:"SPA",path:"DispatchPageRequestedFast",fileName:t},1,"PV requested to fast.","error"));Co=s,Io+=1;const n=[Se.BB,Se.bL,Se.H9];100===Io&&(0,Se.rS)(n)?window.location.reload():So(t,e)};let ko,Eo;const To={mobile:"_mobile"},Oo=e=>{["desktop","mobile"].includes(e)&&(Eo=e)},Lo=e=>{(0,Ne.Z)(e)&&(ko=e)},xo=()=>{const e=To[Eo]||"",t=(0,uo.nj)()?"_dynamic":"";if((0,Ne.Z)(ko)){const s=`${ko}${e}${t}`;(0,Ee.ut)(s)}};var Do=s(5467);let $o;var Ro=s(5786),jo=s(4928),No=s(1756),Mo=s(5212);const Vo=(e,t={})=>{const s={type:"register"};if((0,so.ko)()!==e){const n=(0,so.Wg)(),o=!document.hidden;n&&(o&&lo(s),delete n.article,(0,tn.N)(n.href));const r=(0,Fe.Z)();(0,so.eu)(e,r),r.duration=0,r.total=0,r.scroll=0,r.cscroll=0,r.dotParams=Object.assign({},(0,En.ZF)()),r.sn=(0,Ee.W_)(),r.rekid=(0,Do.P)(),r.pvid=e,r.gmid=(0,Us.z)(),r.referrer=(0,tn.a)(),r.canonical=t.canonical||(0,No.Z)(),r.href=t.href||(0,Mo.Z)(),r.dn=(0,uo.nj)(),r.counter=0,r.timeStop=0,Is._x&&(r.articleStart=0,r.articleDuration=0,r.ctime=0),o&&wo(s)}};var Bo=s(4148);let Uo;const Fo=(e,t,s="top",n={})=>{let o=n,r=e;ae.Z.o(o)||(o={});const{generate:i}=o;if(!s&&!i)return;(0,Ne.Z)(r)&&(r=r.replace(/(_dynamic)+/g,"_dynamic"),!Ms.default.spaReady&&/_dynamic$/.test(r)&&(0,Rn.Hm)("page:close"),(0,Ee.ut)(r));const a=r||(0,Ee.W_)();if(!(0,Ee.GD)(a))return;const c={};(0,ct.Z)(t)&&(t.contentSelector&&((0,Ve.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,En.Kl)(t)),"autorefresh"!==s&&"top"!==s||(Bo.Z.length=0,(0,Ro.hW)(),Vo((0,Ro.Vq)(),c),o.useMimeType=!0,ae.Z.f(Uo)&&(o.onError=()=>{Uo(0),o.onLoad=void 0,o.onError=void 0},o.onLoad=()=>{Uo(1),o.onLoad=void 0,o.onError=void 0}));let d="dot.gif?";return i?(d=(0,ro.Z)(d,"Pos","[[ACTION]]"),d=(0,ro.Z)(d,"SN","[[SN]]")):(d=(0,ro.Z)(d,"Pos",s),d=(0,ro.Z)(d,"SN",a),setTimeout((()=>{jo.Z.open()}),16)),(0,io.Z)(d,void 0,void 0,o,c)},qo=()=>Fo(void 0,void 0,void 0,{generate:!0}),zo=Fo,Ho=()=>{const e=[Se.BB,Se.TH,Se.Uv];return(0,Se.rS)(e)?"click":""},Go="GEMIUS";let Wo,Ko;const Jo=(e,t)=>{const s=t.gemius,{hit:n}=Ko;if(n){let e;if(null!=s&&s.hit&&(e=n[s.hit],s.hit!==(0,En.ZF)("ctype")&&(0,bt.Z)({message:Go,path:"SPANotUsingCTYPE",fileName:s.hit},1e5)),!e){const{inne:t,other:s}=n;e=t||s,e&&(0,bt.Z)({message:Go,path:"SPAUsingOTHER",fileName:t?"inne":"other"},1e4)}e?((0,_s.Z)("gemius_hit"),Ms.default.gemiusID=2,(0,Us.u)(e),Wo?(0,it.r)()||window.gemius_hit(e):(Qs(),Wo=!0)):(Ms.default.gemiusID=0,(0,bt.Z)({message:Go,path:"SPAMissingIdentifier"},1e3,`${Go}: Missing SPA identifier`))}else(0,bt.Z)({message:Go,path:"SPAMissingConfig"},1e5,`${Go}: Missing SPA config`)},Qo=e=>{(0,oe.IK)()||(0,ct.Z)(e)&&(Ko=e,(0,Rn.ME)(Jo),(0,Rn.SG)(Jo))},Yo=(e,t)=>{(0,uo.oh)(),t&&(Lo(t.base),((e=(0,Fe.Z)(),t=!1)=>{const{bunch:s,ctype:n}=e;if((s||n)&&(0,ct.Z)($o)){const o=$o[s]||$o[n];o?(e.bunchID=o,(0,Do.P)()&&!t||(0,Do.q)(o)):(0,bt.Z)({message:"SPA",path:"MissingViewTypeREKID",fileName:`${n}|${s}`},100,`SPA: Missing REKID for view type "${s||n}".`,"error")}})(t,!0),delete t.base,delete t.bunch),xo(),(0,En.Qj)({})},Xo=(e,t)=>{const s=t.dot;Yo(0,s),zo(void 0,s,"top")},er=(e,t)=>{const s=t.dot;Yo(0,s),zo(void 0,s,"autorefresh")},tr=e=>{const{platform:t}=e,s=e[t],n=s.dot,o=s.gemius;var r;Oo(t),Lo(n.base),r=n.bunches,$o=r,(0,En.Kl)(n.params),ae.Z.s(n.type)||(n.type=(0,gt.Z)("wp_dot_type")||Ho()),(0,Ve.Z)("wp_dot_type",n.type),xo(),Qo(o),(0,Rn.aS)(uo.I3),(0,Rn.ME)(Xo),(0,Rn.SG)(er)},sr="SPA",nr=e=>{if(!Ms.default.spaReady)if(e){const t=e.config;if(_e.default.siteConfig=t,t)return Ms.default.spaReady=!0,(0,C.Z)(sr,!0),tr(t),(0,F.Z)("PageView",xn),It(!0),!0;(0,Me.Z)(`${sr}: Missing site config`,!0)}else(0,Me.Z)(`${sr}: Missing data`,!0)},or=()=>{const e=(0,gt.Z)("wp_spa_config");if(e){(0,bt.Z)({message:"SPA",path:"HeadConfig"},1e4);if(nr({config:e})){const{payload:t}=e;if(t)Po(t),(0,bt.Z)({message:"SPA",path:"ConfigPayload"},1e4);else{const e=(0,En.ZF)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};Po(t),Ms.default.spaOmitFirstView=!0}return!0}}};var rr=s(1628),ir=s(7834),ar=s(1144),cr=s(919),dr=s(2328),lr=s(4769);const ur=()=>{if(!cr.pt){const e=(0,Ee.W_)(),t=(0,b.Rn)();if(e&&t){const s=(0,lr.Z)(e,{local_statid:t},"sa22ping",{give:!0}).queryGET,n=(0,un.mess)({url:s,forceDomain:ys.Z});(0,dr.Z)({method:"hub",action:"sa22ping",src:n})}}},pr=()=>{let e=0;const t=(0,gt.Z)("gafDirect",Ms.default);ae.Z.n(t)&&(e=t?2:1),Ms.default.SA51state=e,(new Image).src=(0,un.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",length:350,forceDomain:ys.Z})};var mr=s(9982);const fr=e=>{Ms.default.dotSuccess=e,(0,b.OB)(),(0,mr.Z)(ar.Z),pr(),ur()};var gr=s(4033);const hr=(e,t)=>Object.fromEntries(Object.entries(e).map(t)),Ar=(e,t={})=>{let s=e;const n=hr(t,(([e,t])=>[Xs.Mn[e]||e,t])),o=(0,gr.Z)(n,!0,!1);return o&&(s=s.split("#").slice(0,1).join(""),s=(0,ro.Z)(s,o,!1,!0,!0)),s};let vr,Zr;const br=e=>{Zr&&vr&&(cn(vr),Zr=!1),(0,Mn.Z)().removeEventListener("mousemove",br),window.removeEventListener("blur",br)},wr=()=>{(0,Mn.Z)().addEventListener("mousemove",br),window.addEventListener("blur",br)},yr=({target:e})=>{e.removeEventListener("contextmenu",yr),wr()};var Sr=s(9372);const Cr=new Date,_r=(0,gt.Z)("wp_onepager"),Ir=(e={})=>{const{statTag:t,linkHref:s,linkTitle:n,linkIndex:o,sameSite:r,mouseButton:i,imageSource:a,sourceData:c,toNewWindow:d,params:l,linkNode:u}=e;let p="clk.gif?";p=(0,ro.Z)(p,"xd",(0,Ee.W_)()),p=(0,ro.Z)(p,"dt",new Date-Cr),t&&(p=(0,ro.Z)(p,"yd",t,!0)),s&&(p=(0,ro.Z)(p,"tg",(0,Sr.Z)(s),!0),(0,E.Z)("WPnxrf",s)),n&&(p=(0,ro.Z)(p,"tt",n,!0)),o&&(p=(0,ro.Z)(p,"epos",o)),a&&(p=(0,ro.Z)(p,"is",a,!0)),i&&(p=(0,ro.Z)(p,"btt",i));const m=Object.assign(l||{},(0,En.ZF)()),f=u&&2===i,g=null==u||null==u.getAttribute?void 0:u.getAttribute("href"),h=r&&/^(https?:)?\/\//i.test(g)&&!_r,A=[!r,d,f,r&&!Ms.default.spaReady&&!_r,h].some(Boolean),v=Object.assign({},c),Z=(0,pe.KF)();return Z&&(v.abtest=Z),(0,ct.Z)(v)&&(br(),A&&(({referrerParams:e,rightClickOnLinkNode:t,linkNode:s,toNewWindow:n})=>{vr=window.location.href;const o=Ar(vr,e);cn(o),Zr=!0,t?s.addEventListener("contextmenu",yr):(n&&setTimeout(wr),(0,me.hT)(br))})({referrerParams:v,rightClickOnLinkNode:f,linkNode:u,toNewWindow:d})),(0,io.Z)(p,void 0,void 0,void 0,{dotParams:m})},Pr=e=>{let t=e;for(;t;){if(["A","AREA"].includes(t.tagName))return t.href?t:void 0;t=t.parentNode}};var kr=s(7560);const Er=({dataset:e})=>{const t=e.stClk;if(t){const e=(0,kr.Z)(t)||{};return e&&(e.sgsvid=(0,En.ZF)("svid")),e}};var Tr=s(6126);const Or=e=>{let t=e;for(;t;){if(t===document)return;if((0,Tr.g)(t))return"Adv";const{stArea:e}=t.dataset;if(e)return`ST-${e}`;t=t.parentNode}},Lr=e=>{let t=e;for(;t;){if(t===document)return;const e=(0,T.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}},xr=(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 Dr=s(1605),$r=s(4880);const Rr=e=>{const t=Pr(e.target);if(!t)return;const s=Or(t);if("Adv"===s)return;const n=(0,$r.Z)(e),{location:{hostname:o,pathname:r}}=window,{hostname:i,pathname:a,protocol:c,onclick:d,title:l,textContent:u,href:p,source:m}=t,f=t.getAttribute("onclick"),g=xr(e,n,t);if(!g&&(f||"javascript:"===c||o+r===i+a))return;const h=t.querySelector("img"),A=(0,Sr.Z)(null==h?void 0:h.src),v=(0,Sr.Z)((l||u||"notitle").trim(),128),Z=Lr(t),b=e.pageY,w=Number((0,Dr.Z)(t)),y=Object.assign({cb:w,ypos:`${Math.floor(b/100)}`},(0,En.ZF)(),Er(t)),S=(e=>e.includes("src01=20804")&&!e.includes("refabtest=")?(0,ro.Z)(e,"refabtest",(0,pe.KF)(),!0):e)(p);S!==p&&(t.href=S);const C=m||{};(0,gt.Z)("wp_sg_first")&&(C.isSGFirst=!0);Ir({statTag:s,linkHref:S,linkTitle:v,linkIndex:Z,mouseButton:n,imageSource:A,sourceData:C,toNewWindow:g,sameSite:o===i,params:y,linkNode:t})},jr=e=>{(e=>{Uo=e})(fr);const t=(0,gt.Z)("wp_pvid");(0,Ro.hW)(!0,t),(0,En.Kl)(),(0,ir.w)(),jo.Z.fill((()=>{(0,_s.Z)("DOTDamOpen"),t&&(0,bt.Z)({message:"Stat",path:"ExistingPVID"},1e3)}));let s=!1;ae.Z.f(e)&&(s=(0,F.Z)("SPAHeadConfig",e));const n=(0,gt.Z)("wp_dot_type"),o=(0,gt.Z)("wp_dot_send");ae.Z.u(o)&&(0,Ve.Z)("wp_dot_send",Ns.Z),ae.Z.s(n)||(0,Ve.Z)("wp_dot_type",Ho()),(0,gt.Z)("wp_dot_type").includes("click")&&document.addEventListener("mousedown",Rr),!s&&(0,gt.Z)("wp_dot_send")&&((0,uo.oh)(),zo(void 0,void 0,(0,it.r)()?"autorefresh":"top"))};var Nr=s(4677),Mr=s(2948),Vr=s(2421);const Br=()=>{Nr.Z.close();const e=["statid","STac","WPabs",...Mr.Z],t=[...Mr.Z];(0,Vr.Z)(e,t).then((e=>{Nr.Z.open()}))};var Ur=s(5955);const Fr=()=>{const e=()=>{(0,me.Ns)(Ur.Rr),(0,me.uU)(Ur.zZ),(0,me.vS)("pageshow",e)};(0,me.Ns)(e),(0,Ur.Rr)({type:"init"},(()=>{(0,me.vv)(Ur.Rr),(0,me.hT)(Ur.zZ),(0,Rn.aS)(Ur.zZ)}))},qr=()=>{if(cr.Ny)return void Nr.Z.open();un.domains.uniformDomains.includes(window.location.hostname)?Fr():Br()};var zr=s(9943),Hr=s(8083);const Gr=()=>({debug(e,...t){},issue(e,t){(0,Me.Z)(e,!0),t&&(0,bt.Z)(t,1e4)},error(e){(0,Me.Z)(e,"error")}}),Wr=()=>{const e="no",t="testMess",s=(0,R.qm)("keepMess"),n=(0,R.qm)("_bb"),o="0"===(0,R.qm)("_aa")&&!n||(0,N.Rf)(),r=s!==e&&(0,_.Z)(t),i=o?e:(0,R.qm)(t)||r,a=!(ie.Z||i===e||n);return s&&(s===e?(0,P.Z)(t):i&&(0,E.Z)(t,i)),{testDomain:i,enabled:a}},Kr=/(\/wpjslib-chunk-.*)/,Jr=e=>Kr.test(e),Qr=(e,t)=>()=>{const s=e=>function(s){const n=t(this,s),o=s!==n?n:s;e.call(this,o)};(0,Ye.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)})}))},Yr=(0,R.qm)("_bb"),Xr=Qr({SCRIPT:["Script","src"]},((e,t)=>{let s=t;return Jr(s)&&(s=Yr?s:(0,un.mess)(s),e.setAttribute("crossorigin","anonymous"),e.crossOrigin="anonymous"),s})),ei=[];_e.default.messData=ei;const ti=()=>{const{hostname:e}=window.location,t=[...un.domains.uniformDomains,...un.domains.aabDomains].includes(e);(0,Hr.gS)(t);const{enabled:s,testDomain:n}=Wr();(0,Hr.gL)(s),(0,un.setCustomLogger)(Gr()),(0,un.set)((0,zr._X)()?ys.Z:e,(0,N.KD)(),!1,{enabled:s,testDomain:n,collector:e=>ei.push(e)}),Xr()};var si=s(2600),ni=s(297),oi=s(9374),ri=s(6516),ii=s(5147);const ai=()=>{ii.Z.forEach((({observations:e})=>{(0,Ye.Z)(e,((e,t)=>{null!=t&&t[oi.ix]&&(0,ri.Z)(t[oi.ix])}))}))};var ci=s(9393);const di=()=>{(0,ci.Z)()||((0,me.DH)(si.SR),(0,me.nr)(si.SR))},li=()=>{di(),(0,me.vv)((()=>{(0,ni.e)(),(0,si.lQ)()})),(0,me.hT)((()=>{(0,si.lQ)(),ai()}))};var ui=s(4972),pi=s(677),mi=s(6814);const fi=()=>{const e=(...e)=>{const t=Object.values(ui.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,pi.ec)(t),(0,mi.Z)(...e)};(0,ui.ot)(),(0,me.hT)(e),(0,me.uU)(e),(0,me.mc)(e,!0),(0,Rn.aS)(e,!0),(0,pi.lH)()};var gi=s(7462);const hi=()=>{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,gi.Z)("shown",1,void 0,{type:s,channel:c}),x(y.WS);const e=(0,T.Z)((0,re.Z)(w.VR));(0,k.Z)(w.VR,e+1)}else(0,gi.Z)("adsNotAllowed",void 0,void 0,{type:s,channel:c}),x(y.Cl);break;case i:"1"!==(0,re.Z)(w.tn)&&((0,k.Z)(w.tn,1),x(y.Cl),(0,gi.Z)("unlocked",void 0,void 0,{type:s,channel:c}),(0,I.Z)(w.VR)),(0,gi.Z)("notUnlocked",void 0,void 0,{type:s,channel:c});break;default:x(y.Cl),(0,gi.Z)("unknown",void 0,void 0,{type:s,channel:c})}}})},Ai=()=>{const e="googlefcPresent";hi(),(0,Ws.Z)({src:"https://fundingchoicesmessages.google.com/i/pub-3966653589406540?ers=1",onLoad(){(0,yt.Z)((t=>{if(!window.frames[e]){const s=(0,es.Z)();s.name=e,t.appendChild(s)}}))()}})},vi="WhitelistBoardInit",Zi=()=>{if(!(0,ne.R)()&&!(0,N.$e)()){const e=(0,pe.bB)("adtech","AAB-56"),t="C"===e;if("B"===e)Ai();else if(t)(0,gi.Z)("noBoards");else{const e=le;e?e.then((e=>{s.e(124).then(s.bind(s,4960)).then((({default:t})=>{t(e)})).catch((e=>{(0,V.Z)(e,vi)}))})):(0,bt.Z)({message:`${vi}`,path:typeof e})}}};var bi=s(5888),wi=s(2226),yi=s(3298),Si=s(2419),Ci=s(4429);const _i=(e,t)=>{const{action:s,name:n,value:o,expires:r}=e;if((0,Ne.Z)(n))switch(s){case"set":(0,Le.Z)(n,o,r&&new Date(r));break;case"get":e.value=(0,re.Z)(n);break;case"remove":(0,Es.Z)(n);break;default:(0,Ci.Z)(e,Si.$n)}else(0,Ci.Z)(e,Si.aW);ae.Z.f(t)&&t(e)};var Ii=s(4918),Pi=s(3675);const ki=(0,wi.Z)(),Ei=!Ii.Z||cr.Ny,Ti=(e,t,s,n,o)=>{const r={method:"cookie",action:e,name:t,value:n,cb:s,expires:o};(0,Pi.Z)(r,s,ki,Ei,_i,"Cookie")},Oi={set:(e,t,s,n)=>{Ti("set",e,s,t,n)},get:(e,t)=>{Ti("get",e,t)},remove:(e,t)=>{Ti("remove",e,t)}},{set:Li,get:xi,remove:Di}=Oi,$i=()=>({detected:(0,y.VP)(),trackingProtection:(0,j.B)(),pluginDetected:(0,$.q)(),forcedBefore:Q,forcedAfter:Y,results:J});var Ri=s(3448);const ji=()=>{const e=(0,Qt.SU)();return!!e&&(4!==e.policyVersion||!e.vendorListVersion)};var Ni=s(625);const Mi=e=>{(0,oe.j5)()||S.Z.fill(e)};var Vi=s(2890),Bi=s(1564),Ui=s(3203),Fi=s(1049);const qi=(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,ro.Z)(s,"SN",(0,Ee.W_)()),(0,ct.Z)(e)&&(s=(0,ro.Z)(s,(0,gr.Z)(e))),Object.assign(o,(0,En.ZF)()),t.media=(0,gr.Z)(n);const i={rekid:r,dotParams:o,version:"4"};return(0,io.Z)(s,void 0,void 0,t,i)};var zi=s(9846),Hi=s(6570);const{get:Gi,set:Wi,remove:Ki}=et.default;var Ji=s(2647),Qi=s(6320);const Yi=()=>{(0,Ce.qL)("cookie",(0,Ie.Z)(i)),(0,Ce.qL)("cookieXD",(0,Ie.Z)(a)),(0,Ce.qL)("storage",(0,Ie.Z)(m)),(0,Ce.qL)("storageXD",(0,Ie.Z)(f)),(0,Ce.qL)("abtests",(0,Ie.Z)(r)),(0,Ce.qL)("crux",(0,Ie.Z)(c)),(0,Ce.qL)("env",(0,Ie.Z)(d)),(0,Ce.qL)("gdpr",(0,Ie.Z)(l)),(0,Ce.qL)("stat",(0,Ie.Z)(p)),(0,Ce.qL)("performance",(0,Ie.Z)(u)),(0,Ce.qL)("utils",(0,Ie.Z)(g))};var Xi=s(7207),ea=s(8720),ta=s(1511),sa=s(5146);const na=()=>{(0,Ce.qL)("classManager",(0,Ie.Z)(h)),(0,Ce.qL)("viewability",(0,Ie.Z)(A))},oa=()=>{(0,Ce.qL)("addHandler",me.Hj),(0,Ce.qL)("removeHandler",me.vS)};var ra=s(9350),ia=s(6901),aa=s(551);const ca=()=>{(0,Ce.qL)("follow",ra.Z),(0,Ce.qL)("getScript",Ws.Z),(0,Ce.qL)("getStylesheet",ia.Z),(0,Ce.qL)("iframeFactory",aa.Z),(0,Ce.qL)("registerApi",Ce.qL),(0,Ce.qL)("captureError",V.Z),(0,Ce.qL)("isOfType",ae.Z)};var da=s(6430);const la=()=>{const e=(0,so.Wg)();if(e){const t=e.timeStart?Date.now()-e.timeStart:0;e.currentTotal=Math.round((e.total+t)/1e3)}return e};let ua=0;const pa=["pageview","pageviewVpv","unload","unloadVpv"],ma=["user","page","content","site","source"],fa=e=>{if(ae.Z.o(e)){const{event:t,toIgnore:s=[]}=e;delete e.toIgnore,"unload"!==t&&"unloadVpv"!==t||(Nr.Z.open(),jo.Z.open()),Nr.Z.fill((()=>{jo.Z.fill((()=>{if(pa.includes(t)){((e,t)=>{ma.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,b.Rn)()||"",o.id.audienceId=(0,re.Z)("STac")||"",o.hasAdblock=(0,y.VP)()),s.includes("site")||(a.cms=(0,En.ZF)("csystem")||"",a.frontendPlatform=(0,Se.Hl)()||"")),("pageview"===t||"pageviewVpv"===t)&&(e.abTesting=(0,pe.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.includes("page")||(r.pvId=(0,Ro.Vq)()||"",r.templateType=r.templateType||(0,En.ZF)("ctype")||""),s.includes("content")||(i.category=i.category||{},i.category.IAB=((0,En.ZF)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,En.ZF)("ccategory")||""),i.tags=(n=(0,En.ZF)("ctags")||"",decodeURIComponent(n).replace(/\s*[,;]+\s*/g,"|")),ae.Z.u(i.pageCount)?i.pageCount=(0,En.ZF)("cphotomax")||(0,En.ZF)("cpagemax")||"":(0,T.Z)(i.pageCount)<1&&(i.pageCount="")),!s.includes("source"))){const e=(0,tn.a)(),t=(0,an.Z)(e).search,s=(0,nn.b)()?{}:(0,rn.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,ge.Z)().length;if(t>ua?(e.eventLabel=!0,ua=t):e.eventLabel=!1,!s.includes("content")){const e=la();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,ae.Z.u(i.pageViewCount)?i.pageViewCount=(0,En.ZF)("cphotono")||(0,En.ZF)("cpageno")||"":(0,T.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}}(e=>{ma.forEach((t=>{(0,ct.Z)(e[t])||delete e[t]}))})(e)}var n;if((0,da.Z)().push(e),"pageview"===t||"pageviewVpv"===t)try{(0,lr.Z)(!1,{event_pageview:JSON.stringify(e)},"gtm_datalayer")}catch(e){}}))}))}};var ga=s(9126);const ha=(0,An.Z)("PWPDebug"),Aa=[],va=e=>{const t=(0,ga.Z)(e);fa(t.ga)},Za=(e={},t=!1,s=400)=>{const n=(0,ga.Z)(e);if(fa(n.ga),ae.Z.f(t)){if(ha)return void Aa.push(t);t()}},ba=(e={},t=!1,s=200)=>{const n=(0,ga.Z)(e);if(fa(n.ga),(0,Rs.Is)(),t){if(ha)return void Aa.push(t);t()}},wa=e=>{So("page:close",e)},ya=()=>{(0,Ce.qL)("pwp",(0,Ie.Z)(v)),(0,Ce.qL)("spa",(0,Ie.Z)(Z))},Sa=()=>{vn(),(0,pe.ZP)(),(0,F.Z)("HandleNavigation",hn),(0,rr.ZP)(),(0,F.Z)("StatidExists",b.YH),(0,F.Z)("PageView",xn),It(),(0,F.Z)("ConsentStart",$s),(0,F.Z)("CookieInfoLoader",Bs),(0,F.Z)("Uniform",ti),(0,F.Z)("AAB",ue,Zi),to(),Cn(),ke(),Ys(),fi(),(0,F.Z)("SyncUniform",qr),(0,F.Z)("Stat",jr,or),yo(),li(),(0,Rs.ZP)(),ca(),oa(),Yi(),na(),ya()}},8947:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Ze});var n=s(2978),o=s(1770),r=s(5620),i=s(846),a=s(975),c=s(4841),d=s(4769),l=s(8393),u=s(6205);const p=()=>{(0,d.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl"})},m=()=>{const e="WPpix6";l.default.get(e,(t=>{let s,n=0;const o=Date.now(),r=(0,c.W_)();if(t.value){const e=JSON.parse(t.value);s=e.sv,n=(0,u.Z)(e.ts,10)}(!t.value||s!==r||n<o-3e5)&&l.default.set(e,JSON.stringify({sv:r,ts:o}),p)}))},f=()=>{a.Z&&!(0,o.N0)()&&!(0,r.IK)()&&(0,n.rS)([n.BB,n.Uv,n.Uk])&&i.Z.fill(m)};var g=s(2395),h=s(961),A=s(5131),v=s(6918),Z=s(1530),b=s(1603),w=s(6539),y=s(5068),S=s(2443);const C="FBPixel",_=()=>{if(!(0,r.IK)()){const e="933316406876601";let t=(0,w.Z)("wp_fb_id"),s=!1;const o=[n.H9,n.BB,n.Uv,n.TH,n.nJ];if((0,n.rS)(o)&&(t?t===e&&(s=!0,(0,v.Z)({message:C,path:"DefaultFBIDUsed",fileName:t},1e4)):(t=e,s=!0)),t){const e="https://connect.facebook.net/en_US/fbevents.js";i.Z.fill((()=>{b.Z.fill((()=>{if((0,h.BF)("mr","TP")){(0,S.Z)("wp_fb_id",t),(0,v.Z)({message:C,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,y.Z)({id:t,src:e,onLoad:()=>{(0,Z.Z)(C,!0)},onError:()=>{(0,Z.Z)(C,!1),(0,g.o)(t)}})}n("init",t),n("track","PageView"),s&&n("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,A.VP)()})}}))}))}else window.fbq&&setTimeout((()=>{var e,t,s;(0,v.Z)({message:C,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,`${C} not embedded with WPJSlib. Use 'wp_fb_id' parameter.`,!0)}),2e3)}};var I=s(703),P=s(6430),k=s(7550),E=s(3205),T=s(9349),O=s(4640);const L="GTM",x=()=>{if(!(0,r.IK)()){const e="gtm",t=(0,w.Z)("wp_gtm_id")||(0,I.qm)(e),s=(0,O.Z)(t);s.length>1&&(0,T.Z)("Use only one GTM container.","error");const n=s[0];if(!E.Z.u(n))if((e=>(0,k.Z)(e)&&/^GTM-[A-Z0-9]{5,8}$/.test(e))(n)){(0,P.Z)().push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),(0,v.Z)({message:L,fileName:"ValidId",path:n},1e5),i.Z.fill((()=>{b.Z.fill((()=>{(0,y.Z)({withMeasurement:L,src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:e,crossorigin:!0,onLoad(){(0,Z.Z)(L,!0)},onError(){(0,Z.Z)(L,!1),(0,g.o)(e)}})}),L)}),L)}else(0,v.Z)({message:L,fileName:"InvalidId",path:n},1e3,`Given GTM ID "${n}" is invalid.`,"error")}},D="Hotjar",$=()=>{if(!(0,r.IK)()){const e=(0,w.Z)("wp_hj_id"),t=(0,w.Z)("wp_hj_sv")||6;e?i.Z.fill((()=>{b.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,v.Z)({message:D,path:"WPEmbedded",fileName:`${e}|${t}`},1e4),(0,y.Z)({id:s,src:`https://static.hotjar.com/c/hotjar-${e}.js?sv=${t}`,onLoad(){(0,Z.Z)(D,!0)},onError(){(0,Z.Z)(D,!1),(0,g.o)(s)}})}))})):window._hjSettings&&setTimeout((()=>{(0,v.Z)({message:D,path:"NotWPEmbedded",fileName:window._hjSettings.hjid},1e4,`${D} not embedded with WPJSlib. Use 'wp_hj_id' parameter.`,!0)}),2e3)}};var R=s(7508);const j=()=>window.Notification?window.Notification.permission:null;var N=s(4634);const M=j();let V=!1;const B="WPppgcp",U=()=>{let e=(0,R.Z)(B);return e?e=JSON.parse(e):(e={showTimestamp:0,visitTimestamp:Date.now(),count:0,permission:M},V=!0),e},F=(e,t,s,n)=>{const o=U();return Object.assign(o,e?{showTimestamp:e}:null,t?{visitTimestamp:t}:null,s||0===s?{count:s}:null,n?{permission:n}:null),(0,N.Z)(B,JSON.stringify(o)),o};var q=s(8350);let z,H,G,W;var K=s(1384),J=s(2756),Q=s(1143);const Y="PPG";let X;const ee=()=>(X||(X=new Promise(((e,t)=>{(0,k.Z)(z,24)&&(0,k.Z)(H)||W?((()=>{const e=Date.now();let{visitTimestamp:t,count:s}=U();t<e-18e5&&(s+=1),t=e,F(null,t,s)})(),((e,t)=>{(0,h.U2)("mr","TP")&&(0,y.Z)({withMeasurement:Y,id:"ppgsdk",src:"https://cdn.pushpushgo.com/scripts/sdk.js",onLoad:()=>{window.ppg?e():t(new Error("PPG api missing after load")),(0,Z.Z)(`${Y} SDK`,!!window.ppg)},onError:()=>{t(new Error("PPG loading error")),(0,Z.Z)(`${Y} SDK`,!1)}})})(e,t)):t(new Error("PPG is not correctly configured"))}))),X);let te=!1;const se=e=>{const t=(0,q.J1)(),s=t?t.split(";"):[];return s.length&&e.appendTags(s).then((()=>{e.send(!0)})),t},ne=(e,t)=>{e.register().then((()=>{t({client:e,consent:!0})})).catch((s=>{t({client:e,consent:!1})}))},oe=e=>new Promise(((t,s)=>{const n=window.ppg,o=j(),r=(()=>{const{hostname:e}=window.location,t=e.replace("www.","").split(".").reverse().join(".");return{swPath:G,projectId:z,vapidPublicKey:H,websitePushId:`web.${t}`,endpoint:"https://api.pushpushgo.com"}})(),i=new n.sdk.Client(r);(0,Z.Z)("PPGSubscriptions SDK",!0),i.isPushSupport().then((()=>{i.isSubscribed().then((n=>{if(n)t({client:i,consent:null});else if("default"===o){const s=(()=>{const e=Date.now(),{showTimestamp:t,count:s}=U();return V||t<e-6048e5&&s>=3})()||(()=>{const{permission:e}=U(),t="denied"===e&&"denied"!==M||"granted"===e&&"default"===M;return F(null,null,null,M),t})()||!!W;(!e||e&&s)&&((0,Q.Z)("PPGStartLoadBoard"),ne(i,t),e&&F(Date.now(),null,0))}else"granted"===o?ne(i,t):s(new Error("no permission"))}))})).catch((()=>{s(new Error("not supported"))}))})),re=(e=!1)=>new Promise(((t,s)=>{ee().then((()=>{te||(te=oe(e)),te.then(t).catch(s)})).catch((e=>{}))})),ie=()=>{(0,r.IK)()||i.Z.fill((()=>{b.Z.fill((()=>{if(z=(0,w.Z)("wp_ppg_id")||(0,I.qm)("ppg"),H=(0,w.Z)("wp_ppg_key")||(0,I.qm)("ppgKey"),G=(0,w.Z)("wp_ppg_swpath")||(0,I.qm)("swpath"),W=(0,I.qm)("ppgForce"),(z||H)&&(0,v.Z)({message:"PPG",path:H,fileName:z},1e5),ee().catch((e=>{})),!(0,w.Z)("wp_ppg_api")&&!(0,I.qm)("ppgAPI")){const e=j();re(!0).then((t=>{const{consent:s,client:n}=t;s?se(n):null===s&&(F(null,null,null,e),se(n))})).catch((t=>{((e,t)=>{(0,v.Z)({message:"PPG",path:t,fileName:e},1e5)})(t,e)}))}}))})),(0,K.qL)("ppg",(0,J.Z)({subscribe:re}))};var ae=s(3121),ce=s(7144),de=s(1564),le=s(6320),ue=s(8083),pe=s(6730),me=s(1774),fe=s(7003);const ge=()=>{const{es6:e}=me.default;if(!e){const e=(0,fe.Z)(),t=(0,fe.Z)("wpjslib6"),s=/std\.wpcdn\.pl\/(canary\/)?wpjslib6?\/wpjslib-(stat|sgap|mail|lite|inline|tags|amp|ecom|ecad|blackbox|media|gosync|sync)\.js$/;if(e){t?t.async||(0,T.Z)("Consider loading WPJSlib in ASYNC mode.",!0):(0,T.Z)("Consider using ES6 version of WPJSlib. ES5 version will be removed soon.",!0),e.crossOrigin||(0,T.Z)("Missing attribute 'crossorigin' for WPJSlib script tag.",!0);const n=e.src,o=(0,pe.unmess)(n);n===o&&(0,ue.rI)()&&(0,ue._k)()&&(0,v.Z)({message:"AAB",path:"DisabledSS"},100,"WPJSlib script source URL is not Uniformed.",!0),s.test(o)||(0,v.Z)({message:"WPJSlibSource",path:`${e.async?"A":""}SYNC_${e.crossOrigin?"":"NO"}CORS`,fileName:o},100,"Invalid WPJSlib script source. Using random parameters in URL is an error.","error")}else(0,T.Z)("Missing attribute 'id=\"wpjslib\"' for WPJSlib script tag.",!0)}},he=()=>{setTimeout((()=>{(0,le.Z)(),ge()}),16),ce._x?s.e(345).then(s.bind(s,9971)).then((({default:e})=>{e()})):(0,ae.aS)(de.TQ)},Ae=()=>{if(!(0,r.IK)()){const e=(0,w.Z)("wp_tiktok_id");(0,k.Z)(e)&&i.Z.fill((()=>{b.Z.fill((()=>{if((0,h.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,y.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()}}))}))}},ve=e=>{const t=(0,w.Z)("wp_defer_vendors");(0,k.Z)(t)?(window.addEventListener(t,(()=>{e()}),{once:!0}),(0,v.Z)({message:"DeferVendors",path:t},1e4)):e()},Ze=()=>{x(),ve((()=>{_(),ie(),$(),Ae()})),f(),he()}},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")},7292:(e,t,s)=>{"use strict";s.d(t,{Ew:()=>x,gI:()=>D,E9:()=>$});class n extends Error{constructor(e){super(e),this.name="DecodingError"}}class o extends Error{constructor(e){super(e),this.name="EncodingError"}}class r extends Error{constructor(e){super(e),this.name="GVLError"}}class i extends Error{constructor(e,t,s=""){super(`invalid value ${t} passed for ${e} ${s}`),this.name="TCModelError"}}class a{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 o("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 n("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 c{static langSet=new Set(["AR","BG","BS","CA","CS","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HR","HU","IT","JA","LT","LV","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SR-LATN","SR-CYRL","SV","TR","ZH"]);has(e){return c.langSet.has(e)}parseLanguage(e){const t=(e=e.toUpperCase()).split("-")[0];if(e.length>=2&&2==t.length){if(c.langSet.has(e))return e;if(c.langSet.has(t))return t;const s=t+"-"+t;if(c.langSet.has(s))return s;for(const s of c.langSet)if(-1!==s.indexOf(e)||-1!==s.indexOf(t))return s}throw new Error(`unsupported language ${e}`)}forEach(e){c.langSet.forEach(e)}get size(){return c.langSet.size}}class d{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class l{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}}}}var u,p,m,f;!function(e){e[e.NOT_ALLOWED=0]="NOT_ALLOWED",e[e.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",e[e.REQUIRE_LI=2]="REQUIRE_LI"}(u||(u={}));class g extends l{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 g;if(2!==t.length)throw new i("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}${g.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===u.NOT_ALLOWED||this.restrictionType===u.REQUIRE_CONSENT||this.restrictionType===u.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class h extends l{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===u.NOT_ALLOWED)o=n.legIntPurposes.includes(t)||n.purposes.includes(t);else if(n.flexiblePurposes.length)switch(e){case u.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(t)&&n.legIntPurposes.includes(t);break;case u.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 Set),this.bitLength=0),this.map.get(s).add(e)}}restrictPurposeToLegalBasis(e){const t=Array.from(this.gvl.vendorIds),s=e.hash,n=t[t.length-1],o=[...Array(n).keys()].map((e=>e+1));if(this.has(s))for(let e=1;e<=n;e++)this.map.get(s).add(e);else this.map.set(s,new Set(o)),this.bitLength=0}getVendors(e){let t=[];if(e){const s=e.hash;this.has(s)&&(t=Array.from(this.map.get(s)))}else{const e=new Set;this.map.forEach((t=>{t.forEach((t=>{e.add(t)}))})),t=Array.from(e)}return t.sort(((e,t)=>e-t))}getRestrictionType(e,t){let s;return this.getRestrictions(e).forEach((e=>{e.purposeId===t&&(void 0===s||s>e.restrictionType)&&(s=e.restrictionType)})),s}vendorHasRestriction(e,t){let s=!1;const n=this.getRestrictions(e);for(let e=0;e<n.length&&!s;e++)s=t.isSameAs(n[e]);return s}getMaxVendorId(){let e=0;return this.map.forEach((t=>{e=Math.max(Array.from(t)[t.size-1],e)})),e}getRestrictions(e){const t=[];return this.map.forEach(((s,n)=>{e?s.has(e)&&t.push(g.unHash(n)):t.push(g.unHash(n))})),t}getPurposes(){const e=new Set;return this.map.forEach(((t,s)=>{e.add(g.unHash(s).purposeId)})),Array.from(e)}remove(e,t){const s=t.hash,n=this.map.get(s);n&&(n.delete(e),0==n.size&&(this.map.delete(s),this.bitLength=0))}set gvl(e){this.gvl_||(this.gvl_=e,this.map.forEach(((e,t)=>{const s=g.unHash(t);Array.from(e).forEach((t=>{this.isOkToHave(s.restrictionType,s.purposeId,t)||e.delete(t)}))})))}get gvl(){return this.gvl_}isEmpty(){return 0===this.map.size}get numRestrictions(){return this.map.size}}!function(e){e.COOKIE="cookie",e.WEB="web",e.APP="app"}(p||(p={})),function(e){e.CORE="core",e.VENDORS_DISCLOSED="vendorsDisclosed",e.VENDORS_ALLOWED="vendorsAllowed",e.PUBLISHER_TC="publisherTC"}(m||(m={}));class A{static ID_TO_KEY=[m.CORE,m.VENDORS_DISCLOSED,m.VENDORS_ALLOWED,m.PUBLISHER_TC];static KEY_TO_ID={[m.CORE]:0,[m.VENDORS_DISCLOSED]:1,[m.VENDORS_ALLOWED]:2,[m.PUBLISHER_TC]:3}}class v extends l{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 i("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[d.cmpId]=12;static[d.cmpVersion]=12;static[d.consentLanguage]=12;static[d.consentScreen]=6;static[d.created]=36;static[d.isServiceSpecific]=1;static[d.lastUpdated]=36;static[d.policyVersion]=6;static[d.publisherCountryCode]=12;static[d.publisherLegitimateInterests]=24;static[d.publisherConsents]=24;static[d.purposeConsents]=24;static[d.purposeLegitimateInterests]=24;static[d.purposeOneTreatment]=1;static[d.specialFeatureOptins]=12;static[d.useNonStandardTexts]=1;static[d.vendorListVersion]=12;static[d.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,t){let s;if("string"==typeof e&&(e=parseInt(e,10)),s=e.toString(2),s.length>t||e<0)throw new o(`${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 n("invalid bit length");return parseInt(e,2)}}class w{static encode(e,t){return b.encode(Math.round(e.getTime()/100),t)}static decode(e,t){if(t!==e.length)throw new n("invalid bit length");const s=new Date;return s.setTime(100*b.decode(e,t)),s}}class y{static encode(e){return String(Number(e))}static decode(e){return"1"===e}}class S{static encode(e,t){let s="";for(let n=1;n<=t;n++)s+=y.encode(e.has(n));return s}static decode(e,t){if(e.length!==t)throw new n("bitfield encoding length mismatch");const s=new v;for(let n=1;n<=t;n++)y.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,n=e.charCodeAt(1)-65;if(s<0||s>25||n<0||n>25)throw new o(`invalid language code: ${e}`);if(t%2==1)throw new o(`numBits must be even, ${t} is not valid`);t/=2;return b.encode(s,t)+b.encode(n,t)}static decode(e,t){let s;if(t!==e.length||e.length%2)throw new n("invalid bit length for language");{const t=65,n=e.length/2,o=b.decode(e.slice(0,n),n)+t,r=b.decode(e.slice(n),n)+t;s=String.fromCharCode(o)+String.fromCharCode(r)}return s}}class _{static encode(e){let t=b.encode(e.numRestrictions,Z.numRestrictions);if(!e.isEmpty()){const s=(t,s)=>{for(let n=t+1;n<=s;n++)if(e.gvl.vendorIds.has(n))return n;return t};e.getRestrictions().forEach((n=>{t+=b.encode(n.purposeId,Z.purposeId),t+=b.encode(n.restrictionType,Z.restrictionType);const o=e.getVendors(n),r=o.length;let i=0,a=0,c="";for(let e=0;e<r;e++){const t=o[e];if(0===a&&(i++,a=t),e===r-1||o[e+1]>s(t,o[r-1])){const e=!(t===a);c+=y.encode(e),c+=b.encode(a,Z.vendorId),e&&(c+=b.encode(t,Z.vendorId)),a=0}}t+=b.encode(i,Z.numEntries),t+=c}))}return t}static decode(e){let t=0;const s=new h,o=b.decode(e.substr(t,Z.numRestrictions),Z.numRestrictions);t+=Z.numRestrictions;for(let r=0;r<o;r++){const o=b.decode(e.substr(t,Z.purposeId),Z.purposeId);t+=Z.purposeId;const r=b.decode(e.substr(t,Z.restrictionType),Z.restrictionType);t+=Z.restrictionType;const i=new g(o,r),a=b.decode(e.substr(t,Z.numEntries),Z.numEntries);t+=Z.numEntries;for(let o=0;o<a;o++){const o=y.decode(e.substr(t,Z.anyBoolean));t+=Z.anyBoolean;const r=b.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,o){const o=b.decode(e.substr(t,Z.vendorId),Z.vendorId);if(t+=Z.vendorId,o<r)throw new n(`Invalid RangeEntry: endVendorId ${o} is less than ${r}`);for(let e=r;e<=o;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"}(f||(f={}));class I{static encode(e){const t=[];let s,n=[],o=b.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 d=i+Z.numEntries;return e.forEach(((o,i)=>{if(r+=y.encode(o),s=e.maxId>c&&d<a,s&&o){e.has(i+1)?0===n.length&&(n.push(i),d+=Z.singleOrRange,d+=Z.vendorId):(n.push(i),d+=Z.vendorId,t.push(n),n=[])}})),s?(o+=String(f.RANGE),o+=this.buildRangeEncoding(t)):(o+=String(f.FIELD),o+=r),o}static decode(e,t){let s,o=0;const r=b.decode(e.substr(o,Z.maxId),Z.maxId);o+=Z.maxId;const i=b.decode(e.charAt(o),Z.encodingType);if(o+=Z.encodingType,i===f.RANGE){if(s=new v,1===t){if("1"===e.substr(o,1))throw new n("Unable to decode default consent=1");o++}const r=b.decode(e.substr(o,Z.numEntries),Z.numEntries);o+=Z.numEntries;for(let t=0;t<r;t++){const t=y.decode(e.charAt(o));o+=Z.singleOrRange;const n=b.decode(e.substr(o,Z.vendorId),Z.vendorId);if(o+=Z.vendorId,t){const t=b.decode(e.substr(o,Z.vendorId),Z.vendorId);o+=Z.vendorId;for(let e=n;e<=t;e++)s.set(e)}else s.set(n)}}else{const t=e.substr(o,r);o+=r,s=S.decode(t,r)}return s.bitLength=o,s}static buildRangeEncoding(e){const t=e.length;let s=b.encode(t,Z.numEntries);return e.forEach((e=>{const t=1===e.length;s+=y.encode(!t),s+=b.encode(e[0],Z.vendorId),t||(s+=b.encode(e[1],Z.vendorId))})),s}}function P(){return{[d.version]:b,[d.created]:w,[d.lastUpdated]:w,[d.cmpId]:b,[d.cmpVersion]:b,[d.consentScreen]:b,[d.consentLanguage]:C,[d.vendorListVersion]:b,[d.policyVersion]:b,[d.isServiceSpecific]:y,[d.useNonStandardTexts]:y,[d.specialFeatureOptins]:S,[d.purposeConsents]:S,[d.purposeLegitimateInterests]:S,[d.purposeOneTreatment]:y,[d.publisherCountryCode]:C,[d.vendorConsents]:I,[d.vendorLegitimateInterests]:I,[d.publisherRestrictions]:_,segmentType:b,[d.vendorsDisclosed]:I,[d.vendorsAllowed]:I,[d.publisherConsents]:S,[d.publisherLegitimateInterests]:S,[d.numCustomPurposes]:b,[d.publisherCustomConsents]:S,[d.publisherCustomLegitimateInterests]:S}}class k{1={[m.CORE]:[d.version,d.created,d.lastUpdated,d.cmpId,d.cmpVersion,d.consentScreen,d.consentLanguage,d.vendorListVersion,d.purposeConsents,d.vendorConsents]};2={[m.CORE]:[d.version,d.created,d.lastUpdated,d.cmpId,d.cmpVersion,d.consentScreen,d.consentLanguage,d.vendorListVersion,d.policyVersion,d.isServiceSpecific,d.useNonStandardTexts,d.specialFeatureOptins,d.purposeConsents,d.purposeLegitimateInterests,d.purposeOneTreatment,d.publisherCountryCode,d.vendorConsents,d.vendorLegitimateInterests,d.publisherRestrictions],[m.PUBLISHER_TC]:[d.publisherConsents,d.publisherLegitimateInterests,d.numCustomPurposes,d.publisherCustomConsents,d.publisherCustomLegitimateInterests],[m.VENDORS_ALLOWED]:[d.vendorsAllowed],[m.VENDORS_DISCLOSED]:[d.vendorsDisclosed]}}class E{1=[m.CORE];2=[m.CORE];constructor(e,t){if(2===e.version)if(e.isServiceSpecific)this[2].push(m.PUBLISHER_TC);else{const s=!(!t||!t.isForVendors);s&&!0!==e[d.supportOOB]||this[2].push(m.VENDORS_DISCLOSED),s&&(e[d.supportOOB]&&e[d.vendorsAllowed].size>0&&this[2].push(m.VENDORS_ALLOWED),this[2].push(m.PUBLISHER_TC))}}}class T{static fieldSequence=new k;static encode(e,t){let s;try{s=this.fieldSequence[String(e.version)][t]}catch(s){throw new o(`Unable to encode version: ${e.version}, segment: ${t}`)}let n="";t!==m.CORE&&(n=b.encode(A.KEY_TO_ID[t],Z.segmentType));const r=P();return s.forEach((s=>{const i=e[s],a=r[s];let c=Z[s];void 0===c&&this.isPublisherCustom(s)&&(c=Number(e[d.numCustomPurposes]));try{n+=a.encode(i,c)}catch(e){throw new o(`Error encoding ${t}->${s}: ${e.message}`)}})),a.encode(n)}static decode(e,t,s){const o=a.decode(e);let r=0;s===m.CORE&&(t.version=b.decode(o.substr(r,Z[d.version]),Z[d.version])),s!==m.CORE&&(r+=Z.segmentType);const i=this.fieldSequence[String(t.version)][s],c=P();return i.forEach((e=>{const s=c[e];let i=Z[e];if(void 0===i&&this.isPublisherCustom(e)&&(i=Number(t[d.numCustomPurposes])),0!==i){const a=o.substr(r,i);if(t[e]=s===I?s.decode(a,t.version):s.decode(a,i),Number.isInteger(i))r+=i;else{if(!Number.isInteger(t[e].bitLength))throw new n(e);r+=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,3,4,5,6]);const s=new Map;return s.set("legIntPurposes",e.vendorLegitimateInterests),s.set("purposes",e.vendorConsents),s.forEach(((s,n)=>{s.forEach(((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===u.REQUIRE_CONSENT&&"purposes"===n||t[e].restrictionType===u.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 o("Unable to encode TCModel without a GVL");if(!s.isReady)throw new o("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");(e=e.clone()).consentLanguage=s.language.slice(0,2).toUpperCase(),(null==t?void 0:t.version)>0&&(null==t?void 0:t.version)<=this.processor.length?e.version=t.version:e.version=this.processor.length;const n=e.version-1;if(!this.processor[n])throw new o(`Invalid version: ${e.version}`);return this.processor[n](e,s)}}class L{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 x extends l{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new c;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new r("Invalid baseUrl!  You may not pull directly from vendorlist.consensu.org and must provide your own cache");e.length>0&&"/"!==e[e.length-1]&&(e+="/"),this.baseUrl_=e}static get baseUrl(){return this.baseUrl_}static latestFilename="vendor-list.json";static versionedFilename="archives/vendor-list-v[VERSION].json";static languageFilename="purposes-[LANG].json";readyPromise;gvlSpecificationVersion;vendorListVersion;tcfPolicyVersion;lastUpdated;purposes;specialPurposes;features;specialFeatures;isReady_=!1;vendors_;vendorIds;fullVendorList;byPurposeVendorMap;bySpecialPurposeVendorMap;byFeatureVendorMap;bySpecialFeatureVendorMap;stacks;dataCategories;lang_;cacheLang_;isLatest=!1;constructor(e){super();let t=x.baseUrl;if(this.lang_=x.DEFAULT_LANGUAGE,this.cacheLang_=x.DEFAULT_LANGUAGE,this.isVendorList(e))this.populate(e),this.readyPromise=Promise.resolve();else{if(!t)throw new r("must specify GVL.baseUrl before loading GVL json");if(e>0){const s=e;x.CACHE.has(s)?(this.populate(x.CACHE.get(s)),this.readyPromise=Promise.resolve()):(t+=x.versionedFilename.replace("[VERSION]",String(s)),this.readyPromise=this.fetchJson(t))}else x.CACHE.has(x.LATEST_CACHE_KEY)?(this.populate(x.CACHE.get(x.LATEST_CACHE_KEY)),this.readyPromise=Promise.resolve()):(this.isLatest=!0,this.readyPromise=this.fetchJson(t+x.latestFilename))}}static emptyLanguageCache(e){let t=!1;return null==e&&x.LANGUAGE_CACHE.size>0?(x.LANGUAGE_CACHE=new Map,t=!0):"string"==typeof e&&this.consentLanguages.has(e.toUpperCase())&&(x.LANGUAGE_CACHE.delete(e.toUpperCase()),t=!0),t}static emptyCache(e){let t=!1;return Number.isInteger(e)&&e>=0?(x.CACHE.delete(e),t=!0):void 0===e&&(x.CACHE=new Map,t=!0),t}cacheLanguage(){x.LANGUAGE_CACHE.has(this.cacheLang_)||x.LANGUAGE_CACHE.set(this.cacheLang_,{purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories})}async fetchJson(e){try{this.populate(await L.fetch(e))}catch(e){throw new r(e.message)}}getJson(){return JSON.parse(JSON.stringify({gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories,vendors:this.fullVendorList}))}async changeLanguage(e){let t=e;try{t=x.consentLanguages.parseLanguage(e)}catch(e){throw new r("Error during parsing the language: "+e.message)}const s=e.toUpperCase();if((t.toLowerCase()!==x.DEFAULT_LANGUAGE.toLowerCase()||x.LANGUAGE_CACHE.has(s))&&t!==this.lang_)if(this.lang_=t,x.LANGUAGE_CACHE.has(s)){const e=x.LANGUAGE_CACHE.get(s);for(const t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}else{const e=x.baseUrl+x.languageFilename.replace("[LANG]",this.lang_.toLowerCase());try{await this.fetchJson(e),this.cacheLang_=s,this.cacheLanguage()}catch(e){throw new r("unable to load language: "+e.message)}}}get language(){return this.lang_}isVendorList(e){return void 0!==e&&void 0!==e.vendors}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,"string"==typeof this.lastUpdated&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors_=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.isReady_=!0,this.isLatest&&x.CACHE.set(x.LATEST_CACHE_KEY,this.getJson()),x.CACHE.has(this.vendorListVersion)||x.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 x(this.getJson());return this.lang_!==x.DEFAULT_LANGUAGE&&e.changeLanguage(this.lang_),e}static isInstanceOf(e){return"object"==typeof e&&"function"==typeof e.narrowVendorsTo}}class D extends l{static consentLanguages=x.consentLanguages;isServiceSpecific_=!1;supportOOB_=!0;useNonStandardTexts_=!1;purposeOneTreatment_=!1;publisherCountryCode_="AA";version_=2;consentScreen_=0;policyVersion_=4;consentLanguage_="EN";cmpId_=0;cmpVersion_=0;vendorListVersion_=0;numCustomPurposes_=0;gvl_;created;lastUpdated;specialFeatureOptins=new v;purposeConsents=new v;purposeLegitimateInterests=new v;publisherConsents=new v;publisherLegitimateInterests=new v;publisherCustomConsents=new v;publisherCustomLegitimateInterests=new v;customPurposes;vendorConsents=new v;vendorLegitimateInterests=new v;vendorsDisclosed=new v;vendorsAllowed=new v;publisherRestrictions=new h;constructor(e){super(),e&&(this.gvl=e),this.updated()}set gvl(e){x.isInstanceOf(e)||(e=new x(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 i("cmpId",e);this.cmpId_=e}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new i("cmpVersion",e);this.cmpVersion_=e}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new i("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 i("publisherCountryCode",e);this.publisherCountryCode_=e.toUpperCase()}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if((e=Number(e)>>0)<0)throw new i("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 i("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if("object"==typeof this.customPurposes){const t=Object.keys(this.customPurposes).sort(((e,t)=>Number(e)-Number(t)));e=parseInt(t.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new i("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 ${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=a.decode(n.charAt(0)).substr(0,Z.segmentType),r=A.ID_TO_KEY[b.decode(o,Z.segmentType).toString()];T.decode(n,t,r)}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.981/wpjslib-chunk-sgap-"+{124:"aab",345:"diagnostic",416:"whitelist",599:"notification",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__1706537569830__:",o.l=(s,n,r,i)=>{if(e[s])e[s].push(n);else{var a,c;if(void 0!==r)for(var d=document.getElementsByTagName("script"),l=0;l<d.length;l++){var u=d[l];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,d=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);d<i.length;d++)r=i[d],o.o(e,r)&&e[r]&&e[r][0](),e[r]=0},s=self.webpackChunk_proto_1706537569830_=self.webpackChunk_proto_1706537569830_||[];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),d=o(7384),l=o(5150);const u=(e,t)=>{const s=`"${t?` crossorigin="${!0===t?"anonymous":t}"`:""}><\/script>`,n='<script src="'+encodeURI((0,l.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 l=(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,d.Z)("wplib"),i=(0,d.Z)("wplib5"),a=(0,d.Z)("wplib6");if(s||i||a){const c=(0,t.qm)("dev")||e,{variants:d={}}=r.default,u=!d[c];if(r.default.variants=d,u){d[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);l(o)}else o()}else o()},f=(0,d.Z)("prebidConfig");null!=f&&f[2]&&!r.default.prebidConfig?(r.default.prebidConfig=f[2],l(`${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)}}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.981",r.default.buildDate="2024-01-29 15:12:49",r.default.uniformVer="1.3.61",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",(()=>{o(4869).Z(),o(8960).Z(),o(8947).Z()}),e.WP,e.y)}))})()})();