(window.webpackJsonp=window.webpackJsonp||[]).push([[76,60,61,190,212,216,268,271,274,278,282,284,289,291,294,295,297,300,302,306],{1076:function(e,n,t){"use strict";t.r(n);t(22),t(24),t(19),t(5),t(37),t(16),t(38);var o=t(12),r=(t(27),t(0));function c(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function l(e){for(var i=1;i\n .email-hub-".concat(this.index,".component-hubs-section-email-capture .the-container-with-the-image {\n height: ").concat(this.backgroundImageMobileHeight,"px;\n }\n @media (min-width: 768px) {\n .email-hub-").concat(this.index,".component-hubs-section-email-capture .the-container-with-the-image {\n height: ").concat(this.backgroundImageDesktopHeight,"px;\n }\n }\n \n ")}}),methods:{calculateHeight:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"desktop",n=Object(r.a)(this,"emailCapture.".concat(e,".height"),400),t=Object(r.a)(this,"emailCapture.".concat(e,".width"),1440),o="desktop"===e?1440:768;return Math.floor(o*n/t)},isState:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"INITIAL";return this.status===h[e]},submitEmail:function(e){var n=this;e.preventDefault(),this.nameFail=!1,this.podcastUserNameFail=!1;if(this.failed=""===this.email||!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(this.email),this.hasCapturePodcastFields){if(this.nameFail=""===this.customFields.name,this.podcastUserNameFail=""===this.customFields.podcastUsername,this.failed||this.nameFail||this.podcastUserNameFail)return}else if(this.failed)return;this.$store.dispatch("newsletter/SUBSCRIBE",{email:this.email,subscription_list_id:this.subscriptionListIds,emailMarketingFields:this.customFields}).then((function(e){if(Object(l.a)(e))return n.status=h.SUCCESS,void n.trackSuccess();throw new Error})).catch((function(){n.trackError()}))},trackError:function(){var e={data:this.emailCapture,status:"error"};this.$lgEmit("hub_email_subscription",e)},trackSuccess:function(){var e={data:this.emailCapture,status:"success"};this.$lgEmit("hub_email_subscription",e)}}},x=f,w=(t(973),t(41)),component=Object(w.a)(x,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-hubs-section-email-capture",class:"email-hub-"+e.index+"-critical"},["color"===e.emailCapture.type?t("div",{staticClass:"email-capture-solid-color",style:e.backgroundColor},[t("div",{staticClass:"email-wrapper"},[t("div",{staticClass:"copy-wrapper"},[t("h3",{staticClass:"copy-wrapper__heading",style:{color:e.headerColor}},[e._v("\n "+e._s(e.headerCopy)+"\n ")]),e._v(" "),t("p",{staticClass:"copy-wrapper__body",style:{color:e.bodyColor}},[e._v("\n "+e._s(e.bodyCopy)+"\n ")])]),e._v(" "),t("div",{staticClass:"email-capture-wrapper"},[t("form",{staticClass:"email-form",attrs:{novalidate:""},on:{submit:e.submitEmail}},[t("div",{staticClass:"email-form-wrapper input-email",class:{"has-podcast":e.hasCapturePodcastFields}},[e.hasCapturePodcastFields?t("ul",[t("li",[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.name,expression:"customFields.name"}],staticClass:"input-field",class:[{"error-msg":e.nameFail},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{required:"",placeholder:"First Name"},domProps:{value:e.customFields.name},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"name",n.target.value)}}}):e._e()]),e._v(" "),e.nameFail?t("div",{staticClass:"error-wrapper"},[t("div",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.podCastError)+"\n ")])]):e._e()],1),e._v(" "),t("li",[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.podcastUsername,expression:"customFields.podcastUsername"}],staticClass:"input-field",class:[{"error-msg":e.podcastUserNameFail},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{required:"",placeholder:"Podcast Username"},domProps:{value:e.customFields.podcastUsername},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"podcastUsername",n.target.value)}}}):e._e()]),e._v(" "),e.podcastUserNameFail?t("div",{staticClass:"error-wrapper"},[t("div",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.podCastError)+"\n ")])]):e._e()],1)]):e._e(),e._v(" "),t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],staticClass:"input-field email-address",class:[{"error-msg":e.failed},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{type:"email",required:"",placeholder:"Enter your Email"},domProps:{value:e.email},on:{invalid:e.trackError,input:function(n){n.target.composing||(e.email=n.target.value)}}}):e._e()]),e._v(" "),e.failed?t("div",{staticClass:"error-wrapper email-address"},[t("span",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.defaultError)+"\n ")])]):e._e()],1),e._v(" "),t("button",{staticClass:"cta-button",style:{color:e.buttonTextColor,backgroundColor:e.buttonBackgroundColor},attrs:{"data-campaign":e.sponsorCampaign,"data-partner":e.sponsorPartner,"data-event":"newsletter subscribe button","data-info":"hub page",type:"submit"}},[e._v("\n Submit\n ")])]),e._v(" "),e.isState("SUCCESS")?t("div",{staticClass:"successful-wrapper",style:e.backgroundColor},[t("h3",{staticClass:"success-text",style:{color:e.bodyColor}},[e._v("\n Thank You\n ")])]):e._e(),e._v(" "),t("div",{staticClass:"terms-and-conditions-wrapper",style:{color:e.termsLinkHex}},[t("a",{staticClass:"terms-link",style:{color:e.termsLinkHex},attrs:{href:e.termsLinkUrl,rel:e.addNoFollow,target:"_blank"}},[e._v("\n Terms and Conditions\n ")])]),e._v(" "),t("div",{staticClass:"privacy-policy-wrapper",style:{color:e.termsLinkHex}},[t("span",[e._v("See Here Our")]),e._v(" "),t("a",{staticClass:"privacy-policy-link",style:{color:e.termsLinkHex,borderBottom:"1px solid "+e.termsLinkHex},attrs:{href:"/privacy",target:"_blank"}},[e._v("\n Privacy Notice\n ")])])])])]):t("div",{staticClass:"email-capture-background-color"},[t("div",{domProps:{innerHTML:e._s(e.yoloStyleTags)}}),e._v(" "),t("div",{staticClass:"the-container-with-the-image"},[t("div",{staticClass:"group group-header"},[t("div",{staticClass:"header-wrapper"},[t("h3",{staticClass:"header-copy",style:{color:e.headerCopyHex}},[e._v("\n "+e._s(e.headerCopy)+"\n ")])])]),e._v(" "),t("div",{staticClass:"group group-cta"},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[e.isState("INITIAL")?t("div",{key:"hub-initial",staticClass:"initial-container"},[t("form",{on:{submit:e.submitEmail}},[t("div",{staticClass:"cta-wrapper input-email"},[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],staticClass:"cta input-email",style:{border:"1px solid "+e.emailFieldHex},attrs:{type:"email",required:"",placeholder:"Email Address"},domProps:{value:e.email},on:{invalid:e.trackError,input:function(n){n.target.composing||(e.email=n.target.value)}}}):e._e()])],1),e._v(" "),t("div",{staticClass:"cta-wrapper"},[t("button",{staticClass:"cta submit-button",attrs:{"data-campaign":e.sponsorCampaign,"data-partner":e.sponsorPartner,"data-event":"newsletter subscribe button","data-info":"hub page",type:"submit"}},[e._v("\n Subscribe\n ")])]),e._v(" "),t("transition",{attrs:{name:"fade"}},[e.failed?t("div",{staticClass:"error-container"},[t("span",{staticClass:"error"},[e._v("\n Oops, we encountered an error. Please try again.\n ")])]):e._e()])],1)]):e.isState("SUCCESS")?t("div",{key:"hub-success",staticClass:"success-container"},[t("div",{staticClass:"success-wrapper"},[t("h3",{staticClass:"success"},[e._v("Thank You!")])])]):e._e()]),e._v(" "),t("div",{staticClass:"terms-and-conditions",style:{color:e.termsLinkHex}},[t("a",{staticClass:"terms-link",attrs:{href:e.termsLinkUrl,rel:e.addNoFollow,target:"_blank"}},[e._v("\n Terms and Conditions\n ")])]),e._v(" "),t("div",{staticClass:"privacy-policy",style:{color:e.termsLinkHex}},[t("span",[e._v("See Our ")]),e._v(" "),t("a",{staticClass:"policy-link",attrs:{href:"/privacy",target:"_blank",rel:"nofollow"}},[e._v("\n Privacy Notice\n ")])])],1),e._v(" "),t("picture",{staticClass:"background-image"},[t("source",{attrs:{media:"(min-width: 768px)",srcset:e.backgroundImageDesktop,loading:"lazy"}}),e._v(" "),t("source",{attrs:{srcset:e.backgroundImageMobile}}),e._v(" "),t("img",{staticClass:"email-capture-image",attrs:{src:e.backgroundImageMobile}})])]),e._v(" "),e.isState("SUCCESS")?t("div",{staticClass:"tracking-pixels"},e._l(e.trackingPixels,(function(source){return t("img",{key:source,staticClass:"no-show",attrs:{src:source}})})),0):e._e()])])}),[],!1,null,null,null);n.default=component.exports},1086:function(e,n,t){"use strict";t.r(n);var o={name:"HubsSectionSpotlight",props:{cards:{type:Array,default:function(){return[]}}}},r=(t(976),t(41)),component=Object(r.a)(o,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-hubs-section-spotlight"},[t("SpotlightSection",{attrs:{cards:e.cards}})],1)}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{SpotlightSection:t(941).default})},1087:function(e,n,t){"use strict";t.r(n);t(14),t(25),t(45),t(44),t(62);var o=t(0),r=t(1066),c=t(864),l={name:"HubsSectionSplitColumn",props:{splitColumn:{type:Object,default:function(){return{}}}},computed:{colorTheme:function(){return Object(o.a)(this.splitColumn,"colorTheme",{})},columnClass:function(){var e=[];return this.distance===c.DISTANCE_SPACED_APART&&e.push("column--spaced-apart"),this.imageColumn===c.IMAGE_RIGHT&&e.push("column--reverse"),e},cta:function(){return Object(o.a)(this.text,"cta",{})},ctaAnchorClass:function(){var e=["cta__a"];return this.cta.style===c.TEXT_CTA_STYLE_BUTTON?e.push("cta-button__a"):this.cta.style===c.TEXT_CTA_STYLE_LINK&&e.push("cta-link__a"),e},ctaButtonClass:function(){var e=[];return this.cta.style===c.TEXT_CTA_STYLE_BUTTON&&e.push("cta-button"),e},ctaButtonStyle:function(){var style={};return this.cta.style===c.TEXT_CTA_STYLE_BUTTON&&(style={"background-color":Object(o.a)(this.colorTheme,"button_background_color",""),color:Object(o.a)(this.colorTheme,"button_text_color","")}),style},ctaButtonTextOnlyColor:function(){var style={};return this.cta.style===c.TEXT_CTA_STYLE_LINK&&(style={color:Object(o.a)(this.colorTheme,"button_text_only_color","")}),style},ctaLink:function(){var e=Object(o.a)(this.cta,"link","");return e&&(/^(http:\/\/|https:\/\/|\/\/)/i.test(e)||(e="http://".concat(e)),e.includes("".concat(this.siteLabel,".com"))&&(e=e.replace(/http:\/\//g,"https://"))),e},ctaLinkRelation:function(){return this.isCtaLinkInternal?"follow":"nofollow"},ctaLinkTarget:function(){return this.isCtaLinkInternal?"_self":"_blank"},distance:function(){return Object(o.a)(this.splitColumn,"distance","")},hasText:function(){return Object(r.a)(this.splitColumn,"text")},headerClass:function(){var e=[];return this.text.copy||e.push("header--no-copy"),e},height:function(){return Object(o.a)(this.splitColumn,"height","")},images:function(){var e=Object(o.a)(this.splitColumn,"images",[]),n=this.hasStyle(c.STYLE_TWO_IMAGES)?2:1;return e.slice(0,n)},imageColumn:function(){return Object(o.a)(this.splitColumn,"imageColumn","")},isCtaLinkInternal:function(){return this.ctaLink.includes("".concat(this.siteLabel,".com"))},siteLabel:function(){return Object(o.a)(this,"config.site.label","")},splitColumnClass:function(){var e=[];return this.distance===c.DISTANCE_SPACED_APART&&e.push("spaced-apart"),this.imageColumn===c.IMAGE_RIGHT&&e.push("reverse"),e},text:function(){return this.hasStyle(c.STYLE_IMAGE_AND_TEXT)?Object(o.a)(this.splitColumn,"text",{}):{}},hasHeader:function(){return Object(o.a)(this.text,"hasHeader",Object(o.a)(this.text,"header",!1))},hasBody:function(){return Object(o.a)(this.text,"hasBody",Object(o.a)(this.text,"copy",!1))},hasSponsorship:function(){return Object(o.a)(this.text,"hasSponsorship",Object(o.a)(this.text,"sponsorship",!1))},hasDisclaimer:function(){return Object(o.a)(this.text,"hasDisclaimer",Object(o.a)(this.text,"disclaimer",!1))},hasCTA:function(){return Object(o.a)(this.text,"hasCTA",!1)},textStyle:function(){return{"background-color":Object(o.a)(this.colorTheme,"background_color",""),color:Object(o.a)(this.colorTheme,"body_text_color","")}}},methods:{ctaButtonClick:function(){this.cta.style===c.TEXT_CTA_STYLE_BUTTON&&this.$refs.ctaButtonLink.click()},getImage:function(e){return Object(o.a)(this.images,e,{})},hasStyle:function(style){return this.splitColumn.style===style}}},m=(t(978),t(41)),component=Object(m.a)(l,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{class:["component-hubs-section-split-column"].concat(e.splitColumnClass)},[e._l(e.images,(function(image,n){return t("div",{key:"image-"+n,class:["column","column--image"].concat(e.columnClass)},[t("responsive-picture",{class:"split-column-height--"+e.height+"-critical",attrs:{"aspect-ratio":!1,"default-profile":"550x550","smallest-profile":"550x550","disable-position-absolute":!0,"disable-position-relative":!0,image:e.getImage(n),"is-lazy":!0,sources:[["991px","625x625"],["768px","550x550"],["550px","768x768"]]}})],1)})),e._v(" "),e.hasText?t("div",{class:["column","column--text","split-column-height--"+e.height+"-critical"].concat(e.columnClass),style:e.textStyle},[e.hasSponsorship?t("hubs-section-sponsored-logo",{staticClass:"split-column--sponsorship",style:{color:e.colorTheme.heading_text_color},attrs:{sponsored:e.text.sponsorship}}):e._e(),e._v(" "),e.hasHeader?t("div",{class:["header"].concat(e.headerClass),style:{color:e.colorTheme.heading_text_color}},[e._v("\n "+e._s(e.text.header)+"\n ")]):e._e(),e._v(" "),e.hasBody?t("div",{class:["copy","copy-height--"+e.height+"-critical"],style:{color:e.colorTheme.body_text_color}},[e._v("\n "+e._s(e.text.copy)+"\n ")]):e._e(),e._v(" "),e.hasCTA?t("div",{staticClass:"cta"},[t("div",{class:e.ctaButtonClass,style:e.ctaButtonStyle,on:{click:function(n){return n.target!==n.currentTarget?null:e.ctaButtonClick.apply(null,arguments)}}},[t("a",{ref:"ctaButtonLink",class:e.ctaAnchorClass,style:e.ctaButtonTextOnlyColor,attrs:{href:e.ctaLink,rel:e.ctaLinkRelation,target:e.ctaLinkTarget}},[e._v(e._s(e.cta.text))])])]):e._e(),e._v(" "),e.hasDisclaimer?t("div",{staticClass:"disclaimer",style:{color:e.colorTheme.heading_text_color},domProps:{innerHTML:e._s(e.text.disclaimer)}}):e._e()],1):e._e()],2)}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{ResponsivePicture:t(756).default,HubsSectionSponsoredLogo:t(893).default})},1088:function(e,n,t){"use strict";t.r(n);t(22),t(24),t(19),t(5),t(37),t(16),t(38);var o=t(12),r=(t(14),t(44),t(0)),c=t(83);function l(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function m(e){for(var i=1;i0||this.checkMoreCheckboxes()||this.checkMoreRadios()||this.podcastFields)},radioTitleStyle:function(){return this.radioFailed?w(w({},this.errorBarBackgroundColor),this.errorBarTextColor):this.bodyTextColor},containerHeightStyle:function(){return"landing"===this.layout?{height:this.containerHeight?"".concat(this.containerHeight,"px"):"auto"}:{height:this.containerHeight?"".concat(this.containerHeight,"px"):"auto","min-height":this.containerMinHeight?"".concat(this.containerMinHeight,"px"):""}},imageHeightStyle:function(){return{height:this.mobileImageHeight?"".concat(this.mobileImageHeight,"px"):"75vw"}},emailHubUniqueId:function(){return"email-hub-".concat(this.index)}},mounted:function(){var e=this;this.checkEndDate(),setTimeout((function(){e.mounted=!0}),200)},methods:{isState:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"INITIAL";return this.status===v[e]},addNoFollow:function(link){return link.startsWith("/")||link.includes(Object(m.a)(this,"$config.site.domain",""))?"":"nofollow"},checkEndDate:function(){var e=new Date(this.sweepsEndDate);e.toLocaleString("en-US",{timeZone:"America/Los_Angeles"});var n=new Date;n.toLocaleString("en-US",{timeZone:"America/Los_Angeles"}),n>=e&&(this.sweepsEnded=!0)},checkMoreCheckboxes:function(){return"checkbox"===this.dataConnectionType&&Array.isArray(this.dataConnectionOptions)&&this.dataConnectionOptions.length>0},checkMoreRadios:function(){return"radio"===this.dataConnectionType&&Array.isArray(this.dataConnectionOptions)&&this.dataConnectionOptions.length>0},getEmailList:function(){var e=Object(d.a)(Object(m.a)(this,"mailLists",[]));return e.length<=1?[]:(e.shift(),e)},handleCustomFieldChanged:function(e){this.selectedRadio=e},setAnimationsHeights:function(){this.containerHeight=Object(m.a)(this.$refs,"emailSweepsCaptureRef.clientHeight","auto"),this.containerMinHeight=Object(m.a)(this.$refs,"successWrapper.clientHeight",70)+100,this.mobileImageHeight=Object(m.a)(this.$refs,"mobileImageRef.$el.clientHeight","")},calculateScrollTo:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=window.innerHeight/2,t=this.containerMinHeight/2;return"landing"===this.layout?"".concat(e,"px"):"".concat(n-t-e,"px")},scrollBehavior:function(){var e=document.querySelector("#site-header"),n=Object(m.a)(this.$refs,"emailSweepsCaptureRef","");if(n){if(e){var t=e.getBoundingClientRect();n.style.scrollMarginTop=this.calculateScrollTo(t.height)}n.scrollIntoView({block:"start",behavior:"smooth",inline:"start"})}},submitEmail:function(e){var n=this;return Object(c.a)(regeneratorRuntime.mark((function t(){var c,l,d,x,w,y,_,k;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.preventDefault(),n.submissionFailed=!1,n.isSubmitting=!0,c=Object(m.a)(n.customFields,"name",""),l=Object(m.a)(n.customFields,"podcastUsername",""),d=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/,n.emailFailed=""===n.email||!d.test(n.email),n.nameFailed=n.podcastFields&&""===c,n.podcastUserNameFailed=n.podcastFields&&""===l,n.radioFailed=n.checkMoreRadios()&&""===n.selectedRadio,!(n.nameFailed||n.emailFailed||n.radioFailed||n.podcastUserNameFailed)){t.next=13;break}return n.isSubmitting=!1,t.abrupt("return");case 13:return x=n.mailLists[0].id,w={email:n.email.trim().toLowerCase(),subscription_list_id:[x].concat(Object(r.a)(n.additionalMailList))},c&&l&&(w.emailMarketingFields={name:c,podcastUsername:l}),n.checkMoreRadios()&&(w[n.dataConnectionField]=n.selectedRadio),n.checkMoreCheckboxes()&&(w[n.dataConnectionField]=n.selectedCheckboxes),t.next=20,Object(h.a)(n.$store.dispatch("newsletter/SUBSCRIBE",w));case 20:if(y=t.sent,_=Object(o.a)(y,2),_[0],k=_[1],n.isSubmitting=!1,!k||!Object(f.a)(k)){t.next=33;break}return n.status=v.SUCCESS,n.trackSuccess(),n.setAnimationsHeights(),n.successAnimated=!0,setTimeout((function(){n.scrollBehavior()}),900),setTimeout((function(){n.displayNone=!0}),4e3),t.abrupt("return");case 33:n.submissionFailed=!0,n.trackError();case 35:case"end":return t.stop()}}),t)})))()},trackError:function(){var e={data:this.emailCapture,status:"error"};this.$lgEmit("hub_email_subscription",e)},trackSuccess:function(){var e={data:this.emailCapture,status:"success"};this.$lgEmit("hub_email_subscription",e)}}},_=y,k=(t(1119),t(41)),component=Object(k.a)(_,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{ref:"emailSweepsCaptureRef",staticClass:"component-hubs-section-email-sweeps-capture",class:[e.emailHubUniqueId+"-critical","layout--"+e.layout+"-critical",{"success--animated":e.successAnimated}],style:[e.backgroundColor,e.containerHeightStyle]},[t("aside",{staticClass:"email-aside",class:{"success--animated":e.successAnimated}},[t("div",{ref:"successWrapper",staticClass:"success-wrapper"},[e.headingTextColor?t("h3",{staticClass:"success-header-copy",style:e.headingTextColor},[e._v("\n "+e._s(e.successHeaderCopy)+"\n ")]):e._e(),e._v(" "),e.successBodyCopy?t("p",{staticClass:"success-body-copy",class:{"cta--margin":e.rerouteUrl&&e.rerouteCtaText},style:e.bodyTextColor},[e._v("\n "+e._s(e.successBodyCopy)+"\n ")]):e._e(),e._v(" "),e.rerouteUrl&&e.rerouteCtaText?t("a",{staticClass:"success-button",style:[e.buttonTextColor,e.rerouteUrlHover?e.buttonInteractionBackgroundColor:e.buttonBackgroundColor],attrs:{href:e.rerouteUrl,rel:e.addNoFollow(e.rerouteUrl)},on:{mouseover:function(n){e.rerouteUrlHover=!0},mouseleave:function(n){e.rerouteUrlHover=!1}}},[e._v("\n "+e._s(e.rerouteCtaText)+"\n ")]):e._e()])]),e._v(" "),t("main",{staticClass:"email-main",class:{"display--none":e.displayNone}},[e.sweepsEnded?t("div",{class:"sweeps-ended layout--"+e.layout+"-critical"},[t("h3",{staticClass:"sweeps-ended-header-copy",style:e.headingTextColor},[e._v("\n "+e._s(e.sweepsEndedText)+"\n ")]),e._v(" "),t("a",{staticClass:"sweeps-reroute-button",style:[e.buttonTextColor,e.rerouteUrlHover?e.buttonInteractionBackgroundColor:e.buttonBackgroundColor],attrs:{href:"/",rel:e.addNoFollow(e.rerouteUrl)},on:{mouseover:function(n){e.rerouteUrlHover=!0},mouseleave:function(n){e.rerouteUrlHover=!1}}},[e._v("\n Return to Homepage\n ")])]):t("div",{staticClass:"email-copy",class:["layout--"+e.layout+"-critical",{"success--animated":e.successAnimated}]},[e.sponsorshipEnabled&&!e.sponsorshipMulti?t("img",{staticClass:"single-sponsorship",attrs:{src:e.sponsorshipLogo.url,alt:e.sponsorshipLogo.altText}}):e._e(),e._v(" "),e.subheaderCopy?t("h3",{staticClass:"subheader-copy",style:e.headingTextColor},[e._v("\n "+e._s(e.subheaderCopy)+"\n ")]):e._e(),e._v(" "),e.headerCopy?t("h2",{staticClass:"header-copy",style:e.headingTextColor},[e._v("\n "+e._s(e.headerCopy)+"\n ")]):e._e(),e._v(" "),e.bodyCopy?t("div",{staticClass:"body-copy",class:{"has-podcast":e.podcastFields},style:e.bodyTextColor,domProps:{innerHTML:e._s(e.bodyCopy)}}):e._e(),e._v(" "),t("div",{staticClass:"email-capture-wrapper",class:["layout--"+e.layout+"-critical",{"has-podcast":e.podcastFields},{"position--sticky":e.shouldBeSticky}],style:e.backgroundColor},[t("form",{staticClass:"email-form",attrs:{novalidate:""},on:{submit:e.submitEmail}},[t("div",{staticClass:"email-form-wrapper input-email",class:{"has-podcast":e.podcastFields}},[e.checkMoreCheckboxes()?[t("div",{staticClass:"multi-checkbox"},[t("label",{staticClass:"multi-checkbox-title",style:e.bodyTextColor},[e._v("\n "+e._s(e.multiSelectText)+"\n ")]),e._v(" "),e._l(e.dataConnectionOptions,(function(option,n){return t("common-checkbox",{key:n,attrs:{index:n,"unique-id":e.emailHubUniqueId+"-data-conn",label:option.label,"input-value":option.value,"color-theme":e.colorTheme,"button-on-mobile-enabled":!0},model:{value:e.selectedCheckboxes,callback:function(n){e.selectedCheckboxes=n},expression:"selectedCheckboxes"}})}))],2)]:e._e(),e._v(" "),e.checkMoreRadios()?[t("div",{staticClass:"multi-radio"},[t("label",{staticClass:"multi-radio-title",class:["layout--"+e.layout+"-critical",{"error-msg":e.radioFailed}],style:e.radioTitleStyle},[e._v("\n "+e._s(e.singleSelectText)+"\n ")]),e._v(" "),e._l(e.dataConnectionOptions,(function(option,n){return t("common-radio",{key:n,attrs:{index:n,"unique-id":e.emailHubUniqueId+"-data-conn",label:option.label,value:option.value,"checked-value":e.selectedRadio===option.value,"color-theme":e.colorTheme,"button-on-mobile-enabled":!0,"data-connection-field":e.dataConnectionField},on:{radioChange:function(n){return e.handleCustomFieldChanged(n)}}})}))],2)]:e._e(),e._v(" "),e.podcastFields?t("div",{staticClass:"input-group"},[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.name,expression:"customFields.name"}],staticClass:"input-field",class:["layout--"+e.layout+"-critical",{"error-msg":e.nameFailed}],style:[e.inputStyle,e.fieldBorderColor],attrs:{type:"text",required:"",placeholder:e.namePlaceholderText},domProps:{value:e.customFields.name},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"name",n.target.value)}}}):e._e()]),e._v(" "),e.nameFailed?t("div",{staticClass:"input-error",style:e.errorTextColor},[e._v("\n "+e._s(e.nameErrorText)+"\n ")]):e._e()],1):e._e(),e._v(" "),e.podcastFields?t("div",{staticClass:"input-group"},[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.podcastUsername,expression:"customFields.podcastUsername"}],staticClass:"input-field",class:["layout--"+e.layout+"-critical",{"error-msg":e.podcastUserNameFailed}],style:[e.inputStyle,e.fieldBorderColor],attrs:{type:"text",required:"",placeholder:e.podcastPlaceholderText},domProps:{value:e.customFields.podcastUsername},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"podcastUsername",n.target.value)}}}):e._e()]),e._v(" "),e.podcastUserNameFailed?t("div",{staticClass:"input-error",style:e.errorTextColor},[e._v("\n "+e._s(e.userNameErrorText)+"\n ")]):e._e()],1):e._e(),e._v(" "),t("div",{staticClass:"input-group",class:{"margin--smaller":!e.podcastFields}},[t("transition",{attrs:{name:"fade"}},[e.mounted?t("div",{staticClass:"input-submit-group",class:"layout--"+e.layout+"-critical",style:e.fieldBorderColor},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],key:"input email address field",staticClass:"input-field email-address",class:["layout--"+e.layout+"-critical",{"size--smaller":!e.podcastFields},{"error-msg":e.emailFailed}],style:e.inputStyle,attrs:{type:"email",required:"",placeholder:e.emailPlaceholderText},domProps:{value:e.email},on:{invalid:e.trackError,input:function(n){n.target.composing||(e.email=n.target.value)}}}),e._v(" "),e.podcastFields?e._e():t("button",{key:"submit button on email input",staticClass:"input-submit",style:[e.submitBtnHover?e.arrowInteractionBackgroundColor:e.arrowBackgroundColor],attrs:{"data-campaign":e.campaign,"data-partner":e.partner,"data-event":"newsletter subscribe button","data-info":"hub page",type:"submit","aria-label":"submit button"},on:{mouseover:function(n){e.submitBtnHover=!0},mouseleave:function(n){e.submitBtnHover=!1}}},[t("span",{staticClass:"svg newsletter-arrow-mobile",style:e.arrowColor})])]):e._e()]),e._v(" "),e.emailFailed?t("div",{staticClass:"input-error",style:e.errorTextColor},[e._v("\n "+e._s(e.emailErrorText)+"\n ")]):e._e(),e._v(" "),e.submissionFailed&&!e.podcastFields?t("div",{staticClass:"input-error",style:e.errorTextColor},[e._v("\n "+e._s(e.unexpectedErrorText)+"\n ")]):e._e(),e._v(" "),e.isSubmitting&&!e.podcastFields?t("div",{staticClass:"input-message",style:e.bodyTextColor},[e._v("\n "+e._s(e.submittingText)+"\n ")]):e._e()],1)],2),e._v(" "),e.podcastFields?t("div",{staticClass:"button-wrapper"},[t("button",{staticClass:"cta-button",style:[e.buttonTextColor,e.submitBtnHover?e.buttonInteractionBackgroundColor:e.buttonBackgroundColor],attrs:{"data-campaign":e.campaign,"data-partner":e.partner,"data-event":"newsletter subscribe button","data-info":"hub page","aria-label":"submit button",type:"submit"},on:{mouseover:function(n){e.submitBtnHover=!0},mouseleave:function(n){e.submitBtnHover=!1}}},[e._v("\n "+e._s(e.submitText)+"\n ")]),e._v(" "),e.submissionFailed?t("div",{staticClass:"input-error",style:e.errorTextColor},[e._v("\n "+e._s(e.unexpectedErrorText)+"\n ")]):e._e(),e._v(" "),e.isSubmitting?t("div",{staticClass:"input-message",style:e.bodyTextColor},[e._v("\n "+e._s(e.submittingText)+"\n ")]):e._e()]):e._e()]),e._v(" "),t("div",{staticClass:"terms-privacy",class:"layout--"+e.layout+"-critical"},[e.sweepsEnabled?t("a",{staticClass:"terms-link",style:e.bodyTextColor,attrs:{href:e.sweepsTCUrl,rel:e.addNoFollow(e.sweepsTCUrl),target:"_blank"}},[e._v("\n "+e._s(e.termsText)+"\n ")]):e._e(),e._v(" "),e.sweepsEnabled?t("span",{staticClass:"separator-text",style:e.bodyTextColor},[e._v("\n "+e._s(e.separatorText)+"\n ")]):e._e(),e._v(" "),t("a",{staticClass:"privacy-link",style:e.bodyTextColor,attrs:{href:e.privacyLink,rel:e.addNoFollow(e.privacyLink),target:"_blank"}},[e._v("\n "+e._s(e.privacyText)+"\n ")])])]),e._v(" "),e.mailListsAdditional>0?[t("div",{staticClass:"multi-email",class:"layout--"+e.layout+"-critical"},[t("label",{staticClass:"multi-email-title",style:e.bodyTextColor},[e._v("\n "+e._s(e.multiEmailText)+"\n ")]),e._v(" "),e._l(e.getEmailList(),(function(n,o){return t("common-checkbox",{key:o,staticClass:"multi-email-checkbox",attrs:{index:o,"unique-id":e.emailHubUniqueId+"-mail-list",label:n.label,"input-value":n.id,"color-theme":e.colorTheme},model:{value:e.additionalMailList,callback:function(n){e.additionalMailList=n},expression:"additionalMailList"}})}))],2)]:e._e(),e._v(" "),e.sponsorshipEnabled&&e.sponsorshipMulti?t("img",{staticClass:"multi-sponsorship device--desktop",attrs:{src:e.sponsorshipMultiLogoDesktop.url,alt:e.sponsorshipMultiLogoDesktop.altText}}):e._e(),e._v(" "),e.sponsorshipEnabled&&e.sponsorshipMulti?t("img",{staticClass:"multi-sponsorship device--mobile",attrs:{src:e.sponsorshipMultiLogoMobile.url,alt:e.sponsorshipMultiLogoMobile.altText}}):e._e()],2),e._v(" "),"landing"===e.layout?t("div",{staticClass:"email-image"},[t("responsive-picture",{staticClass:"device--desktop",attrs:{image:e.desktopImage,sources:e.desktopSources,quality:100,"is-lazy":!1,"aspect-ratio":!1,"disable-position-aboslute":!0,"disable-position-relative":!0,"default-profile":"450x600","smallest-profile":"450x600"}}),e._v(" "),t("responsive-picture",{ref:"mobileImageRef",staticClass:"device--mobile",style:e.imageHeightStyle,attrs:{image:e.mobileImage,sources:e.mobileSources,quality:100,"is-lazy":!1,"aspect-ratio":!1,"disable-position-aboslute":!0,"disable-position-relative":!0,"default-profile":"450x600","smallest-profile":"450x600"}}),e._v(" "),t("div",{staticClass:"image-cover",class:["layout--"+e.layout+"-critical",{"success--animated":e.successAnimated}],style:e.backgroundColor})],1):e._e()])])}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{CommonCheckbox:t(894).default,CommonRadio:t(895).default,ResponsivePicture:t(756).default})},1247:function(e,n,t){var content=t(1440);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("248b1a0a",content,!0,{sourceMap:!1})},1358:function(e,n,t){"use strict";t.r(n);var o=t(754),r=t(0),c={name:"HubsSectionWidget",props:{widget:{type:Object,default:function(){}}},computed:{widgetType:function(){return Object(r.a)(this,"widget.type","")}},mounted:function(){var e=new o.a;window.widgetHasLoaded||e.load({src:"https://widgets.leafmedia.io/load.js",crossorigin:"anonymous"}).then((function(){window.widgetHasLoaded=!0}))}},l=(t(1121),t(41)),component=Object(l.a)(c,(function(){var e=this,n=e.$createElement;return(e._self._c||n)("div",{class:"component-hubs-section-widget widget-"+e.widgetType+"-critical",attrs:{"data-widget":e.widgetType}})}),[],!1,null,null,null);n.default=component.exports},1438:function(e,n,t){var map={"./cuteness":[1067,16],"./cuteness/":[1067,16],"./cuteness/index":[1067,16],"./cuteness/index.js":[1067,16],"./dundermifflin":[1068,17],"./dundermifflin/":[1068,17],"./dundermifflin/index":[1068,17],"./dundermifflin/index.js":[1068,17],"./ehow":[1069,18],"./ehow/":[1069,18],"./ehow/index":[1069,18],"./ehow/index.js":[1069,18],"./hunker":[1070,19],"./hunker/":[1070,19],"./hunker/index":[1070,19],"./hunker/index.js":[1070,19],"./livestrong":[1071,20],"./livestrong/":[1071,20],"./livestrong/index":[1071,20],"./livestrong/index.js":[1071,20],"./sapling":[1072,21],"./sapling/":[1072,21],"./sapling/index":[1072,21],"./sapling/index.js":[1072,21],"./techwalla":[1073,22],"./techwalla/":[1073,22],"./techwalla/index":[1073,22],"./techwalla/index.js":[1073,22],"./worldofgoodbrands":[1074,23],"./worldofgoodbrands/":[1074,23],"./worldofgoodbrands/index":[1074,23],"./worldofgoodbrands/index.js":[1074,23]};function o(e){if(!t.o(map,e))return Promise.resolve().then((function(){var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}));var n=map[e],o=n[0];return t.e(n[1]).then((function(){return t(o)}))}o.keys=function(){return Object.keys(map)},o.id=1438,e.exports=o},1439:function(e,n,t){"use strict";t(1247)},1440:function(e,n,t){var o=t(81)(!1);o.push([e.i,"body #app .site-main .view {\n max-width: unset;\n}\n.view .view-hubs .component-breadcrumbs {\n display: none;\n}\n.view-hubs {\n margin: 0 auto 75px;\n max-width: 1920px;\n}\n@media (min-width: 768px) {\n.view-hubs {\n margin-bottom: 100px;\n}\n}\n.view-hubs .hub-page-title {\n position: absolute;\n font-size: 0;\n}\n.view-hubs .inner.inner--spotlight {\n max-width: 1250px;\n margin: 25px auto 60px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--spotlight {\n margin: 30px auto 70px;\n}\n}\n.view-hubs .inner.inner--spotlight .component-hubs-section-spotlight.hub-section {\n overflow: hidden;\n}\n@media (min-width: 1020px) {\n.view-hubs .inner.inner--spotlight .component-hubs-section-spotlight.hub-section {\n overflow: visible;\n}\n}\n.view-hubs .inner.inner--articles,\n.view-hubs .inner.inner--personnel,\n.view-hubs .inner.inner--widget,\n.view-hubs .inner.inner--featured-articles,\n.view-hubs .inner.inner--table-of-contents,\n.view-hubs .inner.inner--jw-player {\n padding: 0 20px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--articles,\n .view-hubs .inner.inner--personnel,\n .view-hubs .inner.inner--widget,\n .view-hubs .inner.inner--featured-articles,\n .view-hubs .inner.inner--table-of-contents,\n .view-hubs .inner.inner--jw-player {\n max-width: 578px;\n margin: 0 auto;\n padding: 0;\n}\n}\n@media (min-width: 991px) {\n.view-hubs .inner.inner--articles,\n .view-hubs .inner.inner--personnel,\n .view-hubs .inner.inner--widget,\n .view-hubs .inner.inner--featured-articles,\n .view-hubs .inner.inner--table-of-contents,\n .view-hubs .inner.inner--jw-player {\n min-width: 970px;\n max-width: 1300px;\n padding: 0 25px;\n}\n}\n@media (min-width: 991px) {\n.view-hubs .inner.inner--table-of-contents,\n .view-hubs .inner.inner--jw-player,\n .view-hubs .inner.inner--personnel,\n .view-hubs .inner.inner--widget {\n min-width: unset;\n max-width: 728px;\n padding: 0;\n}\n}\n.view-hubs .inner.inner--jw-player,\n.view-hubs .inner.inner--personnel {\n margin-top: 30px;\n margin-bottom: 30px;\n}\n.view-hubs .inner.inner--articles,\n.view-hubs .inner.inner--featured-articles {\n margin-top: 25px;\n margin-bottom: 30px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--articles,\n .view-hubs .inner.inner--featured-articles {\n margin-top: 30px;\n margin-bottom: 40px;\n}\n}\n.view-hubs .inner.inner--banner,\n.view-hubs .inner.inner--video,\n.view-hubs .inner.inner--split-column,\n.view-hubs .inner.inner--email-capture,\n.view-hubs .inner.inner--email-sweeps-capture,\n.view-hubs .inner.inner--html,\n.view-hubs .inner.inner--sweepstakes {\n margin-top: 60px;\n margin-bottom: 60px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--banner,\n .view-hubs .inner.inner--video,\n .view-hubs .inner.inner--split-column,\n .view-hubs .inner.inner--email-capture,\n .view-hubs .inner.inner--email-sweeps-capture,\n .view-hubs .inner.inner--html,\n .view-hubs .inner.inner--sweepstakes {\n margin-top: 70px;\n margin-bottom: 70px;\n}\n}\n@media (min-width: 991px) {\n.view-hubs .inner.inner--banner,\n .view-hubs .inner.inner--video,\n .view-hubs .inner.inner--split-column,\n .view-hubs .inner.inner--email-capture,\n .view-hubs .inner.inner--email-sweeps-capture,\n .view-hubs .inner.inner--html,\n .view-hubs .inner.inner--sweepstakes {\n max-width: 1920px;\n margin: 70px auto;\n}\n}\n.view-hubs .inner.inner--banner .component-hubs-section-banner .banner-container.banner-container--is-first,\n.view-hubs .inner.inner--video .component-hubs-section-banner .banner-container.banner-container--is-first {\n margin-top: -60px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--banner .component-hubs-section-banner .banner-container.banner-container--is-first,\n .view-hubs .inner.inner--video .component-hubs-section-banner .banner-container.banner-container--is-first {\n margin-top: -70px;\n}\n}\n.view-hubs .inner.inner--email-capture .component-hubs-section-sweepstake.sweeps-container--is-first,\n.view-hubs .inner.inner--sweepstakes .component-hubs-section-sweepstake.sweeps-container--is-first {\n margin-top: -60px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--email-capture .component-hubs-section-sweepstake.sweeps-container--is-first,\n .view-hubs .inner.inner--sweepstakes .component-hubs-section-sweepstake.sweeps-container--is-first {\n margin-top: -70px;\n}\n}\n.view-hubs .inner.inner--email-capture {\n max-width: 1440px;\n}\n.view-hubs .inner.inner--email-capture .component-hubs-section-email-capture.email-hub-0-critical,\n.view-hubs .inner.inner--email-sweeps-capture .component-hubs-section-email-capture.email-hub-0-critical,\n.view-hubs .inner.inner--email-capture .component-hubs-section-email-sweeps-capture.email-hub-0-critical,\n.view-hubs .inner.inner--email-sweeps-capture .component-hubs-section-email-sweeps-capture.email-hub-0-critical {\n margin-top: -60px;\n}\n@media (min-width: 768px) {\n.view-hubs .inner.inner--email-capture .component-hubs-section-email-capture.email-hub-0-critical,\n .view-hubs .inner.inner--email-sweeps-capture .component-hubs-section-email-capture.email-hub-0-critical,\n .view-hubs .inner.inner--email-capture .component-hubs-section-email-sweeps-capture.email-hub-0-critical,\n .view-hubs .inner.inner--email-sweeps-capture .component-hubs-section-email-sweeps-capture.email-hub-0-critical {\n margin-top: -70px;\n}\n}\n.view-hubs .inner.inner--superhero-ad-unit .superhero-ad-unit {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.view-hubs .inner.inner--superhero-ad-unit .superhero-ad-unit iframe {\n display: flex;\n margin: 0 auto;\n}\n@media (min-width: 768px) {\nbody #app.default-component--hubs .site-main {\n padding-bottom: 0;\n}\n}\n.view-hubs .container {\n max-width: 1920px;\n}\n@media (min-width: 991px) {\n.view-hubs .inner.inner--table-of-contents,\n .view-hubs .inner.inner--jw-player {\n max-width: 800px;\n}\n}\n",""]),e.exports=o},1818:function(e,n,t){"use strict";t.r(n);var o=t(15),r=t(11),c=(t(56),t(5),t(34),t(29),t(21),t(25),t(45),t(16),t(14),t(44),t(176),t(177),t(178),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(188),t(189),t(190),t(191),t(192),t(149),t(19),t(148),t(93),t(453),t(13)),l=t.n(c),m=t(0),d=t(770),h=t(119),f=t(759),x=t(760),w=t(120),v=l()("bedrock:components:Hubs"),y=d.AllHtmlEntities.decode,_={name:"Hubs",middleware:["redirects"],props:{shouldRedirectOnErrors:{type:Boolean,default:!1},errorsRedirectLocation:{type:Object,default:null}},asyncData:function(e){return Object(r.a)(regeneratorRuntime.mark((function n(){var r,c,l,d,h,f,x,y,_,k,C,O,j,T,S,E,P,L,F,I;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(r=e.store,c=e.$config,l=e.route,d=e.error,h=e.redirect,(f=v.extend("asyncData"))("Getting async data..."),!Object(m.a)(window,"lg_static",!1)){n.next=6;break}return n.abrupt("return");case 6:return"/"===(x=Object(m.a)(l,"path",""))&&(x="/homepage"),y=Object(m.a)(c,"site.label",""),n.next=11,t(1438)("./".concat(y));case 11:return _=n.sent,k=Object(m.a)(_,"default",{}),n.next=15,Object(w.a)(Promise.all([r.dispatch("hubs/FETCH_HUB",{slug:x}),r.dispatch("schema/SCHEMA_ACTION",k)]));case 15:if(C=n.sent,O=Object(o.a)(C,2),j=O[0],T=O[1],!j){n.next=30;break}if(S=Object(o.a)(l.matched,1),E=S[0].props.default,P=E.shouldRedirectOnErrors,L=void 0!==P&&P,F=E.errorsRedirectLocation,!L||!F){n.next=23;break}return n.abrupt("return",h(F));case 23:if(f("err: ".concat(JSON.stringify(j))),404!==Object(m.a)(j,"response.statusCode",500)){n.next=29;break}return I=Object(m.a)(j,"response.body.error","hub not found"),r.commit("NOT_FOUND",404,{root:!0}),n.abrupt("return",d({status:404,message:"[Hubs] ".concat(I),stack:j.stack||"Stack unavailable"}));case 29:return n.abrupt("return",d({status:500,message:"[Hubs] Error: ".concat(j.message),stack:j.stack||"Stack unavailable"}));case 30:return f("responses: ".concat(T)),n.abrupt("return",T);case 32:case"end":return n.stop()}}),n)})))()},data:function(){return{overrideConfig:{image:"photo",credentials:"credentials"},pageTitleModuleOverride:""}},head:function(){var e=Object(m.a)(this,"$config",{}),n=this.pageTitleModuleOverride?this.pageTitleModuleOverride:Object(m.a)(this,"hub.title",""),t=Object(m.a)(this,"hubSlug",""),o=Object(m.a)(this,"hub.description",""),r=Object(m.a)(e,"site.domain",""),c="homepage"===t?"".concat(r):"".concat(r,"/").concat(t),title=n,l=n,d=this.$imageResizer(Object(m.a)(this,"hub.ogImage",""),"1200x"),w=Object(h.a)({content_name:this.hub.title,pagetype:"hubs",partner:this.hubPartner,partner_campaign:this.hubCampaign,published:this.hub.created_at});t.includes("about")&&(w.pagetype="about"),v("title: ".concat(title));var _={title:title,meta:[{name:"twitter:title",content:l},{name:"twitter:description",content:o},{name:"description",content:o},{property:"og:description",content:o},{property:"og:url",content:c},{property:"og:title",content:l},{property:"og:image",content:d}],link:[{vmid:"canonical-url",rel:"canonical",href:c}],script:[{innerHTML:"window.lg.gtmData = ".concat(JSON.stringify(w)),type:"text/javascript"},{vmid:"gtm-script",hid:"gtm-script",once:!0,type:"text/javascript",innerHTML:Object(x.a)("gtm-script")(y(Object(f.a)(e)))}],__dangerouslyDisableSanitizers:["script"]};return"worldofgoodbrands"===this.$config.site.label&&_.script.push({vmid:"ceros-scroll-proxy",hid:"ceros-scroll-proxy",once:!0,src:"https://view.ceros.com/scroll-proxy.min.js","data-ceros-origin-domains":"view.ceros.com"}),_},computed:{adUnitPathMobile:function(){return Object(m.a)(this,"$config.ads.GPT.adUnitPathMobile","")},hasPageTitleModule:function(){var e=this,n=Object(m.a)(this,"hub.sections",[]),t=!1;return n.forEach((function(n){n.type.includes("page-title")&&(e.pageTitleModuleOverride=n.value.title,t=!0)})),t},hubSlug:function(){var e=Object(m.a)(this,"$route.path","");return"/"===e?"homepage":e.replace(/^\/|\/$/g,"")},hub:function(){return Object(m.a)(this,"$store.state.hubs.hubs[".concat(this.hubSlug,"]"),{})},is404:function(){return 200!==Object(m.a)(this,"$store.state.statusCode",404)},hubCampaign:function(){return Object(m.a)(this,"hubSponsoredSection.value.sponsorship.campaign",Object(m.a)(this,"hubSponsoredSection.value.campaign","no-campaign"))},hubPartner:function(){return Object(m.a)(this,"hubSponsoredSection.value.sponsorship.partner",Object(m.a)(this,"hubSponsoredSection.value.partner","non-branded"))},hubSponsoredSection:function(){var e=new Set(["banner","email-capture","email-sweeps-capture"]);return Object(m.a)(this,"hub.sections",[]).find((function(section){return e.has(section.type)}))},adUnitSections:function(){return Object(m.a)(this.hub,"sections",[]).reduce((function(e,n,t){return"superhero-ad-unit"===n.type&&(n.index=t,e.push(n)),e}),[])},adUnitPathDesktop:function(){return Object(m.a)(this,"$config.ads.GPT.adUnitPathDesktop","")},adTargeting:function(){var e=Object(m.a)(this,"hub.slug","").replace(/-/g,"_").toLowerCase();return JSON.stringify({hub:e})},getBreadcrumbLinks:function(){var e=[];return e.push({url:"/",label:"Home"}),e.push({url:"/".concat(Object(m.a)(this,"hub.slug","")),label:Object(m.a)(this,"hub.title","")}),e}},mounted:function(){var e="is-observed",n=document.querySelectorAll(".js-lazy");if("IntersectionObserver"in window){var t=new IntersectionObserver((function(n){n.filter((function(e){return e.isIntersecting})).forEach((function(n){try{n.target.classList.add(e)}catch(t){var o=n.target,r=o.getAttribute("class")||"";r.split(" ").includes(e)||(r="".concat(r," ").concat(e),o.setAttribute("class",r))}t.unobserve(n.target)}))}),{threshold:.4});Array.from(n).forEach((function(e){return t.observe(e)}))}else for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:0;return this.adUnitSections.findIndex((function(n){return n.index===e}))+1},sectionAnchor:function(section){return Object(m.a)(section,"anchor.slug","")}}},k=_,C=(t(1439),t(41)),component=Object(C.a)(k,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",[e.is404?t("error-404"):t("div",{class:"view-hubs view-hubs--"+e.hubSlug+"-critical"},[t("breadcrumbs",{attrs:{links:e.getBreadcrumbLinks}}),e._v(" "),t("div",{staticClass:"container"},[e.hasPageTitleModule?e._e():t("h1",{staticClass:"hub-page-title"},[e._v("\n "+e._s(e.hub.title)+"\n ")]),e._v(" "),e._l(e.hub.sections,(function(section,n){return t("div",{key:section.type+"-"+n,class:"inner inner--"+n+" inner--"+section.type,attrs:{id:e.sectionAnchor(section)}},["articles"===section.type?t("hubs-section-articles",{staticClass:"hub-section",attrs:{articles:section.value}}):e._e(),e._v(" "),"banner"===section.type||"video"===section.type?t("hubs-section-banner",{staticClass:"hub-section",attrs:{banner:section.value,type:section.type,index:n}}):e._e(),e._v(" "),"jw-player"===section.type?t("hubs-section-jwplayer",{staticClass:"hub-section",attrs:{"video-id":section.value}}):e._e(),e._v(" "),"text"===section.type?t("hubs-section-text",{staticClass:"hub-section",attrs:{text:section.value}}):e._e(),e._v(" "),"featured-articles"===section.type?t("hubs-section-featured-articles",{staticClass:"hub-section featured",attrs:{articles:section.value}}):e._e(),e._v(" "),"html"===section.type?t("hubs-section-html",{staticClass:"hub-section no-bottom-margin",attrs:{html:section.value}}):e._e(),e._v(" "),"email-capture"===section.type?t("hubs-section-email-capture",{staticClass:"hub-section",attrs:{"email-capture":section.value,index:n}}):e._e(),e._v(" "),"email-sweeps-capture"===section.type?t("hubs-section-email-sweeps-capture",{attrs:{"email-sweeps-capture":section.value,index:n}}):e._e(),e._v(" "),"spotlight"===section.type?t("hubs-section-spotlight",{staticClass:"hub-section",attrs:{cards:section.value.images}}):e._e(),e._v(" "),"split-column"===section.type?t("hubs-section-split-column",{staticClass:"hub-section",attrs:{"split-column":section.value,index:n}}):e._e(),e._v(" "),"table-of-contents"===section.type?t("hubs-table-of-content",{staticClass:"hub-section",attrs:{"table-content":section.value}}):e._e(),e._v(" "),"sweepstakes"===section.type?t("hubs-section-sweepstake",{staticClass:"hub-section",attrs:{sweepstake:section.value,index:n}}):e._e(),e._v(" "),"personnel"===section.type?t("personnel-module-grid",{staticClass:"hub-section",attrs:{personnel:section.value,"override-config":e.overrideConfig}}):e._e(),e._v(" "),"page-title"===section.type?t("hubs-section-title",{attrs:{"page-title":section.value,"header-title-override":e.hub.title}}):e._e(),e._v(" "),"widget"===section.type?t("hubs-section-widget",{staticClass:"hub-section",attrs:{widget:section.value}}):e._e(),e._v(" "),"superhero-ad-unit"===section.type?t("div",{staticClass:"superhero-ad-unit hub-section",attrs:{id:"inlinehub1-"+e.adUnitIndex(n),"data-ad-path":e.adUnitPathDesktop+"inlinehub1-"+e.adUnitIndex(n),"data-ad-targeting":e.adTargeting,"data-ad-batch":"1","data-ad-breakpoint":"large","data-ad-type":"gpt","data-ad-refresh":"false","data-ad-sizes":"[[970, 250], [728, 90]]"}}):e._e()],1)})),e._v(" "),t("div",{attrs:{"data-ad-breakpoint":"small","data-ad-logic":"adhesion","data-ad-refresh":"false","data-ad-batch":"1","data-ad-targeting":e.adTargeting,"data-ad-path":e.adUnitPathMobile}})],2)],1)],1)}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{Breadcrumbs:t(830).default,HubsSectionArticles:t(1078).default,HubsSectionBanner:t(1216).default,HubsSectionJwplayer:t(1082).default,HubsSectionText:t(1083).default,HubsSectionFeaturedArticles:t(1076).default,HubsSectionHtml:t(1084).default,HubsSectionEmailCapture:t(1085).default,HubsSectionEmailSweepsCapture:t(1217).default,HubsSectionSpotlight:t(1086).default,HubsSectionSplitColumn:t(1087).default,HubsTableOfContent:t(1088).default,HubsSectionSweepstake:t(1089).default,PersonnelModuleGrid:t(1090).default,HubsSectionTitle:t(1091).default,HubsSectionWidget:t(1358).default})},755:function(e,n,t){"use strict";n.a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1.25,o=e/n;return(o=Math.round(100*o)/100) {\n ".concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,") : initGTM()\n });\n } else {\n ").concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,') : initGTM()\n };\n document.addEventListener("scroll", initGTMOnEvent);\n document.addEventListener("mousemove", initGTMOnEvent);\n document.addEventListener("touchstart", initGTMOnEvent);\n \n ')}},760:function(e,n,t){"use strict";t(21);n.a=function(e){return function(n){return"\n ((onceName) => {\n if (window._bedrock && window._bedrock[onceName]) {\n return\n } else if (!window._bedrock) {\n window._bedrock = {}\n }\n\n ".concat(n,'\n\n window._bedrock[onceName] = true\n })("').concat(e,'")\n ')}}},766:function(e,n,t){"use strict";t.d(n,"a",(function(){return c}));var o=t(0);function r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"vertical"===e?"screenY":"screenX"}function c(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){};if(e&&"ontouchstart"in window){var l=n.threshold,m=n.orientation,d="changedTouches[0]".concat(r(m)),h=0;e.addEventListener("touchstart",(function(e){h=Object(o.a)(e,d,0)}),!1),e.addEventListener("touchmove",(function(e){var n=Object(o.a)(e,d,0);t(h-n)}),!1),e.addEventListener("touchend",(function(e){var n=Object(o.a)(e,d,0),t=0;l0?1:-1),c(h-n,t)}),!1)}}},785:function(e,n,t){var content=t(810);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("4862b07a",content,!0,{sourceMap:!1})},792:function(e,n,t){var content=t(838);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("d702dd0c",content,!0,{sourceMap:!1})},793:function(e,n,t){var content=t(840);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("09bd547a",content,!0,{sourceMap:!1})},809:function(e,n,t){"use strict";t(785)},810:function(e,n,t){var o=t(81),r=t(175),c=t(455),l=o(!1),m=r(c);l.push([e.i,'.component-breadcrumbs {\n display: none;\n text-align: center;\n margin-bottom: 18px;\n}\n@media (min-width: 768px) {\n.component-breadcrumbs {\n display: block;\n margin-bottom: 20px;\n}\n}\n.component-breadcrumbs nav {\n display: flex;\n}\n.component-breadcrumbs .breadcrumbs {\n margin: 0;\n list-style: none;\n display: flex;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item {\n display: inline-flex;\n font-size: 14px;\n line-height: 18px;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item::before {\n padding: 0 5px;\n content: \'/\\00a0\';\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item:first-child::before {\n padding: 0;\n content: \'\';\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item a {\n display: inline-flex;\n}\n.component-breadcrumbs .breadcrumbs .breadcrumbs__item a:hover {\n text-decoration: none;\n}\n.view .component-configurable-article .component-breadcrumbs {\n display: block;\n padding: 0;\n font-family: "ProximaNovaBold", Arial, sans-serif;\n text-align: left;\n position: relative;\n}\n.view .component-configurable-article .component-breadcrumbs::after {\n position: absolute;\n bottom: 0;\n right: 0;\n height: 100%;\n width: 100%;\n content: "";\n background: linear-gradient(to left, #ffffff 0, rgba(255, 255, 255, 0) 10%);\n pointer-events: none;\n}\n.view .component-configurable-article .component-breadcrumbs nav {\n overflow: hidden;\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs {\n padding: 0 50px 0 0;\n white-space: nowrap;\n width: 100%;\n overflow-x: auto;\n background-image: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 98%);\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs .breadcrumbs__item {\n font-size: 12px;\n line-height: 18px;\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs .breadcrumbs__item:first-child::before {\n padding: 0;\n content: "";\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs .breadcrumbs__item::before {\n color: #444B51;\n content: url('+m+");\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs .breadcrumbs__item a {\n color: #444B51;\n transition: color 0.3s ease-out;\n}\n.view .component-configurable-article .component-breadcrumbs .breadcrumbs .breadcrumbs__item a:hover {\n color: #444B51;\n text-decoration: none;\n}\n",""]),e.exports=l},811:function(e,n,t){var content=t(908);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("358ce189",content,!0,{sourceMap:!1})},812:function(e,n,t){var content=t(910);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("4967159d",content,!0,{sourceMap:!1})},813:function(e,n,t){var content=t(912);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("2b1a0f3a",content,!0,{sourceMap:!1})},814:function(e,n,t){var content=t(914);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("75b77332",content,!0,{sourceMap:!1})},830:function(e,n,t){"use strict";t.r(n);var o=t(12),r=(t(5),t(21),t(22),t(24),t(19),t(37),t(16),t(38),t(0));function c(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function l(e){for(var i=1;i=0?(n.splice(t,1),this.$emit("input",n)):(n.push(e),this.$emit("input",n))},commonCheckboxUniqueId:function(e){var n="string"==typeof e?e.split(" ").join("-").toLowerCase():e;return"common-checkbox-".concat(this.uniqueId,"-").concat(this.index,"-").concat(n)}}},l=(t(837),t(41)),component=Object(l.a)(c,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t(e.trackData?"a":"div",{tag:"component",staticClass:"component-common-checkbox",class:[e.commonCheckboxUniqueId,{"button--enabled":e.buttonOnMobileEnabled}]},[t("label",{staticClass:"component-common-checkbox-label",class:[{"button--enabled":e.buttonOnMobileEnabled},{checked:e.checkedValue}],style:e.bodyTextColor,attrs:{for:e.commonCheckboxUniqueId(e.inputValue)}},[t("span",[e._v(e._s(e.labelValue))]),e._v(" "),t("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],ref:e.commonCheckboxUniqueId(e.inputValue),staticClass:"component-common-checkbox-input",class:{"button--enabled":e.buttonOnMobileEnabled},attrs:{id:e.commonCheckboxUniqueId(e.inputValue),type:"checkbox"},domProps:{value:e.inputValue,checked:Array.isArray(e.model)?e._i(e.model,e.inputValue)>-1:e.model},on:{change:function(n){var t=e.model,o=n.target,r=!!o.checked;if(Array.isArray(t)){var c=e.inputValue,l=e._i(t,c);o.checked?l<0&&(e.model=t.concat([c])):l>-1&&(e.model=t.slice(0,l).concat(t.slice(l+1)))}else e.model=r}}}),e._v(" "),t("div",{staticClass:"component-common-checkbox-check",class:[{"button--enabled":e.buttonOnMobileEnabled},"theme--"+e.style],style:e.checkBorderColor},[t("span",{staticClass:"svg black-checkmark"})])]),e._v(" "),t("button",{staticClass:"component-common-checkbox-button",class:[{"button--enabled":e.buttonOnMobileEnabled},{checked:e.checkedValue}],style:e.buttonStyle,attrs:{type:"button"},on:{click:function(n){return e.handleClick(e.inputValue)}}},[e._v("\n "+e._s(e.labelValue)+"\n ")])])}),[],!1,null,null,null);n.default=component.exports},895:function(e,n,t){"use strict";t.r(n);t(147),t(59),t(14),t(148),t(21);var o=t(0),r={name:"CommonRadio",props:{uniqueId:{type:String,required:!0},index:{type:Number,default:0},label:{type:String,default:""},value:{type:String,required:!0},checkedValue:{type:Boolean,required:!0},dataConnectionField:{type:String,required:!0},colorTheme:{type:Object,default:function(){return{body_text_color:"#FFF",field_border_color:"#FFF",option_unselected_button_background_color:"#5F6958",option_unselected_button_text_color:"#FFF",option_selected_button_background_color:"#D1DACA",option_selected_button_text_color:"#434D3B",style:"dark"}}},buttonOnMobileEnabled:{type:Boolean,default:!1}},computed:{labelValue:function(){return this.label?this.label:this.value},buttonStyle:function(){return this.buttonOnMobileEnabled?this.checkedValue?[this.optionSelectedButtonTextColor,this.optionSelectedButtonBackgroundColor]:[this.optionUnselectedButtonTextColor,this.optionUnselectedButtonBackgroundColor]:{}},bodyTextColor:function(){return{color:Object(o.a)(this,"colorTheme.body_text_color","")}},radioBorderColor:function(){var e=Object(o.a)(this,"colorTheme.field_border_color","");if(e)return{border:"1px solid ".concat(e)}},style:function(){return"dark"===Object(o.a)(this,"colorTheme.style","")?"light":"dark"},optionUnselectedButtonBackgroundColor:function(){return{"background-color":Object(o.a)(this,"colorTheme.option_unselected_button_background_color","")}},optionUnselectedButtonTextColor:function(){return{color:Object(o.a)(this,"colorTheme.option_unselected_button_text_color","")}},optionSelectedButtonBackgroundColor:function(){return{"background-color":Object(o.a)(this,"colorTheme.option_selected_button_background_color","")}},optionSelectedButtonTextColor:function(){return{color:Object(o.a)(this,"colorTheme.option_selected_button_text_color","")}}},methods:{handleChange:function(e,n){this.$emit("radioChange",e)},handleClick:function(e,n){var t=Object(o.a)(this,"$refs[".concat(n,"]"),{});t.checked=!t.checked,this.$emit("radioChange",e)},commonRadioUniqueId:function(e){var n="string"==typeof e?e.split(" ").join("-").toLowerCase():e;return"common-radio-".concat(this.uniqueId,"-").concat(this.index,"-").concat(n)}}},c=(t(839),t(41)),component=Object(c.a)(r,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-common-radio",class:[e.commonRadioUniqueId,{"button--enabled":e.buttonOnMobileEnabled}]},[t("label",{staticClass:"component-common-radio-label",class:[{"button--enabled":e.buttonOnMobileEnabled},{checked:e.checkedValue}],style:e.bodyTextColor,attrs:{for:e.commonRadioUniqueId(e.value)}},[t("span",[e._v(e._s(e.labelValue))]),e._v(" "),t("input",{ref:e.commonRadioUniqueId(e.value),staticClass:"component-common-radio-input",class:{"button--enabled":e.buttonOnMobileEnabled},attrs:{id:e.commonRadioUniqueId(e.value),type:"radio",name:e.dataConnectionField},domProps:{value:e.value,checked:e.checkedValue},on:{change:function(n){return e.handleChange(e.value,n.target.checked)}}}),e._v(" "),t("div",{staticClass:"component-common-radio-check",class:[{"button--enabled":e.buttonOnMobileEnabled},"theme--"+e.style],style:e.radioBorderColor})]),e._v(" "),t("button",{staticClass:"component-common-radio-button",class:[{"button--enabled":e.buttonOnMobileEnabled},{checked:e.checkedValue}],style:e.buttonStyle,attrs:{type:"button"},on:{click:function(n){e.handleClick(e.value,e.commonRadioUniqueId(e.value))}}},[e._v("\n "+e._s(e.labelValue)+"\n ")])])}),[],!1,null,null,null);n.default=component.exports},904:function(e,n,t){"use strict";t.d(n,"a",(function(){return r}));t(21),t(14),t(150),t(25),t(45);var o=t(370);function r(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:160,t=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if("string"!=typeof e)return"";if(e.length<=n)return e;var o=e.substring(0,n);return t?"".concat(o,"…"):o}Object(o.a)("https://img.cutenesscdn.com/")},907:function(e,n,t){"use strict";t(811)},908:function(e,n,t){var o=t(81)(!1);o.push([e.i,"",""]),e.exports=o},909:function(e,n,t){"use strict";t(812)},910:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-spotlight-section .swipe-container {\n display: inline-flex;\n flex-wrap: nowrap;\n justify-content: flex-start;\n transition: all 200ms ease-in-out;\n width: max-content;\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-container {\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-left: -20px;\n white-space: normal;\n transform: translate(0);\n}\n}\n.component-spotlight-section .swipe-card {\n position: relative;\n display: inline-block;\n margin-right: 25px;\n transition: all 0.5s;\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-card {\n width: 25%;\n}\n}\n.component-spotlight-section .swipe-card:last-of-type {\n margin-right: 0;\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-card:hover .swipe-card-image {\n transform: scale(1.05);\n filter: brightness(90%);\n}\n}\n.component-spotlight-section .swipe-card .swipe-image-container {\n width: 293px;\n height: 410px;\n margin-bottom: 20px;\n border-radius: 10px;\n box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-card .swipe-image-container {\n position: relative;\n width: 100%;\n height: auto;\n margin-bottom: 10px;\n padding: 0 0 140%;\n overflow: hidden;\n}\n}\n@media (min-width: 1170px) {\n.component-spotlight-section .swipe-card .swipe-image-container {\n margin-bottom: 20px;\n}\n}\n.component-spotlight-section .swipe-card .image-wrapper {\n position: absolute;\n width: 100%;\n height: 100%;\n overflow: hidden;\n border-radius: 10px;\n -webkit-mask-image: -webkit-radial-gradient(white, black);\n}\n.component-spotlight-section .swipe-card .swipe-card-image {\n width: 293px;\n height: 410px;\n border-radius: 10px;\n transition: all 0.2s;\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-card .swipe-card-image {\n position: absolute;\n width: 100%;\n height: 100%;\n}\n}\n@media (min-width: 1170px) {\n.component-spotlight-section .swipe-card .swipe-card-image {\n position: absolute;\n height: 100%;\n}\n}\n.component-spotlight-section .swipe-card .swipe-card-title {\n width: 80%;\n color: #505050;\n font-size: 22px;\n font-family: "FuturaPtDemi", Trebuchet MS, sans-serif;\n line-height: 28px;\n}\n.component-spotlight-section .swipe-card .swipe-card-title .swipe-card-link {\n display: -webkit-box;\n overflow: hidden;\n color: #505050;\n border: none;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n.component-spotlight-section .swipe-card .swipe-card-title .swipe-card-link::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 70px;\n left: 0;\n display: block;\n content: "";\n}\n.component-spotlight-section .swipe-card .swipe-card-title .swipe-card-link:hover {\n color: #505050;\n}\n@media (min-width: 1020px) {\n.component-spotlight-section .swipe-card .swipe-card-title .swipe-card-link:hover {\n color: #727272;\n}\n}\n.component-spotlight-section .swipe-card {\n margin-right: 20px;\n}\n@media (min-width: 768px) {\n.component-spotlight-section .swipe-card {\n margin-right: 30px;\n}\n}\n.component-spotlight-section .swipe-card .swipe-image-container {\n box-shadow: none;\n}\n.component-spotlight-section .swipe-card .swipe-card-link {\n font-family: "CaladeaBold", Georgia, serif;\n}\n',""]),e.exports=o},911:function(e,n,t){"use strict";t(813)},912:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-sweepstake-color {\n padding: 40px 38px;\n text-align: center;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-color {\n padding: 50px 95px 60px;\n}\n}\n.component-hubs-section-sweepstake-color .sweepstake-wrapper {\n position: relative;\n}\n@media (min-width: 991px) {\n.component-hubs-section-sweepstake-color .sweepstake-wrapper {\n max-width: 600px;\n margin: 0 auto;\n}\n}\n.component-hubs-section-sweepstake-color .email-form {\n margin-bottom: 20px;\n}\n.component-hubs-section-sweepstake-color .copy-wrapper {\n margin-bottom: 35px;\n}\n.component-hubs-section-sweepstake-color .copy-wrapper__heading,\n.component-hubs-section-sweepstake-color .copy-wrapper__body {\n display: -webkit-box;\n overflow: hidden;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-color .copy-wrapper__heading,\n .component-hubs-section-sweepstake-color .copy-wrapper__body {\n -webkit-line-clamp: 2;\n}\n}\n.component-hubs-section-sweepstake-color .copy-wrapper__heading {\n margin-bottom: 15px;\n color: #2E2E30;\n font-size: 28px;\n font-family: \'ActaBook\', Georgia, serif;\n font-style: normal;\n line-height: 38px;\n}\n.component-hubs-section-sweepstake-color .copy-wrapper__body {\n font-size: 15px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 24px;\n letter-spacing: 0.1px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-color .sweepstake-capture-wrapper {\n width: 300px;\n margin: 0 auto;\n}\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper {\n margin-bottom: 19px;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper.input-email {\n min-height: 52px;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper.has-podcast {\n min-height: 203px;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper .input-field {\n width: 100%;\n margin-bottom: 35px;\n padding-bottom: 5px;\n color: #606B71;\n font-size: 14px;\n font-family: "ProximaNovaMedium", Arial, sans-serif;\n font-style: normal;\n line-height: 22px;\n letter-spacing: 0;\n text-align: center;\n background: unset;\n border: none;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper .input-field.theme--dark::placeholder {\n color: #606B71;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper .input-field.theme--light::placeholder {\n color: #EAEAEA;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper .input-field.email-address {\n margin-bottom: 21px;\n}\n.component-hubs-section-sweepstake-color .sweepstake-form-wrapper .input-field.error-msg {\n margin-bottom: 5px;\n}\n.component-hubs-section-sweepstake-color .error-wrapper {\n padding-bottom: 14px;\n}\n.component-hubs-section-sweepstake-color .error-wrapper.email-address {\n padding-bottom: 0;\n}\n.component-hubs-section-sweepstake-color .error-wrapper .error {\n display: block;\n color: #E0594C;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n}\n.component-hubs-section-sweepstake-color .cta-button {\n font-size: 15px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 24px;\n letter-spacing: 0.1px;\n width: 100%;\n padding: 8px 25px;\n border: none;\n}\n.component-hubs-section-sweepstake-color .cta-button:hover {\n cursor: pointer;\n}\n.component-hubs-section-sweepstake-color .successful-wrapper {\n position: absolute;\n top: -3px;\n right: -3px;\n bottom: -3px;\n left: -3px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.component-hubs-section-sweepstake-color .terms-and-conditions,\n.component-hubs-section-sweepstake-color .privacy-policy-wrapper {\n color: #606B71;\n font-size: 12px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-style: normal;\n line-height: 18px;\n}\n.component-hubs-section-sweepstake-color .terms-and-conditions {\n margin-bottom: 7px;\n text-decoration: underline;\n}\n.component-hubs-section-sweepstake-color .terms-and-conditions .terms-link {\n color: inherit;\n}\n.component-hubs-section-sweepstake-color .privacy-policy-wrapper .policy-link {\n color: inherit;\n text-decoration: underline;\n}\n',""]),e.exports=o},913:function(e,n,t){"use strict";t(814)},914:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-sweepstake-image {\n text-align: center;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n min-height: 400px;\n overflow: hidden;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image {\n min-height: 500px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group {\n position: relative;\n z-index: 2;\n min-height: 200px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group {\n min-height: 250px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header {\n display: flex;\n flex-direction: column;\n padding-bottom: 45px;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header .header-wrapper {\n display: -webkit-box;\n width: 280px;\n margin: auto auto 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header .header-wrapper {\n width: 620px;\n -webkit-line-clamp: 3;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header .header-copy {\n margin: 0;\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaSemiBold", Arial, sans-serif;\n font-size: 28px;\n font-weight: 600;\n line-height: 36px;\n letter-spacing: 0;\n white-space: initial;\n text-align: center;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps {\n margin: 0 auto;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .initial-container {\n position: relative;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .success-container {\n padding: 45px 0 25px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .success-container {\n padding: 45px 0 20px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .success-container .success-wrapper {\n display: flex;\n width: 260px;\n height: 68px;\n margin: 0 auto;\n color: #ffffff;\n background-color: #000000;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .success-container .success-wrapper {\n width: 310px;\n height: 93px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .success-container .success-wrapper h3.success {\n align-self: center;\n margin: 0 auto;\n font-size: 17px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0;\n text-align: center;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper.input-email {\n min-height: 75px;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper .cta {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 17px;\n font-weight: 400;\n line-height: 28px;\n letter-spacing: 0;\n width: 260px;\n height: 50px;\n margin-bottom: 12px;\n border-radius: 0;\n appearance: none;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper .cta {\n width: 310px;\n height: 60px;\n margin-bottom: 15px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper .cta.input-email {\n padding: 20px;\n text-align: center;\n background: #FFF;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper .cta.submit-button {\n margin-bottom: 20px;\n color: #FFF;\n font-size: 17px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0.12px;\n background: #000;\n border: none;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .cta-wrapper .cta.submit-button:hover {\n cursor: pointer;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .terms-and-conditions,\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .privacy-policy {\n color: #606B71;\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 12px;\n font-weight: 400;\n line-height: 18px;\n letter-spacing: 0;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .terms-and-conditions {\n margin-bottom: 7px;\n text-decoration: underline;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .terms-and-conditions .terms-link {\n color: inherit;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .privacy-policy .policy-link {\n color: inherit;\n text-decoration: underline;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .error-container {\n position: absolute;\n bottom: 2px;\n font-size: 12px;\n line-height: 12px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .error-container {\n font-size: 14px;\n line-height: 14px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .error-container span.error {\n color: #E0594C;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .background-image {\n position: absolute;\n top: 0;\n left: 50%;\n z-index: 1;\n width: 100%;\n height: 100%;\n transform: translateX(-50%);\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .background-image img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n.component-hubs-section-sweepstake-image .tracking-pixels .no-show {\n display: none;\n width: 1px;\n height: 1px;\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header .header-copy {\n color: #222;\n font-size: 22px;\n font-family: \'OpenSansBold\', sans-serif;\n line-height: 36px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-header .header-copy {\n font-size: 40px;\n line-height: 56px;\n}\n}\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .terms-and-conditions,\n.component-hubs-section-sweepstake-image .the-container-with-the-image .group.group-cta-sweeps .privacy-policy {\n font-size: 14px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n letter-spacing: 0.11px;\n}\n',""]),e.exports=o},941:function(e,n,t){"use strict";t.r(n);t(25),t(45),t(21);var o=t(0),r=t(805),c=t(766),l={name:"SpotlightSection",props:{cards:{type:Array,default:function(){return[]},required:!0},macroName:{type:String,default:""},ctaData:{type:Object,default:function(){}}},data:function(){return{webp:{f:"webp"},deltaX:20,currentX:0,scrollMax:0,cardWidth:0,cardIndex:0}},computed:{domain:function(){return Object(o.a)(this,"$config.site.domain","")},ctaLink:function(){return Object(o.a)(this,"ctaData.link","")},ctaText:function(){return Object(o.a)(this,"ctaData.text","")}},mounted:function(){this.addTouchEventsListener(),this.cardWidth=Object(o.a)(this,"$refs.cards[0].offsetWidth",0)+20;var e=this.$refs.swipeContainer.offsetWidth;this.scrollMax=window.innerWidth-e-25,window.innerWidth>=768&&(this.scrollMax=window.innerWidth-e-20)},methods:{addTouchEventsListener:function(){var e=this.$refs.swipeContainer;Object(c.a)(e,{orientation:"horizontal",threshold:15},this.updateX,this.endX)},checkfollow:function(link){return link.includes(this.domain)?"follow":"nofollow"},getImageAttribute:function(e,n){return Object(o.a)(e,n,"")},setTarget:function(link){return link.includes(this.domain)?"_self":"_blank"},getResizedImage:function(e,n,t){return this.$imageResizer(e,n,t)},getDataInfo:function(e){return e.slot?this.macroName?"".concat(this.macroName,"-").concat(e.slot):e.slot:""},getXInRange:function(e){return Object(r.a)(e,this.scrollMax,20)},updateX:function(e){var n=this.currentX-e;this.deltaX=this.getXInRange(n)},endX:function(e,n){var t=Object(r.a)(this.cardIndex+n,0,this.$refs.cards.length-1);this.cardIndex=t;var o=this.cardWidth*this.cardIndex*-1+20;this.deltaX=this.getXInRange(o),this.currentX=this.deltaX},handleClickData:function(){var e={name:this.ctaLink,brand:"non-branded",list:"Our Podcast",articleLink:this.ctaLink,id:this.ctaLink,variant:"no-campaign"};this.$lgEmit("product_click",e)}}},m=(t(909),t(41)),component=Object(m.a)(l,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-spotlight-section"},[t("div",{ref:"swipeContainer",staticClass:"swipe-container",style:{transform:"translate("+e.deltaX+"px)"}},e._l(e.cards,(function(n){return t("div",{key:n.id,ref:"cards",refInFor:!0,staticClass:"swipe-card"},[t("div",{staticClass:"swipe-image-container"},[t("picture",{staticClass:"image-wrapper"},[t("source",{attrs:{srcset:e.getResizedImage(e.getImageAttribute(n,"image.url"),"368x514")+"?type=webp",type:"image/webp"}}),e._v(" "),t("img",{staticClass:"swipe-card-image",attrs:{src:e.getResizedImage(e.getImageAttribute(n,"image.url"),"368x514"),alt:e.getImageAttribute(n,"image.altText"),loading:"lazy"}})])]),e._v(" "),t("p",{staticClass:"swipe-card-title"},[t("a",{staticClass:"swipe-card-link",attrs:{href:e.getImageAttribute(n,"image.link"),"data-event":"homepage_"+n.type,"data-info":"","data-campaign":n.campaign,"data-partner":n.partner,target:e.setTarget(e.getImageAttribute(n,"image.link")),rel:e.checkfollow(e.getImageAttribute(n,"image.link"))}},[e._v("\n "+e._s(n.image.label)+"\n ")])])])})),0),e._v(" "),e.ctaLink&&e.ctaText?t("div",{staticClass:"spotlight-see-all"},[t("a",{staticClass:"spotlight-see-all__link",attrs:{href:e.ctaLink},on:{click:function(n){return e.handleClickData()}}},[e._v("\n "+e._s(e.ctaText)+"\n ")])]):e._e()])}),[],!1,null,null,null);n.default=component.exports},942:function(e,n,t){"use strict";t.r(n);t(22),t(24),t(19),t(5),t(37),t(16),t(38);var o=t(12),r=(t(242),t(25),t(45),t(74),t(14),t(55),t(0)),c=t(83),l=t(367);function m(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function d(e){for(var i=1;i0&&void 0!==arguments[0]?arguments[0]:"INITIAL";return this.status===h[e]},submitEmail:function(e){var n=this;e.preventDefault(),this.nameFail=!1,this.podcastUserNameFail=!1;if(this.failed=""===this.email||!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(this.email),this.hasCapturePodcastFields){if(this.nameFail=""===this.customFields.name,this.podcastUserNameFail=""===this.customFields.podcastUsername,this.failed||this.nameFail||this.podcastUserNameFail)return}else if(this.failed)return;this.$store.dispatch("newsletter/SUBSCRIBE",{email:this.email,subscription_list_id:this.subscriptionListIds,emailMarketingFields:this.customFields}).then((function(e){if(Object(l.a)(e))return n.status=h.SUCCESS,void n.trackSuccess();throw new Error})).catch((function(){n.trackError()}))},trackError:function(){var e={data:this.sweepstake,status:"error"};this.$lgEmit("hub_email_subscription",e)},trackSuccess:function(){var e={data:this.sweepstake,status:"success"};this.$lgEmit("hub_email_subscription",e)}}},x=f,w=(t(911),t(41)),component=Object(w.a)(x,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-hubs-section-sweepstake-color",style:e.backgroundColor},[t("div",{staticClass:"sweepstake-wrapper"},[t("div",{staticClass:"copy-wrapper"},[t("h3",{staticClass:"copy-wrapper__heading",style:{color:e.headerColor}},[e._v("\n "+e._s(e.headerCopy)+"\n ")]),e._v(" "),t("p",{staticClass:"copy-wrapper__body",style:{color:e.bodyColor}},[e._v("\n "+e._s(e.bodyCopy)+"\n ")])]),e._v(" "),t("div",{staticClass:"sweepstake-capture-wrapper"},[t("form",{staticClass:"email-form",attrs:{novalidate:""},on:{submit:e.submitEmail}},[t("div",{staticClass:"sweepstake-form-wrapper input-email",class:{"has-podcast":e.hasCapturePodcastFields}},[e.hasCapturePodcastFields?t("ul",[t("li",[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.name,expression:"customFields.name"}],staticClass:"input-field",class:[{"error-msg":e.nameFail},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{required:"",placeholder:"First Name"},domProps:{value:e.customFields.name},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"name",n.target.value)}}}):e._e()]),e._v(" "),e.nameFail?t("div",{staticClass:"error-wrapper"},[t("div",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.podCastError)+"\n ")])]):e._e()],1),e._v(" "),t("li",[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.customFields.podcastUsername,expression:"customFields.podcastUsername"}],staticClass:"input-field",class:[{"error-msg":e.podcastUserNameFail},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{required:"",placeholder:"Podcast Username"},domProps:{value:e.customFields.podcastUsername},on:{invalid:e.trackError,input:function(n){n.target.composing||e.$set(e.customFields,"podcastUsername",n.target.value)}}}):e._e()]),e._v(" "),e.podcastUserNameFail?t("div",{staticClass:"error-wrapper"},[t("div",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.podCastError)+"\n ")])]):e._e()],1)]):e._e(),e._v(" "),t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],staticClass:"input-field email-address",class:[{"error-msg":e.failed},e.theme],style:{borderBottom:"1px solid "+e.bodyColor,color:e.bodyColor},attrs:{type:"email",required:"",placeholder:"Enter your Email"},domProps:{value:e.email},on:{invalid:e.trackError,input:function(n){n.target.composing||(e.email=n.target.value)}}}):e._e()]),e._v(" "),e.failed?t("div",{staticClass:"error-wrapper email-address"},[t("span",{staticClass:"error",style:{color:e.errorColor}},[e._v("\n "+e._s(e.defaultError)+"\n ")])]):e._e()],1),e._v(" "),t("button",{staticClass:"cta-button",style:{color:e.buttonTextColor,backgroundColor:e.buttonBackgroundColor},attrs:{"data-campaign":e.sponsorCampaign,"data-partner":e.sponsorPartner,"data-event":"newsletter subscribe button","data-info":"hub page",type:"submit"}},[e._v("\n Submit\n ")])]),e._v(" "),e.isState("SUCCESS")?t("div",{staticClass:"successful-wrapper",style:e.backgroundColor},[t("h3",{staticClass:"success-text",style:{color:e.bodyColor}},[e._v("Thank You")])]):e._e(),e._v(" "),t("div",{staticClass:"terms-and-conditions",style:{color:e.termsLinkHex}},[t("a",{staticClass:"terms-link",attrs:{href:e.termsLinkUrl,rel:e.addNoFollow,target:"_blank"}},[e._v("\n Terms and Conditions\n ")])]),e._v(" "),t("div",{staticClass:"privacy-policy-wrapper",style:{color:e.termsLinkHex}},[t("span",[e._v("See Here Our")]),e._v(" "),t("a",{staticClass:"privacy-policy-link",style:{color:e.termsLinkHex,borderBottom:"1px solid "+e.termsLinkHex},attrs:{href:"/privacy",target:"_blank"}},[e._v("\n Privacy Notice\n ")])])])])])}),[],!1,null,null,null);n.default=component.exports},943:function(e,n,t){"use strict";t.r(n);t(22),t(24),t(37),t(16),t(38);var o=t(12),r=(t(147),t(242),t(25),t(45),t(19),t(5),t(14),t(148),t(21),t(74),t(0)),c=t(83),l=t(367);function m(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(object);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,t)}return n}function d(e){for(var i=1;i\n .sweepstake-hub-".concat(this.index,"-critical.component-hubs-section-sweepstake-image .the-container-with-the-image {\n height: ").concat(this.backgroundImageMobileHeight,"px;\n }\n @media (min-width: 768px) {\n .sweepstake-hub-").concat(this.index,"-critical.component-hubs-section-sweepstake-image .the-container-with-the-image {\n height: ").concat(this.backgroundImageDesktopHeight,"px;\n }\n }\n \n ")}}),mounted:function(){var e=this;setTimeout((function(){e.mounted=!0}),200)},methods:{calculateHeight:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"desktop",n=Object(r.a)(this,"sweepstake.".concat(e,".height"),400),t=Object(r.a)(this,"sweepstake.".concat(e,".width"),1440),o="desktop"===e?1440:768;return Math.floor(o*n/t)},isState:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"INITIAL";return this.status===h[e]},submitEmail:function(e){var n=this;e.preventDefault();this.failed=""===this.email||!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(this.email),this.$store.dispatch("newsletter/SUBSCRIBE",{email:this.email,subscription_list_id:this.subscriptionListIds}).then((function(e){if(Object(l.a)(e))return n.status=h.SUCCESS,void n.trackSuccess();throw new Error})).catch((function(){n.trackError()}))},trackError:function(){var e={data:this.sweepstake,status:"error"};this.$lgEmit("hub_email_subscription",e)},trackSuccess:function(){var e={data:this.sweepstake,status:"success"};this.$lgEmit("hub_email_subscription",e)}}},x=f,w=(t(913),t(41)),component=Object(w.a)(x,(function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"component-hubs-section-sweepstake-image",class:"sweepstake-hub-"+e.index+"-critical"},[t("div",{domProps:{innerHTML:e._s(e.yoloStyleTags)}}),e._v(" "),t("div",{staticClass:"the-container-with-the-image"},[t("div",{staticClass:"group group-header"},[t("div",{staticClass:"header-wrapper"},[t("h3",{staticClass:"header-copy",style:{color:e.headerCopyHex}},[e._v("\n "+e._s(e.headerCopy)+"\n ")])])]),e._v(" "),t("div",{staticClass:"group group-cta-sweeps"},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[e.isState("INITIAL")?t("div",{key:"hub-initial",staticClass:"initial-container"},[t("form",{on:{submit:e.submitEmail}},[t("div",{staticClass:"cta-wrapper input-email"},[t("transition",{attrs:{name:"fade"}},[e.mounted?t("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],staticClass:"cta input-email",style:{border:"1px solid "+e.emailFieldHex},attrs:{type:"email",required:"",placeholder:"Email Address"},domProps:{value:e.email},on:{invalid:e.trackError,input:function(n){n.target.composing||(e.email=n.target.value)}}}):e._e()])],1),e._v(" "),t("div",{staticClass:"cta-wrapper"},[t("button",{staticClass:"cta submit-button",style:{color:e.ctaCopyHex,backgroundColor:e.ctaHex},attrs:{"data-campaign":e.sponsorCampaign,"data-partner":e.sponsorPartner,"data-event":"newsletter subscribe button","data-info":"hub page",type:"submit"}},[e._v("\n "+e._s(e.ctaCopy)+"\n ")])]),e._v(" "),t("transition",{attrs:{name:"fade"}},[e.failed?t("div",{staticClass:"error-container"},[t("span",{staticClass:"error"},[e._v("\n Oops, we encountered an error. Please try again.\n ")])]):e._e()])],1)]):e.isState("SUCCESS")?t("div",{key:"hub-success",staticClass:"success-container"},[t("div",{staticClass:"success-wrapper"},[t("h3",{staticClass:"success"},[e._v("Thank You!")])])]):e._e()]),e._v(" "),t("div",{staticClass:"terms-and-conditions",style:{color:e.termsLinkHex}},[t("a",{staticClass:"terms-link",attrs:{href:e.termsLinkUrl,rel:e.addNoFollow,target:"_blank"}},[e._v("\n Terms and Conditions\n ")])]),e._v(" "),t("div",{staticClass:"privacy-policy",style:{color:e.termsLinkHex}},[t("span",[e._v("See Our ")]),e._v(" "),t("a",{staticClass:"policy-link",attrs:{href:"/privacy",target:"_blank",rel:"nofollow"}},[e._v("\n Privacy Notice\n ")])])],1),e._v(" "),t("picture",{staticClass:"background-image"},[t("source",{attrs:{media:"(min-width: 768px)",srcset:e.backgroundImageDesktop,loading:"lazy"}}),e._v(" "),t("source",{attrs:{srcset:e.backgroundImageMobile}}),e._v(" "),t("img",{attrs:{src:e.backgroundImageMobile}})])]),e._v(" "),e.isState("SUCCESS")?t("div",{staticClass:"tracking-pixels"},e._l(e.trackingPixels,(function(source){return t("img",{key:source,staticClass:"no-show",attrs:{src:source}})})),0):e._e()])}),[],!1,null,null,null);n.default=component.exports},956:function(e,n,t){"use strict";t(854)},957:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-articles .common-view__section-grid {\n padding-bottom: 0;\n}\n",""]),e.exports=o},958:function(e,n,t){var content=t(1118);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("fd1e4cc6",content,!0,{sourceMap:!1})},959:function(e,n,t){"use strict";t(855)},960:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-banner-video .banner-video {\n width: 100%;\n max-width: 100%;\n vertical-align: bottom;\n}\n",""]),e.exports=o},961:function(e,n,t){"use strict";t(856)},962:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-banner-image .banner-image {\n width: 100%;\n max-width: 100%;\n vertical-align: bottom;\n}\n",""]),e.exports=o},963:function(e,n,t){"use strict";t(857)},964:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-banner-overlay .overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}\n.component-hubs-section-banner-overlay .overlay::before {\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n content: \" \";\n}\n.component-hubs-section-banner-overlay .overlay-inner {\n display: inline-block;\n width: 100%;\n text-align: center;\n vertical-align: middle;\n}\n.component-hubs-section-banner-overlay .overlay__title {\n color: #FFF;\n font-size: 24px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n line-height: 32px;\n letter-spacing: 1.87px;\n}\n@media (min-width: 991px) {\n.component-hubs-section-banner-overlay .overlay__title {\n font-size: 50px;\n line-height: 56px;\n letter-spacing: 2px;\n}\n}\n.component-hubs-section-banner-overlay .overlay__subtitle {\n width: 90%;\n max-width: 700px;\n margin: 20px auto 0;\n color: #FFF;\n font-size: 18px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n line-height: 24px;\n letter-spacing: 2px;\n}\n@media (min-width: 991px) {\n.component-hubs-section-banner-overlay .overlay__subtitle {\n margin: 40px auto 0;\n font-size: 24px;\n line-height: 28px;\n}\n}\n.component-hubs-section-banner-overlay .overlay__button {\n display: inline-block;\n min-width: 200px;\n height: 40px;\n margin: 20px auto 0;\n color: #FFF;\n font-size: 14px;\n line-height: 40px;\n letter-spacing: 2.5px;\n text-align: center;\n text-transform: uppercase;\n background-color: #000;\n border: none;\n border-radius: 20px;\n outline: 0;\n}\n@media (min-width: 991px) {\n.component-hubs-section-banner-overlay .overlay__button {\n margin: 40px auto 0;\n}\n}\n.component-hubs-section-banner-overlay .overlay__button:hover {\n opacity: 0.9;\n}\n.component-hubs-section-banner-overlay .button__link {\n display: block;\n width: 100%;\n height: 100%;\n padding: 0 40px;\n color: #FFF;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n}\n",""]),e.exports=o},965:function(e,n,t){"use strict";t(858)},966:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-jwplayer {\n margin: 0 auto;\n}\n.component-hubs-section-jwplayer .jwplayer-container .jwplayer-placeholder {\n width: 100%;\n}\n",""]),e.exports=o},967:function(e,n,t){"use strict";t(859)},968:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-text {\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 17px;\n line-height: 28px;\n letter-spacing: 0;\n margin: auto;\n padding: 0 20px;\n color: #2E2E30;\n font-weight: 400;\n text-align: center;\n}\n@media (min-width: 768px) {\n.component-hubs-section-text {\n max-width: 800px;\n padding: 0 95px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-text {\n padding: 0;\n}\n}\n.component-hubs-section-text.color-framework--enabled {\n padding: 55px 20px 35px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-text.color-framework--enabled {\n padding: 60px 95px 40px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-text.color-framework--enabled {\n padding: 60px 0 40px;\n}\n}\n.component-hubs-section-text.color-framework--enabled h2,\n.component-hubs-section-text.color-framework--enabled h3 {\n margin-top: 0;\n}\n.component-hubs-section-text.color-framework--enabled p {\n margin-bottom: 20px;\n}\n.component-hubs-section-text h2,\n.component-hubs-section-text h3 {\n margin-bottom: 20px;\n font-family: "ProximaNovaSemiBold", Arial, sans-serif;\n letter-spacing: 0;\n text-align: center;\n}\n.component-hubs-section-text h2 em,\n.component-hubs-section-text h3 em,\n.component-hubs-section-text h2 i,\n.component-hubs-section-text h3 i {\n font-family: "ProximaNovaSemiBoldItalic", Arial, sans-serif;\n}\n.component-hubs-section-text h2 {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaSemiBold", Arial, sans-serif;\n font-size: 28px;\n font-weight: 600;\n line-height: 36px;\n letter-spacing: 0;\n color: inherit;\n}\n.component-hubs-section-text h3 {\n font-size: 22px;\n line-height: 28px;\n}\n.component-hubs-section-text p,\n.component-hubs-section-text ul,\n.component-hubs-section-text ol {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 17px;\n line-height: 28px;\n letter-spacing: 0;\n margin-bottom: 25px;\n color: inherit;\n font-weight: 400;\n text-align: center;\n}\n.component-hubs-section-text b,\n.component-hubs-section-text strong {\n font-weight: normal;\n font-family: "ProximaNovaBold", Arial, sans-serif;\n}\n.component-hubs-section-text b em,\n.component-hubs-section-text strong em,\n.component-hubs-section-text b i,\n.component-hubs-section-text strong i {\n font-weight: normal;\n font-family: "ProximaNovaBoldItalic", Arial, sans-serif;\n}\n.component-hubs-section-text em,\n.component-hubs-section-text i {\n font-family: "ProximaNovaRegularItalic", Arial, sans-serif;\n font-style: normal;\n}\n.component-hubs-section-text em b,\n.component-hubs-section-text i b,\n.component-hubs-section-text em strong,\n.component-hubs-section-text i strong {\n font-weight: normal;\n font-family: "ProximaNovaBoldItalic", Arial, sans-serif;\n}\n.component-hubs-section-text a {\n color: #007CBE;\n text-decoration: underline;\n}\n.component-hubs-section-text a:hover {\n text-decoration: underline;\n}\n.component-hubs-section-text ul {\n list-style-type: disc;\n list-style-position: inside;\n}\n.component-hubs-section-text ol {\n list-style: decimal;\n list-style-position: inside;\n}\n.component-hubs-section-text {\n color: #2E2E30;\n}\n.component-hubs-section-text a {\n color: #A52066;\n}\n.component-hubs-section-text h2,\n.component-hubs-section-text h3 {\n font-family: "CaladeaBold", Georgia, serif;\n}\n',""]),e.exports=o},969:function(e,n,t){"use strict";t(860)},970:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 {\n position: relative;display: grid;grid-template-rows: [pad-top-start] 0 [pad-top-end row-1-start] minmax(0, max-content) [row-1-end row-2-start] minmax(0, max-content) [row-2-end row-3-start] minmax(0, max-content) [row-3-end row-4-start] minmax(0, max-content) [row-4-end row-5-start] minmax(0, max-content) [row-5-end pad-bottom-start] 0 [pad-bottom-end];grid-template-columns: auto;width: 100%;height: auto;overflow: hidden;text-align: left;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image {\n grid-row-start: row-1-start;grid-row-end: row-1-end;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .component-responsive-picture {\n padding-top: 75%;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .picture__image {\n width: 100%;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo {\n position: absolute;z-index: 9999;display: block;height: auto;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.portrait-critical img {\n width: 100%;height: 100%;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.landscape-critical img {\n width: auto;height: 100%;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__category {\n grid-row-start: row-2-start;grid-row-end: row-2-end;text-transform: uppercase;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__heading {\n grid-row-start: row-3-start;grid-row-end: row-3-end;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__heading a {\n transition: color 0.2s;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__heading a::after {\n position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;content: "";\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline {\n grid-row-start: row-4-start;grid-row-end: row-4-end;text-transform: unset;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline.authority {\n max-height: unset;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline .byline-authority-wrapper {\n display: inline-flex;align-items: center;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline .authority-check {\n display: inline-block;background-size: auto auto;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship {\n grid-row-start: row-5-start;grid-row-end: row-5-end;display: flex;flex-wrap: wrap;align-items: center;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship .article-listing__sponsorship__prefix {\n text-transform: uppercase;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship a,\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship span {\n margin-bottom: 3px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship .article-listing__sponsorship__img {\n margin-right: 3px;vertical-align: text-bottom;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship .article-listing__sponsorship__img-landscape-critical {\n display: block;max-width: 85px;max-height: 15px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__sponsorship .article-listing__sponsorship__img-portrait-critical {\n height: 20px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid {\n grid-template-rows: auto auto auto auto;\n grid-template-columns: 1fr 1fr;\n grid-template-areas: "feature feature" "feature feature" "item2 item3" "item4 item5";\n column-gap: 20px;\n row-gap: 30px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 {\n grid-area: feature;\n margin-bottom: 5px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo {\n top: 15px;\n right: 15px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.portrait-critical {\n width: 50px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.landscape-critical {\n height: 50px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline.authority {\n display: inline-flex;\n flex-wrap: wrap;\n align-items: center;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline.authority .byline-writer::after {\n display: inline-block;\n padding: 0 5px;\n content: \' | \';\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image {\n height: 100%;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .component-responsive-picture {\n padding-top: 104%;\n}\n@media (min-width: 1020px) {\n.component-hubs-section-featured-articles .common-view__featured-section-grid {\n grid-template-rows: auto auto;\n grid-template-columns: 1fr 1fr 1fr 1fr;\n grid-template-areas: "feature feature item2 item3" "feature feature item4 item5";\n}\n}\n@media (min-width: 768px) {\n.component-hubs-section-featured-articles .common-view__featured-section-grid {\n column-gap: 30px;\n row-gap: 40px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .article-listing__image .series-logo {\n top: 15px;\n right: 15px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .article-listing__image .series-logo.portrait-critical {\n width: 50px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .article-listing__image .series-logo.landscape-critical {\n height: 50px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .article-listing__byline.authority {\n display: inline-flex;\n flex-wrap: wrap;\n align-items: center;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .article-listing__byline.authority .byline-writer::after {\n display: inline-block;\n padding: 0 5px;\n content: \' | \';\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo {\n top: 20px;\n right: 20px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.portrait-critical {\n width: 75px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__image .series-logo.landscape-critical {\n height: 75px;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline.authority {\n display: inline-flex;\n flex-wrap: wrap;\n}\n.component-hubs-section-featured-articles .common-view__featured-section-grid .item-0 .article-listing__byline.authority .byline-writer::after {\n display: inline-block;\n padding: 0 5px;\n content: \' | \';\n}\n}\n',""]),e.exports=o},971:function(e,n,t){"use strict";t(861)},972:function(e,n,t){var o=t(81)(!1);o.push([e.i,"",""]),e.exports=o},973:function(e,n,t){"use strict";t(862)},974:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-email-capture {\n text-align: center;\n}\n.component-hubs-section-email-capture .fade-enter-active,\n.component-hubs-section-email-capture .fade-leave-active {\n transition: opacity 0.5s ease;\n}\n.component-hubs-section-email-capture .fade-enter,\n.component-hubs-section-email-capture .fade-leave-active {\n opacity: 0;\n}\n.component-hubs-section-email-capture .the-container-with-the-image {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n min-height: 400px;\n overflow: hidden;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image {\n min-height: 500px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group {\n position: relative;\n z-index: 2;\n min-height: 200px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group {\n min-height: 250px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-header {\n display: flex;\n flex-direction: column;\n padding-bottom: 45px;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-header .header-wrapper {\n display: -webkit-box;\n width: 280px;\n margin: auto auto 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-header .header-wrapper {\n width: 620px;\n -webkit-line-clamp: 2;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-header .header-copy {\n margin: 0;\n color: #222;\n font-size: 22px;\n font-family: 'OpenSansBold', sans-serif;\n line-height: 36px;\n white-space: initial;\n text-align: center;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-header .header-copy {\n font-size: 40px;\n line-height: 56px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta {\n margin: 0 auto;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .success-container {\n padding: 45px 0 25px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .success-container {\n padding: 45px 0 20px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .success-container .success-wrapper {\n display: flex;\n width: 260px;\n height: 68px;\n margin: 0 auto;\n color: #ffffff;\n background-color: #000000;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .success-container .success-wrapper {\n width: 310px;\n height: 93px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .success-container .success-wrapper h3.success {\n align-self: center;\n margin: 0 auto;\n font-size: 17px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0;\n text-align: center;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .initial-container {\n position: relative;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper .cta {\n width: 260px;\n height: 50px;\n margin-bottom: 12px;\n font-size: 16px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n border-radius: 0;\n appearance: none;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper .cta {\n width: 310px;\n height: 60px;\n margin-bottom: 15px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper .cta.input-email {\n padding: 20px;\n text-align: center;\n background: #FFF;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper .cta.submit-button {\n margin-bottom: 20px;\n color: #FFF;\n font-size: 17px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0.12px;\n background: #000;\n border: none;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper .cta.submit-button:hover {\n cursor: pointer;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .cta-wrapper.input-email {\n min-height: 60px;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .terms-and-conditions,\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .privacy-policy {\n font-size: 14px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n line-height: 14px;\n letter-spacing: 0.11px;\n text-decoration: underline;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .terms-and-conditions .terms-link,\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .privacy-policy .terms-link,\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .terms-and-conditions .policy-link,\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .privacy-policy .policy-link {\n color: inherit;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .terms-and-conditions {\n margin-bottom: 7px;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .error-container {\n position: absolute;\n bottom: 2px;\n font-size: 12px;\n line-height: 12px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .error-container {\n font-size: 14px;\n line-height: 14px;\n}\n}\n.component-hubs-section-email-capture .the-container-with-the-image .group.group-cta .error-container span.error {\n color: #E0594C;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .background-image {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n}\n.component-hubs-section-email-capture .the-container-with-the-image .background-image img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n@media (min-width: 1200px) {\n.component-hubs-section-email-capture .the-container-with-the-image .email-capture-image {\n width: 100%;\n height: 100%;\n}\n}\n.component-hubs-section-email-capture .tracking-pixels .no-show {\n display: none;\n width: 1px;\n height: 1px;\n}\n",""]),e.exports=o},975:function(e,n,t){var content=t(1120);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("66655698",content,!0,{sourceMap:!1})},976:function(e,n,t){"use strict";t(863)},977:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-hubs-section-spotlight {\n padding: 0;\n}\n@media (min-width: 1020px) {\n.component-hubs-section-spotlight {\n padding: 0 25px;\n}\n}\n@media (min-width: 1200px) {\n.component-hubs-section-spotlight {\n padding: 0;\n}\n}\n",""]),e.exports=o},978:function(e,n,t){"use strict";t(865)},979:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-split-column {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n max-width: 1250px;\n margin: auto;\n /* .column--image {} */\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column.spaced-apart {\n padding: 0 20px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column.spaced-apart {\n padding: 0 30px;\n}\n}\n.component-hubs-section-split-column.reverse {\n flex-direction: row-reverse;\n}\n.component-hubs-section-split-column .column {\n position: relative;\n display: flex;\n flex: 1;\n flex-basis: 100%;\n flex-direction: column;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .column {\n flex-basis: 50%;\n}\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .column--spaced-apart {\n flex-basis: calc(50% - 20px);\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .column--spaced-apart {\n flex-basis: calc(50% - 30px);\n}\n}\n.component-hubs-section-split-column .column--spaced-apart:first-child {\n margin-bottom: 20px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .column--spaced-apart:first-child {\n margin-right: 20px;\n margin-bottom: 0;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .column--spaced-apart:first-child {\n margin-right: 30px;\n}\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .column--spaced-apart.column--reverse:first-child {\n margin-right: 0 !important;\n margin-left: 20px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .column--spaced-apart.column--reverse:first-child {\n margin-left: 30px;\n}\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .component-responsive-picture {\n height: 100%;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .component-responsive-picture.split-column-height--tall-critical .picture {\n height: 830px;\n}\n.component-hubs-section-split-column .component-responsive-picture.split-column-height--compact-critical .picture {\n min-height: 325px;\n}\n}\n.component-hubs-section-split-column .column--text {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 17px;\n font-weight: 400;\n line-height: 28px;\n letter-spacing: 0;\n align-items: center;\n justify-content: center;\n padding: 50px 20px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .column--text {\n min-height: 384px;\n padding: 70px 20px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .column--text.split-column-height--tall-critical {\n height: 830px;\n}\n.component-hubs-section-split-column .column--text.split-column-height--compact-critical {\n min-height: 325px;\n}\n}\n.component-hubs-section-split-column .split-column--sponsorship {\n margin-bottom: 15px;\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .split-column--sponsorship {\n margin-bottom: 15.5px;\n width: 380px;\n}\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n line-height: 20px;\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo a {\n display: flex;\n color: inherit;\n text-decoration: underline;\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--image {\n margin-left: 3px;\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--image.sponsored-logo--image__landscape-critical {\n max-width: 130px;\n max-height: 24px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--image.sponsored-logo--image__landscape-critical {\n max-width: 200px;\n max-height: 30px;\n}\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--image.sponsored-logo--image__portrait-critical {\n height: 30px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--image.sponsored-logo--image__portrait-critical {\n height: 40px;\n}\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-byline {\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n text-align: center;\n display: -webkit-box;\n max-height: calc(1 * 20px);\n overflow: hidden;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n margin-right: 3px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-byline {\n font-size: 16px;\n}\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .partnername {\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n}\n.component-hubs-section-split-column .component-hubs-section-sponsored-logo .sponsored-logo--tracking-data {\n display: none;\n}\n.component-hubs-section-split-column .header {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaSemiBold", Arial, sans-serif;\n font-size: 28px;\n font-weight: 600;\n line-height: 36px;\n letter-spacing: 0;\n margin-bottom: 15px;\n text-align: center;\n display: -webkit-box;\n max-height: calc(3 * 36px);\n overflow: hidden;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .header {\n width: 380px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .header {\n margin-bottom: 20px;\n}\n}\n.component-hubs-section-split-column .header--no-copy {\n margin-bottom: 25px;\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .header--no-copy {\n margin-bottom: 30px;\n}\n}\n.component-hubs-section-split-column .copy {\n margin-bottom: 25px;\n text-align: center;\n display: -webkit-box;\n max-height: calc(7 * 28px);\n overflow: hidden;\n -webkit-line-clamp: 7;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .copy {\n width: 380px;\n}\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .copy {\n margin-bottom: 30px;\n}\n}\n.component-hubs-section-split-column .copy.copy-height--tall-critical {\n display: -webkit-box;\n max-height: calc(16 * 28px);\n overflow: hidden;\n -webkit-line-clamp: 16;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n}\n.component-hubs-section-split-column .copy.copy-height--compact-critical {\n display: -webkit-box;\n max-height: calc(5 * 28px);\n overflow: hidden;\n -webkit-line-clamp: 5;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n}\n.component-hubs-section-split-column .cta__a {\n color: inherit;\n text-decoration: unset;\n}\n.component-hubs-section-split-column .cta-button {\n min-width: 100px;\n padding: 6px 30px;\n border-radius: 3px;\n cursor: pointer;\n text-align: center;\n}\n.component-hubs-section-split-column .cta-link__a {\n text-decoration-line: underline;\n}\n.component-hubs-section-split-column .disclaimer {\n margin-top: 30px;\n font-size: 12px;\n line-height: 18px;\n display: -webkit-box;\n max-height: calc(3 * 18px);\n overflow: hidden;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n}\n@media (min-width: 991px) {\n.component-hubs-section-split-column .disclaimer {\n width: 380px;\n position: absolute;\n bottom: 20px;\n}\n}\n.component-hubs-section-split-column .disclaimer b,\n.component-hubs-section-split-column .disclaimer strong {\n font-family: "ProximaNovaBold", Arial, sans-serif;\n}\n.component-hubs-section-split-column .disclaimer b em,\n.component-hubs-section-split-column .disclaimer strong em,\n.component-hubs-section-split-column .disclaimer b i,\n.component-hubs-section-split-column .disclaimer strong i {\n font-family: "ProximaNovaBoldItalic", Arial, sans-serif;\n}\n.component-hubs-section-split-column .disclaimer em,\n.component-hubs-section-split-column .disclaimer i {\n font-family: "ProximaNovaRegularItalic", Arial, sans-serif;\n}\n.component-hubs-section-split-column .disclaimer em b,\n.component-hubs-section-split-column .disclaimer i b,\n.component-hubs-section-split-column .disclaimer em strong,\n.component-hubs-section-split-column .disclaimer i strong {\n font-family: "ProximaNovaBoldItalic", Arial, sans-serif;\n}\n.component-hubs-section-split-column .header {\n font-family: "CaladeaBold", Georgia, serif;\n}\n',""]),e.exports=o},980:function(e,n,t){"use strict";t(866)},981:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-table-of-content {\n position: relative;\n margin: 55px 0;\n padding-top: 13px;\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content {\n margin: 60px 0;\n padding-top: 14px;\n}\n}\n.component-hubs-table-of-content.left .toc-heading {\n right: auto;\n left: 10px;\n transform: none;\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content.left .toc-heading {\n left: 20px;\n}\n}\n.component-hubs-table-of-content.center .toc-heading {\n right: 50%;\n left: auto;\n transform: translate(50%);\n}\n.component-hubs-table-of-content.right .toc-heading {\n right: 10px;\n left: auto;\n transform: none;\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content.right .toc-heading {\n right: 20px;\n}\n}\n.component-hubs-table-of-content .toc-heading {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaSemiBold", Arial, sans-serif;\n font-size: 28px;\n font-weight: 600;\n line-height: 36px;\n letter-spacing: 0;\n position: absolute;\n top: 0;\n right: 50%;\n display: inline-block;\n margin-bottom: 0;\n padding: 0 15px;\n font-size: 17px;\n line-height: 28px;\n white-space: nowrap;\n background: #FFF;\n transform: translate(50%);\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content .toc-heading {\n font-size: 22px;\n}\n}\n.component-hubs-table-of-content .toc-container {\n padding: 25px 25px 15px;\n border: 1px solid #606B71;\n border-radius: 5px;\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content .toc-container {\n padding: 35px 35px 25px;\n}\n}\n.component-hubs-table-of-content .toc-container__item {\n display: inline-flex;\n align-items: center;\n max-width: 100%;\n margin-bottom: 10px;\n white-space: nowrap;\n}\n.component-hubs-table-of-content .toc-container__item::after {\n position: relative;\n top: 1px;\n margin: 0 10px;\n color: #606B71;\n font-size: 13px;\n content: \'\\2022\';\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content .toc-container__item::after {\n margin: 0 13px;\n}\n}\n.component-hubs-table-of-content .toc-container__item:last-child::after {\n content: unset;\n}\n.component-hubs-table-of-content .toc-container__item .toc-container__link {\n color: #2E2E30;\n font-style: normal;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-size: 17px;\n font-weight: 400;\n line-height: 28px;\n letter-spacing: 0;\n display: inline-block;\n max-width: 100%;\n overflow: hidden;\n color: #A52066;\n font-size: 14px;\n line-height: 22px;\n text-overflow: ellipsis;\n}\n@media (min-width: 768px) {\n.component-hubs-table-of-content .toc-container__item .toc-container__link {\n font-size: 17px;\n line-height: 28px;\n}\n}\n.component-hubs-table-of-content .toc-heading {\n font-family: "CaladeaBold", Georgia, serif;\n}\n.component-hubs-table-of-content .toc-container__item .toc-container__link {\n color: #A52066;\n}\n',""]),e.exports=o},982:function(e,n,t){"use strict";t(867)},983:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-sweepstake {\n text-align: center;\n}\n.component-hubs-section-sweepstake .fade-enter-active,\n.component-hubs-section-sweepstake .fade-leave-active {\n transition: opacity 0.5s ease;\n}\n.component-hubs-section-sweepstake .fade-enter,\n.component-hubs-section-sweepstake .fade-leave-active {\n opacity: 0;\n}\n.component-hubs-section-sweepstake .component-hubs-section-sweepstake-color {\n padding: 40px 38px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .component-hubs-section-sweepstake-color {\n padding: 50px 95px 60px;\n}\n}\n.component-hubs-section-sweepstake .email-form {\n margin-bottom: 20px;\n}\n.component-hubs-section-sweepstake .email-wrapper {\n position: relative;\n}\n@media (min-width: 991px) {\n.component-hubs-section-sweepstake .email-wrapper {\n max-width: 600px;\n margin: 0 auto;\n}\n}\n.component-hubs-section-sweepstake .copy-wrapper {\n margin-bottom: 35px;\n}\n.component-hubs-section-sweepstake .copy-wrapper__heading,\n.component-hubs-section-sweepstake .copy-wrapper__body {\n display: -webkit-box;\n overflow: hidden;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .copy-wrapper__heading,\n .component-hubs-section-sweepstake .copy-wrapper__body {\n -webkit-line-clamp: 2;\n}\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .email-capture-wrapper {\n width: 300px;\n margin: 0 auto;\n}\n}\n.component-hubs-section-sweepstake .email-form-wrapper {\n margin-bottom: 19px;\n}\n.component-hubs-section-sweepstake .email-form-wrapper.input-email {\n min-height: 52px;\n}\n.component-hubs-section-sweepstake .email-form-wrapper .input-field {\n width: 100%;\n margin-bottom: 35px;\n padding-bottom: 5px;\n color: #606B71;\n font-size: 14px;\n font-family: "ProximaNovaMedium", Arial, sans-serif;\n font-style: normal;\n line-height: 22px;\n letter-spacing: 0;\n text-align: center;\n background: unset;\n border: none;\n}\n.component-hubs-section-sweepstake .email-form-wrapper .input-field.theme--dark::placeholder {\n color: #606B71;\n}\n.component-hubs-section-sweepstake .email-form-wrapper .input-field.theme--light::placeholder {\n color: #EAEAEA;\n}\n.component-hubs-section-sweepstake .email-form-wrapper .input-field.email-address {\n margin-bottom: 21px;\n}\n.component-hubs-section-sweepstake .email-form-wrapper .input-field.error-msg {\n margin-bottom: 5px;\n}\n.component-hubs-section-sweepstake .cta-button {\n color: #606B71;\n font-size: 14px;\n font-family: "ProximaNovaMedium", Arial, sans-serif;\n font-style: normal;\n line-height: 22px;\n letter-spacing: 0;\n width: 100%;\n padding: 8px 25px;\n border: none;\n}\n.component-hubs-section-sweepstake .cta-button:hover {\n cursor: pointer;\n}\n.component-hubs-section-sweepstake .privacy-policy-wrapper {\n color: #606B71;\n font-size: 10px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-style: normal;\n line-height: 16px;\n letter-spacing: 0;\n}\n.component-hubs-section-sweepstake .privacy-policy-wrapper a {\n color: #606B71;\n font-size: 10px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-style: normal;\n line-height: 16px;\n letter-spacing: 0;\n}\n.component-hubs-section-sweepstake .error-wrapper {\n padding-bottom: 14px;\n}\n.component-hubs-section-sweepstake .error-wrapper.email-address {\n padding-bottom: 0;\n}\n.component-hubs-section-sweepstake .error-wrapper .error {\n display: block;\n color: #606B71;\n font-size: 10px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n font-style: normal;\n line-height: 16px;\n letter-spacing: 0;\n}\n.component-hubs-section-sweepstake .successful-wrapper {\n position: absolute;\n top: -3px;\n right: -3px;\n bottom: -3px;\n left: -3px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.component-hubs-section-sweepstake .success-text {\n font-family: \'ActaBook\', Georgia, serif;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image {\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n min-height: 400px;\n overflow: hidden;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image {\n min-height: 500px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group {\n position: relative;\n z-index: 2;\n min-height: 200px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group {\n min-height: 250px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-header {\n display: flex;\n flex-direction: column;\n padding-bottom: 45px;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-header .header-wrapper {\n display: -webkit-box;\n width: 280px;\n margin: auto auto 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-header .header-wrapper {\n width: 620px;\n -webkit-line-clamp: 3;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-header .header-copy {\n margin: 0;\n color: #222;\n font-size: 22px;\n font-family: \'ActaMedium\', Georgia, serif;\n line-height: 36px;\n white-space: initial;\n text-align: center;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-header .header-copy {\n font-size: 40px;\n line-height: 56px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta {\n margin: 0 auto;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .initial-container {\n position: relative;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .success-container {\n padding: 45px 0 25px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .success-container {\n padding: 45px 0 20px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .success-container .success-wrapper {\n display: flex;\n width: 260px;\n height: 68px;\n margin: 0 auto;\n color: #ffffff;\n background-color: #000000;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .success-container .success-wrapper {\n width: 310px;\n height: 93px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .success-container .success-wrapper h3.success {\n align-self: center;\n margin: 0 auto;\n font-size: 17px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0;\n text-align: center;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper.input-email {\n min-height: 75px;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper .cta {\n width: 260px;\n height: 50px;\n margin-bottom: 12px;\n font-size: 16px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n border-radius: 0;\n appearance: none;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper .cta {\n width: 310px;\n height: 60px;\n margin-bottom: 15px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper .cta.input-email {\n padding: 20px;\n text-align: center;\n background: #FFF;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper .cta.submit-button {\n margin-bottom: 20px;\n color: #FFF;\n font-size: 17px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 28px;\n letter-spacing: 0.12px;\n background: #000;\n border: none;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .cta-wrapper .cta.submit-button:hover {\n cursor: pointer;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .terms-and-conditions,\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .privacy-policy {\n font-size: 14px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n letter-spacing: 0.11px;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .terms-and-conditions {\n margin-bottom: 7px;\n text-decoration: underline;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .terms-and-conditions .terms-link {\n color: inherit;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .privacy-policy {\n font-size: 14px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n letter-spacing: 0.11px;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .privacy-policy .policy-link {\n color: inherit;\n text-decoration: underline;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .error-container {\n position: absolute;\n bottom: 2px;\n font-size: 12px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .error-container {\n font-size: 14px;\n}\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .group.group-cta .error-container span.error {\n color: #E0594C;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n}\n.component-hubs-section-sweepstake .the-container-with-the-image .background-image {\n position: absolute;\n top: 0;\n left: 50%;\n z-index: 1;\n transform: translateX(-50%);\n}\n.component-hubs-section-sweepstake .tracking-pixels .no-show {\n display: none;\n width: 1px;\n height: 1px;\n}\n',""]),e.exports=o},984:function(e,n,t){"use strict";t(868)},985:function(e,n,t){var o=t(81)(!1);o.push([e.i,".component-personnel-module-grid .component-personnel-module.personnel-index-0-critical .personnel-wrapper {\n margin-top: 0;\n}\n.component-personnel-module-grid .component-personnel-module.personnel-index-0-critical .personnel-wrapper.has-headshot {\n margin-top: 0;\n}\n.component-personnel-module-grid .component-personnel-module .personnel-wrapper {\n margin-top: 30px;\n}\n@media (min-width: 768px) {\n.component-personnel-module-grid .component-personnel-module .personnel-wrapper {\n display: flex;\n}\n}\n.component-personnel-module-grid .component-personnel-module .personnel-wrapper.has-headshot {\n margin-top: 30px;\n}\n@media (min-width: 768px) {\n.component-personnel-module-grid .component-personnel-module .personnel-wrapper.has-headshot {\n margin-top: 35px;\n}\n}\n",""]),e.exports=o},986:function(e,n,t){"use strict";t(869)},987:function(e,n,t){var o=t(81)(!1);o.push([e.i,'.component-hubs-section-title {\n padding: 55px 20px;\n color: #2E2E30;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title {\n padding: 60px 0;\n}\n}\n.component-hubs-section-title.color-theme-enabled {\n margin-bottom: 55px;\n padding: 70px 20px 65px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title.color-theme-enabled {\n margin-bottom: 60px;\n padding: 80px 0;\n}\n}\n.component-hubs-section-title.sponsorship-and-color-enabled {\n padding: 60px 20px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title.sponsorship-and-color-enabled {\n padding: 80px 0;\n}\n}\n.component-hubs-section-title .title-section-container {\n max-width: 578px;\n margin: 0 auto;\n}\n@media (min-width: 1020px) {\n.component-hubs-section-title .title-section-container {\n max-width: 800px;\n}\n}\n.component-hubs-section-title .title-header {\n color: #2E2E30;\n font-size: 32px;\n font-family: "FuturaPtDemi", Trebuchet MS, sans-serif;\n font-style: normal;\n line-height: 38px;\n font-family: "CaladeaBold", Georgia, serif;\n font-size: 34px;\n font-weight: 700;\n line-height: 40px;\n letter-spacing: 0;\n color: inherit;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title .title-header {\n color: #2E2E30;\n font-family: "FuturaPtDemi", Trebuchet MS, sans-serif;\n font-style: normal;\n line-height: 60px;\n font-family: "CaladeaBold", Georgia, serif;\n font-size: 50px;\n font-weight: 700;\n line-height: 55px;\n letter-spacing: 0;\n color: inherit;\n}\n}\n.component-hubs-section-title .title-subheader {\n margin-top: 10px;\n font-size: 17px;\n font-family: "ProximaNovaBold", Arial, sans-serif;\n line-height: 28px;\n}\n.component-hubs-section-title .title-sponsorship {\n display: inline-flex;\n align-items: center;\n margin-top: 15px;\n color: #444B51;\n}\n.component-hubs-section-title .title-sponsorship__byline {\n margin-right: 7.02px;\n color: inherit;\n font-size: 14px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 20px;\n}\n.component-hubs-section-title .title-sponsorship__byline.has-byline-only {\n margin-right: 0;\n}\n.component-hubs-section-title .title-sponsorship__logo {\n display: inline-block;\n}\n.component-hubs-section-title .sponosored-logo {\n display: block;\n margin: 0 auto;\n}\n.component-hubs-section-title .sponosored-logo.sponsored-logo--landscape-critical {\n max-width: 82px;\n max-height: 14px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title .sponosored-logo.sponsored-logo--landscape-critical {\n max-width: 116px;\n max-height: 20px;\n}\n}\n.component-hubs-section-title .sponosored-logo.sponsored-logo--portrait-critical {\n height: 21px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title .sponosored-logo.sponsored-logo--portrait-critical {\n height: 30px;\n}\n}\n.component-hubs-section-title {\n color: #444B51;\n}\n.component-hubs-section-title .title-header {\n color: inherit;\n font-size: 34px;\n font-family: "CaladeaBold", Georgia, serif;\n line-height: 40px;\n}\n@media (min-width: 768px) {\n.component-hubs-section-title .title-header {\n color: inherit;\n font-size: 50px;\n line-height: 61px;\n}\n}\n',""]),e.exports=o},988:function(e,n,t){var content=t(1122);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,t(82).default)("ba649296",content,!0,{sourceMap:!1})}}]);