(window.webpackJsonp=window.webpackJsonp||[]).push([[175,94,400],{1042:function(e,n,r){"use strict";r.r(n);r(19),r(32),r(44);var t=r(0),o=r(830),m={name:"SocialShares",props:{article:{type:Object,default:function(){return{}}},gtmInfo:{type:String,default:""},hasActionTitles:{type:Boolean,default:!1},iconColor:{type:String,default:"white"}},computed:{configTitle:function(){return Object(t.a)(this,"$config.site.title","")},domain:function(){return Object(t.a)(this,"$config.site.domain","")},emailHref:function(){var summary=Object(t.a)(this,"article.summary","");return"mailto:?subject=".concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle,"&body=").concat(summary,"%0D%0A%0D%0ACheck%20it%20out:%20").concat(this.domain).concat(this.slug,"?utm_source=DesktopEmailShare%26utm_medium=email")},facebookHref:function(){return"http://www.facebook.com/share.php?u=".concat(this.domain).concat(this.slug,"&title=").concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle)},flipboardHref:function(){return"https://share.flipboard.com/bookmarklet/popout?v=2&title=".concat(this.urlReadyArticleTitle,"&url=").concat(this.domain).concat(this.slug,"&utm_campaign=tools&utm_medium=article-share&utm_source=").concat(this.domain)},googleHref:function(){return"https://plus.google.com/share?url=".concat(this.domaim).concat(this.slug)},iconsToShow:function(){return Object(t.a)(this,"$config.configurableArticle.socialShareIcons",["facebook","pintrest","email","twitter","google"])},pintrestHref:function(){var image=Object(t.a)(this,"article.image.url","");return"http://pinterest.com/pin/create/bookmarklet/?media=".concat(image,"&url=").concat(this.domain).concat(this.slug,"&is_video=false&description=").concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle)},twitterHref:function(){return"//twitter.com/share?url=".concat(this.domain).concat(this.slug,"&text=").concat(this.urlReadyArticleTitle)},slug:function(){return Object(t.a)(this,"article.slug","")},urlReadyArticleTitle:function(){return encodeURIComponent(Object(t.a)(this,"article.title",""))},getArticleId:function(){return Object(t.a)(this,"article.id","")},getIsLoggedIn:function(){return Object(t.a)(this,"$store.state.user.me.name","")},getFavoritedArticleIds:function(){return Object(t.a)(this,"$store.state.user.me.favoritedArticleIds",{})},getIsFavorited:function(){if(!1!==this.getFavoritedArticleIds)return this.getFavoritedArticleIds[this.getArticleId]},dataEvent:function(){return this.getIsFavorited?"article unsave":"article save attempt"}},methods:{pinterestHandler:function(){(new o.a)({src:"https://assets.pinterest.com/js/pinit_main.js"}).then((function(){window.PinUtils&&window.PinUtils.pinAny&&window.PinUtils.pinAny()}))},getUserToken:function(){return this.$cookie.get("token")},openSocialWindow:function(e){e.preventDefault();var n=Object(t.a)(e,"target.href","")||Object(t.a)(e,"target.parentElement.href","");window.open(n,n,"width=500,height=500")},favoriteClickHandler:function(){var e=this.getArticleId;if(this.getIsLoggedIn){var n=this.getUserToken();this.$store.dispatch("user/FAVORITE_ARTICLE",{token:n,articleId:e}).then(this.checkFavoritedArticle)}else document.querySelector("body").className+=" no-scroll",window.dataLayer.push({event:"sign up lightbox impression",prompt:"article save"}),this.$store.dispatch("UPDATE_TEMP_FAVORITED_ARTICLE_ID",{articleId:e}),this.$store.dispatch("OPEN_AUTH_MODAL",{form:"sign-up",GTMPrompt:"article save"})},orderStyles:function(e){return{order:this.iconsToShow.indexOf(e)}},showIcon:function(e){return this.iconsToShow.includes(e)}}},c=(r(988),r(43)),component=Object(c.a)(m,(function(){var e=this,n=e.$createElement,r=e._self._c||n;return r("div",{staticClass:"component-social-shares"},[r("ul",{staticClass:"social-share-icons clearfix"},[e.showIcon("facebook")?r("li",{staticClass:"social-share-icons__item social-share-icons__item--facebook",style:e.orderStyles("facebook"),on:{click:function(n){return e.openSocialWindow(n)}}},[r("a",{attrs:{href:e.facebookHref,"data-info":e.gtmInfo,"data-event":"Facebook",target:"_blank","aria-label":"Share on Facebook"}},[r("span",{staticClass:"svg svg--facebook",class:"facebook-"+e.iconColor})]),e._v(" "),e.hasActionTitles?r("span",{staticClass:"action"},[e._v("Share")]):e._e()]):e._e(),e._v(" "),e.showIcon("pinterest")&&e.article.image?r("li",{staticClass:"social-share-icons__item social-share-icons__item--pinterest",style:e.orderStyles("pinterest"),on:{click:function(n){return e.openSocialWindow(n)}}},[r("a",{attrs:{href:e.pintrestHref,"data-info":e.gtmInfo,"data-event":"Pinterest",target:"_blank","aria-label":"Share on Pinterest"}},[r("span",{staticClass:"svg svg--pinterest",class:"pinterest-"+e.iconColor})]),e._v(" "),e.hasActionTitles?r("span",{staticClass:"action"},[e._v("Pin")]):e._e()]):e._e(),e._v(" "),e.showIcon("twitter")&&e.article.image?r("li",{staticClass:"social-share-icons__item social-share-icons__item--twitter",style:e.orderStyles("twitter"),on:{click:function(n){return e.openSocialWindow(n)}}},[r("a",{attrs:{href:e.twitterHref,"data-event":"Twitter",target:"_blank","aria-label":"Share on Twitter"}},[r("span",{staticClass:"svg svg--twitter",class:"twitter-"+e.iconColor})]),e._v(" "),e.hasActionTitles?r("span",{staticClass:"action"},[e._v("Tweet")]):e._e()]):e._e(),e._v(" "),e.showIcon("email")?r("li",{staticClass:"social-share-icons__item social-share-icons__item--email",style:e.orderStyles("email")},[r("a",{attrs:{href:e.emailHref,"data-info":e.gtmInfo,"data-event":"Email",target:"_top","aria-label":"Share with Email"}},[r("span",{staticClass:"svg svg--envelope",class:"envelope-"+e.iconColor})]),e._v(" "),e.hasActionTitles?r("span",{staticClass:"action"},[e._v("Email")]):e._e()]):e._e(),e._v(" "),e.showIcon("flipboard")?r("li",{staticClass:"social-share-icons__item social-share-icons__item--flipboard",style:e.orderStyles("flipboard"),on:{click:function(n){return e.openSocialWindow(n)}}},[r("a",{attrs:{href:e.flipboardHref,target:"_blank","data-event":"Flipboard","data-info":e.gtmInfo,"aria-label":"Flipboard Social Share"}},[r("span",{staticClass:"svg svg--flipboard",class:"flipboard-"+e.iconColor})])]):e._e(),e._v(" "),e.showIcon("favorite")?r("li",{staticClass:"social-share-icons__item social-share-icons__item--favorite",class:{"social-share-icons__item--is-favorited":e.getIsFavorited},style:e.orderStyles("favorite"),on:{click:e.favoriteClickHandler}},[r("a",{attrs:{"data-event":e.dataEvent,"data-info":e.slug,"aria-label":"Favorite Save Social Share"}},[r("span",{staticClass:"favorite-save-copy"},[e._v(" SAVE ")]),e._v(" "),r("span",{staticClass:"svg svg--heart heart-yellow-filled"}),e._v(" "),r("span",{staticClass:"svg svg--heart heart-black-outline"}),e._v(" "),r("span",{staticClass:"svg svg--heart heart-white-filled"}),e._v(" "),r("span",{staticClass:"svg svg--heart heart-white-outline"})])]):e._e(),e._v(" "),e.showIcon("google")?r("li",{staticClass:"social-share-icons__item social-share-icons__item--google",style:e.orderStyles("google"),on:{click:function(n){return e.openSocialWindow(n)}}},[r("a",{attrs:{href:e.googleHref,"data-info":e.gtmInfo,"data-event":"Google",target:"_top","aria-label":"Share on Google Plus"}},[r("span",{staticClass:"svg svg--google",class:"google-"+e.iconColor})]),e._v(" "),e.hasActionTitles?r("span",{staticClass:"action"},[e._v("Share")]):e._e()]):e._e()])])}),[],!1,null,null,null);n.default=component.exports},1102:function(e,n,r){"use strict";r(955)},1103:function(e,n,r){var t=r(93)(!1);t.push([e.i,".ad-dfp-infinite-scroll {\n position: absolute;\n top: 100%;\n z-index: 9999;\n}\n",""]),e.exports=t},1208:function(e,n,r){"use strict";r.r(n);r(185);var t={name:"AdInfiniteScroll",props:{index:{type:Number,default:0},slug:{type:String,default:""}}},o=(r(1102),r(43)),component=Object(o.a)(t,(function(){var e=this,n=e.$createElement,r=e._self._c||n;return r("div",{staticClass:"ad-infinite-scroll"},[r("AdGpt",{attrs:{loc:"infscroll",slots:"infscroll","page-number":e.index+1,"slot-number":1,sizes:[[1,2]],device:"mobile",slug:e.slug,"reve-bidding":"false","reve-breakpoint":"small","reve-refresh":"false","reve-batch":e.index+1===1?"1":""}}),e._v(" "),r("AdGpt",{attrs:{loc:"infscroll",slots:"infscroll","page-number":e.index+1,"slot-number":1,sizes:[[1,2]],device:"desktop",slug:e.slug,"reve-bidding":"false","reve-breakpoint":"medium,large","reve-refresh":"false","reve-batch":e.index+1===1?"1":""}})],1)}),[],!1,null,null,null);n.default=component.exports;installComponents(component,{AdGpt:r(502).default})},1468:function(e,n,r){var content=r(1769);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,r(94).default)("77fec313",content,!0,{sourceMap:!1})},1768:function(e,n,r){"use strict";r(1468)},1769:function(e,n,r){var t=r(93)(!1);t.push([e.i,".component-article-premium .infinite-scroll--article-container.container {\n margin: 0;\n}\n.component-article-premium .article-premium-wrapper .sticky-header {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n width: 100%;\n height: 60px;\n background-color: #FFF;\n box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.04);\n z-index: 10004;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header--inner {\n position: relative;\n width: 100%;\n max-width: 1440px;\n margin: 0 auto;\n padding: 3px 30px 0 30px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item {\n display: inline-block;\n vertical-align: middle;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__logo {\n width: 68px;\n height: 30px;\n margin-right: 80px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__logo .logo-blue {\n width: 100%;\n height: 100%;\n line-height: 0;\n font-size: 0;\n color: transparent;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__presents {\n margin-right: 20px;\n font-family: 'ProximaNovaMedium', Arial, sans-serif;\n font-size: 12px;\n letter-spacing: 1.71px;\n line-height: 18px;\n text-transform: uppercase;\n color: #F3CC4E;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.component-sponsored-logo-premium .sponsored-logo {\n display: inline-block;\n margin-right: 10px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.component-sponsored-logo-premium .sponsored-logo img {\n vertical-align: middle;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.component-sponsored-logo-premium .sponsored-byline {\n display: inline-block;\n margin-right: 20px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__title {\n font-size: 20px;\n line-height: 20px;\n letter-spacing: -0.2px;\n color: #222;\n vertical-align: middle;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap {\n position: absolute;\n top: 10px;\n right: 30px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares {\n background-color: #FFF;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item {\n width: 40px;\n height: 40px;\n display: inline-block;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item.social-share-icons__item--favorite,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--favorite {\n width: 90px;\n margin-left: 3px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item.social-share-icons__item--favorite.social-share-icons__item--is-favorited,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--favorite.social-share-icons__item--is-favorited {\n width: 40px;\n position: relative;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item.social-share-icons__item--favorite.social-share-icons__item--is-favorited .heart-white-filled,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--favorite.social-share-icons__item--is-favorited .heart-white-filled {\n position: absolute;\n right: 9px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item.social-share-icons__item--favorite .favorite-save-copy,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--favorite .favorite-save-copy {\n top: 11px;\n background: #222;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item .svg,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg {\n top: 11px;\n margin: 0 auto;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item .svg.svg--facebook,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--facebook {\n right: 16px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item .svg.svg--pinterest,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--pinterest {\n right: 11px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item .svg.svg--envelope,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--envelope {\n top: 13px;\n right: 11px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .social-share-icons-wrapper .social-share-icons .social-share-icons__item .svg.svg--flipboard,\n.component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--flipboard {\n top: 12px;\n right: 11px;\n}\n.component-article-premium .article-premium-wrapper .sticky-header .progress-bar {\n position: absolute;\n left: 0;\n bottom: -1.5px;\n height: 3px;\n width: 0;\n background-color: #FADF86;\n}\n.component-article-premium .article-premium-wrapper .premium-sections {\n padding-bottom: 50px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper {\n width: 100%;\n margin-bottom: 20px;\n overflow: hidden;\n margin-top: -60px;\n}\n@media (min-width: 768px) {\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper {\n margin-bottom: 35px;\n}\n}\n@media (min-width: 991px) {\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper {\n margin-top: -90px;\n}\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero {\n position: relative;\n width: 100%;\n background-repeat: no-repeat;\n background-position: center top;\n background-size: cover;\n z-index: 99;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero::before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.45) 96%);\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n /**\n /* Commenting out the original delay css below,\n /* but not removing as we'll want to return it once on bedrock\n **/\n}\n@keyframes heroItemFadeIn {\nfrom {\n opacity: 0;\n transform: translateY(50px);\n}\nto {\n opacity: 1;\n transform: translateY(0);\n}\n}\n@keyframes seriesLogoFadeIn {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper.animated-in .hero__info-item,\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper.animated-in .component-sponsored-logo-premium {\n animation: 0.4s ease 0s 1 forwards normal heroItemFadeIn;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper.animated-in .info__title {\n animation-delay: 0.2s;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper.animated-in .info__writer {\n animation-delay: 0.4s;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info-wrapper.animated-in .series-logo-ani-wrapper {\n animation: 0.8s ease-in-out 0.6s 1 forwards normal seriesLogoFadeIn;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .series-logo-ani-wrapper {\n opacity: 0;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .series-logo {\n position: absolute;\n top: 70px;\n right: 20px;\n width: 120px;\n height: auto;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info {\n position: absolute;\n right: 0;\n bottom: 50px;\n left: 0;\n width: 100%;\n max-width: 95%;\n margin: 0 auto;\n text-align: center;\n color: #FFF;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .hero__info-item {\n opacity: 0;\n transform: translateY(50px);\n transition: all 0.4s;\n background-color: rgba(0, 0, 0, 0.01);\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium {\n margin: 0 auto;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-logo {\n line-height: initial;\n margin-bottom: 20px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-byline {\n font-family: 'ProximaNovaLight', Arial, sans-serif;\n font-size: 14px;\n color: #FFF;\n line-height: 18px;\n margin-bottom: 20px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__title {\n margin-bottom: 30px;\n color: #FFF;\n font-size: 42px;\n letter-spacing: -0.4px;\n line-height: 50px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer {\n font-family: 'ProximaNovaLight', Arial, sans-serif;\n font-size: 18px;\n line-height: 18px;\n margin-top: 25px;\n color: #AAA;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer .writer-profile {\n display: inline-block;\n font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .hero__info-item,\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium {\n opacity: 0;\n transform: translateY(50px);\n transition: all 0.4s;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__presents {\n opacity: 0;\n margin-bottom: 20px;\n font-weight: 300;\n font-size: 14px;\n line-height: 18px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__presents.show-mobile-logo {\n display: block;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content {\n border-bottom: 1px solid #696969;\n border-top: 1px solid #696969;\n max-width: 335px;\n padding: 20px 0;\n text-align: center;\n margin: 50px auto 40px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content.margin-bottom--smaller {\n margin: 50px auto 10px;\n}\n@media (min-width: 768px) {\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content {\n max-width: 600px;\n margin: 60px auto 50px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content.margin-bottom--smaller {\n margin: 60px auto 15px;\n}\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content .sponsored-section {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n justify-content: center;\n gap: 10px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content .sponsored-section .sponsored-logo .sponsored-logo--image.sponsored-logo--image__portrait-critical {\n height: 26px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-sponsored-logo-premium.sponsored-content .sponsored-section .sponsored-byline {\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n font-size: 13px;\n line-height: 14px;\n letter-spacing: 1px;\n text-transform: uppercase;\n color: #222;\n margin: unset;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-compensation-disclaimer {\n display: block;\n text-align: center;\n max-width: 335px;\n margin: 0 auto 40px;\n color: #606B71;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n font-size: 10px;\n line-height: 16px;\n letter-spacing: normal;\n padding: unset;\n border: unset;\n}\n@media (min-width: 768px) {\n.component-article-premium .article-premium-wrapper .premium-sections .component-compensation-disclaimer {\n max-width: 600px;\n margin: 0 auto 50px;\n}\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content {\n width: 100%;\n margin: 0 auto;\n padding: 0 15px 50px 15px;\n font-size: 16px;\n color: #000;\n letter-spacing: 0;\n line-height: 26px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content p {\n margin: 0;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content p a {\n color: blue;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content .component-parse-embed {\n margin: 0 -15px 20px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content {\n text-align: center;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p {\n font-size: 22px;\n color: #000;\n letter-spacing: 0;\n line-height: 36px;\n text-align: left;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p a {\n color: blue;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content.drop_cap p::first-letter {\n float: left;\n padding-top: 10px;\n padding-right: 20px;\n font-size: 76px;\n line-height: 60px;\n color: #000;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote {\n padding: 0 25px;\n border-left: solid 10px #333;\n margin-bottom: 50px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote.is-visible blockquote {\n opacity: 1;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote blockquote {\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n font-size: 30px;\n color: #000;\n line-height: 38px;\n letter-spacing: -0.4px;\n margin: 0;\n opacity: 0;\n transition: opacity 1s;\n border-left: 0;\n padding-left: 0;\n width: 100%;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-heading {\n padding: 0 15px;\n margin-left: auto;\n margin-right: auto;\n}\n@media (min-width: 768px) {\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-heading {\n padding: 0 30px;\n}\n}\n@media (min-width: 991px) {\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-section-heading {\n max-width: 640px;\n padding: 0;\n}\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image {\n text-align: center;\n margin: 20px auto 50px;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link {\n position: relative;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link:hover {\n box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link img {\n vertical-align: top;\n}\n.component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image img {\n width: 100%;\n max-width: 1440px;\n}\n.component-article-premium .article-premium-wrapper .premium__credits {\n font-size: 18px;\n color: #000;\n letter-spacing: 0;\n line-height: 30px;\n width: 90%;\n max-width: 630px;\n margin: 0 auto;\n padding-top: 50px;\n padding-bottom: 50px;\n border-top: 1px solid rgba(151, 151, 151, 0.2);\n display: none;\n}\n.component-article-premium .article-premium-wrapper .premium__credits .premium__sponsored-logo {\n width: 100px;\n height: 35px;\n margin-top: 20px;\n margin-bottom: 20px;\n background-color: #BA11ED;\n display: none;\n}\n.component-article-premium .component-table-of-contents {\n max-width: 640px;\n padding: 0 20px;\n margin: 60px auto 50px;\n}\n@media (min-width: 768px) {\n.component-article-premium .component-table-of-contents {\n margin: 55px auto 60px;\n padding: 0;\n}\n}\n.component-article-premium .component-table-of-contents .toc-heading {\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n font-size: 16px;\n line-height: 22px;\n color: #2E2E30;\n top: -11px;\n left: 30px;\n}\n@media (min-width: 768px) {\n.component-article-premium .component-table-of-contents .toc-heading {\n left: 10px;\n}\n}\n.component-article-premium .component-slides-carousel .dots .dot.dot--is-current {\n background-color: #000;\n border: solid 1px #000;\n}\n.component-article-premium .component-article-section-inline-ad .inline-ad .inline-ad__label {\n display: none;\n}\n.component-article-premium .component-article-section-inline-ad .inline-ad--mobile-critical .inline-ad__wrapper {\n height: initial !important;\n margin: 0;\n background: none;\n}\n.component-article-premium .component-article-section-inline-ad .inline-ad--desktop-critical .inline-ad__wrapper.inline-ad__wrapper_reserve-space-desktop {\n height: initial !important;\n margin: 0;\n background: none;\n}\n/* stylelint-disable no-descending-specificity */\n.view .component-article-premium .article-premium-wrapper .sticky-header .component-social-shares {\n position: absolute;\n top: 18px;\n right: 30px;\n width: 152px;\n background-color: #FFF;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .component-social-shares .social-share-icons .social-share-icons__item {\n width: 30px;\n height: 30px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .component-social-shares .social-share-icons .social-share-icons__item .svg {\n background-size: 15px 15px;\n margin-top: 5px;\n width: 30px;\n height: 20px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--facebook::after {\n content: '';\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__logo {\n width: 250px;\n height: 17.25px;\n vertical-align: middle;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__logo .vertical-nav-logo {\n width: 190px;\n height: 11.08px;\n background-image: url(\"data:image/svg+xml,%3Csvg height='7' viewBox='0 0 120 7' width='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.00599002 6.13777038v-5.73444259h.72878535v5.04559068h2.7953411v.68885191zm8.92911813 0h.73078203v-5.73444259h-.73677204v5.73643926zm8.29816975.35141431 2.7394342-6.0858569h-.7727121l-1.9747088 4.42262895-1.9667221-4.42262895h-.7707155l2.7394343 6.08985025zm7.4076539-.35141431h3.3124792v-.67088186h-2.5896839v-1.99667221h2.2322796v-.64093178h-2.2322796v-1.75906822h2.5757072v-.66688852h-3.3064892v5.73643926zm10.0173045.17371049c1.2838602 0 2.1024958-.86655575 2.1024958-1.87487521 0-1.80898503-2.4519135-1.88685524-2.4519135-2.63560732 0-.26955075.1996673-.42329451.5111481-.42329451.4911814 0 .9284526.21963394 1.5034942.51114808l-.0159734-1.33577371c-.4465727-.21638693-.9374143-.32576667-1.4336106-.31946755-1.1201331 0-1.8509152.63893511-1.8509152 1.57537437 0 1.797005 2.3960067 1.82695508 2.3960067 2.74742097 0 .29351082-.3354409.50715474-.7787022.50715474-.6449251 0-1.345757-.45324459-1.5613976-.57703827l.0798668 1.50149751c.4687265.2145956.9779972.3262539 1.4935109.32745424zm8.6296173-.17371049h1.4296173v-4.50648918h1.7570715v-1.22795341h-4.9797005v1.22795341h1.785025v4.50848585zm9.8475873-4.63627288h.3494177c.5071547 0 .9144758.30349418.9144758.74276207 0 .60898502-.5191347.9124792-1.0183028.9124792h-.2455907zm-1.4316139 4.63826955h1.4316139v-2.19633943h.1018303l1.5454243 2.19633943h1.5773711l-1.7291182-2.45790349c.6149751-.34342762 1.0103162-.85257903 1.0103162-1.55740433 0-1.25191347-1.2479202-1.72312811-2.4279535-1.72312811h-1.5114808v5.73843593zm10.8599001-2.8592346c0-.92645591.5191348-1.70715475 1.3757072-1.70715475s1.3976705.65091515 1.3976705 1.68718802c0 .95440932-.5590682 1.69317804-1.3976705 1.69317804-.8386024 0-1.3757072-.70083195-1.3757072-1.67321131zm1.3976706 3.03294509c1.5114808 0 2.7953411-1.38569052 2.7953411-3.14076539 0-1.67121465-1.2958403-2.9391015-2.8073212-2.9391015-1.5853577 0-2.7953411 1.42762063-2.7953411 3.0608985 0 1.71514143 1.2559069 3.02096506 2.8073212 3.02096506zm8.1244592-.17371049h1.3637271v-3.01497504l3.6579035 3.35041598v-6.0718802h-1.3477537v3.10282862l-3.6738769-3.38835275zm13.3517471.17570716c.7644545-.02125973 1.5102752-.24074019 2.1643927-.63693844v-2.68752079h-2.4559068v1.16805324h1.0342762v.79866888c-.2112951.06940543-.4325152.10380245-.6549085.10183029-1.0402663 0-1.6592346-.65690516-1.6592346-1.68319468s.5870216-1.90083194 1.5973377-1.90083194c.6209651 0 1.0362729.23560732 1.6712147.79866888l.1517471-1.51747088c-.5461635-.32195415-1.163519-.50373106-1.797005-.52911814-1.8868553 0-3.0489185 1.5234609-3.0489185 3.16073212 0 1.70116472 1.2339434 2.92113144 2.9950083 2.92113144zm8.2422629-.53111481c0-.25142281-.2038185-.45524126-.4552413-.45524126s-.4552412.20381845-.4552412.45524126.2038184.45524127.4552412.45524127c.250089-.00212801.4529163-.20318388.457238-.4532446zm8.0465891-.11980033.049917-.83860233c-.423295.31946755-.96639.72678868-1.8549088.72678868-1.3018303 0-2.2143095-.96638935-2.2143095-2.38202995 0-1.41564059.9124792-2.35407653 2.2322796-2.35407653.6241427.00200396 1.2266647.22883584 1.6971717.6389351l.063893-.77470881c-.491739-.36349922-1.089764-.55441784-1.7011646-.54309485-1.7271214 0-3.0129783 1.30183029-3.0129783 3.1327787-.0151707.78888603.2898742 1.55027103.8455421 2.11045354.555668.56018252 1.3145598.87137825 2.1035427.86259139.6430661-.00164449 1.2696921-.20330923 1.7930121-.57703827zm8.669551-2.50183028c0-1.797005-1.126123-3.02895175-2.821298-3.02895175-1.597338 0-2.821298 1.48552412-2.821298 3.02895175 0 1.72512479 1.213977 3.07687188 2.821298 3.07687188 1.697171.00199667 2.823294-1.34775375 2.823294-3.07487521zm-2.817305-2.34608985c1.373711 0 2.102496 1.0702163 2.102496 2.35008319 0 1.33377704-.862562 2.39600666-2.102496 2.39600666-1.239933 0-2.094509-1.05424293-2.094509-2.39600666 0-1.22396007.870549-2.35008319 2.094509-2.35008319zm6.189684 5.25124792.752745-3.87753744 1.942763 4.23294509 1.860898-4.23294509.798669 3.87554076h.694842l-1.245924-6.06589018-2.108485 4.7640599-2.134443-4.7640599-1.245924 6.06589018h.686856zm-24.4292845-4.75207987c.0844465.04603587.1793735.06942368.2755408.06788685.0921642.01495442.1863123-.01039492.2585083-.06960327s.1154855-.14657237.1188627-.23988092c-.0059052-.15629938-.1196573-.28748796-.2735441-.31547421-.1477537-.05790349-.2136439-.1078203-.2136439-.19966722.0028118-.04883016.026079-.09421234.064086-.12499801.0380071-.03078568.0872316-.04412187.1355812-.03673244.0697862.00081677.1383209.01863581.1996672.05191348l.0379368-.11381032c-.0708437-.03960269-.1504588-.06087915-.231614-.06189684-.0853815-.01065653-.1713453.01471332-.2372595.07002059-.0659141.05530727-.1058278.13555877-.1101614.22149356.0135048.15469658.1302662.28050286.2835274.30549085.108409.01560334.1914232.1044285.1996672.21364392-.0039213.05495273-.0303741.10584318-.0730974.14062677s-.0979201.05036883-.1525265.04306708c-.087951-.00052871-.1741466-.02466349-.249584-.06988353zm1.7750416.05191348h.139767l-.0678868-1.07620633h-.1777038l-.1996673.52113145c-.0479201.13577371-.0858569.25357737-.1138103.36139767-.0279534-.11181364-.0638935-.2296173-.1078203-.36139767l-.1836938-.52113145h-.1777038l-.0758736 1.07620633h.1317804l.0279534-.46123128c0-.16173045.01797-.34143095.0199667-.47520799.0299501.12778702.0738769.2655574.1237937.41730449l.1737105.51314476h.1058236l.1996672-.52113145c.0539102-.14775374.0998336-.28352745.1357737-.39933444 0 .13377704 0 .31547421.0159734.46522463z' fill='%23231f20'/%3E%3C/svg%3E\");\n}\n@media (min-width: 1020px) {\n.view .component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__logo .vertical-nav-logo {\n width: 253px;\n height: 14px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__presents {\n color: #F3CC4E;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .sticky-header__item.sticky-header__title {\n width: calc(100% - 630px);\n margin: 18px 0;\n overflow: hidden;\n font-family: 'FuturaPtMedium', Trebuchet MS, sans-serif;\n white-space: nowrap;\n text-align: center;\n text-overflow: ellipsis;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .progress-bar {\n background-color: #007CBE;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares {\n position: static;\n width: 210px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares.is-sticky {\n width: 230px;\n margin-right: 15px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons {\n text-align: right;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item {\n float: left;\n margin: 0 3px;\n background-color: #F8F8F8;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--count {\n display: none;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item a {\n display: flex;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg {\n top: 12px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--facebook {\n right: 16px;\n width: 16px;\n height: 15px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--pinterest {\n right: 13px;\n}\n.view .component-article-premium .article-premium-wrapper .sticky-header .social-wrap .component-social-shares .social-share-icons .social-share-icons__item .svg.svg--flipboard {\n top: 12px;\n right: 13px;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections {\n background-color: #fff;\n /*\n TEMPORARY:\n These rules are here just to temporarily render custom modules\n in their default state. Once designs for Cuteness are available\n these rules can be updated\n */\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero {\n background-position: center;\n}\n@media (max-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero {\n height: calc(100vh - 50px);\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info {\n color: #fff;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info {\n bottom: 60px;\n max-width: 675px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info {\n max-width: 70%;\n}\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-byline {\n font-size: 18px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-section .sponsored-logo a img.sponsored-logo--image__landscape-critical {\n max-width: 122px;\n max-height: 21px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-section .sponsored-logo a img.sponsored-logo--image__landscape-critical {\n max-width: 175px;\n max-height: 30px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-section .sponsored-logo a img.sponsored-logo--image__portrait-critical {\n height: 28px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .component-sponsored-logo-premium .sponsored-section .sponsored-logo a img.sponsored-logo--image__portrait-critical {\n height: 40px;\n}\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__presents {\n display: block;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__title {\n color: #fff;\n font-size: 38px;\n font-family: 'FuturaPtMedium', Trebuchet MS, sans-serif;\n line-height: 49px;\n letter-spacing: -0.3px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__title {\n font-size: 48px;\n line-height: 58px;\n letter-spacing: -1px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__title {\n margin-bottom: 10px;\n font-size: 52px;\n line-height: 60px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer {\n color: #fff;\n font-family: 'FuturaPtMedium', Trebuchet MS, sans-serif;\n line-height: 23px;\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer {\n display: inline-block;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer .writer-profile {\n color: #fff;\n font-family: 'FuturaPtDemi', Trebuchet MS, sans-serif;\n border-bottom: 1px solid #fff;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__writer .writer-profile:hover {\n color: #007CBE;\n border-bottom: 1px solid #007CBE;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__spacing {\n display: none;\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__spacing {\n display: inline-block;\n margin: 0 12px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__date {\n font-size: 18px;\n font-family: 'FuturaPtDemi', Trebuchet MS, sans-serif;\n line-height: 23px;\n letter-spacing: 1px;\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .hero__info .info__date {\n display: inline-block;\n}\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .series-logo {\n top: 110px;\n right: 20px;\n width: 140px;\n}\n}\n@media (min-width: 1200px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .premium__hero-wrapper .premium__hero .series-logo {\n top: 150px;\n right: 50px;\n width: 200px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content {\n margin: 0 0 30px;\n padding: 0 15px;\n color: #373737;\n font-size: 18px;\n line-height: 29px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content {\n margin-bottom: 40px;\n padding: 0 30px 50px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content {\n max-width: 640px;\n margin-right: auto;\n margin-bottom: 50px;\n margin-left: auto;\n padding: 0;\n font-size: 20px;\n line-height: 30px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content strong {\n font-weight: 700;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content em {\n font-style: italic;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content p a {\n color: #007CBE;\n text-decoration: underline;\n transition: color 0.2s linear;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content p a:hover {\n color: #0D6493;\n text-decoration: underline;\n cursor: pointer;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content {\n margin-top: 30px;\n padding-top: 0;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content {\n max-width: 800px;\n margin-top: 50px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content {\n margin-top: 80px;\n margin-bottom: 26px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content::before {\n display: none;\n color: #737373;\n border-top: 1px solid #EAEAEA;\n border-bottom: 1px solid #EAEAEA;\n content: '';\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content::before {\n margin: 35px 0;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p {\n font-size: 25px;\n line-height: 38px;\n letter-spacing: -0.4px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p {\n font-size: 40px;\n line-height: 56px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p a {\n color: #007CBE;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content p a:hover {\n color: #0D6493;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content.drop_cap p::first-letter {\n padding-top: 16px;\n padding-right: 3px;\n color: #007CBE;\n font-size: 76px;\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n line-height: 40px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content.drop_cap p::first-letter {\n padding-top: 29px;\n font-size: 118px;\n line-height: 50px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-first-content.drop_cap p::first-letter {\n padding-top: 7px;\n padding-right: 8px;\n font-size: 116px;\n line-height: 90px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote {\n border-left: solid 8px #007CBE;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote {\n width: 95%;\n max-width: 800px;\n padding: 0 50px;\n border-width: 20px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote {\n border-width: 8px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote blockquote {\n left: 0;\n color: #373753;\n font-size: 24px;\n font-family: 'ProximaNovaBold', Arial, sans-serif;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote blockquote {\n font-size: 32px;\n line-height: 38px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote blockquote p {\n font-size: 21px;\n line-height: 38px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote blockquote p {\n font-size: 36px;\n line-height: 50px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image {\n position: relative;\n margin: 0 0 30px;\n padding: 0 15px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image {\n margin-bottom: 40px;\n padding: 0 30px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image {\n max-width: 640px;\n margin: 0 auto 50px;\n padding: 0;\n}\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link:hover {\n cursor: pointer;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link:hover img {\n transform: scale(1.025, 1.025);\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link picture .lazy-loader-loaded {\n transition: transform 0.35s;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link img {\n transition: transform 0.35s;\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image.has-image-link img:hover {\n cursor: pointer;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image img {\n width: 100%;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-premium-image img {\n width: 100%;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-embed {\n margin: 0 -15px 20px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-embed {\n margin: 0 0 20px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product {\n margin: 0 auto;\n padding: 0 15px 50px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product {\n padding: 0 30px 50px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product {\n padding: 0 0 50px;\n max-width: 640px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product-group {\n margin: 0 auto;\n padding: 0 15px 50px;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product-group {\n padding: 0 30px 50px;\n}\n}\n@media (min-width: 991px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-product-group {\n padding: 0 0 50px;\n max-width: 640px;\n}\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-code,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-content.is-pull-quote,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-end-wrapper,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-table,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-tip,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-things-needed,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-warning,\n .view .component-article-premium .article-premium-wrapper .premium-sections .component-article-section-custom-module {\n width: 640px;\n margin-right: auto;\n margin-left: auto;\n font-size: 18px;\n line-height: 30px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium__credits {\n color: #222;\n border-top: 1px solid rgba(151, 151, 151, 0.2);\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium__credits {\n font-size: 18px;\n line-height: 30px;\n}\n}\n.view .component-article-premium .article-premium-wrapper .premium__credits .premium__sponsored-logo {\n background-color: #BA11ED;\n}\n@media (min-width: 768px) {\n.view .component-article-premium .article-premium-wrapper .premium__credits .premium__sponsored-logo {\n margin-top: 50px;\n}\n}\n.view .component-article-premium .ad {\n margin-bottom: 30px;\n}\n@media (min-width: 991px) {\n.view .component-article-premium .ad {\n margin-bottom: 50px;\n}\n}\n.view .component-article-premium .component-slides-carousel .dots .dot.dot--is-current {\n background-color: #007CBE;\n border: solid 1px #007CBE;\n}\n@media (min-width: 768px) {\n.view .premium-gallery {\n width: calc(100% - 40px);\n margin: 100px auto 80px;\n}\n}\n@media (max-width: 768px) {\n.view .premium-gallery .gallery__item {\n transform: translateY(0) !important;\n}\n}\n@media (min-width: 768px) {\n.view .premium-gallery .gallery__item {\n flex: 0 1 calc(50% - 10px);\n}\n}\n@media (min-width: 768px) and all and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {\n.view .premium-gallery .gallery__item {\n flex: 0 1 48%;\n}\n}\n@media (min-width: 768px) {\n.view .premium-gallery .gallery__item:first-child {\n margin-bottom: 0;\n}\n}\n.view .premium-overlay {\n background-color: #ddd;\n box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);\n}\n@media (min-width: 768px) {\n.view .premium-overlay {\n height: 800px;\n}\n}\n@media (min-width: 768px) {\n.view .premium-overlay .overlay__info {\n bottom: 60px;\n max-width: 675px;\n}\n}\n.view .premium-overlay .overlay__info .info__heading {\n color: #007CBE;\n}\n@media (min-width: 768px) {\n.view .premium-overlay .overlay__info .info__heading {\n font-size: 42px;\n line-height: 50px;\n}\n}\n@media (min-width: 768px) {\n.view .premium-overlay .overlay__info .info__subheading {\n font-size: 20px;\n line-height: 30px;\n}\n}\n@media (min-width: 550px) {\n.view .component-slides-carousel .slides-outer {\n height: 350px;\n}\n}\n@media (min-width: 768px) {\n.view .component-slides-carousel .slides-outer {\n height: 500px;\n}\n}\n@media (min-width: 991px) {\n.view .component-slides-carousel .slides-outer {\n height: 650px;\n}\n}\n@media (min-width: 550px) {\n.view .component-slides-carousel .slides-outer .slides-inner .slide img {\n height: 350px;\n}\n}\n@media (min-width: 768px) {\n.view .component-slides-carousel .slides-outer .slides-inner .slide img {\n height: 500px;\n}\n}\n@media (min-width: 991px) {\n.view .component-slides-carousel .slides-outer .slides-inner .slide img {\n height: 650px;\n}\n}\n@media (min-width: 550px) {\n.view .component-slides-carousel .navigation .navigation-arrows {\n top: 165px;\n}\n}\n@media (min-width: 768px) {\n.view .component-slides-carousel .navigation .navigation-arrows {\n top: 227px;\n width: 57px;\n height: 57px;\n}\n}\n@media (min-width: 991px) {\n.view .component-slides-carousel .navigation .navigation-arrows {\n top: 296px;\n}\n}\n.view .component-slides-carousel .navigation .navigation-arrows:hover {\n background-color: rgba(0, 0, 0, 0);\n}\n@media (min-width: 768px) {\n.view .component-slides-carousel .navigation .navigation-arrows.navigation-arrows--previous {\n left: 30px;\n}\n}\n@media (min-width: 768px) {\n.view .component-slides-carousel .navigation .navigation-arrows.navigation-arrows--next {\n right: 30px;\n}\n}\n.component-article-premium .enabled-slideshow::before {\n position: absolute;\n z-index: 1;\n display: block;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0);\n transition: background-color 0.6s ease-in-out;\n content: \" \";\n}\n.component-article-premium .expand-icon-position {\n position: absolute;\n bottom: 30px;\n left: 50%;\n z-index: 2;\n transform: translate(-50%);\n}\n.component-article-premium .visible.component-article-premium-image.enabled-slideshow::before,\n.component-article-premium .visible.component-parallax-image.enabled-slideshow::before,\n.component-article-premium .visible .center-slide.enabled-slideshow::before {\n background-color: rgba(0, 0, 0, 0.1);\n}\n.component-article-premium .visible.component-article-premium-image.enabled-slideshow .expand-icon-position,\n.component-article-premium .visible.component-parallax-image.enabled-slideshow .expand-icon-position,\n.component-article-premium .visible .center-slide.enabled-slideshow .expand-icon-position {\n opacity: 1;\n}\n.component-article-premium .enabled-slideshow:hover,\n.component-article-premium.enabled-slideshow:hover {\n cursor: pointer;\n}\n.component-article-premium .enabled-slideshow:hover::before,\n.component-article-premium.enabled-slideshow:hover::before {\n background-color: rgba(0, 0, 0, 0.1);\n}\n.component-article-premium .enabled-slideshow:hover .expand-icon-position,\n.component-article-premium.enabled-slideshow:hover .expand-icon-position {\n opacity: 1;\n}\n",""]),e.exports=t},2068:function(e,n,r){"use strict";r.r(n);r(20),r(30),r(21),r(48),r(13),r(49);var t=r(8),o=r(18),m=(r(185),r(159),r(5),r(27),r(0)),c=r(118),l=r(95),h=r(130);function d(object,e){var n=Object.keys(object);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(object);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),n.push.apply(n,r)}return n}function w(e){for(var i=1;i500&&window.innerWidth>991?(this.showStickyHeader=!0,this.hasBeenSeen=!1,document.querySelector(".component-site-header").style.opacity=0):(rect.top>0||rect.bottom<500)&&!this.hasBeenSeen&&(this.hasBeenSeen=!0,this.showStickyHeader=!1,document.querySelector(".component-site-header").style.opacity=1)}},setProgressBar:function(){var e=this.$refs.premiumArticleContainer;if(e&&!(Math.abs(e.getBoundingClientRect().top)>e.offsetHeight)){var n=Math.abs(e.getBoundingClientRect().top)/e.offsetHeight*100;this.$refs.premiumArticleProgressBar.style.width="".concat(n,"%")}},setPullQuotesOpacity:function(){var e=document.getElementsByClassName("is-pull-quote");if(0!==e.length)for(var n=window.innerHeight,i=0;i0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return this.hasScriptBeenLoaded(e.src)?Promise.resolve():new Promise(this.promiseResolver(e,n))}},{key:"appendScript",value:function(e,n,r){var script=document.createElement("script");for(var t in script.type="text/javascript",!1===e.async?delete e.async:e.async=!0,e)script[t]=e[t];script.onload=n,script.onerror=r,document.head.appendChild(script)}},{key:"hasScriptBeenLoaded",value:function(e){return!0===this.scripts[e]}},{key:"setScript",value:function(e){this.scripts[e]=!0}},{key:"promiseResolver",value:function(e){var n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};return function(t,o){n.appendScript(e,(function(){n.setScript(e.src,!0),t(r())}),(function(){o("error")}))}}}]),e}())},874:function(e,n,r){var content=r(989);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,r(94).default)("e006f098",content,!0,{sourceMap:!1})},955:function(e,n,r){var content=r(1103);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,r(94).default)("163e31a1",content,!0,{sourceMap:!1})},988:function(e,n,r){"use strict";r(874)},989:function(e,n,r){var t=r(93)(!1);t.push([e.i,"",""]),e.exports=t}}]);