
            (function(config) {
                !function(){"use strict";var e={4892:function(e,t,n){n.d(t,{NN:function(){return i}});var i="cmd::remove"},3896:function(e,t,n){n.d(t,{c:function(){return f}}),n(5504);var i=n(5508),r=n(2318),o=n(6722),a=n(941),s=n(8989),c=n(2585),l=n(5218),u=n(9828),p=n(4892),d=n(6021),m=n(5158),h=[m.X8,m.ZC];function f(e,t,n){if(this.eventEmitter=e,this.suffixId=n||(0,s.M)(),a.Ay.canAccessTopWindow())this.targetWindow=window.top;else{if(t)throw new Error("Cannot initialize Expander without the access to the top window");this.targetWindow=a.Ay.getTopAccessibleWindow(window)}this.modal=new o.a(this.suffixId),this.htmlLoader=new i.$(this.suffixId)}new r.A("Expander"),f.prototype.asyncRun=function(){var e=this;return this._off(),this._waitForExpanderInit().then((function(){return e.modal.init(e.targetWindow.document),e.modal.setBody(e.htmlLoader.getElement(d.A)),e.iframe=e.targetWindow.document.getElementById(e.htmlLoader.getPrefixedClassName("iframe")),e.loader=e.targetWindow.document.getElementById(e.htmlLoader.getPrefixedClassName("loader-bg")),c.N.race([e._waitForPlayerRemove(),e._asyncRunForever()])})).catch((function(e){})).then((function(){e._dispose()}))},f.prototype._asyncRunForever=function(){var e=this;return this._waitForExpanderOpen().then((function(t){e.modal.asyncOpen().catch((function(e){})),e._showLoader();var n=e._asyncLoadIframe(t.url,t.share).catch((function(){})),i=e.modal.waitForClose();return c.N.race([n,i]).catch((function(){})).then((function(){e._hideLoader()})),i})).then((function(){return e.eventEmitter.emit(m.F$),e.iframe.src="about:blank",e._asyncRunForever()}))},f.prototype._off=function(){var e=this;h.forEach((function(t){e.eventEmitter.off(t)}))},f.prototype._waitForExpanderInit=function(){return(0,u.P)(this.eventEmitter,m.X8)},f.prototype._waitForExpanderOpen=function(){return(0,u.P)(this.eventEmitter,m.ZC)},f.prototype._asyncLoadIframe=function(e,t){if(this.iframe.src===e)return c.N.resolve();var n=(0,l.p)(this.iframe,"load");return this.iframe.src=e,n},f.prototype._showLoader=function(){this.loader.style.display=""},f.prototype._hideLoader=function(){this.loader.style.display="none"},f.prototype._waitForPlayerRemove=function(){return(0,u.P)(this.eventEmitter,p.NN)},f.prototype._dispose=function(){this._off(),this.modal.dispose()}},5158:function(e,t,n){n.d(t,{F$:function(){return o},X8:function(){return i},ZC:function(){return r}});var i="cmd::expanderInit",r="cmd::expanderOpen",o="inj::expanderClose"},7228:function(e,t,n){var i=n(6314),r=n(2279);function o(e,t,n){this._enabled=!0,this._wideWrapper=n,this._frameHeader=i.A.create(e,"div"),this._frameHeader.addClass(r.A.classNamePrefix(t,["frame-header"]));var o=i.A.create(e,"div");o.addClass(r.A.classNamePrefix(t,["frame-header__title"])),o.appendTo(this._frameHeader.elem),this._frameCustomLogo=i.A.create(e,"img"),this._frameCustomLogo.attr("aria-label","Custom Logo"),this._frameCustomLogo.addClass(r.A.classNamePrefix(t,["frame-header__title-logo"])),this._frameCustomLogo.appendTo(o.elem),this._frameCustomTitle=i.A.create(e,"div"),this._frameCustomTitle.addClass(r.A.classNamePrefix(t,["frame-header__title-text"])),this._frameCustomTitle.appendTo(o.elem),this._frameCredits=i.A.create(e,"a"),this._frameCredits.attr("role","button"),this._frameCredits.attr("aria-label","Credits"),this._frameCredits.addClass(r.A.classNamePrefix(t,["frame-header__credits"])),this._frameCredits.appendTo(this._frameHeader.elem);var a=i.A.create(e,"div");a.addClass(r.A.classNamePrefix(t,["frame-header__credits-text"])),a.text("powered by"),a.appendTo(this._frameCredits.elem);var s=i.A.create(e,"div");s.addClass(r.A.classNamePrefix(t,["frame-header__credits-logo"])),s.appendTo(this._frameCredits.elem),this._frameFooter=i.A.create(e,"div"),this._frameFooter.addClass(r.A.classNamePrefix(t,["frame-footer"])),this._frameDisclaimer=i.A.create(e,"div"),this._frameDisclaimer.addClass(r.A.classNamePrefix(t,["frame-footer__disclaimer"])),this._frameDisclaimer.appendTo(this._frameFooter.elem)}o.prototype.initDom=function(){this._wideWrapper.insertAdjacentElement("afterbegin",this._frameHeader.elem),this._wideWrapper.insertAdjacentElement("beforeend",this._frameFooter.elem),this._disable()},o.prototype.configure=function(e){e.logoUrl||e.frameTitle||e.frameDisclaimer||e.frameShowCredits?(this._enable(),this._setFrameColor(e.frameColor),this._setTitle(e.frameTitle),e.frameTitleUseBrand&&(this._setTitleColor(e.uiColor),e.fontType&&this._setTitleFontFamily(e.fontType)),this._setLogo(e.logoUrl),this._setDisclaimer(e.frameDisclaimer),e.frameDisclaimerBranded&&(this._setDisclaimerColor(e.uiColor),e.fontType&&this._setDisclaimerFontFamily(e.fontType)),e.frameShowCredits?this._setCreditsLink(e.frameCreditsUrl):this._hideCredits()):this._disable()},o.prototype.vipModeOff=function(){this._enabled&&(this._wideWrapper.style.borderColor=this._frameColor,this._wideWrapper.style.backgroundColor=this._frameColor,this._frameHeader.elem.style.visibility="",this._frameFooter.elem.style.visibility="")},o.prototype.vipModeOn=function(){this._enabled&&(this._frameHeader.elem.style.visibility="hidden",this._frameFooter.elem.style.visibility="hidden",this._wideWrapper.style.borderColor="transparent",this._wideWrapper.style.backgroundColor="transparent")},o.prototype._setFrameColor=function(e){var t=e||"transparent";this._frameColor=t,this._wideWrapper.style.borderColor=t,this._wideWrapper.style.backgroundColor=t,this._frameHeader.elem.style.backgroundColor=t,this._frameFooter.elem.style.backgroundColor=t},o.prototype._setTitleFontFamily=function(e){this._frameCustomTitle.elem.style.fontFamily=e},o.prototype._setDisclaimerFontFamily=function(e){this._frameDisclaimer.elem.style.fontFamily=e},o.prototype._setTitle=function(e){this._frameCustomTitle.text(e)},o.prototype._setTitleColor=function(e){this._frameCustomTitle.elem.style.color=e},o.prototype._setDisclaimer=function(e){this._frameDisclaimer.text(e)},o.prototype._setDisclaimerColor=function(e){this._frameDisclaimer.elem.style.color=e},o.prototype._setLogo=function(e){e?this._frameCustomLogo.elem.src=e:this._frameCustomLogo.hide()},o.prototype._hideCredits=function(){this._frameCredits.hide()},o.prototype._setCreditsLink=function(e){this._frameCredits.attr("href",e),this._frameCredits.attr("target","_blank"),this._frameCredits.attr("rel","nofollow")},o.prototype._disable=function(){this._enabled=!1,this._wideWrapper.style.borderWidth="0px",this._frameHeader.hide(),this._frameFooter.hide()},o.prototype._enable=function(){this._enabled=!0,this._wideWrapper.style.borderWidth="",this._frameHeader.show(),this._frameFooter.show()},t.A=o},9594:function(e,t,n){var i=n(5305),r=n(4274),o=n(8062),a=n(8575),s=n(4042),c=n(5380),l=n(5508),u=n(6428),p=n(171),d=n(1191),m=n(2240),h=n(4137),f=n(9747),v=n(6032),g=n(1116),y=n(1400),w=n(6073),b=n(6393),A=n(9157),I=n(8456),E=n(2318),C=n(7422),_=n(3664),M=n(4663),N=n(2791),T=n(7366),x=n(4867),S=n(6314),k=n(941),L=n(3041),P=n(8989),O=n(9275),D=n(9717),j=n(3780),V=n(3241),R=n(2585),z=n(208),F=n(2716),W=n(9970),B=n(5261),U=n(6287),H=n(2279),Y=n(9828),Z=n(2884),G=n(8501),X=n(2197),q=n(1817),J=n(235),Q=n(3212),$=n(1848),K=n(3896),ee=n(7228),te=(new E.A("Display"),I.Ay.inDapIF),ne=A.A.MaxInstancesError,ie=A.A.DuplicateInjectorError,re=I.Ay.config,oe=I.Ay.injectorPlayerEmitter,ae="always",se="notviewable",ce="no",le=m.cD.SIXTEEN_NINE;function ue(){if(this.elements=$.A.findInjectionElements(),this.script=this.elements.script,null!=this.elements.iframe?this.injectionElem=this.elements.iframe:this.injectionElem=this.script,this.vptId=H.A.getVptId(this.script),this.width=null,this.height=null,this.hasFixedSize=!1,this.aspectRatio=re.get("aspect_ratio",null),this.aspectRatio||(this.aspectRatio=le,this.width=re.get("width",null),this.height=re.get("height",null),this.hasFixedSize=null!=this.width&&null!=this.height),this.displayElement=null,this.wrapperElement=null,this.wideWrapperElement=null,this.injectorName="display",this.iframe=null,this.suffixId=(0,P.M)(),this.detectedPlatform=$.A.getDetectedPublishingPlatform(re),this.apiAdapter=$.A.getApiAdapter(re),this.vipModeType=this.getVipModeType(),this.heavyAdsMitigation=re.get("heavy_ads_mitigation",v.D.ENABLED)!==v.D.DISABLED,this.isVip=!1,this.disabledVIPOnce=!1,this.forceVIPclose=re.get("force_vip_close",!1),this.vipPosition=re.get("selected_vip_position"),this.vipPositionClass=(0,w.Gd)(re.get("selected_vip_position")),this.vipSize=re.get("vip_size","large"),this.boundScrollVipCallback=(0,k.oI)(this.scrollVipCallback,this),this.additionalPlayerConfig=H.A.getAdditionalPlayerConfig(re,this.vptId),this.contentList=[],this.customContentList=[],this.currentContentIdx=0,this.sessionCounter=1,this.firstSession=!0,this.config=re,this.injectorConfig=null,this.autoReplay=re.get("autoreplay"),this.isPlaylistMode=re.get("playlist_mode",!1),this.clipChoicePosition=re.get("thumbs_position",h.A.DEFAULT),this.isClipChoiceFormat=this.clipChoicePosition===h.A.BOTTOM,this.pluginLoaded=!1,this.closeVipDelay=re.get("close_delay",0),this.showCloseVipTimeoutId=null,this.restartCallbackId=null,this.playlistPluginReadyCallbackId=null,this.changeVideoCallbackId=null,this.startViewabilityCallBackId=null,this.startViewabilityTrackerCallBackId=null,this.stopViewabilityCallBackId=null,this.stopViewabilityTrackerCallBackId=null,this.contentPausedCallbackId=null,this.playCallbackId=null,this.playingCallbackId=null,this.adPausedCallbackId=null,this.adResumedCallbackId=null,this.shouldSkipFallbackId=null,this.shouldShowFallbackId=null,this.skipFallback=!1,this.firstInteractionId=null,this.cmpAvailability="",this.gdprApplies=!1,this.consentString="",this.usPrivacy="",this.ccpaApplies=!1,this.ccpaAvailability="",this.playingContent=!1,this.cssLoader=null,this.viewability=null,this.htmlLoader=new l.$(this.suffixId),this.cssNamespace=this.htmlLoader.getCssNameNamespace(),this.userChangedVideo=!1,H.A.isAdBlockedAsync().then((function(e){e&&H.A.trackPlayerEvent(g.g.ERROR,g.e.ADBLOCKER)})),this.hasCustomContent())try{this.fillCustomContentList(this.additionalPlayerConfig)}catch(e){throw H.A.trackRequestEvent("adunit_request_error",y.A.INVALID_VPT_CONFIGURATION),e}this.whenPlayerReady=new M.c;var e=re.get("sid",null);this.sessionState=(0,B.A)(I.Ay.namespace,e),this.displayViewable=re.get("d_viewable",f.V)}ue.prototype.getForceContentSelection=function(){return!!re.get("force_content_selection",!1)},ue.prototype.isEmbeddedUnit=function(){return null!=(0,o.w)(re.get("base_query","")).cid},ue.prototype.hasCustomContent=function(){return null!=this.additionalPlayerConfig&&null!=this.additionalPlayerConfig.contents&&this.additionalPlayerConfig.contents.length>0},ue.prototype.shouldLoadContents=function(){return this.isEmbeddedUnit()?this.getForceContentSelection():!this.hasCustomContent()},ue.prototype.fillCustomContentList=function(e){var t,n=this;e.contents.forEach((function(e,i){n.customContentList[i]=[],Array.isArray(e.videos)?(t=k.Ay.isString(e.videos[0]),e.videos.forEach((function(e){var r=k.Ay.isString(e);if(r!==t)throw new Error("not accepted");r?n.customContentList[i].push({url:e,type:H.A.getMimetype(e),resolution:0,height:0,width:0}):n.customContentList[i].push({url:e.url,type:e.type||H.A.getMimetype(e.url),resolution:e.resolution||0,height:0,width:0})}))):k.Ay.isString(e.videos)?n.customContentList[i].push({url:e.videos,type:H.A.getMimetype(e.videos),resolution:0,height:0,width:0}):n.customContentList[i].push({url:e.videos.url,type:e.videos.type||H.A.getMimetype(e.video.url),resolution:e.videos.resolution||0,height:0,width:0})}))},ue.prototype.getVipModeType=function(){return(0,d.j)(this.apiAdapter)||this.apiAdapter===d.A.FACEBOOK_INSTANT_ARTICLES?ce:re.get("vip_mode")},ue.styleValue=function(e){return null===e?"100%":"".concat(e,"px")},ue.prototype.removePlaceholder=function(){var e=H.A.classNamePrefix(this.cssNamespace,["placeholder"]);S.A.remove(this.playerWindow.document,e)},ue.prototype.addPlaceholder=function(){var e=H.A.classNamePrefix(this.cssNamespace,["placeholder"]);this.removePlaceholder();var t=this.wrapperElement.elem.cloneNode(!1);t.setAttribute("id",e),t.style.height=ue.styleValue(this.wrapperElement.elem.getBoundingClientRect().height),this.wrapperElement.elem.insertAdjacentElement("afterend",t)},ue.prototype.disableVip=function(){var e=this;return new R.N((function(t){e.vipModeType!==ae?(oe.emit("inj::disable_vip_mode"),e.isVip=!1,e.contentFrame.vipModeOff(),e.wrapperElement.hide(),e.wrapperElement.removeClass(H.A.classNamePrefix(e.cssNamespace,["vip",e.vipSize,e.vipPositionClass])),setTimeout((function(){e.wrapperElement.show(),e.removePlaceholder(),t()}),1),e.vipPosition===w.iS.MASTHEAD&&e.mastheadBlanketElement.remove(),e.enableFixedSize(),-1!==e.closeVipDelay&&(null!=e.showCloseVipTimeoutId&&(clearTimeout(e.showCloseVipTimeoutId),e.showCloseVipTimeoutId=null),e.hideCloseButton())):t()}))},ue.prototype.enableVip=function(){var e=this;return new R.N((function(t){e.disabledVIPOnce&&e.forceVIPclose?t():(e.whenPlayerReady.promise.then((function(){oe.emit("inj::enable_vip_mode")})),e.addPlaceholder(),e.contentFrame.vipModeOn(),e.disableFixedSize(),e.isVip=!0,e.wrapperElement.hide(),e.wrapperElement.addClass(H.A.classNamePrefix(e.cssNamespace,["vip",e.vipSize,e.vipPositionClass])),setTimeout((function(){e.wrapperElement.show(),t()}),1),e.vipPosition===w.iS.MASTHEAD&&e.mastheadBlanketElement.appendTo(e.wrapperElement.elem),-1!==e.closeVipDelay&&e.vipModeType!==ae&&(e.showCloseVipTimeoutId=setTimeout((function(){e.showCloseVipTimeoutId=null,e.showCloseButton()}),1e3*e.closeVipDelay)))}))},ue.prototype.show=function(){this.wideWrapperElement.removeClass(H.A.classNamePrefix(this.cssNamespace,["hidden"]))},ue.prototype.hide=function(){this.wideWrapperElement.addClass(H.A.classNamePrefix(this.cssNamespace,["hidden"]))},ue.prototype.shouldListenForVipMode=function(){return this.vipModeType!==ce&&this.vipModeType!==ae},ue.prototype.couldStartsWithVipMode=function(){return this.shouldListenForVipMode()&&"playing"!==this.vipModeType},ue.prototype.showCloseButton=function(){this.closeContentContainer.addClass(H.A.classNamePrefix(this.cssNamespace,["show-close"]))},ue.prototype.hideCloseButton=function(){this.closeContentContainer.removeClass(H.A.classNamePrefix(this.cssNamespace,["show-close"]))},ue.prototype.scrollVipCallback=function(){(0,X.c)(this.wideWrapperElement.elem,!0)?this.isVip&&this.disableVip():this.isVip||this.enableVip()},ue.prototype.pauseContent=function(){this.vipModeType!==se&&(s.A.removeEventListener(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),this.shouldListenForVipMode()&&(this.playCallbackId=oe.once("cmd::play",(0,k.oI)(this.listenForVipMode,this))))},ue.prototype.onAdPaused=function(){this.vipModeType!==se&&(s.A.removeEventListener(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),this.shouldListenForVipMode()&&(this.adResumedCallbackId=oe.once("cmd::adResumed",(0,k.oI)(this.listenForVipMode,this))))},ue.prototype.listenForVipMode=function(){s.A.removeEventListener(this.playerWindow,"scroll",this.boundScrollVipCallback,!0),s.A.addEventListener(this.playerWindow,"scroll",this.boundScrollVipCallback,!0)},ue.prototype.setupCommunication=function(e){var t=this;null!=this.restartCallbackId&&oe.off("cmd::restart",this.restartCallbackId),null!=this.playlistPluginReadyCallbackId&&oe.off("playlist::playlistPluginReady",this.playlistPluginReadyCallbackId),null!=this.changeVideoCallbackId&&oe.off("playlist::changeVideo",this.changeVideoCallbackId),null!=this.contentPausedCallbackId&&oe.off("cmd::contentPaused",this.contentPausedCallbackId),null!=this.playCallbackId&&oe.off("cmd::play",this.playCallbackId),null!=this.playingCallbackId&&oe.off("cmd::playing",this.playingCallbackId),null!=this.adPausedCallbackId&&oe.off("cmd::adPaused",this.adPausedCallbackId),null!=this.adResumedCallbackId&&oe.off("cmd::adResumed",this.adResumedCallbackId),null!=this.firstTimeInViewportCheckBound&&s.A.removeEventListener(e,"scroll",this.firstTimeInViewportCheckBound,!0),null!=this.shouldSkipFallbackId&&oe.off("cmd::shouldSkipFallback",this.shouldSkipFallbackId),null!=this.shouldShowFallbackId&&oe.off("cmd::shouldShowFallback",this.shouldShowFallbackId),null!=this.firstInteractionId&&oe.off("cmd::firstInteraction",this.firstInteractionId),this.restartCallbackId=null,this.playlistPluginReadyCallbackId=null,this.changeVideoCallbackId=null,this.contentPausedCallbackId=null,this.firstTimeInViewportCheckBound=null,this.shouldSkipFallbackId=null,this.shouldShowFallbackId=null,this.firstInteractionId=null,this.shouldSkipFallbackId=oe.once("cmd::shouldSkipFallback",(0,k.oI)(this.onShouldSkipFallback,this)),this.shouldShowFallbackId=oe.once("cmd::shouldShowFallback",(0,k.oI)(this.onShouldShowFallback,this)),this.firstInteractionId=oe.once("cmd::firstInteraction",(function(){t.sessionState.hasFirstInteraction=!0})),this.playingCallbackId=oe.on("cmd::playing",(function(e){t.playingContent=!!e.isContent,t.shouldListenForVipMode()&&(t.boundScrollVipCallback(),t.listenForVipMode()),-1!==t.closeVipDelay&&t.vipModeType===ae&&(t.playingContent?t.showCloseVipTimeoutId=setTimeout((function(){t.showCloseVipTimeoutId=null,t.showCloseButton()}),1e3*t.closeVipDelay):(t.hideCloseButton(),null!=t.showCloseVipTimeoutId&&(clearTimeout(t.showCloseVipTimeoutId),t.showCloseVipTimeoutId=null)))})),this.restartCallbackId=oe.on("cmd::restart",(function(e){t.userChangedVideo=!1,t.setNextContent(),t.reload(e.sound)})),this.shouldLoadContents()&&this.isPlaylistMode&&(this.playlistPluginReadyCallbackId=oe.on("playlist::playlistPluginReady",(function(){t.contentList.length>1&&(oe.emit("inj::playlistActive"),oe.emit("inj::playlistContents",{contents:t.contentList,currentIndex:t.currentContentIdx}))})),this.changeVideoCallbackId=oe.on("playlist::changeVideo",(function(e){t.userChangedVideo=!0,t.currentContentIdx=e.index,t.reload(e.sound)})));var n=function n(){(0,X.c)(t.wideWrapperElement.elem,!0)&&(t.disableVip(),s.A.removeEventListener(e,"scroll",n,!0))};this.contentPausedCallbackId=oe.on("cmd::contentPaused",(function(){t.pauseContent(),t.vipModeType!==se&&t.shouldListenForVipMode()&&t.vipModeType!==se&&s.A.addEventListener(e,"scroll",n,!0)})),this.adPausedCallbackId=oe.on("cmd::adPaused",(function(){t.playingContent||(t.onAdPaused(),t.shouldListenForVipMode()&&t.vipModeType!==se&&s.A.addEventListener(e,"scroll",n,!0))})),this.whenPlayerReady.resolve((0,Y.P)(oe,"pl::playerReady")),this.whenPlayerReady.promise.then((function(){t.firstTimeInViewportCheckBound=(0,k.oI)(t.firstTimeInViewportCheck,t),s.A.addEventListener(e,"scroll",t.firstTimeInViewportCheckBound,!0),t.firstTimeInViewportCheck()}))},ue.prototype.firstTimeInViewportCheck=function(){(this.vipModeType===ae||(0,X.c)(this.wideWrapperElement.elem,!1))&&(s.A.removeEventListener(this.playerWindow,"scroll",this.firstTimeInViewportCheckBound,!0),this.firstTimeInViewportCheckBound=null,oe.emit("inj::firstTimeInViewport"))},ue.prototype.handleFallback=function(){var e=this;$.A.unRegister(this);var t="viralize-fallback-".concat(this.suffixId);S.A.insertHTMLBefore(this.script,t,re.get("fallback_body"))&&(this.wideWrapperElement&&this.hide(),H.A.trackRequestEvent("adunit_response_fallback"),oe.once("cmd::remove",(function(){e.removeInjector()})),oe.emit("inj::fallback"))},ue.prototype.enableDarkMode=function(){this.wideWrapperElement.addClass(H.A.classNamePrefix(this.cssNamespace,["dark-mode"]))},ue.prototype.enableMobileUI=function(){this.wideWrapperElement.addClass(H.A.classNamePrefix(this.cssNamespace,["mobile-ui"]))},ue.prototype.enableFixedSize=function(){(this.hasFixedSize||(0,d.j)(this.apiAdapter))&&(this.wideWrapperElement.elem.style.width=ue.styleValue(this.width),this.wideWrapperElement.elem.style.height=ue.styleValue(this.height),this.wideWrapperElement.addClass(H.A.classNamePrefix(this.cssNamespace,["fixed-size"])))},ue.prototype.disableFixedSize=function(){(this.hasFixedSize||(0,d.j)(this.apiAdapter))&&(this.wideWrapperElement.elem.style.width="",this.wideWrapperElement.elem.style.height="",this.wideWrapperElement.removeClass(H.A.classNamePrefix(this.cssNamespace,["fixed-size"])))},ue.prototype.setupViewability=function(){var e=this;null!=this.startViewabilityCallBackId&&oe.off("cmd::startViewability",this.startViewabilityCallBackId),null!=this.startViewabilityTrackerCallBackId&&oe.off("cmd::startViewabilityTracking",this.startViewabilityTrackerCallBackId),null!=this.stopViewabilityCallBackId&&oe.off("cmd::stopViewability",this.stopViewabilityCallBackId),null!=this.stopViewabilityTrackerCallBackId&&oe.off("cmd::stopViewabilityTracking",this.stopViewabilityTrackerCallBackId),this.startViewabilityCallBackId=null,this.startViewabilityTrackerCallBackId=null,this.stopViewabilityCallBackId=null,this.stopViewabilityTrackerCallBackId=null,this.viewability=q.A.getInstance(this.apiAdapter,this.iframe.elem,this.playerWindow,(function(){return b.A.detectiOS()&&e.isVip}),(function(e){oe.emit("inj::viewability",e)}));var t=[],n=new G.A(this.viewability,(function(){oe.emit("inj::viewable")}));if(t.push(n),this.displayViewable){var i=new G.A(this.viewability,(function(){oe.emit("inj::displayViewable")}),G.A.VIEWABILITY_DURATIONS.DISPLAY_VIDEO);t.push(i)}this.startViewabilityCallBackId=oe.on("cmd::startViewability",(function(){try{e.viewability.start(),oe.emit("inj::viewabilityAvailable")}catch(e){oe.emit("inj::viewabilityNotAvailable")}})),this.startViewabilityTrackerCallBackId=oe.on("cmd::startViewabilityTracking",(function(){try{t.forEach((function(e){return e.start()}))}catch(e){}})),this.stopViewabilityCallBackId=oe.on("cmd::stopViewability",(function(){e.viewability.stop()})),this.stopViewabilityTrackerCallBackId=oe.on("cmd::stopViewabilityTracking",(function(){t.forEach((function(e){return e.stop()}))}))},ue.prototype.hasFallback=function(){return!!this.config.get("fallback_body")},ue.prototype.canShowFallback=function(){return this.hasFallback()&&!this.skipFallback&&this.firstSession},ue.prototype.onLoadPlayerError=function(){this.canShowFallback()?this.handleFallback():this.removeInjector()},ue.prototype.onShouldSkipFallback=function(){this.skipFallback=!0,this.show(),this.viewability.notifier(),this.couldStartsWithVipMode()&&this.boundScrollVipCallback()},ue.prototype.onShouldShowFallback=function(){this.canShowFallback()&&this.handleFallback()},ue.prototype.removeInjector=function(){try{$.A.unsetElementRemovedListener(),this.wideWrapperElement.remove()}catch(e){throw(0,V.w)(e,"removeInjector"),e}},ue.prototype._useClipchoiceLoader=function(){return this.isClipChoiceFormat&&!this.hasFixedSize},ue.prototype.createDom=function(e){var t=this,n=e.document;this.contentFrame=null;var i=re.get("outer_close_vip",!1);this.iframe=(0,T.h)(n,"vr-".concat(this.suffixId,"-player-iframe"),null,null,this.heavyAdsMitigation);var r=S.A.create(n,"div");r.attr("id",H.A.classNamePrefix(this.cssNamespace,["viralize-wide-wrapper"])),r.addClass(H.A.classNamePrefix(this.cssNamespace,["reset"])),this.wideWrapperElement=r,this.hasFallback()&&this.hide(),this.customizeBranding(r);var o=S.A.create(n,"div");o.attr("id",H.A.classNamePrefix(this.cssNamespace,["wrapper"])),(0,U.A)(o,this.cssNamespace,this.aspectRatio),this.wrapperElement=o;var a=S.A.create(n,"div");a.attr("id",H.A.classNamePrefix(this.cssNamespace,["responsive"])),this.responsiveElement=a;var c=S.A.create(n,"div");c.attr("id",H.A.classNamePrefix(this.cssNamespace,["close-content-container"])),i?c.addClass(H.A.classNamePrefix(this.cssNamespace,["outer"])):c.addClass(H.A.classNamePrefix(this.cssNamespace,["inner"])),this.vipPosition===w.iS.TOP_LEFT||this.vipPosition===w.iS.BOTTOM_LEFT?c.addClass(H.A.classNamePrefix(this.cssNamespace,["left"])):this.vipPosition===w.iS.MASTHEAD?c.addClass(H.A.classNamePrefix(this.cssNamespace,["masthead"])):c.addClass(H.A.classNamePrefix(this.cssNamespace,["right"])),this.closeContentContainer=c;var l=S.A.create(n,"div");l.attr("id",H.A.classNamePrefix(this.cssNamespace,["close-content"])),l.appendTo(c.elem),this.closeContent=l;var u=S.A.create(n,"div");u.attr("id",H.A.classNamePrefix(this.cssNamespace,["close-content-icon"])),u.appendTo(l.elem),s.A.addEventListener(c.elem,"click",(function(e){e.stopPropagation()}));var p=S.A.create(n,"div");if(p.attr("id",H.A.classNamePrefix(this.cssNamespace,["display"])),this.displayElement=p,a.appendTo(o.elem),c.appendTo(o.elem),p.appendTo(o.elem),this._useClipchoiceLoader()){switch(this.clipchoiceContainer=S.A.create(n,"div"),this.clipchoiceContainer.attr("class",H.A.classNamePrefix(this.cssNamespace,["clipchoice"])),this.aspectRatio){case m.cD.NINE_SIXTEEN:this.clipchoiceContainer.addClass(H.A.classNamePrefix(this.cssNamespace,["clipchoice-portrait"]));break;case m.cD.ONE_ONE:this.clipchoiceContainer.addClass(H.A.classNamePrefix(this.cssNamespace,["clipchoice-square"]))}this.clipchoiceContainer.appendTo(o.elem);var d=S.A.create(n,"div");d.attr("class",H.A.classNamePrefix(this.cssNamespace,["clipchoice-row"])),d.appendTo(this.clipchoiceContainer.elem),this.clipchoiceItems=[];for(var h=0;h<6;h++){var f=S.A.create(n,"div");f.attr("class",H.A.classNamePrefix(this.cssNamespace,["clipchoice-item"])),f.appendTo(d.elem),this.clipchoiceItems.push(f)}}o.appendTo(r.elem),this.vipPosition===w.iS.MASTHEAD&&(this.mastheadBlanketElement=S.A.create(n,"div"),this.mastheadBlanketElement.attr("class",H.A.classNamePrefix(this.cssNamespace,["masthead-blanket"]))),this.contentFrame=new ee.A(n,this.cssNamespace,r.elem),this.contentFrame.initDom(),this.enableFixedSize(),this.shouldListenForVipMode()?s.A.addEventListener(l.elem,"click",(function(){s.A.removeEventListener(e,"scroll",t.boundScrollVipCallback,!0),t.disableVip(),oe.emit("inj::dismiss_vip_mode"),t.pauseContent(),t.disabledVIPOnce=!0})):this.vipModeType===ae&&s.A.addEventListener(l.elem,"click",(function(){oe.emit("inj::dismiss_vip_mode"),t.pauseContent(),$.A.unRegister(t),r&&r.hide()}))},ue.prototype.inject=function(){var e=this;if(null!==this.script){var t=H.A.getCustomCss(this.script)||re.get("custom_style");this.cssLoader=new c.$(this.htmlLoader,J.A,t),(0,p.F)(re).then((function(t){var n=t.gdpr,i=n.cmpAvailability,r=n.applies,o=n.consentString,a=t.ccpa.consentString;e.cmpAvailability=i,e.gdprApplies=r,e.consentString=o,e.usPrivacy=a,e.ccpaApplies=t.ccpa.applies,e.ccpaAvailability=t.ccpa.cmpAvailability,e.load()}))}},ue.prototype.getContentsAsync=function(e){var t={cs:this.consentString,gdpr:this.gdprApplies?"1":"0",cmp:this.cmpAvailability,us_privacy:this.usPrivacy};this.detectedPlatform&&(t.pub_platform=this.detectedPlatform),this.apiAdapter!==d.A.STANDARD&&(t.inj_api_adapter=this.apiAdapter);var n={page_id:I.Ay.namespace.pageId||$.A.createPageId(re),screen:H.A.getScreenSize(e),page:H.A.getPageSize(e),viewport:H.A.getViewportSize(e),player_size:this.getPlayerSize()},i=(0,Z.l)(this.responsiveElement.elem,this.apiAdapter);i&&(n.player_position=i),t.player_session=JSON.stringify(n);var r=(0,x.A)();r&&(t.dd=r);var o=(0,a.x)(re.get("base_query",""),t),s="".concat(re.get("scheme"),"://").concat(re.get("endpoint_host"),"/api/v2/content/?").concat(o);return(0,u.X)(s).then((function(e){var t;try{if(0===(t=JSON.parse(e).items).length)throw new Error("No contents to show");return t}catch(e){throw(0,V.w)(e,"ajax.get"),e}}))},ue.prototype._inject=function(){if(this.firstSession){try{$.A.register(this)}catch(e){if(e instanceof ne)throw e;return void(e instanceof ie&&$.A.replaceInjector(this.script))}this.width&&this.height&&(0,z.H)(this.playerWindow)&&this.playerWindow.$sf.ext.register(this.width,this.height),this.createDom(this.playerWindow)}this.displayElement.elem.innerHTML="",this.iframe.appendTo(this.displayElement.elem),this.playerLocation?this.playerLocation.parentNode.insertBefore(this.wideWrapperElement.elem,this.playerLocation):this.playerWindow.document.body.appendChild(this.wideWrapperElement.elem),this.cssLoader.load(this.wideWrapperElement.elem),this.script.style.display="none"},ue.prototype._loadContent=function(){var e=this;return new R.N((function(t,n){e.shouldLoadContents()&&0===e.contentList.length?e.getContentsAsync(e.playerWindow).then((function(n){e.contentList=n,t()})).catch((function(t){e.removeInjector(),n(t)})):t()}))},ue.prototype._loadPlayer=function(e){var t=this,n=this.getPlayerSize(),o=(0,Z.l)(this.responsiveElement.elem,this.apiAdapter),a=this.vipModeType===ae?i.N.ABOVE_THE_FOLD:null;"".concat(n.width,"x").concat(n.height),this.injectorConfig=(0,L.A)({width:n.width,height:n.height,blacklistedAds:[],scriptSrc:this.script.src,consent:{gdpr:{cmp:this.cmpAvailability,applies:this.gdprApplies,consentString:this.consentString},ccpa:{cmp:this.ccpaAvailability,applies:this.ccpaApplies,consentString:this.usPrivacy}},playerBootTime:this.firstSession?I.Ay.playerBootTime:0,hasFallback:this.hasFallback(),clipChoicePosition:this.clipChoicePosition,sessionState:this.sessionState,displayViewable:this.displayViewable,playerPosition:o,placementPosition:a,aspectRatioCategory:this.aspectRatio,extraConfig:re.get("extra_config")});var s={};this.shouldLoadContents()?s.cid=this.getContentId():this.firstSession&&(s.gallery_init=!0),s=this._updateComputedConf(s,e,n,o);var c=$.A.createPlayerSrc(this.playerWindow,re,s);this.sessionCounter+=1;var l=(0,C.m)(c,this.vptId).then((function(e){return null!=t.additionalPlayerConfig&&t._mergeConfig(e),t.injectorConfig.brandConfig=(0,O.A)(re,e),t.contentFrame.configure(t.injectorConfig.brandConfig),t.injectorConfig.brandConfig.darkModeEnabled&&t.enableDarkMode(),(0,r.F)(e)&&t.enableMobileUI(),e}));this.setupViewability(),this.setupCommunication(this.playerWindow);var u=(0,_.m)(l,re,this.iframe.elem,Q.A,oe,H.A.getVPTInstance(re),this.injectorConfig).catch((function(e){null!=e&&e.isCodedError&&H.A.trackPlayerEvent("player_error",e.code),t.onLoadPlayerError()}));if(this.pluginLoaded||($.A.addPluginsForNotBlacklisted(re.get("plugins",[]),re.get("publisher"),{consentString:this.consentString,gdprApplies:this.gdprApplies,country:re.get("country"),usPrivacy:this.usPrivacy}),this.pluginLoaded=!0),this.firstSession)try{var p=!(re.get("is_test")||re.get("is_preview"));new K.c(oe,p).asyncRun().catch((function(e){}))}catch(e){(0,V.w)(e,"expander_init")}return $.A.setElementRemovedListener(this.playerWindow.document.body,this.iframe.elem,(function(){if(null==window.SH_VP_WRAPPER)throw new Error("Player removed by an external script")})),this.firstSession||this.autoReplay||(this.disableVip(),this.pauseContent()),u.then((function(){l.then((function(e){var t;if(null!==(t=e.settings)&&void 0!==t&&t.seo){var n,i,r,o=e.content,a=e.impression;(0,j.l)(null==o?void 0:o.name,null==o?void 0:o.description,null!==(n=null==a||null===(i=a.creativity)||void 0===i||null===(i=i.thumbnails)||void 0===i?void 0:i.map((function(e){return e.url})))&&void 0!==n?n:[],null==o?void 0:o.pub_date,null==a||null===(r=a.creativity)||void 0===r?void 0:r.duration,null==o?void 0:o.url)}}))})),u},ue.prototype.load=function(){var e=this,t=!1;if(this.vipModeType===ae)this.setPlayerLocation(null),(0,W.T)(this.playerWindow).then((function(){return e._inject(),e.enableVip()})).then((function(){return e._loadContent()})).then((function(){return e._loadPlayer(t)})).catch((function(e){}));else{var n=re.get("location",["inline"]);(0,F.V)(I.lN,n,this.injectionElem).catch((function(){return(0,E.K)(new Error('Cannot find the location where to inject player: please check the "location" parameter: '.concat(n))),{playerLocation:null}})).then((function(t){var n=t.playerLocation;e.setPlayerLocation(n)})).then((function(){e._inject(),e._loadContent().then((function(){return e._loadPlayer(t)})).catch((function(e){}))}))}},ue.prototype.getContentId=function(){return this.contentList[this.currentContentIdx].scid},ue.prototype.setNextContent=function(){var e=this.contentList;this.customContentList.length>0&&(e=this.customContentList),this.currentContentIdx=(this.currentContentIdx+1)%e.length},ue.prototype.reload=function(e){var t=this,n={};this.firstSession=!1;var i=this.getPlayerSize(),r=(0,Z.l)(this.responsiveElement.elem,this.apiAdapter);n=this._updateComputedConf(n,e,i,r),this.sessionCounter+=1;var o=$.A.createPlayerSrc(this.playerWindow,re,n);(0,C.m)(o,this.vptId).then((function(e){null!=t.additionalPlayerConfig&&t._mergeConfig(e),t.setupViewability(),oe.emit("inj::newConfig",{adServerConfig:e,injectorConfig:t.injectorConfig})}))},ue.prototype.setPlayerLocation=function(e){if(this.vipModeType!==ae&&e){var t=e.ownerDocument.defaultView||e.ownerDocument.parentWindow;if(this.checkPlayerLocationForVipMode(e,t),$.A.isInHead(e)){H.A.trackRequestEvent("adunit_request_error",y.A.SCRIPT_IN_HEAD);var n=new Error('You are trying to put the player into the head. Please check the script location or the "location" parameter');throw(0,E.K)(n),n}this.playerLocation=e,this.playerWindow=t}else this.playerWindow=I.lN,this.playerLocation=null},ue.prototype.checkPlayerLocationForVipMode=function(e,t){te&&this.vipModeType!==ce&&t===window&&(this.vipModeType=ce,s.A.removeEventListener(t,"scroll",this.boundScrollVipCallback,!0),(0,E.K)(new Error("VIP Mode cannot be enabled: location forced inside an iframe. VIP Mode units must be placed in the top window."))),this.vipModeType!==ce&&null!=(0,D.A)(e)&&(this.vipModeType=ce,s.A.removeEventListener(t,"scroll",this.boundScrollVipCallback,!0),(0,E.K)(new Error('VIP Mode cannot be enabled: unit is inside an element with "transform" property')))},ue.prototype.getPlayerSize=function(){var e,t,n=this.responsiveElement.elem.getBoundingClientRect(),i={width:n.width,height:n.height};if(this.clipchoiceContainer){var r=this.clipchoiceContainer.elem.getBoundingClientRect();i.height+=r.height}if(i.width>0&&i.height>0)return i;if(this.hasFixedSize)return{width:this.width,height:this.height};var o=null!==(e=null!==(t=N.A.getAmpAdWindowWithContext())&&void 0!==t?t:N.A.getAmpIframeWindow())&&void 0!==e?e:N.A.getAmpVideoIframeWindow();return o&&(i=H.A.getViewportSize(o)),i},ue.prototype.customizeBranding=function(e){var t=H.A.classNamePrefix(this.cssNamespace,["brand-viralize"]),n=H.A.classNamePrefix(this.cssNamespace,["brand-showheroes"]);"2"===re.get("parent_network")?(e.removeClass(t),e.addClass(n)):(e.removeClass(n),e.addClass(t))},ue.prototype._updateComputedConf=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;return e.player_size=n,e.player_position=i,e.sessionCounter=this.sessionCounter,e.pub_platform=this.detectedPlatform,this.apiAdapter!==d.A.STANDARD&&(e.inj_api_adapter=this.apiAdapter),this.shouldLoadContents()?e.cid=this.getContentId():this.hasCustomContent()&&(e.cid="ext"),e.activation=this._getNextActivation(),t&&(e.sound="on"),e.cs=this.consentString,e.gdpr=this.gdprApplies,e.cmp=this.cmpAvailability,e.us_privacy=this.usPrivacy,this.sessionState.hasFirstInteraction&&(e.interaction=1),e},ue.prototype._getNextActivation=function(){var e=this.autoReplay?"onload":"click";return this.firstSession?null:this.userChangedVideo?"onload":e},ue.prototype._mergeConfig=function(e){e.impression.creativity.videos=this.customContentList[this.currentContentIdx]},t.A=ue},5380:function(e,t,n){n.d(t,{$:function(){return o}});var i=n(6314),r=n(2279);function o(e,t,n){this.htmlLoader=e,this.css=r.A.copyString(t),n&&(this.css+=n)}o.prototype.load=function(e){var t=e.ownerDocument,n=this.htmlLoader.getStyle(this.css);i.A.remove(t,n.id),e.insertAdjacentElement("beforebegin",n)}},8125:function(e,t){t.A=function(e){this.get=function(t,n){var i=n;if(0===arguments.length)return JSON.parse(JSON.stringify(e));1===arguments.length&&(i=null);var r=function(e,t){for(var n=t.replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split("."),i=n.length,r=0;r<i;r+=1){var o=n[r];if(!(o in e))return null;e=e[o]}return e}(e,t);return null==r&&(r=i),r?JSON.parse(JSON.stringify(r)):r}}},5504:function(e,t,n){var i=n(2318),r=n(941);function o(e,t,n){var i=e[t];return null!=i&&null!=i[n]}function a(){this.listeners={}}new i.A("EventEmitter"),a.prototype.emit=function(e,t){var n=this;null!=this.listeners[e]&&this.listeners[e].forEach((function(i,a){null!=i&&r.Ay.setImmediate((function(){o(n.listeners,e,a)&&i(t)}))}))},a.prototype.on=function(e,t){return this.listeners[e]?this.listeners[e].push(t):this.listeners[e]=[t],this.listeners[e].length-1},a.prototype.once=function(e,t){var n=this,i=this.on(e,(function(r){n.off(e,i),t(r)}));return i},a.prototype.off=function(){switch(arguments.length){case 0:this.listeners={};break;case 1:null!=(e=this.listeners)[t=arguments[0]]&&(e[t]=null);break;default:!function(e,t,n){o(e,t,n)&&(e[t][n]=null)}(this.listeners,arguments[0],arguments[1])}var e,t},t.A=a},5508:function(e,t,n){function i(e){this.id=e,this.namespacePlaceholder="namespace"}n.d(t,{$:function(){return i}}),i.prototype.getCssNameNamespace=function(){return"vr-".concat(this.id)},i.prototype.getPrefixedClassName=function(e){return"".concat(this.getCssNameNamespace(),"-").concat(e)},i.prototype.getElement=function(e){var t=e.replace(new RegExp(this.namespacePlaceholder,"g"),this.id),n=document.createElement("div");return n.insertAdjacentHTML("afterbegin",t),n.firstElementChild},i.prototype.getStyle=function(e){var t=e.toString().replace(new RegExp(this.namespacePlaceholder,"g"),this.id),n=this.getPrefixedClassName("style"),i=document.createElement("style");if(i.id=n,i.styleSheet)i.styleSheet.disabled||(i.styleSheet.cssText=t);else try{i.innerHTML=t}catch(e){i.innerText=t}return i}},6428:function(e,t,n){n.d(t,{X:function(){return s}});var i=n(2318),r=n(2585),o=(new i.A("ajax"),{});function a(e,t,n,i){var r=[200,201,202,204,206,304],o=function(){try{return new XMLHttpRequest}catch(e){}return null}(),a=t?"POST":"GET";o&&("withCredentials"in o&&(o.withCredentials=!0),o.open(a,e,!0),o.onreadystatechange=function(){4===o.readyState&&(r.indexOf(o.status)>-1?n&&n(o.responseText):i&&i(new Error(o.status)))},t&&o.setRequestHeader("Content-type","application/json"),o.send(t))}function s(e){return new r.N((function(t,n){a(e,null,t,n)}))}o.get=function(e,t,n){return a(e,null,t,n)},o.post=function(e,t,n,i){return a(e,t?JSON.stringify(t):"{}",n,i)}},2694:function(e,t,n){n.d(t,{o:function(){return r}});var i="1---";function r(e){return e!==i}},1365:function(e,t,n){var i=n(6411),r=n(329),o=n(6631);t.A={readCMPData:function(e,t){return(0,i.N)([o.A.readCMPData(t),r.A.readCMPData()])},constructCMPPostMessageStub:r.A.constructCMPPostMessageStub}},329:function(e,t,n){var i=n(9712),r=n(4042),o=n(9747),a=n(8456),s=n(2318),c=n(941),l=n(2585),u=n(7293),p=n(4787),d=n(367),m=n(2694),h=n(9612),f="1",v="uspapi",g="__uspapi",y="__uspapiLocator";function w(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:150;return c.Ay.canAccessWindow(e)?null!=e[g]?("Skipping stub creation, ".concat(g," is already present"),l.N.resolve()):(0,d.j)(y,window,t).then((function(t){!function(e,t){var n={};"Creating ".concat(g," stub on window"),e[g]=function(e,i,r){var o=(0,h.o)();if(o&&"getUSPData"===e)r(o,!0);else if(t){var a="".concat(Math.random()),s={__uspapiCall:{command:e,version:parseInt(f,10),callId:a}};n[a]=r,t.postMessage(s,"*")}else r({msg:"CMP not found"},!1)},r.A.addEventListener(window,"message",(function(e){var t=e&&e.data&&e.data.__uspapiReturn;t&&t.callId&&void 0!==n[t.callId]&&(t.callId,t.returnValue,t.success,n[t.callId](t.returnValue,t.success),n[t.callId]=null)}))}(e,t)})).catch((function(){"Skipping stub creation, no ".concat(y," frame is available")})):l.N.resolve()}new s.A("uspapi"),t.A={readCMPData:function(){var e=(0,i.Yq)("CMP_TIMEOUT",o.b);return(0,u.vm)((0,p.j)(g,window,0).catch((function(){return w(a.ok,0).then((function(){return(0,p.j)(g,window,0)}))})).then((function(e){return t=e.cmpFunction,new l.N((function(e){"readCMPData: calling ".concat(g),t("getUSPData",parseInt(f,10),(function(t,n){if("readCMPData: received event from ".concat(g),n&&null!=t&&t.uspString)return(0,h.I)(t),void e({version:f,provider:v,consentString:t.uspString,cmpAvailability:"available",applies:(0,m.o)(t.uspString)});e({version:f,provider:v,consentString:"",cmpAvailability:"error",applies:(0,m.o)(null==t?void 0:t.uspString)})}))}));var t})).catch((function(){return{version:"",provider:v,consentString:"",cmpAvailability:"unavailable",applies:!1}})),e,{version:f,provider:v,consentString:"",cmpAvailability:"timeout",applies:!1})},constructCMPPostMessageStub:w}},6631:function(e,t,n){var i=n(2318),r=n(2585),o=n(2694),a="uspapiAdserver";new i.A("uspapiAdserver"),t.A={readCMPData:function(e){var t=e.get("us_privacy");if(t){var n=t.cs||"";return r.N.resolve({version:"2",provider:a,applies:(0,o.o)(n),consentString:n,cmpAvailability:"available"})}return r.N.resolve({version:"",provider:a,applies:!1,consentString:"",cmpAvailability:"unavailable"})},constructCMPPostMessageStub:function(){}}},9612:function(e,t,n){n.d(t,{I:function(){return r},o:function(){return o}});var i=n(8456);function r(e){e&&e.uspString&&(i.Ay.namespace.ccpa=e)}function o(){return i.Ay.namespace.ccpa||null}new(n(2318).A)("uspapiStore")},4787:function(e,t,n){n.d(t,{j:function(){return a}});var i=n(941),r=n(5625),o=n(5419);function a(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:500,a=Math.round(n/50);return(0,o.M)((function(){var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window;function n(t){try{if("function"==typeof t[e])return t[e]}catch(e){}}return(0,r.s)(t).filter(i.Ay.canAccessWindow).filter(n).map((function(e){return{cmpFunctionWindow:e,cmpFunction:n(e)}}))[0]||{cmpFunctionWindow:void 0,cmpFunction:void 0}}(e,t);if(null==n.cmpFunction)throw new Error("Cannot find API function ".concat(e));return n}),50,a)}},367:function(e,t,n){n.d(t,{j:function(){return o}});var i=n(5625),r=n(5419);function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:150,o=Math.round(n/50);return(0,r.M)((function(){var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:window;return(0,i.s)(t).filter((function(t){try{if(t.frames[e])return!0}catch(e){}return!1}))[0]||void 0}(e,t);if(null==n)throw new Error("Cannot find API window ".concat(e));return n}),50,o)}},6411:function(e,t,n){n.d(t,{N:function(){return o}});var i=n(2318),r=n(2585);function o(e){var t=r.N.all(e.map((function(e){return e.then((function(e){return"available"!==e.cmpAvailability?e:(0,r.Z)()})).catch((function(){return{applies:!1,cmpAvailability:"error",consentString:""}}))}))).then((function(e){var t={available:-1,error:0,timeout:1,unavailable:2};return e.slice().sort((function(e,n){return t[e.cmpAvailability]-t[n.cmpAvailability]}))[0]})),n=r.N.race(e.map((function(e){return e.then((function(e){return"available"===e.cmpAvailability?e:(0,r.Z)()})).catch((function(){return(0,r.Z)()}))})));return r.N.race([n,t]).then((function(e){return e}))}new i.A("readCMPProviders")},895:function(e,t,n){var i=n(9712),r=n(9747),o=n(2318),a=n(2791),s=n(6753),c=n(2585),l=n(7293),u="amp";function p(e){switch(e){case 1:return"1";case 2:return"2";default:return""}}function d(e){switch(e){case 1:case 2:return"available";default:return"unavailable"}}new o.A("amp"),t.A={readCMPData:function(e){var t=(0,i.Yq)("CMP_TIMEOUT",r.b);return(0,l.vm)(function(e){var t={consentStringType:0,applies:(0,s.A)(e)};return a.A.getAmpAdContext()&&void 0!==a.A.getAmpAdContext().data.blockOnConsent?function(e,t){return new c.N((function(n){e.context.getConsentState((function(){var i=Object.assign(t,e.context.initialConsentMetadata),r=d(e.context.initialConsentState),o=e.context.initialConsentValue||"";n({version:p(i.consentStringType),provider:u,cmpAvailability:r,applies:!!i.gdprApplies,consentString:o||""})}))}))}(a.A.getAmpAdWindowWithContext(),t):null!=a.A.getAmpVideoIframe()?function(e,t){return new c.N((function(n){e.push((function(e){e.getConsentData((function(e){var i=Object.assign(t,e.consentMetadata);n({version:p(i.consentStringType),provider:u,cmpAvailability:d(e.consentPolicyState),applies:!!i.gdprApplies,consentString:e.consentString||""})}))}))}))}(a.A.getAmpVideoIframe(),t):a.A.isAmpIframe()?function(e,t){var n=e.parent;return new c.N((function(i){e.addEventListener("message",(function r(o){if(function(t){return t.source===n&&t.origin!==e.location.origin&&t.data&&"amp"===t.data.sentinel&&"consent-data"===t.data.type}(o)){var a=Object.assign(t,o.data.consentMetadata);e.removeEventListener("message",r),i({version:p(a.consentStringType),provider:u,consentString:o.data.consentString||"",cmpAvailability:d(o.data.consentPolicyState),applies:!!a.gdprApplies})}})),n.postMessage({sentinel:"amp",type:"send-consent-data"},"*")}))}(a.A.getAmpIframeWindow(),t):c.N.resolve({version:"",provider:u,cmpAvailability:"unavailable",applies:!!t.gdprApplies,consentString:""})}(e),t,{version:"",provider:u,consentString:"",cmpAvailability:"timeout",applies:(0,s.A)(e)})}}},1541:function(e,t,n){var i=n(2318),r=n(6411),o=n(895),a=n(6122),s=n(2275),c=n(7914);new i.A("gdpr"),t.A={readCMPData:function(e,t){return(0,r.N)([a.A.readCMPData(e,t),s.Ay.readCMPData(e),c.A.readCMPData(e),o.A.readCMPData(e)])},constructCMPPostMessageStub:function(e){c.A.constructCMPPostMessageStub(e)}}},6122:function(e,t,n){var i=n(2318),r=n(6753),o=n(2585),a="tcf-adserver";new i.A("tcf2Adserver"),t.A={readCMPData:function(e,t){var n=t.get("gdpr");if(n){var i=n.cs||"";return o.N.resolve({version:"2",provider:a,applies:!!n.gdpr,consentString:i,cmpAvailability:n.cmp})}var s=(0,r.A)(e);return o.N.resolve({version:"",provider:a,applies:s,consentString:"",cmpAvailability:"unavailable"})},constructCMPPostMessageStub:function(){}}},2275:function(e,t,n){n.d(t,{JA:function(){return l},Zy:function(){return c}});var i=n(8456),r=n(2318),o=n(6753),a=n(2585),s="tcf2-store";function c(e){e&&e.tcString&&(i.Ay.namespace.gdpr=e)}function l(){return i.Ay.namespace.gdpr||null}new r.A("tcf2Store"),t.Ay={readCMPData:function(e){var t=l();return null!=t?a.N.resolve({version:"2",provider:s,consentString:t.tcString,cmpAvailability:"available",applies:!!t.gdprApplies}):a.N.resolve({version:"",provider:s,consentString:"",cmpAvailability:"unavailable",applies:(0,o.A)(e)})}}},7914:function(e,t,n){var i=n(9712),r=n(4042),o=n(9747),a=n(8456),s=n(2318),c=n(941),l=n(6753),u=n(2585),p=n(7293),d=n(4787),m=n(367),h=n(2275),f="tcfapi",v=(new s.A("tcfapi"),"__tcfapi"),g="__tcfapiLocator";function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100;return c.Ay.canAccessWindow(e)?null!=e[v]?("Skipping stub creation, ".concat(v," is already present"),u.N.resolve()):(0,m.j)(g,window,t).then((function(t){!function(e,t){"Creating ".concat(v," stub on window");var n={};e[v]=function(e,i,r,o){var a=(0,h.JA)();if(a&&"addEventListener"===e)r(a,!0);else if("removeEventListener"!==e||"number"==typeof o)if(t){var s="".concat(Math.random()),c={__tcfapiCall:{command:e,parameter:o,version:i,callId:s}};n[s]=r;try{t.postMessage(c,"*")}catch(e){}}else r({msg:"CMP not found"},!1);else r(!1)},r.A.addEventListener(window,"message",(function(e){var t={};try{t="string"==typeof e.data?JSON.parse(e.data):e.data}catch(e){}var i=t.__tcfapiReturn;i&&"function"==typeof n[i.callId]&&(i.callId,i.returnValue,i.success,n[i.callId](i.returnValue,i.success),n[i.callId]=null)}))}(e,t)})).catch((function(){"Skipping stub creation, no ".concat(g," frame is available")})):u.N.resolve()}t.A={readCMPData:function(e){var t=(0,i.Yq)("CMP_TIMEOUT",o.b);return(0,p.vm)(function(e){var t=(0,l.A)(e);return(0,d.j)(v,window,0).catch((function(){return y(a.ok,0).then((function(){return(0,d.j)(v,window,0)}))})).then((function(e){return function(e,t){return new u.N((function(n){"readCMPData: calling ".concat(v),e("addEventListener",2,(function(i,r){var o=i.listenerId;function a(){o&&e("removeEventListener",2,(function(){}),o=null)}"readCMPData: received event from ".concat(v),r||(a(),n({version:"2",provider:f,consentString:"",cmpAvailability:"error",applies:t})),!r||"tcloaded"!==i.eventStatus&&"useractioncomplete"!==i.eventStatus||(a(),(0,h.Zy)(i),n({version:"2",provider:f,consentString:i.tcString,cmpAvailability:"available",applies:!!i.gdprApplies}))}))}))}(e.cmpFunction,t)})).catch((function(){return{version:"",provider:f,consentString:"",cmpAvailability:"unavailable",applies:t}}))}(e),t,{version:"2",provider:f,consentString:"",cmpAvailability:"timeout",applies:(0,l.A)(e)})},constructCMPPostMessageStub:y}},171:function(e,t,n){n.d(t,{F:function(){return c}});var i=n(2318),r=n(3241),o=n(2585),a=n(1365),s=n(1541);function c(e){var t=e.get("country");return o.N.all([a.A.readCMPData(t,e),s.A.readCMPData(t,e)]).then((function(e){var t=e[0],n=e[1];return{gdpr:{applies:n.applies,consentString:n.consentString,cmpAvailability:n.cmpAvailability},ccpa:{applies:t.applies,consentString:t.consentString,cmpAvailability:t.cmpAvailability}}})).catch((function(e){return(0,r.w)(e,"readCMPData"),{gdpr:{applies:!1,consentString:"",cmpAvailability:"error"},ccpa:{applies:!1,consentString:"",cmpAvailability:"error"}}}))}new i.A("readCMPData")},1269:function(e,t,n){function i(e,t){var n=new Error(e);return n.code=t,n.isCodedError=!0,n}n.d(t,{A:function(){return i}})},1191:function(e,t,n){n.d(t,{j:function(){return r}});var i={STANDARD:"standard",AMP_AD:"amp-ad",AMP_VIDEO_IFRAME:"amp-video-iframe",AMP_IFRAME:"amp-iframe",AMP_VIRALIZE_PLAYER:"amp-viralize-player",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"};function r(e){return e===i.AMP_AD||e===i.AMP_IFRAME||e===i.AMP_VIDEO_IFRAME||e===i.AMP_VIRALIZE_PLAYER}t.A=i},2240:function(e,t,n){n.d(t,{Jg:function(){return c},cD:function(){return i},sg:function(){return s}});var i={SIXTEEN_NINE:"16/9",NINE_SIXTEEN:"9/16",SIXTEEN_TEN:"16/10",TEN_SIXTEEN:"10/16",FOUR_FIVE:"4/5",FOUR_THREE:"4/3",THREE_FOUR:"3/4",ELEVEN_NINE:"11/9",ONE_ONE:"1/1",UNKNOWN:"unknown"},r="aspect-ratio-square",o="aspect-ratio-portrait",a="aspect-ratio-landscape",s=[r,o,a];function c(e){var t=function(e){if(e===i.UNKNOWN||Object.keys(i).map((function(e){return i[e]})).indexOf(e)<0)return null;var t=e.split("/").map((function(e){return parseInt(e,10)}));return t[0]/t[1]}(e);return null==t?a:1===t?r:t<1?o:a}},4137:function(e,t){t.A={DEFAULT:"default",BOTTOM:"bottom"}},9747:function(e,t,n){n.d(t,{V:function(){return i},b:function(){return r}});var i=!1,r=2e3},7414:function(e,t){t.A={BANNER:"banner",INSTREAM:"instream",STREAM:"gallery",VIP:"outstream",INTERSTITIAL:"interstitial",INTEXT:"native",SITELOOP:"siteloop",CLIPCHOICE:"clipchoice"}},6032:function(e,t,n){n.d(t,{D:function(){return i}});var i={ENABLED:!0,DISABLED:!1}},1116:function(e,t,n){n.d(t,{e:function(){return r},g:function(){return i}});var i={ERROR:"player_error",AD_OPPORTUNITY:"ad_opportunity",ACTIVATION:"activation"},r={OK:"ok",HEAVY_AD_INTERVENTION:"60000",ADBLOCKER:"60001",PLAYER_SCRIPT_NOT_LOADED:"60002"}},6838:function(e,t){t.A={AMP:"amp",FACEBOOK_INSTANT_ARTICLES:"fbia",APPLE_NEWS:"an",OEMBED:"oembed"}},1400:function(e,t){t.A={SCRIPT_NOT_FOUND:30001,LOCATION_INLINE_ERROR:30002,LOCATION_AUTO_ERROR:30003,LOCATION_BY_ID_ERROR:30004,LOCATION_BY_SELECTOR_ERROR:30005,SCRIPT_IN_HEAD:30006,LOCATION_BODY_ERROR:30007,INVALID_VPT_CONFIGURATION:50001}},6073:function(e,t,n){var i;function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t,n){return(t=function(e){var t=function(e){if("object"!==r(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===r(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Gd:function(){return c},iS:function(){return a}});var a={TOP:"top",BOTTOM:"bottom",TOP_LEFT:"top-left",TOP_RIGHT:"top-right",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",MASTHEAD:"masthead"},s=(o(i={},a.TOP,"top-position"),o(i,a.BOTTOM,"bottom-position"),o(i,a.TOP_LEFT,"top-left-position"),o(i,a.TOP_RIGHT,"top-right-position"),o(i,a.BOTTOM_LEFT,"bottom-left-position"),o(i,a.BOTTOM_RIGHT,"bottom-right-position"),o(i,a.MASTHEAD,"masthead-position"),i);function c(e){var t=s[a.BOTTOM_RIGHT];return s[e]||t}},6393:function(e,t,n){var i={detectiOS:function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream},detectAndroidVersion:function(){return navigator.userAgent.toLowerCase().match(/android\s([0-9.]*)/)[1]}};t.A=i},9157:function(e,t){function n(e){this.message=e}function i(e){this.message=e}function r(e){this.message=e}function o(e){this.message=e}n.prototype=new Error,i.prototype=new Error,r.prototype=new Error,o.prototype=new Error,t.A={MaxInstancesError:n,DuplicateInjectorError:i,ViewabilityUnavailableError:r,ViewabilityClassNotFoundError:o}},3881:function(e,t,n){n.d(t,{c:function(){return u}});var i=n(8575),r=n(8125),o=n(2318),a=n(4867),s=n(2411),c=n(6452);function l(e){var t=(0,a.a)(e);return!!t&&0===["googlesyndication.com","doubleclick.net","googleapis.com"].filter((function(e){return t.endsWith(e)})).length}function u(e){var t=function(e){var t=l(e),n=(0,c.R)(e);if(t&&n)return null;var i=(0,s.yb)();if(null==i)return null;var r=l(i),o=(0,c.R)(i);return!r||!o||(0,a.a)(e)!==(0,a.a)(i)&&t?null:i}(e.get("page_url",""));if(null!=t){var n=e.get();return n.page_url=t,n.base_query=(0,i.x)(e.get("base_query",""),{u:t}),new r.A(n)}return e}new o.A("getOptimizedConfig")},8456:function(e,t,n){n.d(t,{lN:function(){return w},ok:function(){return b}});var i,r,o=n(9712),a=n(8125),s=n(5504),c=n(7414),l=n(3881),u=(n(1529),n(941)),p=document.currentScript||injectionElement;"undefined"!=typeof config?i=new a.A(config):(p&&(r=(window.__adsbyshowheroes||{})[p.getAttribute("id")]),r&&(i=new a.A(r)));var d,m,h,f,v=window!==window.top&&u.Ay.canAccessTopWindow(),g=!!window.inGptIF,y=new s.A,w=null==i?v?window.top:window:(m=(d=i).get("format_family"),h=d.get("enable_intext_animation",!0),f=!(m===c.A.BANNER||m===c.A.STREAM||m===c.A.SITELOOP||m===c.A.CLIPCHOICE||m===c.A.INTEXT&&!h)||"no"!==d.get("vip_mode","no"),v&&f?window.top:window),b=(w.document,u.Ay.getTopAccessibleWindow(window));null!=i&&(i=(0,l.c)(i),(0,o.Ix)(i.get("extra_config",{})));var A,I=((A=b).__VR=A.__VR||{},A.__VR.widgets=A.__VR.widgets||[],A.__VR.dataLayers=A.__VR.dataLayers||{},A.__VR);t.Ay={currentScript:p,inDapIF:v,inGptIF:g,injectorPlayerEmitter:y,config:i,namespace:I,playerBootTime:0}},2318:function(e,t,n){function i(e){this.prefix=e,this.sporadicRate=.05}function r(e){var t=console;try{t.error(e)}catch(e){}}n.d(t,{K:function(){return r}}),n(1529),i.prototype.debug=function(){},i.prototype.info=function(){},i.prototype.warn=function(){},i.prototype.error=function(){},i.prototype.sporadic=function(){},t.A=i},1529:function(e,t,n){!function(){try{return Date.now()}catch(e){}}()},7090:function(e,t,n){var i=n(7414),r="default,es2015,es2016,es2017,es2018,es2019,es5,es6,es7,fetch,AbortController",o="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.js?features=".concat(r,"&flags=gated"),a="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=".concat(r,"&flags=gated"),s={player:{debug:[o,"//imasdk.googleapis.com/js/sdkloader/ima3_debug.js"],default:[a,"//imasdk.googleapis.com/js/sdkloader/ima3.js"]},content:{debug:[o],default:[a]},banner:{debug:[o],default:[a]},sentry:"//cdn.ravenjs.com/3.17.0/raven.min.js"};function c(e){return'<script type="text/javascript" src="'.concat(e,'"><\/script>')}t.A={getScripts:function(e){var t,n=e.get("format_family"),r=e.get("player.script"),o=e.get("sentry",null),a=e.get("debug",!1),l=e.get("scheme","https");t=n===i.A.BANNER?s.banner:n===i.A.STREAM||n===i.A.SITELOOP||n===i.A.CLIPCHOICE?s.content:s.player;var u=a?t.debug.slice():t.default.slice();return o&&u.unshift(s.sentry),u.push(r),u.map((function(e){return function(e,t){var n=e;return/https?:/i.test(window.location.protocol)||/^https?/i.test(e)||(n="".concat(t,":").concat(e)),n}(e,l)})).map(c).join("")}}},7422:function(e,t,n){n.d(t,{m:function(){return o}});var i=n(6428),r=n(3241);function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return(0,i.X)(e).then((function(e){var t;try{t=JSON.parse(e)}catch(e){throw(0,r.w)(e,"jsonParse"),e}if(t.error)throw new Error(t.error);return t})).then((function(e){return t&&(e.extra.alias=t),e}))}},7348:function(e,t,n){n.d(t,{y:function(){return a}});var i=n(1365),r=n(1541),o=n(327);function a(e,t,n,a,s,c){var l=e.contentWindow;l.config=t,l.injectorPlayerEmitter=n,null!=a&&(l.vpt=a),(0,o.b)(l,n),r.A.constructCMPPostMessageStub(l),i.A.constructCMPPostMessageStub(l),new l.Player(t,s,null!=c?c:null).init()}},4591:function(e,t,n){n.d(t,{p:function(){return p}});var i=n(5047),r=n(1269),o=n(1116),a=n(2318),s=n(7090),c=n(2585),l=n(7293),u=n(4819);function p(e,t,n){if(!t.parentNode)return c.N.reject(new Error("the parent element is not in the DOM tree"));var a=Math.random().toString(32).substr(2),p=i.A.render(n,{scripts:s.A.getScripts(e),iframeId:a}),d=(0,l.fm)().then((function(){return(0,u.t)(t,p),t})),m=new c.N((function(e){t.__loadCallback=function(){e(t)}})),h=function(e,t){var n,i=null===(n=e.ownerDocument)||void 0===n?void 0:n.defaultView;return i||c.N.reject(new Error("No host window")),new c.N((function(n){i.addEventListener("message",(function r(o){var a;try{if((a=JSON.parse(o.data)).iframeId!==t)return}catch(o){return}null!=a.issuer&&"playeriframe"===a.issuer&&(i.removeEventListener("message",r),n(e))}))}))}(t,a),f=[m,h];f=f.map((function(e){return e.then((function(e){if(null!=e.contentWindow.Player)return e}))}));var v=c.N.all(f).then((function(e){if(e.filter((function(e){return!!e})).length>0)return(0,c.Z)();throw(0,r.A)("Could not load player script",o.e.PLAYER_SCRIPT_NOT_LOADED)})),g=c.N.race(f.map((function(e){return e.then((function(e){return null!=e?e:(0,c.Z)()}))}))),y=d.then((function(){return g}));return c.N.race([y,v])}new a.A("loadIframeAsync")},3664:function(e,t,n){n.d(t,{m:function(){return u}});var i=n(5875),r=n(2318),o=n(3241),a=n(2585),s=n(7348),c=n(4591);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function u(e,t,n,r,u,p,d){var m=(0,c.p)(t,n,r),h=t.get("sentry",null),f=null;return null!=h&&(f={dsn:h.dsn,sampleRate:h.sample_rate}),e.then((function(e){(0,i.o)(t,e)})),a.N.all([e,m]).then((function(e){var t,n=function(e){if(Array.isArray(e))return e}(t=e)||function(e){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,i,r,o,a=[],s=!0,c=!1;try{for(r=(t=t.call(e)).next,!2;!(s=(n=r.call(t)).done)&&(a.push(n.value),2!==a.length);s=!0);}catch(e){c=!0,i=e}finally{try{if(!s&&null!=t.return&&(o=t.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}(t)||function(e){if(e){if("string"==typeof e)return l(e,2);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?l(e,2):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),i=n[0],r=n[1];(0,s.y)(r,i,u,p,d,f)})).catch((function(e){throw(0,o.w)(e,"loadPlayerAsync"),e}))}new r.A("loadPlayerAsync")},4819:function(e,t,n){n.d(t,{t:function(){return a}});var i=n(2318),r=n(5902),o=(new i.A("writeIframeContent"),{name:"document.write",write:function(e,t){var n=(0,r.B)(e);n.open("text/html","replace"),n.write(t),n.close()},isSupported:function(e){return null!=(0,r.B)(e)}});function a(e,t){var n=function(e){if(o.isSupported(e))return o;throw Error("No iframe writer supported")}(e);n.name,n.write(e,t)}},6722:function(e,t,n){n.d(t,{a:function(){return h}});var i=n(9760),r=n(5508),o=n(2318),a=n(4663),s=n(6314),c=n(8989),l=n(2585),u=n(7293),p=n(5218),d=n(9709),m=n(2001);function h(e){this.closeButton=null,this.suffixId=e||(0,c.M)(),this.htmlLoader=new r.$(this.suffixId,m.A),this.closeStartDeferred=null,this.closeEndDeferred=null,this.opening=!1,this.opened=!1,this.closing=!1}new o.A("Modal"),h.prototype.setBody=function(e){if(!this.modalBody)throw new Error("Must call init");this.modalBody.elem.innerHTML="",this.modalBody.elem.insertAdjacentElement("afterbegin",e)},h.prototype.init=function(e){null==this.rootElement&&(this.modalCssElement=new s.A(this.htmlLoader.getStyle(i.A)),this.rootElement=new s.A(this.htmlLoader.getElement(m.A)),this.modalCssElement.appendTo(e.body),this.rootElement.appendTo(e.body),this.modalClose=new s.A(e.getElementById(this.htmlLoader.getPrefixedClassName("modal-close"))),this.modalHeaderSpace=new s.A(e.getElementById(this.htmlLoader.getPrefixedClassName("modal-header-space"))),this.modalBackdrop=new s.A(e.getElementById(this.htmlLoader.getPrefixedClassName("modal-backdrop"))),this.modalBody=new s.A(e.getElementById(this.htmlLoader.getPrefixedClassName("modal-body"))),this.scrollBarHelper=new d.b(e.body,e.documentElement))},h.prototype.asyncOpen=function(){var e=this;if(this.opening)return l.N.resolve();if(this.opened)throw new Error("Cannot open, modal already opened");var t=this._asyncOpen();return this.closeStartDeferred.wait().then((function(){return e._asyncClose()})).catch((function(){})),t},h.prototype.asyncClose=function(){if(this.closing,!this.opening&&!this.opened)throw new Error("Cannot close modal, it is not opened");return this.closeStartDeferred.resolve(),this.closeEndDeferred.wait()},h.prototype.waitForClose=function(){return this.opening||this.opened?this.closeEndDeferred.wait():l.N.reject(new Error("Cannot wait for close, it is not opened yet"))},h.prototype.dispose=function(){this.scrollBarHelper.restore(),(this.opened||this.opening)&&(this.closeStartDeferred.reject(new Error("Disposed while open")),this.closeEndDeferred.reject(new Error("Disposed while open"))),this.rootElement&&(this._asyncClose().catch((function(){})),this.rootElement.remove(),this.modalCssElement.remove(),this.rootElement=null)},h.prototype._asyncClose=function(){var e=this;return this.closing=!0,this.rootElement.removeClass(this.htmlLoader.getPrefixedClassName("visible")),this.rootElement.attr("aria-hidden","true"),(0,u.fm)(0).then((function(){e.scrollBarHelper.restore(),e.closing=!1,e.opening=!1,e.opened=!1,e.closeEndDeferred.resolve()}))},h.prototype._waitForCloseClick=function(){return l.N.race([(0,p.p)(this.modalBackdrop.elem,"click"),(0,p.p)(this.modalHeaderSpace.elem,"click"),(0,p.p)(this.modalClose.elem,"click")])},h.prototype._asyncOpen=function(){var e=this;return this.opening=!0,this.scrollBarHelper.hide(),this.closeStartDeferred=new a.c,this.closeEndDeferred=new a.c,this.rootElement.addClass(this.htmlLoader.getPrefixedClassName("visible")),this.rootElement.elem.removeAttribute("aria-hidden"),this._waitForCloseClick().then((function(){e.closeStartDeferred.resolve()})).catch((function(){})),(0,u.fm)(0).then((function(){e.opening=!1,e.opened=!0}))}},9709:function(e,t,n){n.d(t,{b:function(){return a}});var i="data-sh-overflow";function r(e){var t=e.style.getPropertyValue("overflow");e.setAttribute(i,t||""),e.style.overflow="hidden"}function o(e){var t=e.getAttribute(i);null!==t&&(""!==t?e.style.setProperty("overflow",t):e.style.removeProperty("overflow"))}function a(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.elements=t}a.prototype.hide=function(){this.elements.forEach(r)},a.prototype.restore=function(){this.elements.forEach(o)}},4663:function(e,t,n){n.d(t,{c:function(){return r}});var i=n(2585);function r(){var e=this;this.resolved=!1,this.rejected=!1,this.promise=new i.N((function(t,n){e.resolve=t,e.reject=n})),this.promise.then((function(){e.resolved=!0})).catch((function(){e.rejected=!0}))}r.prototype.fulfilled=function(){return this.resolved||this.rejected},r.prototype.wait=function(){if(this.fulfilled())throw new Error("Already fulfilled");return this.promise}},2791:function(e,t,n){var i=n(941),r={getAmpAdContext:function(){var e=r.getAmpAdWindowWithContext();if(null!=e)return e.context},getAmpAdWindowWithContext:function(){var e=window;try{for(;e!==window.top;){if(null!=e.context&&null!=e.context.observeIntersection)return e;e=e.parent}}catch(e){}},getAmpVideoIframe:function(){var e=r.getAmpVideoIframeWindow();if(null!=e)return e.AmpVideoIframe},getAmpVideoIframeWindow:function(){var e=window;try{for(;e!==window.top;){if(null!=e.AmpVideoIframe)return e;e=e.parent}}catch(e){}},isAmpIframe:function(){return null!=r.getAmpIframeWindow()},getAmpIframeWindow:function(){var e=window;try{for(;i.Ay.canAccessWindow(e);){if(r.isWindowAmpIframe(e))return e;if(e.parent===e)return;e=e.parent}return}catch(e){return}},isWindowAmpIframe:function(e){try{return(e.name||"").toLowerCase().startsWith("amp_iframe")}catch(e){return!1}},isInsideAmp:function(){return null!=r.getAmpAdContext()||null!=r.getAmpVideoIframe()||r.isAmpIframe()}};t.A=r},7366:function(e,t,n){n.d(t,{h:function(){return r}});var i=n(6314);function r(e,t,n,r){var o=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],a=arguments.length>5&&void 0!==arguments[5]&&arguments[5],s=n?"".concat(n,"px"):"100%",c=r?"".concat(r,"px"):"100%",l=a?"banner":"video player",u={allowfullscreen:!0,webkitallowfullscreen:e.webkitFullscreenEnabled,mozallowfullscreen:e.mozFullScreenEnabled},p=i.A.create(e,"iframe",{id:t,src:o?"javascript:void(0)":"about:blank",loading:"eager",scrolling:"no",frameborder:0,marginheight:0,marginwidth:0,allow:"autoplay *; fullscreen *",width:s,height:c,title:l});return Object.keys(u).forEach((function(e){u[e]&&p.attr(e,u[e])})),p.elem.style.width=s,p.elem.style.height=c,p}},4867:function(e,t,n){n.d(t,{a:function(){return a}});var i=n(2318),r=n(2411),o=n(941);function a(e){var t=e.match(/^https?:\/\/(?:www\.)?([^/:?#]+)(?:[/:?#]|$)/i);return t&&t[1]}new i.A("detectDomain"),t.A=function(){var e,t,n,i=(0,r.Q5)()||(0,r.bU)();return null!=i?e=a(i):null!=(n=o.Ay.getTopAccessibleWindow(window))&&null!==(t=n.document)&&void 0!==t&&t.referrer&&(n.document.referrer,a(n.document.referrer)),e||null}},2411:function(e,t,n){n.d(t,{Q5:function(){return o},bU:function(){return a},yb:function(){return s}});var i=n(2318),r=n(941);function o(){var e=window.location.ancestorOrigins;return e&&e.length>0?(Array.from(e),e[e.length-1]):null}function a(){return r.Ay.canAccessTopWindow()?(window.top.location.href,window.top.location.href):null}function s(){var e;return a()||(null==(e=r.Ay.getTopAccessibleWindow(window).document.querySelector("meta[property='og:url']"))?null:e.getAttribute("content"))||o()||null}new i.A("detectPageUrl")},6314:function(e,t){function n(e){if(!(this instanceof n))return new n(e);this.elem=e}n.create=function(e,t,i){var r=new n(e.createElement(t));return i&&Object.keys(i).forEach((function(e){r.attr(e,i[e])})),r},n.getAll=function(e,t){for(var i=e.querySelectorAll(t),r=[],o=0;o<i.length;o+=1)r[o]=new n(i[o]);return r},n.remove=function(e,t){var n=e.getElementById(t);null!==n&&n.parentNode&&n.parentNode.removeChild(n)},n.insertHTMLBefore=function(e,t,i){if(""===i)return null;var r=e.ownerDocument,o=n.create(r,"ins",{id:t});o.elem.innerHTML=i,e.parentNode.insertBefore(o.elem,e);for(var a=o.elem.getElementsByTagName("script"),s=0;s<a.length;s+=1){for(var c=r.createElement("script"),l=a[s].attributes,u=0;u<l.length;u+=1)c.setAttribute(l[u].nodeName,l[u].value);a[s].innerHTML&&(c.text=a[s].innerHTML),a[s].parentNode.replaceChild(c,a[s])}return this},n.prototype.remove=function(){var e;null!==(e=this.elem)&&void 0!==e&&e.parentNode&&this.elem.parentNode.removeChild(this.elem)},n.prototype.attr=function(e,t){return this.elem.setAttribute(e,t),this},n.prototype.appendTo=function(e){return e.appendChild(this.elem),this},n.prototype.append=function(e){return e.nextSibling?e.parentNode.insertBefore(this.elem,e.nextSibling):e.parentNode.appendChild(this.elem),this},n.prototype.prepend=function(e){return e.parentNode.insertBefore(this.elem,e),this},n.prototype.text=function(e){return void 0===e?"textContent"in this.elem?this.elem.textContent:this.elem.innerText:("textContent"in this.elem?this.elem.textContent=e:this.elem.innerText=e,this)},n.prototype.offset=function(){var e=this.elem.ownerDocument,t=e.defaultView,n=this.elem.getBoundingClientRect(),i=e.body,r=e.documentElement,o=t.pageYOffset||r.scrollTop||i.scrollTop,a=t.pageXOffset||r.scrollLeft||i.scrollLeft,s=r.clientTop||i.clientTop||0,c=r.clientLeft||i.clientLeft||0,l=n.top+o-s,u=n.left+a-c;return{top:Math.round(l),left:Math.round(u)}},n.prototype.hasClass=function(e){return new RegExp(" ".concat(e," ")).test(" ".concat(this.elem.className," "))},n.prototype.addClass=function(e){return this.hasClass(e)||(this.elem.className+=(this.elem.className.length?" ":"")+e),this},n.prototype.removeClass=function(e){return this.hasClass(e)&&(this.elem.className=this.elem.className.replace(e,"").replace(/\s+$/g,"")),this},n.prototype.hide=function(){return this.elem.style.display="none",this.elem.style.visibility="hidden",this},n.prototype.show=function(){return this.elem.style.visibility="visible",this.elem.style.display="",this},t.A=n},941:function(e,t,n){n.d(t,{oI:function(){return p}});var i,r,o={canAccessTopWindow:function(){return o.canAccessWindow(window.top)},canAccessWindow:function(e){try{return!!e.location.href}catch(e){return!1}},getTopAccessibleWindow:function(e){return o.canAccessWindow(e.parent)&&e!==e.parent?o.getTopAccessibleWindow(e.parent):e},isString:function(e){return"string"==typeof e||e instanceof String}},a=0,s={},c=!1;function l(e){delete s[e]}function u(e){if(c)setTimeout(u,0,e);else{var t=s[e];if(t){c=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{l(e),c=!1}}}}function p(e,t){return function(){return e.apply(t,Array.prototype.slice.call(arguments))}}!function(){if(window.postMessage&&!window.importScripts){var e=!0,t=window.onmessage;return window.onmessage=function(){e=!1},window.postMessage("","*"),Object.defineProperty(window,"onmessage",{value:t,writable:!0}),e}return!1}()?window.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){u(e.data)},i=function(e){r.port2.postMessage(e)}):i=function(e){setTimeout(u,0,e)}:function(){var e="shSetImmediate$".concat(Math.random(),"$");function t(t){t.source===window&&"string"==typeof t.data&&0===t.data.indexOf(e)&&u(+t.data.slice(e.length))}window.addEventListener?window.addEventListener("message",t,!1):window.attachEvent("onmessage",t),i=function(t){window.postMessage(e+t,"*")}}(),o.setImmediate=function(e){var t=e;"function"!=typeof t&&(t=new Function("".concat(t)));for(var n=new Array(arguments.length-1),r=0;r<n.length;r+=1)n[r]=arguments[r+1];var o={callback:t,args:n};return s[a+=1]=o,i(a),a},o.clearImmediate=l,t.Ay=o},6372:function(e,t,n){function i(e){if(!Number.isInteger(e)||e<0)return null;var t=Math.floor(e/1e3),n=Math.floor(t/3600),i=Math.floor(t%3600/60),r=t%60;return"PT".concat(n,"H").concat(i,"M").concat(r,"S")}n.d(t,{V:function(){return i}})},3041:function(e,t,n){var i=n(2240),r=n(8456),o=n(2318),a=n(7108),s=n(2791),c=n(4867),l=n(1033),u=n(2279);new o.A("generateInjectorConfig"),t.A=function(e){var t={blacklistedAds:[],width:0,height:0,scriptSrc:"",brandConfig:null,consent:{gdpr:{cmp:"unavailable",applies:!1,consentString:""},ccpa:{cmp:"unavailable",applies:!1,consentString:""}},playerBootTime:0,hasFallback:!1,clipChoicePosition:"default",playerPosition:null,placementPosition:null,aspectRatioCategory:i.cD.SIXTEEN_NINE,extraConfig:null},n=Object.assign(t,e),o=(0,c.a)(n.scriptSrc),p="content.viralize.tv"===o||"dev-content.viralize.tv"===o,d=u.A.getSafeViewportSize(),m={width:n.width,height:n.height};return{zoneDimensions:m,viewportDimensions:d,blacklistedAds:n.blacklistedAds,isInsideAmp:s.A.isInsideAmp(),isInsideGpt:r.Ay.inGptIF,isInsideAdIframe:(0,l.A)(window),isInContentDomain:p,consent:n.consent,playerBootTime:n.playerBootTime,hasFallback:n.hasFallback,clipChoicePosition:n.clipChoicePosition,sessionState:n.sessionState,displayViewable:n.displayViewable,placementPosition:n.placementPosition||(0,a.z)(n.playerPosition,m,d),aspectRatioCategory:n.aspectRatioCategory,extraConfig:n.extraConfig}}},8989:function(e,t,n){function i(){return Math.random().toString(32).substr(2)}n.d(t,{M:function(){return i}})},9275:function(e,t,n){n.d(t,{A:function(){return u}});var i=n(1628);function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}var a="https://showheroes.com",s="https://viralize.com",c="2",l="branded";function u(e,t){var n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){var i,o,a;i=e,o=t,a=n[t],(o=function(e){var t=function(e){if("object"!==r(e)||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!==r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===r(t)?t:String(t)}(o))in i?Object.defineProperty(i,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):i[o]=a})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({dark_mode_color_ui:null,dark_mode_color_frame:null,dark_mode_logo:null,enable_dark_mode:!1},t.environment.zone),u=(0,i.u)(window),p={uiColor:n.color_ui,fontType:n.font_type,logoUrl:n.logo,frameColor:n.color_frame,frameTitle:n.text_top?n.text_top.text:"",frameTitleUseBrand:!!n.text_top&&n.text_top.style===l,frameShowCredits:!!n.show_credits,frameCreditsUrl:e.get("parent_network",c)===c?a:s,frameDisclaimer:n.text_bottom?n.text_bottom.text:"",frameDisclaimerBranded:!!n.text_bottom&&n.text_bottom.style===l,darkModeEnabled:!1};return u&&n.enable_dark_mode&&(p.uiColor=n.dark_mode_color_ui,p.frameColor=n.dark_mode_color_frame,p.logoUrl=n.dark_mode_logo,(n.dark_mode_color_ui||n.dark_mode_color_frame||n.dark_mode_logo)&&(p.darkModeEnabled=!0)),p}},5902:function(e,t,n){function i(e){var t,n;return null!==(t=null===(n=e.contentWindow)||void 0===n?void 0:n.document)&&void 0!==t?t:e.contentDocument}n.d(t,{B:function(){return i}})},9717:function(e,t,n){function i(e){for(var t=e.parentNode,n=e.ownerDocument.defaultView;null!=t;){try{if("none"!==n.getComputedStyle(t).transform)return t}catch(e){}t=t.parentNode}return null}n.d(t,{A:function(){return i}})},506:function(e,t,n){n.d(t,{A:function(){return o}});var i=n(941),r=n(208);function o(){var e=window;try{for(;i.Ay.canAccessWindow(e);){if((0,r.H)(e))return e;if(e.parent===e)return;e=e.parent}return}catch(e){return}}},5625:function(e,t,n){function i(e){for(var t=[],n=e;n&&(t.push(n),n!==e.top);)n=n.parent;return t}n.d(t,{s:function(){return i}})},3780:function(e,t,n){n.d(t,{l:function(){return s}});var i=n(8456),r=n(941),o=n(6372),a=n(5625);function s(e,t,n,s,c,l){var u=s?new Date(1e3*s).toISOString():null,p=(0,o.V)(c);if(e&&u&&0!==n.length&&(d=window,!(m=e)||"string"!=typeof m||!(0,a.s)(d).filter(r.Ay.canAccessWindow).map((function(e){return e.document.querySelectorAll('script[type="application/ld+json"]')})).filter((function(e){return e.length>0})).some((function(e){return Array.from(e).some((function(e){try{var t,n=JSON.parse(e.textContent);return"VideoObject"===(null==n?void 0:n["@type"])&&(null==n||null===(t=n.name)||void 0===t||null===(t=t.trim())||void 0===t?void 0:t.toLowerCase())===m.trim().toLowerCase()}catch(e){return!1}}))})))){var d,m,h={"@context":"https://schema.org","@type":"VideoObject",name:e,uploadDate:u,thumbnailUrl:n};t&&(h.description=t),l&&(h.contentUrl=l),p&&(h.duration=p);var f=document.createElement("script");f.type="application/ld+json",f.textContent=JSON.stringify(h),i.ok.document.head.appendChild(f)}}},6452:function(e,t,n){function i(e){try{return null!=e.match(/^https?:\/\/\.*[^/:?#]+\/((?!\/).+)$/i)}catch(e){}return!1}n.d(t,{R:function(){return i}})},6753:function(e,t){var n={AT:!0,BE:!0,BG:!0,HR:!0,CY:!0,CZ:!0,DK:!0,EE:!0,FI:!0,FR:!0,DE:!0,GR:!0,HU:!0,IE:!0,IT:!0,LV:!0,LT:!0,LU:!0,MT:!0,NL:!0,PL:!0,PT:!0,RO:!0,SK:!0,SI:!0,ES:!0,SE:!0,GB:!0,GF:!0,GP:!0,MQ:!0,ME:!0,YT:!0,RE:!0,MF:!0,GI:!0,AX:!0,PM:!0,GL:!0,BL:!0,SX:!0,AW:!0,CW:!0,WF:!0,PF:!0,NC:!0,TF:!0,AI:!0,BM:!0,IO:!0,VG:!0,KY:!0,FK:!0,MS:!0,PN:!0,SH:!0,GS:!0,TC:!0,AD:!0,LI:!0,MC:!0,SM:!0,VA:!0,JE:!0,GG:!0,EU:!0,CH:!0};t.A=function(e){return n[e]||!1}},1033:function(e,t,n){n.d(t,{A:function(){return s}});var i=n(2318),r=n(5625),o=[/googlesyndication\.com/];function a(e){try{if(function(e){for(var t=0;t<o.length;t+=1)if(o[t].test(e))return!0;return!1}(e.origin))return!0}catch(e){}return!1}function s(e){return!!function(e){return e!==e.top}(e)&&(0,r.s)(e).filter(a).length>0}new i.A("isInsideAdIframe")},3241:function(e,t,n){function i(e,t){window.Raven&&null!=e&&(e.message&&e.message.startsWith("You are trying to put the player into the head")||window.Raven.captureException(e,{tags:{injector_error:t}}))}n.d(t,{w:function(){return i}}),new(n(2318).A)("logSentryError")},1628:function(e,t,n){n.d(t,{u:function(){return r}});var i=n(7286);function r(e){return(0,i.A)(e,"(prefers-color-scheme: dark)").matches}},2585:function(e,t,n){n.d(t,{N:function(){return a},Z:function(){return s}});var i=n(2128),r=n(941);i.A._immediateFn=r.Ay.setImmediate;var o,a=(o=window.Promise)&&o.resolve&&o.reject&&o.race&&o.all?window.Promise:i.A;function s(){return new a((function(){}))}},3364:function(e,t,n){n.d(t,{A:function(){return r}});var i=function(e,t){function n(t,n,i,r){this["init".concat(e)](t,n,i,r),"detail"in this||(this.detail=r)}return function(i,r){var o=document.createEvent(e);if(null!==i){var a=r||t;n.call(o,i,a.bubbles,a.cancelable,a.detail)}else o.initCustomEvent=n;return o}}(window.CustomEvent?"CustomEvent":"Event",{bubbles:!1,cancelable:!1,detail:null});function r(e){try{return new e.CustomEvent("?"),e.CustomEvent}catch(e){return i}}},7286:function(e,t,n){function i(e,t){if(e.matchMedia)return e.matchMedia(t);var n=e.styleMedia||e.media;if(!n){var i,r=e.document.createElement("style"),o=e.document.getElementsByTagName("script")[0];r.type="text/css",r.id="matchmediajs-test",o.parentNode.insertBefore(r,o),i=e.getComputedStyle(r,null),n={matchMedium:function(e){var t="@media ".concat(e,"{ #matchmediajs-test { width: 1px; } }");return r.textContent=t,i&&"1px"===i.width}}}return{matches:n.matchMedium(t||"all"),media:t||"all"}}n.d(t,{A:function(){return i}})},208:function(e,t,n){n.d(t,{H:function(){return d}});var i=n(5504),r=n(2318),o=n(2585),a=n(9828),s=(new r.A("safeFrame"),"exp-push"),c="sf::inViewport",l="sf::belowViewport",u="sf::expand",p="sf::collapse";function d(e){return!!(e&&e.$sf&&e.$sf.ext)}function m(e){d(e)&&(this.$sf=e.$sf),this.eventEmitter=new i.A}m.prototype.register=function(e,t){var n=this,i=e;i||(i=1);var r=t;r||(r=1),this.$sf.ext.register(i,r,(function(e,t){var i=t.cmd;switch(!0){case"failed"===e&&i===s:n.eventEmitter.emit(u,!1);break;case"expanded"===e:n.eventEmitter.emit(u,!0);break;case"collapsed"===e:n.eventEmitter.emit(p);break;case"geom-update"===e:n.isInViewport()?n.eventEmitter.emit(c):n._isBelowViewport()&&n.eventEmitter.emit(l)}}))},m.prototype.isInViewport=function(){var e=this._getGeom().self;return 100===this.$sf.ext.inViewPercentage()&&e.h>1},m.prototype._isBelowViewport=function(){var e=this._getGeom(),t=e.pos,n=e.win;return t.t>=n.b},m.prototype.expand=function(e,t){var n=this._getGeom().self,i=Math.floor(n.w/e-n.h)+t,r=(0,a.P)(this.eventEmitter,u);return this.$sf.ext.expand({b:i,push:!0}),r.then((function(e){if(!e)throw new Error("SafeFrame failed to Expand")}))},m.prototype.collapse=function(){var e=(0,a.P)(this.eventEmitter,p);return this.$sf.ext.collapse(),e},m.prototype._getGeom=function(){return this.$sf.ext.geom()},m.prototype.isExpandable=function(){return this._getGeom().self.h<=1},m.prototype.whenInViewport=function(){return this.isInViewport()?o.N.resolve():(0,a.P)(this.eventEmitter,c)},m.prototype.whenBelowTheFold=function(){return this._isBelowViewport()?o.N.resolve():(0,a.P)(this.eventEmitter,l)}},2886:function(e,t,n){n.d(t,{R:function(){return d}});var i=n(1269),r=n(1400),o=n(6314),a=n(941),s=n(2279),c={auto:r.A.LOCATION_AUTO_ERROR,inline:r.A.LOCATION_INLINE_ERROR,idSelector:r.A.LOCATION_BY_ID_ERROR,querySelector:r.A.LOCATION_BY_SELECTOR_ERROR,body:r.A.LOCATION_BODY_ERROR};function l(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"article p",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:100,r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:20,c=e.document,l=o.A.getAll(c,t),u=parseInt((i-n)/r,10)||1;function p(e){return function(t){return 0!==t.offset().top&&t.text().length>e}}for(var d=[],m=!1,h=i;h>=n;h-=u)if((d=s.A.filter(l,(0,a.oI)(p(h),this))).length>0){m=!0;break}if(m){var f=e.innerHeight,v=(d=s.A.filter(d,(function(e){return e.offset().top>f}))).sort((function(e,t){return e.offset().top-t.offset().top}));return v[0]?v[Math.floor(v.length/2)]:null}return null}function u(e){for(var t=window,n=t.document.getElementById(e);null==n&&t!==t.parent&&a.Ay.canAccessWindow(t.parent);)n=(t=t.parent).document.getElementById(e);return n}function p(e){for(var t=window,n=t.document.querySelector(e);null==n&&t!==t.parent&&a.Ay.canAccessWindow(t.parent);)n=(t=t.parent).document.querySelector(e);return n}function d(e,t,n){for(var r,o,a=new RegExp(/^id-.*/),s=new RegExp(/^sel-.*/),d=t.length,m=0;m<d;m+=1){var h=t[m];if("inline"===h?(r=n,o="inline"):"auto"===h?(r=l(e),o="auto"):a.test(h)?(r=u(h.slice(3)),o="idSelector"):s.test(h)&&(r=p(window.decodeURIComponent(h.slice(4))),o="querySelector"),r)return{playerLocation:r,usedCriteria:o}}throw(0,i.A)("Could not find injection point",function(e){var t;return null!==(t=c[e])&&void 0!==t?t:null}(o))}},2716:function(e,t,n){n.d(t,{V:function(){return c}});var i=n(3241),r=n(2585),o=n(2886),a=n(2279),s=n(3467);function c(e,t,n){var c=t.slice(0,1);return r.N.resolve().then((function(){return(0,o.R)(e,c,n)})).catch((function(){return(0,s.K)()})).then((function(){return(0,o.R)(e,t,n)})).catch((function(e){throw null!=e&&e.isCodedError?a.A.trackRequestEvent("adunit_request_error",e.code):(0,i.w)(e,"searchPlayerLocationAsync"),e}))}},9970:function(e,t,n){n.d(t,{T:function(){return a}});var i=n(3241),r=n(2279),o=n(2406);function a(e){return(0,o.j)(e).catch((function(e){throw null!=e&&e.isCodedError?r.A.trackRequestEvent("adunit_request_error",e.code):(0,i.w)(e,"searchPlayerLocationOutstreamAsync"),e}))}},5261:function(e,t,n){function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function r(e,t){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!e||!t)throw new Error("Invalid global or sid");switch(!0){case!n:case"object"!==i(n):case Array.isArray(n):throw new Error("Invalid initial state")}var r=e.sessionState||{},o=r[t]||n||{};return r[t]=o,e.sessionState=r,o}(e,t,{hasFirstInteraction:!1,userVolume:void 0,unitVolume:void 0,nextAdTime:void 0})}n.d(t,{A:function(){return r}})},6287:function(e,t,n){n.d(t,{A:function(){return o}});var i=n(2240),r=n(2279);function o(e,t,n){for(var o=r.A.classNamePrefix(t,[(0,i.Jg)(n)]),a=0;a<i.sg.length;a+=1){var s=r.A.classNamePrefix(t,[i.sg[a]]);s!==o&&e.removeClass(s)}e.addClass(o)}},327:function(e,t,n){n.d(t,{b:function(){return d}});var i=n(4892),r=n(1269),o=n(7414),a=n(1116),s=n(2318),c=n(2585),l=n(2279),u=n(5218),p=(new s.A("setupHeavyAdReporting"),"HeavyAdIntervention");function d(e,t,n){var s=!1;t.once("adFilled",(function(){s=!0})),function(e){return e.ReportingObserver?new c.N((function(t,n){var i;function o(e){for(var t=!1,o=0;o<e.length;o+=1){var s=e[o];JSON.stringify(s,null,2),s.body.id===p&&(t=!0)}if(t)return i.disconnect(),void n((0,r.A)("Heavy ad intervention",a.e.HEAVY_AD_INTERVENTION))}(i=new e.ReportingObserver(o,{buffered:!0})).observe(),(0,u.p)(e,"pagehide").then((function(){o(i.takeRecords())}))})):(0,c.Z)()}(e).catch((function(e){null!=e&&e.isCodedError&&l.A.trackPlayerEvent(a.g.ERROR,e.code),n.get("format_family")===o.A.INTEXT?t.emit("cmd::pullup",{adFilled:s,skipped:!1}):t.emit(i.NN,{impression:s,skipped:!1})}))}},5419:function(e,t,n){n.d(t,{M:function(){return s}});var i=n(2318),r=n(2585),o=n(7293);function a(e){return new r.N((function(t,n){try{t(e())}catch(e){n(e)}}))}function s(e,t,n){for(var i=a(e),r=function(n){i=i.catch((function(i){return"Try n. ".concat(n+1," failed, with error"),(0,o.fm)(t).then((function(){return a(e)}))}))},s=0;s<n;s+=1)r(s);return i}new i.A("timedRetry")},7293:function(e,t,n){n.d(t,{fm:function(){return o},vm:function(){return s}});var i=n(2318),r=n(2585);function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new r.N((function(t){window.setTimeout(t,e)}))}new i.A("timeout");var a=0;function s(e,t,n){return function(e,t){a+=1;var n=o(t).then((function(){throw function(e,t){var n=new Error("Timeout after ".concat(e," milliseconds"));return n.timeoutId=t,n}(t,a)}));return r.N.race([e,n])}(e,t).catch((function(e){if(e.timeoutId)return n;throw e}))}},3879:function(e,t,n){function i(e,t,n,i){return{bottom:t+i,height:i,left:e,right:e+n,top:t,width:n,x:e,y:t}}n.d(t,{E:function(){return i}})},2279:function(e,t,n){var i=n(2858),r=n(7414),o=n(1116),a=n(8456),s=n(2318),c=n(6314),l=n(941),u=n(506),p=n(2585),d=(new s.A("utils"),a.Ay.config),m={},h={mov:"mp4",mkv:"x-matroska","3gp":"3gpp","3g2":"3gpp2",h261:"h261",h263:"h263",h264:"h264",jpgv:"jpeg",jpm:"jpm",mj2:"mj2",mp4:"mp4",mpeg:"mpeg",ogv:"ogg",qt:"quicktime",uvh:"vnd.dece.hd",uvm:"vnd.dece.mobile",uvp:"vnd.dece.pd",uvs:"vnd.dece.sd",uvv:"vnd.dece.video",fvt:"vnd.fvt",mxu:"vnd.mpegurl",pyv:"vnd.ms-playready.media.pyv",uvu:"vnd.uvvu.mp4",viv:"vnd.vivo",webm:"webm",f4v:"x-f4v",fli:"x-fli",flv:"x-flv",m4v:"x-m4v",asf:"x-ms-asf",wm:"x-ms-wm",wmv:"x-ms-wmv",wmx:"x-ms-wmx",wvx:"x-ms-wvx",avi:"x-msvideo",movie:"x-sgi-movie"};m.getViewportSize=function(e){var t="inner",n=e;return"innerWidth"in e||(t="client",n=n.document.documentElement||n.document.body),{width:n["".concat(t,"Width")],height:n["".concat(t,"Height")]}},m.getSafeViewportSize=function(){if(l.Ay.canAccessTopWindow())return m.getViewportSize(l.Ay.getTopAccessibleWindow(window));var e,t,n,i,r=(0,u.A)();return r?{width:null!==(e=null===(t=r.$sf.ext.geom())||void 0===t||null===(t=t.win)||void 0===t?void 0:t.w)&&void 0!==e?e:0,height:null!==(n=null===(i=r.$sf.ext.geom())||void 0===i||null===(i=i.win)||void 0===i?void 0:i.h)&&void 0!==n?n:0}:{width:0,height:0}},m.getScreenSize=function(e){return{width:e.screen.width,height:e.screen.height}},m.getPageSize=function(e){return{width:e.document.body.scrollWidth,height:e.document.body.scrollHeight}},m.setCookie=function(e,t,n){var i=(new Date).valueOf(),r=new Date(864e5+i);r.setHours(0,0,0,0);var o=n||r,s=Math.floor((o-i)/1e3),c="".concat(e,"=").concat(t,";")+"path=/;"+"max-age=".concat(s,";")+"expires=".concat(o.toUTCString());return a.ok.document.cookie=c,c},m.getCookie=function(e){var t=window.encodeURIComponent(e);t=t.replace(/[-.+*]/g,"\\$&");var n=new RegExp("(?:(?:^|.*;)\\s*".concat(t,"\\s*\\=\\s*([^;]*).*$)|^.*$")),i=a.ok.document.cookie.replace(n,"$1");return""!==i?window.decodeURIComponent(i):null},m.deleteCookie=function(e){a.ok.document.cookie="".concat(e,"=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;")},m.filter=function(e,t){for(var n=[],i=0;i<e.length;i+=1){var r=e[i];t(r)&&n.push(r)}return n},m.classNamePrefix=function(e,t){for(var n=0,i=t.length;n<i;n+=1)t[n]="".concat(e,"-").concat(t[n]);return t.join(" ")},m.hashCode=function(e){var t=0;if(0===e.length)return t;for(var n=0,i=e.length;n<i;n+=1)t=(t<<5)-t+e.charCodeAt(n),t|=0;return t},m.pad=function(e,t){for(var n=String(e);n.length<(t||2);)n="0".concat(n);return n},m.throwException=function(e){setTimeout((function(){throw e}),0)},m.getCustomCss=function(e){var t=e.getAttribute("data-custom-style"),n="";if(t){var i=document.getElementById(t);i?n=i.innerHTML:this.throwException("Couldn't find the custom style tag ".concat(t))}return n},m.trackUrl=function(e){var t=new Image;t.onload=function(){},t.onerror=function(){},t.src=e},m.trackRequestEvent=function(e,t){var n=t||"ok",r=(0,i.s)({session_id:d.get("sid"),request_session_id:d.get("sid"),label:e,ver:14,reason:n,type:"event",category:"request_session"}),o="".concat(d.get("scheme"),"://").concat(d.get("endpoint_host"),"/track/?").concat(r);m.trackUrl(o)},m.trackPlayerEvent=function(e,t,n){var r=t||o.e.OK,a=n||d,s=(0,i.s)({session_id:"".concat(a.get("sid"),":0"),player_session_id:"0",label:e,ver:12,reason:r,type:"event",category:"player_session"}),c="".concat(a.get("scheme"),"://").concat(a.get("endpoint_host"),"/track/?").concat(s);m.trackUrl(c)},m.getVPTInstance=function(e){var t=e.get("is_preview"),n=e.get("is_test");return e.get("format_family")===r.A.INSTREAM&&(t||n)?null:a.Ay.namespace&&a.Ay.namespace.vptimpl},m.getAdditionalPlayerConfig=function(e,t){var n=null,i=m.getVPTInstance(e);return null!=i&&null!=i.getConfig&&(n=i.getConfig(t)),n},m.isUrl=function(e){return/(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-/]))?/.test(e)},m.getFifAbsolutePosition=function(e){for(var t,n,i,r={top:0,left:0},o=e;o!==window.top;)t=o.frameElement.getBoundingClientRect(),n=o.parent.pageYOffset||o.parent.document.documentElement.scrollTop||o.parent.document.body.scrollTop||0,i=o.parent.pageXOffset||o.parent.document.documentElement.scrollLeft||o.parent.document.body.scrollLeft||0,r.top+=t.top+n,r.left+=t.left+i,o=o.parent;return r},m.copyString=function(e){return" ".concat(e).slice(1)},m.getFileExtension=function(e){return null==e?"":e.split(".").pop()},m.getMimetype=function(e){var t=m.getFileExtension(e);return h[t.toLowerCase()]||""},m.getVptId=function(e){var t=d.get("zid");return e.hasAttribute("data-alias")&&(t=e.getAttribute("data-alias")),t},m.isAdBlockedAsync=function(){var e=document.createElement("script");return new p.N((function(t){var n;e.addEventListener("load",(function(){t(!1)})),e.addEventListener("error",(function(){t(!0)})),e.src="https://ads.viralize.tv/";var i=null!==(n=document.body)&&void 0!==n?n:document.head;null==i||i.appendChild(e)})).then((function(t){return new c.A(e).remove(),t}))},t.A=m},2406:function(e,t,n){n.d(t,{j:function(){return o}});var i=n(2585),r=n(3467);function o(e){function t(){var t,n=null==e||null===(t=e.document)||void 0===t?void 0:t.body;if(!n)throw new Error("Body not yet ready");return n}return i.N.resolve().then(t).catch((function(){return function(e,t){return e.MutationObserver?new i.N((function(i){(n=new e.MutationObserver((function(){try{var e=t();n.disconnect(),i(e)}catch(e){}}))).observe(e.document.documentElement,{childList:!0})})):i.N.reject(new Error("MutationObserver not available"));var n}(e,t)})).catch((function(){return(0,r.K)("interactive").then(t)}))}},3467:function(e,t,n){n.d(t,{K:function(){return l}});var i=n(4042),r=n(8456),o=n(2585),a="complete",s="readystatechange";function c(e,t){return e.readyState===a||e.readyState===t}function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a,t=r.ok.document;return c(t,e)?o.N.resolve():new o.N((function(n){i.A.addEventListener(t,s,(function r(){c(t,e)&&(i.A.removeEventListener(t,s,r),n())}))}))}},5218:function(e,t,n){n.d(t,{p:function(){return o}});var i=n(4042),r=n(2585);function o(e,t){return new r.N((function(n){i.A.addEventListener(e,t,(function r(o){i.A.removeEventListener(e,t,r),n(o)}))}))}},9828:function(e,t,n){n.d(t,{P:function(){return o}});var i=n(2318),r=n(2585);function o(e,t){return new r.N((function(n){e.once(t,(function(e){n(e)}))}))}new i.A("waitForEmitterEvent")},9575:function(e,t,n){n.d(t,{a:function(){return r}});var i=["hidden","mozHidden","webkitHidden","msHidden","oHidden"];function r(){for(var e,t=0;t<i.length;t+=1)if((e=i[t])in document)return e;return e}},7108:function(e,t,n){n.d(t,{z:function(){return a}});var i=n(5305),r=n(3879),o=n(2245);function a(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:50;return null==e||null==t||0===t.width||0===t.height||null==n||0==n.width||0==n.height?i.N.UNKNOWN:(0,o.A)((0,r.E)(e.left,e.top,t.width,t.height),n)>=a?i.N.ABOVE_THE_FOLD:i.N.BELOW_THE_FOLD}},2884:function(e,t,n){n.d(t,{l:function(){return c}});var i=n(1191),r=n(2791),o=n(941),a=n(208),s=n(2279);function c(e,t){var n,c,l,u,p=null,d=e.getBoundingClientRect(),m=e.ownerDocument.defaultView;return t===i.A.AMP_AD?p={top:(u=r.A.getAmpAdContext()).initialLayoutRect.top,left:u.initialLayoutRect.left}:m!==window.top?o.Ay.canAccessTopWindow()?((p=s.A.getFifAbsolutePosition(m)).top+=d.top,p.left+=d.left):(0,a.H)(m)&&null!=(l=m.$sf.ext.geom())&&null!=l.self&&null!=l.self.t&&null!=l.self.l&&(p={top:l.self.t,left:l.self.l}):(n=m.pageYOffset||m.document.documentElement.scrollTop||m.document.body.scrollTop||0,c=m.pageXOffset||m.document.documentElement.scrollLeft||m.document.body.scrollLeft||0,p={top:d.top+n,left:d.left+c}),p}},2245:function(e,t,n){function i(e,t){var n=e.width*e.height,i=Math.ceil(Math.max(0,e.left)),r=Math.ceil(Math.min(t.width,e.right)),o=Math.ceil(Math.max(0,e.top)),a=Math.ceil(Math.min(t.height,e.bottom));if(i<r&&o<a){var s=(r-i)*(a-o);return Math.floor(s/n*100)}return 0}n.d(t,{A:function(){return i}})},8501:function(e,t,n){var i=n(9157).A.ViewabilityUnavailableError,r={IAB_VIDEO:2,IAB_BANNER:1,DISPLAY_VIDEO:1};function o(e,t,n){var i=n||r.IAB_VIDEO;this.viewability=e,this.callback=t,this.iabViewabilityTimeout=null,this.counter=8,this.loopInterval=i/this.counter*1e3}o.VIEWABILITY_DURATIONS=r,o.prototype.start=function(){var e=this,t=this.counter;if(this.stop(),this.viewability.isViewabilityUnavailable())throw new i;this.iabViewabilityTimeout=window.setTimeout((function n(){e.viewability.computeViewability().perc>=50?0==(t-=1)?e.callback():e.iabViewabilityTimeout=window.setTimeout(n,e.loopInterval):(t=e.counter,e.iabViewabilityTimeout=window.setTimeout(n,e.loopInterval))}),e.loopInterval)},o.prototype.stop=function(){window.clearTimeout(this.iabViewabilityTimeout)},t.A=o},4269:function(e,t,n){var i=n(2791),r=n(8831);function o(e,t,n,o){r.A.call(this,e,t,n,o),this.detachViewabilityObserver=null,this.currentViewability=null,this.ampAdContext=i.A.getAmpAdContext(),this.minElementArea=1}o.prototype=Object.create(r.A.prototype),o.prototype.constructor=o,o.prototype.isViewabilityUnavailable=function(){return!1},o.prototype.computeViewability=function(){var e=!this.ampAdContext.hidden,t=this.computeViewabilityReason(e),n={reason:t,focus:e};return t!==this.reasons.IN_VIEWPORT?(n.perc=0,n):(n.perc=this.currentViewability?Math.min(100,Math.round(100*this.currentViewability.intersectionRatio)):0,n)},o.prototype.computeViewabilityReason=function(e){if(null==this.currentViewability)return this.reasons.FIXED_VIEWABILITY;var t=this.currentViewability.boundingClientRect,n=t.width*t.height;return e?this.currentViewability.intersectionRatio<=0?this.reasons.OUT_OF_VIEWPORT:n<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},o.prototype.attachListeners=function(e){var t=this;this.detachViewabilityObserver=this.ampAdContext.observeIntersection((function(n){t.currentViewability=n[n.length-1],e()}))},o.prototype.detachListeners=function(){this.detachViewabilityObserver&&this.detachViewabilityObserver()},t.A=o},7091:function(e,t,n){var i=n(2791),r=n(9575),o=n(8831);function a(e,t,n,a){o.A.call(this,e,t,n,a),this.currentIntersectionRatio=0,this.refreshFunctionId=void 0,this.ampVideoIframe=i.A.getAmpVideoIframe(),this.hiddenProperty=(0,r.a)()}a.prototype=Object.create(o.A.prototype),a.prototype.constructor=a,a.prototype.isViewabilityUnavailable=function(){return!1},a.prototype.computeViewability=function(){var e=this.inFocus();return{reason:e?this.currentIntersectionRatio>0?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT:this.reasons.NOT_IN_FOCUS,focus:e,perc:Math.min(100,Math.round(100*this.currentIntersectionRatio))}},a.prototype.attachListeners=function(e){var t=this;this.ampVideoIframe.push((function(n){function i(){n.getIntersection((function(n){t.currentIntersectionRatio=n.intersectionRatio,e()}))}i(),t.refreshFunctionId=setInterval(i,250)}))},a.prototype.detachListeners=function(){clearInterval(this.refreshFunctionId)},a.prototype.inFocus=function(){var e=this.wnd.document[this.hiddenProperty];return void 0===e||!e},t.A=a},1966:function(e,t,n){var i=n(941),r=n(8831),o={enters_viewport:1,center_enters_viewport:100,center_exits_viewport:49,exits_viewport:-1};function a(e,t,n,o){r.A.call(this,e,t,n,o),this.boundListener=(0,i.oI)(this.receiveMessage,this),this.callback=null}a.prototype=Object.create(r.A.prototype),a.prototype.constructor=a,a.prototype.isViewabilityUnavailable=function(){return!1},a.prototype.computeViewability=function(){return{reason:this.wnd.viewabilityPerc>0?this.reasons.IN_VIEWPORT:this.reasons.OUT_OF_VIEWPORT,focus:!0,perc:this.wnd.viewabilityPerc}},a.prototype.attachListeners=function(e){this.wnd.viewabilityPerc=o[this.wnd.lastViewabilityMessage],this.callback=e,this.wnd.addEventListener("message",this.boundListener)},a.prototype.detachListeners=function(){this.wnd.removeEventListener("message",this.boundListener)},a.prototype.receiveMessage=function(e){o[e.data]&&(this.wnd.viewabilityPerc=o[e.data],this.callback&&this.callback())},t.A=a},515:function(e,t,n){var i=n(4042),r=n(941),o=n(2279),a=n(9575),s=n(2285),c=n(8347),l=n(3807),u=n(8831);function p(e,t,n,i){u.A.call(this,e,t,n,i),this.callback=null,this.windowEvents=["focus","blur","check","checkAndNotify"],this.documentEvents=["visibilitychange","mozvisibilitychange","msvisibilitychange","webkitvisibilitychange"],this.hiddenProperty=(0,a.a)(),this.minElementArea=1,this.ancestors=this.getElementAncestors(),this.viewabilityObserver=null,window.IntersectionObserver?this.viewabilityObserver=new s.A(this.wnd,this.elem):(this.windowEvents=this.windowEvents.concat(["scroll","resize"]),window.MutationObserver?this.viewabilityObserver=new c.A(this.wnd,this.elem):this.viewabilityObserver=new l.A(this.wnd,this.elem))}p.prototype=Object.create(u.A.prototype),p.prototype.constructor=p,p.prototype.getElementAncestors=function(){for(var e=[],t=this.elem;t;)e.unshift(t),t=t.parentNode;return e},p.prototype.isViewabilityUnavailable=function(){return!window.IntersectionObserver&&this.isInIframe()},p.prototype.isInIframe=function(){if(this.wnd.top!==this.wnd.self)return!0;for(var e=this.wnd.top.document.getElementsByTagName("iframe"),t=0;t<e.length;t+=1)if(e[t]===this.elem)return!1;return!0},p.prototype.computeViewability=function(){var e=this.inFocus(),t=this.computeViewabilityReason(e),n={reason:t,focus:e};return!this.forceViewability()||t!==this.reasons.OUT_OF_VIEWPORT&&t!==this.reasons.IN_VIEWPORT?t!==this.reasons.IN_VIEWPORT?(n.perc=0,n):(n.perc=this.viewabilityObserver.computeViewabilityPercentage(),n):(n.perc=100,n)},p.prototype.computeViewabilityReason=function(e){var t=this.elem,n=o.A.getViewportSize(this.wnd),i=t.getBoundingClientRect(),r=i.width*i.height,a=this.ancestors;if("none"===t.style.display||"hidden"===t.style.visibility)return this.reasons.HIDDEN;for(var s=0;s<a.length;s+=1){var c=a[s].style;if(c&&("none"===c.display||"hidden"===c.visibility))return this.reasons.HIDDEN}return e?i.bottom<=0||i.right<=0||i.top>=n.height||i.left>=n.width?this.reasons.OUT_OF_VIEWPORT:r<this.minElementArea?this.reasons.TOO_SMALL:this.reasons.IN_VIEWPORT:this.reasons.NOT_IN_FOCUS},p.prototype.inFocus=function(){var e=this.wnd.document[this.hiddenProperty];return void 0!==e?!e:!r.Ay.canAccessTopWindow()||"function"!=typeof window.top.document.hasFocus||window.top.document.hasFocus()},p.prototype.attachListeners=function(e){var t;for(this.callback=e,t=0;t<this.windowEvents.length;t+=1)i.A.addEventListener(this.wnd,this.windowEvents[t],e,!0);for(t=0;t<this.documentEvents.length;t+=1)i.A.addEventListener(this.wnd.document,this.documentEvents[t],e,!0);this.viewabilityObserver.start(e)},p.prototype.detachListeners=function(){var e;for(e=0;e<this.windowEvents.length;e+=1)i.A.removeEventListener(this.wnd,this.windowEvents[e],this.callback,!0);for(e=0;e<this.documentEvents.length;e+=1)i.A.removeEventListener(this.wnd.document,this.documentEvents[e],this.callback,!0);this.viewabilityObserver.stop()},t.A=p},2197:function(e,t,n){n.d(t,{c:function(){return o}});var i=n(941),r=n(2279);function o(e,t){var n,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.5,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.5,c=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,l=e.ownerDocument,u=l.defaultView,p=r.A.getViewportSize(u),d=e.getBoundingClientRect(),m=Math.floor(d.top),h=Math.floor(d.left),f=Math.max(l.body.scrollHeight,l.body.offsetHeight,l.documentElement.clientHeight,l.documentElement.scrollHeight,l.documentElement.offsetHeight),v=(l.documentElement.scrollTop||l.body.scrollTop)+p.height,g=h+Math.floor(d.width*a),y=m+Math.floor(d.height*s),w={top:0,left:0,right:p.width,bottom:p.height};return c>0&&(w.top=w.top-c,w.left=w.left-c,w.right=w.right+c,w.bottom=w.bottom+c),n=t?g>=w.left&&g<=w.right&&y>=w.top&&y<=w.bottom:f===v||g<w.right&&y<w.bottom,u.frameElement&&i.Ay.canAccessWindow(u.parent)?n&&o(u.frameElement,t,a,s,c):n}},2285:function(e,t){function n(e,t){this.callback=null,this.intersectionObserver=null,this.intersectionData=null,this.elem=t,this.wnd=e}n.prototype.start=function(e){var t=this,n={root:null,rootMargin:"0px",threshold:this.createIntersectionObserverThresholds()};this.callback=e,this.intersectionObserver=new IntersectionObserver((function(e){0!==e.length&&(t.intersectionData=t.parseIntersectionData(e),t.callback())}),n),this.intersectionObserver.observe(this.elem)},n.prototype.createIntersectionObserverThresholds=function(){for(var e=[],t=0;t<=100;t+=1){var n=t/100;e.push(n)}return e},n.prototype.parseIntersectionData=function(e){var t=e[e.length-1];return Math.min(100,Math.round(100*t.intersectionRatio))},n.prototype.stop=function(){this.intersectionObserver&&(this.intersectionObserver.disconnect&&this.intersectionObserver.disconnect(),this.intersectionObserver.unobserve&&this.intersectionObserver.unobserve(this.elem),this.intersectionObserver=null)},n.prototype.computeViewabilityPercentage=function(){var e;if(null!==(e=this.intersectionObserver)&&void 0!==e&&e.takeRecords){var t=this.intersectionObserver.takeRecords();t.length>0&&(this.intersectionData=this.parseIntersectionData(t))}return null!=this.intersectionData?this.intersectionData:0},t.A=n},8347:function(e,t,n){var i=n(941),r=n(2279),o=n(2245);function a(e,t){this.callback=null,this.viewabilityObserver=null,this.elem=t,this.wnd=e}a.prototype.start=function(e){this.callback=e,this.viewabilityObserver=new this.wnd.MutationObserver((0,i.oI)((function(e){for(var t=0;t<e.length;t+=1)if(e[t].target.contains(this.elem))return void this.callback()}),this)),this.viewabilityObserver.observe(this.wnd.document.body,{attributes:!0,subtree:!0})},a.prototype.stop=function(){this.viewabilityObserver&&(this.viewabilityObserver.disconnect(),this.viewabilityObserver=null)},a.prototype.computeViewabilityPercentage=function(){var e=r.A.getViewportSize(this.wnd);return(0,o.A)(this.elem.getBoundingClientRect(),e)},t.A=a},3807:function(e,t,n){var i=n(2279),r=n(2245);function o(e,t){this.callback=null,this.viewabilityLoopTimer=null,this.elem=t,this.wnd=e,this.loopInterval=250}o.prototype.start=function(e){var t=this;this.callback=e,function e(){t.callback(),t.viewabilityLoopTimer=t.wnd.setTimeout(e,t.loopInterval)}()},o.prototype.stop=function(){this.viewabilityLoopTimer&&(this.wnd.clearTimeout(this.viewabilityLoopTimer),this.viewabilityLoopTimer=null)},o.prototype.computeViewabilityPercentage=function(){var e=i.A.getViewportSize(this.wnd);return(0,r.A)(this.elem.getBoundingClientRect(),e)},t.A=o},8831:function(e,t,n){var i=n(9157),r=n(941),o=i.A.ViewabilityUnavailableError;function a(e,t,n,i){this.reasons={OUT_OF_VIEWPORT:0,HIDDEN:1,NOT_IN_FOCUS:2,TOO_SMALL:3,IN_VIEWPORT:4,FIXED_VIEWABILITY:5},this.elem=e,this.wnd=t,this.forceViewability=n,this.onViewabilityChange=i}a.prototype.start=function(){if(this.isViewabilityUnavailable())throw new o;this.stop(),this.attachListeners((0,r.oI)(this.notifier,this)),this.notifier()},a.prototype.stop=function(){this.detachListeners()},a.prototype.notifier=function(){this.onViewabilityChange(this.computeViewability())},t.A=a},1817:function(e,t,n){var i=n(1191),r=n(2318),o=n(4269),a=n(7091),s=n(1966),c=n(515);new r.A("viewabilityFactory"),t.A={getInstance:function(e,t,n,r,l){switch(e){case i.A.FACEBOOK_INSTANT_ARTICLES:return new s.A(t,n,r,l);case i.A.AMP_VIDEO_IFRAME:return new a.A(t,n,r,l);case i.A.AMP_AD:return new o.A(t,n,r,l);default:return new c.A(t,n,r,l)}}}},5875:function(e,t,n){n.d(t,{o:function(){return u}});var i=n(711),r=n(8456),o=n(3364),a=n(1848),s="kxviralize_segs",c="_kxviralize_segs",l="VR-DMP-COLLECT";function u(e,t){var n="".concat(e.get("scheme"),"://").concat(e.get("endpoint_host")),u=e.get("dmp_segments");!function(e,t,o){function s(e){return e?function(e){var t,n,i,r=e.length;for(n=0;n<r;n+=1){for(t=e[n],i=n-1;i>-1&&e[i]>t;i-=1)e[i+1]=e[i];e[i+1]=t}return e}(e.split(",")).join(","):""}var l=s(o),u=(0,i.L)(r.ok),p=u.getItem(c),d=0;setTimeout((function t(){var i,r;u.getItem(c)!==p?(d+=1,(i=s(u.getItem(e)))!==l?(r=i,a.J.setCookieSyncPixel(n,r)):d<2&&setTimeout(t,250)):setTimeout(t,250)}),250)}(s,0,u),r.Ay.namespace.dataLayers.dmp=r.Ay.namespace.dataLayers.dmp||{collected:!1,data:{}},r.Ay.namespace.dataLayers.dmp.collected||(r.Ay.namespace.dataLayers.dmp.collected=!0,r.Ay.namespace.dataLayers.dmp.data=t.user_data||{},r.ok.dispatchEvent(new((0,o.A)(window))(l)))}},5047:function(e,t){var n={render:function(e,t){var n=e;return Object.keys(t).forEach((function(e){var i=new RegExp("{{"+e+"}}","g"),r=n.replace(i,t[e]);n=r})),n}};t.A=n},1848:function(e,t,n){n.d(t,{J:function(){return b}});var i=n(6630),r=n(8575),o=n(1191),a=n(6838),s=n(1400),c=n(9157),l=n(8456),u=n(2791),p=n(4867),d=n(6314),m=n(3241),h=n(2279),f=l.Ay.inDapIF,v=c.A.MaxInstancesError,g=c.A.DuplicateInjectorError,y="VR-INJECTOR-INSTANCES-MAP",w={},b={findIframe:function(){return f?window.frameElement:null},register:function(e){var t,n=(0,i.W)(l.ok);t={};var r=n.getItem(y);null!=r&&(t=JSON.parse(r));var o=t[e.injectorName]||{count:0,instances:{}},a=o.count,s=e.config.get("max_family_instances",0),c=e.config.get("sid");if(s>0&&a>=s){var u=new v("Sorry, but the ".concat(e.injectorName," format can be used at most ").concat(s," times."));throw(0,m.w)(u,"max_instances_error"),u}if(o.instances[c]){var p=new g("Duplicated injector for sid: ".concat(c));throw(0,m.w)(p,"duplicate_injector_error"),p}o.instances[c]=!0,o.count+=1,t[e.injectorName]=o,n.setItem(y,JSON.stringify(t)),l.Ay.namespace.widgets.push(e)},unRegister:function(e){var t,n={},r=(0,i.W)(l.ok),o=r.getItem(y);null!=o&&(n=JSON.parse(o));var a=n[e.injectorName]||{count:0,instances:{}},s=e.config.get("sid");for(a.count>0&&(a.count-=1),n[e.injectorName]=a,r.setItem(y,JSON.stringify(n)),t=0;t<l.Ay.namespace.widgets.length;t+=1)l.Ay.namespace.widgets[t].config.get("sid")===s&&l.Ay.namespace.widgets.splice(t,1)},replaceInjector:function(e){for(var t=e.ownerDocument.createElement("script"),n=e.attributes,i=0;i<n.length;i+=1)t.setAttribute(n[i].nodeName,n[i].value);t.src="".concat(t.src,"&cb=").concat((new Date).getTime());var r=e.parentNode;r.insertBefore(t,e),r.removeChild(e)},createPageId:function(e){var t,n,i=b.getApiAdapter(e),r=l.ok.navigator?l.ok.navigator:null,a=e.get("publisher"),s=e.get("page_url"),c=r&&r.userAgent||"",p=h.A.hashCode(a+s+c),d=h.A.pad((16777215&p).toString(16),6);function m(){var e="",t=(new Date).getTime();t=h.A.pad(t.toString(16),12);for(var n=0;n<52;n+=1)e+=Math.round(Math.random()).toString();return t+parseInt(e,2).toString(16)}return i===o.A.AMP_AD?(n=u.A.getAmpAdWindowWithContext()).context.computeInMasterFrame(n,"VR-PAGEID-PREFIX",(function(e){e(m())}),(function(e){t=e})):t=m(),t+d+0},getDetectedPublishingPlatform:function(e){var t=e.get("pub_platform","");return u.A.isInsideAmp()?a.A.AMP:t},getApiAdapter:function(e){if(null!=u.A.getAmpAdContext())return o.A.AMP_AD;if(null!=u.A.getAmpVideoIframe())return o.A.AMP_VIDEO_IFRAME;if(u.A.isAmpIframe())return o.A.AMP_IFRAME;var t=e.get("pub_platform",""),n=o.A.STANDARD;return Object.keys(o.A).forEach((function(e){var i=o.A[e];i===t&&(n=i)})),n},createSrc:function(e,t,n,i,o){var a={},s=(0,p.A)();l.Ay.namespace.pageId=l.Ay.namespace.pageId||b.createPageId(i);var c=o||{};c.player_size||(c.player_size={width:0,height:0});var u={page_id:l.Ay.namespace.pageId,screen:h.A.getScreenSize(e),page:h.A.getPageSize(e),viewport:h.A.getViewportSize(e),player_size:{width:Math.round(c.player_size.width),height:Math.round(c.player_size.height)},semantic_data:c.semantic_data};c.player_position&&(u.player_position={top:Math.round(c.player_position.top),left:Math.round(c.player_position.left)}),a.player_session=JSON.stringify(u),e.document.referrer&&(a.r=e.document.referrer),c.cid&&(a.cid=c.cid),c.sound&&(a.sound=c.sound),c.gallery_init&&(a.gallery_init=c.gallery_init),c.sessionCounter>0&&(a.sc=c.sessionCounter),c.pub_platform&&(a.pub_platform=c.pub_platform),c.inj_api_adapter&&(a.inj_api_adapter=c.inj_api_adapter),c.activation&&(a.activation=c.activation),c.cs&&(a.cs=c.cs),null!=c.gdpr&&(a.gdpr=c.gdpr?1:0),c.cmp&&(a.cmp=c.cmp),c.us_privacy&&(a.us_privacy=c.us_privacy),s&&(a.dd=s),c.interaction&&(a.interaction=c.interaction);var d=(0,r.x)(i.get("base_query",""),a);return"".concat(t,"/").concat(n,"/?").concat(d)},createPlayerSrc:function(e,t,n){var i,r=t.get("is_preview"),o=t.get("is_test");i=r?"preview":o?"test":"player";var a=n||{};return b.createSrc(e,"".concat(t.get("scheme"),"://").concat(t.get("endpoint_host")),i,t,a)},findInjectionElements:function(){var e={script:"",iframe:""};return e.iframe=b.findIframe(),e.script=l.Ay.currentScript,null===e.script&&h.A.trackRequestEvent("adunit_request_error",s.A.SCRIPT_NOT_FOUND),e},isInHead:function(e){for(var t=e.parentNode;null!=t;){if("head"===t.nodeName.toLowerCase())return!0;t=t.parentNode}return!1},setElementRemovedListener:function(e,t,n){function i(e,t){for(var n=t;null!=n;){if(e===n)return!0;n=n.parentNode}return!1}this.unsetElementRemovedListener();try{(w=new MutationObserver((function(e){e.forEach((function(e){if(e.removedNodes.length>0)for(var r=0;r<e.removedNodes.length;r+=1)i(e.removedNodes[r],t)&&n()}))}))).observe(e,{childList:!0,subtree:!0})}catch(e){}},unsetElementRemovedListener:function(){w.disconnect&&(w.disconnect(),w={})},addPluginsForNotBlacklisted:function(e,t,n){if(null==t||null=={179:!0,358:!0,711:!0}[t]){var i={"gdpr_consent_?\\d*":n.consentString||"",gdpr:n.gdprApplies?"1":"0",country:n.country,us_privacy:n.usPrivacy||""};b.addInjectorPlugins(e,null,i)}},addInjectorPlugins:function(e,t,n){var i,r="",o=l.ok.document;l.ok.__vrInjectorPlugins=l.ok.__vrInjectorPlugins||{};var a,s,c=l.ok.__vrInjectorPlugins;function u(e){var t=e;return n&&Object.keys(n).forEach((function(e){var i=new RegExp("{".concat(e,"}"),"g"),r=n[e];t=t.replace(i,r)})),t}function p(e){d.A.insertHTMLBefore(i,r+e.id,u(e.content))}t&&(r="".concat(t,"-")),i=o.createElement("placeholder"),o.body.appendChild(i);for(var m=0;m<e.length;m+=1)c[e[m].id]||(e[m].src?(a=e[m],s=void 0,(s=o.createElement("script")).setAttribute("id",r+a.id),s.src=u(a.src),s.setAttribute("async",""),s=o.body.appendChild(s)):e[m].content&&p(e[m]),c[e[m].id]=!0);o.body.removeChild(i)},setCookieSyncPixel:function(e,t){var n=window.encodeURIComponent(t),i="".concat(e,"/u-segment/?seg=").concat(n);h.A.trackUrl(i)}};t.A=b},7638:function(e,t,n){n.d(t,{k:function(){return i}});var i={ALL:"VPT-EVENT::*",PLAYER_READY:"VPT-EVENT::PLAYER_READY",ACTIVATION:"VPT-EVENT::ACTIVATION",COLLAPSE:"VPT-EVENT::COLLAPSE",END:"VPT-EVENT::END",AD_SESSION_START:"VPT-EVENT::AD_SESSION_START",AD_SESSION_END:"VPT-EVENT::AD_SESSION_END",AD_IMPRESSION:"VPT-EVENT::AD_IMPRESSION",START:"VPT-EVENT::START",FIRST_QUARTILE:"VPT-EVENT::FIRST_QUARTILE",MID_POINT:"VPT-EVENT::MID_POINT",THIRD_QUARTILE:"VPT-EVENT::THIRD_POINT",COMPLETE:"VPT-EVENT::COMPLETE",CONTENT_START:"VPT-EVENT::CONTENT_START",CONTENT_END:"VPT-EVENT::CONTENT_END",ERROR:"VPT-EVENT::ERROR",CLICK:"VPT-EVENT::CLICK",SKIP:"VPT-EVENT::SKIP",PLAYING:"VPT-EVENT::PLAYING",PAUSED:"VPT-EVENT::PAUSED",MUTED:"VPT-EVENT::MUTED",UNMUTED:"VPT-EVENT::UNMUTED"}},8949:function(e,t,n){var i=n(2523),r=n(8456),o=n(941),a=n(2279),s=n(7638);function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var l={},u={},p={},d={},m="DELETED";function h(e,t){var n="".concat(e,";").concat(t),i=Math.random().toString(32).substr(2);return"".concat(n,";").concat(i)}function f(e,t,n){null!=l[e]&&null!=l[e][t]&&null!=l[e][t][n]&&(l[e][t][n]=m)}function v(e){var t={event:d.EVENTS.ALL,zid:d.ALL_ZID};return o.Ay.isString(e)?t.event=e:(t.event=e.event||t.event,t.zid=e.zid||t.zid),t}function g(e,t){Object.keys(t).forEach((function(n){e.push(t[n])}))}function y(e,t){var n,i;t.length>0&&o.Ay.isString(t[0])?(n=t[0],i=t.slice(1)):(n=d.ALL_ZID,i=[]);var r,a=d.getVrApis(n);if(null!=a)for(var s=0;s<a.length;s+=1){var l;(l=a[s])[e].apply(l,function(e){if(Array.isArray(e))return c(e)}(r=i)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||function(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}(r)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())}}d.getVersion=function(){return{api:11,release:"PROD-b9010b177"}},d.emit=function(e,t,n,i){var r=function(e,t){var n=[],i=d.ALL_ZID,r=d.EVENTS.ALL;return l[i]&&l[i][r]&&g(n,l[i][r]),t!==i&&l[t]&&l[t][r]&&g(n,l[t][r]),e!==r&&(l[i]&&l[i][e]&&g(n,l[i][e]),l[t]&&l[t][e]&&g(n,l[t][e])),n}(e,t),a={event:e,zid:t,format:n,data:i,timestamp:(new Date).getTime()};r.forEach((function(e){e!==m&&o.Ay.setImmediate((function(){e(a)}))}))},d.on=function(e,t){var n=v(e),i=h(n.zid,n.event);for(l[n.zid]||(l[n.zid]={}),l[n.zid][n.event]||(l[n.zid][n.event]={});null!=l[n.zid][n.event][i];)i=h(n.zid,n.event);return l[n.zid][n.event][i]=t,i},d.once=function(e,t){var n=v(e),i=d.on(n,(function(e){l[n.zid][n.event][i]!==m&&(d.off(n,i),t(e))}));return i},d.off=function(e,t){var n=v(e);null!=t?f(n.zid,n.event,t):function(e,t){null!=l[e]&&null!=l[e][t]&&Object.keys(l[e][t]).forEach((function(n){f(e,t,n)}))}(n.zid,n.event)},d.EVENTS=s.k,d.ALL_ZID="VPT-ZID::*",d.queue={push:function(e){setTimeout(e,0)}},d.addConfig=function(){var e,t;o.Ay.isString(arguments[0])?(e=arguments[0],t=arguments[1]):(e=d.ALL_ZID,t=arguments[0]),u[e]=t},d.getConfig=function(e){return null!=u[e]?u[e]:u[d.ALL_ZID]},d.addVrApi=function(e,t){return null==p[e]&&(p[e]=[]),p[e].push(t),p[e].length-1},d.removeVrApi=function(e,t){null!=p[e]&&null!=p[e][t]&&(p[e][t]=null)},d.play=function(){y("play",Array.prototype.slice.call(arguments))},d.pause=function(){y("pause",Array.prototype.slice.call(arguments))},d.mute=function(){y("mute",Array.prototype.slice.call(arguments))},d.unmute=function(){y("unmute",Array.prototype.slice.call(arguments))},d.enterFullscreen=function(){y("enterFullscreen",Array.prototype.slice.call(arguments))},d.exitFullscreen=function(){y("exitFullscreen",Array.prototype.slice.call(arguments))},d.showControls=function(){y("showControls",Array.prototype.slice.call(arguments))},d.hideControls=function(){y("hideControls",Array.prototype.slice.call(arguments))},d.setPublisherProvidedId=function(e){(0,i.C)(e)},d.getVrApis=function(e){var t;return e!==d.ALL_ZID?t=p[e]:(t=[],Object.keys(p).forEach((function(e){t=t.concat(p[e])}))),null==t||0===t.length?[]:a.A.filter(t,(function(e){return null!=e}))},t.A=function(){var e,t,n,i;i={EVENTS:(e=d).EVENTS,ALL_ZID:e.ALL_ZID,queue:e.queue,getVersion:e.getVersion,on:e.on,once:e.once,off:e.off,addConfig:e.addConfig,getConfig:e.getConfig,play:e.play,pause:e.pause,mute:e.mute,unmute:e.unmute,enterFullscreen:e.enterFullscreen,exitFullscreen:e.exitFullscreen,showControls:e.showControls,hideControls:e.hideControls,setPublisherProvidedId:e.setPublisherProvidedId},n=window,o.Ay.canAccessTopWindow()&&(n=window.top),null!=n.vpt?"[object Array]"===Object.prototype.toString.call(n.vpt.queue)&&(t=n.vpt.queue,n.vpt=i,r.Ay.namespace.vptimpl=e,t.forEach((function(e){e()}))):(n.vpt=i,r.Ay.namespace.vptimpl=e)}},9712:function(e,t,n){n.d(t,{Ix:function(){return o},Yq:function(){return a}});var i={},r=i;function o(e){r=null!=e?e:{}}function a(e,t){if(r==i)throw new Error("Must call setCurrentExtraConfig");var n=r[e];return null==n?t:n}},5305:function(e,t,n){n.d(t,{N:function(){return i}});var i={UNKNOWN:0,ABOVE_THE_FOLD:1,BELOW_THE_FOLD:3,HEADER:4,FOOTER:5,SIDEBAR:6,FULL_SCREEN:7}},711:function(e,t,n){function i(e){var t=!0,n="VR_TEST_LOCAL_STORAGE";try{if(e.localStorage.setItem(n,"1"),"1"!==e.localStorage.getItem(n))throw new Error("localStorage unavailable");if(e.localStorage.removeItem(n),null!==e.localStorage.getItem(n))throw new Error("localStorage unavailable")}catch(n){e.VR_localStorageFallback=e.VR_localStorageFallback||{},t=!1}return t?e.localStorage:{setItem:function(t,n){e.VR_localStorageFallback[t]=n},getItem:function(t){var n;return null!==(n=e.VR_localStorageFallback[t])&&void 0!==n?n:null},removeItem:function(t){try{delete e.VR_localStorageFallback[t]}catch(e){}},clear:function(){e.VR_localStorageFallback={}}}}n.d(t,{L:function(){return i}})},6630:function(e,t,n){function i(e){var t=!0,n="VR_TEST_SESSIONSTORAGE";try{if(e.sessionStorage.setItem(n,"1"),"1"!==e.sessionStorage.getItem(n))throw new Error("sessionStorage unavailable");if(e.sessionStorage.removeItem(n),null!==e.sessionStorage.getItem(n))throw new Error("sessionStorage unavailable")}catch(n){e.VR_sessionStorageFallback=e.VR_sessionStorageFallback||{},t=!1}return t?e.sessionStorage:{setItem:function(t,n){e.VR_sessionStorageFallback[t]=n},getItem:function(t){return e.VR_sessionStorageFallback[t]||null},removeItem:function(t){try{delete e.VR_sessionStorageFallback[t]}catch(e){}},clear:function(){e.VR_sessionStorageFallback={}}}}n.d(t,{W:function(){return i}})},2523:function(e,t,n){n.d(t,{C:function(){return o}});var i=n(711),r="SH_PPID";function o(e){var t=/^[0-9a-zA-Z+.=/_\-$,{}]{22,150}$/;if(!t.test(e))throw new Error("Invalid ppid, must match ".concat(t.toString()));(0,i.L)(window).setItem(r,e)}},4274:function(e,t,n){function i(e){var t;return"M"===(null==e||null===(t=e.environment)||void 0===t||null===(t=t.client)||void 0===t||null===(t=t.device)||void 0===t?void 0:t.type)}n.d(t,{F:function(){return i}})},8062:function(e,t,n){function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function r(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n={};return(null!=e?e:"").replace(/^\?/,"").split("&").forEach((function(e){var r,o=function(e){if(Array.isArray(e))return e}(r=e.split("="))||function(e){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,i,r,o,a=[],s=!0,c=!1;try{for(r=(t=t.call(e)).next,!2;!(s=(n=r.call(t)).done)&&(a.push(n.value),2!==a.length);s=!0);}catch(e){c=!0,i=e}finally{try{if(!s&&null!=t.return&&(o=t.return(),Object(o)!==o))return}finally{if(c)throw i}}return a}}(r)||function(e){if(e){if("string"==typeof e)return i(e,2);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?i(e,2):void 0}}(r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),a=o[0],s=o[1];a&&(t?n[decodeURIComponent(a)]=decodeURIComponent(null!=s?s:""):n[a]=null!=s?s:"")})),n}n.d(t,{w:function(){return r}})},2858:function(e,t,n){function i(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Object.keys(null!=e?e:{}).map((function(n){var i=e[n];return t?"".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(i)):"".concat(n,"=").concat(i)})).join("&")}n.d(t,{s:function(){return i}})},8575:function(e,t,n){n.d(t,{x:function(){return o}});var i=n(8062),r=n(2858);function o(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],o=(0,i.w)(null!=e?e:"",!1);return Object.keys(t).forEach((function(e){var i=t[e];o[e]=n?encodeURIComponent(i):i})),(0,r.s)(o,!1)}},4042:function(e,t){function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}var i={},r=null;function o(){if(null!==r)return r;var e,t=!1;try{e=Object.defineProperty({},"passive",{get:function(){return t=!0,!1}}),window.addEventListener("testPassive",null,e),window.removeEventListener("testPassive",null,e)}catch(e){}return r=t,t}i.addEventListener=function(e,t,n,i){var r=!1;e.addEventListener?(i&&o()&&(r={passive:!0}),e.addEventListener(t,n,r)):e.attachEvent&&e.attachEvent("on".concat(t),n)},i.removeEventListener=function(e,t,n,i){var r=!1;e.removeEventListener?(i&&o()&&(r={passive:!0}),e.removeEventListener(t,n,r)):e.detachEvent&&e.detachEvent("on".concat(t),n)},i.isThenable=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;return!!e&&("object"===n(e)||"function"==typeof e)&&"function"==typeof e.then},t.A=i},235:function(e,t,n){var i=n(6758),r=n.n(i),o=n(935),a=n.n(o),s=n(62),c=n.n(s),l=new URL(n(7630),n.b),u=new URL(n(539),n.b),p=new URL(n(4009),n.b),d=a()(r()),m=c()(l),h=c()(u),f=c()(p);d.push([e.id,'.vr-namespace-reset,.vr-namespace-reset *{background-attachment:scroll;background-color:rgba(0,0,0,0);background-image:none;background-position:0 0;background-repeat:repeat;border-color:#000;border-color:currentColor;border-radius:0;border-style:none;border-width:medium;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:invert none medium;overflow:visible;padding:0;position:static;quotes:"" "";right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;background-origin:padding-box;background-clip:border-box;background-size:auto;-o-border-image:none;border-image:none;box-shadow:none;box-sizing:content-box;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none #000;-moz-column-rule:medium none #000;column-rule:medium none #000;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;-webkit-font-feature-settings:normal;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;hyphens:manual;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-backface-visibility:visible;backface-visibility:visible;text-shadow:none;transition:all 0s ease 0s;-webkit-transform:none;transform:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:flat;transform-style:flat;word-break:normal}.vr-namespace-reset a,.vr-namespace-reset a:visited{color:inherit;text-decoration:none}.vr-namespace-reset a,.vr-namespace-reset a *{cursor:pointer}#vr-namespace-viralize-wide-wrapper{display:flex;width:100%;flex-direction:column;border-width:0 8px;border-style:solid;border-color:rgba(0,0,0,0);box-sizing:border-box;font-size:14px;border-radius:12px}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden #vr-namespace-wrapper{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-hidden #vr-namespace-responsive{overflow:hidden;height:0 !important}#vr-namespace-viralize-wide-wrapper.vr-namespace-fixed-size #vr-namespace-responsive{padding-top:0;height:100%}#vr-namespace-viralize-wide-wrapper.vr-namespace-fixed-size #vr-namespace-wrapper{min-width:auto !important;flex-grow:1}#vr-namespace-viralize-wide-wrapper.vr-namespace-brand-viralize .vr-namespace-frame-header__credits-logo{-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url('+m+");mask-image:url("+m+");-webkit-mask-size:2.8583333333em .7em;mask-size:2.8583333333em .7em;width:2.8583333333em;background-color:#7f7f7f;margin-bottom:.14em}#vr-namespace-viralize-wide-wrapper.vr-namespace-brand-showheroes .vr-namespace-frame-header__credits-logo{-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("+h+");mask-image:url("+h+');-webkit-mask-size:6.5333333333em .7em;mask-size:6.5333333333em .7em;width:6.5333333333em;background-color:#7f7f7f}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-header__title-text{color:#eee}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-footer__disclaimer{color:#eee}#vr-namespace-viralize-wide-wrapper.vr-namespace-dark-mode .vr-namespace-frame-header__credits-logo{background-color:#eee}#vr-namespace-viralize-wide-wrapper a{color:inherit;text-decoration:none}#vr-namespace-wrapper{position:relative;width:100%}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:8px;font-family:"Helvetiva Neue",Helvetica,Arial,sans-serif;font-size:1em;background-color:rgba(0,0,0,0)}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title{font-size:1em;display:flex;align-items:center}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-logo{font-size:1em;height:1em;width:auto;margin-right:6px;border-radius:4px;margin-top:8px;margin-bottom:8px}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-text{font-size:14px;font-weight:500;line-height:50%;letter-spacing:.28px;color:#fff;font-weight:bold;font-family:"Helvetiva Neue",Helvetica,Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media(max-width: 400px){#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-text{font-size:11px}}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__title-text:not(:empty){padding-top:8px;padding-bottom:8px}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits{display:flex;align-items:center}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits-text{font-weight:lighter;font-size:.7em;margin-right:4px;white-space:nowrap}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-header__credits-logo{height:.7em;background-position:0 0;background-repeat:no-repeat}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer{width:100%;min-height:8px;background-color:rgba(0,0,0,0)}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer__disclaimer{font-size:14px;font-weight:500;line-height:50%;letter-spacing:.28px;color:#fff;font-weight:bold;font-family:"Helvetiva Neue",Helvetica,Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width: 400px){#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer__disclaimer{font-size:11px}}#vr-namespace-viralize-wide-wrapper .vr-namespace-frame-footer__disclaimer:not(:empty){padding-top:8px;padding-bottom:8px}#vr-namespace-wrapper #vr-namespace-responsive{display:block;position:relative;width:100%;padding-top:56.25%;height:0;-webkit-clip-path:inset(1px);clip-path:inset(1px);border-radius:4px}#vr-namespace-wrapper.vr-namespace-aspect-ratio-portrait #vr-namespace-responsive{padding-top:177.7777777778%}#vr-namespace-wrapper.vr-namespace-aspect-ratio-square #vr-namespace-responsive{padding-top:100%}#vr-namespace-responsive{-webkit-animation:shimmer 40s infinite linear;animation:shimmer 40s infinite linear;background:#eee;background:linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);background-size:200% 100%;-webkit-animation:1s shimmer linear infinite;animation:1s shimmer linear infinite}@-webkit-keyframes shimmer{to{background-position-x:-200%}}@keyframes shimmer{to{background-position-x:-200%}}.vr-namespace-clipchoice-item{-webkit-animation:shimmer 120s infinite linear;animation:shimmer 120s infinite linear;background:#eee;background:linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);background-size:200% 100%;-webkit-animation:1s shimmer linear infinite;animation:1s shimmer linear infinite}@keyframes shimmer{to{background-position-x:-200%}}.vr-namespace-clipchoice{position:relative;width:100%;padding-bottom:22.2222222222%}.vr-namespace-clipchoice-portrait{padding-bottom:67%}.vr-namespace-clipchoice-square{padding-bottom:39%}.vr-namespace-clipchoice-row{box-sizing:border-box;position:absolute;top:0;left:0;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;overflow:hidden;height:100%;width:100%;border-radius:4px}.vr-namespace-clipchoice-item{margin-right:5px;height:100%;min-width:36%;max-width:36%;position:relative;border-radius:4px}#vr-namespace-wrapper #vr-namespace-display{position:absolute;top:0;top:0px;left:0px;width:100%;height:100%;overflow:hidden;z-index:1;border-radius:4px}#vr-namespace-wrapper.vr-namespace-vip .vr-namespace-clipchoice{display:none}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container{display:none;height:0}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-show-close{z-index:2147483647;display:block}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container #vr-namespace-close-content{position:absolute;display:flex;cursor:pointer;opacity:1;transition:opacity .6s;text-decoration:none;z-index:2147483647;align-items:center;justify-content:center}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container #vr-namespace-close-content:hover{opacity:.6}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-inner #vr-namespace-close-content{width:24px;height:24px;right:4px;top:4px}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-inner #vr-namespace-close-content #vr-namespace-close-content-icon{cursor:pointer;height:17.5px;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url('+f+");mask-image:url("+f+");-webkit-mask-size:17.5px 17.5px;mask-size:17.5px 17.5px;width:17.5px;background-color:#fff}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-outer #vr-namespace-close-content{width:24px;height:24px}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-outer #vr-namespace-close-content #vr-namespace-close-content-icon{cursor:pointer;height:17.5px;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("+f+");mask-image:url("+f+");-webkit-mask-size:17.5px 17.5px;mask-size:17.5px 17.5px;width:17.5px;background-color:#000}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-outer.vr-namespace-right #vr-namespace-close-content{right:0;top:-22.5px}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-outer.vr-namespace-left #vr-namespace-close-content{left:0;top:-22.5px}#vr-namespace-wrapper.vr-namespace-vip #vr-namespace-close-content-container.vr-namespace-outer.vr-namespace-masthead #vr-namespace-close-content{right:0;top:-22.5px;-webkit-filter:brightness(1);filter:brightness(1)}@media(orientation: landscape)and (min-width: 1025px){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}@media(orientation: landscape)and (max-width: 1024px){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}@media(orientation: portrait){.vr-namespace-top-position{top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-bottom-position{bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vr-namespace-top-left-position{top:50px;left:10px}.vr-namespace-top-right-position{top:50px;right:10px}.vr-namespace-bottom-left-position{bottom:10px;left:10px}.vr-namespace-bottom-right-position{bottom:10px;right:10px}.vr-namespace-masthead-position{top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:visible}.vr-namespace-masthead-blanket{box-sizing:border-box;position:absolute;left:-1000%;top:-10px;width:1000vw;height:calc(100% + 20px);opacity:.85;z-index:-1;background-color:#000}}#vr-namespace-wrapper.vr-namespace-vip{position:fixed;z-index:2147483647;width:25%}@media(orientation: landscape)and (max-width: 2140px){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-medium{width:400px}#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-large{width:535px}}@media(orientation: portrait){#vr-namespace-wrapper.vr-namespace-vip{width:90%}}@media(orientation: landscape)and (min-width: 1921px){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:450px}}@media(orientation: landscape)and (max-width: 1920px){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:300px}}@media(orientation: portrait){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-square{width:90%}}@media(orientation: landscape)and (min-width: 1601px){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:300px}}@media(orientation: landscape)and (max-width: 1600px){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:226px}}@media(orientation: portrait){#vr-namespace-wrapper.vr-namespace-vip.vr-namespace-aspect-ratio-portrait{width:50%}}",""]),t.A=d},9760:function(e,t,n){var i=n(6758),r=n.n(i),o=n(935),a=n.n(o),s=n(62),c=n.n(s),l=new URL(n(4505),n.b),u=a()(r()),p=c()(l);u.push([e.id,'.vr-namespace-reset,.vr-namespace-reset *{background-attachment:scroll;background-color:rgba(0,0,0,0);background-image:none;background-position:0 0;background-repeat:repeat;border-color:#000;border-color:currentColor;border-radius:0;border-style:none;border-width:medium;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:invert none medium;overflow:visible;padding:0;position:static;quotes:"" "";right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;background-origin:padding-box;background-clip:border-box;background-size:auto;-o-border-image:none;border-image:none;box-shadow:none;box-sizing:content-box;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none #000;-moz-column-rule:medium none #000;column-rule:medium none #000;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;-webkit-font-feature-settings:normal;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;hyphens:manual;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-backface-visibility:visible;backface-visibility:visible;text-shadow:none;transition:all 0s ease 0s;-webkit-transform:none;transform:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:flat;transform-style:flat;word-break:normal}.vr-namespace-reset a,.vr-namespace-reset a:visited{color:inherit;text-decoration:none}.vr-namespace-reset a,.vr-namespace-reset a *{cursor:pointer}#vr-namespace-loader{box-sizing:border-box;position:absolute;top:calc(50% - 14px);left:calc(50% - 14px);border-radius:50%;width:24px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side, rgb(157, 158, 161) 95%, rgba(255, 255, 255, 0)) top/8px 8px no-repeat,conic-gradient(rgba(0, 0, 0, 0) 25%, rgb(157, 158, 161));-webkit-mask:radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);-webkit-animation:spinner 1s infinite linear;animation:spinner 1s infinite linear}@-webkit-keyframes spinner{100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vr-namespace-modal{position:fixed;top:0;left:0;width:100%;height:0;overflow:hidden;margin:0 0;z-index:2147483647;background-color:rgba(0,0,0,.8)}.vr-namespace-modal .vr-namespace-modal-backdrop{position:absolute;width:100%;height:100%}.vr-namespace-modal.vr-namespace-visible{height:100%;cursor:pointer}.vr-namespace-modal .vr-namespace-modal-dialog{position:absolute;width:1080px;top:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0}@media(min-width: 601px)and (max-width: 1200px){.vr-namespace-modal .vr-namespace-modal-dialog{width:auto;-webkit-transform:none;transform:none;left:65px;right:65px}}@media(max-width: 600px){.vr-namespace-modal .vr-namespace-modal-dialog{width:auto;-webkit-transform:none;transform:none;left:0;right:0;top:0}}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content{height:100%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header{height:56px;width:100%;cursor:default;position:relative}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-header-space{height:100%;width:calc(100% - 30px);position:absolute;left:30px}@media(max-width: 600px){.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-header-space{left:45px;width:calc(100% - 45px)}}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-close{position:absolute;width:26px;height:26px;right:-8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-family:Verdana;font-size:20px;font-weight:600;line-height:normal;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-close:hover{color:#e5e5e5}@media(max-width: 600px){.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-close{right:12px}}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-logo{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;display:block;height:18px;background-position:0 0;background-repeat:no-repeat;background-image:url('+p+");background-size:18px 18px;width:18px}@media(max-width: 600px){.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-header .vr-namespace-modal-logo{left:18px}}.vr-namespace-modal .vr-namespace-modal-dialog .vr-namespace-modal-content .vr-namespace-modal-body{flex-grow:1;width:100%;cursor:pointer;position:relative}",""]),t.A=u},935:function(e){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",i=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),i&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),i&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,i,r,o){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(i)for(var s=0;s<this.length;s++){var c=this[s][0];null!=c&&(a[c]=!0)}for(var l=0;l<e.length;l++){var u=[].concat(e[l]);i&&a[u[0]]||(void 0!==o&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=o),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),r&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=r):u[4]="".concat(r)),t.push(u))}},t}},62:function(e){e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},6758:function(e){e.exports=function(e){return e[1]}},6021:function(e,t){t.A='<div class="vr-namespace-full"> <style>.vr-namespace-full{position:absolute;width:100%;height:100%}#vr-namespace-iframe{background-color:transparent;overflow-y:scroll}</style> <div class="vr-namespace-full" id="vr-namespace-loader-bg"> <div id="vr-namespace-loader"></div> </div> <iframe id="vr-namespace-iframe" class="vr-namespace-full" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0" allow="autoplay; fullscreen" allowfullscreen="true" webkitallowfullscreen="true"> </iframe> </div> '},2001:function(e,t){t.A='<div tabindex="-1" role="dialog" aria-labelledby="modal-label" aria-hidden="true" id="vr-namespace-modal" class="vr-namespace-reset vr-namespace-modal"> <div class="vr-namespace-modal-backdrop" id="vr-namespace-modal-backdrop"></div> <div class="vr-namespace-modal-dialog"> <div class="vr-namespace-modal-content"> <div class="vr-namespace-modal-header"> <a class="vr-namespace-modal-logo" href="https://showheroes.com" rel="nofollow" target="_blank" title="ShowHeroes Group" tabindex="8"> </a> <div class="vr-namespace-modal-header-space" id="vr-namespace-modal-header-space" role="modal-header-space"></div> <div id="vr-namespace-modal-close" class="vr-namespace-modal-close" role="button"> &times; </div> </div> <div id="vr-namespace-modal-body" class="vr-namespace-modal-body"></div> </div> </div> </div> '},3212:function(e,t,n){var i='<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="icon" href="'+new URL(n(8003),n.b)+"\"/> {{scripts}} <title>Viralize Player</title> </head> <body> <script>window.parent.postMessage(JSON.stringify({issuer:'playeriframe',event:'ready',iframeId:'{{iframeId}}'}),'*'),window.frameElement.__loadCallback&&window.frameElement.__loadCallback()<\/script> </body> </html> ";t.A=i},9790:function(e,t){t.A=function(e){return new this((function(t,n){if(!e||void 0===e.length)return n(new TypeError(typeof e+" "+e+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var i=Array.prototype.slice.call(e);if(0===i.length)return t([]);var r=i.length;function o(e,n){if(n&&("object"==typeof n||"function"==typeof n)){var a=n.then;if("function"==typeof a)return void a.call(n,(function(t){o(e,t)}),(function(n){i[e]={status:"rejected",reason:n},0==--r&&t(i)}))}i[e]={status:"fulfilled",value:n},0==--r&&t(i)}for(var a=0;a<i.length;a++)o(a,i[a])}))}},6127:function(e,t){t.A=function(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){return t.reject(n)}))}))}},2128:function(e,t,n){var i=n(6127),r=n(9790),o=setTimeout;function a(e){return Boolean(e&&void 0!==e.length)}function s(){}function c(e){if(!(this instanceof c))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],h(e,this)}function l(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,c._immediateFn((function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var i;try{i=n(e._value)}catch(e){return void p(t.promise,e)}u(t.promise,i)}else(1===e._state?u:p)(t.promise,e._value)}))):e._deferreds.push(t)}function u(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof c)return e._state=3,e._value=t,void d(e);if("function"==typeof n)return void h((i=n,r=t,function(){i.apply(r,arguments)}),e)}e._state=1,e._value=t,d(e)}catch(t){p(e,t)}var i,r}function p(e,t){e._state=2,e._value=t,d(e)}function d(e){2===e._state&&0===e._deferreds.length&&c._immediateFn((function(){e._handled||c._unhandledRejectionFn(e._value)}));for(var t=0,n=e._deferreds.length;t<n;t++)l(e,e._deferreds[t]);e._deferreds=null}function m(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function h(e,t){var n=!1;try{e((function(e){n||(n=!0,u(t,e))}),(function(e){n||(n=!0,p(t,e))}))}catch(e){if(n)return;n=!0,p(t,e)}}c.prototype.catch=function(e){return this.then(null,e)},c.prototype.then=function(e,t){var n=new this.constructor(s);return l(this,new m(e,t,n)),n},c.prototype.finally=i.A,c.all=function(e){return new c((function(t,n){if(!a(e))return n(new TypeError("Promise.all accepts an array"));var i=Array.prototype.slice.call(e);if(0===i.length)return t([]);var r=i.length;function o(e,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(t){o(e,t)}),n)}i[e]=a,0==--r&&t(i)}catch(e){n(e)}}for(var s=0;s<i.length;s++)o(s,i[s])}))},c.allSettled=r.A,c.resolve=function(e){return e&&"object"==typeof e&&e.constructor===c?e:new c((function(t){t(e)}))},c.reject=function(e){return new c((function(t,n){n(e)}))},c.race=function(e){return new c((function(t,n){if(!a(e))return n(new TypeError("Promise.race accepts an array"));for(var i=0,r=e.length;i<r;i++)c.resolve(e[i]).then(t,n)}))},c._immediateFn="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){o(e,0)},c._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console},t.A=c},4009:function(e){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTE5LjU0NiAxNy45NTRhMS4xMjcgMS4xMjcgMCAwIDEtMS41OTQgMS41OTRMMTIgMTMuNTk0bC01Ljk1NCA1Ljk1MmExLjEyNyAxLjEyNyAwIDAgMS0xLjU5NC0xLjU5NEwxMC40MDYgMTIgNC40NTQgNi4wNDZhMS4xMjcgMS4xMjcgMCAwIDEgMS41OTQtMS41OTRMMTIgMTAuNDA2bDUuOTU0LTUuOTU1YTEuMTI3IDEuMTI3IDAgMSAxIDEuNTk0IDEuNTk0TDEzLjU5NCAxMmw1Ljk1MiA1Ljk1NFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4K"},539:function(e){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTUgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxNSAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTMxIC44aDQuNnYyMi44SDMxdi05LjVoLTguNHY5LjVIMThWLjhoNC42djguN0gzMXptNzkuMSAwaDQuNnYyMi44aC00LjZ2LTkuNWgtOC40djkuNWgtNC42Vi44aDQuNnY4LjdoOC40ek02Mi45IDEyLjFjMCA2LjUtNS4zIDExLjgtMTEuOCAxMS44LTYuNSAwLTExLjgtNS4zLTExLjgtMTEuOEMzOS4zIDUuNiA0NC42LjMgNTEuMS4zYzYuNSAwIDExLjggNS4zIDExLjggMTEuOG0tMTguOSAwYzAgMy45IDMuMiA3LjEgNy4xIDcuMSAzLjkgMCA3LjEtMy4yIDcuMS03LjFDNTguMiA4LjIgNTUgNSA1MS4xIDUgNDcuMiA1IDQ0IDguMiA0NCAxMi4xTTk0IC43IDgzLjUgMjMuNmgtMS4xbC0zLjgtOC40LTMuOCA4LjRoLTEuMUw2My4yLjdoNS4xbDYuMSAxMi45IDItMy45LTQuNC05aDUuMUw4MyAxMy40IDg4LjkuN3ptMzkuOCA0LjZoLTEwdjQuMmg4LjFWMTRoLTguMXY1aDkuOXY0LjVoLTE0LjRWLjdoMTQuNXptNjMuMyAwaC0xMHY0LjJoOC4xVjE0aC04LjF2NWg5Ljl2NC41aC0xNC40Vi43aDE0LjV6bS00Ny44IDE4LjItNC4zLTkuMmgtMi4zdjkuMWgtNC42Vi43aDguNmMzLjggMCA2LjggMy4xIDYuOCA2LjkgMCAyLjgtMS42IDUuMS00IDYuMmw0LjUgOS44aC00Ljd6bS02LjUtMTguM3Y0LjZoNGMxLjMgMCAyLjMtMSAyLjMtMi4zIDAtMS4zLTEtMi4zLTIuMy0yLjNoLTR6bTM2LjkgNi45YzAgNi41LTUuMyAxMS44LTExLjggMTEuOC02LjUgMC0xMS44LTUuMy0xMS44LTExLjggMC02LjUgNS4zLTExLjggMTEuOC0xMS44IDYuNSAwIDExLjggNS4zIDExLjggMTEuOG0tMTkgMGMwIDMuOSAzLjIgNy4xIDcuMSA3LjEgMy45IDAgNy4xLTMuMiA3LjEtNy4xIDAtMy45LTMuMi03LjEtNy4xLTcuMS0zLjkgMC03LjEgMy4yLTcuMSA3LjFNNy45IDkuOWgtMWMtMS4zIDAtMi4zLTEtMi4zLTIuM3MxLTIuMyAyLjMtMi4zaDQuOUwxMi45LjhoLTZDMy4xLjcgMCAzLjggMCA3LjZzMy4xIDYuOSA2LjkgNi45SDhjMS4zIDAgMi4zIDEgMi4zIDIuMyAwIDEuMy0xIDIuMy0yLjMgMi4zSDEuM0wuMiAyMy42aDcuN2MzLjggMCA2LjktMy4xIDYuOS02LjlzLTMuMS02LjgtNi45LTYuOHptMjAwLjIgMEgyMDdjLTEuMyAwLTIuMy0xLTIuMy0yLjNzMS0yLjMgMi4zLTIuM2g0LjlMMjEzIC44aC02Yy0zLjggMC02LjkgMy4xLTYuOSA2LjlzMy4xIDYuOSA2LjkgNi45aDEuMWMxLjMgMCAyLjMgMSAyLjMgMi4zIDAgMS4zLTEgMi4zLTIuMyAyLjNoLTYuNmwtMS4xIDQuNWg3LjdjMy44IDAgNi45LTMuMSA2LjktNi45cy0zLjEtNi45LTYuOS02Ljl6IiBzdHlsZT0iZmlsbDojN2Y3ZjdmIi8+PC9zdmc+"},4505:function(e){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDcuNDcgNDA3LjQ3Ij48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGQ9Ik0yMzQuOTMgNDA3LjQ3aDE0Ny41M2EyNSAyNSAwIDAgMCAyNS0yNVYyNWEyNSAyNSAwIDAgMC0yNS0yNUgyNUEyNSAyNSAwIDAgMCAwIDI1djM1Ny40NmEyNSAyNSAwIDAgMCAyNSAyNWgyMDkuOTNaTTI1IDM5My45M2ExMS40OCAxMS40OCAwIDAgMS0xMS40Ny0xMS40N1YyNUExMS40OCAxMS40OCAwIDAgMSAyNSAxMy41NGgyODIuN3YxNjYuMTNoLTcyLjc3di03NmEyLjYxIDIuNjEgMCAwIDAtMi42MS0yLjYxSDEwOS43NmE2MS44OSA2MS44OSAwIDEgMCAwIDEyMy43N2g5LjU5YTIxIDIxIDAgMCAxIDAgNDEuOTRoLTU2LjJhNC40NCA0LjQ0IDAgMCAwLTQuMzIgMy40M2wtNy43MyAzM2EzLjY2IDMuNjYgMCAwIDAgMy41NyA0LjUxaDY0LjY4YTYxLjg5IDYxLjg5IDAgMCAwIDAtMTIzLjc3aC05LjU5YTIxIDIxIDAgMSAxIDAtNDEuOTRoODQuMXYyNTEuOThabTM2OC45Mi0xMS40N2ExMS40OSAxMS40OSAwIDAgMS0xMS40NyAxMS40N0gyMzQuOTNWMjIwLjc3aDcyLjc3VjMwM2EzLjQ1IDMuNDUgMCAwIDAgMy40NSAzLjQ2aDM0LjE2YTMuNDYgMy40NiAwIDAgMCAzLjQ2LTMuNDZWMTMuNTRoMzMuNjlBMTEuNDggMTEuNDggMCAwIDEgMzkzLjkzIDI1WiIgc3R5bGU9ImZpbGw6I2ZmZiIgZGF0YS1uYW1lPSJMYWdlciAxIi8+PC9nPjwvc3ZnPg=="},7630:function(e){e.exports="data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDk4IDI0Ij48cGF0aCBkPSJtMTYuNTIgOC4xNi02LjQgMTUuMzZINi44NkwuNDcgOC4xNkg1bDMuNDcgOS4yMkwxMiA4LjE2Wk01OSAwaC00LjI0djIzLjUySDU5Wk0yMiA4LjE2aC00LjMzdjE1LjM2SDIyWk0yMi4zMyAzQTIuNTIgMi41MiAwIDEgMSAxOS44MS40NyAyLjUyIDIuNTIgMCAwIDEgMjIuMzMgM1ptNDMuODIgNS4xNmgtNC4yN3YxNS4zNmg0LjI3Wk02Ni41MyAzQTIuNTIgMi41MiAwIDEgMSA2NCAuNDcgMi41MSAyLjUxIDAgMCAxIDY2LjUzIDNaTTMyLjY1IDcuODlBNS41OCA1LjU4IDAgMCAwIDI4LjIgMTBsLTEuMTQtMS44NGgtMi4zMXYxNS4zNkgyOXYtOC41OGEzLjYyIDMuNjIgMCAwIDEgMy40My0zIDMuNTMgMy41MyAwIDAgMSAyLjI0LjgxbDItMy4zM2E2LjA3IDYuMDcgMCAwIDAtNC4wMi0xLjUzWk01MiA4LjE2djE1LjM2aC0zLjcybC0uMTQtMS4yOEE2LjQ3IDYuNDcgMCAwIDEgNDMuNTMgMjRhNy44NSA3Ljg1IDAgMCAxLTcuNjMtOCA3Ljg1IDcuODUgMCAwIDEgNy42My04IDcuOTQgNy45NCAwIDAgMSA1IDJsMS4wOS0xLjc5Wm0tNC4yOCA3LjcyYTMuNzggMy43OCAwIDEgMC03LjU1IDAgMy43OCAzLjc4IDAgMSAwIDcuNTUgMFptMjYuMjMgNCA3LjQ5LTkuMTRWOC4xNkg2OC4xN3YzLjZoNy4xNGwtNy40MiA5LjA4djIuNjhoMTMuOHYtMy42Wm0yMyAuOTJjLTEuMTEgMS44MS0zLjE5IDMtNi45IDNoLS4yNmE3LjYgNy42IDAgMCAxLTcuNzYtOGMwLTQuMzkgMy03Ljk1IDcuNjYtNy45NWgxLjA3YTcuNjggNy42OCAwIDAgMSA2LjgxIDcuODlWMTdIODYuM2EzLjgxIDMuODEgMCAwIDAgNC4xIDMuMjMgNCA0IDAgMCAwIDMuNTItMS42OVptLTEwLjUyLTYuNDJIOTNhMy4zIDMuMyAwIDAgMC02LjYgMFoiIHN0eWxlPSJmaWxsOiM3ZjdmN2YiLz48L3N2Zz4="},8003:function(e){e.exports="data:;base64,iVBORw0KGgo="}},t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var o=t[i]={id:i,exports:{}};return e[i](o,o.exports,n),o.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.b=document.baseURI||self.location.href;var i=n(9594),r=n(3241),o=n(8949);try{(0,o.A)(),(new i.A).inject()}catch(e){throw(0,r.w)(e,"Display"),e}}();
            })({"capping_interval": 0, "country": "NL", "vip_mode": "notviewable", "zid": "AAFFnoVrJHaJGlDo", "pub_platform": null, "vip_size": "large", "publisher": "7101", "outer_close_vip": false, "parent_network": "2", "sentry": {"dsn": "https://1aec9d790bc84140bb25fdb76f019171@sentry.viralize.com/6", "sample_rate": 0.05}, "enable_content_description": false, "endpoint_host": "content.viralize.tv", "player": {"script": "https://monetize-static.viralize.tv/viralize_player_content.min.68bd244d.js?e=PLT-3632-loading"}, "heavy_ads_mitigation": true, "scheme": "https", "aspect_ratio": "16/9", "sid": "01f04b472efcef0828e63a0c2c235fb2", "reload_to_impressions": 3, "autoreplay": true, "d_viewable": false, "show_credits": false, "capping_count": 0, "is_test": false, "is_preview": false, "force_vip_close": false, "selected_vip_position": "masthead", "playlist_mode": true, "max_family_instances": 0, "extra_config": {"PLT_2984_PREBID_LOAD_TIMEOUT": 2000}, "enable_fc_ignore": false, "plugins": [], "dmp_segments": "", "content_description_position": "bottom", "page_url": "https://oricon.co.jp", "format_family": "gallery", "location": ["inline"], "force_content_selection": false, "width": null, "height": null, "close_delay": 0, "custom_style": "#vr-namespace-wrapper.vr-namespace-vip {\n  width: 355px !important;\n}\n@media screen and (orientation: portrait) {\n  #vr-namespace-wrapper.vr-namespace-vip {\n    width: 50% !important;\n  }\n}", "enable_branding": true, "fallback_body": "", "color_ui": null, "experiment": "PLT-3632-loading.t2000", "gdpr": null, "us_privacy": null, "base_query": "zid=AAFFnoVrJHaJGlDo&cid=ABZy3Bpvc53R3YU9&u=https%3A%2F%2Foricon.co.jp&sid=01f04b472efcef0828e63a0c2c235fb2&activation=click&experiment=PLT-3632-loading.t2000&ahd=1"});
            