/*! @WPM ! WPJSlib ES6 production 2.4.926 2.4.926/wpjslib-chunk-sgap-wpjslib-sgap.js (2023-11-27 11:46:42) */(()=>{var e,t,s={3965:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeEqualSigns=t.addEqualSigns=void 0;t.addEqualSigns=function(e){var t=e,s=e.length%4;return s&&(t+=2===s?"==":"="),t};t.removeEqualSigns=function(e){return e.replace(/=+$/,"")}},5636:(e,t,s)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.atob=t.btoa=void 0;var n=void 0!==s.g&&s.g.Buffer,o=n?function(e){return n.from(e,"binary").toString("base64")}:self.btoa.bind(self);t.btoa=o;var r=n?function(e){return n.from(e,"base64").toString("binary")}:self.atob.bind(self);t.atob=r},977:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(e&&e instanceof Object)for(var s=Object.keys(e),n=s.length,o=0;o<n;o+=1)t(s[o])}},5441:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s=function(e,t){return typeof e===t};["undefined","string","boolean","number","object","function"].forEach((function(e){s[e[0]]=function(t){return s(t,e)}})),t.default=s},7066:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(s(5441));t.default=function(e){return o.default.o(e)&&o.default.f(e.toJSON)}},8339:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.buildQuery=t.addParam=t.parsePath=void 0;var o=n(s(977)),r=n(s(5441)),i="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=";t.parsePath=function(e){var t={href:e},n=void 0!==s.g?s.g:window;if("string"==typeof e&&e.length)if(e.startsWith("//")&&(e="https:"+e),n.URL)try{t=new n.URL(e)}catch(e){t={error:!0,data:i}}else{var o=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);o?(t.protocol=o[1],t.host=o[2],t.hostname=o[3],t.port=o[4],t.pathname=o[5],t.search=o[6],t.hash=o[7]):t={error:!0,data:i}}else t={href:""};return t};t.addParam=function(e,t,s,n,o){var i=e;return r.default.s(i)&&i.length?o?(/\?/.test(i)||(i+="?"),i+=/(\?|&)$/.test(i)?"":"&"):i+="?"!==i.substr(-1)?"&":"":i="",t&&(i+=t,null!=s&&(i+="=".concat(n?encodeURIComponent(s):s))),i};t.buildQuery=function(e,s,n){var i=e;return s&&r.default.o(s)&&(0,o.default)(s,(function(e){i=(0,t.addParam)(i,e,s[e],!!(Array.isArray(n)&&n.indexOf(e)>-1))})),i}},3414:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sxor=t.randomize=t.numberUpTo=void 0;t.numberUpTo=function(e){return Math.floor(Math.random()*e)};t.randomize=function(e,s,n){void 0===e&&(e=10);var o=!0===s?16:s||10,r="";for(n&&(r=String.fromCharCode((0,t.numberUpTo)(26)+97));r.length<e;)r=(r+=Math.random().toString(o).substr(2)).substr(0,e);return r};t.sxor=function(e,t){for(var s=t.length,n=e.length,o="",r=0;r<n;r+=1){var i=e.charCodeAt(r),a=t.charCodeAt(r%s);o+=String.fromCharCode(i^a)}return o}},6730:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.domains=t.set=t.unmess=t.mess=t.setCustomLogger=void 0;var a=i(s(1047));t.mess=a.default;var c=i(s(4840));t.set=c.default;var l=s(2649);Object.defineProperty(t,"setCustomLogger",{enumerable:!0,get:function(){return l.setCustomLogger}});var d=i(s(1630));t.unmess=d.default;var u=r(s(5927));t.domains=u},2649:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.error=t.issue=t.debug=t.setCustomLogger=void 0;var s="Logger not yet initialized, please use setCustomLogger function first",n={debug:function(){},issue:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)},error:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,e)}};t.setCustomLogger=function(e){if(!((null==e?void 0:e.debug)&&(null==e?void 0:e.error)&&(null==e?void 0:e.issue)))throw new Error("Incorrect logger supplied");n=e};t.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.debug.apply(n,e);throw new Error(s)};t.issue=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.issue.apply(n,e);throw new Error(s)};t.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(n)return n.error.apply(n,e);throw new Error(s)}},7180:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"msp.money.pl":"www.money.pl","tech.money.pl":"www.money.pl","moto.money.pl":"www.money.pl","praca.money.pl":"www.money.pl","prawo.money.pl":"www.money.pl","nauka.money.pl":"www.money.pl","wibor.money.pl":"www.money.pl","konto.money.pl":"www.money.pl","manager.money.pl":"www.money.pl","agrobiznes.money.pl":"www.money.pl","money.kube.dev.dcwp.pl":"www.money.pl"}},8047:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.wp.pl","gwiazdy.wp.pl","wiadomosci.wp.pl","turystyka.wp.pl","teleshow.wp.pl","kobieta.wp.pl","kuchnia.wp.pl","opinie.wp.pl","finanse.wp.pl","gry.wp.pl","film.wp.pl","facet.wp.pl","ksiazki.wp.pl","dom.wp.pl","tech.wp.pl","moto.wp.pl","centralagier.wp.pl","magazyn.wp.pl","money.wp.pl","tv.wp.pl","sportowefakty.wp.pl","wawalove.wp.pl","telewizja.wp.pl","pogoda.wp.pl","pilot.wp.pl","wroclaw.wp.pl","wideo.wp.pl"]},9193:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={"i.wpimg.pl":"ii","j.wpimg.pl":"ij","a.wpimg.pl":"ia","b.wpimg.pl":"ib","c.wpimg.pl":"ic","d.wpimg.pl":"id","i.wp.pl":"iw","adv.wp.pl":"ad","dot.wp.pl":"do","ma.wp.pl":"aabma","dynacrems.wp.pl":"aabdc","wpkoszyk.wp.pl":"aabko","koszykrd.wp.pl":"aabkord","rek.www.wp.pl":"rk","static1.money.pl":"ms","materials-api.wp.pl":"maw","data-api.wp.pl":"daw"}},3418:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.match(/^cph_([\w-]+)/);return s&&(t="".concat(s[1],".wpcdn.pl")),t}},9245:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,s=e.split("."),n=s.shift();return"wpcdn"===s.shift()&&n&&(t="cph_".concat(n)),t}},5927:function(e,t,s){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.uniformDomains=t.getCephIdentifier=t.getCephDomain=t.domainMap=t.aabDomains=t.aabDomainsExternal=void 0;var o=n(s(7180));t.aabDomainsExternal=o.default;var r=n(s(8047));t.aabDomains=r.default;var i=n(s(9193));t.domainMap=i.default;var a=n(s(3418));t.getCephDomain=a.default;var c=n(s(9245));t.getCephIdentifier=c.default;var l=n(s(8595));t.uniformDomains=l.default},8595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["www.pudelek.pl","www.o2.pl","parenting.pl","zdrowie.parenting.pl","portal.abczdrowie.pl","ranking.abczdrowie.pl","zywienie.abczdrowie.pl","pytania.abczdrowie.pl","koronawirus.abczdrowie.pl","forum.abczdrowie.pl","uroda.abczdrowie.pl","open.fm","poczta.wp.pl","poczta.o2.pl","vibez.pl","1login.wp.pl","polygamia.pl","gadzetomania.pl","komorkomania.pl","fotoblogia.pl","autokult.pl","e.autokult.pl","partner.wp.pl","www.dobreprogramy.pl","wirtualnaukraina.pl","vpolshchi.pl","nowosti.pl","www.money.pl","www.autocentrum.pl","essanews.com","wpext.pl"]},1047:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t},i=this&&this.__spreadArray||function(e,t,s){if(s||2===arguments.length)for(var n,o=0,r=t.length;o<r;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var c=r(s(2649)),l=s(8339),d=s(3414),u=a(s(8821)),p=s(5927),m=s(5636),f=a(s(5441)),g=a(s(7066)),h=s(3965),A="application",v="beacon",Z="static",b="search",w="",y="/",S="v.wpimg.pl",C=i(i([],p.aabDomains,!0),p.uniformDomains,!0),_=["ii","ij","ia","ib","ic","id","ms","iw","sd","ad"],k=["do","rk","aabma"],I=["aabko","aabdc","aabkord","maw","daw"],P=/(\.js(on)?|\.css)$/i,E=/(\.jp(e)?g|\.(g|av)if|\.webp|\.(a)?png|\.svg|\.ico)$/i,T=/^(?!.*_mess\.html$).*\.html$/i,O=/\//g,L=/\+/g,x=/^(.+)\/([^/]*)$/;t.default=function(){for(var e,t=[],s=0;s<arguments.length;s++)t[s]=arguments[s];var n,o,r,i,a,D,$={},j={},R=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,R=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],R=t[9]),(0,g.default)(U)&&(U=U.toString()),j.input=U,c.debug(j);var F=R||u.default;if(F.collector&&F.collector(j),!F.enabled)return j.error="disabled",U;if(!U)return c.issue("Given URL is empty."),j.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."),j.error="encoded before IR"):(c.issue("URL can't be encoded twice."),j.error="encoded twice"),U;var q=(0,l.parsePath)(U);if(q.error)return c.issue('Given URL "'.concat(U,'" is incorrect.')),j.error="incorrect URL",q.data;var z=q.hostname,G=q.pathname;j.inputLength=U.length,j.hostname=z,j.pathname=G;var H=(0,p.getCephIdentifier)(z);if(H||(H=p.domainMap[z]),!H&&z===F.locationHost&&C.includes(z)?H="hh":$.t=H,!H)return j.error="no identifier",U;var W,K=P.test(G),J=E.test(G);if(f.default.u(o)){if(H.startsWith("cph"))if(K){if(o=A,"cph_std"===H){var Q=Math.floor(Date.now()/6048e5).toString().repeat(2);W=Q,D=String(Array.from(W).reduce((function(e,t){return 0|31*e+t.charCodeAt(0)}),0))}}else o=Z;if("hh"===H)if(K)o=A;else{if(!J)return U;o=Z}else I.includes(H)?o=A:k.includes(H)?(o=v,D=(0,d.randomize)(10,36)):_.includes(H)&&(o=Z)}o===Z&&f.default.u(r)&&T.test(G)&&(r="folder"),f.default.u(n)&&(n=!0),f.default.u(r)&&(r=b),j.length=a,j.mode=o,j.depth=r,j.identifier=H,j.immutable=n;var Y=S;if(i?Y=i:o===A||o===v||"hh"===H?Y=F.applicationHost:"target"===o&&(Y=F.targetHost),!Y)return j.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(G.startsWith(y)&&(X=decodeURIComponent(G.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 j.error="encoding not needed",U;X=ee[1]+y,M=ee[2]+q[b]}$.u=y+X,j.json=$,X="/aabv3/".concat(JSON.stringify($)),(!D||D.length<8)&&(D=n?G:(0,d.randomize)(10,36));try{j.inKeybase=D,D=(0,m.btoa)(D).substr(-12,8),j.keybase=D,j.toEncode=X,j.noEncode=M,B=N?y+D:Y+y+D;var te=(0,d.sxor)(X,D);V=(0,h.removeEqualSigns)((0,m.btoa)(te))}catch(e){return j.error=e&&e.message||"Failed to encode with Base64",c.issue("".concat("Crux.mess",": ").concat(j.error," (").concat(U,")")),U}return B+=(V=(V=V.replace(O,"_")).replace(L,"-"))+(M?y+M:w),j.output=B,j.outputLength=B.length,j.outputLength>3e3?(c.issue(!1,{message:"AAB",fileName:U.substring(0,250),path:"EncodedURLTooLong",campaign:j.outputLength}),j.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)),l=s(5927),d=!1;t.default=function(e,t,o,r,i){if(void 0===e&&(e="undefined_site_domain"),void 0===t&&(t=!1),void 0===o&&(o=""),void 0===r&&(r={}),void 0===i&&(i=!1),!i&&d){if(console.error("Uniform initialized multiple times"),"undefined"!=typeof window&&window.__wpjsdebug__){var u=window.__wpjsdebug__;u.hasUniform=u.hasUniform||0,u.hasUniform+=1}if(!(s.g&&s.g.process&&s.g.process.exit))throw new Error("Uniform initialized multiple times");process.exit(-1)}d=!0,a.debug("Crux","set",e,t,o,r,i);var p=i?c.default:n({},c.defaultState),m="www.wp.pl";return Object.assign(p,r),p.locationHost=e,p.isMainPage=t,p.isReady=new RegExp("^(".concat(["dynacrems"].concat(l.aabDomains,l.uniformDomains).join("|"),")")).test(p.locationHost),!p.isReady&&l.aabDomainsExternal[p.locationHost]&&(p.isReady=!0,p.locationHost=l.aabDomainsExternal[p.locationHost]),p.isReady?p.applicationHost=p.testDomain||o||p.locationHost:p.applicationHost=p.testDomain||o||m,p.isReady&&!p.isMainPage?p.targetHost=p.testDomain||o||p.locationHost:p.targetHost=p.testDomain||o||m,i?p:(Object.keys(c.default).forEach((function(e){c.default[e]=p[e]})),p.enabled)}},8821:function(e,t){"use strict";var s=this&&this.__assign||function(){return s=Object.assign||function(e){for(var t,s=1,n=arguments.length;s<n;s++)for(var o in t=arguments[s])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.defaultState=void 0;var n={locationHost:"unset_site_domain",applicationHost:"",targetHost:"",testDomain:"",isMainPage:!1,isReady:!1,enabled:!0,collector:!1};t.defaultState=n;var o=s({},n);t.default=o},1630:function(e,t,s){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,s,n){void 0===n&&(n=s);var o=Object.getOwnPropertyDescriptor(t,s);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[s]}}),Object.defineProperty(e,n,o)}:function(e,t,s,n){void 0===n&&(n=s),e[n]=t[s]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var s in e)"default"!==s&&Object.prototype.hasOwnProperty.call(e,s)&&n(t,e,s);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0});var i=r(s(2649)),a=s(3965),c=s(5636),l=s(5927),d=s(8339),u=s(3414),p="Crux.unmess",m="";t.default=function(e){var t;if(i.debug(p,e),/^data:/.test(e))return e;var s=(0,d.parsePath)(e),n=s.error,o=s.hostname,r=void 0===o?"":o,f=s.pathname,g=void 0===f?"":f,h=s.search,A=void 0===h?"":h;if(n)return e;var v=g.replace(/^\/|\/$/g,m).split("/"),Z=v.shift(),b=e,w=!1,y=m,S=m;if(Z.length<30)return e;try{var C=(Z=(Z=Z.replace(/_/g,"/")).replace(/-/g,"+")).slice(0,8),_=Z.slice(8),k=(0,c.atob)((0,a.addEqualSigns)(_));t=function(e){if(0!==e.indexOf("/aabv3/"))throw new Error("AABv2 is no longer supported");var t=JSON.parse(e.replace("/aabv3/",m)),s=t.t||m,n=t.u||m;return i.debug(p,"getSxoredData","sxored",e,"identifier",s,"path",n),{identifier:s,path:n}}((0,u.sxor)(k,C)),y=t.identifier,S=t.path}catch(t){return e}var I=m;if(w=Object.entries(l.domainMap).find((function(e){var t=e[0];return e[1]===y&&(I=t,!0)})),!w){var P=(0,l.getCephDomain)(y);P&&(w=!0,I=P)}w||(I=r);try{var E=decodeURIComponent(escape(S));b=(b="https://".concat(I).concat(E).concat(v.length?v.join("/"):m).concat(A)).replace(/[?&]?_=_+$/,m)}catch(n){b=e}return b}},7462:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(2927),o=s(3205),r=s(4634),i=s(6598);const a=Date.now(),c=(e,t,s,c)=>{(0,i.Z)("atfd_abboard",Object.assign({event:e,slotMode:t,timeStart:Date.now()-a},c)),void 0!==t&&((0,r.Z)(n.OB,t),o.Z.f(s)&&s())}},2927:(e,t,s)=>{"use strict";s.d(t,{$$:()=>c,Dl:()=>r,OB:()=>a,VR:()=>o,Wx:()=>i,pV:()=>l,tn:()=>n});const n="WPaabwl",o="WPwlc",r="WPwlbcapp",i=18e4,a="WPwlab",c="WPabcsd",l="WPwlsss"},5131:(e,t,s)=>{"use strict";s.d(t,{Cl:()=>n,R9:()=>c,VP:()=>i,WS:()=>o,pB:()=>a});const n=0,o=1;let r=n;const i=()=>r===o,a=()=>r,c=e=>{r=[n,o].includes(e)?e:n}},6025:(e,t,s)=>{"use strict";let n;s.d(t,{D:()=>r,q:()=>o});const o=()=>n,r=e=>{n=e}},2395:(e,t,s)=>{"use strict";s.d(t,{l:()=>r,o:()=>i});var n=s(3205);let o;const r=e=>{o=e},i=(e,t,s,r)=>{n.Z.f(o)&&o(e,t,s,r)}},7090:(e,t,s)=>{"use strict";s.d(t,{G:()=>r,W:()=>o});let n=!1;const o=()=>n,r=e=>{n=e}},1489:(e,t,s)=>{"use strict";s.d(t,{Ey:()=>r,TB:()=>n,nu:()=>i,o2:()=>o});const n="unknown",o="AG",r="ABP",i="uBO"},6452:(e,t,s)=>{"use strict";s.d(t,{B:()=>o,j:()=>r});let n=!1;const o=()=>n,r=e=>{n=e}},1606:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1489),o=s(2395),r=s(9627);const i=()=>{const e=window;if(!e.apstag){const t=(t,s)=>{e.apstag.Q.push([t,s])};e.apstag={init(...e){t("i",e)},fetchBids(...e){t("f",e)},setDisplayBids:()=>{},targetingKeys:()=>[],Q:[]}}if((0,r.Z)(e.apstag)){e.apstag.fetchBids.toString().includes("instanceof Function")&&(0,o.o)("apstagApi",n.nu,!0,!0)}else(0,o.o)("apstagApi");return e.apstag}},8312:(e,t,s)=>{"use strict";s.d(t,{RK:()=>c,Y2:()=>l,vN:()=>u});var n=s(3476),o=s(6918),r=s(1774),i=s(5253);const a=new Map;r.default.alternativeSlotsStore=a;const c=()=>{a.clear()},l=e=>a.get(e),d=(e,t,s)=>{(0,o.Z)({message:"AlternativeSlot",path:t,fileName:typeof s,slot:e},1e3)},u=(e,t,s)=>{d(e,s,t);if((0,n.ni)(e)!==t){if((0,i.Z)(t))return a.set(e,t),t}else d(e,"SameAlternativeSlot",t)}},6719:(e,t,s)=>{"use strict";s.d(t,{FJ:()=>A,Hw:()=>f,Iq:()=>m,K5:()=>y,Km:()=>g,Lh:()=>p,ZG:()=>u,__:()=>h,bh:()=>d,cT:()=>w,fw:()=>b,fx:()=>Z,z9:()=>v});var n=s(1774),o=s(5046),r=s(6539);const i={},a={},c={};n.default.bunchStore=i,n.default.contextStore=a,n.default.bdDataStore=c;const l=e=>i[e],d=(e,t)=>{let s;return e?(s=l(e),s&&t&&(s=s.slots?s.slots[t]:null)):s=i,s},u=e=>{Object.assign(a,e)},p=e=>{Object.assign(c,e)},m=()=>{(0,o.Z)(i)},f=()=>{(0,o.Z)(a)},g=e=>{if(!e)return;let t=l(e);return t||(t={},i[e]=t),t},h=e=>{let{slots:t}=e;return t||(t={},e.slots=t),t},A=e=>{const t=g(e);if(t)return h(t)},v=(e,t,s)=>{const n=A(e);if(n){let e=n[t];return!e&&s&&(e={created:!0},n[t]=e),e}},Z=(e,t,s)=>{const n=A(e);n&&(n[t]=s)},b=e=>e?(0,r.Z)(e,a):a,w=e=>e?(0,r.Z)(e,c):c,y=()=>b("geo")},9300:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1440),o=s(2497),r=s(9349);const i=(e,t)=>(0,o.Z)(e)?!!(0,n.bg)(e):((0,r.Z)(`Slot number must be a positive integer (was ${t}).`,"error"),!0)},1775:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n={}},5682:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[1,2,3,5,6,10,11,27,34,36,37],o=e=>n.includes(e)},6257:(e,t,s)=>{"use strict";s.d(t,{F:()=>v,O:()=>Z});var n=s(8312),o=s(7379),r=s(1774),i=s(8488),a=s(9627),c=s(7550),l=s(9300),d=s(3205),u=s(2890),p=s(6918),m=s(5253);const f=(e,t)=>(s,n,r)=>{const i=(0,o.Z)(),l=()=>{let t,s,n;const{type:o}=i;i.filled?o?"teaser"===o&&(i.checked?i.callback?i.result?i.element?i.total>500&&(s="RenderTimeExceeded",t=`setNative(${o}) rendering time exceeded 500ms.`,n="error"):(s="CallbackIncorrectElement",t=`setNative(${o}) "callback" was run without correct DOM element ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackIncorrectArgument",t=`setNative(${o}) "callback" was run with incorrect argument ({ el: containerNodeInDOM }).`,n="error"):(s="CallbackNotSet",t=`setNative(${o}) "callback" was not set.`):(s="TypeNotChecked",t=`setNative(${o}) "type" parameter was not checked.`,n="error")):(s="TypeMissing",t='setNative "type" parameter is missing or incorrect.'):(s="ArgumentMissing",t="setNative first argument is missing or incorrect."),(0,p.Z)({message:"setNative",path:s,fileName:o||"unknown",slot:e},1e4,t&&`Slot [${e}] ${t}`,n)},f=setTimeout(l,2e3);if(r){const{addDestroyHandler:e}=r;e((()=>{clearTimeout(f)}))}if((0,a.Z)(s)&&(i.filled=1,(0,c.Z)(s.type))){let{type:e}=s;i.type=e,Object.defineProperty(s,"type",{get:()=>(i.checked=1,e),set:t=>{e=t}})}if(i.run=(0,u.zO)(),d.Z.f(n)){i.callback=1;t(s,(e=>{(0,a.Z)(e)&&(i.result=1,e.el&&(0,m.Z)(e.el)&&(i.element=1,i.done=(0,u.zO)(),i.total=i.done-i.run,i.total<=500&&clearTimeout(f))),n(e)}))}else clearTimeout(f),t(s),l()};var g=s(2443),h=s(6205);const A=new Map;r.default.optionsStore=A;const v=(e,t)=>{const s=(0,h.Z)(e);if((0,l.Z)(s,e))return;const n=A.get(s)||(0,o.Z)();return(0,c.Z)(t)?n[t]:n},Z=(e,t)=>{if((0,a.Z)(t)){const{alternativeSlot:s,setNative:r}=t,a=A.get(e)||(0,o.Z)();if(Object.assign(a,t),a.alternativeSlot=void 0,A.set(e,a),d.Z.f(r)&&((0,g.Z)("setNative",f(e,r),a),(0,g.Z)("originalSetNative",r,a)),s){const t=(0,i.Z)(s);(0,n.vN)(e,t,"SetOptions")}else 3===e&&d.Z.f(r)&&a.setNative({type:"alternativeSlot"},(({el:t})=>{(0,n.vN)(e,t,"SetNative")}));return!0}}},6656:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(6590);const r=(0,n.cu)("PlaceholdersImg>img",{"display!":"none"}),i=(e,t)=>{const s=o.Z[e];if(s){const{element:e}=s;e&&(0,n.aB)(e,r,t)}}},8168:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!0,released:!1,height:"auto"})}},6590:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={};s(1774).default.placeholderStore=n;const o=n},9338:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(6656),o=s(118);const r=e=>{(0,n.Z)(e,!1),(0,o.Z)(e,{hidden:!1,released:!1})}},118:(e,t,s)=>{"use strict";s.d(t,{Z:()=>E});var n=s(8886),o=s(8727),r=s(9300),i=s(7795),a=s(3205),c=s(6590),l=s(6205);const d="Placeholders",u="none",p="margin",m="padding",f="minHeight",g="minWidth",h="overflow",A="display!",v="height",Z="width",b="auto",w=null,y="!",S="backgroundColor!",C="backgroundImage!",_="justifyContent!",k="alignItems!",I=(0,n.cu)(`${d}Bg>div`,{[S]:"transparent",[C]:"none"}),P=(0,n.cu)("sticky"),E=(e,t={})=>{const s=(0,l.Z)(e);if((0,r.Z)(s,e))return;const E=c.Z[s];if(E){Object.assign(E,t);const{element:e}=E;if(e){const{released:t,transparent:r,hidden:c,fixed:l,align:T,backgroundColor:O,sticky:L,top:x=15,durable:D,stickyOnInit:$,stickyAd:j,blocker:R}=E,N=d+s,M={zIndex:0,"position!":$||j?null:"relative"};if(c&&!D)M[v+y]=0,M[f+y]=0,M[m+y]=0,M[p+y]=0,M[h+y]="hidden";else if(M[v+y]=w,M[f+y]=w,M[Z+y]=w,M[g+y]=w,M[m+y]=(0,i.Z)(E[m])?w:E[m],M[p+y]=(0,i.Z)(E[p])?w:E[p],t){if(l){if(a.Z.b(L)?L:(0,o.R)()){const e={position:"sticky",top:x};["left","right"].includes(T)&&(e[T]=0,e[`${p}-${T}`]=0),(0,n.cu)(`${N} [${P}]`,e),M[A]="block"}else M[A]="flex",M[_]="center",M[k]="center";E[f]&&(M[v+y]=b,M[f+y]=E[f])}else R&&(M["clear!"]=u,M["float!"]="right"),M[A]=w,M[_]=w,M[k]=w,a.Z.u(E[v])||(E[v]===b?(M[v+y]=b,M[f+y]=0):M[f+y]=E[v]),E[Z]&&(M[Z+y]=E[Z],M[g+y]=b);M[h+y]=E[h]||w,M[S]=O||(r?"transparent":w),M[C]=u}else M[g+y]=E[g]||w,M[f+y]=E[f]||w,M[h+y]=w,M[S]=w,M[C]=w;(0,n.cu)(N,M),(0,n.aB)(e,I,t&&r),(0,n.Vx)(!c)}}return E}},6934:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7550),o=s(3205),r=s(9349);const i=e=>"oeaslzzcnOEASLZZCN".charAt("óęąśłżźćńÓĘĄŚŁŻŹĆŃ".indexOf(e))||e,a=(e="")=>{if(!o.Z.s(e))return void(0,r.Z)(`PrepareTags method first argument must be a String (given ${e}).`,!0);let t=e;return(0,n.Z)(t)&&(t=decodeURIComponent(t),t=t.replace(/^[\s\uFEFF\xA0]+|#|[\s\uFEFF\xA0]+$/g,""),t=t.replace(/\s*[,;?!.:]+\s*/g,";"),t=t.replace(/\s+/g,"_"),t=t.replace(/\W/g,i),t=t.toLowerCase().slice(0,256)),t}},4732:(e,t,s)=>{"use strict";s.d(t,{Ai:()=>a,mj:()=>c,nB:()=>i});var n=s(703),o=s(5620);let r;const i=()=>(0,n.qm)("onegaf")||(0,o.B2)(),a=()=>{r=!0},c=()=>r},8350:(e,t,s)=>{"use strict";s.d(t,{J1:()=>a,Rg:()=>c,Ut:()=>i});var n=s(450),o=s(1977),r=s(6934);const i=()=>(0,r.Z)((0,n.ZF)("ctags")||""),a=()=>i()||(0,r.Z)((0,o.Z)('meta[name="keywords"]')),c=e=>{const t=a();return e.some((e=>t.includes(e)))}},3567:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1143),o=s(5682);const r=(e,t)=>{(0,o.Z)(e)&&(0,n.Z)(`${t}${e}`)}},9319:(e,t,s)=>{"use strict";let n;s.d(t,{n:()=>o,t:()=>r});const o=e=>{n=e},r=()=>n},8994:(e,t,s)=>{"use strict";s.d(t,{hf:()=>d,ie:()=>l,vi:()=>c});var n=s(1774),o=s(7550),r=s(8917),i=s(9349);const a=Object.create(null);n.default.envConfig=a;const c=e=>{e&&a&&delete a[e]},l=(e,t,s)=>{if((0,o.Z)(e))if((0,o.Z)(t)||(0,r.Z)(t)){a[e]=t;(e+t).length+2>512&&(0,i.Z)("Env added to GAF exceeded 512 chars limit.",!0)}else s&&c(e)},d=()=>Object.assign({},a)},1440:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>m,bg:()=>u,hX:()=>p});var n=s(703),o=s(5620),r=s(369),i=s(1133),a=s(9349),c=s(6205);const l=new Set,d=new Set,u=e=>{if((0,o.I)())return!0;const t=(0,c.Z)(e);if(0!==t){if(l.size)return!l.has(t);if(d.size)return d.has(t)}return!1},p=e=>{(l.size||d.size)&&(0,r.Z)(e,(t=>{u(t)&&delete e[t]}))},m=()=>{const e=(0,c.Z)((0,n.qm)("testSlot")||(0,n.qm)("pos")),t=(0,n.qm)("pickSlots"),s=(0,n.qm)("rejectSlots"),o=(0,c.Z)((0,n.qm)("testPos")),r=(0,n.qm)("tcidma"),u=(e,t)=>{e.split(/[|,]/).forEach((e=>{const s=(0,c.Z)(e);s>0&&t(s)}))};if(u(t,(e=>{l.add(e)})),u(s,(e=>{l.has(e)||d.add(e)})),o&&r){let e;try{e=JSON.parse(r)}catch(e){(0,a.Z)('Invalid JSON "tcidma". Check syntax and used characters.',"error")}(0,i.Z)(e,1)&&l.add(o)}return e&&l.add(e),{pickSlots:l,rejectSlots:d}}},421:(e,t,s)=>{"use strict";s.d(t,{M:()=>r,c:()=>i});var n=s(1774);const o=Object.create(null);n.default.slotsStore=o;const r=(e,t)=>{o[e]=t},i=(e,t)=>{const s=o[e];if(s){const{creation:n}=s;if(o[e]=void 0,n){const{config:e}=n;if(null!=e&&e.destroy)return e.destroy(t)}}}},3476:(e,t,s)=>{"use strict";s.d(t,{ni:()=>Z,s:()=>v,vh:()=>A,xG:()=>b});var n=s(8886),o=s(703),r=s(4447),i=s(9234),a=s(1608),c=s(7379),l=s(6918),d=s(1774),u=s(5253),p=s(9610);const m=(0,c.Z)();d.default.registeredAnchors=m;const f="Anchors",g=(0,o.qm)("anchors"),h=(0,n.cu)("anchor",g&&{height:3,border:"3px lime solid",borderRadius:3,boxSizing:"border-box"}),A=e=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotUnregisteredDuringNavigation",slot:e},1e4,`Slots MUST be unregistered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const t=m[e];(0,a.Z)(t),delete m[e]},v=(e,t)=>{(0,r.o1)()||(0,l.Z)({message:f,path:"SlotRegisteredDuringNavigation",slot:e},1e4,`Slots MUST be registered between 'page:view' and 'page:close' events (slot number ${e}).`,"error");const s=m[e],o=t||s;if((0,a.Z)(s),o){if(s!==o){if(!(0,u.Z)(o))return void(0,l.Z)({message:f,path:"NodeNotInDocument",slot:e},1e3,`Given node for slot ${e} is not a valid HTMLElement or it is not in DOM.`,"error");(0,p.Z)(o)||(0,l.Z)({message:f,path:"NodeNotVisible",slot:e},1e3,`Given node for slot ${e} is not VISIBLE.`,"error"),(0,n.Cj)(o,h),o.removeAttribute("style"),m[e]=o,(0,i.JO)(e,o)}return m[e]}},Z=e=>{const t=m[e];if((0,u.Z)(t))return t},b=()=>m},9544:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(421),o=s(6719),r=s(8168),i=s(9300),a=s(6205);const c=(e,t,s,c,l)=>{const d=(0,a.Z)(t);if((0,i.Z)(d,t))return;(s||(0,o.z9)(e,d))&&((0,n.c)(d,l),c&&(0,r.Z)(d))}},622:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s)=>{s&&(s.missing=1,s.registered=0)}},3724:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ae});var n=s(6719),o=s(703),r=s(3476),i=s(6257),a=s(2168),c=s(2863),l=s(1770);const d=(e,t,s)=>{s&&(s.missing=0,s.registered=1)};var u=s(369),p=s(8488),m=s(9300),f=s(3567),g=s(622),h=s(232),A=s(450),v=s(9627),Z=s(7795);var b=s(6184),w=s(94),y=s(1511),S=s(9924);const C=e=>{const t=(0,c.g1)("prebidDamOpen");if(t){const s=t[`slot${e}`];if(s){if(!0===s)return!0;if(s[`test${(0,a.Uu)().version}`])return!0}}return(0,S.s)(e)};var _=s(1913),k=s(9319);const I=e=>!(e.run||e.error||e.finished);var P=s(6205);const E=(e,t,s)=>{if(I(s)){const n=(0,P.Z)(t),o=(0,P.Z)(e);(0,k.t)()(o,n,s)}},T=(e,t,s)=>{if(s){C(t)?E(e,t,s):_.Z.fill((()=>{E(e,t,s)}))}};var O=s(9374),L=s(619),x=s(2014);const D=(e,t,s,n)=>{n&&(n.viewability||(0,L.Z)(n,O.cC,{}),n.viewability[h.$F]||(0,L.Z)(n.viewability,h.r_,{[O.PY]:s[O.PY],phd:(0,x.Z)(document.hidden)}))},$=(e,t)=>{const s=(e=>{const t=(0,c.CV)("lazyOffsets");if((0,v.Z)(t)){const s=t[(0,A.ZF)("ctype")];let n;if(n=(0,v.Z)(s)?s[e]||s.default:t.default,!(0,Z.Z)(n))return parseInt(n,10)}return 400})(e),r=(0,b.yi)((t=>{(0,u.Z)((0,n.bh)(),(s=>{const o=(0,n.z9)(s,e);D(s,e,t,o),T(s,e,o)}))}),10,s);(0,o.qm)("dynamicOffset")&&(0,w.Z)(r),(0,y.Z)(t,[r],`${h.EY}_${e}_`)};var j=s(3121),R=s(8886),N=s(5467),M=s(9783),V=s(5599),B=s(9951);const U=new Map,F=(0,R.cu)("stopScroll",{height:"100%",overflow:"hidden !important"});(0,j.aS)((()=>{U.clear()}));const q=(0,c.g1)("scrollSnap"),z=(0,P.Z)((0,o.qm)("slotSnapTopMargin"))||q.slotSnapTopMargin||30,G=(0,P.Z)((0,o.qm)("slotSnapMinMargin"))||q.slotSnapMinMargin||0,H=(0,P.Z)((0,o.qm)("slotSnapVerticalMargin"))||q.slotSnapVerticalMargin||100,W=(0,P.Z)((0,o.qm)("slotSnapDelay"))||q.slotSnapDelay||100,K=!!(0,o.qm)("slotSnapDisableVCheck")||!!q.slotSnapDisableVCheck,J=parseFloat((0,o.qm)("slotSnapMaxVelocity"))||q.slotSnapMaxVelocity||3.5,Q=(e,t)=>{const s=(0,b.q0)((()=>{var s,o;const{top:r}=(0,B.Z)(t),i=(0,n.z9)((0,N.P)(),e),a=!(null==i||null==(s=i.viewability)||null==(o=s[h.$F])||!o[O.PY]),c=!!U.has(e);if((K||!a)&&!c){const t={top:r-z,behavior:"smooth"},s=(0,V.Z)();l.mL?(window.scrollTo(t),setTimeout((()=>{(0,M.Cj)(s,F),setTimeout((()=>{(0,M.ef)(s,F)}),70)}),W)):((0,M.Cj)(s,F),setTimeout((()=>{(0,M.ef)(s,F),window.scrollTo(t)}),W)),U.set(e,!0)}}),H,G,J);(0,y.Z)(t,[s],`${h.T3}_${e}_`)};var Y=s(6590);const X="0"===(0,o.qm)("lazyAdv"),ee=e=>{const{dfpConfig:t,lazy:s}=e;let n=!s;return t&&(n=!1),X&&(n=!0),n},te=(e,t,s)=>{if(null!=s&&s.delivered){ee(s)&&E(e,t,s)}},se=(0,o.qm)("noslots"),ne=!l.TL&&((0,c.fS)("useScrollSnap")||(0,a.wV)("scrollSnapTestVersion")||(0,o.qm)("forceScrollSnap")),oe=(0,o.qm)("slotsToSnap"),re=(0,c.g1)("scrollSnap"),ie=oe?oe.split(",").map(P.Z).filter(Boolean):re.slotsToSnap,ae=(e,t,s)=>{const o=(0,P.Z)(e);if((0,m.Z)(o,e))return;const a=(0,p.Z)(t),c=(0,r.s)(o,a);if(c){(0,f.Z)(o,"SlotRegister");const e=Object.assign({},s);if((0,i.O)(o,e),se)return;if((0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);d(e,o,t),te(e,o,t)})),$(o,c),ne&&ie.includes(o)){const e=Y.Z[o]?c:c.parentElement;Q(o,e)}}else(0,u.Z)((0,n.bh)(),(e=>{const t=(0,n.z9)(e,o);(0,g.Z)(e,o,t)}))}},9234:(e,t,s)=>{"use strict";s.d(t,{DN:()=>g,JO:()=>u,W3:()=>b,Y4:()=>Z,cV:()=>p,oI:()=>m,sv:()=>A,wN:()=>h});var n=s(3476),o=s(5394),r=s(1774),i=s(369),a=s(3205);const c={registration:new Set,impression:new Set,view:new Set};r.default.slotHandlers=c;const l=(e,t,s)=>{try{e(t,s)}catch(e){(0,o.Z)(e,"SlotHandlers")}},d=(e,t,s)=>{c[e].forEach((e=>{l(e,t,s)}))},u=(e,t)=>{d("registration",e,t)},p=(e,t)=>{d("impression",e,t)},m=(e,t)=>{d("view",e,t)},f=(e,t)=>{const s=c[e];if(a.Z.f(t)&&!s.has(t))return s.add(t),!0},g=e=>{if(f("registration",e)){const t=(0,n.xG)();return(0,i.Z)(t,(t=>{l(e,t,(0,n.ni)(t))})),!0}},h=e=>f("impression",e),A=e=>f("view",e),v=(e,t)=>{const s=c[e];if(s.has(t))return s.delete(t),!0},Z=e=>v("impression",e),b=e=>v("view",e)},8983:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6719),o=s(3476),r=s(9544),i=s(369),a=s(9300),c=s(6205);const l=e=>{const t=(0,c.Z)(e);(0,a.Z)(t,e)||((0,o.vh)(t),(0,i.Z)((0,n.bh)(),(e=>{(0,r.Z)(e,t,void 0,!0,!0)})))}},9924:(e,t,s)=>{"use strict";s.d(t,{D:()=>c,s:()=>l});var n=s(2168),o=s(2863),r=s(4447);const i=(0,o.g1)("srik").slots||[],a=(0,o.fS)("useSrik")||(0,n.wV)("srikTestVersion"),c=()=>Boolean(a&&(0,r.C)()),l=e=>c()&&i.includes(e)},94:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3871);const o=e=>{Object.defineProperties(e,{horizontalShift:{get:()=>(0,n.J6)().horizontalOffset},verticalShift:{get:()=>(0,n.J6)().verticalOffset}})}},1608:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(232),o=s(8720);const r=e=>{(0,o.Z)(e,n.i6)}},3871:(e,t,s)=>{"use strict";s.d(t,{J6:()=>l,S1:()=>d});var n=s(1628),o=s(703);let r=0,i=0;const a=(e,t)=>{const s=50*e,n=((e,t)=>e*t<0)(s,t);if(Math.abs(t)<=Math.abs(s)||n)return Math.min(Math.max(s,-1e3),1e3);if(Math.abs(t)>100){if(t>0)return t-100;if(t<0)return t+100}return 0},c=()=>{const{verticalVelocity:e,horizontalVelocity:t}=(0,n.f3)();r=a(e,r),i=a(t,i)},l=()=>({verticalOffset:r,horizontalOffset:i}),d=()=>{(0,o.qm)("dynamicOffset")&&setInterval(c,50)}},232:(e,t,s)=>{"use strict";s.d(t,{$F:()=>i,EY:()=>o,OI:()=>a,T3:()=>l,bH:()=>r,i6:()=>d,kS:()=>c,r_:()=>n});const n="slotViewability",o="slotInViewport",r="slotRefresh",i="advViewability",a="advExtraViewability",c="advCustomViewability",l="slotScrollSnapping",d=[n,o,r,i,a,c,l]},6184:(e,t,s)=>{"use strict";s.d(t,{MA:()=>l,Zp:()=>a,gQ:()=>i,jq:()=>r,q0:()=>d,yi:()=>c});var n=s(9374),o=s(232);const r=e=>({name:o.$F,method:n.hm,time:1,percent:50,[n.$v]:!1,callback:e}),i=e=>({name:`${o.OI}${e}`,method:n.hm,time:1,percent:e,[n.$v]:!1}),a=(e,t,s)=>({name:o.kS,method:n.hm,time:t,percent:s,[n.$v]:!0,callback:e}),c=(e,t,s)=>({name:o.EY,method:n.pP,verticalMargin:s,horizontalMargin:t,[n.$v]:!0,callback:e}),l=(e,t,s,r)=>({name:o.bH,method:t?n.hm:n.am,time:s,percent:50,[n.$v]:!0,callback:e,checkTimeout:t,isCumulative:r}),d=(e,t,s,r)=>({name:o.T3,method:n.LD,verticalMargin:t,minMargin:s,slotSnapMaxVelocity:r,[n.$v]:!0,callback:e})},1603:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("GAM",!0)},6126:(e,t,s)=>{"use strict";s.d(t,{g:()=>a,r:()=>i});var n=s(4462),o=s(619);const r=(0,n.Nu)(5,!0,!0),i=e=>(0,o.Z)(e,r,!0),a=e=>!!e[r]},713:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["camps"]},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:()=>l,yG:()=>h,yd:()=>d});const n="adform",o="automate",r="blackbox",i="blocker",a="code",c="dcm",l="directProgrammatic",d="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,l,d,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)},l=(e,t)=>e.classList.contains(t);var d=s(6918),u=s(5253);const p="CommercialBreak",m=e=>{if((0,u.Z)(e)){const{href:s,target:a}=e;return!((0,o.C)(e)||(e=>["header","#header",".header","footer","#footer",".footer","#account",".w3gallery-c .img-c",'[data-st-area="Naglowek"]','[data-sta-area="Stopka-mob"]'].some((t=>c(e,t))))(e)||(e=>e.indexOf("#")>-1||"javascript:void(0)"===e||e.indexOf("?s=")>-1||/poczta.wp.pl/.test(e)||/www.research.net\/r\/SGHBZ63/.test(e)||/www.research.net\/r\/SZKYJJV/.test(e))(s)||(t=e,l(t,"btn-comments")||l(t,"close")||/pogoda.wp.pl/.test(t.href)&&(l(t,"tab")||c(t,".links.location-map-links"))||(0,i.QT)()&&"gallery"===(0,n.ZF)("ctype")&&t.getAttribute("data-st-area")&&t.getAttribute("data-st-area").match(/gallery-next|gallery-prev|gbot-next/))||"_blank"===a||(0,r.g)(e))}var t;(0,d.Z)({message:p,path:"missing link element"},100,`Missing clicked link element for ${p}.`,!0)}},1037:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9460),o=s(6598);const r=e=>{const t=t=>{(0,o.Z)(e,{actionType:t},"traffic",void 0,!0)},s=()=>{t("quit")};return(0,n.mc)(s),{sendStats:t,removeQuitHandler:()=>{(0,n.vS)("beforeunload",s)}}}},5435:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPstadcp"},2222:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8886),o=s(3495),r=s(3205),i=s(4263);const a=()=>{const e=e=>{(e=>{r.Z.f(e.pause)&&e.pause()})(e),(e=>{r.Z.f(e.mute)?e.mute():e.muted=!0})(e)};(0,o.Z)().filter(Boolean).forEach(e);const t=(0,n.cu)("ntvVd",{});Array.from((0,i.Z)(`.${t}`,!0)).filter(Boolean).forEach(e)}},8883:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(4841),o=s(6730),r=s(3574),i=s(6918),a=s(1977);const c=()=>{const e=window.location.search.includes("logov2");if((0,n.y1)("wptv")||(0,n.y1)(/programtv|kafeteria/)&&e)return;const t=(0,a.Z)('meta[property="logo"]',!1,3e3);if(t)return(0,i.Z)({message:"LogoUrl",path:"MetaPropertyLogo"},1e3),t;const s=(0,a.Z)('meta[name="logo"]',!1,3e3);if(s)return(0,i.Z)({message:"LogoUrl",path:"MetaNameLogo"},1e3),s;(0,i.Z)({message:"LogoUrl",path:"MissingMetaLogo"},1e3)},l=()=>{var e;const t=c();if(t)return t;let s=null==(e=(0,n.W_)().match(/^(?:o2_|nwm_)?([a-z0-9]*)/))?void 0:e[1];window.location.search.includes("logov2")&&(0,n.y1)(/autokult|eautokult|dobreprogramy|kafeteria/)&&(s+="_v2");const i=s||"sg";return(0,o.mess)(`${r.Z}images/logo/logo_${i}.png`)}},2773:(e,t,s)=>{"use strict";s.d(t,{C:()=>o,i:()=>n});const n="inisuid",o={adnxs:"apnxuid",adform:"adfmuid",connectad:"connectaduid",openx:"openxmiud",onetag:"onetaguid",pubmatic:"pubmaticuid",rubicon:"rubiconuid",rtbhouse:"rtbhouseuid",smartssb:"smartmiud",ix:"ixuid",oftmedia:"oftmediauid",oftmedia_adkernel:"oftmedia_adkerneluid",stroeerCore:"stroeercoreuid",triplelift:"tpluid",visx:"yoc_visxuid"}},2863:(e,t,s)=>{"use strict";s.d(t,{CV:()=>i,fS:()=>a,g1:()=>c});var n=s(1154),o=s(6539);const r=(e,t)=>{const s=(0,n.Kp)(),r=s&&(0,o.Z)(t,s);return r&&(0,o.Z)(e,r)||!1},i=e=>r(e,"steeringExternal"),a=e=>r(e,"steering"),c=e=>r(e,"config")},9719:(e,t,s)=>{"use strict";s.d(t,{G:()=>a,v:()=>i});var n=s(961),o=s(7550);let r="";const i=e=>{if((0,o.Z)(e)){const t=48,s=122,n=s-t,o=/[^a-z0-9]/gi,i=e=>e.charCodeAt().toString(16),a=[...e].map(((e,o)=>{let r=e.charCodeAt()+o;return r<t&&(r+=n),r>s&&(r-=n),String.fromCharCode(r)})).join("");r=btoa(a).replace(o,i)}},a=()=>{const e=(0,n.BF)("ck"),t=(0,n.BF)("mr","WPM");if(e&&t)return r}},1852:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("PrebidApi")},1154:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>r});var n=s(9126);let o=(e=>{if(!e)return!1;try{return(0,n.Z)(e)}catch(e){console.error(e)}})((0,s(6539).Z)("prebidConfig"))||!1;const r=()=>o},1913:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Prebid")},2168:(e,t,s)=>{"use strict";s.d(t,{wV:()=>E,ZP:()=>T,Uu:()=>I,ju:()=>P,UQ:()=>k});var n=s(2863),o=s(703),r=s(9853),i=s(1501),a=s(8994),c=s(9627),l=s(7550);const d=e=>{const{stName:t,stAuthority:s}=e;let n=!1;if((0,c.Z)(e)&&(0,l.Z)(t)&&(0,l.Z)(s)){const o=(0,r.bB)(s,t);(0,l.Z)(o)&&(e.stVersion=o,(0,a.ie)("stVersion",o),n=!0)}return n},u=e=>{if((0,c.Z)(e)){const{version:t,mct:s}=e;(0,a.ie)("tVersion",t),null!=s&&s[t]&&(0,a.ie)("mct",s[t])}};var p=s(4462);const m=(e=2)=>String.fromCharCode(65+(0,p.$6)(e));var f=s(3381),g=s(1154);const h=()=>{let e;const t=(0,g.Kp)();if((0,c.Z)(t)){const s=new Date,o=Object.keys(t);let r=-1/0;o.forEach((t=>{if(t.includes("testConfig")){const o=new Date(t.replace("testConfig","")),i=o-s;o<=s&&i>=r&&(r=o-i,e=(0,n.g1)(t))}}))}return e||(e=(0,n.g1)("testConfig")||{}),e};var A=s(369),v=s(6539),Z=s(7741),b=s(9349);const w=()=>{const e=(0,o.qm)("forceProgrammaticTest")||!(0,n.fS)("disableAutomaticTest")&&(0,v.Z)("wp_abtest_programmatic");let t,s,i=!1,a=!1,d=!1;if((0,c.Z)(e)){const{testName:n,startDate:o,endDate:r}=e;s=Date.now(),a=o?Date.parse(o):a,d=r?Date.parse(r):d,t=n}else(0,l.Z)(e)&&(t=e);if(t){const e=(0,r.go)();let n=!1;(0,A.Z)(e,(e=>{const o=(0,r.bB)(e,t);if(o){const e=(0,Z.Z)(s,a,d);n=!0,e&&(i={testName:t,version:o.slice(0,1).toUpperCase(),mode:"automatic"})}})),n||(0,b.Z)(`Automatic test start FAILED, didn't found matching A/B test config, check testName: ${t}.`,!0)}return i},y=()=>{const e=(0,n.g1)("mct");(0,a.ie)("mct",e)},S=e=>{var t;const s=e||"default",o=(0,n.CV)("S2Sconfig"),r=null==o||null==(t=o.tests)?void 0:t[s];if(null!=r&&r.name){const{include:e,exclude:t}=r;return r.include=Array.isArray(e)&&e.join(";")||e,r.exclude=Array.isArray(t)&&t.join(";")||t,r}},C=e=>{if((0,c.Z)(e)){const t=(0,n.CV)("lazyOffsets"),{version:s,lazyOffsetsTest:o}=e;if(t&&o){const e=t[s];e&&(window.prebidConfig.steeringExternal.lazyOffsets=e)}}};let _=!1;const k=(e,t)=>{const s=t||_;return s&&s[e?"stVersion":"version"]||!1},I=e=>{const t=e||_;return!(!t||!t.version)&&t},P=()=>S(_&&_.version),E=e=>{const t=I(),s=t[e];return!(!s||!s.includes(t.version))},T=()=>{if(y(),!_){const e=h(),t=(0,n.fS)("testOn"),{authority:s,testName:a,base:p}=e,g=(0,l.Z)(a)&&t,A=w();let v;if(g){const t=s||"application",n=s||"adtech",l=(0,o.qm)("prgVersion"),d=e&&e.overrideRefreshPvVersion,{mode:u="master"}=e;switch(_=Object.assign({},e),u){case"master":_.version=m(p),d&&(0,i.r)()&&(_.version=d),l&&(_.version=l),(0,r.jO)(n,a,_.version);break;case"slave":_.version=(0,r.bB)(t,a);break;default:(0,f.Z)("błąd w testConfig => błędny tryb")}const{version:g,mapVersion:h}=_;if(_=!!g&&_,(0,c.Z)(_))if((0,c.Z)(h)){const{disabled:e}=h;_.version=h[g]||g,v=e&&e.includes(_.version)}else _.version=g.slice(0,1).toUpperCase()}else A&&(_=Object.assign({},A));v?_=null:(d(_),u(_),C(_))}return _}},8337:(e,t,s)=>{"use strict";s.d(t,{$M:()=>i,B6:()=>p,LY:()=>l,OS:()=>g,Tc:()=>d,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,l=5,d=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)}))}},7331:(e,t,s)=>{"use strict";s.d(t,{CG:()=>r,Lx:()=>i,Wj:()=>c,sp:()=>a,vb:()=>n,xb:()=>o});const n="CPM_INT",o=!1,r=0,i=1,a=3,c=4},9943:(e,t,s)=>{"use strict";s.d(t,{BD:()=>u,OT:()=>c,XG:()=>d,_X:()=>l});var n=s(7331);let o,r=!1,i=!1,a=n.xb;const c=()=>r,l=()=>i,d=()=>a,u=()=>o},9853:(e,t,s)=>{"use strict";s.d(t,{Zd:()=>v,co:()=>Z,wU:()=>b,ZP:()=>w,go:()=>h,KF:()=>A,bB:()=>f,zK:()=>g,jO:()=>m});var n=s(9349);const o=(e,t,s)=>{/^[A-Z](:[\w\\/|]+)*$/.test(s)||(0,n.Z)(`Incorrect AB test variant (${e}|${t}|${s}), valid pattern is '^[A-Z](:[\\w\\/|]+)*$'.`,!0)};var r=s(619),i=s(1774),a=s(369),c=s(6539),l=s(7550),d=s(3205);const u=Object.create(null);i.default.testsStore=u;const p=e=>{const t=new Map;return(0,r.Z)(u,e,t),Object.defineProperty(t,"getString",{value:()=>[...t.entries()].map((t=>[e,...t].join("|"))).join(";")}),t},m=(e,t,s)=>{const r=u[e];if(r)return((e,t)=>{/^[0-9A-Z]{2,10}-\d+$/.test(t)||(0,n.Z)(`Incorrect AB test name (${e}|${t}), valid pattern is '^[0-9A-Z]{2,10}-\\d+$'.`,!0)})(e,t),o(e,t,s),(0,l.Z)(t)&&(0,l.Z)(s)?r.set(t,s):void(0,n.Z)("Incorrect test name or variant.","error");(0,n.Z)("Authority store does not exist.","error")},f=(e,t)=>{const s=u[e];if(s)return s.get(t);(0,n.Z)("Authority store does not exist.","error")},g=(e,t,s)=>{const n=f(e,t);return d.Z.u(s)?(0,l.Z)(n):(o(e,t,s),n===s)},h=()=>{const e={};return(0,a.Z)(u,((t,s)=>{e[t]=Object.fromEntries(s.entries())})),e},A=()=>Object.values(u).map((e=>e.getString())).filter((e=>""!==e)).join(";"),v=p("adtech"),Z=p("analytics"),b=p("application"),w=()=>{const e=(0,c.Z)("wp_abtest");(0,a.Z)(e,((e,t)=>{(0,a.Z)(t,((t,s)=>{m(e,t,s)}))}))}},276:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7741),o=s(3205);const r=(e,t,s)=>{const r=!!e&&Date.parse(e),i=!!t&&Date.parse(t),a=Date.now();if((0,n.Z)(a,r,i))return o.Z.f(s)&&s(),!0}},8886:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>c,El:()=>o,Vx:()=>a,aB:()=>d,cu:()=>r,ef:()=>l,jo:()=>i});var n=s(7207);const{addAnimation:o,addStyle:r,removeStyle:i,update:a,pin:c,unpin:l,togglePin:d}=(0,n.P)("std")},9783:(e,t,s)=>{"use strict";s.d(t,{Cj:()=>o,aB:()=>i,ef:()=>r});var n=s(3205);const o=(e,t)=>{if(e instanceof Element)return e.classList.add(t),e.setAttribute(t,""),e},r=(e,t)=>{if(e instanceof Element)return e.classList.remove(t),e.removeAttribute(t),e},i=(e,t,s)=>{if(e instanceof Element){return(n.Z.b(s)?s:!e.hasAttribute(t))?o(e,t):r(e,t),e}}},7207:(e,t,s)=>{"use strict";s.d(t,{i:()=>I,P:()=>k});var n=s(369),o=s(7795),r=s(3205);const i=["-webkit-","-moz-","-ms-","-o-"],a="",c=(e,t)=>null!==t?`${e}:${t};`:a,l=e=>{const t=[];return(0,n.Z)(e,((e,s)=>{Array.isArray(s)?s.forEach((s=>{t.push(c(e,s))})):t.push(c(e,s))})),t.join(a)},d=e=>e.replace(/([A-Z])/g,(e=>{if(e)return`-${e[0].toLowerCase()}`})),u=(e,t)=>{const s=/width|height|top|left|right|bottom|margin|padding|font-size|border-radius|text-indent/,c={};return(0,n.Z)(e,(n=>{let l=n;const u=l.match(/(.+)!/);let p=e[l];if(u&&([,l]=u),l=d(l),s.test(l)&&r.Z.n(p)&&(p+="px"),(0,o.Z)(p)?c[l]=null:c[l]=`${p}${u?"!important":a}`,Array.isArray(t)){t.map(d).includes(l)&&i.forEach((e=>{c[`${e}${l}`]=p}))}})),c};var p=s(9783),m=s(4462),f=s(919),g=s(3354),h=s(9126),A=s(1774),v=s(8959),Z=s(9627),b=s(7550),w=s(9349),y=s(7384);const S="def",C=((0,f.FT)()||A.default.mode)&&!(0,y.Z)("hashstyle")||(0,y.Z)("unhashstyle"),_=Object.create(null);A.default.managerStore=_;const k=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t)return t.api;let s,o=!1;const r={mediaStore:Object.create(null)};_[e]=r;const c=()=>{const{mediaStore:t,styleElement:c}=r,d=Object.entries(t).map((([e,t])=>{const s=t.style,o=t.keyframes;let r="";return e!==S&&(r+=`@media ${e}{`),(0,n.Z)(o,((e,t)=>{r+=((e,t)=>{let s=a,o=a;return(0,n.Z)(t,((e,t)=>{o+=`${e} {${l(t)}}`})),[...i,a].forEach((t=>{s+=`@${t}keyframes ${e} {${o}}`})),s})(e,t)})),(0,n.Z)(s,((e,t)=>{null!=t&&t.hash&&(0,Z.Z)(t.style)&&(r+=`.${t.hash}${t.selector||""},[${t.hash}]${t.selector||""}{${l(t.style)}}`)})),e!==S&&(r+="}"),r})).join("");if(d)if(c)c.textContent=d;else{const t=(0,g.Z)(d,e);r.styleElement=t,(0,v.Z)().appendChild(t)}s=null,o=!1},d={addAnimation:(e,t,s,i=S)=>{const{mediaStore:a}=r,c=(0,h.Z)(t),l=a[i]||Object.create(null);if(l.keyframes=l.keyframes||Object.create(null),!l.keyframes[e]){if(Object.keys(c).some((e=>!/^(\d+%|from|to)$/.test(e))))return!1;(0,n.Z)(c,((e,t)=>{c[e]=u(t,s)})),l.keyframes[e]=c}return o=!0,e},addStyle:(e,t,s,n=S)=>{const{mediaStore:i}=r,a=i[n]||Object.create(null),c=a.style||Object.create(null),l=a.hash||Object.create(null),d=e.split(/(\b)/i),p=d.shift();let f=c[e],g=l[p];if(f||(f=Object.create(null),g||(g=C?p:(0,m.Nu)(7,36,!0)),f.hash=g,f.selector=d.join(""),f.style=Object.create(null)),(0,Z.Z)(t)){const e=Object.assign({},t);f.style=Object.assign(f.style,u(e,s))}return c[e]=f,l[p]=g,a.style=c,a.hash=l,i[n]=a,o=!0,f.hash},removeStyle:e=>{const{mediaStore:t}=r,s=e.split(/(\b)/i).shift();(0,n.Z)(t,((e,t)=>{const o=t.style,r=t.hash;if(r[s]){const e=r[s];delete r[s],(0,n.Z)(o,((t,s)=>{s.hash===e&&delete o[t]}))}})),o=!0},update:e=>{o&&(e?(cancelAnimationFrame(s),c()):s||(s=requestAnimationFrame(c)))},pin:p.Cj,unpin:p.ef,togglePin:p.aB};return r.api=d,d},I=e=>{if(!(0,b.Z)(e))return void(0,w.Z)("Incorrect name for classManager store.",!0);const t=_[e];if(t){const{styleElement:e}=t;return e&&e.remove(),t.styleElement=void 0,t.mediaStore=Object.create(null),t.api}}},551:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(8886),o=s(4462),r=s(853),i=s(7159),a=s(369),c=s(3205),l=s(9349);const d="IframeFactory",u=(e,t,s)=>{const u="width",p="height",m="error",f="load",g="html,body{margin:0;padding:0;}",h={scrolling:"no",frameborder:"0"},A=d+(0,o.Nu)(6,!0);let v,Z,b,w,y,S,C,_,k,I,P,E,T,O,L,x,D,$,j=g;const R=()=>{if(!$)try{Z=v.contentWindow}catch(e){}return Z},N=()=>{if(R(),!$)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,k=e,I=t,P=s,E=n||500,T=o||3,k&&I&&(L=setInterval((()=>{(()=>{if(N(),O<T){if(b){const e=b.body;if(e){let t=e.scrollWidth,s=e.scrollHeight;t=t>k&&t>0?t:k,s=s>I&&s>0?s:I,x===t&&D===s||(x=t,D=s,v[u]=t,v[p]=s,v.style[u]=`${t}px`,v.style[p]=`${s}px`,P({[`${u}!`]:t,[`${p}!`]:s}))}}O+=1}else P=null,clearInterval(L)})()}),E))},getDocument:N,getWindow:R,getIframe:()=>v,setStyle:e=>{j=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>`)}j=g},appendTo:e=>{e&&e.appendChild(v)},write:e=>{if(N(),b){let t="";y&&(t+=`<base href="${y}${/\/$/.test(y)?"":"/"}" />`),j&&(t+=`<style>${j}</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(R(),!$)try{Z.postMessage(e,t||"*")}catch(e){(0,l.Z)(`${d} postMessage error: ${null==e?void 0:e.message}`)}},destroy:()=>{clearInterval(L),(0,n.jo)(A),v.removeEventListener(f,V),v.removeEventListener(m,M),v.setAttribute("src","about:blank"),v.remove(),Z=null,b=null,$=!0}}}},3574:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://std.wpcdn.pl/"},6806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(8886).cu)("fullWidth",{width:"100%"})},4564:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8886),o=s(853),r=s(7159);const i=(e,t,s)=>{const i=(0,n.Cj)((0,r.Z)(),(0,n.cu)(e,Object.assign({cursor:"pointer",position:"relative"},s)));return(0,n.cu)(`${e} svg`,{position:"absolute",width:"50%",height:"50%",top:0,left:0,right:0,bottom:0,margin:"auto",fill:t}),(0,o.Z)(i,'<svg xmlns="http://www.w3.org/2000/svg" width="95" height="95" viewBox="0 0 94.9 94.9"><path d="M55.9 47.5L94.3 9.1c0.8-0.8 0.8-2.2 0-3L88.8 0.6C88.4 0.2 87.9 0 87.3 0c-0.6 0-1.1 0.2-1.5 0.6L47.5 39 9.1 0.6c-0.8-0.8-2.2-0.8-3 0L0.6 6.1c-0.8 0.8-0.8 2.2 0 3l38.4 38.4L0.6 85.8c-0.8 0.8-0.8 2.2 0 3l5.5 5.5c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l38.4-38.4 38.4 38.4c0.4 0.4 0.9 0.6 1.5 0.6s1.1-0.2 1.5-0.6l5.5-5.5c0.8-0.8 0.8-2.2 0-3L55.9 47.5z"></path></svg>'),i}},3007:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(450);const o=()=>(0,n.ZF)("darkmode")},5467:(e,t,s)=>{"use strict";s.d(t,{P:()=>i,q:()=>a});var n=s(6539),o=s(2443);let r;const i=()=>r||(0,n.Z)("rekid"),a=e=>{(0,o.Z)("rekid",e),r=e}},975:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(()=>{let e=!0;try{e=window.self===window.top}catch(t){e=!1}return e})()},9634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const{navigator:n}=window,o=n&&(n.connection||n.mozConnection||n.webkitConnection)||!1},450:(e,t,s)=>{"use strict";s.d(t,{Kl:()=>a,Qj:()=>i,ZF:()=>r});var n=s(6539),o=s(2443);const r=e=>{let t=(0,n.Z)("wp_dot_addparams");return t&&e&&(t=t[e]),t},i=e=>(0,o.Z)("wp_dot_addparams",e),a=e=>{i(Object.assign(r()||{},e))}},1770:(e,t,s)=>{"use strict";s.d(t,{$e:()=>T,G6:()=>p,KD:()=>k,LM:()=>C,N0:()=>E,Pk:()=>y,QT:()=>I,Qt:()=>S,Rf:()=>P,TH:()=>w,TL:()=>u,V8:()=>A,X2:()=>v,YG:()=>_,Zo:()=>b,c3:()=>Z,f0:()=>m,hx:()=>f,i7:()=>d,mL:()=>g,x_:()=>h});var n=s(4841),o=s(6539),r=s(4523),i=s(3205),a=s(2230),c=s(6205);const l=(0,a.Z)("iphone|ipad|ipod"),d=l&&!window.MSStream?(0,a.Z)("crios"):(0,a.Z)("chrome"),u=l&&(0,a.Z)("safari")&&!(0,a.Z)("(CriOS|FxiOS|OPiOS|mercury|chrome)"),p=(0,a.Z)("safari")&&!(0,a.Z)("chrome"),m=l?(0,a.Z)("opios"):(0,a.Z)("opr\\/")||i.Z.o(window.opera),f=l?(0,a.Z)("fxios"):(0,a.Z)("firefox\\/")&&!(0,a.Z)("(compatible|webkit)"),g=(0,a.Z)("iphone|ipad|ipod|macintosh"),h=(()=>{const{userAgent:e}=window.navigator;let t;return r.Z?t=(()=>{const t=/msie (\d+)/i.exec(e);return t?t[1]:(0,a.Z)("trident\\/7\\.0")>0?11:0})():d?t=(0,c.Z)((e.match(/(chrom(?:e|ium)|crios)\/(\d+)/i)||[])[2])||0:f?t=(0,c.Z)((e.match(/firefox\/(\d+)/i)||[])[1])||0:p&&(t=(0,c.Z)((e.match(/version\/(\d+)/i)||[])[1])||0),t})(),A=()=>(0,n.y1)("poczta|profil|pomoc|onelogin"),v=()=>(0,n.y1)("^(o2_poczta_o2_pl_nh|poczta_nh)"),Z=()=>(0,n.y1)("^money"),b=()=>(0,n.y1)("^nwm_parenting"),w=()=>(0,n.y1)("^nwm_abczdrowie"),y=()=>(0,n.y1)("^magazyn"),S=()=>(0,n.y1)("^sportowefakty"),C=()=>(0,n.y1)("o2_o2_pl"),_=()=>(0,n.y1)("^pudelek|pudelek_pl$"),k=()=>(0,n.y1)("^(sg|sg_mobile)$"),I=()=>!!(0,o.Z)("PAKO"),P=()=>!!(0,o.Z)("wp_amp"),E=()=>(0,n.y1)("^app"),T=()=>(0,n.y1)("^wirtualnaukraina")},1081:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=void 0!==Object.getOwnPropertyDescriptor(window.navigator,"userAgent")},7003:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1774);const o=e=>document.getElementById(e||n.default.bucket)},528:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1081);const o=(0,s(2230).Z)("google|hotjar|ruxit|lighthouse|yandex|pinterest|(bing|apple|moat|petal|ad)bot")&&!n.Z},4523:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(2230).Z)("trident\\/")},8727:(e,t,s)=>{"use strict";s.d(t,{R:()=>a,b:()=>i});var n=s(4841),o=s(6539);let r=!1;const i=()=>{r=!!((0,n.y1)("_m_|_mobile")||(0,o.Z)("wp_mobile")||(0,o.Z)("isMobile"))},a=()=>r},4841:(e,t,s)=>{"use strict";s.d(t,{GD:()=>d,PO:()=>l,W_:()=>a,oO:()=>p,ut:()=>c,y1:()=>u});var n=s(8727),o=s(6918),r=s(6539),i=s(2443);const a=()=>(0,r.Z)("wp_sn"),c=e=>{(e=>/^[a-z0-9_]{2,56}$/.test(e))(e)?(0,i.Z)("wp_sn",e):((0,i.Z)("wp_sn","invalid_sn"),(0,o.Z)({message:"SN",path:"InvalidSN",fileName:e})),(0,n.b)()},l=()=>(a()||"").replace(/(_dynamic)/g,""),d=e=>{const t=e||a();return t&&"unknown"!==t},u=e=>{let t=e;return Array.isArray(t)&&(t=`^(${t.join("|")})$`),new RegExp(t).test(a())},p=()=>{const e=(0,r.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?u("_mobile$")||(!a()&&r?c(`${r}_mobile`):c(`${a()}_mobile`)):!a()&&r&&c(r)}}},2230:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>new RegExp(e,"i").test(window.navigator.userAgent)},1386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(1774),o=s(3205),r=s(2621);const i=Object.create(null);n.default.dams=i;const a=(e,t)=>{if(!o.Z.s(e))return;const s=Symbol(e),n=(e=>{let t=!1;const s=new Set,n=e=>{s.delete(e);const{timeout:t,cb:n,info:o}=e;clearTimeout(t),n()};return Object.create(null,{fill:{value:(e,i,a)=>{if(o.Z.f(e)){const o=Object.create(null,{cb:{value:e},info:{value:i}});if(t)n(o);else if(s.add(o),(0,r.Z)(a)){const e=setTimeout((()=>{n(o)}),a);Object.defineProperty(o,"timeout",{value:e})}}}},close:{value:()=>{t=!1}},open:{value:()=>{t=!0;const e=[...s];for(;e.length&&t;)n(e.shift())}},isOpen:{get:()=>t}})})();return t&&n.open(),i[s]=n,n}},5620:(e,t,s)=>{"use strict";s.d(t,{$D:()=>v,B2:()=>a,FJ:()=>d,I:()=>u,IK:()=>l,IN:()=>o,QE:()=>b,U6:()=>f,US:()=>i,YE:()=>p,Yw:()=>h,aX:()=>g,h5:()=>y,j5:()=>c,kQ:()=>w,mv:()=>Z,oQ:()=>r,s4:()=>A,uD:()=>m});var n=s(703);const o=()=>!!(0,n.qm)("tcid"),r=()=>!!(0,n.qm)("tcidma"),i=()=>!!(0,n.qm)("matoken"),a=()=>(o()||r()||!!(0,n.qm)("htmlFile"))&&!(0,n.qm)("tcidf"),c=()=>!!(0,n.qm)("noext"),l=()=>!!(0,n.qm)("novendor")||c(),d=()=>!!(0,n.qm)("noadv")||c()||i(),u=()=>!!(0,n.qm)("nodisplay")||d(),p=()=>!!(0,n.qm)("nodirect")||u(),m=()=>!!(0,n.qm)("nogam")||u()||l(),f=()=>!!(0,n.qm)("noprebid")||u()||l()||a(),g=()=>!!(0,n.qm)("noplayer"),h=()=>!!(0,n.qm)("novideo")||d(),A=()=>!!(0,n.qm)("nodetector"),v=()=>!!(0,n.qm)("nobdc"),Z=()=>!!(0,n.qm)("noasr"),b=()=>"1"===(0,n.qm)("nowave"),w=()=>"1"===(0,n.qm)("nofsc"),y=()=>"1"===(0,n.qm)("noshow")},9460:(e,t,s)=>{"use strict";s.d(t,{DH:()=>_,Hj:()=>S,Hy:()=>y,Ns:()=>T,Um:()=>P,XV:()=>I,ZP:()=>D,_k:()=>C,hT:()=>L,mc:()=>x,nr:()=>k,uU:()=>E,vS:()=>w,vv:()=>O});var n=s(3121),o=s(1774),r=s(3205);const i="DOMContentLoaded",a="_visible",c="_hidden",l="_resizeend",d="_scrollend",u=Object.create(null),p=Object.create(null),m=Object.create(null),f=Object.create(null),g=Object.create(null);let h=!1;o.default.handlers={isAttached:u,executions:p,executionsDone:m,attachedOnce:f,eventQueue:g};const A=(e,t)=>{const s=g[e];if(s){const n=s.length;let o;for(let i=0;i<n;i+=1)o=f[e]?s.shift():s[i],r.Z.f(o)&&o(t)}f[e]&&(m[e]=!0)},v=e=>{let t;return s=>{clearTimeout(t),t=setTimeout((()=>{A(e,s)}),100)}},Z={[d]:["scroll",v(d)],[l]:["resize",v(l)]},b=e=>{const t=g[e],s=Z[e];if(null!=t&&t.length&&!u[e]){if(s)S(s[0],s[1]);else{const t=!("scroll"!==e||!h)&&{passive:!0};window.addEventListener(e,p[e],t)}u[e]=!0}else null!=t&&t.length||!u[e]||(s?w(s[0],s[1]):window.removeEventListener(e,p[e]),u[e]=!1)},w=(e,t)=>{((e,t)=>{const s=g[e]||[];if(t&&s){const e=s.indexOf(t);e>-1&&s.splice(e,1)}})(e,t),b(e)},y=()=>/te/.test(document.readyState),S=(e,t,s,o)=>{/^[a-z]+:[a-z]+$/i.test(e)?(0,n._V)(e,t,s,o):((e=>{p[e]||(p[e]=t=>{A(e,t)})})(e),((e,t,s,n)=>{g[e]=g[e]||[];const o=n?"unshift":"push";s&&(f[e]=!0),r.Z.f(t)&&(m[e]?t():g[e][o](t))})(e,t,s,o),b(e))},C=(e,t)=>{S(i,e,!0,t)},_=(e,t)=>{S("resize",e,!1,t)},k=(e,t)=>{S("scroll",e,!1,t)},I=(e,t)=>{S(l,e,!1,t)},P=(e,t)=>{S(d,e,!1,t)},E=(e,t)=>{S("pagehide",e,!1,t)},T=(e,t)=>{S("pageshow",e,!1,t)},O=(e,t)=>{S(a,e,!1,t)},L=(e,t)=>{S(c,e,!1,t)},x=(e,t)=>{S("beforeunload",e,!0,t)},D=()=>{try{const e=Object.defineProperty({},"passive",{get:()=>(h=!0,!0)});window.addEventListener("_",null,e),window.removeEventListener("_",null,e)}catch(e){}m[i]=y(),document.addEventListener("visibilitychange",(e=>{A(document.hidden?c:a,e)}))}},703:(e,t,s)=>{"use strict";s.d(t,{Kp:()=>i,NB:()=>c,qm:()=>l});var n=s(1774),o=s(6539),r=s(7842);const i=()=>{const{search:e,hash:t}=window.location;return Object.assign((0,r.Z)(e),(0,r.Z)(t),(0,o.Z)("wp_switches"))},a=i();n.default.switches=a;const c=()=>a,l=e=>(0,o.Z)(e,a)||""},4923:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5599);const o=e=>{const t=()=>{const s=(0,n.Z)();s?e(s):requestAnimationFrame(t)};return t}},7885:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=`1~${[39,43,55,70,89,108,117,122,143,149,162,167,184,196,202,211,228,241,253,266,272,311,322,326,327,338,385,389,440,448,449,453,482,486,494,495,501,503,505,522,540,574,585,587,588,745,780,867,874,899,904,922,931,981,1031,1092,1099,1107,1126,1127,1171,1205,1215,1248,1252,1286,1290,1301,1329,1419,1456,1465,1516,1548,1558,1564,1577,1653,1725,1844,1859,1878,1889,2013,2068,2072,2137,2145,2177,2179,2216,2299,2312,2359,2373,2377,2411,2504,2510,2544,2567,2571,2583,2589,2604,2605,2634,2657,2707,2729,2739,2797,2822,2827,2867,2874,2886,2887,2889,2901,2908,2911,2923,2939,2956,2973,3009,3025,3033,3053,3076,3077,3078,3108,3124,3128,3130,3194].join(".")}`},780:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),o=s(6733),r=s(1143);const i=()=>{const e="GDPRBar",t=`${e}LoadStart`;(0,r.Z)(t),s.e(599).then(s.bind(s,3054)).then((({default:s})=>{(0,o.Z)(`${e}LoadedTime`,t,`${e}LoadEnd`),s()})).catch((s=>{(0,o.Z)(`${e}ErrorTime`,t,`${e}LoadError`),(0,n.Z)(s,"ConsentBar")}))}},517:(e,t,s)=>{"use strict";s.d(t,{Z:()=>u});var n=s(2466),o=s(961),r=s(7265),i=s(2020),a=s(7508),c=s(6205);let l=!1;const d=()=>(()=>{const{purposeConsents:e,vendorConsents:t}=(0,r.SU)();return e.size>0&&t.size>0})()&&(0,o.BF)("mr","TP")&&(0,o.BF)("mr"),u=()=>{const e=(0,c.Z)((0,a.Z)(n.Dc)),t=!d();i.default.today=Math.floor(Date.now()/864e5);const s=(!e||i.default.today>e)&&t&&!l;return s&&(l=!0),s}},2020:(e,t,s)=>{"use strict";s.d(t,{default:()=>n});const n=Object.create(null)},846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r,e:()=>o});const n=(0,s(1386).Z)("Consent"),o=()=>{setTimeout((()=>n.open()),16)},r=n},2466:(e,t,s)=>{"use strict";s.d(t,{Dc:()=>n,F1:()=>i,le:()=>r,q2:()=>o});const n="WPtcsb",o="WPdp",r="WPtcs2",i=[o,r]},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(703),o=s(4841),r=s(919),i=s(6918),a=s(528),c=s(975);const l=()=>{const e=(0,n.qm)("gdprLoad"),t=(0,n.qm)("gdprOff"),s=(0,o.y1)("^(as_kajkoikokosz|intranet|int_|app_|jedenwniosek|money_ibroker|money_money2money|easygo|austriainfopl|bulgariainfopl|cyprinfopl|dominikananetpl|egiptnetpl|francjanetpl|grecjanetpl|hiszpanianetpl|istriacompl|last-minutenetpl|maltanetpl|marokonetpl|portugaliainfopl|tajlandianetpl|tunezjanetpl|turcjanetpl|wlochyinfopl|belgiapl|cyprpl|dominikanapl|dubajpl|egiptpl|grancanariapl|jordaniapl|korfupl|kretapl|majorkapl|maltapl|marokopl|openfm|perupl|portugaliapl|rodospl|safagapl|santorinipl|tabapl|teneryfapl|travelleadpl|tunezjapl|turcjapl|wypoczynekpl|karierawakacjepl|diety|parklot)"),l=(0,o.y1)("poczta|onelogin")&&!(0,o.y1)("poczta_o2_pl_logowanie|profil"),d=(0,r.FT)("(grupawp.pl|(onas|inwestor|holding|koszykrd|1login).wp.pl)"),u=/poczta\.(wp|o2)\.pl\/(profil|rejestracja)/.test(window.location.href),p=c.Z&&(0,o.GD)()&&!d&&!s&&!l&&!u&&!a.Z&&!t;return s&&(0,i.Z)({message:"GDPR",path:"OffSN",fileName:window.location.hostname},1e3),p||e}},9966:(e,t,s)=>{"use strict";s.d(t,{Dz:()=>a,EB:()=>h,F_:()=>g,HT:()=>c,KM:()=>A,cD:()=>f,e0:()=>r,fR:()=>b,he:()=>i,jE:()=>I,k9:()=>o,o:()=>P,pz:()=>n,qU:()=>m,qe:()=>l,qz:()=>u,rJ:()=>y,tP:()=>w,tl:()=>d,uY:()=>v,wv:()=>p,x_:()=>Z,yM:()=>S});const n="ck",o="mr",r="fp",i="mt",a="ts",c="cspid",l="csfid",d=1,u=2,p="WPM",m="GWP",f="TP",g=[p,m,f],h=[1,2,3,4,5,6,7,8,9,10],A=[2],v=[1],Z=[2,3,4,5,6,7,8,9],b=[2],w=[2,7,8,9,10,11],y=[2],S=[1],C=JSON.stringify(h),_=JSON.stringify(b),k=JSON.stringify(S),I={[p]:C,[m]:C,[f]:k},P={[p]:_,[m]:_,[f]:_}},5090:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>e&&Date.now()-e>33696e6},1747:(e,t,s)=>{"use strict";s.d(t,{C:()=>u,M:()=>d});var n=s(4462),o=s(9627),r=s(7550),i=s(9349),a=s(2264);const c=(e,t)=>{if(!(0,r.Z)(e)||!(0,r.Z)(t))return"";const s=t.length,n=e.length;let o="";for(let r=0;r<n;r+=1){const n=e.charCodeAt(r),i=t.charCodeAt(r%s);o+=String.fromCharCode(n^i)}return o},l=3,d=e=>{if((0,o.Z)(e)){const t=(0,a.Z)(e),{keybase:s=(0,n.Nu)(l,36,!0)}=t;delete t.keybase;try{const e=s+btoa(c(JSON.stringify(t),s));if(t.keybase=s,(0,r.Z)(e))return e}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}},u=e=>{if((0,r.Z)(e)){const t=e.slice(0,l),s=e.slice(l);try{const e=JSON.parse(c(atob(decodeURIComponent(s)),t));if((0,o.Z)(e))return e.keybase=t,(0,a.Z)(e)}catch(e){(0,i.Z)(null==e?void 0:e.message,!0)}}}},961:(e,t,s)=>{"use strict";s.d(t,{$C:()=>y,BF:()=>b,Ld:()=>g,Qv:()=>w,U2:()=>v,a1:()=>f,gf:()=>S,rl:()=>m,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 l=!1,d=!1,u=!1,p=!1;const m=()=>l,f=()=>u,g=e=>{l=e},h=()=>c,A=(e=n.wv,t)=>(t&&(c[e]=c[e]||{}),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&&(e!==n.k9&&e!==n.pz&&e!==n.e0||(e=>{A(e,!0)[n.Dz]=Date.now()})(s),o[e]=t,d&&p&&g(!0))},b=(e,t=n.wv)=>2===v(e,t),w=()=>{n.F_.forEach((e=>{Z(n.k9,0,e),Z(n.pz,0,e),Z(n.e0,0,e)})),d=!0,p=!1},y=()=>Math.min(...n.F_.map((e=>v(n.Dz,e)))),S=e=>{if((0,i.Z)(e)){JSON.stringify((0,a.Z)(c))!==JSON.stringify((0,a.Z)(e))&&p&&(l=!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)(y())&&(u=!0)};w()},3442:(e,t,s)=>{"use strict";s.d(t,{Z:()=>A});var n=s(1710),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),l=s(9966),d=s(1467),u=s(5090),p=s(1121);const m=(e,t,s)=>{if(!e||!(0,p.Z)())return;const{created:n}=e,i=n.getTime();if((0,u.Z)(i)){(0,r.GD)(!0),(0,r.Fn)(null),(0,r.jL)(void 0);const e=a(t),n=void 0;return(0,d.b)("expired",{created:i}),(0,r.Ev)(s,"expired"),{tcModel:e,tcString:n}}i-(0,o.$C)()>6e4&&((0,o.t8)(l.Dz,i,l.wv),(0,o.t8)(l.Dz,i,l.qU),(0,o.t8)(l.Dz,i,l.cD))},f=(e,t,s)=>{if(e&&(0,p.Z)()&&(4!==e.policyVersion||!e.vendorListVersion)){(0,r.GD)(!0),(0,r.Fn)(null),(0,r.jL)(void 0),(0,o.Qv)(),(0,o.t8)(l.HT,"[]"),(0,o.t8)(l.HT,"[]",l.qU),(0,o.t8)(l.HT,"[]",l.cD),(0,o.t8)(l.qe,"[]"),(0,o.t8)(l.qe,"[]",l.qU),(0,o.t8)(l.qe,"[]",l.cD),(0,o.gf)();const e=a(t),n=void 0;return(0,d.b)("legacy"),(0,r.Ev)(s,"legacy"),{tcModel:e,tcString:n}}};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,l,d,u,p)=>{let A,v,Z,b=!0;t?(0,o.BF)("mr","TP")&&(Z=l):(b=s,b&&(Z=l));if(i!==(0,r.do)()){if(b){v=i;try{if(t){const e=(0,r.h)();if((0,g.Z)(v)){let t;if(A=n.E9.decode(v),A&&e&&(A.gvl=e),p&&(t=f(A,e,u),t&&({tcModel:A,tcString:v}=t)),!t){const t=m(A,e,u);t&&({tcModel:A,tcString:v}=t)}}else A=a(e)}else(0,g.Z)(v)&&(A=n.E9.decode(v))}catch(e){(0,c.Z)(e,"TCModel")}}(0,r.jL)(v),(0,r.Fn)(A)}e&&(0,r.hU)(e),(0,r.R4)(b),(0,r.T6)(Z),h(d)}},7265:(e,t,s)=>{"use strict";s.d(t,{Ev:()=>P,Fn:()=>f,GD:()=>k,KC:()=>_,PD:()=>T,R4:()=>p,SU:()=>m,T6:()=>b,_3:()=>S,cG:()=>Z,do:()=>w,h:()=>A,hU:()=>C,jL:()=>y,kG:()=>I,lT:()=>E,qO:()=>g,u6:()=>h,wH:()=>v,zC:()=>u});var n=s(1774);let o=!0,r=!1,i=!1,a="",c="";const l={gvl:void 0,cmpapi:void 0,tcModel:null,otherPartners:void 0},d={};n.default.vendorsState=l;const u=()=>o,p=e=>{o=e},m=()=>l.tcModel,f=e=>{l.tcModel=e},g=()=>l.cmpapi,h=e=>{l.cmpapi=e},A=()=>l.gvl,v=e=>{l.gvl=e},Z=()=>a,b=e=>{a=e},w=()=>c,y=e=>{c=e},S=()=>r,C=e=>{r=e},_=()=>i,k=e=>{i=e},I=()=>d,P=(e="default",t)=>{d[e]=t},E=e=>{l.otherPartners=e},T=()=>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:2};r.default.mode&&(a.devel=1);const c=(e,t)=>{var s,r;const c=Object.assign({},t,a,{gvl:(null==(s=(0,n.SU)())?void 0:s.vendorListVersion)||-1,policy:(null==(r=(0,n.SU)())?void 0:r.policyVersion)||-1,time:Math.round((0,o.zO)())});(0,i.Z)(void 0,c,`gdpr_${e}`,{useLink:!0})}},5301:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(2466),o=s(1747),r=s(7265),i=s(961),a=s(919),c=s(4596),l=s(7508),d=s(2040),u=s(2840);const p=()=>new Promise((e=>{const t={},s=(0,l.Z)(n.le),p=(0,c.Z)(n.le),m=(0,l.Z)(n.q2),f=(0,c.Z)(n.q2);let g,h;(s&&!p||!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():d.Z.set(t,e)}))},3448:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7265),o=s(4064);const r=(e,t)=>{const s=(0,n.SU)();let r=!1;if(s){const{vendorConsents:n,vendorLegitimateInterests:i}=s;r=(n.has(e)||i.has(e))&&(0,o.Z)(t)}return r}},4064:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7265);const o=e=>{const t=(0,n.SU)();let s=!1;if(t){const{purposeConsents:n,purposeLegitimateInterests:o}=t;s=e.filter((e=>n.has(e)||o.has(e))).length===e.length}return s}},309:(e,t,s)=>{"use strict";s.d(t,{default:()=>o});const n=(0,s(4443).Z)();n.name="__tcfapiLocator";const o=n},625:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(7265),o=s(3448),r=s(7550),i=s(3205),a=s(2014);const c=e=>{let t=e;if((0,r.Z)(e)){const s=e=>{if("${GDPR}"===e){const e=(0,n.zC)();return i.Z.u(e)?1:(0,a.Z)(e)}return e.includes("_CONSENT_")?(0,n.do)()||"":e.includes("ADDTL")?(0,n.cG)()||"":e.includes("LIMITED")?(0,a.Z)(!(0,o.Z)(755,[1])):""};t=e.replace(/\$\{(GDPR(_CONSENT_\d+)?|ADDTL_CONSENT|LIMITED_ADS)\}/gi,s)}return t}},2971:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(369),o=s(7795),r=s(3205);const i=(e,t)=>{let s=e;return r.Z.u(s)||(r.Z.o(s)?(0,n.Z)(s,((e,n)=>{(0,o.Z)(n)||""===n||"undefined"===n?delete s[e]:s[e]=i(n,t)})):t&&(s=encodeURIComponent(`${s}`))),s},a=i},7379:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>Object.create(null)},8937:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(4462);const o=e=>{const t=String(e),s=[],o=t.length;let r=0,i=0;for(;r<o;r+=i)i=(0,n.$6)(4)+1,s.push(`${t.slice(r,r+i)}\\2060 `);return`"${s.join("").replace(/\|/g,"\\A ")}"`}},9126:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7795);const o=e=>(0,n.Z)(e)?e:JSON.parse(JSON.stringify(e))},7174:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2395),o=s(5394);const r=(e,t,s,r=!1)=>{try{Object.defineProperty(e,t,{value:s,configurable:r,enumerable:!0})}catch(e){["WP","gaf","prebid"].includes(t)&&(0,n.o)(t,void 0,!0,!0),e.campaign=t,(0,o.Z)(e,"definePropertyHard")}}},619:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t,s)=>{const o=Object.getOwnPropertyDescriptor(e,t);o&&!o.configurable||Object.defineProperty(e,t,{value:s,writable:!0,configurable:!0,enumerable:!n.Z.f(s)}),null!=o&&o.writable&&(e[t]=s)}},853:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t,s="beforeend")=>{e.insertAdjacentHTML(s,t)}},7159:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e="div")=>document.createElement(e)},4443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7159);const o=()=>{const e=(0,n.Z)("iframe");return e.style.visibility="hidden",e.style.display="none",e}},3354:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7159);const o=(e,t="wpcss",s)=>{const o=s||(0,n.Z)("style");return o.type="text/css",o.dataset.id=t,o.textContent=e,o}},5599:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.body},8488:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7550),o=s(4263);const r=e=>(0,n.Z)(e)?(0,o.Z)(e):e},8842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>getComputedStyle(e)||{}},4491:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.documentElement},5925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5599),o=s(4491);const r=e=>{const t=e||(0,n.Z)()||{},s=e||(0,o.Z)()||{};return Math.max(t.scrollHeight,t.offsetHeight,s.clientHeight,s.scrollHeight,s.offsetHeight)}},9951:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(5925),o=s(5599),r=s(4491);const i=e=>{const t=e||(0,o.Z)()||{},s=e||(0,r.Z)()||{};return Math.max(t.scrollWidth,t.offsetWidth,s.clientWidth,s.scrollWidth,s.offsetWidth)};var a=s(8700),c=s(5253);const l=(e,t)=>{const s=(0,c.Z)(e)&&e.getBoundingClientRect();if(s){const{top:o,left:r}=(0,a.Z)(),c=Object.create(null);return c.top=s.top+o,c.left=s.left+r,t?(c.width=i(e),c.height=(0,n.Z)(e)):(c.width=s.width,c.height=s.height),c.bottom=c.top+c.height,c.right=c.left+c.width,c.x=s.x+r,c.y=s.y+o,c}}},8959:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>document.head},1162:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>2147483647},7798:(e,t,s)=>{"use strict";s.d(t,{Z:()=>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)}},1677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{var t;return null==(t=e[0])||null==t.toJSON?void 0:t.toJSON()}},5212:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9372);const o=e=>(0,n.Z)(window.location.href,e)},6539:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=window)=>{let s;try{s=t[e]}catch(e){console.error(e)}return s}},7842:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),o=s(7550),r=s(5150);const i=(e,t,s="&",i)=>{const a={};if((0,o.Z)(e)){e.replace(/(^[?#])/,"").split(s).forEach((e=>{const s=e.split("=");if(s.length>0){const[e,c]=s,l=e.trim(),d=c&&decodeURIComponent(c.trim());(0,n.Z)(t)&&!t.includes(l)||(0,o.Z)(l)&&((0,o.Z)(d)||i)&&(a[l]=(0,r.Z)(d)||"")}}))}return a}},9372:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>e?e.slice(0,t||500):""},7741:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(8012),o=s(2497),r=s(9349);const i=(e,t,s=!1)=>(0,o.Z)(t)?s?e<t:e>=t:!t&&!(0,n.Z)(t)||((0,r.Z)(`Given date ${t} has incorrect format.`,"error"),!1),a=(e,t,s)=>{const n=i(e,t),o=i(e,s,!0);return n&&o}},1133:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=0)=>Array.isArray(e)&&(t>0?e.length===t:e.length>0)},9627:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9386);const o=e=>(0,n.Z)(e)&&Object.keys(e).length>0},7550:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=(e,t=0)=>n.Z.s(e)&&(t>0?e.length===t:e.length>0)},8917:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=e=>n.Z.n(e)&&isFinite(e)},2617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"runAdAuction"in window.navigator},1027:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&Math.floor(e)===e},8012:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null!==e&&(e!=e||+e!=e)},7795:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>null==e},9386:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7795),o=s(3205);const r=e=>!(0,n.Z)(e)&&o.Z.o(e)&&!Array.isArray(e)},3205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=(e,t)=>typeof e===t;[["u","undefined"],["s","string"],["b","boolean"],["n","number"],["g","bigint"],["o","object"],["f","function"],["m","symbol"]].forEach((e=>{n[e[0]]=t=>n(t,e[1])}));const o=n},2621:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(8917);const o=e=>(0,n.Z)(e)&&e>0},2497:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(1027);const o=e=>(0,n.Z)(e)&&e>0},552:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7506),o=s(7550),r=s(3205);const i=(e="",t="",s="",i,a)=>{let c=e,l=s;return r.Z.n(l)&&(l=`${l}`),(0,o.Z)(c)?a?(/\?/.test(c)||(c+="?"),/(\?|&)$/.test(c)||(c+="&")):"?"!==c.slice(-1)&&(c+="&"):c="",(0,o.Z)(t)&&(c+=t,(0,o.Z)(l)&&(c+=`=${(0,n.Z)(l,i)}`)),c}},7506:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t=!1)=>t?encodeURIComponent(e):e},4033:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7506),o=s(369),r=s(7795),i=s(3205);const a=(e,t,s)=>{const a=[];return e&&(i.Z.o(e)?(0,o.Z)(e,((e,o)=>{(0,r.Z)(o)||""===o&&!s||a.push(`${(0,n.Z)(e,t)}=${(0,n.Z)(o,t)}`)})):i.Z.s(e)&&a.push(e)),a.join("&")}},9384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>{let t={href:e};if((0,n.Z)(e))if(window.URL)try{t=new window.URL(e)}catch(e){}else{const s=e.match(/^(?:(https?:)?\/\/)?(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/);s&&([,t.protocol,t.host,t.hostname,t.port,t.pathname,t.search,t.hash]=s)}else t.href="";return t}},7384:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const{search:t,hash:s}=window.location,n=new RegExp(`[#?&](${e})(?:=([^&?=#]*))?([&?]|$)`);let o;return t&&(o=t.match(n)),!o&&s&&(o=s.match(n)),o}},4462:(e,t,s)=>{"use strict";s.d(t,{$6:()=>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:()=>a,ac:()=>l,qL:()=>c});var n=s(1114),o=s(7174);const r=Object.create(null),i=(e,t,s=!1)=>{(0,o.Z)(n.WP,e,t,s),r[e]=t},a=(e,t)=>{i(e,t,!0)},c=(e,t)=>{i(e,t)},l=e=>r[e]},7560:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>{if((0,n.Z)(e))try{return JSON.parse(e)}catch(e){}}},6342:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1133),o=s(3205),r=s(9349);const i=(e,t=!0)=>{if(!(0,n.Z)(e)||e.some((e=>!o.Z.f(e))))return void(0,r.Z)("Invalid promise chain to run sequentially",!0);const s=[],i=(e,t)=>(s.push({resolved:t,rejected:!t,returned:e}),Promise.resolve(e)),a=e=>i(e,!0),c=e=>i(e,!1);return e.map((e=>(...t)=>e(...t))).reduce(((e,s)=>{const n=e.then(s).then(a);return t?n:n.catch(c)}),Promise.resolve()).catch(c).then((()=>s))}},2443:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(619);const o=(e,t,s=window)=>{(0,n.Z)(s,e,t)}},2264:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627);const o=e=>{if((0,n.Z)(e)){const t={};return Object.keys(e).sort().forEach((s=>{t[s]=o(e[s])})),t}return e},r=o},919:(e,t,s)=>{"use strict";s.d(t,{FT:()=>r,Ny:()=>a,pt:()=>i});var n=s(2501);const o=/\./g,r=(e="localhost")=>new RegExp(e.replace(o,"\\.")).test(window.location.hostname),i="www.wp.pl"===window.location.hostname,a="wp.pl"===(0,n.Z)()},2014:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(6205);const r=e=>n.Z.b(e)?+e:(0,o.Z)(e)>0?1:0},6205:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>parseInt(e,10)||0},4640:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(8917),o=s(3205);const r=e=>o.Z.s(e)?e.trim():(0,n.Z)(e)?e:void 0,i=e=>[].concat(e).map(r).filter((e=>!!e||0===e))},9138:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={"%20":" ","%2C":",","%3B":";","%3D":"="},o=(e="")=>String(e).replace(/%(20|2C|3B|3D)/gi,(e=>n[e]))},5888:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>{const t=Date.now();return new Date(t+1e3*e*60)}},7902:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(9138),o=s(2226),r=s(7550);const i=()=>{const e={};if((0,o.Z)()){const t=document.cookie;(0,r.Z)(t)&&t.split("; ").forEach((t=>{const s=t.indexOf("="),o=decodeURIComponent(t.slice(0,s)),r=(0,n.Z)(t.slice(s+1));e[o]=r}))}return e}},4596:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9138),o=s(2226);const r=e=>{if((0,o.Z)()){const t=document.cookie.match(`(^|;)\\s*${decodeURIComponent(e)}\\s*=\\s*([^;]+)`);return t?(0,n.Z)(t.pop()):null}return null}},2501:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=window.location.hostname.split(".").slice(-2).join("."),o=()=>n},2226:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});let n=!1;try{const e="_X_=1",t="; SameSite=None; Secure";document.cookie=e+t;const s=-1!==document.cookie.indexOf(e);document.cookie=`${e}; expires=Thu, 01-Jan-1970 00:00:01 GMT${t}`,n=s}catch(e){}const o=()=>n},3298:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5888);const o=()=>(0,n.Z)(561600)},9175:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(4464);const r=e=>(0,o.Z)(e,"/",(0,n.Z)())},4464:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5330);const o=(e,t="/",s)=>{const o=new Date;return o.setYear(0),(0,n.Z)(e,"",o,t,s)}},9062:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2501),o=s(5330);const r=(e,t,s)=>(0,o.Z)(e,t,s,"/",(0,n.Z)())},5330:(e,t,s)=>{"use strict";s.d(t,{Z:()=>d});const n={" ":"%20",",":"%2C",";":"%3B"},o=(e="")=>String(e).replace(/[\s,;]/gi,(e=>n[e])),r=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,window.escape);var i=s(2226),a=s(7550),c=s(7795),l=s(3298);const d=(e,t,s=(0,l.Z)(),n="/",d)=>{if((0,i.Z)()&&(0,a.Z)(e)&&!(0,c.Z)(t)){let i=`${r(e)}=${o(t)}`;return i+=s?`;expires=${s.toUTCString()}`:"",i+=n?`;path=${n}`:"",i+=d?`;domain=${d}`:"",i+="; SameSite=None; Secure",document.cookie=i,!0}}},2419:(e,t,s)=>{"use strict";s.d(t,{$n:()=>n,LH:()=>i,OL:()=>r,aW:()=>o});const n="Missing action.",o="Field 'name' can not be empty.",r="Argument 'names' must be an array.",i="Argument 'values' must be a plain object."},2555:(e,t,s)=>{"use strict";s.d(t,{Z:()=>q});var n=s(3205);const o={},r=(e,t,s)=>{if(e)return e[t]||s&&(e[t]=s),e[t]};var i=s(703),a=s(6730),c=s(4462),l=s(4024),d=s(7550),u=s(7560);const p=e=>{if((0,d.Z)(e)){const t=e.match(/^wphub:\/\/(\{.*\})/);if(t)return(0,u.Z)(t[1])}};var m=s(6918),f=s(1774),g=s(9627);const h=e=>{if((0,g.Z)(e))try{return`wphub://${JSON.stringify(e)}`}catch(e){}};var A=s(1530),v=s(4211),Z=s(1143),b=s(9384),w=s(4429);const y=/^https?:\/\/([a-z0-9_-]+\.)*((abczdrowie|allani|autokult|autocentrum|benchmark|dcwp|dobregry|dobreprogramy|domodi|easygo|echirurgia|extradom|finansowysupermarket|fotoblogia|gadzetomania|genialne|homebook|jastrzabpost|kafeteria|kardiolo|kazimierzdolny|kredytomat|komorkomania|last-minute|medycyna24|money|nocowanie|nowyosobowy|o2|parenting|parklot|polygamia|popularne|pudelek|pysznosci|smaczneblogi|so-magazyn|superauto|testwiedzy|totalmoney|vibez|wakacje|wp|wpext|money2money\.com)\.pl|(audioteka|nerwica|mazury|17bankow)\.com|(open)\.fm|(nocowanie)\.(sk|eu)|localhost)$/i,S=e=>y.test(e),C="HubAPI",_=window.location.origin,k=[],I=[];f.default.hubData=I;let P,E,T,O,L,x=!1,D=!1,$=!1;const j=e=>{const{method:t,action:s}=e;I.push(e),"hub"===t?"ready"===s&&((0,A.Z)("HUB",!0),(0,Z.Z)(`${C}Ready`),D=!0,clearTimeout(O),N()):(e=>{const{method:t,hash:s,action:n}=e,i=r(o,t),a=r(i,s),c=r(a,n);if(c)for(;c.length;)c.shift()(e)})(e)},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,{}),l=r(c,s,{}),d=r(l,i,[]);n.Z.f(a)&&!d.includes(a)&&d.push(a)})(e),D?T.postMessage(h(e),L):$?((0,w.Z)(e,P),j(e)):(x||(x=!0,F()),k.push(e))},N=()=>{for(;k.length;)R(k.shift())},M=e=>{if(e.origin===L){const t=p(e.data);t&&j(t)}},V=e=>{$||((0,A.Z)("HUB",!1),window.removeEventListener("message",M),clearTimeout(O),D=!1,$=!0,P=(null==e?void 0:e.message)||"blocked",(0,Z.Z)(`${C}Error`),T=!1,N(),(0,m.Z)({message:C,fileName:e.message,path:_},1e4))},B=(e,t)=>{clearTimeout(O),O=setTimeout((()=>{(0,Z.Z)(`${C}${e}`),V({message:t})}),5e3)},U=()=>{B("WindowTimeout","Not responding"),(0,Z.Z)(`${C}Load`);T=E.contentWindow,T.postMessage(h({method:"hub",action:"check"}),L)},F=()=>{if(!E)if(S(_)){const e=(0,i.qm)("_bb"),t=(0,i.qm)("debug"),s=t&&`?debug=${t}`||"",n=(0,l.Z)(f.default.bucket,f.default.branch,"hub",f.default.mode,"html",f.default.canary),o=e?n+s:(0,a.mess)(n+s,!1,!0,"application","search","www.wp.pl");window.addEventListener("message",M),L=`https://${(0,b.Z)(o).hostname}`,E=(0,v.Z)({src:o,onLoad:U,onError:V}),B("RequestTimeout","Request timeout")}else V({message:"Hub on disallowed origin"})},q=R},2040:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(919),o=s(2226),r=s(6570),i=s(7989),a=s(2419),c=s(2942),l=s(3205),d=s(1133),u=s(9175),p=s(5865);const m=(e,t)=>{const{useCookie:s,useStorage:n}=(0,i.Z)(t);(0,d.Z)(e)&&e.forEach((e=>{s&&(0,u.Z)(e),n&&(0,p.Z)(e)}))};var f=s(4429),g=s(2840);const h=(e,t)=>{const{action:s,names:n,type:o,values:r={}}=e;switch(s){case"set":l.Z.o(r)?((0,g.Z)(r,o),e.names=Object.keys(r)):(0,f.Z)(e,a.LH);break;case"get":Array.isArray(n)?e.values=(0,c.Z)(n,o):(0,f.Z)(e,a.OL);break;case"remove":Array.isArray(n)?m(n,o):(0,f.Z)(e,a.OL);break;default:(0,f.Z)(e,a.$n)}l.Z.f(t)&&t(e)};var A=s(3675);const v=(0,o.Z)()||(0,r.Z)(),Z=(e,t,s,o,r)=>{const a={method:"record",action:e,names:t,values:o,cb:s,type:r},{useStorage:c}=(0,i.Z)(r),l=c?n.pt:n.Ny;(0,A.Z)(a,s,v,l,h,"LocalStorage & Cookie")},b={set:(e,t,s)=>{Z("set",void 0,t,e,s)},get:(e,t,s)=>{Z("get",e,t,void 0,s)},remove:(e,t,s)=>{Z("remove",e,t,void 0,s)}}},2942:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(7902),o=s(9846),r=s(1133),i=s(7989);const a=(e,t)=>{const{useCookie:s,useStorage:a}=(0,i.Z)(t);if((0,r.Z)(e)){const t=Object.assign({},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),l=s(7989),d=s(9062),u=s(4634);const p=(e,t)=>{const{useCookie:s,useStorage:p}=(0,l.Z)(t);(0,i.Z)(e,((e,t)=>{s&&(0,d.Z)(e,t),p&&(0,u.Z)(e,t);(0,a.Z)(t)||(0,c.Z)(t)||e===n.le&&(0,r.Z)({message:"saveConsent",path:JSON.stringify((0,o.kG)()),fileName:`${`${t}`.substring(0,20)}:${typeof t}`},1)}))}},3675:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(2555),o=s(3205),r=s(4429);const i=(e,t,s)=>{(0,r.Z)(e,`${t} API is not supported.`),o.Z.f(s)&&s(e)},a=(e,t,s,o,r,a)=>{s?o?r(e,t):(0,n.Z)(e):i(e,a,t)}},4429:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(e,t)=>{e.error=1,e.message=t}},8393:(e,t,s)=>{"use strict";s.d(t,{default:()=>v});var n=s(919),o=s(6570),r=s(3675),i=s(2419),a=s(68),c=s(7508),l=s(7550),d=s(3205),u=s(5865),p=s(9026),m=s(4429),f=s(4634);const g=(e,t)=>{const{action:s,name:n,value:o}=e;if((0,l.Z)(n))switch(s){case"set":(0,f.Z)(n,o);break;case"setEncoded":(0,p.Z)(n,o);break;case"get":e.value=(0,c.Z)(n);break;case"getEncoded":e.value=(0,a.Z)(n);break;case"remove":(0,u.Z)(n);break;default:(0,m.Z)(e,i.$n)}else(0,m.Z)(e,i.aW);d.Z.f(t)&&t(e)},h=(0,o.Z)(),A=(e,t,s,o)=>{const i={method:"storage",action:e,name:t,value:o,cb:s};(0,r.Z)(i,s,h,n.pt,g,"LocalStorage")},v={get:(e,t)=>{A("get",e,t)},getEncoded:(e,t)=>{A("getEncoded",e,t)},set:(e,t,s)=>{A("set",e,s,t)},setEncoded:(e,t,s)=>{A("setEncoded",e,s,t)},remove:(e,t)=>{A("remove",e,t)}}},9846:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=()=>(0,n.Z)()?Object.assign({},window.localStorage):{}},68:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7508),r=s(9627);const i=e=>{const t=(0,o.Z)(e),s=(0,n.C)(t);if((0,r.Z)(s))return s}},7508:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{if((0,n.Z)())return window.localStorage.getItem(e)}},6570:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});let n=!1;try{const e="_X_",t=window.localStorage;t.setItem(e,e),t.removeItem(e),n=!0}catch(e){}const o=()=>n},5865:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(6570);const o=e=>{(0,n.Z)()&&window.localStorage.removeItem(e)}},9026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(1747),o=s(7550),r=s(4634);const i=(e,t)=>{const s=(0,n.M)(t);(0,o.Z)(s)&&(0,r.Z)(e,s)}},4634:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(6570),o=s(7550),r=s(3205),i=s(5865);const a=e=>{if((0,n.Z)()){const t=window.localStorage,s=()=>Object.entries(t).reduce(((e,[t,s])=>e+t.length+s.length),0),n=Object.keys(t);if(n.length){const t=s();n.filter((e=>(0,o.Z)(e)&&!e.toLowerCase().startsWith("wp"))).forEach(i.Z);if(t!==s()&&r.Z.f(e))return e()}}};var c=s(7795);const l=(e,t)=>{if((0,n.Z)()&&(0,o.Z)(e)&&!(0,c.Z)(t)){const s=window.localStorage;try{s.setItem(e,t)}catch(n){22!==n.code&&1024!==n.code||a((()=>{s.setItem(e,t)}))}}}},3754:(e,t,s)=>{"use strict";s.d(t,{J:()=>r,Q:()=>i});var n=s(7952);let o;const r=()=>o,i=e=>{const t=(0,n.Rn)();o=t&&e?t===e?4:3:e?2:t?1:0}},2421:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(3754),o=s(919),r=s(369),i=s(2040),a=s(9175),c=s(9062);const l=(e,t=[])=>new Promise((s=>{o.Ny?s():i.Z.get(e,(({values:e})=>{(0,r.Z)(e,((e,s)=>{"statid"===e&&(0,n.Q)(s),s?(0,c.Z)(e,s):t.includes(e)&&(0,a.Z)(e)})),s(e)}),"cookie")}))},9982:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(919),o=s(2942),r=s(2040);const i=e=>new Promise((t=>{if(n.Ny)t();else{const s=(0,o.Z)(e,"cookie");r.Z.set(s,t,"cookie")}}))},4211:(e,t,s)=>{"use strict";s.d(t,{Z:()=>a});var n=s(4443),o=s(8959),r=s(3205),i=s(2621);const a=e=>{const{src:t,onLoad:s,onError:a,onTimeout:c,timeout:l}=e,d=(0,n.Z)();let u;const p=()=>{d.onerror=null,d.onload=null,clearTimeout(u)};return(0,i.Z)(l)&&(u=setTimeout((()=>{r.Z.f(c)&&c(),p(),d.remove(),d.src=""}),l)),d.onerror=e=>{r.Z.f(a)&&a(e),p()},d.onload=e=>{r.Z.f(s)&&s(e),p()},d.src=t,(0,o.Z)().appendChild(d),d}},204:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(3205),o=s(2621);const r=e=>{const{src:t,onError:s,onLoad:r,onTimeout:i,timeout:a}=e,c=new Image;let l;const d=()=>{c.onerror=null,c.onload=null,clearTimeout(l)};(0,o.Z)(a)&&(l=setTimeout((()=>{n.Z.f(i)&&i(),d(),c.src=""}),a)),c.onerror=e=>{n.Z.f(s)&&s(e),d()},c.onload=e=>{n.Z.f(r)&&r(e),d()};try{c.src=t}catch(e){n.Z.f(s)&&s(e),d()}return c}},5068:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(7159),o=s(1774),r=s(6733),i=s(8959),a=s(7550),c=s(3205),l=s(1143);const d=()=>{},u=new Map;o.default.scriptStore=u;const p=(e,t,s,o,p,m,f,g,h,A,v,Z,b,w)=>{if(c.Z.o(e)&&({id:s,target:v,timeout:h,sync:o,defer:g,remove:f,charset:A,dam:w,crossorigin:m,onError:p,onLoad:t,onTimeout:Z,src:e,withMeasurement:b}=e),(0,a.Z)(e)){!0===m&&(m="anonymous"),A||(A="utf-8"),v||(v=(0,i.Z)());const{script:y,run:S}=((e,t,s,o,i,c,d,u,p)=>{const m=(0,n.Z)("script");return{script:m,run:()=>new Promise(((n,f)=>{m.onload=()=>{u&&(0,r.Z)(`${u}LoadTiming`,`${u}Load`,`${u}Loaded`),n()},m.onerror=f,m.charset=e,p?p.fill((()=>{m.src=s})):m.src=s,o&&(m.setAttribute("crossorigin",o),m.crossOrigin=o),(0,a.Z)(t)&&(m.id=t),i||(m.async=1),c&&(m.defer=1),u&&(0,l.Z)(`${u}Load`),d.appendChild(m)}))}})(A,s,e,m,o,g,v,b,w);let C,_=S;if(h&&c.Z.f(Z)&&(_=()=>{const t=new Promise((e=>{setTimeout((()=>{e("timeout")}),h)}));return Promise.race([S(),t]).then((t=>{if("timeout"!==t)return t;Z(e)}))}),(0,a.Z)(s)){const e=u.get(s);e?C=e:(C=_(),u.set(s,C))}else C=_();return c.Z.f(p)&&C.catch((()=>{p(e)})),c.Z.f(t)&&C.then((()=>{t(e)})).catch(d),f&&(C.catch((()=>{y.remove()})),C.then((()=>{y.remove()})).catch(d)),y}}},6901:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7159),o=s(8959),r=s(3205);const i=(e,t,s,i,a)=>{if(r.Z.o(e)&&(({crossorigin:i,onError:s,onLoad:t,remove:a}=e),({src:e}=e)),e){const c=(0,n.Z)("link");c.rel="stylesheet",c.type="text/css",a&&(c.media="none"),i&&(!0===i&&(i="anonymous"),c.setAttribute("crossorigin",i),c.crossOrigin=i),c.onload=()=>{r.Z.f(t)&&t(),a&&c.remove()},c.onerror=()=>{r.Z.f(s)&&s(),a&&c.remove()},c.href=e;const l=(0,o.Z)();return l&&l.appendChild(c),c}}},3898:(e,t,s)=>{"use strict";s.d(t,{Z:()=>A});var n=s(5394),o=s(2927),r=s(2466),i=s(2773),a=s(713),c=s(7516),l=s(6259),d=s(1144),u=s(8403),p=s(2948),m=s(5435),f=s(9333);const g=[...Object.values(i.C),...d.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",l.Z,"WPsa51","WPfpd",u.Z,"WPaduid",m.Z,c.Z,"ttlStatid",...p.Z,r.q2,r.le,o.VR,"c","wp_dark","wp_dark_c",...f.Z,"__gfp_64b","_X_"],h=new Set,A=(e,t,s,o)=>{const r=!g.includes(e),i=r&&!h.has(e);if(r){if(i){let r;"script"===o&&({stack:r}=new Error),h.add(e),(0,n.Z)({name:"CookieError",message:e,path:o,slot:t.split(";")[0].length,campaign:s,stack:r},"",!0)}return e}}},6406:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(3898),o=s(369),r=s(7902);const i=e=>{const t=(0,r.Z)(),s=[];return(0,o.Z)(t,((t,o)=>{(0,n.Z)(t,o,void 0,e)&&s.push(t)})),s}},3203:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1564),o=s(9454);const r=(e,t=1)=>{if((0,o.Z)(e)){const s=n.zq.get(e)||0,o=parseFloat(t);if(isFinite(o)){const t=s+o;n.zq.set(e,t)}}}},6353:(e,t,s)=>{"use strict";s.d(t,{S:()=>r,Y:()=>o});let n=3;const o=()=>n,r=e=>{n=e}},6658:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3205);const o=e=>Math.max(0,Math.min(100,n.Z.n(e)?e:NaN))},8403:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="WPpds"},6733:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1143),r=s(1049);const i=(e,t,s)=>{const i=(0,n.bE)(t,"mark");if(null!=i&&i.length){(0,o.Z)(s);const a=(0,n.bE)(s,"mark");null!=a&&a.length&&i[0].startTime<=a[0].startTime&&(0,r.Z)(e,t,s)}}},5394:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9627),o=s(1327);const r=(e,t,s)=>{((0,n.Z)(e)||e instanceof Error||e.toString().includes("Error"))&&(0,o.Z)({error:e},t,1,s)}},1327:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(...e)=>(s.e(345).then(s.bind(s,9583)).then((({default:t})=>{t(...e)})).catch((e=>{console.error(e)})),!1)},9454:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(9349);const o=/^[a-z][a-z0-9/._-]{5,100}$/i,r=e=>{const t=o.test(e||"");return t||(0,n.Z)(`Invalid measurement name "${e}".`,!0),t}},1143:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1564),r=s(9454);const i=e=>{if((0,r.Z)(e)&&!o.ze.has(e)){(0,o.$T)(e);const s=(0,n.bE)(e,"mark");var t;if(null==s||!s.length)return null==(t=window.performance)||null==t.mark?void 0:t.mark(e)}}},1049:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(2890),o=s(1564),r=s(9454);const i=(e,t,s)=>{if((0,r.Z)(e)&&(0,r.Z)(t)&&(0,r.Z)(s)&&!o.li.has(e)&&o.ze.has(t)&&o.ze.has(s)){(0,o.OK)(e,t,s);const r=(0,n.bE)(e,"measure");if(null==r||!r.length)try{var i;return null==(i=window.performance)||null==i.measure?void 0:i.measure(e,t,s)}catch(e){}}}},7144:(e,t,s)=>{"use strict";s.d(t,{JV:()=>a,YA:()=>l,_x:()=>i,b4:()=>u,bh:()=>d,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,l=i&&((0,o.vj)(1e3)||!!(0,n.qm)("rsp")),d=i&&(0,o.vj)(100),u=i&&(0,o.vj)(10)},6072:(e,t,s)=>{"use strict";s.d(t,{F_:()=>l,Uy:()=>d,eK:()=>c,hk:()=>a});var n=s(1774),o=s(3205);const r=[],i=[];n.default.performanceHandlers={dynamicHandlers:r,staticHandlers:i};const a=e=>{o.Z.f(e)&&r.push(e)},c=e=>{o.Z.f(e)&&i.push(e)},l=e=>{r.forEach((t=>t(e)))},d=e=>{i.forEach((t=>t(e)))}},2890:(e,t,s)=>{"use strict";s.d(t,{bE:()=>i,Cr:()=>a,zO:()=>r});const n=(e,t,s)=>e?(...s)=>e.apply(t,s):s?()=>[]:()=>{},{performance:o={}}=window,r=n(o.now,o),i=n(o.getEntriesByName,o,!0),a=n(o.getEntriesByType,o,!0)},1564:(e,t,s)=>{"use strict";s.d(t,{$T:()=>c,OK:()=>l,TQ:()=>d,li:()=>a,ze:()=>i,zq:()=>r});var n=s(1774),o=s(9454);const r=new Map,i=new Set,a=new Set;n.default.performance={countData:r,markDone:i,measureDone:a};const c=e=>{(0,o.Z)(e)&&i.add(e)},l=(e,t,s)=>{(0,o.Z)(e)&&(0,o.Z)(t)&&(0,o.Z)(s)&&(a.add(e),i.add(t),i.add(s))},d=()=>{r.clear(),i.clear(),a.clear();const{performance:e}=window;e.clearMarks&&e.clearMarks(),e.clearMeasures&&e.clearMeasures()}},4190:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(5394),o=s(6733),r=s(1143);const i=(e,t,...s)=>{const i=`WM_${e}`;let a;(0,r.Z)(`${i}Start`);try{a=t(...s)}catch(e){(0,n.Z)(e,i)}return(0,o.Z)(`${i}Timing`,`${i}Start`,`${i}Stop`),a}},8017:()=>{Object.values||(Object.values=e=>Object.keys(e).map((t=>e[t]))),Object.fromEntries||(Object.fromEntries=function(e){return[...e].reduce(((e,{0:t,1:s})=>Object.assign(e,{[t]:s})),{})}),Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),s=t.length,n=new Array(s);s--;)n[s]=[t[s],e[t[s]]];return n})},3381:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(5394);const o=(e,t="ProgrammaticError")=>{const s=new Error(e);s.name=t,(0,n.Z)(s)}},1763:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>W,Of:()=>O,mk:()=>B,H7:()=>z,Is:()=>H,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),l=s(5620),d=s(4462),u=s(6918),p=s(8720),m=s(369),f=s(5253);const g=(e,t,s)=>{if((0,f.Z)(t)){const{round:n}=Math,{top:o,left:r}=t.getBoundingClientRect(),{top:i,left:a,width:c,height:l}=e.getBoundingClientRect(),{clientX:d,clientY:u}=s||{};return Object.assign({width:n(c),height:n(l),topX:n(a-r),topY:n(i-o)},s&&{clientX:n(d),clientY:n(u),relativeX:n(d-r),relativeY:n(u-o)})}};var h=s(6539),A=s(9627),v=s(9386),Z=s(3205),b=s(1511);const w={area:{required:["length","areaid"],validated:{sMedium:["areaid"],nPlus:["length"]}},textlink:{required:["url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"],n:["index"]}},teaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},intextTeaser:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},scrollboost:{required:["img","url","index"],validated:{sShort:["cid","ctype","csystem"],sLong:["img","url"],n:["index"]}},sgTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgFirstTeaser:{required:["url"],validated:{sShort:["cid","ctype","csystem"],sLong:["url"]}},pubTeaser:{required:["teaserid","baseteaserid","img","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["img","url"],n:["index"]}},sgTextlink:{required:["teaserid","baseteaserid","url","index"],validated:{sShort:["cid","ctype","csystem","teaserid","baseteaserid"],sLong:["url"],n:["index"]}},button:{required:["id","index"],validated:{sShort:["id"],n:["index"]}}};w.sgTeaserAd=w.sgTeaser,w.sgTextlinkAd=w.sgTextlink;const y=w;var S=s(5146),C=s(6598);const _="ContentViewability",k="user_actions",I="mousedown";let P,E=0,T=0;const O=()=>E+T,L={name:"contentBoxViewability",method:n.hm,[n.$v]:!1,time:1,percent:50},x=(e,t,s)=>{const n=Number(e),o=!s||n<=s;return/^(0|([1-9]\d*))$/.test(e)&&n>=t&&o},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"]},j=e=>{const{type:t}=e||{},s=y[t],n=[];let o="";if((0,v.Z)(e))if(Z.Z.s(t)&&s)if(((e,t,s)=>(s.push(...t.filter((t=>!Object.keys(e).includes(t)))),s))(e,s.required,n).length)o+=`Following required parameters are missing: ${n.join(", ")}. `;else{const{validated:t,required:n}=s;(0,m.Z)(t,(s=>{const r=t[s];for(let t=0;t<r.length;t++){const i=r[t],a=e[i],[c,l]=$[s](a);(Z.Z.u(a)&&n.includes(i)||!Z.Z.u(a)&&!c)&&(o+=`Invalid parameter: { ${i}: ${a} }. ${l} `)}}))}else o+=`Invalid element type. It should be one of the following: ${Object.keys(y).join(", ")}. `;else o+='Invalid parameters structure, "params" should be an object. ';return o},R=({element:e})=>{null!=e&&e.callback&&(e.removeEventListener(I,e.callback),delete e.callback)},N=(e,t,s)=>{const n=i[s],o=s=>{const o=Object.assign({},t,g(e,P,s));(0,C.Z)("click",o,k,null,!0),n.clicked=!0,R(n)};e.addEventListener(I,o),e.callback=o},M=(e,t,s,n)=>{n.callback=n=>{const o=Object.assign({},t,g(e,P));(0,C.Z)("view",o,k),((e,t)=>{const s=a[t];if(s&&!s.viewed){s.viewed=!0;const t=Object.assign({},s.params,g(e,P));(0,C.Z)("view",t,k)}})(e,s)};return(0,b.Z)(e,[n],t.id,!0)},V=(e,t)=>{const s={};return e.forEach((e=>{const n=t[e];Z.Z.u(n)||""===n||!1===n||(s[e]=n)})),s},B=(e,t,s,n={})=>{E=2;const o=((e,t,s)=>{let n;return n=(0,f.Z)(e)?Z.Z.u(s)||Z.Z.n(s)?Z.Z.u(s)||a[s]?j(t):`Container ID=${s} does not exist in the store.`:"Container ID should be a number.":"Given `element` does not exist in the DOM or is not an instance of HTMLElement.",n})(e,t,s);if(o)return(0,u.Z)({message:_,path:"registerBox",fileName:o},100,`${_}.registerBox: ${o}`,"error"),null;const r=Object.assign({},t),p=Object.assign({},L,n),{zeroPoint:m}=r;m&&(P=e);const g=!Z.Z.u(s)&&a[s]&&a[s].params;g&&(r.areaid=g.areaid),(0,h.Z)("wp_sg_first")&&(r.isSGFirst=!0);const v=Object.assign({},V(c.Pw.container,g),V(c.Pw.box,r));if((0,A.Z)(v)&&(e.source=v),(0,l.$D)())return;const b=M(e,r,s,p),w=(0,d.Nu)(8,16);i.push({observationObject:b,element:e,params:r,containerId:s,clicked:!1,id:w});const y=i.length-1;return N(e,r,y),w},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,R({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=j(e);if(s)return(0,u.Z)({message:_,path:"registerContainer",fileName:s},100,`${_}.registerContainer: ${s}`,"error"),!1;const n=Object.assign({},e);(0,h.Z)("wp_sg_first")&&(n.isSGFirst=!0),a.push({params:n,viewed:!1});return a.length-1},G=(e,...t)=>{(0,m.Z)(e,(s=>{t.filter((e=>Z.Z.f(e))).forEach((t=>t(e[s]))),delete e[s]}))},H=()=>{G(i,U,R),G(a)},W=()=>{(0,o.aS)(H)}},3121:(e,t,s)=>{"use strict";s.d(t,{Hm:()=>l,ME:()=>p,SG:()=>m,_V:()=>u,aS:()=>f,uz:()=>d,yA:()=>c});var n=s(9126),o=s(1774),r=s(1133),i=s(3205);const a=Object.create(null);o.default.spaHandlers=a;const c=["page:view","page:refresh"],l=(e,t)=>{const s=(0,n.Z)(t),o=a[e];(0,r.Z)(o)&&o.forEach((t=>{i.Z.f(t)&&t(e,s)}))},d=(e,t)=>{const s=a[e];if((0,r.Z)(s)){const e=s.indexOf(t);e>-1&&delete s[e]}},u=(e,t,s,n)=>{if(i.Z.f(t)){const o=n?"unshift":"push",r=a[e]||[];if(s){const s=(...n)=>{t(...n),d(e,s)};r[o](s)}else r[o](t);a[e]=r}},p=(e,t)=>{u("page:view",e,!1,t)},m=(e,t)=>{u("page:refresh",e,!1,t)},f=(e,t)=>{u("page:close",e,!1,t)}},4880:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={0:1,1:3,2:2},o=({button:e})=>n[e]},7715:(e,t,s)=>{"use strict";s.d(t,{Z:()=>b});var n=s(4841),o=s(5467),r=s(2978),i=s(5131),a=s(450),c=s(4447),l=s(806),d=s(369),u=s(7550),p=s(8917),m=s(9349);const f=["data","errorType","message","fileName","stack","lineNumber","colNumber","grabbed","campaign","slot","bunch","path"],g=e=>((0,d.Z)(e,((t,s)=>{f.includes(t)||((0,m.Z)(`Invalid key '${t}' to collect.`,!0),delete e[t]),(0,u.Z)(s)||(0,p.Z)(s)||delete e[t]})),e);var h=s(1774),A=s(4928),v=s(4769),Z=s(2014);const b=(e,t,s={})=>{const d=Object.assign({wpjsSubVer:h.default.subver,isBack:(0,Z.Z)((0,l.b)()),appName:(0,n.PO)(),pageViewType:(0,a.ZF)("ctype")||"index",pageViewCount:(0,c.tR)(),pageViewMode:(0,c.nj)()?"dynamic":"static",platform:(0,r.Hl)(),bunch:(0,o.P)(),ab:(0,i.pB)()},g(e));s.useLink=!0,A.Z.fill((()=>{(0,v.Z)(void 0,d,t,s)}))}},2978:(e,t,s)=>{"use strict";s.d(t,{BB:()=>h,G$:()=>l,H9:()=>f,Hl:()=>Z,Ik:()=>p,O0:()=>d,TH:()=>a,Uk:()=>v,Uv:()=>c,Xp:()=>u,ZP:()=>y,aD:()=>b,bL:()=>A,nJ:()=>g,o2:()=>m,rS:()=>w});var n=s(1770),o=s(919),r=s(4841);let i;const a="ext",c="int",l="pako",d="pwp",u="nwm",p="tech",m="sportowefakty",f="poczta",g="holding",h="ecom",A="av",v="as",Z=()=>i,b=(e=[])=>e.includes(i),w=e=>!b(e),y=()=>{i=(0,r.y1)("^(ext_|mc_|sspbc_)")?a:(0,r.y1)("^as_")?v:(0,r.y1)("^int_")||(0,o.FT)("grupawp.pl$|^(panel|bo).")?c:(0,n.Pk)()?"magazyn":(0,r.y1)("^(wptv|openfm|pilotwp|telewizjawp|programtv|audioteka)")?A:(0,r.y1)("znajdzlekarza|wakacje|money_direct|money_money2money|easygopl|tm_|kredytomat|17bankow|superauto|nowyosobowy|noc_|domodi|allani|homebook|finansowysupermarket|extradompl|radar_okazji")?h:window.TECH||(0,r.y1)("^(dobreprogramy|polygamia|nwm_gadzetomania|tech|nwm_komorkomania|nwm_fotoblogia|nwm_autokult)")&&!(0,o.FT)("forum")?p:(0,r.y1)("^nwm_|kafeteria_pl")?u:(0,r.y1)("o2_o2_pl|pudelek")||(0,n.c3)()?d:(0,n.KD)()?"sg":(0,n.Qt)()?m:(0,n.V8)()?f:(0,o.FT)("(onas|holding|reklama|rekrutacja).wp.pl")?g:(0,n.QT)()?l:"other"}},5216:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(5620);const o={fsc:!(0,n.kQ)(),show:!(0,n.h5)(),wave:!(0,n.QE)()},r=e=>o[e]},1144:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["statid","STvisit","BDhs"]},4928:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("DOT")},8299:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2890),o=s(1677);const r=()=>(0,o.Z)((0,n.Cr)("navigation"))},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:()=>l});var n=s(4462),o=s(7550);let r,i,a;const c=()=>a,l=(e,t)=>{r||(i?i=!1:(e&&(i=!0),a=(0,o.Z)(t)?t:(0,n.Nu)(20,!0)))}},4030:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n={dotSuccess:0,gemiusSuccess:0,spaOmitFirstView:!1};s(1774).default.pageViewState=n;const o=n},4447:(e,t,s)=>{"use strict";s.d(t,{C:()=>p,I3:()=>f,nj:()=>u,o1:()=>m,oh:()=>g,q6:()=>l,tR:()=>c});var n=s(1501);let o=0,r=0,i=!0,a=!1;const c=()=>r,l=()=>a,d=()=>{a=document.hidden},u=()=>1===o,p=()=>0===o,m=()=>i,f=()=>{i=!1,d(),(0,n.W)(!1)},g=()=>{i=!0,r+=1,d(),r>1&&(o=1)};d()},9350:(e,t,s)=>{"use strict";s.d(t,{Z:()=>p});var n=s(6730),o=s(204),r=s(1133),i=s(7550),a=s(3205),c=s(625),l=s(6342),d=s(4640);let u=Promise.resolve();const p=(e,t=!0,s)=>{const p=(0,d.Z)(e);if((0,r.Z)(p)){const e=p.filter((e=>(0,i.Z)(e))).map((e=>e.replace(/\s/g,""))).filter((e=>(0,i.Z)(e))).map((e=>(0,n.mess)({url:(0,c.Z)(e)})));if(t)e.forEach((e=>(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s()},onError:()=>{a.Z.f(s)&&s()}})));else{const t=e.map((e=>()=>new Promise(((t,n)=>{(0,o.Z)({src:e,onLoad:()=>{a.Z.f(s)&&s(),t()},onError:()=>{a.Z.f(s)&&s(),n()}})}))));u=u.then((()=>(0,l.Z)(t,!1)))}}}},3413:(e,t,s)=>{"use strict";s.d(t,{Wg:()=>c,_g:()=>p,bn:()=>u,eu:()=>d,ko:()=>l});var n=s(1774),o=s(7550);let r,i;const a=new Map;n.default.registeredReadTimes=a;const c=()=>a.get(r),l=()=>r,d=(e,t)=>{(0,o.Z)(e)&&!a.has(e)&&(r=e,a.set(r,t))},u=e=>{i=e},p=()=>i},8161:(e,t,s)=>{"use strict";s.d(t,{K7:()=>l,Mn:()=>c,Pw:()=>a});var n=s(2466);const o=["recommendationType","isSGFirst","areaid"],r=["recommendationType","isSGFirst","teaserid","baseteaserid","index"],i=["abtest","refabtest","statid","WPabs","GRwpuuid","GRo2uuid","GRoluuid","STac",...n.F1],a={container:o,box:r},c={areaid:"wga_sa",recommendationType:"wga_srt",isSGFirst:"wga_isSgFirst"},l=e=>{const t=[...[...new Set([...r,...o])].map((e=>c[e]||e)),...i].join("|"),s=new RegExp(`\\b(${t})=([^&?=#]*)?&?`,"gi");return e.replace(s,"").replace(/[?&]+$/,"")}},5885:(e,t,s)=>{"use strict";let n;s.d(t,{V:()=>o,Z:()=>r});const o=e=>{n||(n=e)},r=()=>n},9366:(e,t,s)=>{"use strict";s.d(t,{N:()=>a,a:()=>i});var n=s(3205),o=s(4634);let r="";const i=()=>r,a=e=>{n.Z.s(e)&&(r=e,(0,o.Z)("WPcrrf",e))}},6217:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ee});var n=s(450),o=s(9366),r=s(8083),i=s(4462),a=s(552),c=s(7331),l=s(5131),d=s(6353),u=s(2863),p=s(1425),m=s(9943),f=s(4447),g=s(3857),h=s(2168),A=s(5885),v=s(7626),Z=s(7952),b=s(9853),w=s(6452),y=s(806),S=s(1501),C=s(1770),_=s(1774),k=s(6539),I=s(5313),P=s(2014);const E=e=>{var t,s,n,o;const r=window,i=(0,b.KF)(),a=(0,m.BD)(),E=(0,m.XG)(),T=(0,g.f)(),O=(0,v.h)(),L=(0,h.Uu)(),x=(0,k.Z)("wp_abtest_programmatic"),D=(0,A.Z)(),{version:$="",stVersion:j=""}=L,R=(0,u.g1)("testConfig"),{testName:N}=R,M=(0,p.XR)(),V=null==(t=_.default.mods)?void 0:t.ver;(0,C.Rf)()&&(e.amp=1),M&&(e.hem=1),i&&(e.abtest=i),(0,S.r)()&&(e.reloaded=1),document.wasDiscarded&&(e.discarded=1),(0,f.q6)()&&(e.loadHidden=1),[c.CG,c.Lx,c.sp,c.Wj].includes(E)&&(e.inver=E),a&&(e.tagreqid=a),O&&(e.STabnoid=O),(0,Z.xI)()||(e.empty_statid=1),(0,y.b)()&&(e.reforig=encodeURIComponent(document.referrer||"empty")),T&&(e.navType=T),D&&(e.refabtest=D),e.adbd=(0,l.pB)(),e.trpr=(0,P.Z)((0,w.B)()),e.wpjsES6=(0,P.Z)(_.default.es6),e.wpjsVer=_.default.ver,e.uniformVer=_.default.uniformVer,V&&(e.modsVer=V),N&&(e.prgTest=N),x&&(e.prgATest=x),e.prgApiVer=null==(s=r.__prebiddebug__)?void 0:s._ver,e.prebidVer=null==(n=r.pbjs)?void 0:n.version,e.prebidTag=null==(o=r.pbjs)?void 0:o.tag,e.tVer=$,e.stVer=j,e.tVerG="",e.tVerG2="",e.pds=(0,d.Y)(),r.appVersion&&(e.appVer=r.appVersion),e.highLayout=(0,I.Z)()};var T=s(5467),O=s(8727),L=s(5786),x=s(4596),D=s(9521),$=s(7550),j=s(3205);const R=(e={})=>{let t="";t=(0,a.Z)(t,"rekid",e.rekid||(0,T.P)()),t=(0,a.Z)(t,"pvid",e.pvid||(0,L.Vq)()),t=(0,a.Z)(t,"gmid",e.gmid||(0,D.Z)()),t=(0,a.Z)(t,"mb",(0,P.Z)((0,O.R)())),t=(0,a.Z)(t,"dn",(0,P.Z)(j.Z.b(e.dn)?e.dn:(0,f.nj)())),t=(0,a.Z)(t,"v",e.version||"5.4");const s=(0,x.Z)("WPaduid");return(0,$.Z)(s)&&(t=(0,a.Z)(t,"aduid",s)),(0,$.Z)(e.fixCookie)&&(t=(0,a.Z)(t,"fxck",e.fixCookie)),`&${t}`};var N=s(1756),M=s(5212),V=s(9627),B=s(4033),U=s(71),F=s(6730),q=s(204),z=s(6901);const G=e=>{const{queryGET:t,useMimeType:s,useLink:n}=e,[o,r,i]=n?[z.Z,"Link",s&&"css"]:[q.Z,"Image",s&&"gif"];e.method="GET",e.wasSuccess=!0,e.crossorigin="use-credentials",e.remove=!0,e.request=r,e.url=i?(0,a.Z)(t,"rmt",i):t,e.src=(0,F.mess)(e),o(e)},H=window.navigator.sendBeacon&&window.URLSearchParams,W=e=>{if(H&&!(0,l.VP)()){const{queryRAW:t,queryPOST:s}=e;return e.method="POST",e.request="BEACON",e.url=t,navigator.sendBeacon((0,F.mess)(e),new URLSearchParams(s))}},K=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(j.Z.b(r.withCredentials))return r.open("POST",(0,F.mess)(e)),r.withCredentials=!0,j.Z.f(t)&&(r.onerror=t),j.Z.f(s)&&(r.onload=s),r.setRequestHeader("Content-type","application/x-www-form-urlencoded"),r.send(o),!0}catch(e){j.Z.f(t)&&t(e)}},J=Math.floor(2e3/1.35),Q=e=>{const{queryGET:t,useGET:s,usePOST:n,useBeacon:o}=e;if(o&&(e.wasSuccess=W(e)),!e.wasSuccess){const o=t.length<J||s;!n&&o||(e.wasSuccess=K(e)),e.wasSuccess||G(e)}};var Y=s(4148),X=s(4677);const ee=(e,t,s,c={},l={})=>{const{location:d}=self;if("file:"===d.protocol)return;c.useLink=c.useLink||(0,r.rI)();const{generate:u,give:p,off:m,media:f}=c;let g=l.dotParams||(0,n.ZF)();(0,V.Z)(g)||(g={}),E(g);let h=e,A="",v="";if(u)h=(0,a.Z)(h,"sw","[[SCREEN_WIDTH]]"),h=(0,a.Z)(h,"sh","[[SCREEN_HEIGHT]]"),h=(0,a.Z)(h,"pg","[[HREF]]"),h=(0,a.Z)(h,"rf","[[REFERRER]]"),A=(0,a.Z)(A,"pc","[[CANONICAL]]"),v=(0,a.Z)(h,"pc","[[CANONICAL]]"),A=(0,a.Z)(A,"par","[[PAR_DATA]]"),v=(0,a.Z)(v,"par","[[PAR_DATA]]");else{const{screen:e}=self,n=l.canonical||(0,N.Z)(),r=l.href||(0,M.Z)(),i=l.referrer||(0,o.a)();let c,d;h=(0,a.Z)(h,"sw",e.availWidth||e.width),h=(0,a.Z)(h,"sh",e.availHeight||e.height),h=(0,a.Z)(h,"pg",r,!0),h=(0,a.Z)(h,"rf",i,!0),A=(0,a.Z)(A,"pc",n,!0),v=(0,a.Z)(h,"pc",n,!0);const u=(0,B.Z)(g,!0);t?(c=(0,B.Z)(s,!0),d=t):(c=u,d="par"),"inventory"===t&&(A=(0,a.Z)(A,"par",u,!0),v=(0,a.Z)(v,"par",u,!0)),(0,$.Z)(f)&&(A=(0,a.Z)(A,f),v=(0,a.Z)(v,f)),c&&(A=(0,a.Z)(A,d,c,!0),v=(0,a.Z)(v,d,c,!0))}const Z=`r${u?"[[RAND10]]":(0,i.Nu)()}/`,b=`https://${c.hostname||"dot.wp.pl"}/${Z}`,w=R(l),y=Object.assign(c,{queryRAW:b+h+w,queryGET:b+v+w,queryPOST:A});if(u||p)return y;U.Z.fill((()=>{X.Z.fill((()=>{Y.Z.push(y),m||Q(y)}))}))}},7595:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=e=>["pagehide","beforeunload","visibilitychange"].includes(e)},4769:(e,t,s)=>{"use strict";s.d(t,{V:()=>l,Z:()=>d});var n=s(4841),o=s(552),r=s(5216),i=s(3205),a=s(6217);const c=(e,t,s,c={})=>{let l=c,d="show.gif?";i.Z.o(l)||(l={});const u=e||l.sn||(0,n.W_)(),{generate:p,give:m}=l;if((0,n.GD)(u)||p||m)return p?(d=(0,o.Z)(d,"srv","[[SN]]"),d=(0,o.Z)(d,"action","[[ACTION]]")):(d=(0,o.Z)(d,"srv",u),d=(0,o.Z)(d,"action",s||"default")),l.off=!(0,r.Z)("show"),l.useBeacon=!0,(0,a.Z)(d,void 0,void 0,l,{dotParams:t})},l=()=>c(void 0,void 0,void 0,{generate:!0}),d=c},7626:(e,t,s)=>{"use strict";s.d(t,{h:()=>i,z:()=>a});var n=s(4596),o=s(4464);let r;const i=()=>r,a=()=>{r||(r=(0,n.Z)("STabnoid"),r&&(0,o.Z)("STabnoid"))}},4148:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});const n=[];s(1774).default.statData=n;const o=n},7952:(e,t,s)=>{"use strict";s.d(t,{OB:()=>d,Rn:()=>l,YH:()=>p,xI:()=>u});var n=s(9719),o=s(4596),r=s(7550),i=s(4677);let a,c;const l=()=>a,d=()=>{a=(0,o.Z)("statid"),(0,n.v)(a)},u=()=>c,p=()=>{d(),i.Z.fill(d),c=(0,r.Z)(l())}},4677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("Sync")},806:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o,b:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},1501:(e,t,s)=>{"use strict";s.d(t,{W:()=>o,r:()=>r});let n=!1;const o=e=>{n=e},r=()=>n},3459:(e,t,s)=>{"use strict";s.d(t,{P:()=>n,h:()=>o});const n=500,o={actionsFromSend:0,sendTimeoutId:null}},6814:(e,t,s)=>{"use strict";s.d(t,{Z:()=>v});var n=s(3459),o=s(4972),r=s(369),i=s(1133),a=s(9627),c=s(4841),l=s(677),d=s(552),u=s(1774),p=s(5216),m=s(6217),f=s(7595);const g=[];u.default.waveRequestData=g;const h=(e,{type:t}={})=>{if(!(0,c.GD)())return;let s="wave.gif?";s=(0,d.Z)(s,"SN",(0,c.W_)()),s=(0,d.Z)(s,"action","traffic");const n={query:s,requestData:e};g.push(n);const o=JSON.stringify(e);(0,l._3)(e,o.length);const r={useBeacon:(0,f.Z)(t),useLink:!0,off:!(0,p.Z)("wave")};return(0,m.Z)(s,"inventory",o,r)},A=e=>{const t={};clearTimeout(n.h.sendTimeoutId),n.h.sendTimeoutId=null,n.h.actionsFromSend=0;let s=!1;(0,r.Z)(o.Ds,((n,o)=>{const{data:r,interval:a,lastSent:c}=o;e||c>=a?((0,i.Z)(r)&&(t[n]=r,o.data=[]),o.lastSent=1):((0,i.Z)(r)&&(s=!0),o.lastSent+=1)})),(0,a.Z)(t)?(t.timestamp=Date.now(),h(t,e)):s&&(n.h.sendTimeoutId=setTimeout(A,n.P))},v=A},677:(e,t,s)=>{"use strict";s.d(t,{Vj:()=>a,_3:()=>d,ec:()=>c,lH:()=>l});var n=s(6072);let o={};const r={wavesSent:0,averageWaveSize:0,biggestWave:0,splitWaves:0,sentOnEvents:0,biggestWaveType:""},i=()=>{o=Object.assign({},r)},a=()=>{o.splitWaves+=1},c=e=>{o.sentOnEvents+=e},l=()=>{i(),(0,n.hk)((e=>{o.averageWaveLength=Math.round(o.averageWaveSize),delete o.averageWaveSize,e.WE=Object.assign({},o),i()}))},d=(e,t)=>{o.wavesSent+=1;const{averageWaveSize:s,biggestWave:n,wavesSent:r}=o;o.averageWaveSize+=(t-s)/r,t>n&&(o.biggestWave=t,o.biggestWaveType=Object.keys(e).reduce(((e,t)=>`${e};${t}`),""))}},4972:(e,t,s)=>{"use strict";s.d(t,{Ds:()=>a,JV:()=>l,ot:()=>d});var n=s(3459),o=s(9627),r=s(3205);const i=[["traffic"],["user_actions"]],a={},c=(e,t)=>{let s;s=r.Z.n(t)?Math.round(1e3*t/n.P):1,a[e]={interval:s,lastSent:1,data:[]}},l=(e,t,s)=>{r.Z.u(a[t])&&c(t,s);const{data:n}=a[t];return n.push(e),n},d=(e=i)=>{e.forEach((e=>{const[t]=e;(0,o.Z)(a[t])||c(...e)}))}},6598:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(3459),o=s(6452),r=s(4972),i=s(5131),a=s(677),c=s(2971),l=s(6918),d=s(9627),u=s(7550),p=s(7795),m=s(9349),f=s(6814),g=s(9386),h=s(3205);const A=e=>{let t=e;return(0,d.Z)(e)&&(t=Object.fromEntries(Object.entries(e).filter((([,e])=>!(h.Z.f(e)||h.Z.m(e)||(0,g.Z)(e)||Array.isArray(e)))))),t},v="Waves",Z=(e,t,s="traffic",g,h)=>{if(!(0,u.Z)(e))return void(0,m.Z)("No 'action' argument. The data will not be sent.","error");const Z=Object.assign({},t),b=`Given Wave data must be a filled flat-map (object) of primitive values (action=${e}).`;if(!(0,p.Z)(t)&&!(0,d.Z)(t)||Array.isArray(t))return void(0,l.Z)({message:v,path:"IncorrectData",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error");const w=(0,c.Z)(Z,!0),y=A(w);if((0,d.Z)(w)){if(Object.keys(y).length!==Object.keys(w).length)return void(0,l.Z)({message:v,path:"NotFlatMap",fileName:e,campaign:JSON.stringify(t)},1e3,b,"error")}const S={action:e,par:w};(0,i.VP)()&&(S.abd="1"),document.hidden&&(S.phd="1"),(0,o.B)()&&(S.trpr="1"),(0,r.JV)(S,s,g),n.h.actionsFromSend+=1,n.h.actionsFromSend>=20?((0,a.Vj)(),(0,f.Z)({type:e})):h?(0,f.Z)({type:e}):n.h.sendTimeoutId||(n.h.sendTimeoutId=setTimeout(f.Z,n.P))}},9333:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["GRo2sessuuid","GRo2uuid","GRwpsessuuid","GRwpuuid","GRolsessuuid","GRoluuid","_o2aw","_wpaw"]},2948:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=["sgv","sgVisitId"]},5955:(e,t,s)=>{"use strict";s.d(t,{Ez:()=>g,Rr:()=>Z,zZ:()=>v});var n=s(2773),o=s(713),r=s(1144),i=s(2948),a=s(5435),c=s(9333),l=s(3205),d=s(4677),u=s(2421),p=s(9982);const m=["rekstaging","kaflog",...i.Z],f=["STac","ACac2","OAX","RMFL",a.Z,"WPabs",...Object.values(n.C),n.i,...c.Z],g=[...o.Z,...r.Z,...f,...m];let h=!1,A=!1;const v=e=>{null==e||e.type;h||(h=!0,(0,p.Z)(f).then((e=>{h=!1})))},Z=(e,t)=>{null==e||e.type;A||(A=!0,d.Z.close(),(0,u.Z)(g,m).then((e=>{d.Z.open(),A=!1,l.Z.f(t)&&t()})))}},8083:(e,t,s)=>{"use strict";s.d(t,{_k:()=>r,gL:()=>i,gS:()=>c,rI:()=>a});let n=!1,o=!1;const r=()=>n,i=e=>{n=e},a=()=>o,c=e=>{o=e}},5026:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(7550);const o=e=>(0,n.Z)(e,64)},1425:(e,t,s)=>{"use strict";s.d(t,{B7:()=>v,ZP:()=>C,XR:()=>S,Tj:()=>w,gp:()=>y});var n=s(7379),o=s(7508),r=s(5026),i=s(9627),a=s(7795);const c=e=>{if((0,i.Z)(e)){const{hash1:t,hash2:s}=e;return(0,r.Z)(t)&&((0,r.Z)(s)||(0,a.Z)(s))}return!1};var l=s(9349),d=s(5865),u=s(7560),p=s(4634),m=s(8393);const f="WPumhsh",g=new Set;let h,A;const v=e=>g.add(e),Z=()=>{g.forEach((e=>e(h)))},b=(e,t)=>{h||(h=(0,n.Z)()),h.hash1=e,t&&(h.hash2=t),A=JSON.stringify(h),Z()},w=()=>{h=void 0,A=void 0,Z(),(0,d.Z)(f),m.default.remove(f)},y=(e,t)=>{if(c({hash1:e,hash2:t}))return b(e,t),(0,p.Z)(f,A),void m.default.set(f,A);(0,l.Z)("Invalid hash format, only first or both arguments must be correct hash.",!0)},S=()=>h,C=()=>{const e=(0,o.Z)(f),t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;b(e,s)}else(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A));m.default.get(f,(({value:e})=>{const t=(0,u.Z)(e);if(c(t)){const{hash1:e,hash2:s}=t;return b(e,s),void(0,p.Z)(f,A)}(0,r.Z)(e)&&(b(e),(0,p.Z)(f,A),m.default.set(f,A))}))}},4024:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(3574);const o=(e,t,s,o,r="js",i)=>{const a=o?"-debug":"",c=t?`${t}/`:"",l=i?"canary/":"";return`${n.Z}${l}${e}/${c}${s}${a}.${r}`}},2647:(e,t,s)=>{"use strict";s.d(t,{A_:()=>w,S1:()=>b,ZK:()=>v,ZP:()=>y,cM:()=>h,um:()=>A,vU:()=>Z});var n=s(703),o=s(7379),r=s(1774),i=s(3205);const a="undefined"!=typeof console&&console,c=(0,o.Z)(),l=(0,o.Z)();let d,u,p;const m=(e,t,...s)=>{var n;d&&(null!=(n=p)&&n.test(t)&&(u&&!u.test(s.join(""))||(i.Z.s(t)&&l[t]&&s.unshift(`%c [+${Math.round(window.performance.now())}] ${t} `,`color:white;padding:2px;border-radius:3px;margin-right:3px;${l[t]}`),a[e](...s))))},f=e=>i.Z.f(a[e])?(...t)=>{m(e,...t)}:()=>{},g=(e,t)=>i.Z.f(a[e])?(...s)=>{m(e,t,...s)}:()=>{},h=f("log"),A=f("info"),v=f("warn"),Z=f("error"),b=(()=>{let e=0;return t=>{e+=1,v("init",`${`  ${e}`.slice(-2)} [ ${t} ]`)}})(),w=(e,t)=>{let s=t;if(e&&s&&(/^[a-z]+$/i.test(s)&&(s=`background:${s}`),l[e]=s),e&&c[e])return c[e];const n={log:g("log",e),info:g("info",e),warn:g("warn",e),error:g("error",e),init:()=>b(e)};return c[e]=n,n},y=()=>{const e=(0,n.qm)("debug");if((e||r.default.mode)&&(d=!("off"===e||!a),d)){const t=(0,n.qm)("filter");u=t&&new RegExp(t,"gi"),e&&(p="all"===e?/(?:)/:new RegExp(`^(${e.replace(/([.?*+^$[\]/\\(){}-])/g,"\\$&")})`))}}},6918:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(703),o=s(4462),r=s(7715),i=s(3205),a=s(9349);const c=(0,n.qm)("deprecated"),l=(e,t,s,n=!0)=>{let l;s&&(0,a.Z)(s,n),l=i.Z.o(e)?e:{message:e},((0,o.vj)(t)||c)&&(0,r.Z)(l,"deprecated",{usePOST:!0})}},1774:(e,t,s)=>{"use strict";s.d(t,{default:()=>r});const n="__wpjsdebug__",o=window[n]||Object.create(null);try{window[n]=o}catch(e){}const r=o},1530:(e,t,s)=>{"use strict";s.d(t,{Z:()=>i});var n=s(7379),o=s(1774);const r=(0,n.Z)();o.default.flags=r;const i=(e,t)=>{r[e]=t}},6320:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>d,q$:()=>c});var n=s(703),o=s(3574),r=s(7508),i=s(5068),a=s(7384);const c=()=>{(0,i.Z)({src:"https://grid.grupawp.pl/console/wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)},l=e=>{67===e.which&&e.altKey&&e.shiftKey&&c(),e.ctrlKey&&111===e.which&&c()},d=()=>{document.addEventListener("keydown",l),(0,r.Z)("wpjslib-console-runOnStart",(e=>{"true"===e.value&&c()})),(0,a.Z)("console=")||(0,a.Z)("console-ceph")?(()=>{const e=(0,n.qm)("console-ceph"),t=`${o.Z}wpjslib-console/`;"none"!==e&&(0,i.Z)({src:t+(e?`${e}/`:"")+"wpjslib-console-internal.js",defer:!0,crossorigin:!0,id:"wpjslib-console-script"}),document.removeEventListener("keydown",l)})():(0,a.Z)("console")&&c()}},9349:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(1774),o=s(528),r=s(7550),i=s(3205);const a=[];n.default.issueStore=a;const c={error:["Critical","red",20],warn:["Warning","orange",16],info:["Info","blue",12]},l=(e,t="log",s,n,l)=>{if(!o.Z){let o=e;if((0,r.Z)(o)&&(o={type:t,panel:s,subpanel:n,msg:o,action:l}),i.Z.o(o)&&o.msg){!0===t&&(o.type="warn"),a.push(o);const{type:e}=o;if(Object.keys(c).includes(e)){const t=`${o.msg}${"info"===e?"":" Contact ATFD for further information."}${"error"===e?" THIS IS CRITICAL BUG.":""}`,[s,n,r]=c[e];s&&window.console&&console[e]&&console[e](`%c WP ${s} `,`font-size:${r}px;background:${n};color:white;padding:2px;border-radius:3px;margin-right:3px;`,t)}}}}},6262:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n="https://wp.hit.gemius.pl/"},9521:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>window.wp_pp_gemius_identifier?window.wp_pp_gemius_identifier.replace("USED_",""):""},6430:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1489),o=s(2395);const r=()=>{let{dataLayer:e}=window;if(Array.isArray(e)){const t=e.push.toString();if(t.includes("instanceof Object")){let e=n.TB;t.includes("typeof o.")&&(e=n.nu),t.includes("noopFunc")&&(e=n.o2),(0,o.o)("dataLayer",e,!0,!0)}}else e=[];return window.dataLayer=e,e}},7925:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=(0,s(1386).Z)("APD")},4915:(e,t,s)=>{"use strict";s.d(t,{BL:()=>x,S1:()=>M,Sg:()=>R,bp:()=>N,v5:()=>j});var n=s(9460),o=s(1770),r=s(3121),i=s(2863),a=s(703),c=s(7925),l=s(7159),d=s(1774),u=s(4923);const p="autoplayAllowed",m="autoplayUnmutedAllowed",f="muted",g=[],h={};let A,v,Z,b,w,y,S;d.default.promiseData=h;const C=(e,t)=>parseInt((e||0).toString()+(t||0).toString(),2),_=()=>{b=Date.now()-w,c.Z.open(),(0,r.Hm)("video:apd")},k=()=>{clearTimeout(Z),v&&(v.pause(),v.remove(),v=null)},I=()=>{k(),S||(h[p]=0,_())},P=()=>{S=!0,k()},E=()=>{k(),S||(h[p]=1,h[m]=1,_())},T=()=>{k(),S||(h[p]=1,h[m]=0,_())},O=()=>{if(!S){v.volume=0,v[f]=!0,v.setAttribute(f,!0);try{y=v.play()}catch(e){y=null}y?y.then(T,I):(k(),c.Z.open())}},L=e=>{w=Date.now(),v=(0,l.Z)("video"),v.src="data:video/mp4;base64,AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE=",v.volume=1,v[f]=!1,v.setAttribute(f,!1),v.autoplay=!0,v.setAttribute("autoplay",!0);Object.assign(v.style,{position:"absolute",left:"-100px",top:"-100px",width:"32px",height:"24px"}),e.appendChild(v);try{y=v.play()}catch(e){y=null}y?(Z=setTimeout(P,1e4),y.then(E,O)):(k(),c.Z.open())},x=()=>{A?(c.Z.close(),k(),S=!1,w=null,b=null,h[p]=0,h[m]=0,(0,n._k)((0,u.Z)(L))):c.Z.open()},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))},j=e=>{const t=g[e.id];t&&!t.send&&(Object.assign(t,e),$(t,"send"))},R=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:()=>d,LD:()=>h,NK:()=>l,P8:()=>a,PY:()=>r,VW:()=>A,Y6:()=>S,Yk:()=>y,_E:()=>c,am:()=>f,cC:()=>p,hm:()=>g,ic:()=>o,ix:()=>u,k4:()=>b,pP:()=>m,wu:()=>w,xX:()=>Z,yz:()=>i});const n="view",o="last",r="v",i="p",a="actual",c="summary",l="vt",d="lvt",u="__visibility",p="viewability",m="offset",f="percent",g="steady",h="top",A="_success",v="success",Z="up",b="down",w=[i,d,"kibsent"],y={[r]:0,[d]:0,[l]:0,[i]:0},S={[r]:!1,[n]:0,[o]:0,[a]:0,[c]:0}},8720:(e,t,s)=>{"use strict";s.d(t,{Z:()=>c});var n=s(9374),o=s(2600),r=s(3382),i=s(369),a=s(5147);const c=(e,t=[])=>{const s=[];if(!(e instanceof HTMLElement))return s;const c=a.Z.get(e);if(!c)return s;if(!Array.isArray(t))return s;const l=t.length,{observations:d}=c;return(0,i.Z)(d,((e,o)=>{if(!l||t.includes(e)){const t=Object.assign({},o);delete t[n.VW],delete t.callback,delete t[n.ix],s.push(t),delete d[e]}})),(0,r.Z)(c),(0,o.lQ)(),s}},3382:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(7278),o=s(9627);const r=e=>{const{node:t,observations:s}=e;!(0,o.Z)(s)&&t&&(delete e.node,delete e.entry,delete e.observations,(0,n.V)(t))}},2600:(e,t,s)=>{"use strict";s.d(t,{lQ:()=>L,vE:()=>x,SR:()=>O});var n=s(703),o=s(9374),r=s(3205);const i=(e,t,s)=>{const{state:n,callback:i}=e;if(n[o.PY]&&!e[o.VW]&&(e[o.VW]=!0,r.Z.f(i)&&(i(n,s),delete e.callback),e[o.$v])){const{observations:e}=s;e&&delete e[t]}},a=(e,t)=>{const{state:s}=e;t>s[o.yz]&&(s[o.yz]=t)};var c=s(3382),l=s(369),d=s(967),u=s(6679);const p=e=>{const t=(0,u.Z)(),s=(0,d.Z)();if(t>0&&s>0){const{width:n,height:o,top:r,left:i,right:a,bottom:c}=e;if(n>0&&o>0){const{min:e,max:l,round:d}=Math;return d((l(0,e(t,a))-l(0,e(t,i)))*(l(0,e(s,c))-l(0,e(s,r)))/(o*n)*100)}return a<=t&&i>=0&&(c<=s&&r>=0)?100:0}return 0};var m=s(5253),f=s(9610);const g=e=>{const{node:t,entry:s}=e;if(s){const{intersectionRatio:e,isIntersecting:t,boundingClientRect:n}=s;return{nodeRect:n,nodeRatio:t?100*e:0}}if((0,m.Z)(t)){const e=t.getBoundingClientRect();return{nodeRect:e,nodeRatio:e&&(0,f.Z)(t)?p(e):0}}};var h=s(8917),A=s(2014);const v=(e,t,s,n,o)=>{const r=s>=-e+o,i=n<=t+e+o;return(0,A.Z)(r&&i)},Z=(e,t,s,n)=>{const{verticalMargin:r=0,horizontalMargin:i=0,verticalShift:a=0,horizontalShift:c=0,state:l}=e,{entry:p}=n;if(p&&(0,h.Z)(s))l[o.PY]=(0,A.Z)(s>0);else{const e=(0,u.Z)(),s=(0,d.Z)(),{bottom:n,top:p,right:m,left:f}=t,g=v(r,s,n,p,a),h=v(i,e,m,f,c);l[o.PY]=(0,A.Z)(g&&h)}},b=(e,t)=>{const{state:s,percent:n}=e;t>=n&&(s[o.PY]=1)};var w=s(297),y=s(6516);const S=(e,t)=>{const{state:s,time:n,percent:i,checkTimeout:a,isCumulative:c}=e,l=e[o.ix];if(t<i)return void(0,y.Z)(l);const d=(Date.now()-(0,w.N)())/1e3,u=c?d:d-n;if(l[o.Bz]||(l[o.Bz]=d),u>=l[o.Bz]){l[o.PY]||(l[o.ic]=u,l[o.PY]=!0);const e=d-l[o.ic];l[o.P8]=e,e>s[o.NK]&&(s[o.NK]=Math.round(e)),s[o.Di]=Math.round(l[o._E]+e),!s[o.PY]&&s[o.Di]>=n&&(s[o.PY]=r.Z.f(a)?(0,A.Z)(a()):1)}};var C=s(1628),_=s(8700);const k=(e,t)=>{const s=(0,C.hS)(),{verticalVelocity:n}=(0,C.f3)(),{state:r,verticalMargin:i,minMargin:a,slotSnapMaxVelocity:c}=e;if(s===o.xX||n>c)return;const{top:l}=(0,_.Z)(),{top:d}=t,u=0!==l&&d>a&&d<=i;r[o.PY]=(0,A.Z)(u)},I=(e,t,s,n)=>{switch(e.method){case o.hm:S(e,t);break;case o.pP:Z(e,s,t,n);break;case o.am:b(e,t);break;case o.LD:k(e,s)}};var P=s(5147);const E=(0,s(6205).Z)((0,n.qm)("vabInterval"))||299;let T;const O=()=>{T&&P.Z.forEach(x)},L=e=>{P.Z.size&&!document.hidden?(T||(T=setInterval(O,E)),e&&x(e)):T&&(clearInterval(T),T=!1)},x=e=>{const t=g(e);if(t){const{observations:s}=e,{nodeRect:n,nodeRatio:o}=t;(0,l.Z)(s,((t,s)=>{const{state:r}=s;r&&(a(s,o),I(s,o,n,e),i(s,t,e))}))}else e.observations=Object.create(null);(0,c.Z)(e),L()}},297:(e,t,s)=>{"use strict";s.d(t,{N:()=>r,e:()=>o});let n=0;const o=()=>{n=Date.now()},r=()=>n},6516:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9374);const o=e=>{e[n.PY]=!1,e[n.Bz]=0,e[n._E]+=e[n.P8],e[n.P8]=0}},9617:(e,t,s)=>{"use strict";s.d(t,{Z:()=>o});var n=s(9374);const o=e=>{e&&(e.state=Object.assign({},n.Yk),e[n.ix]=Object.assign({},n.Y6))}},1511:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Z});var n=s(2600),o=s(7278),r=s(4462),i=s(619),a=s(3205),c=s(5147),l=s(9468),d=s(9617),u=s(1133),p=s(5253),m=s(9349),f=s(9374),g=s(9627),h=s(7550);const A=e=>(0,g.Z)(e)?(0,h.Z)(e.name)?[f.hm,f.am,f.pP,f.LD].includes(e.method)?void 0:((0,m.Z)("Invalid Observation method","error"),!0):((0,m.Z)("Invalid Observation name","error"),!0):((0,m.Z)("Invalid Observation object","error"),!0),v=(e,t)=>(0,p.Z)(e)?(0,u.Z)(t)?t.some(A):((0,m.Z)("Observations argument is not a valid Array of Observations.","error"),!0):((0,m.Z)("Node argument is not a valid HTMLElement or it is not in DOM.","error"),!0),Z=(e,t,s)=>{if(v(e,t))return;let u=c.Z.get(e);if(!u){const t=(s||"")+(0,r.Nu)(12);u={id:t,node:e,observations:{}},c.Z.set(e,u)}const{observations:p}=u;return t.forEach((e=>{const{name:t,start:s}=e;p[t]||((0,d.Z)(e),a.Z.f(s)&&s(e.state,u),(0,i.Z)(p,t,e))})),(0,o.W)(e,p,l.Z),(0,n.lQ)(u),u}},7278:(e,t,s)=>{"use strict";s.d(t,{W:()=>u,V:()=>d});var n=s(9853),o=s(1774),r=s(9393);const i=new Map;o.default.observers=i;const a=()=>{const e="D"===(0,n.bB)("adtech","PA-299")?10:25;return Array.from({length:e},((t,s)=>s/e))};var c=s(369),l=s(5147);const d=e=>{i.forEach((t=>{t.unobserve(e)})),l.Z.delete(e)},u=(e,t,s)=>{(0,c.Z)(t,((t,n)=>{const o=((e,t)=>{const{horizontalMargin:s=0,verticalMargin:n=0}=e,o=`${s}x${n}`,c=i.get(o);if(c)return c;if((0,r.Z)()){const e={root:null,rootMargin:`${n}px ${s}px`,threshold:a()},r=new IntersectionObserver(t,e);return i.set(o,r),r}const l={observe:()=>{},unobserve:()=>{}};return i.set(o,l),l})(n,s);o.observe(e)}))}},9468:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(2600),o=s(5147);const r=e=>{e.forEach((e=>{const{intersectionRatio:t,isIntersecting:s,target:r,boundingClientRect:i}=e,a=o.Z.get(r);a&&(a.entry={intersectionRatio:t,isIntersecting:s,boundingClientRect:i},(0,n.vE)(a))}))}},9393:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});const n=()=>"IntersectionObserver"in window&&!1},5146:(e,t,s)=>{"use strict";s.d(t,{Z:()=>l});var n=s(2600),o=s(7278),r=s(1133),i=s(5147),a=s(9468),c=s(9617);const l=(e,t,s)=>{if(e instanceof HTMLElement&&t instanceof HTMLElement){const l=i.Z.get(e);if(l){const{observations:d}=l;return d&&(l.node=t,i.Z.set(t,l),(0,r.Z)(s)&&s.forEach((e=>{(0,c.Z)(d[e])})),(0,o.W)(t,d,a.Z),(0,o.V)(e)),(0,n.lQ)(l),l}}}},1628:(e,t,s)=>{"use strict";s.d(t,{ZP:()=>Z,f3:()=>v,hS:()=>h});var n=s(9374),o=s(9460),r=s(8700);let i,a=0,c=0,l=0,d=0,u=Date.now();const p=(e,t,s)=>{const n=e-t;return Math.round(n/s*100)/100},m=()=>{a=0,c=0};let f=n.k4,g=0;const h=()=>f,A=()=>{clearTimeout(i);const{top:e,left:t}=(0,r.Z)();f=e>g?n.k4:n.xX,g=e;const s=Date.now(),o=s-u;a=p(e,l,o),c=p(t,d,o),l=e,d=t,u=s,i=setTimeout(m,100)},v=()=>({verticalVelocity:a,horizontalVelocity:c}),Z=()=>{(0,o.nr)(A,!0)}},5147:(e,t,s)=>{"use strict";s.d(t,{Z:()=>r});var n=s(1774);const o=new Map;n.default.observedElements=o;const r=o},2943:(e,t,s)=>{"use strict";s.d(t,{Z:()=>eg});var n={};s.r(n),s.d(n,{coveringSlots:()=>v,init:()=>H,loadPayload:()=>G,payloadBodies:()=>A,resetCoverPayload:()=>z,resetHeaderPayload:()=>q,setPayload:()=>F});var o={};s.r(o),s.d(o,{getS2STest:()=>es.ju,getTest:()=>es.Uu,getTestVersion:()=>es.UQ});var r={};s.r(r),s.d(r,{addEnv:()=>Cc.ie,addImpressionHandler:()=>de.wN,addRegisterPlayerHandler:()=>Lc,addRegisterSlotHandler:()=>de.DN,addUnregisterPlayerHandler:()=>Oc,addViewHandler:()=>de.sv,blankOpener:()=>Sn,disableAsr:()=>Ga,dismissPlaceholders:()=>Rc,dismissSlots:()=>jc,exposePlaceholders:()=>Mc,exposeSlots:()=>Nc,getAadURL:()=>sl,getAllEnv:()=>Cc.hf,getAllSlots:()=>cr.xG,getBiddersLimitation:()=>ol,getBunchID:()=>Ve.P,getCC:()=>fo,getContentTags:()=>po.J1,getContext:()=>Fe.fw,getDirectSlots:()=>ri,getDynamicOffset:()=>rl.J6,getGEO:()=>Fe.K5,getOptions:()=>xn.F,getPPID:()=>ji.G,getPrebidLoadingState:()=>uo,getState:()=>Dl,getStore:()=>Fe.bh,getVadURL:()=>nl,hasAttribute:()=>at.g,loadAndRunBunch:()=>kl,loadAndRunSlots:()=>_l,loadBunch:()=>Cl,loadSlots:()=>Sl,prebidDam:()=>_e.Z,programmaticTests:()=>o,registerCommercialBreak:()=>$l,registerPlaceholder:()=>ql,registerPlayer:()=>Pc,registerSlot:()=>Zt.Z,registerSticky:()=>ed,removeEnv:()=>Cc.vi,removeRegisterPlayerHandler:()=>Dc,removeUnregisterPlayerHandler:()=>xc,setAttribute:()=>at.r,unregisterPlayer:()=>Ic,unregisterSlot:()=>Jl.Z,updatePlaceholder:()=>on.Z,wasDirectClickedRecently:()=>Ol});var i={};s.r(i),s.d(i,{frontendPassback:()=>sd,getBrandSafetyTargeting:()=>mo,getDFPConfig:()=>Vc,getUsageState:()=>nd,runMod:()=>od});var a={};s.r(a),s.d(a,{load:()=>Xs,registerMod:()=>K});var c={};s.r(c),s.d(c,{randomize:()=>it.Nu,slide:()=>us,unslide:()=>ps});var l={};s.r(l),s.d(l,{addHashChangeHandler:()=>Sc.B7,getHash:()=>Sc.XR,resetHash:()=>Sc.Tj,setHash:()=>Sc.gp});var d=s(2466);const u="direct",p="reload",m="head";var f=s(450),g=s(1774);const h={},A={},v=[];g.default.slotsFromHead=h,g.default.payloadBodies=A,g.default.coveringSlots=v;var Z=s(8727),b=s(3354),w=s(369),y=s(8959),S=s(7508),C=s(6539),_=s(1977);const k=()=>{var e;return(0,_.Z)('meta[name="gaf"]')||(null==(e=(0,C.Z)("wp_gaf_targeting"))?void 0:e.spin)};var I=s(9627),P=s(3205),E=s(2443);const T="bodyCode",O=e=>(0,C.Z)(T,e),L=(e,t)=>{(0,E.Z)(T,t,e)},x=e=>{(0,E.Z)(T,void 0,e)};var D=s(9386);const $={delivered:"dv",run:"rn",viewed:"vd",missing:"ms",error:"er",registered:"rg",isAsr:"asr",reloaded:"i"};var j=s(6205);const R=e=>{if((0,D.Z)(e))return(0,w.Z)($,(t=>{e[t]=(0,j.Z)(e[t])})),x(e),e.container=void 0,e};let N,M,V,B,U=!1;const F=e=>{Object.assign(A,e)},q=()=>{B&&B.remove()},z=()=>{clearTimeout(M),v.length=0,V&&V.remove()},G=e=>{if(N)return e(!0,!1,m,N),h},H=()=>{if(!U){U=!0;try{const{performance:e}=window;if(null!=e&&e.mark&&e.mark("GAFHeadStart"),N=k(),N){const e=(0,C.Z)(N,window.WP);if(e){const{bodies:t,data:s}=e;if((0,I.Z)(s)){F(t);let e=!1,n=!1,o=!1;if((0,w.Z)(s.bunches,((t,s)=>{const{slots:r}=s;(0,w.Z)(r,(s=>{const i=(0,j.Z)(s),a=R(r[i]);if(null!=a&&a.delivered){h[i]=a;const s=A[`${t}_${i}`];if(P.Z.f(s)){const t=s.toString();t.match(/welcomeScreen|pageCover/)?(e=!0,(0,f.Kl)({isWelcomeScreen:1}),v.push(i)):t.match(/headline|panelPremium/)&&(n=!0,o=t.match(/scalable/))}}}))})),(0,S.Z)(d.q2)&&(e&&(V=(0,b.Z)("body>*{opacity:0 !important}"),(0,y.Z)().appendChild(V),M=setTimeout(z,3e3)),n)){let e;(0,Z.b)(),e=(0,Z.R)()?"60px":o?"7.2vw":"100px",B=(0,b.Z)(`.${N}h{min-height:${e}}`),(0,y.Z)().appendChild(B)}}}}null!=e&&e.mark&&e.mark("GAFHeadStop"),null!=e&&e.measure&&e.measure("GAFHeadTiming","GAFHeadStart","GAFHeadStop")}catch(e){}}return N},W=Object.create(null);g.default.mods=W;const K=(e,t)=>{P.Z.o(e)?Object.assign(W,e):W[e]=t};var J=s(7144),Q=s(5394);const Y=()=>{J._x&&s.e(730).then(s.bind(s,9278)).then((({default:e})=>{e()})).catch((e=>{(0,Q.Z)(e,"AdDensity")}))};var X=s(2773),ee=s(919),te=s(5620),se=s(846),ne=s(5888),oe=s(4596),re=s(204),ie=s(9062);const ae=()=>{(0,te.FJ)()||(0,te.IK)()||!ee.Ny||se.Z.fill((()=>{[{url:"https://rt.inistrack.net/d/rt.php?p=wp&c=campaign01&s=home&t=p",push:!0},{url:"https://rt.inistrack.net/d/rt.php?p=wp2&c=campaign01&s=home&t=p",cname:X.i,emptyFor:1440}].forEach((e=>{const{cname:t,push:s,url:n,emptyFor:o}=e,r=t&&(0,oe.Z)(t);if(s||null===r){const e={src:n};if(o){const s=()=>{(0,oe.Z)(t)||(0,ie.Z)(t,"empty",(0,ne.Z)(o))};e.onError=s,e.onLoad=s}(0,re.Z)(e)}}))}))};var ce=s(1489),le=s(2395),de=s(9234),ue=s(2863),pe=s(1564);let me,fe;const ge=e=>{const t=k();fe=(0,C.Z)(t)||(0,C.Z)("__headpayload")||e},he=()=>(me||((0,pe.OK)("GAFHeadTiming","GAFHeadStart","GAFHeadStop"),me=fe),me);var Ae=s(9853),ve=s(1770),Ze=s(1530);let be;const we=e=>{be=e,(0,Ze.Z)("Direct only",be)},ye=()=>be,Se=()=>{we((0,ve.Rf)()||(0,te.uD)()&&(0,te.U6)())};var Ce=s(1852),_e=s(1913);let ke;let Ie,Pe,Ee;const Te=()=>Ie,Oe=()=>Pe,Le=()=>Ee;var xe=s(9319);const De={slotsFromPayload:{}};var $e=s(7331);const je="allow-scripts allow-popups"+(document.hasStorageAccess?" allow-storage-access-by-user-activation":""),Re=`${je} allow-same-origin allow-forms`,Ne=`${Re} allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation`;var Me=s(5427),Ve=s(5467),Be=s(703),Ue=s(4732),Fe=s(6719),qe=s(619);const ze=(e,t,s,n,o,r,i,a)=>{const c={},l={},d={};return t&&(d.model=t),s&&(0,qe.Z)(d,"directOnly",s),n&&(l.Id=`${n}`),o&&(l.roshash=`${o}`),r&&(l.provider=`${r}`),a&&(l.source={external:1}),c.id=`${e}`,c.creative=l,c.sellingModel=d,c.capping=i,c},Ge="100%",He=(e,t,s)=>{e.height=(0,j.Z)(s)||"auto",e.width=t===Ge?Ge:(0,j.Z)(t)||Ge},We="iframe",Ke="media",Je="native";var Qe=s(232),Ye=s(8886);let Xe;var et=s(9460),tt=s(8312),st=s(1384),nt=s(7787),ot=s(5786),rt=s(6730),it=s(4462),at=s(6126);const ct=["megaScreening","screening","stiltedBanner","videoBackLayer"];var lt=s(916),dt=s(7265);const ut=(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 pt=s(4033),mt=s(2014);const ft=(e=0,t="")=>(0,pt.Z)({gdpr:(0,mt.Z)(e),gdpr_consent:t},!1,!0);var gt=s(551),ht=s(1608);const At=e=>{null!=e&&e.viewability&&e.viewability[Qe.$F]&&((0,ht.Z)(e.container),delete e.container,delete e.viewability[Qe.$F])};var vt=s(9126),Zt=s(3724);const bt=(e,t,s,n)=>{const o=s||(0,Fe.z9)(e,t);At(o);const{lazy:r}=o,i=(0,vt.Z)(o.campaign);i.sellingModel.directOnly=1;const a=R({passed:1,campaign:i,delivered:1,lazy:r}),c=(0,vt.Z)(n);L(a,(()=>{si(c,a)})),(0,Fe.fx)(e,t,a),(0,Zt.Z)(t)},wt=({creationBunch:e,creationSlot:t,creation:s,$creationHolder:n,onImpression:o,onParseError:r,onRequestError:i,onPassbackError:a})=>{const{gafSlot:c,backupAd:l,trackers:d,hash:u,config:p}=s,m=`${(0,it.Nu)(8)}-1111-4000-3000-${(0,it.Nu)(12)}`,f=encodeURIComponent(btoa(`mid=${u}&transactionId=${m}`)),g=(0,dt.zC)(),h=(0,dt.do)(),A=`//adx.adform.net/adx/?rp=4&${f}&pt=gross&fd=1&${ft(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,gt.Z)({},{width:r.width,height:r.height,display:"inline-block",verticalAlign:"middle",border:"none"},{bunch:e,slot:t});n.appendChild(s.getIframe()),s.write(r.banner),s.resetBodyStyle(),o()}else if(l){const s=ut(p,l,d);bt(e,t,c,s)}else a(A)}catch(e){r(A,e)}}else i(A)},v.withCredentials=!0,v.send(null)},yt="parent",St="blackbox::",Ct=new RegExp(`^${St}`);var _t=s(5068);const kt=window;let It=!1;const Pt=e=>{if((0,ve.Rf)()&&!It)if(kt.context)e();else{var t;kt.addEventListener("amp-windowContextCreated",(()=>{e()}));const s=null==(t=kt.AMP_CONTEXT_DATA)?void 0:t.ampcontextFilepath;s&&(0,_t.Z)({src:s,id:"amp-context",onError:()=>{It=!0},onLoad:()=>{kt.context||(It=!0)}})}};var Et=s(9544),Tt=s(9300);const Ot=(e,t,s,n,o)=>{const r=(0,j.Z)(t);if((0,Tt.Z)(r,t))return;const i=s||(0,Fe.z9)(e,r);i&&(At(i),i.finished=1,i.success=0,i.viewed=0,(0,Et.Z)(e,r,i,n,o),Pt((()=>{null==kt.context.noContentAvailable||kt.context.noContentAvailable()})))},Lt=(e,t)=>{const s=new Error(`${yt} - ${e} - ${t}`),[,n,o]=e.split("|");(0,Q.Z)(s,"BlackBox.misses"),Ot(n,o)},xt=new Map;xt.misses=e=>Lt(e,"cannot get iFrame!");const Dt=new Map;Dt.misses=e=>Lt(e,"cannot get creation!");const $t=new Map,jt=new Map;var Rt=s(4841),Nt=s(3574);const Mt=(()=>"Proxy"in window)(),Vt=["poczta.o2.pl","poczta.wp.pl"],Bt=`${Nt.Z}blackbox/blackbox-postmessage-${Mt?"es6":"es5"}-min.html?originalDomain=%hostname%`,Ut=()=>{const{hostname:e}=window.location;let t;t=Vt.includes(e)?Bt.replace("%hostname%",e):Bt.replace("%hostname%","");return(0,rt.mess)({url:t,forceDomain:"wpext.pl",depth:"file"})};var Ft=s(7842);const qt=["wpmods","wpprebid","wpprebid6","wppbjs","hashstyle","_aa","debug","filter","unhashstyle","wplib","wplib5","wplib6","prebidConfig","debugima"],zt=()=>{const e=Ut(),t=(0,ot.Vq)(),{search:s}=window.location,n=(0,Ft.Z)(s,qt,void 0,!0);return`${e}&${(0,pt.Z)(Object.assign({},n,{pvid:t}),null,!0)}`},Gt={isFirst:!0,slotsStartTime:{},disabled:!1,isBlackBox:!1},Ht=Object.create(null);g.default.slotStateStore=Ht;const Wt=e=>Ht[e],Kt=e=>delete Ht[e],Jt=(e,t)=>{Ht[e]=t},Qt=()=>(Gt.isFirst=!0,(0,w.Z)(Ht,Kt),Ht),Yt=e=>{const t=Wt(e);return(null==t?void 0:t.ssid)||"0"};var Xt=s(5955),es=s(2168),ts=s(4024);const ss=e=>(0,rt.mess)({url:(0,ts.Z)(e,!1,"wpjslib-blackbox",!1,"js",!1),forceDomain:"wpext.pl"}),ns=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="${ss("wpjslib")}" nomodule><\/script>\n<script id="wpjslib6" async crossorigin src="${ss("wpjslib6")}" type="module"><\/script>\n</head><body>\n<div id="b"><div id="c"></div></div>\n</body></html>`;var os=s(7902),rs=s(7550);const is=(e,t)=>{const s=(0,ot.Vq)(),n=(0,Be.qm)("debug"),o=(0,C.Z)("wp_abtest_programmatic");let r;n&&(r=(0,Ft.Z)(window.location.search));const i=o&&(0,es.UQ)();let a,c;i&&!n&&(a=o,c=i);const l=Object.assign({blackBoxId:e,pvid:s},o&&{forceProgrammaticTest:o},a&&{forceTest:a},c&&{forceVariant:c},r),u=(0,os.Z)(),p=[...d.F1,...Xt.Ez],m=Object.fromEntries(p.filter((e=>(0,rs.Z)(u[e]))).map((e=>[e,u[e]]))),f=`<script id="d">window.wp_switches = ${JSON.stringify(l)};\n    window.blackBoxData = ${JSON.stringify({payload:t})};\n    window.blackBoxData.initRenderTimestamp = Date.now();\n    window.domainCookies = ${JSON.stringify(m)};<\/script>`;return ns(f)};var as=s(8917),cs=s(9349);const ls=(e,t=3,s="0")=>`${s.repeat(t)}${e}`.slice(-t),ds=(e,t=1)=>{let s=e;return s<65?s+=6*t:s>90&&(s+=7*t),s},us=(e,t)=>{if(!(0,as.Z)(e)&&!(0,rs.Z)(e))return void(0,cs.Z)(`Slide method first argument must be Integer (given ${e}).`,!0);const s=(0,j.Z)(t)%6;let n=(0,j.Z)(e),o=17+s,r="";n=n>=0?Math.min(9999,n):0,n=ls(n,4);for(let e=0;e<4;e+=1){const t=n[e];r+=String.fromCharCode(ds(t.charCodeAt(0)+o,1)),o+=(0,j.Z)(t)+3}return r},ps=(e,t)=>{if(!(0,rs.Z)(e))return void(0,cs.Z)(`Unslide method first argument must be String (given ${e}).`,!0);let s=17+(0,j.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(ds(o.charCodeAt(0),-1)-s);n+=r,s+=(0,j.Z)(r)+3}return(0,j.Z)(n)},ms=(e,t,s,n,o,r=!0)=>r&&("high-cpm-bidder"===e&&s===n&&t>o);var fs=s(6598);const gs=e=>{if(e){const{gafSlot:t={},payload:s={}}=e,{slot:n,context:o}=s,{campaign:r,dfpConfig:i}=t,a=r&&r.creative;if(a&&(0,I.Z)(i)){const{Id:e,roshash:t,source:s={}}=a,{external:r,bidder:c}=s,{ceil:l}=i,d=(0,rs.Z)(o)&&JSON.parse(o),u=d&&d.rshsd,p=t&&ps(t,u),m=(0,Ae.bB)("adtech","PRG-3348"),f=ms(c,p,m,"C",249),g=!!(r&&1.2*p>=100*l);if(f||g){const t={slotNumber:n,sbblock:+f,ceilblock:+g};f&&Object.assign(t,{sbccpm:p,sbcrid:e}),(0,fs.Z)("tag_blackbox_nogam",t)}}}},hs=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},As=({blackBoxId:e,completePayload:t,creationFactoryIframe:s,creation:n,onTemplateError:o,onWindowError:r,onLoad:i})=>{if(!s.getWindow())return void r();const a=is(e,t);if(!a)return void o();const c=hs(a);s.postMessage(c),gs(n),P.Z.f(i)&&i()},vs=["creative",yt];let Zs;var bs=s(8337);var ws=s(7379);const ys=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 Ss=s(9924);let Cs=!1;const _s=(e,t,s)=>{if(!Cs){Cs=!0;const n=new CustomEvent("adsReady",{detail:{slot:e,cause:s,type:t}});window.dispatchEvent(n)}},ks=(e,t,s)=>{if(s.impressionTiming=Date.now()-s.startTime,(0,Ss.s)(t)){const{creation:e}=s;_s(t,null==e?void 0:e.type,"EMPTY")}(0,de.cV)(t,s),Ot(e,t,s,!0,!0)},Is=(e,t,s)=>{const n=Wt(t);if(n)return n[e]=s,n},Ps=(e,t,s,n)=>{if(!n)return;const o=ys(n);let r=s;(0,rs.Z)(s)&&(r=(0,ws.Z)(),r.message=s),(0,rs.Z)(r.name)||(r.name="Error"),r.name=`GAF${r.name}`,r.bunch=e,r.slot=t,r.campaign=o,n.error||(n.error=1,n.errorData=r,(0,Q.Z)(r)),Is("err",t,1),ks(e,t,n)};var Es=s(9374);const Ts="view",Os="custom",Ls={CPC_INT:"click",CPV_INT:Ts,CPCV_INT:Os};var xs=s(6184);let Ds;const $s=()=>Ds;var js=s(9943),Rs=s(6918),Ns=s(6262),Ms=s(853),Vs=s(4640);const Bs=(e,t,s)=>{if(t){let{scripts:n,doubleClickCode:o}=t;if(n)for(n=(0,Vs.Z)(n);n.length;)(0,_t.Z)({target:e,src:n.shift()});o&&(o=o.replace("[timestamp]",(0,it.Nu)(8)),(0,Ms.Z)(e,o));const{gemiusCode:r}=t;if(r){(0,_t.Z)({id:"xgde",src:`${Ns.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,Ms.Z)(e,`<i id="${t}" style="display:none !important;visibility:hidden !important"></i>`))}try{if(P.Z.f(r))r();else if(P.Z.s(r)){window["eval"](t)}}catch(e){s(e,"gemiusCode")}}}};var Us=s(6733),Fs=s(9350);const qs=["adTeaser","backgroundSlider","bannerExpandable","brandingTvToday","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFledge","ecommerceFlex2","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 zs=s(1133);const Gs=["activatingBanner","activatingRectangle","adframe","commercialBreak","ecommerceDynamic","ecommerceFlex","glonewsDesktop","hotNewsAd","iframePush","linkSG","loginBox","moneyNative","screeningMobile","scrollBillboard","sfSetNative","teaserSG","zaslepka"],Hs="Mods",Ws=(e,t,s,n)=>{const{currMod:o,gafSlot:r,destroyedSlot:i}=e,a=ys(r||i);console.error(Hs,o,t),(0,Rs.Z)({message:Hs,path:o,fileName:t,campaign:a},10,s,n)};var Ks=s(7384);const Js=e=>{const{currMod:t}=e,s=(()=>{const e=(0,Ks.Z)("wpmods");return e&&(g.default.modsMode=!0,g.default.modsBranch=e[2]),(0,ts.Z)("wpjslib-mods",g.default.modsBranch,"wpjslib-mods",g.default.modsMode||g.default.mode)})();(0,_t.Z)({id:"mods",crossorigin:!0,src:(0,rt.mess)(s),onError:()=>{e.destroyed?Ws(e,"OnErrorDestroyedError"):(K(t,Ws),W[t](e,"RequestError"))},onLoad:()=>{e.destroyed?Ws(e,"OnLoadDestroyedError"):(P.Z.f(W[t])||K(t,Ws),W[t](e,"AfterLoadError"))}})};var Qs=s(9384);const Ys=(e,t,s,n)=>{const o=e||(0,ws.Z)();if(t&&(o.message=t),s){const{hostname:e,pathname:t}=(0,Qs.Z)(s),n=e+t;o.path=n||s}return n&&(o.fileName=n),o},Xs=e=>{const{modsToLoad:t,config:s,gafSlot:n}=e;if((0,zs.Z)(t)){const o=t.shift();if(e.currMod=o,(0,rs.Z)(o)){if(e.destroyed)return void Ws(e,"OnHandleDestroyedError");if(!qs.includes(o)&&(Ws(e,"NotAllowedMod",`Used MOD "${o}" is not longer supported.`,"error"),Gs.includes(o))){const e=(0,j.Z)(s.bunch),t=(0,j.Z)(s.slot),r=Ys({name:"ModError"},"legacy mod used",!1,o);return void Ps(e,t,r,n)}if(P.Z.f(W[o]))try{W[o](e)}catch(t){Ws(e,t&&`${t.name}: ${t.message}`||"InitError")}else Js(e)}else Ws(e,"IncorrectNameError")}},en=(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"))&&Is("amp",t,1)};var tn=s(2621),sn=s(1511),nn=s(6656),on=s(118);const rn=(e,t)=>((0,nn.Z)(e,!0),(0,on.Z)(e,Object.assign({hidden:!1,released:!0},t)));var an=s(5682);const cn=(e=[],t=[])=>e.some((e=>t.includes(e))),ln=e=>cn(["nativeLinkAd","inTextVideo"],e),dn=(e,t,s,n)=>{s.success=1;const{creation:o}=s;if(!o||o.destroyed){const o=Ys(!1,"creation destroyed before count",!1,n);return void Ps(e,t,o,s)}!ln(o.mod)&&o.config.count()},un=(e,t,s=.5,n=1e3)=>{if(!P.Z.f(t))return;let o,r;const i=s=>{r.unobserve(e),t(s)};r=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting?n?o=setTimeout((()=>{i(e)}),n):i(e):o&&clearTimeout(o)}))}),{root:null,rootMargin:"0px",threshold:s}),r.observe(e)};window.addEventListener("adsReady",(e=>{}));const pn=(e,t,s)=>{const n=(0,j.Z)(t),o=`${e}_${n}`,{type:r,config:i,trackers:a,rebuild:c,mod:l,destroyed:d,width:u,height:p,scalable:m,transparentPlaceholder:f,gafSlot:g}=s;if(d){const t=Ys(!1,"creation destroyed before impression",!1,r);return void Ps(e,n,t,g)}Xs(s);const{model:h,provider:A,creativeId:v,touchpointId:b,campaignId:w,time:y,percent:S}=(e=>{const t=(0,ws.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=Ls[e]||"",t.percent=s,t.time=o,t.displayTime=r}}return(0,Be.qm)("testCview")&&(t.model=Os,t.percent=75,t.time=4),t})(g),{holder:C}=c,{coveringSlots:_,resetCoverPayload:k}=he(),I=$s(),{lazy:E}=g,T=ys(g);if(g.impressionTiming=Date.now()-g.startTime,g.width=u,g.height=p,g.missing=0,g.delivered=1,g.viewed=1,g.finished=1,g.container=C,"GAM"===A&&en(C,n),_.includes(n)&&requestAnimationFrame(k),P.Z.f(I)&&I(),i.impressed||((0,Fs.Z)(a.impression),i.impressed=!0,((0,Ae.zK)("adtech","PROSGWP-7446","B")||(0,Ae.zK)("application","PAK-2687","A"))&&_s(n,r,"IMP"),(0,Ss.s)(n)&&_s(n,r,"IMP")),(0,an.Z)(n)&&(0,Us.Z)(`SlotTiming${n}`,`SlotRegister${n}`,`SlotImpression${n}`),P.Z.f(i.prepareLabel)&&i.prepareLabel(),i.doNotRelease)s.type!==Me.Jz&&(0,Rs.Z)({message:"IAQInline",path:"DoNotRelease",fileName:(0,Vs.Z)(l).join(","),slot:n,bunch:e,campaign:T},1e3);else{const e={transparent:(0,Z.R)()||f};m?e.height="auto":(0,tn.Z)(p)&&(e.height=p),rn(n,e)}((e,t,s)=>{Pt((()=>{const n="auto"!==t&&"auto"!==s&&{width:t,height:s};null==kt.context.requestResize||kt.context.requestResize(t,s+24,!0),null==kt.context.renderStart||kt.context.renderStart(n),null==kt.context.reportRenderedEntityIdentifier||kt.context.reportRenderedEntityIdentifier(`wpmedia_slot_${e}`)}))})(n,u,p),(0,de.cV)(n,g),Bs(C,s.viewability,((t,s)=>{const o=Ys(t,!1,`${s} measurements in impression handler`,!1,r);Ps(e,n,o,g)})),g.viewability||(0,qe.Z)(g,Es.cC,{});const O=g.viewability,L=()=>{i.cviewed||((0,Fs.Z)(a.cview),i.cviewed=!0),dn(e,n,g,r),P.Z.f(I)&&I()},x=()=>{i.viewed||((0,Fs.Z)(a.view),((0,Ae.zK)("adtech","PROSGWP-7446","C")||(0,Ae.zK)("application","PAK-2687","B"))&&_s(n,r,"VIMP"),i.viewed=!0),h===Ts&&dn(e,n,g,r),(0,de.oI)(n,g),P.Z.f(I)&&I()};if((0,js._X)()){(0,qe.Z)(O,Qe.$F,{});const t=O[Qe.$F];Object.assign(t,{as:(0,mt.Z)(!E),phd:(0,mt.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`}),h!==Ts&&h!==Os&&dn(e,n,g,r),un(C,(s=>{((t,s)=>{i.viewed||((0,Fs.Z)(a.view),i.viewed=!0),Object.assign(s,{[Es.PY]:1,[Es.NK]:1,[Es.yz]:Math.round(100*t.intersectionRatio)}),h!==Ts&&h!==Os||(dn(e,n,g,r),(0,de.oI)(n,g)),P.Z.f(I)&&I()})(s,t)}))}else{var D;const t=[50,60,70,80,90,100].map(xs.gQ),s=[...t];s.push((0,xs.jq)(x)),h===Os&&s.push((0,xs.Zp)(L,y,S)),h!==Ts&&h!==Os&&dn(e,n,g,r);const i=(0,sn.Z)(C,s,o),a=null==i?void 0:i.observations,c=null==a||null==(D=a[Qe.$F])?void 0:D.state;if(c)(0,qe.Z)(O,Qe.$F,Object.assign(c,{as:(0,mt.Z)(!E),phd:(0,mt.Z)(document.hidden),tpid:`${b}`,crid:`${v}`,cmid:`${w}`,vndr:`${A}`})),delete O[Qe.r_],(0,qe.Z)(O,Qe.OI,t);else{const t=Ys(!1,"observations missing or blocked",!1,r);Ps(e,n,t,g)}}},mn=e=>{const{id:t,payload:s}=e,{bunch:n,slot:o,size:r,sync:i,vendor:a,frameSlotState:c,waveData:l,campaign:d,renderTimestamp:u,initRenderTimestamp:p}=s,m=Date.now(),f=(0,Fe.z9)(n,o),{isAsr:g}=f;if(!xt.get(t))return void xt.misses(t);const h=Dt.get(t);if(!h)return void Dt.misses(t);const{initTimestamp:A}=h;if(Object.assign(h.measures,{ttiren:p-A,ttren:u-A,tte:m-A}),(0,fs.Z)("tag_blackbox",Object.assign({},l,h.measures,{asr:(0,mt.Z)(g)})),a===bs.vC)return f.vendor=bs.vC,void ks(n,o,f);const{width:v,height:Z}=r;var b;b=i,(0,w.Z)(b,((e,t)=>{const{name:s,value:n}=t;(0,ie.Z)(s,n)}));try{const e=JSON.parse(c),t=Wt(o),s=Object.assign({},t,e);Jt(o,s);const r=d&&JSON.parse(d);r&&(f.campaign=r),f.vendor=a,pn(n,o,h)}catch(e){Ps(n,o,Ys(e,!1,"onBlackBoxEnd",h.type),f)}},fn=e=>{const t=e&&e.data;if(P.Z.s(t)&&t.match(Ct)){const e=JSON.parse(t.replace(St,"")),{id:s,cmd:n,role:o,pageViewID:r}=e,i=Zs,a=$t.get(s),c=o!==i,l="end"===n,d=(0,ot.Vq)()===r;if(a&&c&&l&&d)return e.receiver=a,e}return!1},gn=e=>{const t=fn(e),{cmd:s}=t;"end"===s&&mn(t)};let hn=!1;const An=(e,t,s)=>{var n;$t.set(e,t),jt.set(e,s),hn||(n=yt,vs.includes(n)&&(Zs=n),window.addEventListener("message",gn),hn=!0)},vn=({creationBunch:e,creationSlot:t,creation:s,onTemplateError:n,onWindowError:o,onError:r,onLoad:i})=>{const a=zt(),c=(0,Rt.PO)(),{payload:l,width:d,height:u}=s,p=Yt(t),m=`bbid|${e}|${t}`,f=Object.assign({},s,{initTimestamp:Date.now(),measures:{ttiren:null,ttrdy:null,ttren:null,tte:null}}),g=Object.assign({},l,{bunch:e,slot:t,sn:c,site:c,width:d,height:u,ssid:p}),h=(0,gt.Z)({sandbox:Re});return h.error(r),h.load(a,(()=>{As({blackBoxId:m,completePayload:g,creationFactoryIframe:h,creation:s,onTemplateError:n,onWindowError:o,onLoad:i})})),Dt.set(m,f),xt.set(m,h),An(m,h,g),h};var Zn=s(7159),bn=s(528);const wn="sponsored nofollow",yn=e=>{e.removeAttribute("target"),bn.Z?e.setAttribute("rel",wn):e.removeAttribute("rel")},Sn=e=>{yn(e);return()=>{e.setAttribute("target","_blank"),e.setAttribute("rel","noopener"+(bn.Z?` ${wn}`:"")),requestAnimationFrame((()=>{yn(e)}))}},Cn=e=>{const{config:t,redirUrl:s}=e,{uniqueID:n,addDestroyHandler:o}=t,r=(0,Zn.Z)("a"),i=Sn(r),a=`link${n}`;return r.href=s,(0,at.r)(r),(0,Ye.Cj)(r,(0,Ye.cu)(a,{height:"100%"})),r.addEventListener("click",i),o((()=>{r.removeEventListener("click",i),(0,Ye.jo)(a)})),r},_n=(e,t,s,n,o)=>{Ps(e,t,Ys(!1,"resource missing or blocked",s,n),o)},kn=(e,t,s,n,o)=>{const{config:r,expandable:i,src:a,type:c,gafSlot:l}=s,{uniqueID:d,addDestroyHandler:u}=r,p=()=>{pn(e,t,s,c)},m=()=>{_n(e,t,a,c,l)},f=Cn(s),g=(0,Zn.Z)(n),h=`${c}${d}`;return(0,Ye.Cj)(g,(0,Ye.cu)(h,{border:"0",margin:"auto",display:"block",height:i?"auto":Ge,width:Ge})),f.appendChild(g),(0,at.r)(g),g.addEventListener(o,p),g.addEventListener("error",m),u((()=>{g.removeEventListener(o,p),g.removeEventListener("error",m),(0,Ye.jo)(h)})),g},In=(e,t,s)=>kn(e,t,s,"img","load"),Pn=`${Nt.Z}images/adv/`,En=(e,t)=>{const{config:s}=t,{addDestroyHandler:n}=s,o=(0,Zn.Z)(),r="vdAdSnd";(0,Ye.Cj)(o,(0,Ye.cu)(r,{position:"absolute",width:50,height:50,bottom:50,right:50,borderRadius:"50%",background:`rgba(0, 0, 0, 0.5) url('${(0,rt.mess)(`${Pn}sound.svg`)}') no-repeat center center/100%`,backgroundSize:"60%",opacity:.7,zIndex:999,cursor:"pointer",transition:"opacity .2s"})),(0,Ye.cu)(`${r}:hover`,{opacity:1});const i=(0,Ye.cu)(`${r}Off`,{backgroundImage:`url('${(0,rt.mess)(`${Pn}mute.svg`)}')`});(0,Ye.Cj)(o,i);const a=t=>{t.preventDefault();const s=e.muted;e.muted=!s,(0,Ye.aB)(o,i,!s)};return o.addEventListener("click",a),n((()=>{o.removeEventListener("click",a)})),o},Tn=(e,t,s)=>{const{src:n}=s,[,o]=n.match(/\.([0-9a-z]+)$/i)||["","mp4"],r="mov"===o?"quicktime":o,i=(0,Zn.Z)(),a=(0,Zn.Z)("source"),c=kn(e,t,s,"video","loadeddata"),l=En(c,s);return a.setAttribute("src",n),a.setAttribute("type",`video/${r}`),c.muted=!0,c.setAttribute("autoplay",""),c.setAttribute("loop",""),(0,Z.R)()&&(c.setAttribute("playsinline",""),c.setAttribute("webkit-playsinline","")),c.appendChild(a),i.appendChild(l),i.appendChild(c),{$creationVideo:c,$videoContainer:i}};var On=s(8937),Ln=s(6806),xn=s(6257);const Dn={testSuffix:"",fromGoogle:!1,error:!1,loaded:!1};g.default.gamState=Dn;const $n=Dn,jn=/,[0-9]+\//,Rn=e=>e.replace(jn,"/").replace("_asr","")+($n.testSuffix||""),Nn=new Map;g.default.unitsStore=Nn;const Mn=e=>Nn.get(Rn(e));var Vn=s(1501);const Bn=e=>{const{isAsr:t,div:s,placement:n,creation:{rebuild:o}}=e,{holder:r}=o;if((0,Vn.r)()){const t=`r-${s}`;e.div=t}if(t){const t=`asr-${s}`;e.div=t}r.id=e.div,r.placement=n},Un=Object.create(null);g.default.mexStore=Un;const Fn=e=>Object.assign(Un,e);Fn({isMexListening:!1,isActive:!1,mexSlots:[],mexExcludedSlots:[],mexFinishedSlotsCount:0,mexRate:null,thresholdToActive:null,mexSlotsRates:[]});const qn=()=>Object.assign({},Un),zn=()=>{const{isActive:e,isMexListening:t}=qn();(e||t)&&Fn({isActive:!1,isMexListening:!1})},Gn=e=>{const{direct:t}=e;x(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0,e.viewed=0,e.run=0,t&&(L(e,O(t)),e.campaign=t.campaign,e.lazy=t.lazy,e.delivered=1,e.direct=void 0)},Hn=(e,t,s)=>{At(s),s.passedDfpConfig=s.dfpConfig,s.passed=1,s.dfpConfig=void 0,R(s),Gn(s),(0,Zt.Z)(t)},Wn=(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,fs.Z)(e,c)},Kn={isLoaded:!1,isError:!1,bids:[]};g.default.amazonState=Kn;const Jn=Kn,{bids:Qn}=Jn,Yn=e=>{const{isLoaded:t}=Jn;Is("dfp_psbk",e,1),t&&(e=>{const t=Qn.find((t=>t.slotID===`slot${e}`));t&&(t.used=!1)})(e)},Xn=(e,t)=>{const{slot:s,bunch:n,gafID:o,definedSlot:r,creation:{backupConfig:i,gafSlot:a}}=e;a.isMex&&zn(),r&&r.clearTargeting(),Wn("dfp_passback",e),Yn(s),i?bt(n,s,a,i):Hn(n,s,a)};var eo=s(5253);const to=(e,t)=>{const{noDfpaTestOverride:s}=(0,es.Uu)(),n=(0,es.UQ)(),o=n&&!s?`-test${n}`:"";t.div=`div-gpt-ad-x${ls(e,2)}${o}`,t.placement=`/89844762/${t.placement}`,(0,rs.Z)(t.sizes)&&(t.sizes=JSON.parse(t.sizes))};var so=s(2927);const no=(0,j.Z)((0,Be.qm)("asrTimeout"))||3e4;let oo=no;const ro=()=>oo;var io=s(6353);const ao=Object.create(null);g.default.prebidTimingStore=ao;const co=(e,t)=>{ao[e]=t||Date.now()},lo=e=>ao[e],uo=()=>ao;var po=s(8350);const mo=(e=!1)=>{const t=(0,ue.CV)("brandSafety");if((0,I.Z)(t)){const s=Object.create(null);if((0,w.Z)(t,((e,t)=>{(0,po.Rg)(t)&&(s[e]="1")})),(0,I.Z)(s)){if(e){return Object.entries(s).flatMap((e=>e.join("="))).join(",")}return s}}},fo=()=>(e=>{const t=[];return(0,te.YE)()||(0,w.Z)((0,Fe.bh)(),(s=>{const n=(0,Fe.FJ)(s);(0,w.Z)(n,((s,n)=>{const{campaign:o}=n;if(o){let s=o[e];P.Z.u(s)||(Array.isArray(s)||(s=[s]),s.length&&s.forEach((e=>{e.toString().length&&!t.includes(e)&&t.push(e)})))}}))})),t})("competitiveCategories");var go=s(3007),ho=s(2617),Ao=s(4030);const vo=()=>{const e=(0,f.ZF)("ciab")||"";if(!e.includes("v3"))return"";return e.split(",").filter((e=>e.includes("v3"))).map((e=>e.split("-")[2]))},Zo=(e,t,s,n,o,r,i,a,c)=>{const l=fo(),d=(0,go.Z)(),u=(0,f.ZF)("layout"),p=(0,f.ZF)("ctype"),m=(0,f.ZF)("ctab"),g=(0,f.ZF)("chId"),h=uo(),{additionalTVer:A}=(0,es.Uu)(),v=(0,st.ac)("prebid"),b=null==v||null==v.getPvFraction?void 0:v.getPvFraction(),w=(0,Fe.fw)("mlId"),y=(0,es.wV)("obTestVariant");e.INTER_OFF=$n.fromGoogle,e.mlCode=w?w.split(","):"null",e.yg_active=e.yg_active||"1",e.pvid=(0,ot.Vq)(),e.ssid=Yt(s),e.slot=s,e.abtest=(0,Ae.KF)().replace(/;/g,".")||"null",e.aabwl=(0,oe.Z)(so.tn)||"null",e.reloaded=(0,Vn.r)()?"1":"0",e.native=n?"1":"0",e.sl=s,e.darkmode=(0,j.Z)(d)?"1":"0",e.layout=u?u.slice(0,1):"null",e.stVer=(0,es.UQ)(!0)||"null",e.rekid=t,e.ctype=p,e.pds=`${(0,io.Y)()}`,e.ciab=vo(),e.isRobot=Ao.Z.isRobot?"1":"0";const S=mo();if((0,ho.Z)()&&(e.fledge=null==v?void 0:v.getFledgeStatus(s)),y&&(e.yg_active="2"),(0,ve.KD)()&&(0,Z.R)()&&(e.ctab=m||"null"),g&&(e.chId=g),Object.assign(e,S),(0,ue.fS)("logTTG")&&h.timeout&&(e.timeout=(h.loaded?"0":"1")+(i||"")),l.includes("DUKAT_Screening")||r.includes("art")||"article"===p?e.screening="0":e.screening="1",b&&(e.pvfraction=b),i?e.tVer=i:/test[A-Z]$/.test(a)?e.tVer=a.match(/test[A-Z]/)[0].slice(-1):e.tVer="null",o&&(e.DFPHASH="0"),e.OAS_retarg?e.OAS_retarg=`${e.OAS_retarg}`:e.OAS_retarg="0",e.PREBID_ON||(e.PREBID_ON="1"),A&&(e[A]=e.tVer),e.stVer=(0,es.UQ)(!0)||"null",e.tVerG="null",e.tVerG2="null",((0,ue.fS)("ygactiveDisable")||o)&&(e.yg_active="0"),c){const{isDeclarationUsed:t}=(0,ue.g1)("asr");t&&(e.asr=`${ro()}`.slice(0,2))}return e},bo="0",wo="1",yo="2",So="3",Co="4",_o=new Map,ko=e=>_o.get(e)||bo,Io=(e,t)=>{_o.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},Eo={};const To=()=>{const e=window.location.hostname,{uniformDomains:t}=rt.domains,s=`https://fledge.wpcdn.pl/test/seller-parallel${(0,Be.qm)("debug")?"-debug":""}.js`,n=t.includes(e)?e:"www.wp.pl";return{seller:`https://${n}`,decisionLogicUrl:(0,rt.mess)({url:s,forceDomain:n})}},Oo=e=>{const{seller:t,decisionLogicUrl:s}=To();return{adUnitCode:`slot${e}`,fledgeAuctionConfig:{seller:t,decisionLogicUrl:s,interestGroupBuyers:["https://fledge.wpcdn.pl"]}}};var Lo=s(1154);const xo=e=>{var t,s,n,o,r;const i=(0,Lo.Kp)(),a=null==i||null==(t=i.hb)||null==(s=t.units)?void 0:s.find((t=>t.code===`slot${e}`)),c=null==a||null==(n=a.mediaTypes)||null==(o=n.banner)?void 0:o.sizes,l=(null==i||null==(r=i.config)?void 0:r.sizeMap)||[];let d=[[300,250]];return(0,zs.Z)(c)?d=c:(0,rs.Z)(c)&&l.includes(c)&&(d=l[c]),d.sort(((e,t)=>t[0]*t[1]-e[0]*e[1]))[0]},Do=(e,t)=>({adsize:xo(e),currencyConversion:(0,Fe.fw)("curr"),variant:t,noComponentAuctions:!0}),$o=(e,t)=>({pvid:(0,ot.Vq)(),bunchid:(0,Ve.P)(),slot:e,floor:t}),jo=(e,t)=>{const{fledgeAuctionsForGoogle:s=[]}=Po,{seller:n,decisionLogicUrl:o}=To(),r=(0,j.Z)(e);(0,Be.qm)("debugFledge").includes(e)&&Po.fledgeAuctionsForGoogle.push(Oo(e));const{selected:i,remaining:a}=s.reduce(((s,i)=>{const{adUnitCode:a="",fledgeAuctionConfig:c}=i;if((0,j.Z)(a.replace("slot",""))===r){const r=Do(e,"google"),i=$o(e,t),a=Object.assign(c,{auctionSignals:r,sellerSignals:i,seller:n,decisionLogicUrl:o}),l={configKey:n,auctionConfig:a};return Object.assign({},s,{selected:[...s.selected,l]})}return Object.assign({},s,{remaining:[...s.remaining,i]})}),{selected:[],remaining:[]});if(Po.fledgeAuctionsForGoogle=a,(0,zs.Z)(i))return Io(e,Co),i};var Ro=s(1143);window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push((()=>{(0,Ro.Z)("GAMFirstCommand")}));const No=()=>window.googletag,Mo=()=>{},Vo=e=>{const t=No(),s=t.pubads(),{placement:n,prevDefinedSlot:o,targeting:r,gafID:i,slot:a,fledgeFloorPrice:c}=e;let l,d,{div:u}=e;if(o&&t.destroySlots([o]),e.isInterstitial?(d=!0,u=t.enums.OutOfPageFormat.INTERSTITIAL):e.isAnchor?(d=!0,u=t.enums.OutOfPageFormat.TOP_ANCHOR):e.outOfPage&&(d=!0),l=d?t.defineOutOfPageSlot(n,u):t.defineSlot(n,e.sizes,u),(0,Ae.zK)("adtech","PU-227","B")){const e=jo(a,c);e&&(l.setConfig({componentAuction:e}),r.fledge=ko(a))}e.definedSlot=l,l.addService(s),(0,w.Z)(r,((e,t)=>{l.setTargeting(e,t)})),Wn("dfp_displayad",e);const p=window.console;window.console=Mo,s.updateCorrelator(),window.console=p,t.display(l)},Bo=(e,t)=>{$n.testSuffix="",t&&e&&/test/.test(e)&&($n.testSuffix=`_test_${t}`)},Uo=e=>{const{config:t,gafSlot:s,dfpConfig:n,customDfpConfig:o,type:r}=e,{slot:i,bunch:a,updateContainer:c}=t,{isAsr:l,fledgeFloorPrice:d}=s,u=`${a}_${i}`,p=o||n,m=(0,es.UQ)(),f=ys(s),g={slot:i,bunch:a,creation:e,gafID:u,isAsr:l,fledgeFloorPrice:d};if(!p)return Xn(g,"configMissing"),void(0,Rs.Z)({message:"GamAPI",path:"AdUnitConfigMissing",campaign:f,slot:i,bunch:a});o&&to(i,p),Bo(p.div,m),Object.assign(g,p);const{placement:h,div:A,isNative:v,targeting:Z={},namedSizes:b,sizes:w}=g;b&&(g.sizes=w.concat(b)),g.targeting=Zo(Z,a,i,v,o,h,m,A,l);const y=Mn(h);y&&(g.prevDefinedSlot=y.definedSlot),((e,t)=>{Nn.set(Rn(e),t)})(h,g);const S=()=>{Bn(g),Vo(g)};if(v){const e=(0,xn.F)(i,"setNative");if(e){g.setNative=e;e({type:"alternativeSlot"},(({el:e})=>{if((0,eo.Z)(e))c(e),S();else{const e=Ys(!1,"incorrect container in onAlternativeSlot",Rn(h),r);Ps(a,i,e,s)}}))}else{const e=Ys(!1,"missing setNative",Rn(h),r);Ps(a,i,e,s)}}else S()},Fo=(e,t)=>{var s;const n=No();P.Z.f(null==n||null==(s=n.cmd)?void 0:s.push)&&!$n.error?n.cmd.push(e):P.Z.f(t)&&t()},qo=e=>{const{config:t,gafSlot:s,type:n}=e,{slot:o,bunch:r}=t,i=Ys(!1,"googletag.cmd doesn't exist",!1,n);Ps(r,o,i,s)},zo=e=>{se.Z.fill((()=>{Fo((()=>{Uo(e)}),(()=>{qo(e)}))}))};var Go=s(5599);const Ho=e=>{let t=e;if(t){let{protocol:e}=window.location;"https:"!==e&&(e="http:"),/^\/\//.test(t)&&(t=e+t)}return t};var Wo=s(625);const Ko=(e,t)=>{const s=Ho((0,Wo.Z)(t));let n=s;return(0,rs.Z)(e)&&(n=e,(0,rs.Z)(s)&&(n+=encodeURIComponent(s))),n},Jo=()=>{const e=window;return{login:e._wplogin||e._o2login||null,name:e._wpname||e._o2name||null,surname:e._wpsurname||e._o2surname||null}},Qo=e=>{const{redir:t,config:s,gafSlot:n,redirUrl:o,originalRedirUrl:r}=e,{slot:i,bunch:a,uniqueID:c}=s,{campaign:l}=n,d={wp:!0,uniqueID:c,gaf:{slot:i,bunch:a,campaign:(null==l?void 0:l.id)||""},redir:t,clickTagUnmessed:r,clickUnmessed:r,click:o,clickTAG:o,clickTag:o,userData:Jo()};let u=1;for(;e[`url${u}`];)d[`click${u}`]=(0,rt.mess)(Ko(t,e[`url${u}`])),u+=1;return d},Yo=["bannerExpandable","floatingBanner","logoSwapper","nativeLinkAd","megaScreening","screening","stiltedBanner","videoBackLayer","videoPlayerBranding","welcomeScreen","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush"],Xo=e=>(0,zs.Z)(e)&&!e.some((e=>!Yo.includes(e))),er=["adTeaser","backgroundSlider","carouselMobile","contentBoxRichMedia","contentHalfpage","ecommerceFledge","ecommerceFlex2","floatingBanner","glonewsSlider","headline","headline2","interactiveStories","liveShopping","logoSwapper","moduleBranding","nativeLinkAd","panelPremiumMobile","programTV","scrollRevealMobile","specialModuleBanner","survey","wpKoszykPako","wpKoszykPakoMobile","wpKoszykPush","wpKoszykToolbar","wpKoszykSG"],tr=e=>(0,zs.Z)(e)&&cn(er,e),sr=e=>(0,zs.Z)(e)&&cn(Yo,e);var nr=s(8168);const or=e=>cn(["wallpaper","headline","headline2","liveShopping","screening","screeningMobile","panelPremium","panelPremiumMobile"],e);var rr=s(2497);const ir=()=>{const e=(0,js.XG)();return[$e.CG,$e.Lx,$e.Wj].includes(e)};var ar=s(3203),cr=s(3476);const lr=(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},dr=!!(0,Be.qm)("blockers"),ur=(e,t,s)=>{const{creations:n,bunch:o,slot:r}=e,i=n.length,a=ys(s),c=[];let l;delete e.creations,l=i>1?t.offsetWidth||300:1e4;for(let t=0;t<i;t++){const s=n[t],i=s.src,l=s.externalCode;let d,u=s.type;delete s.externalCode,dr&&(u=Me.Jz),u===Me.Jz&&lr(e,s),(0,rs.Z)(l)&&(s.externalCode=window.Function("c",l)),Me.up.has(u)||s.mod&&((0,Rs.Z)({message:"IAQInline",path:"TypeIncorrectToMod",fileName:`${(0,Vs.Z)(s.mod).join(",")} (${u})`,campaign:a,bunch:o,slot:r},1e3),u=Me.rU),Me.up.has(u)&&(u!==Me.bC||(0,rs.Z)(i)||(d=!0),u===Me.Bm&&((0,rs.Z)(i)?i.length<20&&(d=!0):s.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="),d?(0,cs.Z)(`Source is missing for creative on slot ${r} from campaign ${a}.`):(He(s,s.width,s.height),(s.width===Ge||s.width>0||s.scalable||u===Me.Jz)&&(s.type=u,c.push(s))))}if(c.length)return{passedCreations:c,creationContainerWidth:l}},pr=({creationContainerWidth:e,passedCreations:t})=>{let s=t[0],n=1e6;return s.scalable||s.type===Me.Jz||(s=void 0,t.forEach((t=>{const o=t.width===Ge?e:t.width,r=n>e,i=o>n,a=o<=e;(!s||a&&(i||r)||!a&&!i&&r)&&(s=t,n=o)}))),s},mr="IAQInline",fr=["server","campaign","score","code","libs","aabVendors","capping","endTime","positions","setType","wpclid"],gr=["deferredInit","doNotCount","fixToCenter","doNotCompress"],hr=(e,t,s,n,o)=>{if((0,Tt.Z)(n,n))return void Ps(s,n,"incorrect slot number",o);const r=(0,cr.ni)(n),i=(0,Zn.Z)();(0,Ye.Cj)(i,Ln.Z),(0,nn.Z)(n,!0),r.parentNode.insertBefore(i,r);const a=ur(t,i,o);if(a){const r=ys(o),c=Object.keys(t).filter((e=>fr.includes(e)));c.length&&((0,Rs.Z)({message:mr,path:"ShittyTemplate",campaign:r,fileName:c.sort().join(","),bunch:s,slot:n},1e5),c.forEach((e=>{delete t[e]})));const l=pr(a);if(l){const t=Object.keys(l).filter((e=>gr.includes(e)));return t.length&&((0,Rs.Z)({message:mr,path:"ShittyCreation",campaign:r,fileName:t.sort().join(","),bunch:s,slot:n},1e4),t.forEach((e=>{delete l[e]}))),e({creation:l,$creationContainer:i})}Ps(s,n,"creation missing",o)}else Ps(s,n,"passed creations missing",o)};var Ar=s(552);const vr=e=>{const{gafSlot:{campaign:t},config:{redir:s},url:n}=e;e.redir=s;const o=Ko(s,n);(0,rs.Z)(o)&&(e.redirUrl=(0,rt.mess)(o),e.originalRedirUrl=o),null!=t&&t.capping&&(e.capping=(0,Ar.Z)(`https://rek.www.wp.pl/cap.gif?_=${(0,it.Nu)()}`,t.capping,void 0,!1,!0))},Zr=e=>{const{trackers:t={},pixels:s}=e;return(0,qe.Z)(e,"pixels",(0,Vs.Z)(s)),(0,qe.Z)(e,"trackers",t),(0,qe.Z)(t,"view",(0,Vs.Z)(t.view)),(0,qe.Z)(t,"cview",(0,Vs.Z)(t.cview)),(0,qe.Z)(t,"click",(0,Vs.Z)(t.click)),(0,qe.Z)(t,"impression",(0,Vs.Z)(t.impression)),e};var br=s(5146),wr=s(9338),yr=s(713);const Sr=()=>{const e=Oe();P.Z.f(e)&&e(yr.Z)},Cr=(e,t)=>[...new Set([...e||[],...t||[]])].sort();var _r=s(4880);const kr="IAQInline",Ir="relative",Pr="absolute",Er="overflow",Tr="hidden",Or="block",Lr="auto",xr="sandbox",Dr="allowFullscreen",$r="transform",jr="transformOrigin",Rr="center",Nr="style",Mr="mousedown",Vr="width",Br="height",Ur="maxWidth",Fr="maxHeight",qr="left",zr="right",Gr="position",Hr="display",Wr="backgroundColor",Kr="border",Jr="margin",Qr="addEventListener",Yr="removeEventListener",Xr=ir();(0,Ye.Vx)(!0);const ei=(0,Be.qm)("nomods"),ti=(0,Be.qm)("forceAlternativeSlot"),si=(e,t)=>{const s=(0,j.Z)(e.slot),n=(0,j.Z)(e.bunch),o=Object.create(null),r=t||(0,Fe.z9)(n,s),{campaign:i={}}=r,{creative:a={}}=i,{provider:c,source:l={}}=a,{external:d}=l,u=ys(r);let p,m,f,g,h,A,v,b,y;const S=(0,Z.R)(),C=(0,nt.B)()===s;let _,k,I,E,T,O;const L=[],x=(0,it.Nu)(10,!0,!0),D=`container${x}`,$=`holder${x}`,R=`label${x}`,N=`iframe${x}`,M=t=>{const s=t.target,n=(0,_r.Z)(t);if(s&&1===n){const e=Te();P.Z.f(e)&&e(i)}e.clicked||((0,Fs.Z)(p.trackers.click),e.clicked=!0)},V=e=>{P.Z.f(e)&&L.push(e)},B=()=>{if([Ke,We].includes(f)||m===Me.rU){const{width:e,height:t}=(e=>{const t="2"===v&&S,s=e?k.parentNode:k,n=t?(0,Go.Z)():s,{clientWidth:o,clientHeight:r}=n;return e?{width:o,height:r}:{width:Math.min(o,g),height:Math.min(r,h)}})(C),n=e/g,o=t/h,r=Math.min(n,C?o:n),i=Math.ceil(r*h),a=Math.ceil(r*g);p.scaleFactor=r,p.realWidth=a,p.realHeight=i;const c={[$r]:`scale(${r},${r}) translate(-50%)`,[jr]:"0 0 0",[Ur]:"none",width:g,height:h,left:"50%"},l={height:i};(0,Ye.cu)($,c,[$r,jr]),(0,Ye.cu)(D,l);rn(s,l)||(0,Ye.Vx)(!0)}},U=()=>{const t=(0,tt.Y2)(s);if(t)return t.appendChild(k),e.doNotRelease=!0,(0,nr.Z)(s),t;e.doNotRelease=!1},F=()=>{e.counted||((0,Fs.Z)(p.capping,!1,Sr),(0,Fs.Z)(p.pixels),Bs(_,p,((e,t)=>{Ps(n,s,Ys(e,!1,`${t} measurements in success handler`,m),r)})),e.counted=!0)},q=()=>{var e;Object.assign(o,{container:k,link:I,label:O,iframe:null==(e=y)||null==e.getIframe?void 0:e.getIframe(),holder:_,image:E,video:T})},z=e=>{if(f!==Je&&(!O||e)&&(C&&(p.showLabel=!1),Xr&&m===Me.oq&&(p.showLabel=!1),P.Z.u(p.showLabel)&&m!==Me.rU&&(p.showLabel=!0),p.showLabel)){O=O||(0,Zn.Z)(),(0,at.r)(O),(0,Ye.Cj)(O,(0,Ye.cu)(R));const e={[Gr]:Pr,zIndex:1};if(Xr)e.top=0,e[zr]=0;else{const t={[qr]:zr,[zr]:qr},{labelAlign:s=qr}=p,n=Object.keys(t).includes(s)?s:qr,o=t[n];e.bottom=Ge,e[n]=0,e[o]=null}const t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:"9px",lineHeight:"14px",color:p.labelColor||"#888",display:Or,content:(0,On.Z)(p.labelText||lt.Z)};(0,Ye.cu)(R,e),(0,Ye.cu)(`${R}:after`,t),V((()=>{O&&(O.remove(),O=null),(0,Ye.jo)(R),(0,Ye.Vx)()})),k.appendChild(O),(0,Ye.Vx)(),q()}},G=()=>{const{closeIframe:e}=p,t={[Er]:Tr,[Kr]:"0 none",[Hr]:Or,[Jr]:Lr,[Ur]:"none",[Fr]:"none",[Vr]:e?null:Ge,[Br]:e?null:Ge};v&&(t[Vr]=e?null:g,t[Br]=e?null:h),(0,Ye.Cj)(y.getIframe(),(0,Ye.cu)(N,t)),V((()=>{y&&(y.destroy(),y=null),(0,Ye.jo)(N)}))},H=(e,t)=>{if(!P.Z.u(e)&&!P.Z.u(t)){const n=(0,ws.Z)();v?n[Br]=Lr:(He(p,e,t),g=p[Vr],h=p[Br],(0,Ye.cu)(D,{[Vr]:g,minHeight:h}),(0,Ye.Vx)(),n.released=!0,n.slot=s,n[Br]=h),(0,on.Z)(s,n)}},W=()=>{switch(m){case Me.YX:f=Je,p.showLabel=!0;break;case Me.Hu:f=Je;break;case Me.dA:f=We,wt({creationBunch:n,creationSlot:s,creation:p,$creationHolder:_,onImpression:()=>{pn(n,s,p,Me.dA)},onPassbackError:e=>{Ps(n,s,Ys(!1,"backupAd missing",e,m),r)},onParseError:(e,t)=>{Ps(n,s,Ys(t,!1,e,m),r)},onRequestError:e=>{_n(n,s,e,m,r)}});break;case Me.Bm:if(f=Ke,!(0,rs.Z)(p.redirUrl)){Ps(n,s,Ys(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,E=null})),I=Cn(p),E=In(n,s,p),I.appendChild(E),_.appendChild(I);break;case Me.r0:{if(f=Ke,!(0,rs.Z)(p.redirUrl)){Ps(n,s,Ys(!1,"missing redir URL",A,m),r);break}V((()=>{I=null,T=null}));const e=Tn(n,s,p),{$videoContainer:t}=e;({$creationVideo:T}=e),I=Cn(p),I.appendChild(t),_.appendChild(I);break}case Me.oq:e=k,Xe&&(0,Ye.Cj)(e,Xe);break;case Me.rj:case Me.AW:case Me.Ko:f=We;break;case Me.bC:{f=We;const e=(0,ws.Z)();e.allow="autoplay",p[xr]?e[xr]=p[xr]:d&&(e[xr]=Ne),p[Dr]&&(e[Dr]=!0),(0,Be.qm)("debug")&&(A+=window.location.search,p.src=A);const t=(0,rt.mess)({url:A});y=(0,gt.Z)(e),G(),y.error((()=>{_n(n,s,t,m,r)})),y.load(t,(()=>{if(y){const e=t=>{t&&t.data===x&&(window[Yr]("message",e),r.loadingTiming=Date.now()-r.startTime,(0,Rs.Z)({message:kr,path:"IframeTiming",fileName:Math.round(r.loadingTiming-r.impressionTiming),campaign:u,slot:s,bunch:n},1e3))};window[Qr]("message",e);const t=Qo(p);y.postMessage(t,"*"),pn(n,s,p,Me.bC)}else Ps(n,s,Ys(!1,"element missing",t,m),r)})),_.appendChild(y.getIframe());break}case Me.yd:f=We,y=(0,gt.Z)({scrolling:"no"}),G(),y.load(p.src,(()=>{y?pn(n,s,p,Me.yd):Ps(n,s,Ys(!1,"element missing",p.src,m),r)})),_.appendChild(y.getIframe());break;case Me.sT:f=We,y=(0,gt.Z)({sandbox:Ne},void 0,{bunch:n,slot:s}),(0,Ye.cu)($,{overflow:Tr}),G(),_.appendChild(y.getIframe())}var e},K=t=>{if(p.destroyed){const e=Ys(!1,"creation destroyed before displaying",!1,m);Ps(n,s,e,r)}else if(e.displayed)(0,Rs.Z)({message:kr,path:"MultipleDisplay",slot:s,bunch:n,campaign:u,fileName:m});else{if(e.displayed=!0,t){if(!(0,eo.Z)(t)){const e=Ys(!1,"incorrect container in display",!1,m);return void Ps(n,s,e,r)}k=t}(0,rr.Z)(h)&&rn(s),(()=>{_=(0,Zn.Z)(),(0,at.r)(_),_.removeAttribute(Nr);const e={[Vr]:g,[Br]:h,marginLeft:Lr,marginRight:Lr,[Gr]:Ir,[Wr]:p[Wr]||"transparent"};b&&(e[Ur]=p[Vr],e[Er]=Tr,e[Fr]="inherit"),p[Kr]?(e[Kr]=p[Kr],e[Er]=Tr,e.boxSizing="border-box"):e[Kr]="0 none",p.tagId&&(_.id=p.tagId),(0,Ye.Cj)(_,(0,Ye.cu)($,e)),_[Qr](Mr,M)})(),(()=>{const{prevDivs:e}=r,t=(0,Ye.cu)("sticky");V((()=>{(0,Ye.ef)(k,t),e&&(e.container.remove(),e.holder.remove())}));const s={[`${Hr}!`]:Or,textAlign:Rr,alignItems:Rr,clear:"both",[Jr]:Lr,[Gr]:Ir,[Vr]:g,[Br]:h,[Ur]:Ge};(0,at.r)(k),(0,Ye.ef)(k,Ln.Z),(0,Ye.Cj)(k,t),(0,Ye.Cj)(k,(0,Ye.cu)(D,s)),p[Nr]&&(0,Ye.cu)(D,p[Nr])})(),W(),(()=>{if((0,eo.Z)(k))return(0,Ye.Vx)(!0),f!==Je&&k.appendChild(_),!0;const e=Ys(!1,"container removed from DOM before impression",!1,m);Ps(n,s,e,r)})()&&((()=>{if(m===Me.yG){const e={container:_,bid:p.bid},t=e=>{const{errorCode:t,errorMessage:o,errorType:i}=e;Ps(n,s,Ys({name:"OutstreamError",message:o,path:t,fileName:i},!1,!1,m),r)},o=e=>{pn(n,s,p,Me.yG),V((()=>{e()}))};(0,st.ac)("outstream")(e).then(o).catch(t)}if(m===Me.AW||m===Me.rj){let e='<head><style id="iaq">html,body{margin:0;padding:0;}</style>',t=p.code;const o=Qo(p);if(m===Me.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,w.Z)(e,((e,s)=>{t+=` data-${e}="${s}"`})),t+='><script src="https://www.googletagservices.com/dcm/dcmads.js"><\/script></ins>'}else e+="<script>",e+=`window.parent.postMessage("${x}","${window.location.origin}");`,(0,w.Z)(o,((t,s)=>{e+=`window.${t}=${JSON.stringify(s)};`})),e+="<\/script>";if(e+="</head>",t){t=(0,Wo.Z)(t),p.code=t,p.head=e;const r=(0,ws.Z)();if(r.allow="autoplay",p[xr]?r[xr]=p[xr]:m!==Me.rj&&d&&(r[xr]=Ne),p[Dr]&&(r[Dr]=!0),y=(0,gt.Z)(r,{},{bunch:n,slot:s}),(0,Ye.cu)($,{overflow:Tr}),G(),m===Me.AW){const e=t=>{if(t&&t.data===x){window[Yr]("message",e);const s=t.source;s&&s.postMessage(o,"*")}};window[Qr]("message",e),y.setBase(p.base),y.resetBodyStyle();const t=g,s=p.closeIframe?1:h;y.setAutoResize(t,s,(e=>{y.resetBodyStyle(),(0,Ye.cu)(N,e),(0,Ye.Vx)()}),500,3)}}}if(ti&&(p.useAlternativeSlot=!0),p.deferredInit||p.useAlternativeSlot&&((0,Rs.Z)({message:kr,path:"useAlternativeSlot",slot:s,bunch:n,campaign:u},1e4),U()),q(),m===Me.Jz&&(r.vendor=bs.vC,pn(n,s,p,Me.Jz),setTimeout((()=>{rn(s,{blocker:!0,fixed:!1,padding:0,margin:0,height:Lr,width:0,overflow:Tr,transparent:!0})})),V((()=>{(0,wr.Z)(s)}))),m===Me.sT)try{window.pbjs.renderAd(y.getDocument(),p.adId),y.resetBodyStyle(),pn(n,s,p,Me.sT)}catch(e){Ps(n,s,Ys(e,!1,"prebid.renderAd",m),r)}m!==Me.AW&&m!==Me.rj||(_.appendChild(y.getIframe()),y.write(p.head+p.code),y.resetBodyStyle(),pn(n,s,p,`${Me.AW}|${Me.rj}`)),m===Me.Bm&&(E.src=(0,rt.mess)({url:A}));const t=Xo(p.modsToLoad);m!==Me.rU||t||pn(n,s,p,Me.rU);const o=p.externalCode;if(P.Z.f(o)){(0,Rs.Z)({message:kr,path:"externalCode",slot:s,bunch:n,campaign:u,fileName:m},1e3);try{o(p)}catch(e){Ps(n,s,Ys(e,!1,"externalCode",m),r)}}m===Me.Ko&&(y=vn({creationBunch:n,creationSlot:s,creation:p,onTemplateError:(e,t)=>{Ps(n,s,Ys(!1,"template failure",t,m),r)},onWindowError:(e,t)=>{Ps(n,s,Ys(!1,"iframe window missing",t,m),r)},onError:(e,t)=>{_n(n,s,t,m,r)},onLoad:e=>{}}),G(),_.appendChild(y.getIframe()));if(m!==Me.oq&&m!==Me.Hu||zo(p),m===Me.wb)if(p.backupAd){const t=ut(e,p.backupAd,p.trackers),o=(0,Be.qm)("forceBackupAd");if(p.backupAd=null,p.backupConfig=t,o)return void bt(n,s,r,t);zo(p)}else Ps(n,s,Ys(!1,"backupAd missing",!1,m),r);if(m===Me.YX){const e=Le();P.Z.f(e)?e(p):Ps(n,s,Ys(!1,"missing nativeHandler",!1,m),r)}})(),v&&(B(),(0,et.DH)(B),V((()=>{(0,et.vS)("resize",B)}))),(0,Ye.Vx)())}},J=e=>{if((0,eo.Z)(e))return _&&_[Yr](Mr,M),(0,br.Z)(_,e,[Qe.$F]),_=e,r.container=_,(0,at.r)(_),q(),_[Qr](Mr,M),!0;const t=Ys(!1,"incorrect container in updateContainer",!1,m);Ps(n,s,t,r)},Q=t=>{if(!e.impressed){if(t){if(!J(t))return}pn(n,s,p)}},Y=e=>{Ps(n,s,e,r)},X=t=>{const s=!t,n=m===Me.oq&&s,o=e.reuseContainer&&s,a={holder:_,container:k};if(L.forEach((e=>{e({incoming:s})})),L.length=0,_)if(_[Yr](Mr,M),_.removeAttribute(Nr),(0,Ye.ef)(_,$),n){const e=(0,Ye.cu)('hideggl [id^="google_"]',{position:Pr,"width!":1,"height!":1});(0,Ye.Cj)(_,e)}else _.remove();if(k&&((0,Ye.ef)(k,D),o||(k.removeAttribute(Nr),n||k.remove())),k=null,_=null,(0,Ye.jo)(D),(0,Ye.jo)($),(0,qe.Z)(p,"rebuild",null),(0,qe.Z)(p,"config",null),(0,qe.Z)(p,"gafSlot",null),(0,qe.Z)(r,"creation",null),(0,qe.Z)(e,"display",null),(0,qe.Z)(e,"impress",null),(0,qe.Z)(e,"updateSize",null),(0,qe.Z)(e,"updateContainer",null),(0,qe.Z)(e,"useAlternativeSlot",null),(0,qe.Z)(e,"addDestroyHandler",null),(0,qe.Z)(e,"setError",null),(0,qe.Z)(e,"destroy",null),(0,qe.Z)(e,"count",null),(0,qe.Z)(e,"prepareLabel",null),p.destroyed=!0,p.destroyedSlot={campaign:i},n)return a};return hr((t=>{({creation:p,$creationContainer:k}=t),(()=>{(0,qe.Z)(e,"uniqueID",x),(0,qe.Z)(e,"slot",s),(0,qe.Z)(e,"bunch",n),(0,qe.Z)(e,"display",K),(0,qe.Z)(e,"impress",Q),(0,qe.Z)(e,"updateSize",H),(0,qe.Z)(e,"updateContainer",J),(0,qe.Z)(e,"useAlternativeSlot",U),(0,qe.Z)(e,"addDestroyHandler",V),(0,qe.Z)(e,"count",F),(0,qe.Z)(e,"destroy",X),(0,qe.Z)(e,"setError",Y),(0,qe.Z)(e,"prepareLabel",z),(0,qe.Z)(p,"rebuild",o),(0,qe.Z)(p,"config",e),(0,qe.Z)(p,"pvid",(0,ot.Vq)()),(0,qe.Z)(r,"creation",p),(0,qe.Z)(p,"gafSlot",r),b=p.expandable,m=p.type,(0,ar.Z)(`${kr}TYPE${m}`),m===Me.Bm&&s===(S?1:3)&&(0,Ro.Z)("GafAPIMainImpression");const{passed:t}=r,i=Date.now();t&&(r.passedStartTime=i),r.startTime=i})(),(()=>{p.isCommercialBreak=C,ei&&(p.modBlocked=p.mod,p.mod=void 0,p.useAlternativeSlot=!1);const{mod:e}=p;if(e){const t=(0,Vs.Z)(e).sort((e=>ct.includes(e)?-1:1));or(t)&&(p.showLabel=!0),p.mod=t,Ao.Z.mods=Cr(Ao.Z.mods,t),p.modsToLoad=[...t]}})(),vr(p),Zr(p),He(p,p[Vr],p[Br]),g=p[Vr],h=p[Br],v=p.scalable,!v&&S&&!C&&(0,rr.Z)(g)&&(0,rr.Z)(h)&&g>300&&h>50&&(v=!0,p.scalableForced=!0,p.scalable=v),A=(0,Wo.Z)(p.src),p.src=A;const i=sr(p.modsToLoad);if(p.deferredInit=i,i)(0,Ye.ef)(k,Ln.Z);else{const e=tr(p.modsToLoad);m!==Me.rU||e||(0,Rs.Z)({message:kr,path:"NotDeferredInitMod",fileName:(0,Vs.Z)(p.mod).join(","),slot:s,bunch:n,campaign:u},1e3),K()}return Xs(p),e}),e,n,s,r)},ni=()=>{const e=(0,Be.qm)("htmlFile");if(e){const t=(0,j.Z)((0,Be.qm)("htmlWidth"))||300,s=(0,j.Z)((0,Be.qm)("htmlHeight"))||250,n=(0,Be.qm)("pos")||"3",o=(0,Ve.P)(),r=ze("TestCampaign",$e.vb,!0,"TestCreative",""),i=R({delivered:1,campaign:r}),a={bunch:o,slot:n,creations:[{src:e,width:t,height:s,url:"https://reklama.wp.pl/?baner",type:Me.bC,sandbox:je}]};L(i,(()=>{si(a,i)})),(0,Fe.fx)(o,n,i),(0,Ue.Ai)(),(0,Zt.Z)(n)}},oi=new Set,ri=()=>Array.from(oi);var ii=s(1440);const ai=e=>{const{slotsFromPayload:t}=De;if((0,I.Z)(t)){const s=Object.keys(t);(0,Rs.Z)({message:"GafAPI",path:"HeadSlotNumbers",fileName:s.sort().join(",")},1e3),(0,w.Z)(t,((t,s)=>{e[t]&&(e[t]=s)})),De.slotsFromPayload={}}},ci=e=>{(0,I.Z)(e)?(0,w.Z)(e,((e,t)=>{(0,ar.Z)(`GafAPIStatus${e.toUpperCase()}_${t}`)})):(0,ar.Z)("GafAPIStatusEmpty")},li=e=>e?(0,C.Z)("directOnly",(0,C.Z)("sellingModel",e)):0,di=(e,t)=>{let s=[];e&&(({reloadedSlots:s=s}=e),e.reloadedSlots=void 0,R(e),s.push(e)),t.reloadedSlots=s,t.reloaded=s.length},ui="loadScript",pi="timeout",mi=()=>{const e=window,t=e[ui],s=e[pi];if(P.Z.f(t)){const e=(0,cr.xG)();(0,Rs.Z)({message:"AdsFirst",path:"LoadScript"+(s?"WithTimeout":""),fileName:Object.keys(e).sort().join(",")},1e4)}},fi=e=>{const t=e.map((({rate:e,slot:t})=>[t,10*Math.ceil(10*e)]));return Object.fromEntries(t)};var gi=s(4634);const hi="GafAPI";let Ai=!1;Ao.Z.gafDirect=0;const vi=(e,t,s,n,o,r,i)=>{li(s.campaign)&&(e=>{oi.add(e)})(t),di(n,s),s.bidRequestId=r,s.directRate=i,R(s);const{payloadBodies:a}=he(),c=`${e}_${t}`,l=a[c];l&&(L(s,l),a[c]=void 0),o[t]=s},Zi=(e,t,s,n)=>{var o,r;const i=[],a=(0,Fe.fw)("bidRequestId"),c=null==(o=(0,Fe.fw)("directRates"))||null==(r=o.rates)?void 0:r[e];let l={};c&&(l=fi(c)),(0,w.Z)(t,(n=>{const{loadedSlot:o,originalSlot:r}=((e,t,s)=>((0,ht.Z)((0,cr.ni)(e)),{loadedSlot:t[e],originalSlot:s[e]}))(n,t,s);o!==r&&o&&(i.push(n),vi(e,n,o,r,s,a,l[n]))})),n&&i.forEach((e=>{(0,Zt.Z)(e)}))},bi=(e,t,s,n)=>{const o=(0,C.Z)(n,window.WP);if(o){const{bodies:n,data:r}=o;let i;if((0,I.Z)(r)){const{ctx:a,bdd:c,bunches:l}=r,{setPayload:d}=he();(0,qe.Z)(o,"inline",si),d(n),(e=>{e===u?((0,Us.Z)(`${hi}BunchLoadingTime`,`${hi}LoadBunch`,`${hi}BunchLoaded`),Ao.Z.gafDirect=1,Ai||(mi(),Ai=!0),(0,I.Z)((0,cr.xG)())||(0,Rs.Z)({message:hi,path:"SlotNotRegisteredBeforeLoad"},100)):e===m&&(0,ar.Z)(`${hi}HEADExists`)})(s),((e,t)=>{var s,n;if((0,I.Z)(e)){if(t===m){(0,ar.Z)(`${hi}HEADContext`);const{sda:t,rv:s}=e;(0,zs.Z)(t)&&(0,ar.Z)(`${hi}HEADSDAPresent`),"1.1"===s&&((0,ar.Z)(`${hi}HEADNewGAF`),Ao.Z.rv=s)}(0,Fe.ZG)(e)}Ao.Z.isRobot=(0,Fe.fw)("isRobot"),Ao.Z.dfpConfigTs=null==(s=(0,Fe.fw)("dfpConfig"))?void 0:s.timestamp,Ao.Z.maConfigTs=null==(n=(0,Fe.fw)("maConfig"))?void 0:n.timestamp;const o=(0,Fe.K5)();o&&(0,gi.Z)("WPgeo",JSON.stringify(o)),(0,j.Z)((0,Fe.fw)("directOnly"))&&we(!0)})(a,s),((e,t)=>{if((0,I.Z)(e)){const s=e[Object.keys(e)[0]];t===m&&(0,ar.Z)(`${hi}HEADBigData`),(0,Fe.Lh)(s)}})(c,s),(0,I.Z)(l)&&((0,w.Z)(l,((n,o)=>{ci(o.status);const r=(0,Fe.Km)(n),a=(0,Fe.__)(r),c=(0,Fe.__)(o);(0,ii.hX)(c),ai(c),Zi(n,c,a,e),r.ctx=o.ctx;const l=(0,st.ac)("prebid");l&&l.updateCurrency(),(0,I.Z)(c)||(i=`${hi}EmptyBunch${s}`,((e,t)=>{null!=t&&t.advSlots&&t.advSlots.split(",").forEach((t=>{Ot(e,t,void 0,!0)}))})(n,t))})),s===m&&(0,ar.Z)(`${hi}HEADFilled`))}else(0,C.Z)("atrd",window.WP)||(0,le.o)("gafRedir",ce.nu,!0,!0),i=`${hi}Missing${s}`;i&&!(0,Ue.mj)()&&s!==m&&(0,ar.Z)(i),(()=>{const e=Object.keys((0,Fe.bh)());if(e.length>1){const t=e.join(", ");(0,Rs.Z)({message:hi,path:"MultipleBunchesOnView",fileName:t},100,`Two or more bunch ids (REKID) found on the page: ${t}. There should be only one.`,"error")}})()}},wi=e=>{const{timeOrigin:t}=window.performance,s="static"===e?Math.round(t):Date.now();co("slotsStatusStartTime",s)},yi=(e,t,s,n,o)=>{ge(e),(0,xe.n)(t),Pe=s,(e=>{ke=e})(n),(e=>{Ee=e})(o),0===(0,C.Z)("rekid")&&(0,le.o)("rekid",ce.Ey,!0,!0);const{loadPayload:r,init:i}=he();i(),ni();const a=(0,Ae.bB)("adtech","PA-218"),c=(0,ue.fS)("gafBeforePrebid"),l=(0,ue.fS)("gafParallel");De.gafFirst=["A","D"].includes(a)||c,De.gafParallel=["B","E"].includes(a)||l,Se(),(0,de.DN)(wr.Z),wi("static"),se.Z.fill((()=>{const e=r(bi);e&&(De.headSlots=Object.keys(e),Object.assign(De.slotsFromPayload,e))})),P.Z.f(ke)?ke():(Ce.Z.open(),_e.Z.open())};var Si=s(3121),Ci=s(6590);const _i=()=>{(0,w.Z)(Ci.Z,wr.Z)},ki=()=>{(0,Si.aS)((()=>{Se(),oi.clear(),_i(),[Dt,$t,jt].forEach((e=>e.clear())),xt.forEach(((e,t)=>{e.destroy(),xt.delete(t)})),(0,Fe.Iq)(),(0,Fe.Hw)(),(0,tt.RK)()}))};var Ii=s(7952);const Pi=()=>"blackbox"===g.default.subver;var Ei=s(9366);const Ti=()=>/google/i.test((0,Ei.a)()),Oi=()=>{$n.fromGoogle=Ti()&&(0,Z.R)()?"1":"0"},Li=()=>{const e=No();P.Z.f(e.destroySlots)&&e.destroySlots(),Nn.forEach((e=>{e.definedSlot=void 0,e.creation=void 0}))};var xi=s(1603),Di=s(4523);const $i=()=>[[ve.i7,"chr"],[ve.hx,"ff"],[ve.G6,"saf"],[ve.f0,"opr"],[Di.Z,"ie"],[bn.Z,"bot"]].reduce(((e,t)=>t[0]?t[1]:e),"oth")+(ve.mL?"_m":"");var ji=s(9719);const Ri=()=>{if((0,js.XG)()===$e.xb)return(0,ji.G)()},Ni=()=>{Fn({isActive:!1,isMexListening:!0,mexFinishedSlotsCount:0,mexRate:null,mexSlotsRates:[]})},Mi=()=>{const e=(0,ue.fS)("useMex")||(0,es.wV)("mexTestVersion"),t=(0,ue.g1)("mex");if(e&&(0,zs.Z)(null==t?void 0:t.slots)){const e=[67];(0,Z.R)()?e.push(70,71):e.push(80,81);const s=(0,zs.Z)(t.excludedSlots)&&t.excludedSlots||e,n=t.slots,o=t.thresholdToActive||2;Fn({mexExcludedSlots:s,mexSlots:n,thresholdToActive:o,isMexListening:!0}),(0,Si.ME)(Ni)}};var Vi=s(4447);const Bi=()=>(0,ue.fS)("useAmazon")&&!(()=>{const e=(0,ue.CV)("amznConfig"),{disabledGEO:t}=e,s=t||[616];if((0,zs.Z)(s)){const e=JSON.parse((0,S.Z)("WPgeo")),t=(0,Fe.K5)(),n=(null==t?void 0:t.country)||(null==e?void 0:e.country);if(n)return s.includes((0,j.Z)(n))}})();var Ui=s(1606);const Fi=e=>{const{error:t}=$n;t||_e.Z.fill((()=>{const t=(0,st.ac)("prebid"),s=(0,Ui.Z)();if(t&&s){const n=t.restrictAndLimitSlots(e);n.length>0&&s.fetchBids({slots:n},(e=>{const{bids:t}=Jn;(0,zs.Z)(e)&&e.forEach((e=>{e.amzniid.length>0&&t.push(e)}))}))}else(0,ar.Z)("NoAPSOnFetch")}))},qi="AmazonAPI",zi=()=>{const{pubID:e,units:t}=(0,ue.CV)("amznConfig"),{isLoaded:s}=Jn;if(s||!Bi())return!1;if((0,Ui.Z)(),e&&t){const s=()=>{Jn.isError=!0,(0,Ze.Z)(qi,!1)},n=()=>{const n=(0,Ui.Z)();if(n){n.init({pubID:e,adServer:"googletag"},(()=>{})),Jn.isLoaded=!0,(0,Ze.Z)(qi,!0),Fi(t);const s=()=>{(0,Vi.nj)()&&Fi(t)};(0,Si.ME)(s)}else s()};(0,_t.Z)({withMeasurement:qi,id:"apstag",src:"//c.amazon-adsystem.com/aax2/apstag.js",onLoad:()=>{n()},onError:s})}};var Gi=s(3448);const Hi=()=>{se.Z.fill((()=>{if((0,Gi.Z)(755,[1])){const e="gpt";(0,Ro.Z)("GamAPILoad"),(0,_t.Z)({withMeasurement:"GPT",id:e,src:"https://securepubads.g.doubleclick.net/tag/js/gpt.js",onError:()=>{(0,le.o)(e),$n.error=!0,xi.Z.open()},onLoad:()=>{$n.loaded=!0}}),zi()}}))},Wi=({slot:e})=>{const t=e.getAdUnitPath();return{gafData:Mn(t),placement:t}},Ki=(e,t,s)=>{const{lineItemId:n,isEmpty:o,advertiserId:r}=e;if(o);else if(!n||!s)return n&&4667386944===r?bs.st:bs.Vm},Ji=(e,t,s)=>{if((0,zs.Z)(t))if(e)s(1,1);else{const e=(0,j.Z)(t[0]),n=(0,j.Z)(t[1]);e>1&&n>1?s(e,n):setTimeout((()=>{s(0,0)}),500)}},Qi="GamAPI";let Yi=!1;const Xi=e=>{const{gafData:t,placement:s}=Wi(e);if(t){const{slot:n,creation:o,setNative:r,passbackAfterRender:i,isInterstitial:a,isAnchor:c,isNative:l}=t,{config:d,gafSlot:u,rebuild:{container:p}}=o,{updateSize:m,impress:f,addDestroyHandler:g}=d,h=Ki(e,s,i);if(t.rendered=Date.now(),clearTimeout(t.timeout),t.timeout=void 0,Yi||((0,Ro.Z)("GAMFirstRender"),Yi=!0),(0,an.Z)(n)&&(0,Us.Z)(`${Qi}Timing${n}`,`${Qi}Load`,`${Qi}Impression${n}`),h){if(u.vendor=h,l)r&&(r({type:"teaserHide"}),g((()=>{r({type:"teaserShow"})})));else{const{size:t}=e;Ji(a||c,t,m)}f(),Wn("dfp_notempty",t)}else Xn(t,"empty");(e=>{Xe&&(0,Ye.ef)(e,Xe)})(p)}else(0,Rs.Z)({message:Qi,path:"MissingGAMData",fileName:s},100,"Missing GAM data.","error")};let ea=!1;const ta=e=>{const{gafData:t,placement:s}=Wi(e);t&&(ea||((0,Ro.Z)("GAMFirstRequest"),ea=!0),t.requested=Date.now(),t.timeout=setTimeout((()=>{t.rendered||(t.timeouted=!0,Wn("dfp_norender",t))}),3e3))},sa=e=>{const{gafData:t,placement:s}=Wi(e);t&&(t.responded=Date.now())},na={},oa="GamAPI",ra=()=>{const e=()=>{(0,Us.Z)(`${oa}LoadingTime`,`${oa}Init`,`${oa}Loaded`),(0,Ze.Z)(oa,!0);const e=Ri(),t=No(),s=t.pubads();s.setTargeting("browser",$i()),s.setTargeting("stid",((0,Ii.Rn)()||"").slice(0,10));const n=ir()?"1":"0";if(s.setTargeting("wpmext",n),(0,js.OT)()||Pi()){const{href:e}=na;e&&s.set("page_url",e)}e&&s.setPublisherProvidedId(e),t.enableServices(),s.addEventListener("slotRequested",ta),s.addEventListener("slotResponseReceived",sa),s.addEventListener("slotRenderEnded",Xi),(0,Si.aS)((()=>{Oi(),Li()})),Mi(),xi.Z.open()},t=()=>{(0,Ze.Z)(oa,!1),xi.Z.open()};(0,te.uD)()||(xi.Z.close(),Oi(),(0,pe.$T)("gpt-tag-load"),(0,pe.$T)("gpt-first-ad-request"),(0,pe.$T)("gpt-first-ad-render"),(0,Ro.Z)(`${oa}Init`),(0,Z.R)()||(Xe=(0,Ye.cu)("gptMaxWidth",{"overflow!":"hidden","maxWidth!":980})),Fo(e,t),Hi())},ia=(e,t,s,n)=>{const o=[];return(0,w.Z)(e,((e,r)=>{let i=Object.assign({},r);t&&(i=t(i)),s&&(i[s]=n?(0,j.Z)(e.replace(/\D/g,"")):e),o.push(i)})),o},aa=e=>{const t=Object.create(null);return e.run&&(e.viewed?(e.missing&&(0,cs.Z)("Ad viewed with incorrectly set 'missing' flag.",!0),e.missing=0):e.error=1),(0,w.Z)($,((s,n)=>{e[s]&&(t[n]=e[s])})),t},ca=(e,t)=>{if(P.Z.o(e)){const s={};return(0,w.Z)(e,((e,n)=>{n&&!e.startsWith("__")&&"unknown"!==n&&"undefined"!==n&&(P.Z.u(t)||Array.isArray(t)&&!t.includes(e))&&(s[e]=n)})),s}},la=e=>"auto"===e||e===Ge?-1:0,da=(e,t)=>{const s=(null==e||null==e.toJSON?void 0:e.toJSON())||e;if(!(0,I.Z)(s))return void(0,cs.Z)("Incorrect rect object.",!0);const{x:n,y:o,width:r,height:i}=s,a={w:(0,tn.Z)(r)?Math.round(r):la(r),h:(0,tn.Z)(i)?Math.round(i):la(i)};if(t)if((0,as.Z)(n)&&(0,as.Z)(o)){const e={x:Math.round(n),y:Math.round(o)};Object.assign(a,e)}else(0,cs.Z)("Incorrect position coordinates.",!0);return a},ua=(e,{percent:t,state:s})=>(null!=s&&s.vt&&(e[t]=Math.min(s.vt,5)),e),pa=e=>ca(e,Es.wu),ma=(e,t,s)=>{const n=t.viewability;if(J._x){const n=t.container;if(n){const o=n.getBoundingClientRect(),r=Ci.Z[s],i=null==r?void 0:r.element;if(null!=i&&i.contains(n)){const t=i.getBoundingClientRect();e.plr=da(t)}if(!i){const t=n.parentNode;if(t){const s=t.getBoundingClientRect();e.ptr=da(s)}}e.br=da(t.campaign.creative),e.cr=da(t),o&&(e.r=da(o,!0)),(0,tn.Z)(t.impressionTiming)&&(e.tm=Math.round(t.impressionTiming))}}if(n){const t=n[Qe.OI],s=n[Qe.$F];(0,zs.Z)(t)&&s&&(s.vta=t.reduce(ua,{}));const o=Object.assign({},n);delete o[Qe.OI];const r=ia(o,pa);r.length&&(e.vab=r)}},fa=()=>{const e=[];return(0,w.Z)((0,Fe.bh)(),((t,s)=>{if(s){const n=(0,Fe.__)(s),o=Object.create(null);o.id=(0,j.Z)(t);const r=ia(n,aa,"id",!0);r.forEach((e=>{const t=e.id,s=n[t];s&&ma(e,s,t)})),(0,w.Z)(n,((e,t)=>{t.reloadedSlots&&t.reloadedSlots.forEach((t=>{const s=Object.create(null);s[e]=t;const[n]=ia(s,aa,"id",!0);ma(n,t,e),r.push(n)}))})),null!=r&&r.length&&(o.slots=r,e.push(o))}})),e},ga=new Map,ha=e=>{if((0,rs.Z)(e)){const t=(ga.get(e)||0)+1;return ga.set(e,t),t}};var Aa=s(6792),va=s(967),Za=s(8700),ba=s(6679);const wa=e=>{const t=[];return(0,I.Z)(e)&&(0,w.Z)(e,((e,s)=>{if((0,I.Z)(s)){const n=[],o={};o.id=(0,j.Z)(e),(0,w.Z)(s,((e,t)=>{const s={},o=[];s.id=(0,j.Z)(e),s.vab=o,(0,w.Z)(t,((e,t)=>{const s=ca(t,Es.wu);(0,I.Z)(s)&&o.push(s)})),o.length&&n.push(s)})),n.length&&(o.slots=n,t.push(o))}})),t};let ya;const Sa=()=>{const e=fa(),t=wa((0,Aa.Z)()),s=Object.create(null);if((0,zs.Z)(e)&&(s.bunches=e),(0,zs.Z)(t)&&(s.video=t),(0,I.Z)(s)){J._x&&(s.viewport={scroll:Math.round((0,Za.Z)().top),width:(0,ba.Z)(),height:(0,va.Z)()});const e=JSON.stringify(s);if(e!==ya)return ya=e,s.counter=ha((0,ot.Vq)()),JSON.stringify(s)}};var Ca=s(975),_a=s(5216),ka=s(6217),Ia=s(7595);const Pa=(e,t)=>{let s="fsc.gif?";s=(0,Ar.Z)(s,"SN",(0,Rt.W_)()),s=(0,Ar.Z)(s,"action","inventory2");const n={useBeacon:(0,Ia.Z)(t),off:!(0,_a.Z)("fsc")};return(0,ka.Z)(s,"inventory",e,n)};let Ea,Ta;const Oa=({type:e}={})=>{const t=Sa();t&&Pa(t,e)},La=()=>{clearTimeout(Ta),Ta=setTimeout(Oa,Ea)},xa=()=>{Ds=La,Ca.Z&&(Ea=(0,Z.R)()?2e3:4e3,J._x&&(0,et.Um)(Oa),(0,et.hT)(Oa),(0,et.vv)(Oa),(0,et.uU)(Oa),(0,et.mc)(Oa,!0),(0,Si.aS)(Oa,!0))},Da=new Map,$a=(e,t,s)=>{const n={timeoutId:setTimeout((()=>{P.Z.f(s)&&s(),Da.get(e).hasFired=!0}),t),hasFired:!1};Da.set(e,n)},ja=()=>Da,Ra=()=>{Da.forEach((({timeoutId:e},t)=>{clearTimeout(e),Da.delete(t)}))};let Na;const Ma=e=>{Ra(),Na=e},Va=()=>Na,Ba=({vendor:e,campaign:t})=>{var s,n;const o=null==t||null==(s=t.creative)||null==(n=s.source)?void 0:n.external,r=bs.vC===e,i=bs.$M===e;return!(!o&&i)&&!r},Ua=(0,Be.qm)("asrTimeout"),Fa=(e,t)=>{const{dfpConfig:s,passedDfpConfig:n,hasAsrFinished:o,reloaded:r}=t,{hasToHaveBids:i,slots:a=[],limit:c={}}=(0,ue.g1)("asr")||{};if((c.isUsed||(0,es.wV)("limitTestVersion"))&&r>=c.count)return!1;const l=!(!s&&!n),d=(0,ve.X2)()?[3,5,7,50]:a,u=(0,es.wV)("oldAsrTestVersion");let p=!i||u;if(i&&!u){const s=(0,st.ac)("prebid"),n=null==s||null==s.getHighestBid?void 0:s.getHighestBid(e),r=(0,I.Z)(n);if(r||!o){const{asrWithBidsTestVersion:e}=(0,ue.g1)("testConfig");p=!e||(0,es.wV)("asrWithBidsTestVersion"),o||r||(t.hasAsrFinished=!0)}}return(d.includes(e)||!!Ua)&&l&&p&&Ba(t)},qa=(e,t,s)=>{if(Va())return;const{dfpConfig:n,passedDfpConfig:o,hasAsrFinished:r,lazy:i}=s,a=(0,vt.Z)(n||o),{placement:c,roshash:l}=a,d=(0,Fe.fw)("rshsd"),u=ps(l,d),p=us(u);c.includes("_asr")||(a.placement=`${c}_asr`),a.targeting={emptygaf:"0",DFPHASH:p};const m=R({isAsr:1,delivered:1,lazy:i,dfpConfig:a,hasAsrFinished:r});di(s,m),(0,Fe.fx)(e,t,m),(0,Zt.Z)(t)},za=(e,t)=>{const{extraViewability:s={}}=(0,ue.g1)("asr")||{},n=Fa(e,t),o=Va(),r=(0,es.wV)("asrWithExtraViewabilityVersion")||s.isUsed,i=(0,es.wV)("asrWithExtraViewabilityMeasureOnceVersion")||s.isMeasureOnceUsed;if(!n||o)return;const{creation:a}=t,{rebuild:{holder:c},config:{bunch:l}}=a,d=ro(),u=r&&!i,p=r&&i&&!t.reloaded,m=u||p,f=()=>{if(!a.destroyed){const n=()=>{qa(l,e,t)};let o;if(m){const t=ja(),r=()=>t.get(e).hasFired;o=(0,xs.MA)(n,r,s.time,!s.isCumulativeDisabled)}else o=(0,xs.MA)(n);(0,sn.Z)(c,[o],`${Qe.bH}_${e}`)}};m?(f(),$a(e,d)):$a(e,d,f)},Ga=()=>{(0,de.W3)(za),(0,Si.uz)("page:close",Ra),Ma(!0)},Ha=()=>{const e=(0,ue.fS)("useAsr"),t=(0,es.wV)("asrTestVersion"),s=(0,Be.qm)("asrTimeout");(t||s)&&(()=>{const{timeout:e}=(0,ue.g1)("asr"),{version:t}=(0,es.Uu)()||{};oo=(0,I.Z)(e)?e[t]||e.default||no:e||no})();const n=e||t||s||(0,ve.X2)(),o=(0,te.mv)(),r=Pi();!n||o||r||(Ma(!1),(0,de.sv)(za),(0,Si.aS)(Ra))};var Wa=s(2971);const Ka=()=>{const e=qn().mexFinishedSlotsCount+1;return Fn({mexFinishedSlotsCount:e}),e},Ja=(e,t,s)=>{const{isMexListening:n,mexSlots:o,mexSlotsRates:r,thresholdToActive:i,mexExcludedSlots:a}=qn(),c=o.includes(e)&&!a.includes(e);if(n&&c){const e=Ka();if(t===bs.Vm){const e=ps(s);r.push(e)}if(r.length>=i){const e=r.reduce(((e,t)=>e+t))/i;return void Fn({mexRate:e,isActive:!0,isMexListening:!1})}r.length+(o.length-e)>=i||zn()}},Qa=(e,{vendor:t=bs.vC})=>{const s=Is("wnP",e,t),n=lo("slotsStatusStartTime"),o=lo("timeout");if(s){s.wnP,bs.vC;const t=(0,st.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}=Gt;i&&(s.first=1),Gt.isFirst=!1,Ja(e,s.wnP,s.dfp_dfpH),(0,Wa.Z)(s),r||s.disabled||(0,fs.Z)("slotStatus",s),a||Kt(e)}},Ya=()=>{const e=Pi();Gt.isBlackBox=e,Gt.disabled=e||(0,ue.fS)("slotStatusDisable"),(0,Si.ME)(wi),(0,Si.SG)(wi),(0,Si.aS)(Qt),(0,de.wN)(Qa)};var Xa=s(2978),ec=s(4677),tc=s(1747),sc=s(8393);const nc=(0,Be.qm)("forceSync"),oc="WPs2shash";let rc={};const ic=()=>Math.round(Date.now()/6e4),ac=({dsp:e})=>{const t=rc[e]||0,s=ic();if(nc||s-t>0)return!0},cc=()=>{try{return window.top.location.hostname}catch(e){return(0,Qs.Z)(document.referrer).hostname||""}},lc=()=>(0,pt.Z)({inver:(0,js.XG)()!==$e.xb?(0,js.XG)():"",host:cc()},!1,!0),dc=(e="",t="",s=0,n="")=>`https://ssp.wp.pl/bidder/usersync/setuid?${ft(s,n)}&${lc()}&${(0,pt.Z)({bidder:e,uid:t},!1,!0)}`,uc=(e,t,s)=>{const n=(0,Ii.Rn)(),o=[{name:"gopl",vendor:690,src:`https://m.goadservices.com/match/wp?id=sspBC&pid=${n}`},{name:"rtbhouse",vendor:16,src:`https://creativecdn.com/cm-notify?${(0,pt.Z)({pi:"wppbsrv"})}&${ft(e,t)}`},{name:"triplelift",vendor:28,src:`https://eb2.3lift.com/getuid?${(0,pt.Z)({gdpr:(0,mt.Z)(e),cmp_cs:t,us_privacy:"",redir:encodeURIComponent(dc("triplelift","$UID",e,t))})}`},{name:"pubmatic",vendor:76,src:`https://image8.pubmatic.com/AdServer/ImgSync?${(0,pt.Z)({p:"62652",pu:encodeURIComponent(`https://image4.pubmatic.com/AdServer/SPug?${(0,pt.Z)({partnerID:"62652",pmc:"PM_PMC",pr:encodeURIComponent(dc("pubmatic","#PMUID",e,t))})}`)})}&${ft(e,t)}`},{name:"rubicon",vendor:52,src:`https://pixel.rubiconproject.com/exchange/sync.php?${(0,pt.Z)({p:"pbs-grupapolska"})}&${ft(e,t)}`},{name:"ix",vendor:10,src:`https://ssum.casalemedia.com/usermatchredir?${(0,pt.Z)({s:"184932",cb:encodeURIComponent(dc("ix","",e,t))})}`},{name:"openx",vendor:69,src:`https://rtb.openx.net/sync/prebid?${(0,pt.Z)({r:encodeURIComponent(dc("openx","${UID}",e,t))})}`},{name:"adnxs",vendor:32,src:`https://ib.adnxs.com/getuid?${encodeURIComponent(dc("adnxs","$UID",e,t))}`},{name:"smartssb",vendor:45,src:`https://ssbsync-global.smartadserver.com/api/sync?${(0,pt.Z)({callerId:5,us_privacy:"",redirectUri:encodeURIComponent(dc("smartssb","[ssb_sync_pid]",e,t))})}&${ft(e,t)}`},{name:"adform",vendor:50,src:`https://cm.adform.net/cookie?${(0,pt.Z)({redirect_url:encodeURIComponent(dc("adform","$UID",e,t))})}`},{name:"connectad",type:"iframe",vendor:138,src:`https://cdn.connectad.io/connectmyusers.php?${(0,pt.Z)({gdpr:(0,mt.Z)(e),consent:t,cb:encodeURIComponent(dc("connectad","",e,t))})}`},{name:"stroeerCore",type:"iframe",vendor:137,src:`https://js.adscale.de/pbsync.html?${ft(e,t)}&${(0,pt.Z)({redirect:encodeURIComponent(dc("stroeerCore","",e,t))})}`},{name:"visx",vendor:154,src:`https://t.visx.net/s2s_sync?${ft(e,t)}&${(0,pt.Z)({redir:encodeURIComponent(dc("yoc_visx","${UUID}",e,t))})}`},{name:"oftmedia",vendor:1111,src:`https://sync.ortb.152media.info/csync?${(0,pt.Z)({redir:encodeURIComponent(dc("oftmedia","${uid}",e,t))})}`},{name:"onetag",type:"iframe",vendor:241,src:`https://onetag-sys.com/usync/?${ft(e,t)}&redir=${encodeURIComponent(dc("onetag","${USER_TOKEN}",e,t))}`}];if(s){o.push({name:"oftmedia_adkernel",type:"iframe",vendor:14,src:`https://sync.adkernel.com/user-sync?${(0,pt.Z)({zone:177545,r:encodeURIComponent(dc("oftmedia_adkernel","{UID}",e,t))})}&${ft(e,t)}`});const s=(0,Be.qm)("redirect");s&&n&&o.unshift({name:"prebidserver",vendor:676,src:s.replace("$UID",n)})}return o};var pc=s(4211);const mc=(e,t)=>{const{loadStart:s}=e,n=Date.now()-s;return Object.assign(e,{error:t,timeToResourceLoad:n})},fc=e=>new Promise((t=>{if(P.Z.o(e)){const{src:s,dsp:n,type:o="image"}=e;switch(e.cookie=X.C[n],e.loadStart=Date.now(),o){case Me.bC:(0,pc.Z)({src:s,onLoad:()=>{t(mc(e,0))},onError:()=>{t(mc(e,1))},onTimeout:()=>{t(mc(e,2))},timeout:2e3});break;case Me.Bm:(0,re.Z)({src:s,onLoad:()=>{t(mc(e,0))},onError:()=>{t(mc(e,0))},onTimeout:()=>{t(mc(e,2))},timeout:1500});break;default:t(mc(e,1))}}}));var gc=s(6342);let hc;const Ac=e=>{const t=e.returned||e.value;if(t){const e=(0,oe.Z)(t.cookie);e||(t.error=1);const{error:s,dsp:n,loadStart:o,timeToResourceLoad:r,type:i="image"}=t,a=o-hc;((e,t)=>{const s=ic(),n=(0,rs.Z)(t)?1440:60;rc[e]=s+n})(n,e),J.b4&&(0,fs.Z)("atfd_sync",{vendor:n,slotState:s,duration:r,timeStart:a})}},vc=async e=>{const t=[];return await(0,gc.Z)(e.map((e=>()=>{const s=(async e=>Promise.allSettled(e.map((e=>fc(e)))))(e);return s.then((e=>{e.forEach((e=>{Ac(e),t.push(e)}))})),s}))),t},Zc=async(e,t)=>{hc=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 vc(s);t()},bc=(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=uc(e,t,n).map(o).filter(Boolean).filter(ac);s.length&&Zc(s,(()=>{(()=>{const e=(0,tc.M)(rc);ee.pt||(0,gi.Z)(oc,e),sc.default.set(oc,e,(()=>{}))})()}))},sc.default.get(oc,(e=>{let t=e.value;t||ee.pt||(t=(0,S.Z)(oc)),rc=(0,tc.C)(t)||{},r()}))},wc=()=>{const e=(0,dt.zC)(),t=(0,dt.do)();bc(e,t,Gi.Z)},yc=()=>{const e=(0,Be.qm)("forceSync"),t=[Xa.BB,Xa.bL,Xa.Uk,Xa.Uv];(!(0,te.FJ)()&&!(0,te.IK)()&&(0,Xa.rS)(t)||e)&&se.Z.fill((()=>{((0,Gi.Z)(676,[1,2,3,4,7])||e)&&ec.Z.fill((()=>{xi.Z.fill(wc)}))}))};var Sc=s(1425),Cc=s(8994);const _c=new Map;g.default.registeredPlayers=_c;const kc={registration:new Set,unregistration:new Set};g.default.playerHandlers=kc;const Ic=e=>{const t=_c.get(e);if(t)return _c.delete(e),kc.unregistration.forEach((s=>{s(t,e)})),!0},Pc=(e,t)=>{if((e=>{if(P.Z.o(e)&&P.Z.b(e.autoplay)&&P.Z.b(e.forceSound))return!0})(e)&&(0,eo.Z)(t)&&!_c.has(t))return _c.set(t,e),kc.registration.forEach((s=>{s(e,t)})),!0},Ec=(e,t)=>{const s=kc[e];if(P.Z.f(t)&&!s.has(t))return s.add(t),!0},Tc=(e,t)=>{const s=kc[e];if(P.Z.f(t)&&s.has(t))return s.delete(t),!0},Oc=e=>Ec("unregistration",e),Lc=e=>{if(Ec("registration",e))return _c.forEach(((t,s)=>{(0,eo.Z)(s)&&e(t,s)})),!0},xc=e=>Tc("unregistration",e),Dc=e=>Tc("registration",e),$c=e=>(...t)=>{s.e(345).then(s.bind(s,9055)).then((({default:s})=>{s[e](...t)})).catch((e=>{console.error(e)}))},jc=$c("dismissSlots"),Rc=$c("dismissPlaceholders"),Nc=$c("exposeSlots"),Mc=$c("exposePlaceholders"),Vc=$c("getDFPConfig");document.addEventListener("keydown",(e=>{e.ctrlKey&&(96===e.which&&jc(),110===e.which&&Nc())}));var Bc=s(5131);const Uc=()=>{(0,Cc.vi)("s2s_name"),(0,Cc.vi)("s2s_incld"),(0,Cc.vi)("s2s_xcld");const e=(0,es.ju)();e&&((0,Cc.ie)("s2s_name",e.name),(0,Cc.ie)("s2s_incld",e.include),(0,Cc.ie)("s2s_xcld",e.exclude)),(0,Rt.y1)("^tech")&&(0,Cc.ie)("whbid-test",1)};var Fc=s(9634);const qc=()=>"wifi"===(null==Fc.Z?void 0:Fc.Z.type);var zc=s(5313),Gc=s(6934),Hc=s(4464),Wc=s(5330);const Kc=Object.create(null);g.default.serverSideTargeting=Kc;const Jc="WPgtss",Qc=["highLayout","layout","fledge","tVersion","abtest","PWA_adbd"],Yc=()=>{const e=(0,Cc.hf)(),t=Object.fromEntries(Object.entries(e).filter((([e])=>Qc.includes(e)))),s=(0,pt.Z)(t);(0,rs.Z)(s)?(0,Wc.Z)(Jc,s):(0,Hc.Z)(Jc)},Xc=()=>{var e;const{location:t}=window,s=(0,f.ZF)("ccategory");return Uc(),(0,Cc.ie)("phtml",t.hostname+t.pathname),(0,Cc.ie)("phash",t.hash.slice(1)),(0,Cc.ie)("amp",(0,ve.Rf)()&&1),(0,Cc.ie)("abtest",(0,Ae.KF)(),!0),(0,Cc.ie)("PWAref",null==(e=(0,Ei.a)())?void 0:e.replace(/https?:\/\//,""),!0),(0,Cc.ie)("PWA_adbd",(0,Bc.pB)()),(0,Cc.ie)("darkmode",(0,go.Z)(),!0),(0,Cc.ie)("pds",(0,io.Y)()),(0,Cc.ie)("highLayout",(0,zc.Z)()),(0,Cc.ie)("layout",(0,f.ZF)("layout"),!0),(0,Cc.ie)("wifi",qc()&&1),(0,Cc.ie)("fledge",(0,ho.Z)()&&1),(0,Cc.ie)("reloaded",(0,Vn.r)()&&1),(0,Cc.ie)("navType",(0,f.ZF)("navType"),!0),(0,Cc.ie)("ctab",(0,f.ZF)("ctab"),!0),(0,Cc.ie)("chId",(0,f.ZF)("chId"),!0),(0,Cc.ie)("cc",Cr(fo()).join(","),!0),(0,Cc.ie)("ctype",(0,f.ZF)("ctype"),!0),(0,Cc.ie)("cview",(0,f.ZF)("cview"),!0),(0,Cc.ie)("ciab",(0,f.ZF)("ciab"),!0),(0,Cc.ie)("ccategory",s&&(0,Gc.Z)(s),!0),(0,Cc.ie)("REKtagi",(()=>{if(!(0,ve.KD)())return(0,Vi.C)()?(0,po.J1)():(0,po.Ut)()})(),!0),(0,Ae.zK)("application","PA-437")&&Yc(),(0,Cc.hf)()},el=(e,t,s,n)=>{const o=Ao.Z.rv||"1",r=(0,Be.qm)("rvTest")||o,i=Object.create(null);return i.rv=r,i.sn=(0,Rt.W_)(),i.pvid=(0,ot.Vq)(),n?i.rekid=t:i.rekids=t,Object.assign(i,Xc(),s,(0,Be.Kp)()),e+(0,pt.Z)(i,!0)},tl=(e,t,s)=>{if((0,te.Yw)())return;const n=e||(0,Ve.P)();return el(t,n,s,!0)},sl=(e,t)=>tl(e,"https://rek.www.wp.pl/aad.xml?",t),nl=(e,t)=>tl(e,"https://rek.www.wp.pl/vad.xml?",t),ol=e=>{const t=(0,Fe.cT)("rpm");return null==t?void 0:t[e]};var rl=s(3871);const il=[];g.default.loadHandlers=il;let al=!1;const cl=()=>{for(al=!0;il.length;)il.shift()()},ll=e=>{P.Z.f(e)&&il.push(e),al&&cl()};var dl=s(7795),ul=s(1775);const pl=[[p,5,500],[u,1,1e3]],ml=Object.fromEntries(pl.map((([e])=>[e,{}]))),fl=Object.fromEntries(pl.map((([e,t])=>[e,t]))),gl=Object.fromEntries(pl.map((([e,,t])=>[e,t]))),hl=pl.map((([e])=>e));pl.forEach((([e])=>{ul.Z[e]=0})),g.default.gafRequestStore=ml;const Al=(e,t)=>{if(!hl.includes(e))return void(0,cs.Z)("Unknown GAF request type given to request-store",!0);let s=!0;const n=`${t}`,o=(0,ot.Vq)(),r=ml[e],i=r[o]||{},a=i[n]||{},{requests:c=0,lastRequest:l=0}=a,d=Date.now(),u=d-l<gl[e];return a.lastRequest=d,u&&(a.requests=c+1,a.requests>=fl[e]&&((0,Rs.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||(ul.Z[e]+=1),s},vl="GafAPI";let Zl=(0,j.Z)((0,Be.qm)("lockApp")),bl=(0,C.Z)("wp_gaf_targeting");const wl=(e,t,s)=>{Al(e,t);s()},yl=(e,t,s,n,o=u)=>{if((0,ar.Z)(`${vl}BunchLoaded`),Zl&&((e=>{const t=window,s=t[ui],n=t[pi];if(P.Z.f(s)){let o;clearTimeout(n),t[ui]=()=>{},t[`_${ui}`]=s;const r=()=>{clearTimeout(o),s()};t[`__${ui}`]=r,e&&(o=setTimeout(r,e))}})(Zl>1?Zl:0),Zl=!1),(0,Ue.mj)()||(0,te.I)()||bl)return bl=void 0,void(P.Z.f(t)&&(0,et._k)((()=>{t((0,Fe.bh)())})));(0,dl.Z)((0,Ve.P)())&&(e?(0,Ve.q)(e):(0,Rs.Z)({message:vl,path:"NoGlobalBunchID",fileName:e}));const r=e||(0,Ve.P)();if(!r)return 0===r&&(0,le.o)("rekid",ce.Ey,!0,!0),void(0,Rs.Z)({message:vl,path:"NoBunchID",fileName:e});const i=()=>{o===u&&(0,Ro.Z)(`${vl}LoadBunch`),((e,t,s,n=(0,ws.Z)(),o)=>{const r=(0,it.Nu)(8,36,!0),i=(0,ws.Z)();if((0,qe.Z)(window.WP,r,i),(0,qe.Z)(i,"bodies",(0,ws.Z)()),o===u){const{headSlots:e}=De;(0,zs.Z)(e)&&(n.excSlots=e.map((e=>ls(e))).join(","),De.headSlots.length=0)}let a=el("https://rek.www.wp.pl/gaf.js?",e,n);a=(0,Ar.Z)(a,"spin",r),a=(0,Ar.Z)(a,"bcv",2),(0,_t.Z)({withMeasurement:vl,src:(0,rt.mess)(a),remove:!0,crossorigin:"use-credentials",onLoad(){bi(s,n,o,r),cl(),P.Z.f(t)&&t((0,Fe.bh)())},onError(){(0,ar.Z)(`errorGAF${o}`)}})})(r,t,s,n,o)},a=()=>{ec.Z.fill(i)};se.Z.fill((()=>{De.gafFirst||De.gafParallel?a():_e.Z.fill(a)}))},Sl=(e,t,s,n)=>{const o=(0,Vs.Z)(t).sort();if((0,zs.Z)(o)){const t=(0,ws.Z)();t.advSlots=o.map((e=>ls(e))).join(","),wl(p,[e,n,o],(()=>yl(e,s,n,t,p)))}},Cl=(e,t,s)=>{wl(u,[e,s],(()=>yl(e,t,s)))},_l=(e,t)=>{Sl(e,t,!1,!0)},kl=e=>{Cl(e,!1,!0)},Il="WPldclk";let Pl=!1,El=0;const Tl=e=>{if(li(e)){const e=Date.now();El=e,Pl=!0,sc.default.set(Il,e)}},Ol=()=>((()=>{const e=new Date(El);return Date.now()-e>36e5})()&&(sc.default.remove(Il),Pl=!1,El=0),Pl),Ll=()=>new Promise((e=>{sc.default.get(Il,(({value:t})=>{e(t)}))})).then((e=>!!e&&(El=(0,j.Z)(e),Pl=!0,!0))),xl=()=>{(0,Si.ME)(Ll),Ll(),Ie=Tl},Dl=()=>(0,vt.Z)(De),$l=(e=2,t={})=>{const n=(0,j.Z)(e),{cappingPeriod:o,setNative:r}=t;if((0,Rs.Z)({message:"GafAPI",path:"registerCommercialBreak",slot:n,fileName:`${o}:${typeof r}`},1e4),(0,Tt.Z)(n,e))return;De.commercialBreak=Object.assign({},t);const i=()=>{(e=>{const t=il.indexOf(e);t>-1&&il.splice(t,1)})(i),s.e(831).then(s.bind(s,5718)).then((({default:e})=>{e(n,t)})).catch((e=>{(0,Q.Z)(e,"CommercialBreak")}))};ll(i)};var jl=s(8488),Rl=s(8842),Nl=s(9610);const Ml="Placeholders",Vl=(0,Be.qm)("placeholders"),Bl=(0,Ye.cu)("placeholder",Vl&&{height:3,border:"3px orange solid",borderRadius:3,boxSizing:"border-box"}),Ul=(0,Ye.cu)("anchor"),Fl={width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:-1},ql=(e,t,s={})=>{const n=(0,j.Z)(e);if((0,Tt.Z)(n,e))return;const o=Object.assign({},s),r=Ci.Z[n],i=null==r?void 0:r.element,a=Ml+n;i&&(0,Ye.ef)(i,(0,Ye.cu)(a));const c=(0,jl.Z)(t);if(c){if(i&&i!==c&&((0,Ye.jo)(a),(0,Ye.Vx)(!0)),(0,eo.Z)(c)&&c!==(0,Go.Z)()){o.element=c;return"sticky"===(0,Rl.Z)(c).position&&(o.stickyOnInit=!0,(0,Rs.Z)({message:Ml,path:"StickyOnInit",slot:n},1e4)),Ci.Z[n]=o,(0,Ye.Cj)(c,(0,Ye.cu)(a)),(0,Ye.Cj)(c,(0,Ye.cu)(Ml)),(0,Ye.Cj)(c,Bl),(0,Ye.cu)(`${a} [${Ul}]`,Fl),(0,Nl.Z)(c)||(0,Rs.Z)({message:Ml,path:"NodeNotVisible",slot:n},1e3,`Given node for placeholder ${n} is not VISIBLE.`,"error"),c}(0,Rs.Z)({message:Ml,path:"NodeNotInDocument",slot:n},1e3,`Given node for placeholder ${n} is not a valid HTMLElement or it is not in DOM.`,"error")}};var zl=s(5435),Gl=s(4564),Hl=s(9951),Wl=s(9175),Kl=s(4192),Jl=s(8983);const Ql="top",Yl="bottom",Xl="white",ed=(e,t,s)=>{const n=(0,Ae.bB)("adtech","PROSGWP-7600");if(["A","B","C"].includes(n))return;const o=(0,j.Z)(e);if((0,Tt.Z)(o,e))return;let r,i,a=!1;const{onImpression:c,onClose:l,cappingPeriod:d=6,scrollOffset:u=200,closeOffset:p=0,position:m=Ql,waitForSlot:f=!1}=s;De.stickyAds={onImpression:c,onClose:l,cappingPeriod:d,scrollOffset:u,closeOffset:p,position:m,waitForSlot:f},i=u,(0,Rs.Z)({message:"GafAPI",path:"registerSticky",slot:o,fileName:`${d}:${u}:${m}:${t}`},1e4);const g=[Ql,Yl].includes(m)?m:Ql,h={[Ql]:{borderRadius:"0 0 6px 6px",transform:"translateY(-99%)"},[Yl]:{borderRadius:"6px 6px 0 0",transform:"translateY(99%)"}},A="saplchldr"+g,v="saclsr"+g,b=(0,Z.R)(),w=(0,Ue.nB)(),y=b?8:15,S=`0 0px ${y}px 0 rgba(0, 0, 0, 0.25)`,{borderRadius:C,transform:_}=h[g];if(w)(0,Wl.Z)(zl.Z);else if(d){const e=(0,j.Z)((0,oe.Z)(zl.Z));if(e){const t=new Date(e);(0,ie.Z)(zl.Z,t.getTime(),t)}}const k=(0,Zn.Z)(),I=(0,Zn.Z)(),E=()=>{(0,fs.Z)("stickyAds",{event:"quit",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f})},T=()=>{(0,et.vS)("beforeunload",E)},O=()=>{(0,et.vS)("scroll",M),(0,et.vS)("scroll",R),(0,de.Y4)($),(0,de.Y4)(V),T()},L=()=>{O(),a&&(a=!1,P.Z.f(l)&&l(),(0,Jl.Z)(o),I.remove(),r.removeEventListener("click",x),r.remove(),(0,Ye.jo)(A),(0,Ye.jo)(v),(0,Ye.Vx)())},x=()=>{(0,fs.Z)("stickyAds",{event:"close",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L()},D=()=>{L(),(0,Si.uz)("page:close",D)},$=(e,t)=>{if(T(),o===e){const{creation:e,vendor:s}=t;if(e&&!e.destroyed){const{type:n,rebuild:{label:i}}=e,l=s>bs.vC,u=n!==Me.Jz;if(l&&u){if((0,Ye.cu)(A,{boxShadow:"0 0px 24px 0 rgba(0, 0, 0, 0.25)",padding:y,transform:"translateY(0)"}),(0,Ye.cu)(`${A}>div`,{"backgroundColor!":Xl}),(0,Ye.Vx)(),i&&i.remove(),a=!0,w)(0,Wl.Z)(zl.Z);else if(d){const e=60*d,t=(0,ne.Z)(e);(0,ie.Z)(zl.Z,t.getTime(),t)}return r.addEventListener("click",x),I.appendChild(r),(0,et.mc)(E),void(P.Z.f(c)&&c({slotNumber:o,slotData:t,slotElement:k,placeholderElement:I}))}}O()}},R=()=>{(0,Za.Z)().top>=p&&((0,et.vS)("scroll",R),(0,fs.Z)("stickyAds",{event:"scrollClose",slot:o,position:m,cappingPeriod:d,scrollOffset:u,closeOffset:p,waitForSlot:f}),L())},N=()=>{(0,et.vS)("scroll",M),(0,de.Y4)(V),(0,de.wN)($);const e=(0,jl.Z)(t),s=(0,eo.Z)(e),n=s?e:(0,Go.Z)();(0,Ye.Cj)(I,(0,Ye.cu)(A,{"position!":s?"absolute":"fixed",[g]:0,transform:_,transition:"all 200ms linear","zIndex!":99,left:0,right:0}));const i=(0,Zn.Z)();(0,Ye.Cj)(i,(0,Ye.cu)("saclip",{overflow:"hidden",width:"100%"})),n.appendChild(I),I.appendChild(i),i.appendChild(k),(()=>{r=(0,Gl.Z)(v,"black",{position:"absolute",[g]:"100%",color:Xl,padding:b?"15px 30px 15px 10px":"15px 35px 15px 15px",fontSize:9,right:15,borderRadius:C,boxShadow:S});const e={content:'""',position:"absolute",left:-y,right:-y,height:y,backgroundColor:Xl,[g]:-y},t={fontFamily:"Arial,Helvetica,sans-serif",fontSize:9,color:"#888",content:(0,On.Z)(lt.Z)};(0,Ye.cu)(`${v}:after`,e),(0,Ye.cu)(`${v}:before`,t),(0,Ye.cu)(`${v} svg`,{"width!":"30%","height!":"30%","left!":"auto","right!":3,"top!":-2,strokeWidth:2.5,stroke:"black"}),(0,Ye.Vx)()})(),ql(o,I,{stickyAd:!0,backgroundColor:Xl,height:"auto"}),(0,Zt.Z)(o,k)},M=()=>{(0,tn.Z)(i)&&(0,Za.Z)().top>=i&&N()},V=(e,t)=>{if(e===f){(0,de.Y4)(V);const{creation:e}=t;if(e&&!e.destroyed){const{rebuild:{container:t}}=e,s=(0,Hl.Z)(t);s&&(i=s.top+s.height)}(0,tn.Z)(i)?((0,de.Y4)(V),(0,et.vS)("scroll",M),(0,et.nr)(M,!0)):N()}};(0,Kl.Z)([e]),f?(i=0,(0,de.wN)(V),(0,et.nr)(M,!0)):(0,tn.Z)(i)?(0,et.nr)(M,!0):N(),(0,tn.Z)(p)&&(0,et.nr)(R,!0),(0,Si.aS)(D,!0)},td=(e,t)=>{const s=(0,j.Z)(e);let n="none";Nn.forEach(((e,t)=>{s===e.slot&&(n=t,e.passbackAfterRender=!0)})),(0,Rs.Z)({message:"GamAPI",path:"AdUnitNonConfigured",campaign:t,fileName:n,slot:s},1,"GAM AdUnit is not configured.","error")},sd=(e,t,s)=>{const n=Mn(e);n?n.passbackAfterRender=!0:td(s,e)},nd=()=>{const{loaded:e,error:t}=$n,s=(0,Gi.Z)(755,[1])&&!t,n=(0,te.uD)()||(0,Bc.VP)(),o=s&&!n&&e,r=Object.create(null);return(0,qe.Z)(r,"isBlocked",n),(0,qe.Z)(r,"isReady",o),(0,qe.Z)(r,"isAllowed",s),r},od=(e,t,s)=>{const n=Mn(e);if(n){const{creation:e}=n;Object.assign(e,s),e.modsToLoad=e.modsToLoad||[],e.modsToLoad.push(t),Xs(e)}};var rd=s(2756);const id=()=>{(0,st.qL)("user",(0,rd.Z)(l)),(0,st.qL)("mods",(0,rd.Z)(a)),(0,st.qL)("gaf",(0,rd.Z)(r)),(0,st.qL)("gam",(0,rd.Z)(i)),(0,st.qL)("randomizers",(0,rd.Z)(c))},ad={error:!1,timedOut:!1,loaded:!1};g.default.prebidState=ad;const cd=ad,ld=()=>{if((0,Lo.Kp)()){const e=(0,te.U6)()||(0,es.wV)("noPrebidTestVersion"),t=((0,te.oQ)()||(0,te.IN)()||(0,te.US)())&&!(0,Be.qm)("tcidhb");return!(e||t||bn.Z||cd.error)}},dd=(e,t,s,n,o)=>{se.Z.fill((()=>{const r="Criteo"+(e?"Full":"Light"),i=`//static.criteo.net/js/ld/publishertag.${e?"":"prebid."}js`,a="crtpt"+(e?"":"prbd");(0,_t.Z)({withMeasurement:r,id:a,src:i,timeout:n,onLoad(){(0,Ze.Z)(r,!0),P.Z.f(t)&&t()},onError(){(0,Ze.Z)(r,!1),(0,le.o)(a),P.Z.f(s)&&s(i)},onTimeout(){P.Z.f(o)&&o()}})}))},ud="PrebidJS",pd=()=>{(0,_t.Z)({withMeasurement:ud,id:"prebidjs",timeout:3e3,crossorigin:!0,src:(()=>{const e=(0,Ks.Z)("wppbjs"),{prebidBranch:t,prebidTestVersion:s,version:n}=(0,es.Uu)();let o="",r=!1;t&&s===n&&(o=t,r=!0),(0,Rt.y1)("^tech")&&(o="PU-113",r=!0),null!=e&&e[2]&&(o=e[2]);const i=`${Nt.Z}wppbjs/${o&&`${o}/`}`,a=e||r?"prebid-debug":"prebid";return(0,rt.mess)({url:`${i}${a}.js`})})(),onLoad(){(0,Ze.Z)(ud,!0),cd.loaded=!0},onError(){(0,ar.Z)(`${ud}LoadError`),(0,Ze.Z)(ud,!1),cd.error=!0,_e.Z.open()},onTimeout(){(0,ar.Z)(`${ud}LoadTimeout`),(0,Ze.Z)(`${ud} timeout`,!0),cd.timedOut=!0,_e.Z.open()}})},md=()=>{let e;return{promise:new Promise((t=>{e=t})),resolve:e}},fd=new Map,gd=e=>{const t=fd.get(e);return null==t?void 0:t.promise},hd=e=>{const t=fd.get(e);t&&(t.resolve(),fd.delete(e))};var Ad=s(6570);const vd=()=>{const e=(0,Fe.fw)("curr");e&&(0,w.Z)(e,(t=>{parseFloat(e[t])>0&&(Po.currencyRate[t]=parseFloat(e[t])),(0,Ad.Z)()&&(0,gi.Z)("currency",JSON.stringify(Po.currencyRate))}))},Zd=()=>{vd()},bd=()=>{const e=(0,ue.g1)("viewConfig");if(!(0,ue.fS)("lazyBidding"))return;const t=(e,t)=>{const{slots:s}=t;return s&&e.push(...s),e};Object.keys(e).forEach((s=>{const n=e&&e[s],o=n&&n.auctions;if(!o)return;let r;if(Array.isArray(o))r=o.reduce(t,[]);else{const e=[];Object.keys(o).forEach((s=>{e.push(...o[s].reduce(t,[]))})),r=[...new Set(e)]}n.slots=r}))},wd=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},yd=e=>{if(Array.isArray(e))Po.blackList=wd(Po.blackList.concat(e.map((e=>parseInt(e,10)))));else{const t=parseInt(e,10);Po.blackList.includes(t)||Po.blackList.push(t)}},Sd=()=>{Po.blackListStore=[]};Sd();const Cd={add:yd,setNew:e=>{Sd(),yd(e)},reset:Sd},_d=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&&Cd.add(t),t||!1},kd=(e,t={})=>Object.keys(t).includes(e)?t[e]:t.default||!1,Id=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=kd(s,t),o=n&&n.auctions,r=(0,es.wV)("viewConfigTestVersion"),i=(0,es.wV)("lbTestVersion");return!(!(n&&o)||!(e||r||i))},Pd=e=>{let t=[];if(e){const{auctions:s}=e;if(s)if(Array.isArray(s))t=s;else{const{lbVersionTest:e,version:n}=(0,es.Uu)(),o=!!e&&`conf${n}`;t=o&&s[o]?s[o]:s.default||[]}}return t},Ed={interval:null,ctype:null,lastAuction:0,auctionCount:0,auctions:[],auctionId:null},Td=Ed;var Od=s(8720);const Ld={},xd=e=>!!Ld[e]&&((0,Od.Z)(Ld[e],["prebidLazyLoading"]),delete Ld[e],!0),Dd=(0,ue.g1)("slotAvailabilityDesktop")||[],$d=(0,ue.g1)("slotAvailabilityMobile")||[];var jd=s(961);const Rd=["adform","teads","connectad","xhb","adrino","sspWPM"];var Nd=s(276);const Md=e=>{const t=(0,Be.qm)("disableBL"),{disableBLByDiceRoll:s}=Po,n=(0,ue.fS)("disableBL");let o=!t&&!s&&!n;const r=(0,Z.R)()||(0,ve.KD)()?3:2;let i=!1;if((0,Nd.Z)("2023-11-13","2023-12-13",(()=>{o=!1})),o){i=((null==e?void 0:e.auctionCount)||0)>=r}return i},Vd=()=>{let e;if((0,Ad.Z)()){const t=JSON.parse((0,S.Z)("bidderLimiterData"));if(t){const s=(0,ue.g1)("bidderLimiterTimeout")||3e5,{timestamp:n}=t;s>Date.now()-n&&(e=t)}}return e},Bd=({bidder:e,subAccount:t})=>t?`${e}-${t}`:e,Ud=(0,ue.g1)("bidderLimiterSlotsBlacklist")||[],Fd=e=>Ud.includes(e);let qd,zd;const Gd=({ctype:e,viewConfig:t={},blockPrebid:s={}})=>{const n=Object.keys(t);return!!s.ctype&&s.ctype.includes("none")&&!n.includes(e)},Hd=({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=Gd({ctype:i,viewConfig:n,blockPrebid:e});(a||c)&&(r=!0)})),r},Wd=(e,t,s,n,o,r)=>{const{ppid:i,biddersRequests:a,mlcodes:c}=Po,l={version:e,timeToAuction:s,auctionName:(null==o?void 0:o.id)||r||void 0,auctionsCount:t+1,norodo:n?void 0:1,ppid:i,biddersRequests:a};return c&&(l.mlcodes=c),o&&(l.slot=o.trigger),(0,fs.Z)("prebidauction",l),Po.biddersRequests=0,l},Kd=e=>{const{Math:t}=window;return t.floor(t.random()*e)+1===1};var Jd=s(3381);const Qd=["module criteo is loading external JavaScript","TCF2: enforcing P1 and P2 by default","Filtered site property in ortb2 data: empty data found"],Yd=["TCF2 denied device access for criteo"],Xd=new Set,eu=new Set,tu=e=>{const t=(0,ot.Vq)();return!Qd.includes(e)&&(!Yd.includes(e)||(Xd.has(t)?!eu.has(e)&&(eu.add(e),!0):(Xd.add(t),eu.add(e),!0)))},su=Kd(100),nu=Kd(1e3),ou=e=>{const{type:t}=e,{arguments:s}=e,n=[...s].map((e=>`${e}`)).join(" ").slice(0,75),o=J._x&&su,r=J._x&&nu;tu(n)&&("WARNING"===t?o&&(0,Jd.Z)(n,"PbjsWarnError"):r&&(0,Jd.Z)(n,"PbjsError"))},ru=e=>{if(!(0,Ae.zK)("adtech","PU-227","A"))return;const{buyers:t,timeout:s=900}=(0,ue.g1)("fledge"),{seller:n,decisionLogicUrl:o}=To(),r=e.filter((({ortb2Imp:e})=>{var t;return 1===(null==e||null==(t=e.ext)?void 0:t.ae)}));if(r.length&&(0,zs.Z)(t)){const e=r.map((({code:e})=>{const r=[...t],i=(0,Be.qm)("debugFledge"),a=i?i.split(","):[],c=e.split("slot")[1];a.includes(c)&&r.push("https://fledge.wpcdn.pl");return{adUnitCode:e,fledgeAuctionConfig:{seller:n,decisionLogicUrl:o,interestGroupBuyers:r,sellerTimeout:s}}}));return Po.fledgeAuctions.push(...e),e}},iu=(e,t,s)=>{if(!e)return!1;const n=((e,t)=>"all"===e||!!Array.isArray(e)&&e.includes(t))(e[Bd(s)],t);return n},au=()=>{const e=(0,Be.qm)("hbv"),t=(0,Lo.Kp)(),s="hb";let n=s;if(!t)return!1;const{changeHBConfig:o,version:r}=(0,es.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,Jd.Z)("HB Config missing"),i},cu="auto_play_sound_on",lu="auto_play_sound_off",du="click_to_play",uu='{"min":1,"mit":1,"mmu":0}',pu='{"min":1,"mit":0,"mmu":1}',mu='{"min":0,"mit":1,"mmu":0}',fu={auto_play_sound_on:uu,auto_play_sound_off:pu,click_to_play:mu};var gu=s(4915);const hu=e=>{const t=e.match(/:\/\/(www[0-9]?\.)?(.[^\/:]+)/i);return t&&t.length>2&&P.Z.s(t[2])&&t[2].length>0?t[2]:null},Au=e=>{const t=hu(e);let s,n=t;return t&&(s=t.split(".").reverse(),s.length>1&&(n=`${s[1]}.${s[0]}`)),n},vu=(e,t)=>{const{document:s}=window,n=!(!window.vhb||0===Object.keys(window.vhb).length)&&window.vhb,o=(0,Z.R)(),r=s.referrer||"",i=s.location.origin||"",a=(0,f.ZF)("ctype"),c=(0,ue.CV)("ctypesIntent");let l=c&&c[a]&&c[a][0]||(o?"click_to_play":"auto_play_sound_off"),{params:d}=n?n[Object.keys(n)[0]]:{params:!1},u=!1;if(d||(d=!1),(0,gu.bp)()&&(u=(0,gu.Sg)({prebid:!0})),e)d=e,d.autoplay&&(d.forceSound||d.forcesound)?l=cu:d.autoplay&&(l=lu);else switch(l){case cu:d={autoplay:!0,forceSound:!0};break;case lu:d={autoplay:!0,forceSound:!1};break;case du:d={autoplay:!1,forceSound:!0}}switch(!0){case u&&d.autoplay&&(d.forceSound||d.forcesound)&&!t:l=u.autoplayAllowed&&u.autoplayUnmutedAllowed?cu:u.autoplayAllowed?lu:du;break;case d.autoplay&&!t:r.length?Au(i)!==Au(r)&&(l=lu):l=lu}return Po.intentParams=fu[l],l},Zu=["slot150","slot151","slot152","slot153"],bu=e=>{let t={};const{sizes:s,code:n}=e;return s&&(t={banner:{sizes:s}},Zu.includes(n)&&(t={video:{context:"instream",playerSize:s[0]}})),t},wu=e=>{const t=(0,Be.qm)("disableBL"),s=(0,Ae.zK)("adtech","PRGM-311","B");if(!(!t&&s))return!1;const n=ol(e);if(!n)return!1;const o=Array.isArray(n)?n:n.B;if(!o)return!1;if(Array.isArray(o))return o;return o[ve.i7?"chr":"oth"]},yu=e=>{const t=(0,ue.g1)("sizeMap"),s=!!P.Z.s(e)&&e;return s&&t?t[0][s]:e},Su=(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},Cu=(e,t)=>{var s,n,o;const r=(0,ue.g1)("floorprices"),{size:i}=t;let a=r;const{fpTest:c,version:l}=(0,es.Uu)();c&&(a=a[l]||a);const d=Bd(t);if(d&&a&&a[d]){const t=a[d];if(t)return e&&t[e]?t[e]:t.default}if("instream"===t.adType&&null!=(s=a)&&s.instreamFloor){const e=(0,f.ZF)("ctype"),{instreamFloor:t}=a;return"stream"===e||"article_stream"===e?t[`stream${l}`]||t.stream:t[`default${l}`]||t.default}if("outstream"===t.adType&&null!=(n=a)&&n.outstreamFloor){const{outstreamFloor:e}=a;return e[`default${l}`]||e.default}if(null!=(o=a)&&o.default){const{default:t}=a;if(t){if(e&&t[e]instanceof Object)return t[e][i]||t[e].default;if(e&&t[e])return t[e];if(t.default)return t.default}}return 0},_u=(e,t)=>{let s,n;return"connectad"===e.bidder&&(s=Po.currencyRate.USD||Po.currencyRate.default,n=Cu(t,e)/s,e.params.floorprice=n.toFixed(2)),e},ku=(e,t)=>{const s=e;let n,o,r,i=!1;switch(s.bidder){case"openx":case"rubicon":switch(t){case cu:o=[1,5];break;case lu:o=[2,6];break;case du:o=[3];break;default:o=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=o,i=!0;break;case"smartadserver":switch(t){case cu:n=1;break;case lu:n=2;break;case du: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=fu[t].replace(/(["{}])+/g,""),s.params.addToMkv&&Object.keys(s.params.addToMkv).forEach((e=>{s.params.mkv+=`,${e}:${s.params.addToMkv[e]}`}))),i=!0;break;case"ix":switch(t){case cu:r=[1,5];break;case lu:r=[2,6];break;case du:r=[3];break;default:r=[2,6]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r,i=!0;break;case"xhb":case"appnexus":case"emxdigitalVideo":s.params.video||(s.params.video={skippable:!1}),s.params.video.playback_method=[t],i=!0;break;case"pubmatic":switch(t){case cu:r=[1];break;case lu:r=[2];break;case du:r=[3];break;default:r=[2]}s.params.video=s.params.video||{},s.params.video.playbackmethod=r}return e},Iu=(e,t)=>{const s="slot151"===t?1:2;return e.params.target=`segm=${s}`,e},Pu={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"]},Eu={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"]},Tu=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"]'),Ou=(e,t)=>{if(P.Z.o(e)&&!Array.isArray(e))return e;const[s,n=[],o]=e,r=s-1,i=t?Eu:Pu,a=Tu[r];if(!a)return(0,Jd.Z)(`Brak biddera o ID: ${r}`),!1;const c=i[a];if(!c)return(0,Jd.Z)(`Brak mapy parametrów dla bidera: ${a}`),!1;const l={bidder:a},d=c.map(((e,t)=>[e,n[t]])).filter((([,e])=>!(0,dl.Z)(e)));return d.length&&(l.params=Object.fromEntries(d)),o&&(l.subAccount=o),l},Lu=(e,t)=>{const s=Bd(t);if(e){return!e.includes(s)}return!1},xu=(e,t)=>{const s=(0,Fe.fw)("geo"),n=s&&s.country,o=(0,ue.g1)("limits"),r=Bd(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},Du=(e,t)=>{const{Math:s}=window,n=(0,ue.g1)("limits"),o=Bd(e),r=n&&n[o];return!!(r&&r.diceroll&&s.random()>r.diceroll)},$u=(e,t,s,n,o,r,i,a)=>{var c;const l=Ou(e,n);if(!l)return!1;let d=!1;const u=null==(c=(0,Fe.fw)("geo"))?void 0:c.country,p=l.bidder.includes("adform")&&["840","124"].includes(u),m="adform-sigma"===Bd(l)&&(0,Ae.zK)("adtech","PRGM-497","B");return d=iu(a,t,l),d=d||m,d=d||Du(l,t),d=d||xu(l,t),d=d||((e,t)=>{const s=(0,ue.g1)("bidderLimiterBlacklist")||Rd,n=Fd(t),o=Bd(e);let r=!1;var i,a;return qd&&zd&&!s.includes(o)&&!n&&(r=0===(null==(i=qd)||null==(a=i.fullBids)?void 0:a[o])),r})(l,t),d=d||Lu(i,l),!d&&(s&&ku(l,o),p&&(l.params.adxDomain="adx2.adform.net"),l.bidder.includes("smart")&&s&&Iu(l,r),_u(l,r),l)},ju=(e,t)=>(!e||"video"!==t)&&(!(!e&&"display"===t)&&"common"!==t),Ru=({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},Nu=e=>{const t=(0,Ss.s)(e);return t},Mu=(e,t)=>{if(e.testRestricted){if(e.testRestricted.includes("noTest")&&!t)return!1;if(!e.testRestricted.includes(t))return!0}return!1},Vu=e=>{const{teadsOutstreamSlots:t}=Po,{bids:s}=e;s&&s.some((e=>{if("teads"===e.bidder&&e.params.placementId&&e.params.outstream&&!t.includes((0,j.Z)(e.params.placementId)))return t.push((0,j.Z)(e.params.placementId)),!0}))},Bu=(e,t,s,n,o,r)=>{var i,a;const c=Object.assign({},e),{blackList:l}=Po,d=(0,j.Z)(c.code.replace("slot","")),u=!(null==(i=e.mediaTypes)||!i.video),p=Zu.includes(c.code),m=null==(a=(0,ue.g1)("fledge"))?void 0:a.slots;let f=!1;if(f=c.disabled,f=f||ju(p,t),n&&(f=f||Su(c,o,l)),f=f||Ru(c),f=f||Mu(c,Po.activeTestVersion),f=f||Nu(d),f)return!1;const g=wu(d),h=[];for(let e=0;e<c.bids.length;e++){const t=c.bids[e],n=$u(t,d,p,u,r,c.code,g,s);n&&h.push(n)}if(c.bids=h,0===c.bids.length)return!1;const A=c&&c.mediaTypes&&c.mediaTypes.banner&&c.mediaTypes.banner.sizes;if(A?c.mediaTypes.banner.sizes=yu(A):!c.mediaTypes&&c.sizes&&(c.mediaTypes=bu(c)),Vu(c),(0,zs.Z)(m)&&m.includes(d)){const e={ext:{ae:1}};c.ortb2Imp=Object.assign({},c.ortb2Imp,e)}return Po.auctionSlots.push(d),c},Uu=(e,t,s,n,o)=>{const{blackList:r}=Po,i=(0,ue.fS)("viewConfigTestVersion"),a=(0,ue.g1)("viewConfig"),{version:c}=(0,es.Uu)(),l=t||kd(e,a),{units:d}=au(),u=(()=>{const e=(0,ue.g1)("blacklisted"),{removeBidderTest:t,version:s}=(0,es.Uu)(),n=!!t&&`conf${s}`;return n?e[n]||!1:e})(),p=vu(s,n);let m=!0;const f=(0,ue.fS)("disableVideoAutoBid");let g=o?"video":"display";Po.auctionSlots=[],Po.auctionSlots.length=0,l&&(!i||i===c)||r.length||(m=!1),qd=Vd(),zd=Md(qd);!f&&(!0!==Po.useLazyBidding||Po.appendVideoToFirstAuction)&&(g="common",Po.appendVideoToFirstAuction=!1);const h=[];for(let e=0;e<d.length;e++){const t=d[e],s=Bu(t,g,u,m,l,p);s&&h.push(s)}return h},Fu=new Map;(0,de.wN)((e=>{_o.get(e)&&_o.delete(e)}));const qu=async(e,t,s)=>{const n=[],o=xo(e),r=Do(e,"direct"),i=(e=>{const t=md();return Fu.set(e,t),t.promise})(e);if(Po.fledgeAuctions=Po.fledgeAuctions.filter((t=>{const{adUnitCode:s,fledgeAuctionConfig:o}=t;return s!==`slot${e}`||(o.auctionSignals=Object.assign({},o.auctionSignals,r),o.sellerSignals=i,n.push(o),!1)})),(0,ho.Z)()&&0!==n.length){var a;const r=Date.now(),{seller:c,decisionLogicUrl:l}=To(),d={seller:c,decisionLogicUrl:l,sellerSignals:i,componentAuctions:n},u=null==(a=(0,ue.g1)("fledge"))?void 0:a.dam;(0,zs.Z)(u)&&u.includes(e)&&(e=>{const t=md();fd.set(e,t),setTimeout((()=>{hd(e)}),1e3)})(e),Io(e,wo),window.navigator.runAdAuction(d).then((n=>{const i={slot:e,filled:n?1:0,after:null!=t&&t.finished?1:0,timeToRespond:Date.now()-r};var a;(Io(e,n?So:yo),(0,fs.Z)("fledgeAuction",i),n)&&Po.fledgeResults.push({slotNumber:e,urn:n,size:o,priority:null==(a=(0,ue.g1)("fledge"))?void 0:a.priority});hd(e),P.Z.f(s)&&s(!0)}))}else P.Z.f(s)&&s(!1)},zu=async()=>{const e=[];Po.fledgeAuctions.forEach((t=>{const{adUnitCode:s}=t;e.includes(s)||e.push(s)}));const t=e.length,s=(0,Ve.P)(),n=(0,Fe.bh)(s);if(!n||0===t||!(0,ho.Z)())return;const o=null==n?void 0:n.slots;for(let s=0;s<t;s++){const t=e[s],n=(0,j.Z)(t.replace("slot","")),r=o[n];qu(n,r)}},Gu={ctype:null,timestamp:null,isDynamic:!1,prevCtype:null,prevAuctionTS:null,vIntentAuctionTS:null},Hu=(e,t,s,n=!1,o=!1,r=!1)=>{const i=(0,ue.g1)("viewConfig"),a=(0,ue.g1)("blockPrebid");if(!!(0,Fe.fw)("directOnly")||(0,ue.fS)("donotbid")||Hd({blockPrebidConfig:a,viewConfig:i,eventCtype:s}))return!1;const{pbjs:c}=window,l=s||(0,f.ZF)("ctype"),d=c.version||void 0,u=(0,jd.BF)("mr","TP");let p=[];if(Cd.add(ri()),p=Uu(l,t,n,o,e),p.length>0&&c.requestBids){if(Po.firstAuction||Td.auctionCount>0){const t=`_${Td.auctionId}`||"",s=Td.auctionCount>0?`${Td.auctionCount}`:"",n=e?`_${Po.lbvAid}`:"";Po.healthStatus[`auction_nr_${e?Po.videoAuctionCounter:s}_startedProperly${e?"_video":t}${n}`]=!0}Gu.prevAuctionTS&&(Gu.timeauctions=Date.now()-Gu.prevAuctionTS),Gu.prevAuctionTS=Date.now(),Po.auctionsCount+=1,Po.auctionsCountPerView+=1;const s=parseInt(Date.now()-Po.pageLoadTime,10),n={adUnits:p,bidsBackHandler:()=>{},info:{bidderLimiter:zd}};if(r&&(n.auctionId=r),Po.firstAuction&&(Po.firstAuction=!1,(0,Us.Z)("PrebidFirstAuctionTiming","PrebidLoad","PrebidFirstAuctionStart")),c.requestBids(n),(0,ue.fS)("fledgeOn")){ru(p)&&zu()}Wd(d,Po.auctionsCount,s,u,t,r)}else{ou({type:"WARNING",arguments:["Auction failed - no adUnits available or requestBids wasnt ready"]}),Po.healthStatus.auctionStartedProperly=!1}},Wu=[],Ku=(0,ue.fS)("auctionInterval");Ku&&setInterval((()=>{if(Wu.length>0){const e=Object.assign([],Wu[0]);Wu.splice(0,1),Hu(...e)}}),Ku);const Ju={addAuctionToQueue:function(...e){e.includes("skipQueue")?Hu(...e):0!==Wu.length||!1!==Po.auctionInProgress||Ku?Wu.push([...e]):Hu(...e)},getQueue:function(){return Wu},auctionEnd:function(){if(Po.auctionInProgress=!1,Wu.length>0&&!Ku){const e=Object.assign([],Wu[0]);Wu.splice(0,1),Hu(...e)}}};function Qu(e){return!!Ld[e]}const Yu=(e,t=!1)=>{const{ctype:s}=Td,n=(0,ue.g1)("hardTimeout"),o=(0,ue.g1)("viewConfig"),{healthStatus:r}=Po,{hardTimeoutTestVersion:i,version:a}=(0,es.Uu)(),c=kd(s,o);let l=!1;if(l=!1!==t?t:(e=>{const{auctions:t}=Ed;for(let s=0;s<t.length;s+=1)if(t[s].slots.includes(e))return t[s]})(e),(0,dl.Z)(l)){ou({type:"WARNING",arguments:["Auction is undefined"]})}else{if(l.asap&&(n||i&&i===a)&&0===Td.auctionCount&&!1===l.used&&Po.prebidAPILoadingState.timeout&&(Td.auctionCount+=1,l.used=!0),!1!==l&&!0!==l.used){const t=(0,Z.R)()?$d:Dd;Td.auctionId=l.id,Td.lastAuction=Date.now(),Td.auctionCount+=1,l.used=!0;const s=Object.assign({},l);s.slots=[];const n=c.slots,{appendVideoToFirstAuction:o}=Po;if(o)for(let e=0;e<n.length;e++){const t=n[e],o=`slot${t}`;Zu.includes(o)&&s.slots.push(t)}const i=l.slots.length;for(let e=0;e<i;e++){const n=l.slots[e],o=!t.includes(n)||Qu(n),r=Zu.includes(`slot${n}`);!0!==o||r||s.slots.push(l.slots[e])}s.trigger=e,r.pvAuctionNames.push(Td.auctionId),Ju.addAuctionToQueue(!1,s),s.slots.forEach((e=>{xd(e)}))}}},Xu=()=>{const e=(0,f.ZF)("ctype"),t=(0,ue.g1)("viewConfig"),s=kd(e,t),n=[];if(s){let t=!1,o=Pd(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)}Td.ctype=e,Td.auctions=o,n.forEach((e=>{Yu(0,e)}))}return Td},ep=()=>{(0,Ro.Z)("PrebidDamOpen"),_e.Z.open()};var tp=s(94);const sp=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=kd(t,s);let o=!1;if(n.slots&&n.slots.includes(e)){const t=Pd(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,w.Z)(Ld,(e=>{Ld[e]===t&&(n=!0)})),Ld[s]||n)Ld[s]&&!n&&((0,br.Z)(Ld[s],t),Ld[s]=t);else{const e=sp(s);if(!1!==e){Ld[s]=t;const n={name:"prebidLazyLoading",method:"offset",verticalMargin:e,success:!0,callback:()=>{Yu(s)}};(0,Be.qm)("dynamicOffset")&&(0,tp.Z)(n),(0,sn.Z)(t,[n],`slot${s}`)}}},op=()=>{const e=(0,ue.fS)("lazyBidding"),t=(0,ue.g1)("viewConfig");!0===e&&t&&(0,de.DN)(np)},rp=e=>["stream","video","article_stream"].includes(e),ip=(e,t)=>{const s=kd(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,es.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},ap=(e,t,s,n,o)=>{const r=(0,f.ZF)("ctype");P.Z.f(t)&&(Eo[s]=t),Ju.addAuctionToQueue(n,e,r,o,!1,s,"skipQueue")},cp=(e,t,s,n)=>{const o=n?{slots:[n]}:void 0,r=e?{autoplay:e.autoplay,forceSound:!e.muted}:Po.baseVideoIntent;ap(o,s,t,!0,r)},lp=e=>{const t=e||(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=ip(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,it.Nu)()}`,Po.videoAuctionCounter+=1,cp(!1,Po.lbvAid,void 0))}};(0,Be.qm)("dynamicOffset")&&(0,tp.Z)(s),(0,sn.Z)(t,[s])}};Po.videoHandlers.push(o),Lc(o)},dp=e=>{const{videoHandlers:t}=Po,s=rp(e),n=!(0,ue.fS)("disableVideoAutoBid");s?Po.appendVideoToFirstAuction=n:0===t.length&&lp(e)},up=e=>{const t=(0,ue.g1)("blackListConfig"),s=(0,f.ZF)("ctype");bd(),_d(t),Po.useLazyBidding=Id(),!0===Po.useLazyBidding?(Po.healthStatus.auctionType="lazyBidding",dp(s),Xu(),op()):(Po.healthStatus.auctionType="singleAuction",Hu()),e&&(Po.PrebidDamTimeout=setTimeout((()=>{ep()}),e))},pp=()=>{Po.bidsReceived.length=0},mp=(e,t,s)=>{const{urn:n,size:o}=s,[r,i]=o;return{bunch:e,slot:t,creations:[{type:Me.yd,width:r,height:i,src:n,showLabel:!0}]}},fp=new Map,gp=(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},hp={default:{currency:"USD",open:1,deal:1},testwp:{currency:"PLN"},adform:{currency:"EUR",open:.9,deal:.95},"adform-sigma":{currency:"EUR",open:.85,deal:.85},criteo:{currency:"PLN"},teads:{currency:"CHF"},openx:{currency:"USD",open:1,deal:.9},pubmatic:{currency:"USD",open:1,deal:1},smartadserver:{currency:"USD",open:1,deal:1},smartnative:{currency:"PLN"},allegro:{currency:"PLN",open:.813,deal:.813},sharethrough:{currency:"USD"},sspWPM:{currency:"PLN"}},Ap=e=>{const t=ve.hx||ve.G6,{Math:s}=window,n=e,{adUnitCode:o,bidder:r,cpm:i,currency:a}=n,c=Bd(n),l=(0,ue.g1)("priorities"),d=hp[r]||hp.default;let u,p=0,m=null,f=Po.currencyRate.default||1,g=d.open||1;return g=n.dealId?d.deal||1:d.open||1,f=a&&Po.currencyRate[a]?Po.currencyRate[a]:d.currency&&Po.currencyRate[d.currency]?Po.currencyRate[d.currency]:Po.currencyRate.default,n.ccpm=s.floor(i*f*g*100),n.cpmpl=n.ccpm/100,l&&l[c]&&(l[c][o]?m=l[c][o]:l[c].default&&(m=l[c].default)),m&&(u=!0,m.deal&&!n.dealId&&(u=!1),m.floor&&m.floor>n.ccpm/100&&(u=!1),n.getStatusCode&&1===n.getStatusCode()||(u=!1),u&&(n.occpm=n.ccpm,m.level?n.ccpm=100*m.level:n.ccpm=1e3)),p=Cu(o,n),t&&(p*=.6),p>n.ccpm/100&&(n.ccpm=0,i>=.005&&(n.floorhit=1)),n},vp=(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)}))},Zp=e=>{let{bidsReceived:t}=Po;const s=`slot${e}`;let n,o={cpm:0,ccpm:0};const r=fo();t=vp(t);for(let e=0;e<t.length;e++){const a=t[e],{ad:c,adUnitCode:l,APIblocked:d,APIsold:u,APIused:p,ccpm:m}=a;Ap(a),n=l===s;const f=(i=l,fp.get(i));d&&gp(a,"APIunblocked");const g=!(!c||!c.includes("wppl_wallpaper.js"));g&&gp(a,"adfscr"),g&&r&&r.includes("DUKAT_Screening")&&gp(a,"APIblocked"),n&&!u&&!d&&!p&&m&&m>o.ccpm&&(o=a,"sspWPM"!==o.bidderCode&&f&&(o.sspWPMRequestId=f))}var i;return o.cpm>0&&o},bp=()=>({adId:0,bddr:"unknown",cpm:0,cpmpl:0,ccpm:0,size:"0x0",ttb:0}),wp=e=>{const t=bp(),s=(0,f.ZF)("ccategory"),n=s?(0,Gc.Z)(s):void 0,o=(0,Rt.W_)(),r=(0,f.ZF)("ctype"),i=(0,Fe.fw)("geo"),a=i&&i.country,{ad:c,adfscr:l,adId:d,adUnitCodeOld:u,adUrl:p,ccpm:m,creativeId:g,cpmpl:h,cpm:A,currency:v,dealId:Z,height:b,occpm:w,responseLength:y,timeToRespond:S,width:C}=e;return Object.assign(t,{adId:d,bddr:Bd(e),ccategory:n,ccpm:w||m,cpmpl:h,cpm:parseFloat(A.toFixed(2),10),crid:g,ctype:r,currency:v,country:a,responseLength:y,dealId:Z,deal:Z?1:0,adfscr:l?1:void 0,multi:u,size:`${C||0}x${b||0}`,ttb:Math.min(1e5,(0,j.Z)(S.toFixed(0))),wpsn:o,adLength:c&&c.length||p&&p.length}),t},yp=()=>{const e=(0,es.Uu)();let t=e&&e.changeHBConfig&&e.version;t=t||"default";const s=(0,ue.CV)("S2Sconfig"),n=s&&s.tests&&s.tests[t];let o;return n&&n.name&&(o=n,o.include=Array.isArray(o.include)&&o.include.join(";")||o.include,o.exclude=Array.isArray(o.exclude)&&o.exclude.join(";")||o.exclude),o},Sp={},Cp=(e,t)=>{const{appVersion:s}=window,{bunch:n,slot:o}=e,r=t&&Sp[t],i=r&&r.bidderLimiter,a=yp(),c=(0,f.ZF)("ctype"),l=null==r?void 0:r.ctype,d={slot:o,bunch:n,an:r&&r.auctionCounterPerView,norodo:r&&r.norodo,s2st:a&&a.name,ck:(0,jd.U2)("ck"),mr:(0,jd.U2)("mr")},{name:u,version:p}=(0,es.Uu)();return u&&(d[u]=p),l&&l!==c&&(d.reqCtype=l),i&&(d.bL=i),d.appVersion=s,d},_p=e=>{const{adid:t,slot:s,params:n,waveaction:o,intent:r,isAsr:i}=e,a=t?gp(t):(0,Jd.Z)("brak adId w bid"),{auctionId:c,meta:l={}}=a,{advertiserDomains:d}=l,u=a&&wp(a),p=Cp(e,c),m=Object.assign({},u,p);if("prebidsold"===o&&(m.asr=(0,mt.Z)(i),(0,zs.Z)(d))){const[e]=d;m.adn=e}(0,fs.Z)(o,Object.assign(m,n,r))},kp=(e,t)=>{const{isEmpty:s}=t,n=Bd(t);return(0,dl.Z)(e.fullBids[n])&&(e.fullBids[n]=0),s||(e.fullBids[n]+=1),e},Ip=e=>{(0,Ad.Z)()&&(0,gi.Z)("bidderLimiterData",JSON.stringify(e))};let Pp;const Ep=e=>{kp(Pp,e)},Tp=e=>{const t=(0,Ad.Z)(),s="emptyBids";let n=e;if(t&&!n&&(n=(0,S.Z)(s)||JSON.stringify({start:Date.now()})),n=JSON.parse(n),t&&Date.now()-n.start>3e5){const e={start:Date.now()};return(0,gi.Z)(s,JSON.stringify(e)),e}return!1};var Op=s(1049);const Lp=(e,t)=>{let s;return e&&t&&(s=`${e}x${t}`,"100%xauto"===s&&(s="fluid")),s},xp=(e,t)=>{const{rekid:s}=window,n=(0,Fe.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},Dp=(e,t,s,n,o)=>{const{Math:r}=window,i=(0,ue.fS)("logDeals"),a=(0,ue.fS)("logSlotTiming"),{firstAuctionStatusLogPvBD:c,pvfraction:l}=Po,{norodo:d,s2st:u,timetoauction:p,bidderLimiter:m}=s,{adUnitCode:f,err:g,debug:h,auctionCounter:A,auctionCounterPerView:v,adType:b,cpm:w,occpm:y,ccpm:S,cpmpl:C,isEmpty:_,width:k,height:I,timeToRespond:P,auctionStartTime:E,responseTimestamp:T,dealId:O,hem:L,meta:x={}}=n,D=f.split("slot")[1],$=xp(T,D);let j={slot:f.slice(4),bddr:Bd(n),adType:b,norodo:d?1:0,err:g,pvfraction:l,s2st:u||void 0,debug:h||void 0,an:v,sltStrt:$,hem:L};if(!_){const{advertiserDomains:s}=x,n=(0,zs.Z)(s)?s[0]:"none";j=Object.assign({},j,{cpm:r.floor(100*w)/100,ccpm:y||S,cpmpl:C,size:Lp(k,I),timeToRespond:P,timeToView:e,timeToReady:t,timeToAuction:p,dealid:i?O:void 0,adn:n})}if(a&&o&&o.timeout&&0===A){const e=(0,Z.R)()?1:3,t=o.slotsStartTime&&o.slotsStartTime[e];t&&(j.bidToSlot=t-T),j.auctToTmt=E-o.timeout,j.apiToBid=T-o.load}return c&&(j.first=1,Po.firstAuctionStatusLogPvBD=!1),m&&(j.bL=m?2:1),(0,fs.Z)("auctionStatus",j),j},$p=(e,t)=>{let s=0;return t.cpmpl>e.cpmpl?s=1:e.cpmpl>t.cpmpl&&(s=-1),s},jp=e=>!(e.length<2)&&e.sort($p),Rp=(e,t)=>{const s=Sp[e],n=[],o=Object.prototype.hasOwnProperty.call(Eo,e);let r=(0,ue.fS)("disableDynamicDelay");if(Ju.auctionEnd(),s){s.duration=Date.now()-s.start,s.ongoing=!1,(0,Ro.Z)("PrebidAuctionEnd"),(0,Op.Z)("PrebidAuctionTime","PrebidAuctionInit","PrebidAuctionEnd"),jp(Po.bidsReceived),Tp(void 0);const e=uo();let t,r;Gu&&Gu.timeclose&&(Gu.timeview&&(t=Gu.timeview-Gu.timeclose),Gu.timeready&&(r=Gu.timeready-Gu.timeclose)),Pp=Vd()||{timestamp:Date.now(),auctionCount:0,fullBids:{}};for(let c=0;c<s.bids.length;c++){const l=s.bids[c],{adUnitCode:d,bidderCode:u,sspWPMRequestId:p,isEmpty:m}=l;"sspWPM"===u&&!m&&(i=d,a=p,fp.set(i,a)),"criteo"===u&&Po.hasHem&&(l.hem=1),l.auctionCounter=s.auctionCounter,l.auctionCounterPerView=s.auctionCounterPerView,l.auctionStartTime=s.start,o&&l.cpm>0&&n.push(l),Ep(l),Dp(t,r,s,l,e)}Pp.auctionCount+=1,Ip(Pp)}var i,a;s.statusDone=!0;const{dynamicDelayTestVersion:c,version:l}=(0,es.Uu)();c&&l!==c&&(r=!0),o&&(Eo[e](n),delete Eo[e]),!Po.PrebidDamTimeout||Po.firstAuctionEnd||r||(Po.firstAuctionEnd=!0,ep(),clearTimeout(Po.PrebidDamTimeout)),Po.lbvAid&&Po.lbvAid===t.auctionId&&1===Po.registerTimeCounter&&(Po.lbvAid=null)},Np=(e,t)=>{var s,n;const o=!(null==e||null==(s=e.mediaTypes)||null==(n=s.video)||!n.context),r=Zu.includes(e.adUnitCode);return o&&!r&&(t.adType="outstream"),t},Mp=(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 Np(e,s),s},Vp=["slot316","slot317","slot318","slot319"],{teadsOutstreamSlots:Bp}=Po,Up=e=>Bp.includes(e),Fp=e=>{let t="unknown";const s=e;return s&&(s.vastUrl||s.vastContent||s.vastXml?t=Zu.includes(s.adUnitCode)?"instream":Vp.includes(s.adUnitCode)?"audio":"outstream":s.placementId&&Up(s.placementId)?t="outstream":s.native?t="native":s.adUrl?t="iframeurl":(s.ad||"sspWPM"===s.bidderCode)&&(t="iframe"),s.adType=t),t},qp={1.1:[[300,250]],1.2:[[300,250]],1.33:[[330,250],[300,225]],1.78:[[445,250],[320,180],[300,250]]};const zp=(e,t)=>{const s=Object.keys(qp),n=!!e&&e.width/e.height;return function(e,t){let s=[300,250];const n=qp[e]||[[300,250]];if(t){for(let e=0;e<n.length;e++)if(n[e][0]<=t.width&&n[e][1]<=t.height){s=n[e];break}}else[s]=n;return s}(s.reduce(((e,t)=>n?Math.abs(t-n)<Math.abs(e-n)?t:e:"")),t)};function Gp(e){let t,s=0;return(P.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 Hp=e=>{const t=au(),{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&&Gp(n.sizes),c=e&&Gp(e);return t&&Gp([t])||s||c}},Wp=e=>{const t=e,s=t.adUnitCode,n=zp(t,Hp(s));t.size;[t.width,t.height]=n,t.size=n.join("x")},Kp=(e,t)=>{const s=t.auctionId||t.requestId,n=Sp[s];switch(e){case"beforeBidderHttp":Po.biddersRequests+=1;break;case"bidRequested":{const{bids:e,bidderCode:s}=t;e.forEach((e=>{(0,ar.Z)(`PrebidRequest_${s.toUpperCase()}`),n&&(n.requests+=1,n.bids.push(Mp(e,n.auctionStart)))}));break}case"fledgeAuction":{const{fledgeAuctionConfig:e,adUnitCode:s}=t,{config:n}=e;(0,I.Z)(n)&&(Object.assign(e,n),e.config=void 0),(0,Ae.zK)("adtech","PU-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,ar.Z)(`PrebidResponse_${c.toUpperCase()}`),n){const{bids:e}=n;n.responses+=1;for(let s=0;s<e.length;s++){const{adId:o}=e[s];if(o===t.adId||o===a){const o=e[s].subAccount;e[s]=t,e[s].auctionCounter=n.auctionCounter,e[s].subAccount=o}}}Fp(t),"outstream"===t.adType&&Wp(t),e>0&&(!s&&o&&(t.vastContent=o),t.adUnitCodeBid=r,Ap(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=yp();Po.auctionInProgress=!0,Sp[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,jd.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,Ro.Z)("PrebidAuctionInit"),vd();break}case"auctionEnd":Rp(s,t);break;case"auctionDone":n.bids&&n.statusDone&&delete n.bids;break;case"bidWon":{const{bidder:e}=t;(0,ar.Z)(`PrebidCreativeRun_${e.toUpperCase()}`),n&&(n.sold+=1);break}case"adRenderFailed":{const{bidder:e}=t;(0,ar.Z)(`PrebidCreativeFailed_${e.toUpperCase()}`);break}case"auctionDebug":ou(t)}},Jp=(e,t,s)=>{const{pbjs:n}=window,o=Zp(t),r=Date.now();let i=!1,a=!0,c=!(0,Rt.y1)("ext_yb");const l={},d={bunch:e,slot:t,creations:[l]};if(!o)return(0,ar.Z)("PrebidShowNoBid"),!1;const{ad:u,adId:p,adUrl:m,adType:f,APIlocalStorage:g,adUnitCodeBid:h,adUnitCode:A,bidder:v,height:Z,native:b,responseTimestamp:w,requestTimestamp:y,tagid:S,url:C,width:_,vastUrl:k,vastContent:I,vastXml:E}=o,T="testwp"===v||g,O="sspWPM"===v;gp(p,"APIsold");let L=_,x=Z;if(["teads"].includes(v)&&(l.tagId=h||A,l.closeIframe=!0,c=!1,L="100%",x="auto"),i||!k&&!I||(l.type="outstream",l.prebidMode="outstream",l.width=L,l.height=x,l.showLabel=c,l.bid=o,a=!1,i=!0),!i&&b){const e=b;var D;if(l.type="native",l.showLabel=c,l.data={system:"native",text:e.title,url:e.clickUrl,impPixel:e.impressionTrackers,clickPixel:e.clickTrackers,jsTracker:e.javascriptTrackers,advName:e.sponsoredBy,adUnit:A,privacyIcon:e.privacyIcon,privacyLink:e.privacyLink,adId:p,bidCallback(){n.markAdAsWon&&n.markAdAsWon(p)}},!(0,zs.Z)(l.data.impPixel))l.data.impPixel=null==e||null==(D=e.ortb)?void 0:D.imptrackers;e.image&&(e.image.url?l.data.src=e.image.url:P.Z.s(e.image)&&(l.data.src=e.image)),Kp("bidWon",o),i=!0}if(!i&&O){const{campaign:e,creationSspWPM:t}=o,s=JSON.parse(t),{creations:n,redir:r}=s;Object.assign(d,{campaign:e,creations:n,redir:r,sspWPM:!0}),i=!0}if(!i&&m&&n.embedded&&(l.type="iframe",l.src=m,l.width=L,l.height=x,l.showLabel=c,i=!0),i||(l.type="prebid",l.width=L,l.height=x,l.showLabel=c,T&&(l.type="code",l.code=u),u&&u.includes("wppl_wallpaper.js")&&(l.useAlternativeSlot=!0),l.prebidMode="renderAd",l.adId=p,i=!0),i){const n={type:"show",age:r-w,adtype:f,tts:(0,j.Z)((Date.now()-Po.logStartTime).toFixed(0))};S&&(n.tagid=S),Gu&&Gu.prevAuctionTS&&(n.tta=(0,j.Z)((Date.now()-y).toFixed(0)));/http:\//i.test(u||C||k||E||I)&&(n.unsecure=1),a&&_p({bunch:e,adid:p||void 0,slot:t,params:n,waveaction:"prebidsold",isAsr:s})}return d},Qp=e=>{const t=Zp(e);if("audio"===t.adType)return t},Yp=(e,t,s="")=>{const n=!!e&&(e[s]||e),o=(0,j.Z)(t);let r=!1;return n&&o&&(n[o]?r=n[o]:n.exclude&&n.exclude.includes(o)||(r=n.default)),r},Xp=e=>{const t=(0,ue.g1)("dfpMultipliers"),{dfpMTestVersion:s,version:n}=(0,es.Uu)();return Yp(t,e,!!s&&`conf${n||"A"}`)||1},em=e=>{const{fledgeResults:t=[]}=Po,s=(0,j.Z)(e);return(0,zs.Z)(t)&&t.filter((e=>(0,j.Z)(e.slotNumber)===s)).sort(((e,t)=>t.floor-e.floor))[0]},tm=(e,t)=>({sspBidCCPM:t?Math.max(e,t):e,isS2S:t>e}),sm=e=>{const t=(0,ue.g1)("viewConfig"),s=(0,f.ZF)("ctype"),n=kd(s,t),o=Pd(n).find((e=>"default"===e.id));if(o){const{slots:t}=o;return t.includes(e)}return!1},nm=(e,t,s)=>{const n=(0,ue.fS)("useDirectClickMultiplier"),o=(0,ue.fS)("isDirectClickMultiplierAtfOnly"),r=(0,ue.g1)("directClickMultiplier")||1.1;if(n||(0,es.wV)("directClickMultiplierTver")){const n=!o||sm(e);if(Ol()&&n){return{target:t*r,targetModel:`${s}m`}}}return{target:t,targetModel:s}},om=(e,t,s,n,o,r,i)=>{const{isRetarg:a}=Po,{btVersionTest:c,dfpMTestVersion:l,higTestVersion:d,version:u}=(0,es.Uu)(),p=!!c&&`conf${u||"A"}`,m=!!l&&`conf${u||"A"}`,f=!!d&&`conf${u||"A"}`,g=(0,P.Z)(s,"string")?ps(s)||0:s||0,{sspBidCCPM:h,isS2S:A}=tm(t,o),v="businessclick"===n&&g>h?0:h,Z=(0,ue.g1)("dfpMultipliers"),b=(0,ue.g1)("bidTargets"),w=(0,ue.g1)("higMultipliers"),y=Yp(Z,e,m),S=Yp(b,e,p),C=Yp(w,e,f),_=(0,ue.g1)("dfpFloorMultiplier")||S;let k,I=!1,E=0;a&&S&&(v&&v>=g?(k=S*v,E=A?4:3):g&&A?(k=_*s,E=4):s?(k=_*s,E=5):k=!1),v&&(k?y&&v*y>k&&(k=v*y,E=A?2:1):(k=y?v*y:v,E=y&&A?2:1));const T=C||i;if(r&&T){const e=T&&T*r;e&&(!k||e>k)&&(k=e,E=6)}return k&&(({target:k,targetModel:E}=nm(e,k,E)),I={target:k,targetModel:E}),I},rm=(e=Po.bidsReceived)=>{for(let t=0;t<e.length;t++){const s=e[t],{ccpm:n}=s;void 0===n&&Ap(s)}},im=(e,t)=>{const{bidsReceived:s}=Po;let n=0;t&&rm(s);const o=Zp(e);return o&&o.ccpm&&(n=Math.min(o.ccpm,9999)),n},am=e=>Zp(e),cm=(e=window.pbjs)=>{if(e&&P.Z.f(e.setConfig)){const t={},s=(0,po.J1)(),n=vo(),o=(0,Ae.bB)("adtech","PU-138"),r=["B"].includes(o),i=(0,zs.Z)(n)&&r;if(s)t.keywords=s.replace(/;/g,",");else{ou({type:"WARNING",arguments:["No keywords available"]})}i&&(t.cat=n,t.pagecat=n,t.sectioncat=n,t.cattax=7),(s||i)&&e.setConfig({ortb2:{site:t}})}},lm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],dm=["criteo","appnexus","adform","rubicon","connectad","rtbhouse","pubmatic","ix","smartadserver","openx","teads","xhb","quisma","smartnative","ccx","adrino","allegro","sharethrough","visx"],um=()=>{const e=(0,Z.R)();return{rubicon:{singleRequest:!0},userSync:{userIds:[],iframeEnabled:!0,filterSettings:{all:{bidders:"*",filter:"include"}}},bidderOrder:e?dm:lm,bidderSequence:"fixed",consentManagement:{cmpApi:"iab",timeout:2e3},mobile:e}},pm=()=>{const{activeTestVersion:e}=Po,t=(0,ue.g1)("delay"),s=(0,Z.R)()?400:800;let n=(0,Be.qm)("prebidDelay")||s;return"number"==typeof t?n=t:e&&t&&(n=t[e]||n),n},mm=()=>{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)},fm=()=>{const e=(0,Fe.fw)("sda")||[];if((0,zs.Z)(e)){return[{name:"wp.pl",ext:{segtax:4},segment:e.map((e=>({id:e})))}]}return e},gm=["bidRequested","bidResponse","bidderDone","auctionInit","auctionEnd","auctionDone","bidWon","adRenderFailed","auctionDebug","beforeBidderHttp","fledgeAuction"],hm=e=>{gm.forEach((t=>{e.onEvent(t,(e=>{Kp(t,e)}))}))},Am=(e,t,s)=>{if(P.Z.f(e.setBidderConfig)){let n=!1;const o={},r={bidders:["allegro"],config:{ortb2:{user:o}}};P.Z.s(t)&&(o.ext={data:{ppid:t}},n=!0),(0,zs.Z)(s)&&(o.data=s,n=!0),n&&e.setBidderConfig(r)}},vm=()=>{if((0,Ad.Z)()){const e=(0,S.Z)("currency");e?Po.currencyRate=JSON.parse(e):(0,gi.Z)("currency",JSON.stringify(Po.currencyRate))}},Zm=e=>{const{seller:t,decisionLogicUrl:s}=To();e.setBidderConfig&&e.setBidderConfig({bidders:["sspBC","rtbhouse"],config:{fledgeEnabled:!0,fledgeConfig:{seller:t,decisionLogicUrl:s}}})},bm=e=>{e.userSync.userIds.push({name:"identityLink",params:{pid:"13724"},storage:{type:"cookie",name:"idl_env",expires:15,refreshInSeconds:1800}})},wm=(e,t)=>{e.userSync.userIds.push({name:"pubProvidedId",params:{eids:[{source:"firstpartyid",uids:[{id:t||"",atype:1,ext:{stype:"ppuid"}}]}]}})},ym=(e,t)=>{const s=(0,ue.g1)("server");if(!s||!s.bidders)return;(!s.test||s.test.includes(t))&&e.setConfig({s2sConfig:{accountId:s.accountid||"1",secure:1,enabled:!0,bidders:s.bidders,timeout:s.tmax||1500,adapter:"prebidServer",endpoint:"//ssp.wp.pl/pbs/v1/openrtb2/auction",syncEndpoint:"//ssp.wp.pl/pbs/v1/cookie_sync"}})},Sm=()=>{const{currencyRate:e}=Po;return{USD:{PLN:e.USD,EUR:e.USD/e.EUR,CHF:e.USD/e.CHF,GBP:e.USD/e.GBP}}},Cm=(e,t,s,n)=>{const o=P.Z.o(t),r=ve.G6||ve.hx?.6:1;let i="",a=t;if(o){Object.keys(t).forEach((o=>{a=t[o],a/=s,i="default"!==o?`${e}|*|${o}`:`${e}|*|*`,a*=r,n[i]=a}))}else a/=s,i=e.includes("slot")?`${e}|*|*`:"*|*|*",a*=r,n[i]=a},_m=(e,t)=>{let s=e;const{fpTest:n,version:o}=t,{USD:r}=Po.currencyRate;n&&(s=s[o]||s);const{default:i}=s,a={};return(0,w.Z)(i,((e,t)=>{Cm(e,t,r,a)})),a},km=(e,t,s)=>{const n=_m(t,s),o={currency:{adServerCurrency:"USD",rates:Sm()}},r={floors:{enforcement:{bidAdjustment:!0,enforceJS:!1},data:{currency:"USD",modelVersion:"setConfig model test",schema:{fields:["adUnitCode","mediaType","size"]},values:n}}};return Object.assign(e,o,r),e},Im=e=>{e.userSync.userIds.push({name:"teadsId",params:{pubId:14025}})},Pm=e=>{const t=pm(),s=(0,ue.fS)("usePvFraction"),n=(0,ue.fS)("ppidOn"),o=(0,ue.fS)("fledgeOn"),r=(0,ue.fS)("liveRampOn"),i=(0,ue.g1)("blockPrebid"),a=(0,ue.g1)("viewConfig"),c=(0,ji.G)(),l=i&&Hd({blockPrebidConfig:i,viewConfig:a}),d=!!(0,Fe.fw)("directOnly"),u=(0,ue.g1)("floorprices","config"),p=(0,I.Z)(u),m=(0,Ae.zK)("adtech","PU-179","B")&&fm();if(Po.logStartTime=Date.now(),Po.ppid=c,e.bidderSettings=e.bidderSettings||{},Object.assign(e.bidderSettings,{criteo:{storageAllowed:!0}}),hm(e),vm(),e.setConfig){const t=um();o&&Zm(e),(n||(0,es.wV)("pubIdTestVersion"))&&wm(t,c);(0,Rt.y1)("money_money_mobile")&&Im(t);const s=(0,es.Uu)(),{version:i}=s;p&&km(t,u,s),r&&bm(t),e.setConfig(t),Am(e,c,m),cm(e),ym(e,i)}if(r&&e.enableAnalytics){const t=[{provider:"atsAnalytics",options:{pid:"13724"}}];e.enableAnalytics(t)}s&&(Po.pvfraction=mm()),Po.disableBLByDiceRoll=Kd(10);const f=(0,Ss.D)();if(l||d)ep();else if(f)if(Cs)up(t);else{const e=()=>{up(t),window.removeEventListener("adsReady",e)};window.addEventListener("adsReady",e)}else up(t)},Em=(e=!1)=>{Po.prebidAPILoadingState=uo(),(0,Ro.Z)("PrebidInited"),(0,Rt.GD)()&&e.libLoaded&&Pm(e)},Tm=e=>{if(1===(0,f.ZF)("inver"))return!1;const t=e,s={},n=yp(),o=(0,es.Uu)();return s.wpsn=(0,Rt.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,Ve.P)()),t.bddr||t.bidder||(t.bddr=t.bidder),t.bddr?t.bddr=`S2S-${t.bddr}`:t.bddr="S2S",t.cpm&&(t.cpm=parseFloat(t.cpm.toFixed(2),10)),n&&t.s2st&&n.name!==t.s2st&&((0,ar.Z)("PrebidS2S_TestERR"),s.s2st2=n.name),(0,fs.Z)("prebidsold",Object.assign(s,t)),{s2sdata:t,result:s}},Om=e=>{const{urn:t}=e;Po.fledgeResults=Po.fledgeResults.filter((e=>{const{urn:s}=e;return!(s===t)}))},Lm=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 xm=s(2264);const Dm=e=>{if(e){const t=Po.intentParams,{min:s,mit:n,mmu:o,mpe:r,mno:i,mco:a}=(e.mpe,e),c=Lm(e);let l;const d=JSON.stringify((0,xm.Z)({mit:n,min:s,mmu:o}));l=d===uu||d===pu?"a":d===mu?"u":c||d;const u={plI:[uu,mu].includes(d)||["rup","rap"].includes(c),plA:[uu,pu].includes(d)||["rap","rui"].includes(c),plU:[mu].includes(d)||["rup"].includes(c),pIn:[uu,mu].includes(t)||["rup","rap"].includes(c),pAu:[uu,pu].includes(t)||["rap","rui"].includes(c),pUp:[mu].includes(t)||["rup"].includes(c)},p=e=>{u[e]=u[e]?1:0};return Object.keys(u).forEach(p),Object.assign(u,{plP:l,re:c,mpe:r,mno:i,mco:a}),u}(0,Jd.Z)("Brak intencjonalności playera")},$m=(e,t)=>{const s=gp(e,"APIsold")||!1,n=s?s.adUnitCode.replace("slot",""):void 0,{APIused:o,auctionId:r,adType:i,bidder:a,cpmpl:c,responseTimestamp:l}=s;if(s&&!s.APIcounted&&o){const o=(0,Ve.P)(),d=Dm(t);_p({bunch:o,slot:n,adid:e,intent:d,params:{type:"show",adtype:i,age:Date.now()-l},waveaction:"prebidsold"}),Kp("bidWon",s),"instream"===i?((0,ar.Z)(`PrebidVideoRun_${a.toUpperCase()}`),(0,ar.Z)(`PrebidVideoRevenue_${a.toUpperCase()}`,c/100)):"outstream"===i&&((0,ar.Z)(`PrebidOutstreamRun_${a.toUpperCase()}`),(0,ar.Z)(`PrebidOutstreamRevenue_${a.toUpperCase()}`,c/100)),r&&Sp[r]&&(Sp[r].sold+=1),s.APIcounted=!0}return s},jm=(e,t)=>{let s=!1;if(t){s=gp(e,"APIused");const t=s&&s.adType;"instream"===t?(0,ar.Z)(`PrebidVideoUsed_${s.bidder.toUpperCase()}`):"outstream"===t&&(0,ar.Z)(`PrebidOutstreamUsed_${s.bidder.toUpperCase()}`)}else if(s=gp(e,"APIsold"),s&&!s.APIcounted){const t=(0,Ve.P)(),n=s.adUnitCode.replace("slot","");_p({bunch:t,slot:n,adid:e,params:{type:"show",adtype:s.adType,age:Date.now()-s.responseTimestamp},waveaction:"prebidsold"}),s=gp(s,"APIcounted")}return s},Rm=()=>{Po.videoHandlers.forEach((e=>{Dc(e)})),Po.videoHandlers=[]},Nm=(e,t,s)=>{if(Gu.isDynamic=(0,Rt.y1)("dynamic"),Gu.time=s-(Gu.timestamp||s)||null,Gu.timestamp=s,Gu.ctype=e,Gu.isDynamic){const s=(0,ue.g1)("viewConfig");if(kd(e,s).auctions&&Po.useLazyBidding){Xu();const e=(0,cr.xG)();(0,w.Z)(e,(t=>{np(t,e[t])}))}else Hu(!1,void 0,t)}};let Mm=!1;const Vm=(e,t)=>{try{const s="onEvent",n=Date.now(),o=(0,ue.fS)("usePvFraction"),r=(0,ue.g1)("blackListConfig"),i=t&&t.nextDot&&t.nextDot.ctype;let a=(0,f.ZF)("ctype");switch(t&&t.ctype&&(a=t.ctype),e){case"page:close":Mm=!0,(0,w.Z)(Ld,(e=>{xd(e)})),Rm(),o&&(Po.pvfraction=mm()),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,es.wV)("HIGTest")&&(Po.bidsReceived=(e=>{const t=e.filter((e=>"sspWPM"!==e.bidderCode));return fp.clear(),t})(Po.bidsReceived)),Gu.prevCtype=a,Gu.timeclose=n,Cd.reset(),Po.auctionsCountPerView=-1;break;case"page:view":Mm?(_d(r),cm(),Gu.timeview=n,dp(a),Nm(a,i,n),Mm=!1):(0,Rs.Z)({message:`PrebidAPI.${s}`,path:"pageViewBeforePageClose",fileName:a},1e3);break;case"video:ready":Gu.timeready=n,(0,Ro.Z)("VideoReadyTime");break;case"video:apd":Gu.timeApd=n,(0,Ro.Z)("VideoApdTime"),(0,Op.Z)("VideoReadyToVideoAPD","VideoReadyTime","VideoApdTime")}}catch(e){(0,Q.Z)(e,"onEvent")}},Bm=()=>(console.table&&console.table(Po.healthStatus),Po.healthStatus),Um=e=>{const t=(0,f.ZF)("ctype"),s=(0,ue.g1)("viewConfig"),n=(0,ue.g1)("blackListConfig"),o=kd(t,s);_d(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))}))},Fm=(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,Fe.bh)(e,t).creation}o&&e&&n&&(Object.assign(o,n),o.modsToLoad=o.modsToLoad||[],o.modsToLoad.push(e),Xs(o))};class qm{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 zm=()=>{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 qm(t,e,s);o.push(r)}))})),o.length?e.table&&e.table(o):e.warn("No prebid responses")}};class Gm{constructor(e,t,s,n,o){this.adunit=e,this.adId=t,this.bidder=s,this.time=n,this.cpm=o}}const Hm=(e=window.pbjs)=>{const t="showAllWinningBids",{console:s}=window,n=[];if(e&&P.Z.f(e.getHighestCpmBids)){(e.getHighestCpmBids()||[]).forEach((e=>{const t=new Gm(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},Wm=e=>{const t=parseInt(e,10),s=ri();Array.isArray(s)&&s.length>0&&Cd.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},Km=[316,317],Jm=(e,t,s)=>{const n=s?[s]:Km,o=t||`fA-${(0,it.Nu)()}`;ap({slots:n},e,o)},Qm=(e,t)=>{const s=`fA-${(0,it.Nu)()}`;ap({slots:e},t,s)},Ym=e=>{const t=e,s=["ad","adUrl","noad","native","vast","vastUrl"].reduce(((e,s)=>e||t[s]),0),{adId:n,bidder:o,cpm:r,ttl:i}=t,{rekid:a}=window;let{slot:c,size:l}=t;if(!c)return!1;s||(c>=150?t.vast='<VAST xmlns:xsi="//www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast2.xsd" version="2.0"><Ad id="testwp001"><InLine><AdSystem>TESTWP</AdSystem><AdTitle>TESTWP</AdTitle><Creatives><Creative><Linear><Duration>00:00:15</Duration><TrackingEvents></TrackingEvents><VideoClicks><ClickThrough><![CDATA[https://www.wp.pl/?from=video]]></ClickThrough></VideoClicks><MediaFiles><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/mp4"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.mp4]]></MediaFile><MediaFile delivery="progressive" bitrate="512" width="720" height="405" type="video/webm"><![CDATA[//adv.wp.pl/RM/Box/2018-06/gp/14/instream/Farmerama_Trailer_2015_15s.webm]]></MediaFile></MediaFiles></Linear></Creative></Creatives></InLine></Ad></VAST>':c>=80&&c<84?t.native={title:"Testowa reklama Native",clickUrl:"https://www.wp.pl/?from=native",image:{width:300,height:150,url:"https://dummyimage.com/400x270/000/fff.png"},impressionTrackers:[]}:t.ad='<a href="https://www.wp.pl/?from=banner" target="_blank"><img src="https://dummyimage.com/300x250/000/fff.png&text=prebid" style="width:300px;height:250px;border:0" /></a>'),l||(t.ad&&(l=[300,250]),(t.vast||t.vastUrl)&&(l=[640,360]),t.native&&(l=[1,1])),Number.isNaN(c)||(c=c.toString());let d={adId:n||`testwp${Math.floor(1e10*Math.random())}`,bidder:o||"testwp",bidderCode:o||"testwp",adUnitCode:`slot${c}`,cpm:parseFloat(r)||99,width:l[0],height:l[1],ttl:i||3e3,statusMessage:"bid available",requestTimestamp:Date.now(),responseTimestamp:Date.now(),timeToRespond:0,ad:t.ad,vastContent:t.vast,vastUrl:t.vastUrl,vastImpUrl:t.vastImpUrl,native:t.native,adUrl:t.adurl};return d=Ap(d),Po.bidsReceived.push(d),a&&t.reload&&_l(a,c),d},Xm={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"},ef=e=>{let t=!1;const s=e||"";return Object.keys(Xm).some((e=>s.indexOf(Xm[e])>0&&(t=e,!0))),t},tf=(e,t)=>{const s=e.log||{},n=ef(s.url);n&&(0,ar.Z)(`PrebidAjax${t.substr(0,1).toUpperCase()}${t.substr(1)}_${n.toUpperCase()}`)},sf="PrebidAPI",nf=()=>{const{console:e}=window,{bidderLimiterTver:t,version:s}=(0,es.Uu)(),n=(0,ue.fS)("forceBidderLimiter"),o={init:Em,afterBunch:Zd,updateCurrency:vd,onPrebidLoad:Pm,slotIsLimited:Wm,startAudioAuction:Jm,startDisplayAuction:Qm,getComponentAuctionConfig:jo,getSlotCPM:im,getHighestBid:Zp,getFledgeDam:gd,getFledgeResult:em,getFledgeStatus:ko,getFloorPrice:Cu,getGAMTarget:om,getDFPMultiplier:Xp,getPvFraction:()=>Po.pvfraction,getPPID:()=>Po.ppid,generateFledge:mp,generateInline:Jp,logS2S:Tm,runFledgeAuction:qu,runMod:Fm,restrictAndLimitSlots:Um,startVideoAuction:cp,markFledgeUsed:Om,markUsed:jm,markSold:$m,getVideoBid:am,getAudioBid:Qp,prebidDam:_e.Z},r={testBid:Ym,applyConfig:up,getState:()=>(0,Jd.Z)("getState call"),clearBids:pp,logPrebid:_p,setBidFlag:gp,xhrLogger:tf,healthCheck:Bm,getPrebidConfig:Lo.Kp,_ver:"2.4.926",_buildDate:"2023-11-27 11:46:42",_bidsReceived:Po.bidsReceived,_auctions:Sp,_bidderLimiterStore:Vd(),bidderLimiterActive:n||t&&t===s,emptyLimits:Po.emptyLimits};(0,st.qL)("prebid",Object.freeze(o),(0,ot.Vq)()),window.__prebiddebug__=Object.freeze(r),(0,Ze.Z)(sf,!0),(0,Op.Z)("PrebidChunkInited","PrebidChunk","PrebidInited"),(0,et.Hj)("page:close",Vm),(0,et.Hj)("page:view",Vm),(0,et.Hj)("video:ready",Vm),(0,et.Hj)("video:apd",Vm);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:zm},{name:"Show all winning bids",action:Hm}),t.additionalActions=s}}catch(e){e.name="ProgrammaticError",(0,Q.Z)(e,sf)}},of="Prebid",rf=e=>{const t={que:[]},s=e=>{(0,Ze.Z)(of,!1),P.Z.o(e)&&(e.name="ProgrammaticError",(0,Q.Z)(e,of)),cd.error=!0,_e.Z.open()};try{delete window._pbjsGlobals,delete window.pbjs,delete window.pbjsChunk,window.pbjs=t}catch(e){(0,le.o)("pbjs",void 0,!0,!0),s(e)}const n=()=>{(0,Ii.Rn)()||(0,ar.Z)(`${of}NoStatidOnInit`),t.que.push((()=>{(0,Ii.Rn)()||(0,ar.Z)(`${of}NoStatidOnPbjs`);const e=(0,st.ac)("prebid");if(null!=e&&e.init)try{e.init(t),Ce.Z.open()}catch(e){s(e)}else{(0,le.o)("prebidAPI",void 0,!0,!0);const e=new Error("PrebidAPI missing after load");s(e)}}))};if(ld()){_e.Z.close(),co("load"),nf(),(0,Ro.Z)(`${of}Load`),(0,Us.Z)(`${of}LoadTiming`,`${of}Load`,`${of}Loaded`),co("loaded"),se.Z.fill((()=>{P.Z.f(e)?e(n):n()})),pd();(0,ue.fS)("preloadCriteoDisable")||dd((0,Bc.VP)())}else _e.Z.open()},af=()=>{rf(!De.gafParallel&&De.gafFirst&&ll)},cf=(0,Be.qm)("optOut"),lf=(e,t,s)=>{const{config:n,gafSlot:o}=s;if(cf&&Object.assign(t,{privacyIcon:"https://i.wp.pl/a/i/stg/pkf/bg.png",privacyLink:"https://reklama.wp.pl",advName:"1"!==cf?cf:"Testowy Advertiser"}),n){const{advName:s,privacyIcon:a,privacyLink:c}=t;var r,i;if(c||a||s)(0,Rs.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,cs.Z)("Teaser link (A tag) must be wrapped by a container (non A tag) or 'onRenderCallback' returns wrong element (not container)."),(0,Ye.Cj)(e,(0,Ye.cu)("optout",{position:"relative"})),(0,Ye.Vx)())})(e)}},df=(e,t)=>{if((0,rs.Z)(e)&&P.Z.f(t)){const s=e+(0,it.Nu)();return window[s]=(...n)=>{try{t.apply(window,n),delete window[s]}catch(t){t.campaign=e,(0,Q.Z)(t,"globalCallback")}},s}},uf=({creation:e,imaData:t,onAfterRender:s})=>t=>{if(!e.onRenderCallbackDone){if(e.onRenderCallbackDone=!0,e.pvid!==(0,ot.Vq)())return void e.onError("render on incorrect PVID");if(t){const n=t.el;if((0,eo.Z)(n)){const t=n.getAttribute("href")?n:n.querySelector("a"),o=Sn(t);if((0,at.r)(n),(0,at.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")}},pf=(e,t,s,n,o)=>{const r=(0,xn.F)(o,"setNative"),i=uf({creation:t,imaData:e,onAfterRender:s});if(t.pvid===(0,ot.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")},mf="ContentStreamRC",ff=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,cs.Z)(`Ad started, but viewability measurement did not start in 5s for slot ${t}.`,"error")}}}),5e3)},gf=(e,t)=>{const s=/%native_dom_id%/g;return e.map((e=>e.replace(s,t)))},hf={contentstream:({onRequestError:e,onDestroyedError:t,onDataError:s,bunchID:n,slotNumber:o,creation:r,imaData:i,hash:a})=>{const c=(0,Gi.Z)(160,[1,2,3,4,5]),{gafSlot:l,config:d,rebuild:{container:u}}=r,{dataset:p}=u,m=df(mf,(e=>{if(r.destroyed)return void t();let a;try{const{ads:[t]}=e;t&&(i.src=t.images[0].url,i.url=(0,rt.mess)(Ko(r.redir,t.clickUrl)),i.text=t.title,a=!0)}catch(e){s()}if(a){pf(i,r,(e=>{r.destroyed?t():lf(e,i,r)}),n,o)}else(0,Et.Z)(n,o,l,!0,!0)})),f=df(mf,(()=>{r.destroyed?t():e()}));p.nsType="customPlacement",p.nsHash=a,p.nsService="adart",p.nsSuccess=m,p.nsError=f,u.classList.add("kd_ns_placement"),d.addDestroyHandler((()=>{delete p.nsType,delete p.nsHash,delete p.nsService,delete p.nsSuccess,delete p.nsError,u.classList.remove("kd_ns_placement")})),c?(0,_t.Z)({src:"//emisja.contentstream.pl/aldente/kd_process_function.js?TYPE=customPlacement",target:u,onError(){e()}}):(0,Et.Z)(n,o,l,!0,!0)},native:({onDestroyedError:e,bunchID:t,slotNumber:s,creation:n,imaData:o,data:r})=>{o.src=(0,rt.mess)(r.src),o.url=(0,rt.mess)(Ko(n.redir,r.url))||n.redirUrl,o.text=r.text,o.advName=r.advName,o.privacyIcon=r.privacyIcon,o.privacyLink=r.privacyLink;pf(o,n,(t=>{if(n.destroyed)return void e();const{adUnit:s,jsTracker:i,bidCallback:a,clickPixel:c,impPixel:l}=r;if((0,Fs.Z)(l),t){if(null!=i&&i.length){const e=gf((0,Vs.Z)(i),s),n=(0,gt.Z)({id:s,width:0,height:0},{display:"block"});n.appendTo(t),n.write(e.join(""))}P.Z.f(a)&&a(),c&&t.addEventListener("click",(()=>{(0,Fs.Z)(c)}),!1)}lf(t,o,n)}),t,s)}},Af=e=>{const{data:t,config:s,gafSlot:n,type:o,labelText:r,showLabel:i}=e,{system:a,hash:c,prefix:l}=t,d=(0,j.Z)(s.bunch),u=(0,j.Z)(s.slot),p=hf[a],m=(e,t)=>{const s=e+(null!=t&&t.message?`: ${t.message}`:""),r=Ys({name:"NativeAPIError"},s,a,o);Ps(d,u,r,n)};if(p){(0,ar.Z)(`NativeSystem${a.toUpperCase()}`);const s={type:"teaser",system:a,labelText:r||lt.Z,hideLabel:!i,prefix:l},o={onRequestError:()=>{m("request error")},onDestroyedError:()=>{m("destroyed error")},onDataError:()=>{m("data error")},bunchID:d,slotNumber:u,creation:e,imaData:s,data:t,hash:c};e.imaData=s,e.onError=m,ff(n),p(o)}else m("missing system")},vf=(0,j.Z)((0,Be.qm)("interstitial")),Zf=(0,j.Z)((0,Be.qm)("anchorad")),bf=(0,Be.qm)("nativegam"),wf=(e,t)=>{bf&&(t.isNative=!0),vf&&(t.isInterstitial=e===vf),Zf&&(t.isAnchor=e===Zf);const{isNative:s,isAnchor:n,isInterstitial:o}=t;(o||n)&&(t.targeting.DFPHASH="0");return{type:s?Me.Hu:Me.oq,showLabel:!(n||o||s),dfpConfig:t}},yf=e=>{const t=(e=>{const t=(0,Fe.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},Sf=(e,t)=>1.2*Math.max(e,t)/100,Cf=(e,t,s)=>{const{isActive:n,mexExcludedSlots:o,mexRate:r}=qn();if(!n)return t;if(o.includes(e))return t;if(ps(t.DFPHASH)>r)return t;const i=Object.assign({},t,{DFPHASH:us(r),OAS_retarg:t.OAS_retarg?`${t.OAS_retarg}x`:"0x"});return s.isMex=!0,i},_f=(e,t)=>{const{version:s,noDfpaTestOverride:n,testName:o}=t,r=/test/.test(e);if(!s||n||r)return e;const i=(0,ue.g1)("resetTestAdk"),a=i&&i.includes(s);return`${e}-test${s}${o&&a?`-${o}`:""}`},kf=(e,t,s)=>{const{slotsStartTime:n}=Gt,o=(e=>(0,I.Z)(Ht[e]))(e);if(!o){var r;const{blackBoxData:o}=window,i=(null==o||null==(r=o.payload)?void 0:r.ssid)||(0,it.Nu)(8,!0),a={slN:e,cnt:null==t?void 0:t.country,hSd:s,ssid:i};Jt(e,a),[1,3].includes(e)&&(n[e]=n[e]||Date.now())}return Wt(e)};var If=s(421),Pf=s(3567);const Ef=(e,t,s,n)=>{if(s.delivered){s.prevDivs=(0,If.c)(t,n),(0,If.M)(t,s),s.run=1,(0,ar.Z)("GafAPICreativeRun"),(0,Pf.Z)(t,"GafAPIRunBidded");try{O(s)()}catch(n){Ps(e,t,Ys(n,!1,T),s)}}else s.vendor=bs.vC,ks(e,t,s)},Tf=(e,t)=>{Is("requestID",e,t)},Of=(e,t,s,n,o,r)=>{let i;o||(i=s?n?bs.vU:t?bs.a8:bs.Tc:bs.B6,r&&(i=bs.OS),(0,ar.Z)(`GAMConfigStatus${i}`),Is("dfpCfgStat",e,i))},{competitionData:Lf,debugGAF:xf}={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}},Df=(e,t,s)=>{if("high-cpm-bidder"!==e)return;let n;const o=(0,Ae.bB)("adtech","PRG-3468");if(ms(e,t,o,"B",199)&&(n=2),n){if(!s)return{testHigMultiplier:n};(e=>{Object.assign(Lf,{sbMultiplier:e,isSbOver2:!0}),xf.sb2=1})(n)}},$f=(e,t)=>{const s=Wt(e);return s&&Object.assign(s,t),s},jf=(e,t)=>$f(e,{amzn_bid:t}),Rf=(e,t,s)=>{var n;return $f(e,{gaf_cpm:t.roshash,gaf_directOnly:(0,C.Z)("directOnly",s),gaf_model:(0,C.Z)("model",s),gaf_system:t.provider,gaf_external:(0,mt.Z)(null==(n=t.source)?void 0:n.external)})},Nf=(e,t,s,n)=>$f(e,{dfp_adU:t.placement,dfp_cpm:t.roshash,dfp_dfpH:(null==s?void 0:s.DFPHASH)||void 0,dfp_psbk:n}),Mf=(e,t,s,n,o)=>{const r=Wt(e),i={prbd_ccpm:t.ccpm,prbd_cpm:t.cpm,prbd_cpmpl:t.cpmpl,prbd_fp:s,prbd_an:t.auctionCounter,prbd_platform:Bd(t),prbd_dl:n};return 1===o&&i.prbd_ccpm>r.prbd_ccpm&&(i.prbd_prbdUpd="1"),$f(e,i),r},Vf=e=>{const{campaign:t,lazy:s}=e,n={campaign:t,lazy:s};L(n,O(e)),e.direct=n,x(e),e.campaign=void 0,e.lazy=void 0,e.delivered=0},Bf=e=>{const t=e.DFPHASH,s=ps(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=us(o);return e.DFPHASHV=r,e};var Uf=s(622);const Ff=(e,t,s)=>!!(0,cr.ni)(t)||((0,Uf.Z)(e,t,s),!1),qf=Pi(),zf=async(e,t,s)=>{const n=(0,es.Uu)(),o="DFPHASH",r=n.agentGAM,i=(0,I.Z)((0,Fe.cT)("dfp")),a=(0,js.XG)()===$e.CG,c=(0,es.wV)("agentGAM")||(0,ue.fS)("enableGAMAgent")||a;if(!Ff(e,t,s))return;let l,d;s.delivered&&(0,Ue.nB)()&&(0,Ue.Ai)();let u=!1;const p=(0,Fe.fw)("geo"),m=(0,Fe.fw)("rshsd"),{campaign:f,dfpConfig:g,passed:h,bidRequestId:A,isAsr:v}=s,Z=!!qf||!v,b=!(0,te.YE)()&&!!f&&Z;let w,y,S,_,k,E,T,O,x,D=ye();if(kf(t,p,m),v&&Is("asr",t,1),h||Tf(t,A),b){const{sellingModel:e,creative:s}=f;if(s){Rf(t,s,e);const{source:n={},provider:o}=s,{external:r,bidder:i}=n;w=ps(s.roshash,m)||0,r?T=w:"ma_high-cpm-bidder"===o&&(O=w,({testHigMultiplier:x}=Df(i,O)||{})),(0,C.Z)("directOnly",e)&&(s.roshash="ZZZZ",D=!0),E=s.roshash}}const{isAllowed:$,isBlocked:j}=nd(),R=(0,I.Z)(g),N=$&&!j&&R&&!D,{isLoaded:M}=Jn;let V,B,U,F,q;const z=(0,st.ac)("prebid"),G=!cd.error&&(!cd.timedOut||cd.loaded),H=!D&&z&&G&&!(0,te.U6)()&&!(0,Ss.s)(t),W=(0,ho.Z)()&&(0,ue.fS)("fledgeOn");let K;if(Of(t,j,R,!$,h,D),H&&({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&&us(o,n),c=t.getFloorPrice(`slot${e}`,r),l=(r.deal||r.dealId)&&1;return Mf(e,r,c,l,s),{highestBidCPM:o,highestBid:r,highestBidBidder:i,highestBidHash:a}})(t,z,h,m)),N){if(y=g.targeting,S=g.roshash,g.div=_f(g.div,n),M){const e=(e=>Qn.find((t=>t.slotID===`slot${e}`&&!t.used)))(t);if(e){const{amzniid:s,amznbid:n}=e;jf(t,n),Object.assign(y,e),(e=>{const t=Qn.find((t=>t.amzniid===e));t&&(t.used=!0)})(s)}}const e=y[o]&&ps(y[o]);let s;if(H&&(_=z.getGAMTarget(t,B,e,U,T,O,x)),!_&&((r||a)&&(y.baseBDCPM=i?"1":"2"),c)){const n=yf(t);if(n){const{multiplier:t,multiplierIndex:o,epoch:r}=n,i=`${o}`;_={target:e*t,targetModel:a?8:7},y.bd_mn=i,y.epoch=`${r}`,s=!0}}_&&(y.OAS_retarg=`${_.targetModel||0}`,k=us(_.target,m));const u=us(0,m);k&&k>(s?E||u:S)?(q=10*Math.ceil(_.target/10),q>=100*g.ceil?(B&&F>E&&(l=!0),Is("dfpCfgStat",t,bs.ZJ)):(y[o]=us(q),d=!0)):(s&&(y.OAS_retarg=a?"8a":"7a"),d=!0)}else b?B&&F>E&&(l=!0):B&&(l=!0);W&&(K=Sf(w,B));const J=(e=>{const t=Fu.get(e);if(t)return s=>{t&&(t.resolve(s),Fu.delete(e))}})(t);if(P.Z.f(J)){J($o(t,K))}const Q=gd(t);if(Q){(0,Ro.Z)("beforeFledgeDam"),await Q,(0,Ro.Z)("afterFledgeDam");const e=(0,Ae.bB)("adtech","PU-227");(0,Op.Z)(`fledgeDam_${e}`,"beforeFledgeDam","afterFledgeDam")}const Y=H&&z.getFledgeResult(t);if((null==Y?void 0:Y.priority)||!d&&Y){s.campaign=ze("FledgeCampaign","fledge",!1,"fledge-creative",us(K,m),"fledge");const n=z.generateFledge(e,t,Y);L(s,(()=>{si(n,s)})),s.vendor=bs.LY,u=!0,z.markFledgeUsed(Y)}else if(l){b&&Vf(s);const n=z.generateInline(e,t,v);n.sspWPM?(s.campaign=(0,vt.Z)(n.campaign),n.campaign=void 0):s.campaign=ze("PrebidCampaign","prebid",!1,V.creativeId,F,Bd(V));const o=(0,vt.Z)(n);L(s,(()=>{si(o,s)})),s.vendor=bs.qj,u=!0}else if(d){Nf(t,g,y,h),Object.assign(y,Cf(t,y,s)),y=Bf(y),b&&Vf(s),s.fledgeFloorPrice=K,s.campaign=ze("GAM","GAM",!1,g.placement.replace(/^(\/\d+\/)/,""),S,"GAM");const n={bunch:e,slot:t,creations:[wf(t,g)]};L(s,(()=>{si(n,s)})),u=!0}else if(b){const{id:e}=f,t="CriteoDirect"===e;s.vendor=t?bs.b9:bs.$M,u=!0}var X;(0,es.wV)("HIGTest")&&Is("sspWPMRequestId",t,null==(X=V)?void 0:X.sspWPMRequestId);s.delivered=(0,mt.Z)(u);Ef(e,t,s,d)};var Gf=s(9982),Hf=s(8883),Wf=s(1162),Kf=s(1037),Jf=s(2222);const Qf="WelcomeScreen",Yf=e=>{(()=>{const t=window,s=e.welcomeScreen,n=(0,go.Z)(),{removeQuitHandler:o,sendStats:r}=(0,Kf.Z)("welcomeScreenAction");r("show");const{backgroundLink:i,backgroundColor:a=(n?"#2A2A2A":"#f2f0f3"),counterText:c="Przekierowanie za {{time}} {{s}}",buttonText:l="Przejdź teraz &#8250;",buttonBackground:d,buttonColor:u="#005599",fullscreen:p=!1,isLogout:m=!1,time:f=15e3}=s;let g,h,A,v,Z;const w=(0,Ye.cu)(`${Qf}Lock`,{overflow:"hidden !important"}),S=(e=1)=>`translate3d(-50%, -50%, 0) scale(${e})`,C=(0,Ye.Cj)((0,Zn.Z)(),(0,Ye.cu)(Qf,{position:"absolute",left:0,top:0,display:"block",width:"100%",height:"100vh",backgroundColor:a,zIndex:(0,Wf.Z)()})),_=(()=>{const t=(0,Ye.Cj)((0,Zn.Z)(),(0,Ye.cu)(`${Qf}Box`,{"position!":"absolute",left:"50%","top!":"50%","transform!":S(),"width!":p?"100%":e.width,"height!":p?"auto":e.height,"marginTop!":44,"maxWidth!":"none",zIndex:1,boxSizing:"border-box"},["transform"]));return C.appendChild(t),t})(),k=()=>{const s=(0,va.Z)()-88;let n;n=t.innerWidth/s>e.width/e.height?s<e.height?s/e.height:1:t.innerWidth<e.width?t.innerWidth/e.width:1,(0,Ye.cu)(`${Qf}Box`,{"transform!":S(n)},["transform"]),(0,Ye.Vx)(!0)},I=e=>{"clearAutoHideTl"===e.data&&(clearInterval(h),g.textContent="")},P=e=>{o(),clearInterval(h),t.removeEventListener("resize",k),t.removeEventListener("message",I),C.remove(),v.remove(),Z.remove(),(0,Ye.ef)((0,Go.Z)(),w),(0,Ye.Vx)(),r(e)};(0,Jf.Z)(),t.scrollTo(0,0),t.addEventListener("message",I),e.scalable&&(t.addEventListener("resize",k),k()),(()=>{const e=(0,Zn.Z)(),s=(0,Ye.cu)(`${Qf}Bar`,{position:"absolute",left:0,top:0,width:"100%",padding:"12px 32px",background:n?"#000":"#fff",boxSizing:"border-box",boxShadow:"0px 12px 12px rgba(0, 0, 0, 0.25)",zIndex:2});(0,Ye.Cj)(e,s),A=(0,Zn.Z)();const o=(0,Ye.cu)(`${Qf}ProgressBar`,{position:"absolute",top:0,left:0,width:"0%",height:"100%",background:n?"#303030":"#F0F0F0",transition:`width ${Math.floor(f/1e3)}s linear 1s`,willChange:"width"},["transition"]);(0,Ye.Cj)(A,o),e.appendChild(A);const r=(0,Zn.Z)(),i=(0,Ye.cu)(`${Qf}BarInner`,{position:"relative",display:"block",width:"100%",margin:"0 auto",textAlign:"right",verticalAlign:"middle",color:"#000",fontFamily:"Arial, sans-serif",boxSizing:"border-box"});(0,Ye.Cj)(r,i),e.appendChild(r);const a=(0,Zn.Z)("img"),c=(0,Ye.cu)(`${Qf}Logo`,{position:"absolute",top:"50%",left:0,transform:"translate3d(0, -50%, 0)",height:38,cursor:"pointer"},["transform"]);(0,Ye.Cj)(a,c),a.src=(0,Hf.Z)(),a.addEventListener("click",(()=>{P("logo")})),r.appendChild(a);const p=(0,Zn.Z)(),h=(0,Ye.cu)(`${Qf}RightCol`,{margin:"10px 0"});(0,Ye.Cj)(p,h),r.appendChild(p),g=(0,Zn.Z)();const v=(0,Ye.cu)(`${Qf}Counter`,{display:"inline-block",marginRight:24,fontSize:16,color:n?"#b3b3b3":null});(0,Ye.Cj)(g,v),p.appendChild(g);const Z=(0,Zn.Z)(),b=(0,Ye.cu)(`${Qf}Button`,{display:"inline-block",padding:12,backgroundColor:d||"#fff",color:u,fontSize:16,lineHeight:"100%",border:`2px solid ${u}`,borderRadius:4,cursor:"pointer",transition:"0.4s all"},["transition"]);if((0,Ye.cu)(`${Qf}Button:hover`,{display:"inline-block",backgroundColor:"#E52B2C",color:"#fff",borderColor:"#E52B2C"}),(0,Ye.Cj)(Z,b),Z.innerHTML=l,Z.addEventListener("click",(()=>{P("skip")})),p.appendChild(Z),m){Z.textContent="";const e=(0,Zn.Z)(),s=(0,Ye.cu)(`${Qf}LoginButton`,{display:"inline-block",padding:"10px 20px",fontSize:14,lineHeight:"100%",borderRadius:3,cursor:"pointer",position:"absolute",left:"150px",top:"7px",border:"1px solid #005599",background:"none",color:"#005599"});(0,Ye.Cj)(e,s),e.innerHTML="&lsaquo; Zaloguj ponownie";const n={content:'""',width:3,borderRadius:3,background:"#FFF",height:30,display:"inline-block",verticalAlign:"middle",position:"absolute",top:10,left:23},o=(0,Ye.cu)(`${Qf}Button:before`,Object.assign({transform:"rotate(45deg)"},n)),r=(0,Ye.cu)(`${Qf}Button:after`,Object.assign({transform:"rotate(-45deg)"},n));(0,Ye.Cj)(Z,o),(0,Ye.Cj)(Z,r),e.addEventListener("click",(()=>{t.open("https://poczta.wp.pl","_self")})),p.insertBefore(e,p.firstChild);const i=(0,Ye.cu)(`${Qf}Button`,{width:50,height:50,fontSize:30,verticalAlign:"middle",position:"relative"});(0,Ye.Cj)(Z,i)}C.appendChild(e)})(),(()=>{if((0,rs.Z)(i)){const t=(0,Zn.Z)("a");(0,Ye.Cj)(t,(0,Ye.cu)(`${Qf}Background`,{position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:0})),t.href=(0,rt.mess)(Ko(e.redir,i)),t.target="_blank",t.rel="noopener";const s=()=>{P("background")};t.addEventListener("click",s),C.appendChild(t)}})(),v=(0,Ye.Cj)((0,Zn.Z)(),(0,Ye.cu)(`${Qf}Preloader`,{position:"absolute",left:"50%",top:"50%",transform:S(),marginTop:32},["transform"])),v.innerHTML='<div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>',Z=(0,b.Z)(".spinner{text-align:center}.spinner>div{width:12px;height:12px;margin:0 2px;background-color:#919191;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}"),(0,y.Z)().appendChild(Z),C.appendChild(v),(0,Ye.Vx)(!0),(0,Ye.Cj)((0,Go.Z)(),w).appendChild(C),p&&(e.width="100%",e.height="auto"),e.config.addDestroyHandler(P),e.config.display(_),(()=>{(0,Ye.cu)(`${Qf}ProgressBar`,{width:"100%"}),(0,Ye.Vx)();const e=s.labelText||lt.Z;let t=Math.floor(f/1e3);h=setInterval((()=>{let s="";0===t?s="":t<2?s="ę":t<5&&(s="y");let n=c.replace("{{time}}",t).replace("{{s}}",`sekund${s}`);n=n.replace("REKLAMA: ",""),g.innerHTML=`${e}: ${n}`,t-=1,-1===t&&P("auto")}),1e3)})()})()};var Xf=s(4190);const eg=()=>{(0,Sc.ZP)(),(0,ii.ZP)(),xa(),Ya(),ra(),xl(),(0,Xf.Z)("GafAPI",yi,n,zf,Gf.Z,af,Af),(0,Xf.Z)("GafSPA",ki),Y(),K("welcomeScreen",Yf),ae(),yc(),Ha(),id()}},7343:(e,t,s)=>{"use strict";s.d(t,{Z:()=>ga});var n={};s.r(n),s.d(n,{cancel:()=>_e,restore:()=>ke});var o={};s.r(o),s.d(o,{canDetect:()=>Sn.bp,dam:()=>Cn.Z,getResult:()=>Sn.Sg,sendDot:()=>Sn.v5});var r={};s.r(r),s.d(r,{adtech:()=>he.Zd,analytics:()=>he.co,application:()=>he.wU,distributeByRange:()=>Ke,distributeEvenly:()=>Ge,distributeRandomly:()=>Je,getAll:()=>he.go});var i={};s.r(i),s.d(i,{erase:()=>I.Z,eraseGlobally:()=>gs.Z,expire:()=>hi.Z,get:()=>ue.Z,getAll:()=>Xs.Z,hasSupport:()=>Ai.Z,noexpire:()=>vi.Z,set:()=>E.Z,setGlobally:()=>je.Z});var a={};s.r(a),s.d(a,{get:()=>Ii,remove:()=>Pi,set:()=>ki});var c={};s.r(c),s.d(c,{educate:()=>Ei,getResults:()=>ae,mess:()=>kn.mess,sealed:()=>S.VP,unmess:()=>kn.unmess});var l={};s.r(l),s.d(l,{getBunchID:()=>ko.P,getDotParams:()=>vn.ZF,getSN:()=>xe.W_,hasSN:()=>xe.GD,isABC:()=>U.TH,isMobile:()=>$.R,isMoney:()=>U.c3,isO2:()=>U.LM,isPAKO:()=>U.QT,isParenting:()=>U.Zo,isPoczta:()=>U.V8,isPudelek:()=>U.YG,isSF:()=>U.Qt,isSG:()=>U.KD,isWebmail:()=>U.X2,testSN:()=>xe.y1});var d={};s.r(d),s.d(d,{check:()=>Mt.BF,checkVendorPermissions:()=>Ti.Z,get:()=>Mt.U2,getConsentString:()=>Nt.do,getHoldingState:()=>Mt.uB,replaceConsentTags:()=>Oi.Z,runAfterConsent:()=>Li,showConsentForm:()=>Xt});var u={};s.r(u),s.d(u,{active:()=>ps._x,count:()=>Di.Z,getEntriesByName:()=>F.bE,getEntriesByType:()=>F.Cr,mark:()=>us.Z,measure:()=>$i.Z,now:()=>F.zO,registerMark:()=>xi.$T,registerMeasure:()=>xi.OK,wrapMeasure:()=>W.Z});var p={};s.r(p),s.d(p,{click:()=>yr,dot:()=>No,generateDot:()=>Ro,generateShow:()=>sr.V,getContentPlatform:()=>Ie.Hl,getDotParams:()=>vn.ZF,getPageViewID:()=>Po.Vq,getReferrer:()=>qs.a,getWasReloaded:()=>Es.r,media:()=>ji,setDarkMode:()=>wn,show:()=>sr.Z,wave:()=>en.Z});var m={};s.r(m),s.d(m,{get:()=>k.Z,getAll:()=>Ri.Z,hasSupport:()=>Ni.Z,remove:()=>P.Z,set:()=>T.Z});var f={};s.r(f),s.d(f,{get:()=>Mi,remove:()=>Bi,set:()=>Vi});var g={};s.r(g),s.d(g,{deprecated:()=>it.Z,error:()=>Ui.vU,flag:()=>_.Z,info:()=>Ui.um,init:()=>Ui.S1,issue:()=>We.Z,loadConsole:()=>Fi.q$,log:()=>Ui.cM,setStyle:()=>Ui.A_,warn:()=>Ui.ZK});var h={};s.r(h),s.d(h,{addAnimation:()=>at.El,addStyle:()=>at.cu,pin:()=>at.Cj,removeStyle:()=>at.jo,resetStore:()=>zi.i,setStore:()=>zi.P,togglePin:()=>at.aB,unpin:()=>at.ef,update:()=>at.Vx});var A={};s.r(A),s.d(A,{disconnect:()=>Gi.Z,observe:()=>Hi.Z,replaceNode:()=>Wi.Z});var v={};s.r(v),s.d(v,{closePage:()=>pa,customAction:()=>da,registerBox:()=>ys.mk,registerContainer:()=>ys.H7,updateBox:()=>ys.uQ,viewPage:()=>ua});var Z={};s.r(Z),s.d(Z,{closePage:()=>ma,init:()=>Jo,refreshPage:()=>Zo,viewPage:()=>Zo});var b=s(3871),w=s(7952),y=s(2927),S=s(5131),C=s(846),_=s(1530),k=s(7508),I=s(4464),P=s(5865),E=s(5330),T=s(4634),O=s(6205);const L="PWA_adbd",x="WPadbd",D=e=>{(0,S.R9)(e),(0,_.Z)("Ad blocking",(0,S.VP)()),C.Z.fill((()=>{if((0,k.Z)(y.$$)){const t=(0,k.Z)(x);e!==(0,O.Z)(t)&&(0,T.Z)(y.$$,Date.now())}else{const e=new Date(2022,9,23);(0,T.Z)(y.$$,e.getTime())}(0,T.Z)(x,e),(0,E.Z)(L,e),e&&(0,I.Z)(y.tn)}))};var $=s(8727),j=s(6452),R=s(5620),N=s(1489),M=s(6025),V=s(7090),B=s(703),U=s(1770),F=s(2890),q=s(2395),z=s(5394);const G=(0,s(1386).Z)("Crux"),H=(e,t=0)=>{const s=e.bind(window),n=t+50*Math.random()+1;return setTimeout((()=>s()),n)};var W=s(4190);const K="ABDetector";let J,Q,Y,X,ee,te,se=!1,ne=!1;const oe=[],re=new Set,ie=new Set,ae=()=>({detected:se,permanently:(0,V.W)(),trackingProtection:(0,j.B)(),forcedBefore:re,forcedAfter:ie,pluginDetected:(0,M.q)(),results:oe,detectionTime:ee-X,totalTime:te-X}),ce=e=>{clearTimeout(Y);const t=()=>{ne||((()=>{const[e,t]=oe;(0,M.q)()||(!(U.hx&&re.size>3)||e&&e[2]||t&&t[2]||(0,j.j)(!0),re.size&&(se=!0)),se&&!(0,M.q)()&&(0,M.D)(N.TB)})(),J(se),ne=!0,ee=(0,F.zO)())};e?t():Y=H(t,300)},le=(e,t,s,n)=>{te=(0,F.zO)(),n&&G.open(),G.fill((()=>{s&&(0,V.G)(!0),ne?ie.add(e):(re.add(e),(t||s)&&(se=!0,(0,M.D)(t),Q(se),ce(s)))}))},de=(e,t)=>{(0,W.Z)(K,(()=>{const n=(0,B.qm)("forceDetection");X=(0,F.zO)(),(0,q.l)(le),J=t,Q=e,G.open(),n&&le("test"),s.e(124).then(s.bind(s,5211)).then((({apiDetector:e,domDetector:t})=>{const s=[e,t],n=s.length;let o=0;s.forEach((e=>{e().then((e=>{o+=1;const[t,s,r,,i]=e;oe[t]=e,r&&!se&&(se=r,i&&(0,M.D)(i)),se&&Q(se),o===n&&ce()}))}))})).catch((e=>{(0,z.Z)(e,K)}))}))};var ue=s(4596),pe=s(528),me=s(3205);let fe;const ge=e=>{fe=new Promise((e=>{if((0,R.s4)()||pe.Z)(0,S.R9)(S.Cl),(0,I.Z)(L),(0,P.Z)(x);else if((0,$.R)())D(S.Cl);else{const t=(0,O.Z)((0,k.Z)(x)||(0,ue.Z)(L))||S.Cl;D(t);const s=e=>{e&&D(S.WS)},n=t=>{D(t?S.WS:S.Cl),C.Z.fill((()=>{e((0,S.VP)()&&!(0,j.B)())}))};requestAnimationFrame((()=>{de(s,n)}).bind(window))}})),me.Z.f(e)&&e()};var he=s(9853),Ae=s(9460);const ve="WParld";var Ze=s(3495);const be="Autoreload";let we;const ye=(0,O.Z)((0,B.qm)("refreshTime"))||300,Se=()=>{we=Date.now()},Ce=()=>{if(we+1e3*ye<Date.now()){const e=e=>(null==e.isPlaying?void 0:e.isPlaying())&&e.getVolume&&e.getVolume()>0;0===(0,Ze.Z)().filter(e).length?((0,T.Z)(ve,1),window.scrollTo(0,0),window.location.reload()):Se()}else Se()},_e=()=>{(0,_.Z)(be,!1),(0,Ae.vS)("_visible",Ce)},ke=()=>{(0,_.Z)(be,!0),(0,Ae.vv)(Ce)};var Ie=s(2978),Pe=s(1384),Ee=s(1774),Te=s(2756);const Oe=(0,O.Z)((0,B.qm)("refreshTime")),Le=()=>{!Oe&&((0,B.qm)("noRefresh")||Ee.default.mode||(0,k.Z)("noRefresh"))?_e():C.Z.fill((()=>{const e=[Ie.o2,Ie.G$,Ie.O0,Ie.Xp,Ie.Ik];(0,Ie.aD)(e)&&(Se(),(0,Ae.hT)(Se),ke())})),(0,Pe.qL)("autoreload",(0,Te.Z)(n))};var xe=s(4841),De=s(4462),$e=s(8012),je=s(9062);const Re="WPabs",Ne=16777215;let Me;const Ve=()=>parseInt(Me,16);var Be=s(7550),Ue=s(2497),Fe=s(2443);const qe=(e,t)=>{e&&(0,Fe.Z)("wp_abtest_programmatic",t)},ze=Object.create(null),Ge=(e,t,s,n,o)=>{if((0,Be.Z)(n)&&!(0,xe.y1)(n))return;const r=((e,t,s,n)=>{if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,Ue.Z)(e)){const t=Ve(),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,he.jO)(t,s,r),qe(o,s))};var He=s(1133),We=s(9349);const Ke=(e,t,s,n,o)=>{var r,i;if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,He.Z)(e)){const n=e.filter((e=>e>0&&e<1)).sort(((e,t)=>e-t));r=n,i=e,JSON.stringify(r)!==JSON.stringify(i)&&(0,We.Z)("Incorrect thresholds given in 'distributeByRange'.","error"),n.push(1);const a=Ve()/Ne,c=n.length;for(let e=0;e<c;e+=1){if(a<=n[e]){const n=String.fromCharCode(65+e);return(0,he.jO)(t,s,n),void qe(o,s)}}}},Je=(e,t,s,n,o)=>{if((!(0,Be.Z)(n)||(0,xe.y1)(n))&&(0,Ue.Z)(e)){const n=(0,De.$6)(e),r=String.fromCharCode(65+n);(0,he.bB)(t,s)||(0,he.jO)(t,s,r),qe(o,s)}};var Qe=s(2617),Ye=s(276),Xe=s(369),et=s(9386),tt=s(8393);const st=(e,t)=>{tt.default.get("WPnxrfab",(({value:s})=>{const n=(e=>{let t;try{t=JSON.parse(e)}catch(e){}return(0,et.Z)(t)||(t={}),t})(s);me.Z.f(t)&&t(n,e);const o=(e=>{let t;try{t=JSON.stringify(e)}catch(e){}return(0,Be.Z)(t)||(t="{}"),t})(n);tt.default.set("WPnxrfab",o)}))},nt=()=>{const{hostname:e,pathname:t}=window.location;st(e+t,((e,t)=>{const s=Math.round(Date.now()/6e4);(0,Xe.Z)(e,((t,n)=>{s-n.ts>5&&delete e[t]}));const n=(0,he.KF)();n?e[t]={abtest:n,ts:s}:delete e[t]}))},ot=()=>{(()=>{const e=parseFloat((0,B.qm)("forceSeed"));(0,$e.Z)(e)||(Me=Math.floor(e*Ne).toString(16),(0,je.Z)(Re,Me)),Me||(Me=(0,ue.Z)(Re),Me||(Me=(0,De.Nu)(6,!0),(0,je.Z)(Re,Me)))})(),(0,xe.y1)("^wakacjepl")||(Je(2,"adtech","PRGM-497"),Ge(2,"adtech","PU-138","^(nwm_parenting|tech)"),Ge(2,"adtech","PU-179"),(0,Qe.Z)()&&Ge(2,"adtech","PU-227","^tech"),Ke([.25],"adtech","PRG-3468"),Je(3,"adtech","PRGM-346","^teleshow",!1,!1,!0),(0,Ye.Z)("2023-10-12","2023-10-18",(()=>{Ke([.44,.52,.6,.68,.76,.84,.92],"adtech","PROSGWP-7600","^sg_mobile",!0)})),(0,Ye.Z)("2023-10-19","2023-10-27",(()=>{Ke([.7],"adtech","AAB-58","o2_poczta_o2_pl_nh|poczta_nh",!0)})),(0,Ye.Z)("2023-10-26","2023-11-09",(()=>{Ke([1/3,2/3],"adtech","AAB-56","nwm_abczdrowie",!0)})));const e=(0,B.qm)("forceTest");if(e){const t=(0,B.qm)("forceVariant")||"A",s=(0,B.qm)("forceAuthority")||"adtech";(0,he.jO)(s,e,t)}nt()};var rt=s(2168),it=s(6918),at=s(8886),ct=s(4923);const lt=()=>{(0,ct.Z)((e=>{if((0,$.R)()){const t={"overflow-x!":"hidden"};(0,at.Cj)(e,(0,at.cu)("scrollFix",t)),(0,at.Vx)()}}))()};var dt=s(6539);let ut,pt;const mt=e=>{if(e){if(pt=(0,xe.W_)(),pt!==ut&&(0,it.Z)({message:"Bootstrap",path:"ChangingSiteName",fileName:`${ut} > ${pt}`},1,"Site name (SN) set statically differs from the one set dynamically during SPA initialization.","error"),ut)return}else ut=(0,xe.W_)();(0,Ie.ZP)(),(0,W.Z)("ABTests",ot),(0,rt.ZP)(),lt(),(0,it.Z)({message:"Bootstrap",path:"isMobile",fileName:`${typeof(0,dt.Z)("wp_mobile")}|${typeof(0,dt.Z)("isMobile")}`},1e4)};var ft,gt,ht,At;!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"}(ft||(ft={})),function(e){e.STUB="stub",e.LOADING="loading",e.LOADED="loaded",e.ERROR="error"}(gt||(gt={})),function(e){e.VISIBLE="visible",e.HIDDEN="hidden",e.DISABLED="disabled"}(ht||(ht={})),function(e){e.TC_LOADED="tcloaded",e.CMP_UI_SHOWN="cmpuishown",e.USER_ACTION_COMPLETE="useractioncomplete"}(At||(At={}));class vt{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 Zt extends vt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new Ct(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 bt{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 Zt(e.callback,e.param,t,e.next)}))}clear(){this.queueNumber=0,this.eventQueue.clear()}get size(){return this.eventQueue.size}}class wt{static apiVersion="2";static tcfPolicyVersion;static eventQueue=new bt;static cmpStatus=gt.LOADING;static disabled=!1;static displayStatus=ht.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=gt.LOADING,this.disabled=!1,this.displayStatus=ht.HIDDEN,this.eventQueue.clear()}}class yt{cmpId=wt.cmpId;cmpVersion=wt.cmpVersion;gdprApplies=wt.gdprApplies;tcfPolicyVersion=wt.tcfPolicyVersion}class St extends yt{cmpStatus=gt.ERROR}class Ct extends yt{tcString;listenerId;eventStatus;cmpStatus;isServiceSpecific;useNonStandardTexts;publisherCC;purposeOneTreatment;outOfBand;purpose;vendor;specialFeatureOptins;publisher;constructor(e,t){if(super(),this.eventStatus=wt.eventStatus,this.cmpStatus=wt.cmpStatus,this.listenerId=t,wt.gdprApplies){const t=wt.tcModel;this.tcString=wt.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 _t extends Ct{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 kt extends yt{cmpLoaded=!0;cmpStatus=wt.cmpStatus;displayStatus=wt.displayStatus;apiVersion=String(wt.apiVersion);gvlVersion;constructor(){super(),wt.tcModel&&wt.tcModel.vendorListVersion&&(this.gvlVersion=+wt.tcModel.vendorListVersion)}}class It extends vt{respond(){this.invokeCallback(new kt)}}class Pt extends Zt{respond(){this.throwIfParamInvalid(),this.invokeCallback(new _t(this.param))}}var Et=s(1710);class Tt extends vt{respond(){const e=wt.tcModel,t=e.vendorListVersion;let s;void 0===this.param&&(this.param=t),s=this.param===t&&e.gvl?e.gvl:new Et.Ew(this.param),s.readyPromise.then((()=>{this.invokeCallback(s.getJson())}))}}class Ot extends Zt{respond(){this.listenerId=wt.eventQueue.add({callback:this.callback,param:this.param,next:this.next}),super.respond()}}class Lt extends vt{respond(){this.invokeCallback(wt.eventQueue.remove(this.param))}}class xt{static[ft.PING]=It;static[ft.GET_TC_DATA]=Zt;static[ft.GET_IN_APP_TC_DATA]=Pt;static[ft.GET_VENDOR_LIST]=Tt;static[ft.ADD_EVENT_LISTENER]=Ot;static[ft.REMOVE_EVENT_LISTENER]=Lt}class Dt{static set_=new Set([0,2,void 0,null]);static has(e){return"string"==typeof e&&(e=Number(e)),this.set_.has(e)}}const $t="__tcfapi";class jt{callQueue;customCommands;constructor(e){if(e){let t=ft.ADD_EVENT_LISTENER;if(null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed: Use ${ft.GET_TC_DATA} instead`);if(t=ft.REMOVE_EVENT_LISTENER,null!=e&&e[t])throw new Error(`Built-In Custom Commmand for ${t} not allowed`);null!=e&&e[ft.GET_TC_DATA]&&(e[ft.ADD_EVENT_LISTENER]=e[ft.GET_TC_DATA],e[ft.REMOVE_EVENT_LISTENER]=e[ft.GET_TC_DATA]),this.customCommands=e}try{this.callQueue=window[$t]()||[]}catch(e){this.callQueue=[]}finally{window[$t]=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,s,...n){if("string"!=typeof e)s(null,!1);else if(Dt.has(t)){if("function"!=typeof s)throw new Error("invalid callback function");wt.disabled?s(new St,!1):this.isCustomCommand(e)||this.isBuiltInCommand(e)?this.isCustomCommand(e)&&!this.isBuiltInCommand(e)?this.customCommands[e](s,...n):e===ft.PING?this.isCustomCommand(e)?new xt[e](this.customCommands[e],n[0],null,s):new xt[e](s,n[0]):void 0===wt.tcModel?this.callQueue.push([e,t,s,...n]):this.isCustomCommand(e)&&this.isBuiltInCommand(e)?new xt[e](this.customCommands[e],n[0],null,s):new xt[e](s,n[0]):s(null,!1)}else s(null,!1)}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window[$t](...e)}))}isCustomCommand(e){return this.customCommands&&"function"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==xt[e]}}class Rt{callResponder;isServiceSpecific;numUpdates=0;constructor(e,t,s=!1,n){this.throwIfInvalidInt(e,"cmpId",2),this.throwIfInvalidInt(t,"cmpVersion",0),wt.cmpId=e,wt.cmpVersion=t,wt.tcfPolicyVersion=4,this.isServiceSpecific=!!s,this.callResponder=new jt(n)}throwIfInvalidInt(e,t,s){if(!("number"==typeof e&&Number.isInteger(e)&&e>=s))throw new Error(`Invalid ${t}: ${e}`)}update(e,t=!1){if(wt.disabled)throw new Error("CmpApi Disabled");wt.cmpStatus=gt.LOADED,t?(wt.displayStatus=ht.VISIBLE,wt.eventStatus=At.CMP_UI_SHOWN):void 0===wt.tcModel?(wt.displayStatus=ht.DISABLED,wt.eventStatus=At.TC_LOADED):(wt.displayStatus=ht.HIDDEN,wt.eventStatus=At.USER_ACTION_COMPLETE),wt.gdprApplies=null!==e,wt.gdprApplies?(""===e?(wt.tcModel=new Et.gI,wt.tcModel.cmpId=wt.cmpId,wt.tcModel.cmpVersion=wt.cmpVersion):wt.tcModel=Et.E9.decode(e),wt.tcModel.isServiceSpecific=this.isServiceSpecific,wt.tcfPolicyVersion=Number(wt.tcModel.policyVersion),wt.tcString=e):wt.tcModel=null,0===this.numUpdates?this.callResponder.purgeQueuedCalls():wt.eventQueue.exec(),this.numUpdates++}disable(){wt.disabled=!0,wt.cmpStatus=gt.ERROR}}var Nt=s(7265),Mt=s(961),Vt=s(8959),Bt=s(9627),Ut=s(309);const Ft=()=>{const e=e=>(t,s,n)=>{(0,it.Z)({message:"CMP",path:e},1e4),(0,Bt.Z)(s)&&(s.holdingConsents=(0,Mt.uB)(),s.addtlConsent=(0,Nt.cG)()),me.Z.f(t)&&t(s,n)},t={ping:e("ping"),getTCData:e("getTCData"),getInAppTCData:e("getInAppTCData"),getVendorList:e("getVendorList")},s=e=>()=>{const{data:t,source:s}=e,n=me.Z.s(t);try{const e=(n?JSON.parse(t):t).__tcfapiCall;if(e){const{command:t,version:o,callId:r,parameter:i}=e,a=((e,t,s)=>(n,o)=>{const r={__tcfapiReturn:{returnValue:n,success:o,callId:t}},i=s?JSON.stringify(r):r;e.postMessage(i,"*")})(s,r,n);window.__tcfapi(t,o,a,i)}}catch(e){}};(0,Nt.u6)(new Rt(72,2,!0,t)),window.addEventListener("message",(e=>{C.Z.fill(s(e))}),!1),(0,Vt.Z)().appendChild(Ut.default)};var qt=s(1467),zt=s(2020),Gt=s(967),Ht=s(6679),Wt=s(780),Kt=s(1361),Jt=s(517);const Qt=e=>{const t=(0,B.qm)("gdprLoad"),s=!(0,Mt.U2)("ua")&&!(0,Mt.BF)("mr","TP"),n=(0,Mt.uB)().keybase,o=(0,Nt.do)();return s||!o||!n||t||e},Yt=(e,t,s)=>{const n=(0,Ht.Z)(),o=(0,Gt.Z)(),r=(0,$.R)()||n<770||o<500,i=(0,B.qm)("gdprMode"),a=(0,dt.Z)("wp_consent_blur"),c=(0,Ie.Hl)()===Ie.BB&&!(0,xe.y1)("totalmoney|extradom"),l=me.Z.u(a)?c:!a;if(zt.default.isMobile=r,zt.default.activeCard=t,zt.default.isTransparent=l||i===Ie.BB,Qt(e))return(0,Kt.Z)(s),!0;C.Z.open(),(0,Jt.Z)()&&(0,Ae._k)((0,ct.Z)((()=>{(0,Wt.Z)(s)})))},Xt=(e,t)=>{C.Z.fill((()=>{Yt(!0,t,"api"),me.Z.f(e)&&(C.Z.close(),C.Z.fill(e))}))},es=Yt;var ts=s(4491);const ss=()=>{(0,ts.Z)().addEventListener("click",(e=>{var t,s;null!=e&&null!=(t=e.target)&&null!=(s=t.classList)&&s.contains("manageGdprButton")&&(e=>{e.preventDefault(),e.stopImmediatePropagation(),(0,qt.b)("manage"),Xt()})(e)}),!1)};var ns=s(2466),os=s(1747),rs=s(2942),is=s(2040);const as=[ns.q2,ns.le],cs=(e,t={})=>{e([t[ns.q2],t[ns.le]])};var ls=s(7885),ds=s(6733),us=s(1143),ps=s(7144),ms=s(6406);const fs=()=>{if(ps.e$){const e=(0,ms.Z)("consent");(0,He.Z)(e)&&(0,We.Z)(`Third-party cookies set before obtaining consent from the user: ${e.join(", ")}.`,!0)}};var gs=s(9175),hs=s(1121);const As=e=>{if((0,hs.Z)())return es(void 0,void 0,e);C.Z.open()};var vs=s(5301),Zs=s(3442);const bs=()=>{const e="www.wp.pl"===window.location.hostname;let t;(0,us.Z)("ConsentDataLoad"),new Promise((e=>{const t=(0,rs.Z)(as);cs(e,t)})).then((([s,n])=>{let o=n;(0,ds.Z)("ConsentInitToLocal","ConsentDataLoadedLocally","ConsentDataLoad"),s||o||fs(),(0,Mt.gf)((0,os.C)(s)),o||(0,Nt.Ev)("local","noConsent"),"undefined"===o&&(o=null,(0,P.Z)(ns.le),(0,gs.Z)(ns.le)),(e||o)&&((0,Zs.Z)(!1,!0,!0,o,ls.Z,void 0,"local",!!o),(0,Nt.KC)(),t=As("local")),e?(0,hs.Z)()&&(0,vs.Z)():(0,Nt.KC)()||t||new Promise((e=>{is.Z.get(as,(({values:t})=>{cs(e,t)}))})).then((([e,s])=>{(0,ds.Z)("ConsentLocalToGlobal","ConsentDataLoadedGlobally","ConsentDataLoadedLocally"),e&&(0,Mt.gf)((0,os.C)(e)),s||(0,Nt.Ev)("global","noConsent"),(!o||s&&s!==o)&&(0,Zs.Z)(!!s,!0,!0,s,ls.Z,void 0,"global",!0),t||As("global"),(0,hs.Z)()&&(0,vs.Z)()}))}))},ws=()=>{(0,W.Z)("initManageButton",ss),(0,W.Z)("initCMP",Ft),(0,W.Z)("loadConsentData",bs)};var ys=s(1763),Ss=s(9943),Cs=s(6259),_s=s(975),ks=s(4030);const Is="CookieInfo",Ps=()=>{const e=(0,Ss._X)()||!_s.Z;if((0,Ie.rS)([Ie.Uv,Ie.TH])&&!pe.Z&&!e){const e=(0,dt.Z)("wp_cookie_info");(0,it.Z)({message:Is,path:"wp_cookie_info",fileName:`${e}`},1e5);!1!==(!!me.Z.u(e)||e)&&C.Z.fill((()=>{(0,Ae._k)((()=>{const t=(0,k.Z)(Cs.Z),n=(0,ue.Z)(Cs.Z),o=n||t;!n&&t&&((0,je.Z)(Cs.Z,"1"),(0,it.Z)({message:Is,path:"CookieMissingItemSet"},1)),o||(ks.Z.cookieInfoLoad=1,s.e(599).then(s.bind(s,6443)).then((({default:t})=>{t(e)})).catch((e=>{(0,z.Z)(e,Is)})))}))}))}};var Es=s(1501),Ts=s(6262),Os=s(9521),Ls=s(4263);const xs="GEMIUS";let Ds;const $s=()=>{if(!Ds){if(Ds=!0,me.Z.s(window.pp_gemius_identifier)){const e=window.pp_gemius_identifier.replace("USED_","");/^[\w.]{43}\.[\w.]{2}$/.test(e)||(0,it.Z)({message:xs,path:"IncorrectID",fileName:e},1,`Incorrect GEMIUS ID used: '${e}'.`,"error")}if(!(0,Es.r)()){const e=[Ie.BB,Ie.TH,Ie.Uv,Ie.Uk];if((0,Os.Z)()&&(0,Ie.rS)(e)){const e=(0,Ls.Z)('script[src*="gemius.js"]');if(e){const t=e.getAttribute("src");/^https:\/\/[\w]+\.hit\.gemius\.pl\/xgemius\.js$/.test(t)||(0,it.Z)({message:xs,path:"IncorrectSrc",fileName:t},1)}else(0,it.Z)({message:xs,path:"TagMissing"},1)}}}};var js=s(5068);const Rs="GEMIUS",Ns=()=>{const e="gemius";(0,js.Z)({withMeasurement:Rs,id:e,src:`${Ts.Z}xgemius.js`,onLoad:()=>{ks.Z.gemiusSuccess=1,(0,_.Z)(Rs,!0),$s()},onError:()=>{(0,q.o)(e),ks.Z.gemiusSuccess=0,(0,_.Z)(Rs,!1),$s()}})},Ms=e=>{if(!e){const e=e=>{const t=window;t[e]=t[e]||((...s)=>{const n=t[`${e}_pdata`]||[];n.push(s),t[`${e}_pdata`]=n})};e("gemius_hit"),e("gemius_event"),e("pp_gemius_hit"),e("pp_gemius_event"),(0,Ie.Hl)()!==Ie.BB?Ns():C.Z.fill(Ns,"GEMIUS")}},Vs=e=>{window.pp_gemius_identifier=e,window.gemius_disable_back_cache_hits=!0},Bs=()=>{if(!(0,R.IK)()){const e=window;e.wp_pp_gemius_identifier?(Vs(e.wp_pp_gemius_identifier),Ms((0,Es.r)()),ks.Z.gemiusID=2):e.pp_gemius_identifier?(e.wp_pp_gemius_identifier=e.pp_gemius_identifier,ks.Z.gemiusID=1):ks.Z.gemiusID=0}};var Us=s(8161),Fs=s(3857),qs=s(9366),zs=s(5885),Gs=s(806),Hs=s(8299),Ws=s(7842),Ks=s(9384);const Js=e=>{const{history:t}=window;t.replaceState(t.state,document.title,e)};var Qs=s(71);const Ys=e=>{Qs.Z.close();const{hostname:t,pathname:s}=(0,Ks.Z)(e);st(t+s,((e,t)=>{if((0,Bt.Z)(e)){const s=e[t];if((0,Bt.Z)(s)){const n=s.abtest;(0,Be.Z)(n)&&(0,zs.V)(n),delete e[t]}}Qs.Z.open()}))};var Xs=s(7902),en=s(6598);const tn=(e,t)=>{const s=(0,Xs.Z)(),n=Object.entries(e).filter((([,e])=>(0,Be.Z)(e))).reduce(((e,[t,n])=>(n!==s[t]&&(e[t]=n),e)),{});(0,Bt.Z)(n)&&(n.STac=t,(0,en.Z)("uid-sync",n,"uni2"))},sn=e=>{(0,qs.N)(e),(0,zs.V)((e=>{const t=(0,Ks.Z)(e).search;return(0,Ws.Z)(t).abtest})(e))},nn=()=>{var e;const{referrer:t}=document,{location:{href:s}}=window,n=null==(e=(0,Hs.Z)())?void 0:e.type,o=(0,B.NB)(),r=o.noclean?s:(0,Us.K7)(s);(0,Fs.H)(n);const{refabtest:i,statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d,STac:u}=o;(0,Ae.Ns)((e=>{e.persisted&&((0,it.Z)({message:"HandleNavigation",path:"PageShowEventPersisted"}),(0,Ie.Hl)()!==Ie.BB&&window.location.reload())})),(0,zs.V)(i);const p={statid:a,GRwpuuid:c,GRo2uuid:l,GRoluuid:d};switch(t&&Object.values(p).some(Be.Z)&&tn(p,u),s!==r&&Js(r),n){case"reload":(()=>{ks.Z.reload=!0;const e=(0,k.Z)("WPcrrf");sn(e)})();break;case"back_forward":(e=>{ks.Z.backForward=!0;const t=(0,k.Z)("WPnxrf");(0,Gs.Z)(!0),t?((0,qs.N)(t),Ys(t),(0,P.Z)("WPnxrf")):sn(e)})(t);break;default:sn(t)}};var on=s(7384);const rn=()=>{const{location:e}=window,t=!_s.Z,s=/prox|proks/.test(e.hostname);try{if(s&&(window.parseURL=e=>e,window.top.location.href="https://www.wp.pl/"),t){const t=(0,dt.Z)("wp_leap"),s=(0,on.Z)("noleap");(!!me.Z.u(t)||t)&&!s&&(window.top.location.href=e.href)}}catch(e){}};var an=s(4024);const cn=()=>{(0,js.Z)({id:"imasdk",src:`https://imasdk.googleapis.com/js/sdkloader/ima3${(0,on.Z)("debugima")?"_debug":""}.js`})};var ln=s(2014);let dn=!1;const un=(e,t,s)=>(0,Pe.ac)("outstream")(e).then(t).catch(s),pn=e=>new Promise(((t,s)=>{if(cn(),dn)un(e,t,s);else{const n="outstream-player",o=(0,ln.Z)(Ee.default.es6),r=`${n}${["","6"][o]}`,i=(0,B.qm)("wpoutstream"),a=(0,ln.Z)("local"===i),c=Ee.default.mode,l=[(0,an.Z)(r,i,n,c),`${["debug","debug-es6"][o]}/${n+(c?"-debug":"")}.js`][a],d=()=>{dn=!0,un(e,t,s)},u=()=>{s()};(0,js.Z)({id:n,crossorigin:!0,src:l,onLoad:d,onError:u})}})),mn=()=>{(0,Pe.DO)("outstream",pn)};var fn=s(7626);let gn=!1;const hn=()=>((0,O.Z)((0,k.Z)(ve))>0&&(gn=!0,(0,P.Z)(ve)),gn&&(0,_.Z)("PV refreshed",!0),gn);var An=s(3007),vn=s(450);const Zn=(0,at.cu)("darkmode"),bn=(0,at.cu)("lightmode"),wn=(e=!1)=>{(0,vn.Kl)({darkmode:(0,ln.Z)(e)}),(0,ct.Z)((t=>{(0,at.aB)(t,Zn,!!e),(0,at.aB)(t,bn,!e)}))()},yn=()=>{(0,$.b)(),(0,xe.oO)(),wn((0,ln.Z)((0,An.Z)())),(0,Es.W)(hn()),(0,fn.z)()};var Sn=s(4915),Cn=s(7925),_n=s(3121),kn=s(6730),In=s(3574),Pn=s(5046),En=s(5599),Tn=s(6792),On=s(853);const Ln=e=>{let t;if(document.currentScript)t=document.currentScript;else{const e=document.getElementsByTagName("script");t=e[e.length-1]}(0,On.Z)(t,e,"beforebegin")};var xn=s(4523);const Dn="Player",$n=(0,B.qm)("wpplayer");let jn,Rn;const Nn="local"===$n,Mn=[],Vn=()=>{const e=(0,Pe.ac)("player");null!=e&&e.initialized?C.Z.fill((()=>{(0,R.j5)()||((!xn.Z||U.x_>10)&&cn(),(0,js.Z)({id:"nppgem",src:`${Ts.Z}gplayer.js`}));let t=Mn.shift();for(;t;)e.apply(t.instance,[t.params]),t=Mn.shift()}),Dn):Rn=!0},Bn=()=>{Rn=!0},Un=(e,t)=>{const s=e;if(!me.Z.o(s))return!1;const n=(()=>{let e=`${In.Z}player/`;return Nn?((0,We.Z)("WP.player from LOCAL","info"),e="build/devel/"):$n&&((0,We.Z)(`WP.player from branch: ${$n}`,"info"),e=`${e}${$n}/`),{dir:e,url:e+"wpjslib_player.js"}})();s.ampnoaudio=!0,s.filesdir=n.dir,Mn.push({params:s,instance:t});Cn.Z.fill((()=>{jn||(jn=!0,(0,js.Z)({withMeasurement:Dn,src:(0,kn.mess)(n.url),onLoad:Vn,onError:Bn,id:"npp",crossorigin:!Nn}))}),Dn,3e3)};function Fn(e){if(Rn)return void(0,We.Z)("WP.player could not be instantiated because of loading error","error");const t=e,s=(0,Pe.ac)("player");t.ampnoaudio=!0;const n=this,o=n instanceof s,r=[],i=[],a=Fn.list.length,c=Dn+a;if(me.Z.o(t)&&!o)return new s(t);if(me.Z.n(t)&&!o)return Fn.list[t]||!1;if(me.Z.n(t)&&o)throw new Error("Use: WP.player(id)");((e,t)=>{const s=e;!s.target&&(0,Ae.Hy)()&&(s.target=(0,En.Z)()),s.target||(Ln(`<div id="${t}"></div>`),s.target=t)})(t,c),n.p=t,n.id=Mn.length,Fn.list.push(n),n.events={on:r,off:i};const l=(e,t)=>{r.push({key:e,fn:t})},d=(e,t)=>{i.push({key:e,fn:t})};return n.bind=l,n.on=l,n.unbind=d,n.off=d,(0,R.aX)()||Un(t,n,n.id),n}const qn=()=>{(0,Sn.BL)();const e=(0,Tn.Z)();(0,Pn.Z)(e)},zn=()=>{Fn.list=[],Fn.T=Fn.list,Fn.version="v2",(0,R.aX)()||((0,Sn.S1)(),(0,Sn.BL)(),(0,_n.aS)(qn)),(0,Pe.DO)("player",Fn),(0,Pe.qL)("apd",(0,Te.Z)(o))};var Gn=s(3413),Hn=s(5253);const Wn=e=>{const{article:t,articleStart:s,articleRect:n}=e;if((0,Hn.Z)(t)){const t=Date.now();s&&(e.articleDuration+=t-s),(e=>{const t=(0,Gt.Z)();if(e.height/t<.5)return e.top>=0&&e.bottom<=t;const s=Math.max(0,e.top);return(Math.min(t,e.bottom)-s)/t>=.5})(n)?e.articleStart=t:e.articleStart=0}};var Kn=s(552),Jn=s(6217),Qn=s(7595);const Yn=(e,t)=>{let s="dot.gif?";s=(0,Kn.Z)(s,"Pos","readtime"),s=(0,Kn.Z)(s,"SN",e.sn),s=(0,Kn.Z)(s,"tm",e.duration),s=(0,Kn.Z)(s,"tmi",e.counter);const n=(0,Gn._g)();me.Z.f(n)&&Object.assign(e,n(e));const{dotParams:o}=e;o.scroll=e.scroll,o.scrollh=e.scrollh,o.cscroll=e.cscroll,o.cheight=e.cheight,o.density=e.density,o.crcounter=e.crcounter,ps._x&&e.article&&(o.ctime=e.ctime);const r={useBeacon:(0,Qn.Z)(t)};return(0,Jn.Z)(s,void 0,void 0,r,e)},Xn="ReadTime",eo=({type:e}={})=>{const t=(0,Gn.Wg)();if(t){const s=Date.now(),{timeStart:n=s}=t;if(n){const o=s-n,r=Math.max(Math.min(o,2147483647),0);if(r>0||0===r&&0===t.counter){if(ps._x){Wn(t);const{articleDuration:e}=t;t.ctime+=e,t.articleDuration=0,t.articleStart=0}t.counter+=1,t.timeStop=s,t.duration=r,t.total+=r,delete t.timeStart,Yn(t,e)}}else(0,it.Z)({message:Xn,fileName:"HiddenNoTimeStart",path:e},1e3)}else(0,it.Z)({message:Xn,fileName:"HiddenNoReadTime",path:e},1e3)};var to=s(4447),so=s(9951),no=s(6658);const oo="ReadTime",ro=(0,B.qm)("hlArt"),io=(e,t)=>{const s="article"===(0,vn.ZF)("ctype"),n=(0,dt.Z)("wp_content_selector")||"article";let{article:o}=e;if(o||(o=Array.from((0,Ls.Z)(n,!0)).pop(),e.article=o,s&&!o&&((0,it.Z)({message:oo,fileName:"ArticleElementNotFound",campaign:n,path:t.type,slot:+e.articleNotInDOM},1e3),e.articleNotInDOM=(e.articleNotInDOM||0)+1)),ro&&(o.style.border="3px red solid"),(0,Hn.Z)(o)){e.articleInDOM=!0,e.articleRect=o.getBoundingClientRect(),e.containerRect=(0,so.Z)(o,!0);const{articleRect:t,containerRect:s}=e,{height:n,top:r}=t,i=e.cscroll||0,a=e.cheight||0,c=(0,O.Z)((0,vn.ZF)("cpageno")),l=(0,O.Z)((0,vn.ZF)("cpagemax"));let d=0;if(c&&l>1)d=c/l*100;else{d=((0,Gt.Z)()-r)/n*100}d=(0,no.Z)(d),e.cscroll=Math.max(i,Math.floor(d)),e.cheight=Math.max(a,Math.floor(n))}else e.articleInDOM?s&&(0,it.Z)({message:oo,fileName:"ArticleRemovedFromDOM",campaign:n,path:t.type},1e3):(e.cscroll=0,e.cheight=0,s&&(0,it.Z)({message:oo,fileName:o?"ArticleElementNotInDOM":"ArticleElementNotMissing",campaign:n,path:t.type},1e3)),delete e.article};var ao=s(5925),co=s(8700);const lo=e=>{const t=e.scroll||0,s=e.height||0,{top:n}=(0,co.Z)(),o=(0,Gt.Z)(),r=(0,ao.Z)(),i=n+o,a=(0,no.Z)(Math.floor(i/r*100));let c,l;r>s?(l=r,c=0):(l=s,c=t),a>c&&(c=a),e.height=l,e.scroll=c,e.scrollh=Math.floor(i)},uo="ReadTime",po=e=>{if(!document.hidden){const t=(0,Gn.Wg)();t?(lo(t,e),io(t,e),ps._x&&Wn(t,e)):(0,it.Z)({message:uo,fileName:"ScrollNoReadTime",path:e.type},1e3)}else(0,it.Z)({message:uo,fileName:"ScrollDocumentHidden",path:e.type},1e3)},mo=e=>{const t=(0,Gn.Wg)();t?(t.timeStart||(t.timeStart=Date.now()),"register"===e.type&&(0,to.C)()?(0,Ae._k)((0,ct.Z)((()=>{po({type:"registerReady"})}))):po(e)):(0,it.Z)({message:"ReadTime",fileName:"VisibleNoReadTime",path:e.type},1e3)},fo=()=>{(0,Ae.Um)(po),(0,Ae.XV)(po),(0,Ae.vv)(mo),(0,Ae.hT)(eo),(0,Ae.mc)((e=>{!document.hidden&&eo(e)})),(0,Ae.uU)((e=>{!document.hidden&&eo(e)})),(0,Ae.Ns)((e=>{!document.hidden&&mo(e)}))},go=(e,t)=>{if(ks.Z.spaReady){if(ks.Z.spaOmitFirstView&&_n.yA.includes(e))return void(ks.Z.spaOmitFirstView=!1);(0,_n.Hm)(e,t)}else(0,it.Z)({message:"SPA",path:"SPANotInitialized",fileName:e},100,`SPA API was not initialized, but API method was used "${e}".`,"error")};let ho=0,Ao=0,vo=0;const Zo=e=>{const t=Date.now();if(t-ho<100)return Ao+=1,void(3===Ao&&(0,it.Z)({message:"SPA",path:"DispatchPageRequestedFast"},1,"PV requested to fast.","error"));ho=t,vo+=1;const s=[Ie.BB,Ie.bL,Ie.H9];100===vo&&(0,Ie.rS)(s)?window.location.reload():go((0,Es.r)()?"page:refresh":"page:view",e)};let bo,wo;const yo={mobile:"_mobile"},So=e=>{["desktop","mobile"].includes(e)&&(wo=e)},Co=e=>{(0,Be.Z)(e)&&(bo=e)},_o=()=>{const e=yo[wo]||"",t=(0,to.nj)()?"_dynamic":"";if((0,Be.Z)(bo)){const s=`${bo}${e}${t}`;(0,xe.ut)(s)}};var ko=s(5467);let Io;var Po=s(5786),Eo=s(4928),To=s(1756),Oo=s(5212);const Lo="ReadTime",xo=(e,t={})=>{const s={type:"register"};if((0,Gn.ko)()!==e){const n=(0,Gn.Wg)(),o=!document.hidden;(0,to.nj)()&&!n&&(0,it.Z)({message:Lo,fileName:"NoPrevReadTime",path:s.type},10),n&&(o?eo(s):(0,it.Z)({message:Lo,fileName:"PrevDocumentHidden",path:s.type},1e3),delete n.article,(0,qs.N)(n.href));const r=Object.create(null);(0,Gn.eu)(e,r),r.duration=0,r.total=0,r.scroll=0,r.cscroll=0,r.dotParams=Object.assign({},(0,vn.ZF)()),r.sn=(0,xe.W_)(),r.rekid=(0,ko.P)(),r.pvid=e,r.gmid=(0,Os.Z)(),r.referrer=(0,qs.a)(),r.canonical=t.canonical||(0,To.Z)(),r.href=t.href||(0,Oo.Z)(),r.dn=(0,to.nj)(),r.counter=0,r.timeStop=0,ps._x&&(r.articleStart=0,r.articleDuration=0,r.ctime=0),o?mo(s):(0,it.Z)({message:Lo,fileName:"NextDocumentHidden",path:s.type},1e3)}};var Do=s(4148);let $o;const jo=(e,t,s="top",n={})=>{let o=n,r=e;me.Z.o(o)||(o={});const{generate:i}=o;if(!s&&!i)return;(0,Be.Z)(r)&&(r=r.replace(/(_dynamic)+/g,"_dynamic"),!ks.Z.spaReady&&/_dynamic$/.test(r)&&(0,_n.Hm)("page:close"),(0,xe.ut)(r));const a=r||(0,xe.W_)();if(!(0,xe.GD)(a))return;const c={};(0,Bt.Z)(t)&&(t.contentSelector&&((0,Fe.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,vn.Kl)(t)),"autorefresh"!==s&&"top"!==s||(Do.Z.length=0,(0,Po.hW)(),xo((0,Po.Vq)(),c),o.useMimeType=!0,me.Z.f($o)&&(o.onError=()=>{$o(0),o.onLoad=void 0,o.onError=void 0},o.onLoad=()=>{$o(1),o.onLoad=void 0,o.onError=void 0}));let l="dot.gif?";return i?(l=(0,Kn.Z)(l,"Pos","[[ACTION]]"),l=(0,Kn.Z)(l,"SN","[[SN]]")):(l=(0,Kn.Z)(l,"Pos",s),l=(0,Kn.Z)(l,"SN",a),setTimeout((()=>{Eo.Z.open()}),0)),(0,Jn.Z)(l,void 0,void 0,o,c)},Ro=()=>jo(void 0,void 0,void 0,{generate:!0}),No=jo,Mo=()=>{const e=[Ie.BB,Ie.TH,Ie.Uv];return(0,Ie.rS)(e)?"click":""},Vo="GEMIUS";let Bo,Uo;const Fo=(e,t)=>{const s=t.gemius,{hit:n}=Uo;if(n){let e;if(null!=s&&s.hit&&(e=n[s.hit],s.hit!==(0,vn.ZF)("ctype")&&(0,it.Z)({message:Vo,path:"SPANotUsingCTYPE",fileName:s.hit},1e5)),!e){const{inne:t,other:s}=n;e=t||s,e&&(0,it.Z)({message:Vo,path:"SPAUsingOTHER",fileName:t?"inne":"other"},1e4)}e?((0,us.Z)("gemius_hit"),ks.Z.gemiusID=2,Bo?window.gemius_hit(e):(Vs(e),Ms((0,Es.r)()),Bo=!0),window.wp_pp_gemius_identifier=e):(ks.Z.gemiusID=0,(0,it.Z)({message:Vo,path:"SPAMissingIdentifier"},1e3,`${Vo}: Missing SPA identifier`))}else(0,it.Z)({message:Vo,path:"SPAMissingConfig"},1e5,`${Vo}: Missing SPA config`)},qo=e=>{(0,R.IK)()||(0,Bt.Z)(e)&&(Uo=e,(0,_n.ME)(Fo))},zo=(e,t)=>{(0,to.oh)(),t&&(Co(t.base),((e={},t)=>{const{bunch:s,ctype:n}=e;if((s||n)&&(0,Bt.Z)(Io)){const o=Io[s]||Io[n];o?(e.bunchID=o,(0,ko.P)()&&!t||(0,ko.q)(o)):(0,it.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),_o(),(0,vn.Qj)({})},Go=(e,t)=>{const s=t.dot;zo(0,s),No(void 0,s,"top")},Ho=(e,t)=>{const s=t.dot;zo(0,s),No(void 0,s,"autorefresh")},Wo=e=>{const{platform:t}=e,s=e[t],n=s.dot,o=s.gemius;var r;So(t),Co(n.base),r=n.bunches,Io=r,(0,vn.Kl)(n.params),me.Z.s(n.type)||(n.type=(0,dt.Z)("wp_dot_type")||Mo()),(0,Fe.Z)("wp_dot_type",n.type),_o(),qo(o),(0,_n.aS)(to.I3),(0,_n.ME)(Go),(0,_n.SG)(Ho)},Ko="SPA",Jo=e=>{if(!ks.Z.spaReady)if(e){const t=e.config;if(Ee.default.siteConfig=t,t)return ks.Z.spaReady=!0,(0,_.Z)(Ko,!0),Wo(t),(0,W.Z)("PageView",yn),mt(!0),!0;(0,We.Z)(`${Ko}: Missing site config`,!0)}else(0,We.Z)(`${Ko}: Missing data`,!0)},Qo=()=>{const e=(0,dt.Z)("wp_spa_config");if(e){(0,it.Z)({message:"SPA",path:"HeadConfig"},1e4);if(Jo({config:e})){const{payload:t}=e;if(t)Zo(t),(0,it.Z)({message:"SPA",path:"ConfigPayload"},1e4);else{const e=(0,vn.ZF)(),t={dot:e,gemius:{hit:e.hit||e.ctype}};Zo(t),ks.Z.spaOmitFirstView=!0}return!0}}};var Yo=s(1628),Xo=s(1144),er=s(919),tr=s(2555),sr=s(4769);const nr=()=>{if(!er.pt){const e=(0,xe.W_)(),t=(0,w.Rn)();if(e&&t){const s=(0,sr.Z)(e,{local_statid:t},"sa22ping",{give:!0}).queryGET,n=(0,kn.mess)({url:s,forceDomain:"www.wp.pl"});(0,tr.Z)({method:"hub",action:"sa22ping",src:n})}}},or=()=>{let e=0;me.Z.n(ks.Z.gafDirect)&&(e=ks.Z.gafDirect?2:1),ks.Z.SA51state=e,(new Image).src=(0,kn.mess)({url:"https://dot.wp.pl/wplogo.gif",mode:"application",length:350,forceDomain:"www.wp.pl"})};var rr=s(9982);const ir=e=>{ks.Z.dotSuccess=e,(0,w.OB)(),(0,rr.Z)(Xo.Z),or(),nr()};var ar=s(4033);const cr=(e,t)=>Object.fromEntries(Object.entries(e).map(t)),lr=(e,t={})=>{let s=e;const n=cr(t,(([e,t])=>[Us.Mn[e]||e,t])),o=(0,ar.Z)(n,!0,!1);return o&&(s=s.split("#").slice(0,1).join(""),s=(0,Kn.Z)(s,o,!1,!0,!0)),s};let dr,ur;const pr=e=>{ur&&dr&&(Js(dr),ur=!1),(0,En.Z)().removeEventListener("mousemove",pr),window.removeEventListener("blur",pr)},mr=()=>{(0,En.Z)().addEventListener("mousemove",pr),window.addEventListener("blur",pr)},fr=({target:e})=>{e.removeEventListener("contextmenu",fr),mr()},gr=["statid","GRwpuuid","GRo2uuid","GRoluuid","STac"],hr=()=>{const e=(0,Xs.Z)(),t={};return gr.forEach((s=>{const n=e[s];n&&(t[s]=n)})),t},Ar=(e,t,s)=>{if((0,U.KD)()&&!e&&t&&!pe.Z){const e=Object.assign({},(0,B.NB)(),hr());Object.keys(e).forEach((t=>{s.includes(`${t}=`)&&delete e[t]}));const t=(0,ar.Z)(e,!0),n=!(0,B.qm)("wplib")&&(0,on.Z)("wplib")&&`${t}&wplib`;if(t){return(0,Kn.Z)(s,n||t,!1,!1,!0)}return s}return s};var vr=s(9372);const Zr=new Date,br=(0,dt.Z)("wp_onepager"),wr=(0,B.qm)("forceUniSync"),yr=(e={})=>{const{statTag:t,linkHref:s,linkTitle:n,linkIndex:o,sameSite:r,mouseButton:i,imageSource:a,sourceData:c,toNewWindow:l,params:d,linkNode:u}=e;let p="clk.gif?";p=(0,Kn.Z)(p,"xd",(0,xe.W_)()),p=(0,Kn.Z)(p,"dt",new Date-Zr),t&&(p=(0,Kn.Z)(p,"yd",t,!0)),s&&(p=(0,Kn.Z)(p,"tg",(0,vr.Z)(s),!0),(0,T.Z)("WPnxrf",s)),n&&(p=(0,Kn.Z)(p,"tt",n,!0)),o&&(p=(0,Kn.Z)(p,"epos",o)),a&&(p=(0,Kn.Z)(p,"is",a,!0)),i&&(p=(0,Kn.Z)(p,"btt",i));const m=Object.assign(d||{},(0,vn.ZF)()),f=u&&2===i,g=null==u||null==u.getAttribute?void 0:u.getAttribute("href"),h=r&&/^(https?:)?\/\//i.test(g)&&!br,A=[!r,l,f,r&&!ks.Z.spaReady&&!br,h].some(Boolean),v=Object.assign({},c),Z=(0,he.KF)();return Z&&(v.abtest=Z),((0,De.vj)(100)||wr)&&g&&(u.href=Ar(r,u,g)),(0,Bt.Z)(v)&&(pr(),A&&(({referrerParams:e,rightClickOnLinkNode:t,linkNode:s,toNewWindow:n})=>{dr=window.location.href;const o=lr(dr,e);Js(o),ur=!0,t?s.addEventListener("contextmenu",fr):(n&&setTimeout(mr),(0,Ae.hT)(pr))})({referrerParams:v,rightClickOnLinkNode:f,linkNode:u,toNewWindow:l})),(0,Jn.Z)(p,void 0,void 0,void 0,{dotParams:m})},Sr=e=>{let t=e;for(;t;){if(["A","AREA"].includes(t.tagName))return t.href?t:void 0;t=t.parentNode}};var Cr=s(7560);const _r=({dataset:e})=>{const t=e.stClk;if(t){const e=(0,Cr.Z)(t)||{};return e&&(e.sgsvid=(0,vn.ZF)("svid")),e}};var kr=s(6126);const Ir=e=>{let t=e;for(;t;){if(t===document)return;if((0,kr.g)(t))return"Adv";const{stArea:e}=t.dataset;if(e)return`ST-${e}`;t=t.parentNode}},Pr=e=>{let t=e;for(;t;){if(t===document)return;const e=(0,O.Z)(t.dataset.stEpos);if(e)return e;const{parentNode:s}=t;if(s&&"UL"===s.tagName&&"LI"===t.tagName)return[].indexOf.call(s.querySelectorAll("li"),t)+1;t=s}},Er=(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 Tr=s(1605),Or=s(4880);const Lr=e=>{const t=Sr(e.target);if(!t)return;const s=Ir(t);if("Adv"===s)return;const n=(0,Or.Z)(e),{location:{hostname:o,pathname:r}}=window,{hostname:i,pathname:a,protocol:c,onclick:l,title:d,textContent:u,href:p,source:m}=t,f=t.getAttribute("onclick"),g=Er(e,n,t);if(!g&&(f||"javascript:"===c||o+r===i+a))return;const h=t.querySelector("img"),A=(0,vr.Z)(null==h?void 0:h.src),v=(0,vr.Z)((d||u||"notitle").trim(),128),Z=Pr(t),b=e.pageY,w=Number((0,Tr.Z)(t)),y=Object.assign({cb:w,ypos:`${Math.floor(b/100)}`},(0,vn.ZF)(),_r(t)),S=(e=>e.includes("src01=20804")&&!e.includes("refabtest=")?(0,Kn.Z)(e,"refabtest",(0,he.KF)(),!0):e)(p);S!==p&&(t.href=S);const C=m||{};(0,dt.Z)("wp_sg_first")&&(C.isSGFirst=!0);yr({statTag:s,linkHref:S,linkTitle:v,linkIndex:Z,mouseButton:n,imageSource:A,sourceData:C,toNewWindow:g,sameSite:o===i,params:y,linkNode:t})},xr=e=>{(e=>{$o=e})(ir);const t=(0,dt.Z)("wp_pvid");(0,Po.hW)(!0,t),(0,vn.Kl)(),Eo.Z.fill((()=>{(0,us.Z)("DOTDamOpen"),t&&(0,it.Z)({message:"Stat",path:"ExistingPVID"},1e3)}));let s=!1;me.Z.f(e)&&(s=(0,W.Z)("SPAHeadConfig",e));const n=(0,dt.Z)("wp_dot_type"),o=(0,dt.Z)("wp_dot_send");me.Z.u(o)&&(0,Fe.Z)("wp_dot_send",_s.Z),me.Z.s(n)||(0,Fe.Z)("wp_dot_type",Mo()),(0,dt.Z)("wp_dot_type").includes("click")&&document.addEventListener("mousedown",Lr),!s&&(0,dt.Z)("wp_dot_send")&&((0,to.oh)(),No(void 0,void 0,(0,Es.r)()?"autorefresh":"top"))};var Dr=s(4677),$r=s(2948),jr=s(2421);const Rr=()=>{Dr.Z.close();const e=["statid","STac","WPabs",...$r.Z],t=[...$r.Z];(0,jr.Z)(e,t).then((e=>{Dr.Z.open()}))};var Nr=s(5955);const Mr=()=>{const e=()=>{(0,Ae.Ns)(Nr.Rr),(0,Ae.uU)(Nr.zZ),(0,Ae.vS)("pageshow",e)};(0,Ae.Ns)(e),(0,Nr.Rr)({type:"init"},(()=>{(0,Ae.vv)(Nr.Rr),(0,Ae.hT)(Nr.zZ),(0,_n.aS)(Nr.zZ)}))},Vr=()=>{if(er.Ny)return void Dr.Z.open();kn.domains.uniformDomains.includes(window.location.hostname)?Mr():Rr()};var Br=s(8083);const Ur=()=>({debug(e,...t){},issue(e,t){(0,We.Z)(e,!0),t&&(0,it.Z)(t,1e4)},error(e){(0,We.Z)(e,"error")}}),Fr=()=>{const e="no",t="testMess",s=(0,B.qm)("keepMess"),n=(0,B.qm)("_bb"),o="0"===(0,B.qm)("_aa")&&!n||(0,U.Rf)(),r=s!==e&&(0,k.Z)(t),i=o?e:(0,B.qm)(t)||r,a=!(pe.Z||i===e||n);return s&&(s===e?(0,P.Z)(t):i&&(0,T.Z)(t,i)),{testDomain:i,enabled:a}},qr=/(\/wpjslib-chunk-.*)/,zr=e=>qr.test(e),Gr=(e,t)=>()=>{const s=e=>function(s){const n=t(this,s),o=s!==n?n:s;e.call(this,o)};(0,Xe.Z)(e,((e,t)=>{const n=t[1],o=window[`HTML${t[0]}Element`].prototype,r=Object.getOwnPropertyDescriptor(o,n);null!=r&&r.configurable&&Object.defineProperty(o,n,{set:s(r.set)})}))},Hr=(0,B.qm)("_bb"),Wr=Gr({SCRIPT:["Script","src"]},((e,t)=>{let s=t;return zr(s)&&(s=Hr?s:(0,kn.mess)(s),e.setAttribute("crossorigin","anonymous"),e.crossOrigin="anonymous"),s})),Kr=[];Ee.default.messData=Kr;const Jr=()=>{const{hostname:e}=window.location,t=[...kn.domains.uniformDomains,...kn.domains.aabDomains].includes(e);(0,Br.gS)(t);const{enabled:s,testDomain:n}=Fr();(0,Br.gL)(s),(0,kn.setCustomLogger)(Ur()),(0,kn.set)((0,Ss._X)()?"www.wp.pl":e,(0,U.KD)(),!1,{enabled:s,testDomain:n,collector:e=>Kr.push(e)}),Wr()};var Qr=s(2600),Yr=s(297),Xr=s(9374),ei=s(6516),ti=s(5147);const si=()=>{ti.Z.forEach((({observations:e})=>{(0,Xe.Z)(e,((e,t)=>{null!=t&&t[Xr.ix]&&(0,ei.Z)(t[Xr.ix])}))}))};var ni=s(9393);const oi=()=>{(0,ni.Z)()||((0,Ae.DH)(Qr.SR),(0,Ae.nr)(Qr.SR))},ri=()=>{oi(),(0,Ae.vv)((()=>{(0,Yr.e)(),(0,Qr.lQ)()})),(0,Ae.hT)((()=>{(0,Qr.lQ)(),si()}))};var ii=s(4972),ai=s(677),ci=s(6814);const li=()=>{const e=(...e)=>{const t=Object.values(ii.Ds).reduce(((e,{data:t})=>e+t.length),0);(0,ai.ec)(t),(0,ci.Z)(...e)};(0,ii.ot)(),(0,Ae.hT)(e),(0,Ae.uU)(e),(0,Ae.mc)(e,!0),(0,_n.aS)(e,!0),(0,ai.lH)()};var di=s(4443),ui=s(7462);const pi=()=>{const e=[],t={callbackQueue:e};window.googlefc=t,e.push({AD_BLOCK_DATA_READY:()=>{const e=t.getAdBlockerStatus(),s=t.getAllowAdsStatus(),{AdBlockerStatusEnum:{EXTENSION_LEVEL_AD_BLOCKER:n,NETWORK_LEVEL_AD_BLOCKER:o},AllowAdsStatusEnum:{ADS_NOT_ALLOWED:r,ADS_ALLOWED:i,UNKNOWN:a}}=t,c=e===n||e===o;switch(s){case r:if(c){(0,ui.Z)("shown",1,void 0,{type:s,channel:c}),D(S.WS);const e=(0,O.Z)((0,ue.Z)(y.VR));(0,E.Z)(y.VR,e+1)}else(0,ui.Z)("adsNotAllowed",void 0,void 0,{type:s,channel:c}),D(S.Cl);break;case i:"1"!==(0,ue.Z)(y.tn)&&((0,E.Z)(y.tn,1),D(S.Cl),(0,ui.Z)("unlocked",void 0,void 0,{type:s,channel:c}),(0,I.Z)(y.VR)),(0,ui.Z)("notUnlocked",void 0,void 0,{type:s,channel:c});break;default:D(S.Cl),(0,ui.Z)("unknown",void 0,void 0,{type:s,channel:c})}}})},mi=()=>{const e="googlefcPresent";pi(),(0,js.Z)({src:"https://fundingchoicesmessages.google.com/i/pub-3966653589406540?ers=1",onLoad(){(0,ct.Z)((t=>{if(!window.frames[e]){const s=(0,di.Z)();s.name=e,t.appendChild(s)}}))()}})},fi="WhitelistBoardInit",gi=()=>{if(!(0,$.R)()&&!(0,U.$e)()){const e=(0,he.bB)("adtech","AAB-56"),t="C"===e;if("B"===e)mi();else if(t)(0,ui.Z)("noBoards");else{const e=fe;e?e.then((e=>{s.e(124).then(s.bind(s,4960)).then((({default:t})=>{t(e)})).catch((e=>{(0,z.Z)(e,fi)}))})):(0,it.Z)({message:`${fi}`,path:typeof e})}}};var hi=s(5888),Ai=s(2226),vi=s(3298),Zi=s(2419),bi=s(4429);const wi=(e,t)=>{const{action:s,name:n,value:o,expires:r}=e;if((0,Be.Z)(n))switch(s){case"set":(0,je.Z)(n,o,r&&new Date(r));break;case"get":e.value=(0,ue.Z)(n);break;case"remove":(0,gs.Z)(n);break;default:(0,bi.Z)(e,Zi.$n)}else(0,bi.Z)(e,Zi.aW);me.Z.f(t)&&t(e)};var yi=s(3675);const Si=(0,Ai.Z)(),Ci=(e,t,s,n,o)=>{const r={method:"cookie",action:e,name:t,value:n,cb:s,expires:o};(0,yi.Z)(r,s,Si,er.Ny,wi,"Cookie")},_i={set:(e,t,s,n)=>{Ci("set",e,s,t,n)},get:(e,t)=>{Ci("get",e,t)},remove:(e,t)=>{Ci("remove",e,t)}},{set:ki,get:Ii,remove:Pi}=_i,Ei=()=>{(0,it.Z)({message:"AAB",path:"educate"},1),s.e(416).then(s.bind(s,4768)).then((({default:e})=>{e()})).catch((e=>{(0,z.Z)(e,"TutorialBoard")}))};var Ti=s(3448),Oi=s(625);const Li=e=>{(0,R.j5)()||C.Z.fill(e)};var xi=s(1564),Di=s(3203),$i=s(1049);const ji=(e,t={})=>{let s="media.gif?";const n={},o=e.par||{},{rekid:r}=e;delete e.rekid,delete e.par;["mn","mt","mfr","mu"].forEach((t=>{e[t]&&(n[t]=e[t],delete e[t])})),s=(0,Kn.Z)(s,"SN",(0,xe.W_)()),(0,Bt.Z)(e)&&(s=(0,Kn.Z)(s,(0,ar.Z)(e))),Object.assign(o,(0,vn.ZF)()),t.media=(0,ar.Z)(n);const i={rekid:r,dotParams:o,version:"4"};return(0,Jn.Z)(s,void 0,void 0,t,i)};var Ri=s(9846),Ni=s(6570);const{get:Mi,set:Vi,remove:Bi}=tt.default;var Ui=s(2647),Fi=s(6320);const qi=()=>{(0,Pe.qL)("cookie",(0,Te.Z)(i)),(0,Pe.qL)("cookieXD",(0,Te.Z)(a)),(0,Pe.qL)("storage",(0,Te.Z)(m)),(0,Pe.qL)("storageXD",(0,Te.Z)(f)),(0,Pe.qL)("abtests",(0,Te.Z)(r)),(0,Pe.qL)("crux",(0,Te.Z)(c)),(0,Pe.qL)("env",(0,Te.Z)(l)),(0,Pe.qL)("gdpr",(0,Te.Z)(d)),(0,Pe.qL)("stat",(0,Te.Z)(p)),(0,Pe.qL)("performance",(0,Te.Z)(u)),(0,Pe.qL)("utils",(0,Te.Z)(g))};var zi=s(7207),Gi=s(8720),Hi=s(1511),Wi=s(5146);const Ki=()=>{(0,Pe.qL)("classManager",(0,Te.Z)(h)),(0,Pe.qL)("viewability",(0,Te.Z)(A))},Ji=()=>{(0,Pe.qL)("addHandler",Ae.Hj),(0,Pe.qL)("removeHandler",Ae.vS)};var Qi=s(9350),Yi=s(6901),Xi=s(551);const ea=()=>{(0,Pe.qL)("follow",Qi.Z),(0,Pe.qL)("getScript",js.Z),(0,Pe.qL)("getStylesheet",Yi.Z),(0,Pe.qL)("iframeFactory",Xi.Z),(0,Pe.qL)("registerApi",Pe.qL),(0,Pe.qL)("captureError",z.Z),(0,Pe.qL)("isOfType",me.Z)};var ta=s(6430);const sa=()=>{const e=(0,Gn.Wg)();if(e){const t=e.timeStart?Date.now()-e.timeStart:0;e.currentTotal=Math.round((e.total+t)/1e3)}return e};let na=0;const oa=["pageview","pageviewVpv","unload","unloadVpv"],ra=["user","page","content","site","source"],ia=e=>{if(me.Z.o(e)){const{event:t,toIgnore:s=[]}=e;delete e.toIgnore,"unload"!==t&&"unloadVpv"!==t||(Dr.Z.open(),Eo.Z.open()),Dr.Z.fill((()=>{Eo.Z.fill((()=>{if(oa.includes(t)){((e,t)=>{ra.filter((e=>!t.includes(e))).forEach((t=>{e[t]=e[t]||{}}))})(e,s);const{user:o,page:r,content:i,site:a,source:c}=e;if("pageview"===t&&(s.includes("user")||(o.id=o.id||{},o.id.statId=(0,w.Rn)()||"",o.id.audienceId=(0,ue.Z)("STac")||"",o.hasAdblock=(0,S.VP)()),s.includes("site")||(a.cms=(0,vn.ZF)("csystem")||"",a.frontendPlatform=(0,Ie.Hl)()||"")),("pageview"===t||"pageviewVpv"===t)&&(e.abTesting=(0,he.KF)().replace(/[;|]/g,(e=>({";":"|","|":";"}[e]))),s.includes("page")||(r.pvId=(0,Po.Vq)()||"",r.templateType=r.templateType||(0,vn.ZF)("ctype")||""),s.includes("content")||(i.category=i.category||{},i.category.IAB=((0,vn.ZF)("ciab")||"").replace(/,/g,"|"),i.category.categoryTree=decodeURIComponent((0,vn.ZF)("ccategory")||""),i.tags=(n=(0,vn.ZF)("ctags")||"",decodeURIComponent(n).replace(/\s*[,;]+\s*/g,"|")),me.Z.u(i.pageCount)?i.pageCount=(0,vn.ZF)("cphotomax")||(0,vn.ZF)("cpagemax")||"":(0,O.Z)(i.pageCount)<1&&(i.pageCount="")),!s.includes("source"))){const e=(0,qs.a)(),t=(0,Ks.Z)(e).search,s=(0,Gs.b)()?{}:(0,Ws.Z)(t);c.area=c.area||s.wga_sa&&decodeURIComponent(s.wga_sa)||null,c.recommendationType=c.recommendationType||s.wga_srt&&decodeURIComponent(s.wga_srt)||null,c.isSGFirst=c.isSGFirst||s.wga_isSgFirst&&decodeURIComponent(s.wga_isSgFirst)||null}if("unload"===t||"unloadVpv"===t){const t=(0,Ze.Z)().length;if(t>na?(e.eventLabel=!0,na=t):e.eventLabel=!1,!s.includes("content")){const e=sa();e&&(i.readTime=e.currentTotal||0,i.contentHeightPixels=e.height||0,e.cscroll&&!i.cScrollPercent&&(i.cScrollPercent=e.cscroll),e.scroll&&!i.scrollPercent&&(i.scrollPercent=e.scroll)),i.unloadIndicator=1,me.Z.u(i.pageViewCount)?i.pageViewCount=(0,vn.ZF)("cphotono")||(0,vn.ZF)("cpageno")||"":(0,O.Z)(i.pageViewCount)<1&&(i.pageViewCount="")}}(e=>{ra.forEach((t=>{(0,Bt.Z)(e[t])||delete e[t]}))})(e)}var n;if((0,ta.Z)().push(e),"pageview"===t||"pageviewVpv"===t)try{(0,sr.Z)(!1,{event_pageview:JSON.stringify(e)},"gtm_datalayer")}catch(e){}}))}))}};var aa=s(9126);const ca=(0,on.Z)("PWPDebug"),la=[],da=e=>{const t=(0,aa.Z)(e);ia(t.ga)},ua=(e={},t,s=400)=>{const n=(0,aa.Z)(e);if(ia(n.ga),t){if(ca)return void la.push(t);t()}},pa=(e={},t,s=200)=>{const n=(0,aa.Z)(e);if(ia(n.ga),(0,ys.Is)(),t){if(ca)return void la.push(t);t()}},ma=e=>{go("page:close",e)},fa=()=>{(0,Pe.qL)("pwp",(0,Te.Z)(v)),(0,Pe.qL)("spa",(0,Te.Z)(Z))},ga=()=>{rn(),(0,he.ZP)(),(0,Ae.ZP)(),(0,W.Z)("HandleNavigation",nn),(0,Yo.ZP)(),(0,W.Z)("StatidExists",w.YH),(0,W.Z)("PageView",yn),mt(),(0,W.Z)("ConsentStart",ws),(0,W.Z)("CookieInfoLoader",Ps),(0,W.Z)("Uniform",Jr),(0,W.Z)("AAB",ge,gi),zn(),mn(),Le(),Bs(),li(),(0,W.Z)("SyncUniform",Vr),(0,W.Z)("Stat",xr,Qo),fo(),(0,b.S1)(),ri(),(0,ys.ZP)(),ea(),Ji(),qi(),Ki(),fa()}},5121:(e,t,s)=>{"use strict";s.d(t,{Z:()=>Ye});var n={};s.r(n),s.d(n,{subscribe:()=>N});var o=s(7508);const r=()=>window.Notification?window.Notification.permission:null;var i=s(4634);const a=r();let c=!1;const l="WPppgcp",d=()=>{let e=(0,o.Z)(l);return e?e=JSON.parse(e):(e={showTimestamp:0,visitTimestamp:Date.now(),count:0,permission:a},c=!0),e},u=(e,t,s,n)=>{const o=d();return Object.assign(o,e?{showTimestamp:e}:null,t?{visitTimestamp:t}:null,s||0===s?{count:s}:null,n?{permission:n}:null),(0,i.Z)(l,JSON.stringify(o)),o};var p=s(8350),m=s(703),f=s(6918),g=s(6539),h=s(7550);let A,v,Z,b;var w=s(5620),y=s(1384),S=s(846),C=s(1530),_=s(2756),k=s(1603),I=s(1143),P=s(961),E=s(5068),T=s(975);const O="PPG";let L;const x=()=>(L||(L=new Promise(((e,t)=>{(0,h.Z)(A,24)&&(0,h.Z)(v)||b?((()=>{const e=Date.now();let{visitTimestamp:t,count:s}=d();t<e-18e5&&(s+=1),t=e,u(null,t,s)})(),((e,t)=>{T.Z&&(0,P.U2)("mr","TP")&&(0,E.Z)({withMeasurement:O,id:"ppgsdk",src:"https://cdn.pushpushgo.com/scripts/sdk.js",onLoad:()=>{window.ppg?e():t(new Error("PPG api missing after load")),(0,C.Z)(`${O} SDK`,!!window.ppg)},onError:()=>{t(new Error("PPG loading error")),(0,C.Z)(`${O} SDK`,!1)}})})(e,t)):t(new Error("PPG is not correctly configured"))}))),L);let D=!1;const $=e=>{const t=(0,p.J1)(),s=t?t.split(";"):[];return s.length&&e.appendTags(s).then((()=>{e.send(!0)})),t},j=(e,t)=>{e.register().then((()=>{t({client:e,consent:!0})})).catch((s=>{t({client:e,consent:!1})}))},R=e=>new Promise(((t,s)=>{const n=window.ppg,o=r(),i=(()=>{const{hostname:e}=window.location,t=e.replace("www.","").split(".").reverse().join(".");return{swPath:Z,projectId:A,vapidPublicKey:v,websitePushId:`web.${t}`,endpoint:"https://api.pushpushgo.com"}})(),l=new n.sdk.Client(i);(0,C.Z)("PPGSubscriptions SDK",!0),l.isPushSupport().then((()=>{l.isSubscribed().then((n=>{if(n)t({client:l,consent:null});else if("default"===o){const s=(()=>{const e=Date.now(),{showTimestamp:t,count:s}=d();return c||t<e-6048e5&&s>=3})()||(()=>{const{permission:e}=d(),t="denied"===e&&"denied"!==a||"granted"===e&&"default"===a;return u(null,null,null,a),t})()||!!b;(!e||e&&s)&&((0,I.Z)("PPGStartLoadBoard"),j(l,t),e&&u(Date.now(),null,0))}else"granted"===o?j(l,t):s(new Error("no permission"))}))})).catch((()=>{s(new Error("not supported"))}))})),N=(e=!1)=>new Promise(((t,s)=>{x().then((()=>{D||(D=R(e)),D.then(t).catch(s)})).catch((e=>{}))})),M=()=>{(0,w.IK)()||S.Z.fill((()=>{k.Z.fill((()=>{if(A=(0,g.Z)("wp_ppg_id")||(0,m.qm)("ppg"),v=(0,g.Z)("wp_ppg_key")||(0,m.qm)("ppgKey"),Z=(0,g.Z)("wp_ppg_swpath")||(0,m.qm)("swpath"),b=(0,m.qm)("ppgForce"),(A||v)&&(0,f.Z)({message:"PPG",path:v,fileName:A},1e5),x().catch((e=>{})),!(0,g.Z)("wp_ppg_api")&&!(0,m.qm)("ppgAPI")){const e=r();N(!0).then((t=>{const{consent:s,client:n}=t;s?$(n):null===s&&(u(null,null,null,e),$(n))})).catch((t=>{((e,t)=>{(0,f.Z)({message:"PPG",path:t,fileName:e},1e5)})(t,e)}))}}))})),(0,y.qL)("ppg",(0,_.Z)(n))};var V=s(2978),B=s(1770),U=s(4841),F=s(4769),q=s(8393),z=s(6205);const G=()=>{(0,F.Z)(void 0,void 0,"pixel6",{hostname:"pixel6.wp.pl"})},H=()=>{const e="WPpix6";q.default.get(e,(t=>{let s,n=0;const o=Date.now(),r=(0,U.W_)();if(t.value){const e=JSON.parse(t.value);s=e.sv,n=(0,z.Z)(e.ts,10)}(!t.value||s!==r||n<o-3e5)&&q.default.set(e,JSON.stringify({sv:r,ts:o}),G)}))},W=()=>{T.Z&&!(0,B.N0)()&&!(0,w.IK)()&&(0,V.rS)([V.BB,V.Uv,V.Uk])&&S.Z.fill(H)};var K=s(6658);const J=(e,t)=>(0,K.Z)(t/e*100),Q=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<90)s+=1,requestAnimationFrame(n);else{const s=Date.now()-t;e({value:J(s,1e3),name:"framesPerSecond"})}};n()}));var Y=s(2890),X=s(6730);const ee=e=>(0,Y.Cr)("resource").filter((t=>e((0,X.unmess)(t.name))));var te=s(1677),se=s(3205);const ne=e=>(0,K.Z)(90*Math.E**(-2*e/1e3)),oe=()=>new Promise((e=>{const t=ee((e=>e.includes("gaf.js"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"GAFLoadTiming"}):e()}));var re=s(8299);const ie=()=>new Promise((e=>{const t=(0,re.Z)();if(t){const{duration:s}=t;if(se.Z.n(s))return void e({value:ne(s),name:"navigationTiming"})}e()})),ae=()=>new Promise((e=>{const t=Date.now();let s=0;const n=()=>{if(s<5)s+=1,setTimeout(n,200);else{const s=Date.now()-t;e({value:J(s,1e3),name:"timeProlongation"})}};n()})),ce=()=>new Promise((e=>{const t=ee((e=>e.includes("/wpjslib")&&!e.includes("chunk"))),s=(0,te.Z)(t),n=s&&se.Z.n(s.duration)?s.duration:void 0;se.Z.n(n)?e({value:ne(n),name:"WPJSLoadTiming"}):e()}));var le=s(6072),de=s(6353),ue=s(8403),pe=s(1027);const me=e=>(0,pe.Z)(e)&&e>0&&e<=3?e:3;var fe=s(7379),ge=s(9627);const he=e=>{const t=(0,fe.Z)(),s=e.filter(ge.Z),n=1/s.length;var o;return t.finalResult=0,s.forEach((({name:e,value:s})=>{t[e]=s,t.finalResult+=s*n})),t.deviceSegment=(o=t.finalResult,me(Math.ceil(3*o/100))),t};var Ae=s(1774),ve=s(5330);const Ze=e=>{const t=he(e),{deviceSegment:s}=t;Ae.default.deviceSegmentResults=t,(0,ve.Z)(ue.Z,s),(0,i.Z)(ue.Z,s),(0,de.S)(s),(0,le.eK)((e=>{e.PF=t}))},be=()=>{Promise.all([ie(),ce(),oe(),ae(),Q()]).then(Ze)};var we=s(4596);const ye=()=>{const e=(0,z.Z)((0,o.Z)(ue.Z)||(0,we.Z)(ue.Z)),t=me(e);(0,de.S)(t)},Se=()=>{ye(),S.Z.fill((()=>{k.Z.fill(be)}))};var Ce=s(2395),_e=s(5131),ke=s(2443);const Ie="FBPixel",Pe=()=>{if(!(0,w.IK)()){const e="933316406876601";let t=(0,g.Z)("wp_fb_id"),s=!1;const n=[V.H9,V.BB,V.Uv,V.TH,V.nJ];if((0,V.rS)(n)&&(t?t===e&&(s=!0,(0,f.Z)({message:Ie,path:"DefaultFBIDUsed",fileName:t},1e4)):(t=e,s=!0)),t){const e="https://connect.facebook.net/en_US/fbevents.js";S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.BF)("mr","TP")){(0,ke.Z)("wp_fb_id",t),(0,f.Z)({message:Ie,path:"WPEmbedded",fileName:t},1e4);let{fbq:n}=window;if(!n){const t="fbpixel";n=function(...e){n.callMethod?n.callMethod(...e):n.queue.push(e)},window.fbq=n,window._fbq||(window._fbq=n),n.push=n,n.loaded=!0,n.version="2.0",n.queue=[],(0,E.Z)({id:t,src:e,onLoad:()=>{(0,C.Z)(Ie,!0)},onError:()=>{(0,C.Z)(Ie,!1),(0,Ce.o)(t)}})}n("init",t),n("track","PageView"),s&&n("track","ViewContent",{subdomain:window.location.hostname,adb_detected:(0,_e.VP)()})}}))}))}else window.fbq&&setTimeout((()=>{var e,t,s;(0,f.Z)({message:Ie,path:"NotWPEmbedded",fileName:null==window.fbq.getState||null==(e=window.fbq.getState())||null==(t=e.pixels)||null==(s=t[0])?void 0:s.id},1e3,`${Ie} not embedded with WPJSlib. Use 'wp_fb_id' parameter.`,!0)}),2e3)}};var Ee=s(6430),Te=s(9349),Oe=s(4640);const Le="GTM",xe=()=>{if(!(0,w.IK)()){const e="gtm",t=(0,g.Z)("wp_gtm_id")||(0,m.qm)(e),s=(0,Oe.Z)(t);s.length>1&&(0,Te.Z)("Use only one GTM container.","error");const n=s[0];if(!se.Z.u(n))if((e=>(0,h.Z)(e)&&/^GTM-[A-Z0-9]{5,8}$/.test(e))(n)){(0,Ee.Z)().push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),(0,f.Z)({message:Le,fileName:"ValidId",path:n},1e5),S.Z.fill((()=>{k.Z.fill((()=>{(0,E.Z)({withMeasurement:Le,src:`https://www.googletagmanager.com/gtm.js?id=${n}`,id:e,crossorigin:!0,onLoad(){(0,C.Z)(Le,!0)},onError(){(0,C.Z)(Le,!1),(0,Ce.o)(e)}})}),Le)}),Le)}else(0,f.Z)({message:Le,fileName:"InvalidId",path:n},1e3,`Given GTM ID "${n}" is invalid.`,"error")}},De="Hotjar",$e=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_hj_id"),t=(0,g.Z)("wp_hj_sv")||6;e?S.Z.fill((()=>{k.Z.fill((()=>{const s="hotjar";window._hjSettings={hjid:e,hjsv:t},window.hj=window.hj||function(...e){(window.hj.q=window.hj.q||[]).push(e)},(0,f.Z)({message:De,path:"WPEmbedded",fileName:`${e}|${t}`},1e4),(0,E.Z)({id:s,src:`https://static.hotjar.com/c/hotjar-${e}.js?sv=${t}`,onLoad(){(0,C.Z)(De,!0)},onError(){(0,C.Z)(De,!1),(0,Ce.o)(s)}})}))})):window._hjSettings&&setTimeout((()=>{(0,f.Z)({message:De,path:"NotWPEmbedded",fileName:window._hjSettings.hjid},1e4,`${De} not embedded with WPJSlib. Use 'wp_hj_id' parameter.`,!0)}),2e3)}};var je=s(1425),Re=s(5026);const Ne="LiveRamp";let Me=0;const Ve=e=>{const t=window.ats,s=null==e?void 0:e.hash1;t?(0,Re.Z)(s)?t.setAdditionalData({type:"emailHashes",id:[s]}):t.invalidateEnvelope():Me<5?(Me+=1,setTimeout((()=>{Ve(e)}),100)):(0,f.Z)({message:Ne,path:"ATSNotLoaded"},1e3)},Be=()=>{(0,U.y1)("^(kobieta|facet|pilotwp|wiadomosci|sportowefakty)")&&!(0,w.IK)()&&S.Z.fill((()=>{(0,E.Z)({id:"liveramp",defer:!0,src:"https://launchpad-wrapper.privacymanager.io/61767d0a-348c-4038-b565-3f3330656a5f/launchpad-liveramp.js",onLoad(){(0,C.Z)(Ne,!0),(0,f.Z)({message:Ne,path:`${Ne}IsLoaded`},1e3),(0,je.B7)(Ve)},onError(){(0,C.Z)(Ne,!1),(0,f.Z)({message:Ne,path:`${Ne}NotLoaded`},1e3)}})}))};var Ue=s(3121),Fe=s(7144),qe=s(1564),ze=s(6320),Ge=s(8083),He=s(7003);const We=()=>{const{es6:e}=Ae.default;if(!e){const e=(0,He.Z)(),t=(0,He.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,Te.Z)("Consider loading WPJSlib in ASYNC mode.",!0):(0,Te.Z)("Consider using ES6 version of WPJSlib. ES5 version will be removed soon.",!0),e.crossOrigin||(0,Te.Z)("Missing attribute 'crossorigin' for WPJSlib script tag.",!0);const n=e.src,o=(0,X.unmess)(n);n===o&&(0,Ge.rI)()&&(0,Ge._k)()&&(0,f.Z)({message:"AAB",path:"DisabledSS"},100,"WPJSlib script source URL is not Uniformed.",!0),s.test(o)||(0,f.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,Te.Z)("Missing attribute 'id=\"wpjslib\"' for WPJSlib script tag.",!0)}},Ke=()=>{(0,ze.ZP)(),We(),Fe._x?s.e(730).then(s.bind(s,7464)).then((({default:e})=>{e()})).catch((e=>{console.error(e)})):(0,Ue.aS)(qe.TQ)},Je=()=>{if(!(0,w.IK)()){const e=(0,g.Z)("wp_tiktok_id");(0,h.Z)(e)&&S.Z.fill((()=>{k.Z.fill((()=>{if((0,P.U2)("mr","TP")){const t="ttq",s=window[t]||[];window.TiktokAnalyticsObject=t,window[t]=s;const n=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],o=n.length,r=(e,t)=>{e[t]=(...s)=>{e.push([t].concat(s))}},i=e=>{for(let t=0;t<o;t++)r(e,n[t])};i(s);const a=e=>{const t=s._i[e]||[];return i(t),t},c=(e,n)=>{const o="https://analytics.tiktok.com/i18n/pixel/events.js";s._i=s._i||{},s._i[e]=[],s._i[e]._u=o,s._t=s._t||{},s._t[e]=new Date,s._o=s._o||{},s._o[e]=n||{},(0,E.Z)({src:`${o}?sdkid=${e}&lib=${t}`,async:!0})};s.methods=n,s.setAndDefer=r,s.instance=a,s.load=c,s.load(e),s.page()}}))}))}},Qe=e=>{const t=(0,g.Z)("wp_defer_vendors");(0,h.Z)(t)?(window.addEventListener(t,(()=>{e()}),{once:!0}),(0,f.Z)({message:"DeferVendors",path:t},1e4)):e()},Ye=()=>{xe(),Be(),Qe((()=>{Pe(),M(),$e(),Je()})),W(),Se(),Ke()}},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")},1710:(e,t,s)=>{"use strict";s.d(t,{Ew:()=>x,gI:()=>D,E9:()=>$});class n extends Error{constructor(e){super(e),this.name="EncodingError"}}class o extends Error{constructor(e){super(e),this.name="DecodingError"}}class r{static DICT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";static REVERSE_DICT=new Map([["A",0],["B",1],["C",2],["D",3],["E",4],["F",5],["G",6],["H",7],["I",8],["J",9],["K",10],["L",11],["M",12],["N",13],["O",14],["P",15],["Q",16],["R",17],["S",18],["T",19],["U",20],["V",21],["W",22],["X",23],["Y",24],["Z",25],["a",26],["b",27],["c",28],["d",29],["e",30],["f",31],["g",32],["h",33],["i",34],["j",35],["k",36],["l",37],["m",38],["n",39],["o",40],["p",41],["q",42],["r",43],["s",44],["t",45],["u",46],["v",47],["w",48],["x",49],["y",50],["z",51],["0",52],["1",53],["2",54],["3",55],["4",56],["5",57],["6",58],["7",59],["8",60],["9",61],["-",62],["_",63]]);static BASIS=6;static LCM=24;static encode(e){if(!/^[0-1]+$/.test(e))throw new n("Invalid bitField");const t=e.length%this.LCM;e+=t?"0".repeat(this.LCM-t):"";let s="";for(let t=0;t<e.length;t+=this.BASIS)s+=this.DICT[parseInt(e.substr(t,this.BASIS),2)];return s}static decode(e){if(!/^[A-Za-z0-9\-_]+$/.test(e))throw new o("Invalidly encoded Base64URL string");let t="";for(let s=0;s<e.length;s++){const n=this.REVERSE_DICT.get(e[s]).toString(2);t+="0".repeat(this.BASIS-n.length)+n}return t}}class i{static langSet=new Set(["AR","BG","BS","CA","CS","DA","DE","EL","EN","ES","ET","EU","FI","FR","GL","HR","HU","IT","JA","LT","LV","MT","NL","NO","PL","PT-BR","PT-PT","RO","RU","SK","SL","SR-LATN","SR-CYRL","SV","TR","ZH"]);has(e){return i.langSet.has(e)}parseLanguage(e){const t=(e=e.toUpperCase()).split("-")[0];if(e.length>=2&&2==t.length){if(i.langSet.has(e))return e;if(i.langSet.has(t))return t;const s=t+"-"+t;if(i.langSet.has(s))return s;for(const s of i.langSet)if(-1!==s.indexOf(e)||-1!==s.indexOf(t))return s}throw new Error(`unsupported language ${e}`)}forEach(e){i.langSet.forEach(e)}get size(){return i.langSet.size}}class a{static cmpId="cmpId";static cmpVersion="cmpVersion";static consentLanguage="consentLanguage";static consentScreen="consentScreen";static created="created";static supportOOB="supportOOB";static isServiceSpecific="isServiceSpecific";static lastUpdated="lastUpdated";static numCustomPurposes="numCustomPurposes";static policyVersion="policyVersion";static publisherCountryCode="publisherCountryCode";static publisherCustomConsents="publisherCustomConsents";static publisherCustomLegitimateInterests="publisherCustomLegitimateInterests";static publisherLegitimateInterests="publisherLegitimateInterests";static publisherConsents="publisherConsents";static publisherRestrictions="publisherRestrictions";static purposeConsents="purposeConsents";static purposeLegitimateInterests="purposeLegitimateInterests";static purposeOneTreatment="purposeOneTreatment";static specialFeatureOptins="specialFeatureOptins";static useNonStandardTexts="useNonStandardTexts";static vendorConsents="vendorConsents";static vendorLegitimateInterests="vendorLegitimateInterests";static vendorListVersion="vendorListVersion";static vendorsAllowed="vendorsAllowed";static vendorsDisclosed="vendorsDisclosed";static version="version"}class c{clone(){const e=new this.constructor;return Object.keys(this).forEach((t=>{const s=this.deepClone(this[t]);void 0!==s&&(e[t]=s)})),e}deepClone(e){const t=typeof e;if("number"===t||"string"===t||"boolean"===t)return e;if(null!==e&&"object"===t){if("function"==typeof e.clone)return e.clone();if(e instanceof Date)return new Date(e.getTime());if(void 0!==e[Symbol.iterator]){const t=[];for(const s of e)t.push(this.deepClone(s));return e instanceof Array?t:new e.constructor(t)}{const t={};for(const s in e)e.hasOwnProperty(s)&&(t[s]=this.deepClone(e[s]));return t}}}}class l extends Error{constructor(e,t,s=""){super(`invalid value ${t} passed for ${e} ${s}`),this.name="TCModelError"}}var d,u,p,m;!function(e){e[e.NOT_ALLOWED=0]="NOT_ALLOWED",e[e.REQUIRE_CONSENT=1]="REQUIRE_CONSENT",e[e.REQUIRE_LI=2]="REQUIRE_LI"}(d||(d={}));class f extends c{static hashSeparator="-";purposeId_;restrictionType;constructor(e,t){super(),void 0!==e&&(this.purposeId=e),void 0!==t&&(this.restrictionType=t)}static unHash(e){const t=e.split(this.hashSeparator),s=new f;if(2!==t.length)throw new l("hash",e);return s.purposeId=parseInt(t[0],10),s.restrictionType=parseInt(t[1],10),s}get hash(){if(!this.isValid())throw new Error("cannot hash invalid PurposeRestriction");return`${this.purposeId}${f.hashSeparator}${this.restrictionType}`}get purposeId(){return this.purposeId_}set purposeId(e){this.purposeId_=e}isValid(){return Number.isInteger(this.purposeId)&&this.purposeId>0&&(this.restrictionType===d.NOT_ALLOWED||this.restrictionType===d.REQUIRE_CONSENT||this.restrictionType===d.REQUIRE_LI)}isSameAs(e){return this.purposeId===e.purposeId&&this.restrictionType===e.restrictionType}}class g extends c{bitLength=0;map=new Map;gvl_;has(e){return this.map.has(e)}isOkToHave(e,t,s){var n;let o=!0;if(null!=(n=this.gvl)&&n.vendors){const n=this.gvl.vendors[s];if(n)if(e===d.NOT_ALLOWED)o=n.legIntPurposes.includes(t)||n.purposes.includes(t);else if(n.flexiblePurposes.length)switch(e){case d.REQUIRE_CONSENT:o=n.flexiblePurposes.includes(t)&&n.legIntPurposes.includes(t);break;case d.REQUIRE_LI:o=n.flexiblePurposes.includes(t)&&n.purposes.includes(t)}else o=!1;else o=!1}return o}add(e,t){if(this.isOkToHave(t.restrictionType,t.purposeId,e)){const s=t.hash;this.has(s)||(this.map.set(s,new 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(f.unHash(n)):t.push(f.unHash(n))})),t}getPurposes(){const e=new Set;return this.map.forEach(((t,s)=>{e.add(f.unHash(s).purposeId)})),Array.from(e)}remove(e,t){const s=t.hash,n=this.map.get(s);n&&(n.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=f.unHash(t);Array.from(e).forEach((t=>{this.isOkToHave(s.restrictionType,s.purposeId,t)||e.delete(t)}))})))}get gvl(){return this.gvl_}isEmpty(){return 0===this.map.size}get numRestrictions(){return this.map.size}}!function(e){e.COOKIE="cookie",e.WEB="web",e.APP="app"}(u||(u={})),function(e){e.CORE="core",e.VENDORS_DISCLOSED="vendorsDisclosed",e.VENDORS_ALLOWED="vendorsAllowed",e.PUBLISHER_TC="publisherTC"}(p||(p={}));class h{static ID_TO_KEY=[p.CORE,p.VENDORS_DISCLOSED,p.VENDORS_ALLOWED,p.PUBLISHER_TC];static KEY_TO_ID={[p.CORE]:0,[p.VENDORS_DISCLOSED]:1,[p.VENDORS_ALLOWED]:2,[p.PUBLISHER_TC]:3}}class A extends c{bitLength=0;maxId_=0;set_=new Set;*[Symbol.iterator](){for(let e=1;e<=this.maxId;e++)yield[e,this.has(e)]}values(){return this.set_.values()}get maxId(){return this.maxId_}has(e){return this.set_.has(e)}unset(e){Array.isArray(e)?e.forEach((e=>this.unset(e))):"object"==typeof e?this.unset(Object.keys(e).map((e=>Number(e)))):(this.set_.delete(Number(e)),this.bitLength=0,e===this.maxId&&(this.maxId_=0,this.set_.forEach((e=>{this.maxId_=Math.max(this.maxId,e)}))))}isIntMap(e){let t="object"==typeof e;return t=t&&Object.keys(e).every((t=>{let s=Number.isInteger(parseInt(t,10));return s=s&&this.isValidNumber(e[t].id),s=s&&void 0!==e[t].name,s})),t}isValidNumber(e){return parseInt(e,10)>0}isSet(e){let t=!1;return e instanceof Set&&(t=Array.from(e).every(this.isValidNumber)),t}set(e){if(Array.isArray(e))e.forEach((e=>this.set(e)));else if(this.isSet(e))this.set(Array.from(e));else if(this.isIntMap(e))this.set(Object.keys(e).map((e=>Number(e))));else{if(!this.isValidNumber(e))throw new l("set()",e,"must be positive integer array, positive integer, Set<number>, or IntMap");this.set_.add(e),this.maxId_=Math.max(this.maxId,e),this.bitLength=0}}empty(){this.set_=new Set}forEach(e){for(let t=1;t<=this.maxId;t++)e(this.has(t),t)}get size(){return this.set_.size}setAll(e){this.set(e)}}class v{static[a.cmpId]=12;static[a.cmpVersion]=12;static[a.consentLanguage]=12;static[a.consentScreen]=6;static[a.created]=36;static[a.isServiceSpecific]=1;static[a.lastUpdated]=36;static[a.policyVersion]=6;static[a.publisherCountryCode]=12;static[a.publisherLegitimateInterests]=24;static[a.publisherConsents]=24;static[a.purposeConsents]=24;static[a.purposeLegitimateInterests]=24;static[a.purposeOneTreatment]=1;static[a.specialFeatureOptins]=12;static[a.useNonStandardTexts]=1;static[a.vendorListVersion]=12;static[a.version]=6;static anyBoolean=1;static encodingType=1;static maxId=16;static numCustomPurposes=6;static numEntries=12;static numRestrictions=12;static purposeId=6;static restrictionType=2;static segmentType=3;static singleOrRange=1;static vendorId=16}class Z{static encode(e){return String(Number(e))}static decode(e){return"1"===e}}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 n(`${e} too large to encode into ${t}`);return s.length<t&&(s="0".repeat(t-s.length)+s),s}static decode(e,t){if(t!==e.length)throw new o("invalid bit length");return parseInt(e,2)}}class w{static encode(e,t){return b.encode(Math.round(e.getTime()/100),t)}static decode(e,t){if(t!==e.length)throw new o("invalid bit length");const s=new Date;return s.setTime(100*b.decode(e,t)),s}}class y{static encode(e,t){let s="";for(let n=1;n<=t;n++)s+=Z.encode(e.has(n));return s}static decode(e,t){if(e.length!==t)throw new o("bitfield encoding length mismatch");const s=new A;for(let n=1;n<=t;n++)Z.decode(e[n-1])&&s.set(n);return s.bitLength=e.length,s}}class S{static encode(e,t){const s=(e=e.toUpperCase()).charCodeAt(0)-65,o=e.charCodeAt(1)-65;if(s<0||s>25||o<0||o>25)throw new n(`invalid language code: ${e}`);if(t%2==1)throw new n(`numBits must be even, ${t} is not valid`);t/=2;return b.encode(s,t)+b.encode(o,t)}static decode(e,t){let s;if(t!==e.length||e.length%2)throw new o("invalid bit length for language");{const t=65,n=e.length/2,o=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 C{static encode(e){let t=b.encode(e.numRestrictions,v.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,v.purposeId),t+=b.encode(n.restrictionType,v.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+=Z.encode(e),c+=b.encode(a,v.vendorId),e&&(c+=b.encode(t,v.vendorId)),a=0}}t+=b.encode(i,v.numEntries),t+=c}))}return t}static decode(e){let t=0;const s=new g,n=b.decode(e.substr(t,v.numRestrictions),v.numRestrictions);t+=v.numRestrictions;for(let r=0;r<n;r++){const n=b.decode(e.substr(t,v.purposeId),v.purposeId);t+=v.purposeId;const r=b.decode(e.substr(t,v.restrictionType),v.restrictionType);t+=v.restrictionType;const i=new f(n,r),a=b.decode(e.substr(t,v.numEntries),v.numEntries);t+=v.numEntries;for(let n=0;n<a;n++){const n=Z.decode(e.substr(t,v.anyBoolean));t+=v.anyBoolean;const r=b.decode(e.substr(t,v.vendorId),v.vendorId);if(t+=v.vendorId,n){const n=b.decode(e.substr(t,v.vendorId),v.vendorId);if(t+=v.vendorId,n<r)throw new o(`Invalid RangeEntry: endVendorId ${n} is less than ${r}`);for(let e=r;e<=n;e++)s.add(e,i)}else s.add(r,i)}}return s.bitLength=t,s}}!function(e){e[e.FIELD=0]="FIELD",e[e.RANGE=1]="RANGE"}(m||(m={}));class _{static encode(e){const t=[];let s,n=[],o=b.encode(e.maxId,v.maxId),r="";const i=v.maxId+v.encodingType,a=i+e.maxId,c=2*v.vendorId+v.singleOrRange+v.numEntries;let l=i+v.numEntries;return e.forEach(((o,i)=>{if(r+=Z.encode(o),s=e.maxId>c&&l<a,s&&o){e.has(i+1)?0===n.length&&(n.push(i),l+=v.singleOrRange,l+=v.vendorId):(n.push(i),l+=v.vendorId,t.push(n),n=[])}})),s?(o+=String(m.RANGE),o+=this.buildRangeEncoding(t)):(o+=String(m.FIELD),o+=r),o}static decode(e,t){let s,n=0;const r=b.decode(e.substr(n,v.maxId),v.maxId);n+=v.maxId;const i=b.decode(e.charAt(n),v.encodingType);if(n+=v.encodingType,i===m.RANGE){if(s=new A,1===t){if("1"===e.substr(n,1))throw new o("Unable to decode default consent=1");n++}const r=b.decode(e.substr(n,v.numEntries),v.numEntries);n+=v.numEntries;for(let t=0;t<r;t++){const t=Z.decode(e.charAt(n));n+=v.singleOrRange;const o=b.decode(e.substr(n,v.vendorId),v.vendorId);if(n+=v.vendorId,t){const t=b.decode(e.substr(n,v.vendorId),v.vendorId);n+=v.vendorId;for(let e=o;e<=t;e++)s.set(e)}else s.set(o)}}else{const t=e.substr(n,r);n+=r,s=y.decode(t,r)}return s.bitLength=n,s}static buildRangeEncoding(e){const t=e.length;let s=b.encode(t,v.numEntries);return e.forEach((e=>{const t=1===e.length;s+=Z.encode(!t),s+=b.encode(e[0],v.vendorId),t||(s+=b.encode(e[1],v.vendorId))})),s}}function k(){return{[a.version]:b,[a.created]:w,[a.lastUpdated]:w,[a.cmpId]:b,[a.cmpVersion]:b,[a.consentScreen]:b,[a.consentLanguage]:S,[a.vendorListVersion]:b,[a.policyVersion]:b,[a.isServiceSpecific]:Z,[a.useNonStandardTexts]:Z,[a.specialFeatureOptins]:y,[a.purposeConsents]:y,[a.purposeLegitimateInterests]:y,[a.purposeOneTreatment]:Z,[a.publisherCountryCode]:S,[a.vendorConsents]:_,[a.vendorLegitimateInterests]:_,[a.publisherRestrictions]:C,segmentType:b,[a.vendorsDisclosed]:_,[a.vendorsAllowed]:_,[a.publisherConsents]:y,[a.publisherLegitimateInterests]:y,[a.numCustomPurposes]:b,[a.publisherCustomConsents]:y,[a.publisherCustomLegitimateInterests]:y}}class I{1={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.purposeConsents,a.vendorConsents]};2={[p.CORE]:[a.version,a.created,a.lastUpdated,a.cmpId,a.cmpVersion,a.consentScreen,a.consentLanguage,a.vendorListVersion,a.policyVersion,a.isServiceSpecific,a.useNonStandardTexts,a.specialFeatureOptins,a.purposeConsents,a.purposeLegitimateInterests,a.purposeOneTreatment,a.publisherCountryCode,a.vendorConsents,a.vendorLegitimateInterests,a.publisherRestrictions],[p.PUBLISHER_TC]:[a.publisherConsents,a.publisherLegitimateInterests,a.numCustomPurposes,a.publisherCustomConsents,a.publisherCustomLegitimateInterests],[p.VENDORS_ALLOWED]:[a.vendorsAllowed],[p.VENDORS_DISCLOSED]:[a.vendorsDisclosed]}}class P{1=[p.CORE];2=[p.CORE];constructor(e,t){if(2===e.version)if(e.isServiceSpecific)this[2].push(p.PUBLISHER_TC);else{const s=!(!t||!t.isForVendors);s&&!0!==e[a.supportOOB]||this[2].push(p.VENDORS_DISCLOSED),s&&(e[a.supportOOB]&&e[a.vendorsAllowed].size>0&&this[2].push(p.VENDORS_ALLOWED),this[2].push(p.PUBLISHER_TC))}}}class E{static fieldSequence=new I;static encode(e,t){let s;try{s=this.fieldSequence[String(e.version)][t]}catch(s){throw new n(`Unable to encode version: ${e.version}, segment: ${t}`)}let o="";t!==p.CORE&&(o=b.encode(h.KEY_TO_ID[t],v.segmentType));const i=k();return s.forEach((s=>{const r=e[s],c=i[s];let l=v[s];void 0===l&&this.isPublisherCustom(s)&&(l=Number(e[a.numCustomPurposes]));try{o+=c.encode(r,l)}catch(e){throw new n(`Error encoding ${t}->${s}: ${e.message}`)}})),r.encode(o)}static decode(e,t,s){const n=r.decode(e);let i=0;s===p.CORE&&(t.version=b.decode(n.substr(i,v[a.version]),v[a.version])),s!==p.CORE&&(i+=v.segmentType);const c=this.fieldSequence[String(t.version)][s],l=k();return c.forEach((e=>{const s=l[e];let r=v[e];if(void 0===r&&this.isPublisherCustom(e)&&(r=Number(t[a.numCustomPurposes])),0!==r){const a=n.substr(i,r);if(t[e]=s===_?s.decode(a,t.version):s.decode(a,r),Number.isInteger(r))i+=r;else{if(!Number.isInteger(t[e].bitLength))throw new o(e);i+=t[e].bitLength}}})),t}static isPublisherCustom(e){return 0===e.indexOf("publisherCustom")}}class T{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===d.REQUIRE_CONSENT&&"purposes"===n||t[e].restrictionType===d.REQUIRE_LI&&"legIntPurposes"===n;o||s.unset(r)}else s.unset(r)}}))})),e.vendorsDisclosed.set(t.vendors),e}];static process(e,t){const s=e.gvl;if(!s)throw new n("Unable to encode TCModel without a GVL");if(!s.isReady)throw new n("Unable to encode TCModel tcModel.gvl.readyPromise is not resolved");(e=e.clone()).consentLanguage=s.language.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 o=e.version-1;if(!this.processor[o])throw new n(`Invalid version: ${e.version}`);return this.processor[o](e,s)}}class O extends Error{constructor(e){super(e),this.name="GVLError"}}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 c{static LANGUAGE_CACHE=new Map;static CACHE=new Map;static LATEST_CACHE_KEY=0;static DEFAULT_LANGUAGE="EN";static consentLanguages=new i;static baseUrl_;static set baseUrl(e){if(/^https?:\/\/vendorlist\.consensu\.org\//.test(e))throw new O("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 O("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 O(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 O("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 O("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 c{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 A;purposeConsents=new A;purposeLegitimateInterests=new A;publisherConsents=new A;publisherLegitimateInterests=new A;publisherCustomConsents=new A;publisherCustomLegitimateInterests=new A;customPurposes;vendorConsents=new A;vendorLegitimateInterests=new A;vendorsDisclosed=new A;vendorsAllowed=new A;publisherRestrictions=new g;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 l("cmpId",e);this.cmpId_=e}get cmpId(){return this.cmpId_}set cmpVersion(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("cmpVersion",e);this.cmpVersion_=e}get cmpVersion(){return this.cmpVersion_}set consentScreen(e){if(e=Number(e),!(Number.isInteger(e)&&e>-1))throw new l("consentScreen",e);this.consentScreen_=e}get consentScreen(){return this.consentScreen_}set consentLanguage(e){this.consentLanguage_=e}get consentLanguage(){return this.consentLanguage_}set publisherCountryCode(e){if(!/^([A-z]){2}$/.test(e))throw new l("publisherCountryCode",e);this.publisherCountryCode_=e.toUpperCase()}get publisherCountryCode(){return this.publisherCountryCode_}set vendorListVersion(e){if((e=Number(e)>>0)<0)throw new l("vendorListVersion",e);this.vendorListVersion_=e}get vendorListVersion(){return this.gvl?this.gvl.vendorListVersion:this.vendorListVersion_}set policyVersion(e){if(this.policyVersion_=parseInt(e,10),this.policyVersion_<0)throw new l("policyVersion",e)}get policyVersion(){return this.gvl?this.gvl.tcfPolicyVersion:this.policyVersion_}set version(e){this.version_=parseInt(e,10)}get version(){return this.version_}set isServiceSpecific(e){this.isServiceSpecific_=e}get isServiceSpecific(){return this.isServiceSpecific_}set useNonStandardTexts(e){this.useNonStandardTexts_=e}get useNonStandardTexts(){return this.useNonStandardTexts_}set supportOOB(e){this.supportOOB_=e}get supportOOB(){return this.supportOOB_}set purposeOneTreatment(e){this.purposeOneTreatment_=e}get purposeOneTreatment(){return this.purposeOneTreatment_}setAllVendorConsents(){this.vendorConsents.set(this.gvl.vendors)}unsetAllVendorConsents(){this.vendorConsents.empty()}setAllVendorsDisclosed(){this.vendorsDisclosed.set(this.gvl.vendors)}unsetAllVendorsDisclosed(){this.vendorsDisclosed.empty()}setAllVendorsAllowed(){this.vendorsAllowed.set(this.gvl.vendors)}unsetAllVendorsAllowed(){this.vendorsAllowed.empty()}setAllVendorLegitimateInterests(){this.vendorLegitimateInterests.set(this.gvl.vendors)}unsetAllVendorLegitimateInterests(){this.vendorLegitimateInterests.empty()}setAllPurposeConsents(){this.purposeConsents.set(this.gvl.purposes)}unsetAllPurposeConsents(){this.purposeConsents.empty()}setAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.set(this.gvl.purposes)}unsetAllPurposeLegitimateInterests(){this.purposeLegitimateInterests.empty()}setAllSpecialFeatureOptins(){this.specialFeatureOptins.set(this.gvl.specialFeatures)}unsetAllSpecialFeatureOptins(){this.specialFeatureOptins.empty()}setAll(){this.setAllVendorConsents(),this.setAllPurposeLegitimateInterests(),this.setAllSpecialFeatureOptins(),this.setAllPurposeConsents(),this.setAllVendorLegitimateInterests()}unsetAll(){this.unsetAllVendorConsents(),this.unsetAllPurposeLegitimateInterests(),this.unsetAllSpecialFeatureOptins(),this.unsetAllPurposeConsents(),this.unsetAllVendorLegitimateInterests()}get numCustomPurposes(){let e=this.numCustomPurposes_;if("object"==typeof this.customPurposes){const t=Object.keys(this.customPurposes).sort(((e,t)=>Number(e)-Number(t)));e=parseInt(t.pop(),10)}return e}set numCustomPurposes(e){if(this.numCustomPurposes_=parseInt(e,10),this.numCustomPurposes_<0)throw new l("numCustomPurposes",e)}updated(){const e=new Date,t=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.created=t,this.lastUpdated=t}}class ${static encode(e,t){let s,n="";return e=T.process(e,t),s=Array.isArray(null==t?void 0:t.segments)?t.segments:new P(e,t)[""+e.version],s.forEach(((t,o)=>{let r="";o<s.length-1&&(r="."),n+=E.encode(e,t)+r})),n}static decode(e,t){const s=e.split("."),n=s.length;t||(t=new D);for(let e=0;e<n;e++){const n=s[e],o=r.decode(n.charAt(0)).substr(0,v.segmentType),i=h.ID_TO_KEY[b.decode(o,v.segmentType).toString()];E.decode(n,t,i)}return t}}}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return s[e].call(r.exports,r,r.exports,o),r.exports}o.m=s,o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var s in t)o.o(t,s)&&!o.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,s)=>(o.f[s](e,t),t)),[])),o.u=e=>"2.4.926/wpjslib-chunk-sgap-"+{124:"aab",345:"diagnostic",416:"whitelist",599:"notification",730:"performance",831:"cb"}[e]+".js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="__proto__1701082003371__:",o.l=(s,n,r,i)=>{if(e[s])e[s].push(n);else{var a,c;if(void 0!==r)for(var l=document.getElementsByTagName("script"),d=0;d<l.length;d++){var u=l[d];if(u.getAttribute("src")==s||u.getAttribute("data-webpack")==t+r){a=u;break}}a||(c=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,o.nc&&a.setAttribute("nonce",o.nc),a.setAttribute("data-webpack",t+r),a.src=s),e[s]=[n];var p=(t,n)=>{a.onerror=a.onload=null,clearTimeout(m);var o=e[s];if(delete e[s],a.parentNode&&a.parentNode.removeChild(a),o&&o.forEach((e=>e(n))),t)return t(n)},m=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),c&&document.head.appendChild(a)}},o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.p="https://std.wpcdn.pl/wpjslib6/",(()=>{var e={765:0};o.f.j=(t,s)=>{var n=o.o(e,t)?e[t]:void 0;if(0!==n)if(n)s.push(n[2]);else{var r=new Promise(((s,o)=>n=e[t]=[s,o]));s.push(n[2]=r);var i=o.p+o.u(t),a=new Error;o.l(i,(s=>{if(o.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var r=s&&("load"===s.type?"missing":s.type),i=s&&s.target&&s.target.src;a.message="Loading chunk "+t+" failed.\n("+r+": "+i+")",a.name="ChunkLoadError",a.type=r,a.request=i,n[1](a)}}),"chunk-"+t,t)}};var t=(t,s)=>{var n,r,[i,a,c]=s,l=0;if(i.some((t=>0!==e[t]))){for(n in a)o.o(a,n)&&(o.m[n]=a[n]);if(c)c(o)}for(t&&t(s);l<i.length;l++)r=i[l],o.o(e,r)&&e[r]&&e[r][0](),e[r]=0},s=self.webpackChunk_proto_1701082003371_=self.webpackChunk_proto_1701082003371_||[];s.forEach(t.bind(null,0)),s.push=t.bind(null,s.push.bind(s))})(),(()=>{"use strict";o(8017);var e=o(1114),t=o(703),s=o(3574),n=o(4024),r=o(1774),i=o(5068),a=o(7003),c=o(3205),l=o(7384),d=o(5150);const u=(e,t)=>{const s=`"${t?` crossorigin="${!0===t?"anonymous":t}"`:""}><\/script>`,n='<script src="'+encodeURI((0,d.Z)(e))+s;document.write(n)};var p=o(2647);const m=(e,o)=>{r.default.es6=!0,r.default.bucket=r.default.es6?"wpjslib6":"wpjslib",r.default.canary=!1,(0,p.ZP)();const d=(e,t)=>{const s=(0,a.Z)();document.readyState.includes("te")||s&&(s.async||s.defer||"module"===s.type)||r.default.es6?(0,i.Z)({src:e,crossorigin:!0,onLoad:t,onError:t}):(u(e,!0),c.Z.f(t)&&t())},m=()=>{const s=(0,l.Z)("wplib"),i=(0,l.Z)("wplib5"),a=(0,l.Z)("wplib6");if(s||i||a){const c=(0,t.qm)("dev")||e,{variants:l={}}=r.default,u=!l[c];if(r.default.variants=l,u){l[c]=!0;let e,{bucket:t}=r.default;a?(t="wpjslib6",e=a[2]):i?(t="wpjslib",e=i[2]):s&&(e=s[2]),r.default.mode=!0,r.default.branch=e,r.default.bucket=t;const o=(0,n.Z)(t,e,c,r.default.mode,"js",r.default.canary);d(o)}else o()}else o()},f=(0,l.Z)("prebidConfig");null!=f&&f[2]&&!r.default.prebidConfig?(r.default.prebidConfig=f[2],d(`${s.Z}mocks/adv/config/inline/${r.default.prebidConfig}.js`,m)):m()};var f=o(1489),g=o(2395),h=o(1327);const A=()=>{if((0,t.qm)("noerror"))return;const e=(e,t,s,n,o)=>{if(c.Z.o(e))(0,h.Z)(e);else{const r=o||{message:e,fileName:t,lineNumber:s,colNumber:n};(0,h.Z)({error:r})}},s=window.onerror;if(null!=s&&s.toString){if(s.toString().includes("message.includes(magic")){const e=f.Ey;(0,g.o)("onerror",e,!0,!0)}}window.onerror=((e,t)=>function(...s){return e&&e.apply(this,s),t.apply(this,s),!1})(s,e),window.addEventListener("unhandledrejection",e,!1)};var v=o(1530),Z=o(9349),b=o(4190);const w=(e,t,s,n,o=!1)=>{!o&&r.default.initialized?(0,Z.Z)("WPJSlib was initialized multiple times.","error"):(r.default.ver="2.4.926",r.default.buildDate="2023-11-27 11:46:42",r.default.uniformVer="1.3.54",r.default.subver=e,o||(r.default.initialized=!0),(0,Z.Z)(`WPJSlib ${r.default.es6?"ES6":"ES5"} ${r.default.ver} ${r.default.subver} (${r.default.buildDate})`,"info"),(0,v.Z)("WPJSlib ES6",r.default.es6),A(),(0,b.Z)("WPJS",t,s),(0,b.Z)("flush",n))};m("wpjslib-sgap",(()=>{w("sgap",(e=>{o(7343).Z(e),o(2943).Z(e),o(5121).Z(e)}),e.WP,e.y)}))})()})();