:root{--font-offset-ratio:0;--mobile:375;--portrait:768;--landscape:1200;--desktop:1440;--desktop-reference:1440;--desktop-large:1920;--base:16;--noe-display:"Noe Display", sans-serif;--noe-display-italic:"Noe Display Italic", sans-serif;--noe-display-regular-italic:"Noe Display Regular Italic", sans-serif;--futura-std:"Futura Std Regular", sans-serif;--futura-std-bold:"Futura Std Bold", sans-serif;--futura-std-light:"Futura Std Light", sans-serif;--futura-std-book:"Futura Std Book", sans-serif;--noe-text:"Noe Text Regular", sans-serif;--global-font-multiplier-quaternary:1;--black:#000;--white:#fff;--forest-green:#476B59;--teal-green:#009F9B;--red-orange:#E0564C;--light-grey:#E1E6E5;--light-grey-2:#9C9C9C;--grey:#aaa;--dark-grey:#595A59;--block-padding-lr:1.25rem;--block-margin-tb:2.5rem}:root.firefox,:root.win32.chrome,:root.android.chrome{--font-offset-ratio:0.085}@media screen and (min-width:768px){:root{--block-padding-lr:2.5rem}}@media screen and (min-width:1024px){:root{--block-padding-lr:3.125rem}}@media screen and (min-width:768px){:root{--block-margin-tb:3.75rem}}@media screen and (min-width:1024px){:root{--block-margin-tb:6.25rem}}.hero-multi-layout__container{background-color:var(--block-bg-colour);display:grid;position:relative;align-items:center;overflow:var(--block-overflow,hidden);border-radius:calc(var(--block-border-radius)/var(--base)*1rem/2);gap:calc(var(--section-gap-mobile)/var(--base)*1rem)}.hero-multi-layout__container.full-width{grid-template-columns:1fr;grid-template-rows:1fr}@media screen and (min-width:768px){.hero-multi-layout__container.full-width .s1{position:relative;--spread:calc(100% - var(--gradient-spread))}.hero-multi-layout__container.full-width .s1::before{grid-area:var(--gradient-grid-area);content:"";pointer-events:none;z-index:var(--gradient-zindex);position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(var(--gradient-origin),#fff0 0%,#fff0 calc(var(--spread) - var(--gradient-amount)),var(--gradient-colour) calc(100% - var(--gradient-amount)));opacity:var(--gradient-opacity)}}.hero-multi-layout__container.full-width .s1 picture{max-height:var(--max-height-mobile,inherit)}@media screen and (min-width:768px){.hero-multi-layout__container.full-width .s1 picture{max-height:var(--max-height-tablet,inherit)}}@media screen and (min-width:1024px){.hero-multi-layout__container.full-width .s1 picture{max-height:var(--max-height-desktop,inherit)}}.hero-multi-layout__container.full-width .s1 picture img{-o-object-position:center;object-position:center}.hero-multi-layout__container.two-columns{grid-template:"section1" "section2"/1fr}@media screen and (max-width:1024px){.hero-multi-layout__container.two-columns.mobile-reverse{grid-template:"section2" "section1"/1fr}.hero-multi-layout__container.two-columns.mobile-reverse .s2 .eyebrow-style{margin-top:.625rem}}@media screen and (min-width:1024px){.hero-multi-layout__container.two-columns.image-left .s1{grid-column:1}.hero-multi-layout__container.two-columns.image-left .s2{grid-column:2}}@media screen and (min-width:1024px){.hero-multi-layout__container.two-columns{gap:calc(var(--section-gap-tablet)/var(--base)*1rem);grid-template:"section1 section2"/var(--section-width-left) var(--section-width-right)}.hero-multi-layout__container.two-columns--vertical-desktop{grid-template:"section1" "section2"/1fr}}@media screen and (min-width:1024px){.hero-multi-layout__container.two-columns{gap:calc(var(--section-gap-desktop)/var(--base)*1rem)}}@supports(aspect-ratio:3/2){.hero-multi-layout__container.two-columns .s1 img{height:inherit;aspect-ratio:3/2}}@media screen and (min-width:1024px){.hero-multi-layout__container.two-columns .s1{grid-column:2}@supports(aspect-ratio:1089/694){.hero-multi-layout__container.two-columns .s1 img{height:inherit;aspect-ratio:1089/694}}}@media screen and (max-width:1024px){.hero-multi-layout__container.two-columns .s2{grid-row:2}}@media screen and (max-width:1024px){.hero-multi-layout__container.is-hero{grid-template-rows:2fr}.hero-multi-layout__container.is-hero .s2{grid-row:2}}.hero-multi-layout__section{display:grid;grid-template:"main"/1fr;height:100%;background-color:var(--bg-colour);position:relative}.hero-multi-layout__section-1{overflow:hidden;grid-area:section1;grid-row:1;grid-column:1;background-color:var(--s1-bg-colour);padding:calc(var(--s1-pt-mobile, 0)/var(--base)*1rem) calc(var(--s1-pr-mobile, 0)/var(--base)*1rem) calc(var(--s1-pb-mobile, 0)/var(--base)*1rem) calc(var(--s1-pl-mobile, 0)/var(--base)*1rem);position:relative;--spread:calc(100% - var(--gradient-spread))}@media screen and (min-width:768px){.hero-multi-layout__section-1{padding:calc(var(--s1-pt-tablet, 0)/var(--base)*1rem) calc(var(--s1-pr-tablet, 0)/var(--base)*1rem) calc(var(--s1-pb-tablet, 0)/var(--base)*1rem) calc(var(--s1-pl-tablet, 0)/var(--base)*1rem)}}@media screen and (min-width:1024px){.hero-multi-layout__section-1{padding:calc(var(--s1-pt-desktop, 0)/var(--base)*1rem) calc(var(--s1-pr-desktop, 0)/var(--base)*1rem) calc(var(--s1-pb-desktop, 0)/var(--base)*1rem) calc(var(--s1-pl-desktop, 0)/var(--base)*1rem)}}.hero-multi-layout__section-1::before{grid-area:var(--gradient-grid-area);content:"";pointer-events:none;z-index:var(--gradient-zindex);position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(var(--gradient-origin),#fff0 0%,#fff0 calc(var(--spread) - var(--gradient-amount)),var(--gradient-colour) calc(100% - var(--gradient-amount)));opacity:var(--gradient-opacity)}.hero-multi-layout__section-1 img{-o-object-fit:cover;object-fit:cover;height:inherit}.hero-multi-layout__image-container{height:100%}.hero-multi-layout__image-container.sp_square{aspect-ratio:1/1}@supports not (aspect-ratio:1/1){.hero-multi-layout__image-container.sp_square{height:calc(100vw - var(--global-block-margin))}}@media screen and (min-width:768px){.hero-multi-layout__image-container.sp_square{aspect-ratio:333/290;filter:drop-shadow(0 10px 20px rgb(0 0 0 / .1))}@supports not (aspect-ratio:333/290){.hero-multi-layout__image-container.sp_square{height:70%}}}.hero-multi-layout__section-2{grid-area:section2;grid-row:1;grid-column:1;display:grid;background-color:var(--s2-bg-colour);row-gap:.625rem;padding:calc(var(--s2-pt-mobile, 40)/var(--base)*1rem) calc(var(--s2-pr-mobile, 20)/var(--base)*1rem) calc(var(--s2-pb-mobile, 40)/var(--base)*1rem) calc(var(--s2-pl-mobile, 20)/var(--base)*1rem);align-content:var(--v-align-m,center);text-align:var(--text-align-m,left);justify-items:var(--h-align-m,left)}@media screen and (min-width:768px){.hero-multi-layout__section-2{grid-column:1;padding:calc(var(--s2-pt-tablet, 70)/var(--base)*1rem) calc(var(--s2-pr-tablet, 40)/var(--base)*1rem) calc(var(--s2-pb-tablet, 70)/var(--base)*1rem) calc(var(--s2-pl-tablet, 40)/var(--base)*1rem);align-content:var(--v-align-d,left);text-align:var(--text-align-d,left);justify-items:var(--h-align-d,left)}}@media screen and (min-width:1820px){.hero-multi-layout__section-2{padding:calc(var(--s2-pt-desktop, 30)/var(--base)*1rem) calc(var(--s2-pr-desktop, 100)/var(--base)*1rem) calc(var(--s2-pb-desktop, 30)/var(--base)*1rem) calc(var(--s2-pl-desktop, 100)/var(--base)*1rem)}}.hero-multi-layout__section-2.v-space-between{align-content:space-between}.hero-multi-layout__section-copy{max-width:33.125rem}.hero-multi-layout__eyebrow-text,.hero-multi-layout .article-category,.hero-multi-layout__credit,.hero-multi-layout__credit p{color:var(--s2-eyebrow-colour,#fff);font-family:var(--futura-std);font-size:.6875rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.06875rem;height:-moz-max-content;height:max-content;text-transform:uppercase;margin:0}@media screen and (min-width:768px){.hero-multi-layout__eyebrow-text,.hero-multi-layout .article-category,.hero-multi-layout__credit,.hero-multi-layout__credit p{font-size:.8125rem;letter-spacing:.08125rem}}.hero-multi-layout__title{margin-bottom:.625rem;color:var(--s2-title-colour,#fff);font-size:1.75rem;font-style:normal;font-weight:500;line-height:normal}@media screen and (min-width:768px){.hero-multi-layout__title{font-size:2.5rem;line-height:105%}}.hero-multi-layout__subtitle{margin-bottom:.3125rem;font-family:var(--noe-display-italic);color:var(--s2-subtitle-colour,#fff);font-size:1.5rem;font-style:italic;font-weight:400;line-height:normal}@media screen and (min-width:768px){.hero-multi-layout__subtitle{font-size:1.875rem}}.hero-multi-layout__credit{display:grid;margin-top:1.25rem;row-gap:.5rem}@media screen and (min-width:768px){.hero-multi-layout__credit{row-gap:.625rem}}:root{--font-offset-ratio:0;--mobile:375;--portrait:768;--landscape:1200;--desktop:1440;--desktop-reference:1440;--desktop-large:1920;--base:16;--noe-display:"Noe Display", sans-serif;--noe-display-italic:"Noe Display Italic", sans-serif;--noe-display-regular-italic:"Noe Display Regular Italic", sans-serif;--futura-std:"Futura Std Regular", sans-serif;--futura-std-bold:"Futura Std Bold", sans-serif;--futura-std-light:"Futura Std Light", sans-serif;--futura-std-book:"Futura Std Book", sans-serif;--noe-text:"Noe Text Regular", sans-serif;--global-font-multiplier-quaternary:1;--black:#000;--white:#fff;--forest-green:#476B59;--teal-green:#009F9B;--red-orange:#E0564C;--light-grey:#E1E6E5;--light-grey-2:#9C9C9C;--grey:#aaa;--dark-grey:#595A59;--block-padding-lr:1.25rem;--block-margin-tb:2.5rem}:root.firefox,:root.win32.chrome,:root.android.chrome{--font-offset-ratio:0.085}@media screen and (min-width:768px){:root{--block-padding-lr:2.5rem}}@media screen and (min-width:1024px){:root{--block-padding-lr:3.125rem}}@media screen and (min-width:768px){:root{--block-margin-tb:3.75rem}}@media screen and (min-width:1024px){:root{--block-margin-tb:6.25rem}}:root{--header-height:85px}@media screen and (min-width:768px){:root{--header-height:105px}}@media screen and (min-width:1024px){:root{--header-height:125px}}.article-content{overflow:visible}.article-content__container{padding:2.5rem var(--block-padding-lr) 0}@media screen and (min-width:1024px){.article-content__container{padding-top:5rem}}.article-content__content{display:grid;margin-left:auto;margin-right:auto;max-width:48.75rem}@media screen and (min-width:1440px){.article-content__content{max-width:55.3125rem}}.article-content__content .ac-block{margin-bottom:1.25rem}@media screen and (min-width:1024px){.article-content__content .ac-block{margin-bottom:2.1875rem}}.article-content__content .ac-block:last-of-type{margin-bottom:0}.article-content__content--products{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.article-content__content--products article.product-card figure.card{display:grid;row-gap:1.25rem}.article-content__content--products article.product-card figure.card picture img{border:1px solid #c3c4c7;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:3/4}@media screen and (min-width:1024px){.article-content__content--products article.product-card figure.card picture img{aspect-ratio:38/51}}.article-content__content--products article.product-card figure.card figcaption.card-content{display:grid;row-gap:.25rem}.article-content__content--products article.product-card figure.card figcaption.card-content .product-card-title{font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.1125rem;color:var(--black);font-weight:700}@media screen and (min-width:768px){.article-content__content--products article.product-card figure.card figcaption.card-content .product-card-title{font-size:1.25rem}}@media screen and (min-width:1024px){.article-content__content--products article.product-card figure.card figcaption.card-content .product-card-title{letter-spacing:.125rem}}@media screen and (min-width:768px){.article-content__content--products article.product-card figure.card figcaption.card-content .product-card-title{font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal}}.article-content__content--products article.product-card figure.card figcaption.card-content p{font-size:.875rem;line-height:120%;max-width:100%}@media screen and (min-width:768px){.article-content__content--products article.product-card figure.card figcaption.card-content p{font-size:1rem;max-width:85%}}@media screen and (min-width:1024px){.article-content__content--products article.product-card figure.card figcaption.card-content p{font-size:1rem;max-width:80%}}.article-content__content--products article.product-card figure.card a.cta{display:grid;row-gap:.1875rem;border:solid .0625rem var(--black);background:var(--white);align-items:center;justify-items:center;transition-property:color,background,border;transition-duration:200ms;transition-timing-function:ease-in;padding:.7rem 15px}@media screen and (min-width:768px){.article-content__content--products article.product-card figure.card a.cta{padding:.8rem 20px;row-gap:.375rem}}.article-content__content--products article.product-card figure.card a.cta .product-link-label,.article-content__content--products article.product-card figure.card a.cta .product-link-price{text-align:center;font-size:.875rem;line-height:110%}@media screen and (min-width:768px){.article-content__content--products article.product-card figure.card a.cta .product-link-label,.article-content__content--products article.product-card figure.card a.cta .product-link-price{font-size:1rem}}@media screen and (min-width:1024px){.article-content__content--products article.product-card figure.card a.cta .product-link-label,.article-content__content--products article.product-card figure.card a.cta .product-link-price{font-size:1rem}}.article-content__content--products article.product-card figure.card a.cta .product-link-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:85%}.article-content__content--products article.product-card figure.card a.cta:hover{background-color:var(--black)}.article-content__content--products article.product-card figure.card a.cta:hover .product-link-label,.article-content__content--products article.product-card figure.card a.cta:hover .product-link-price{color:var(--white);margin-top:0;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:1024px){.article-content__content--img-and-text .img-wrapper blockquote{padding-bottom:2.5rem}}@media screen and (min-width:1440px){.article-content__content--img-and-text .img-wrapper blockquote{padding-bottom:4.375rem}}.article-content__content p{color:var(--dark-grey);font-size:1rem;font-style:normal;line-height:181.25%;font-weight:400;font-family:var(--futura-std-book);margin-bottom:1.25rem}@media screen and (min-width:1024px){.article-content__content p{font-size:1.125rem;line-height:200%}}@media screen and (min-width:1024px){.article-content__content p{margin-bottom:2.1875rem}}.article-content__content p:last-child{margin-bottom:0}.article-content__content strong{font-family:var(--futura-std-bold)}.article-content__content blockquote{font-size:1.875rem;font-family:var(--noe-display);line-height:120%;font-style:normal;font-weight:400;color:var(--dark-grey);padding:1.25rem 1.25rem 1.25rem 2.5rem;margin-bottom:1.25rem}@media screen and (min-width:768px){.article-content__content blockquote{font-size:2.125rem}}@media screen and (min-width:1024px){.article-content__content blockquote{line-height:121%;font-size:2.375rem}}@media screen and (min-width:1024px){.article-content__content blockquote{padding:0;margin-bottom:0}}.article-content__content blockquote span{padding-top:.9375rem;display:block;color:var(--dark-grey);font-size:1rem;font-style:normal;line-height:112.5%;font-weight:400;font-family:var(--noe-display)}@media screen and (min-width:768px){.article-content__content .blockquote,.article-content__content .img-wrapper{float:left;width:60%;margin-left:initial;padding-right:1.875rem;padding-bottom:0}}@media screen and (min-width:1024px){.article-content__content .blockquote,.article-content__content .img-wrapper{width:72%;margin-left:-5rem;padding-right:3.125rem}}@media screen and (min-width:1440px){.article-content__content .blockquote,.article-content__content .img-wrapper{width:72%;margin-left:-9.6875rem;padding-right:4.0625rem}}.article-content__content .blockquote img,.article-content__content .img-wrapper img{padding-bottom:1.25rem}.article-content__content .blockquote__credit,.article-content__content .img-wrapper__credit{width:100%;display:block;text-align:center;font-size:.75rem;font-style:normal;font-weight:400;line-height:116.667%;color:var(--light-grey-2);font-family:var(--noe-text);text-transform:uppercase;padding-bottom:1.25rem}.article-content__content--info-banner{border:1px dashed var(--teal-green);background:#f1fdfd;padding:1.25rem;margin-bottom:1.875rem}.article-content__content--info-banner p{color:var(--dark-grey);font-size:1rem;font-style:normal;line-height:181.25%;font-weight:500;font-family:var(--futura-std)}@media screen and (min-width:1024px){.article-content__content--info-banner p{font-size:1.125rem;line-height:144.444%}}.article-content__content--info-banner strong{font-family:var(--futura-std-bold)}.article-content__content--footer{padding-bottom:2.5rem;border-bottom:solid 1px #e1e6e5}@media screen and (min-width:640px){.article-content__content--footer{display:grid;grid-template-columns:1fr max-content;align-items:start;justify-content:space-between;gap:2.5rem}}.article-content__content--footer .sharing{width:100%;align-items:center;grid-template-columns:max-content max-content;padding:1.875rem 0 1.25rem;border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3}.article-content__content--footer .sharing p.sharing__text{margin-bottom:0;margin-right:1.25rem;width:-moz-max-content;width:max-content}.article-content__content--footer .sharing__social a{margin-right:1.25rem}.article-content__content--footer .sharing__social a:last-child{margin-right:0}@media screen and (min-width:768px){.article-content__content .desktop-align-right .blockquote,.article-content__content .desktop-align-right .img-wrapper{float:right;padding-right:initial;margin-left:initial;padding-left:1.875rem;margin-right:initial}}@media screen and (min-width:1024px){.article-content__content .desktop-align-right .blockquote,.article-content__content .desktop-align-right .img-wrapper{padding-left:3.125rem;margin-right:-5rem}}@media screen and (min-width:1440px){.article-content__content .desktop-align-right .blockquote,.article-content__content .desktop-align-right .img-wrapper{margin-right:-9.6875rem}}.article-content__author{display:flex;justify-content:left;align-items:center;padding:1.875rem 0}.article-content__author img{width:100%;height:auto;max-width:5.5rem;border-radius:50%}@media screen and (min-width:1440px){.article-content__author img{max-width:6.125rem}}.article-content__author .author{display:grid;justify-content:left;margin-left:1.25rem}.article-content__author .author-name{color:var(--black);font-family:var(--futura-std-bold);font-size:1rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.1rem;text-transform:uppercase}.article-content__author .author-role{color:var(--dark-grey);font-family:var(--futura-std);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.0875rem;text-transform:uppercase}@media screen and (min-width:500px){.article-content__ad-rotate{max-width:300px}}.article-content__ad-rotate img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:inherit;aspect-ratio:416/357}@media screen and (min-width:1024px){.article-content .short-article{display:grid;margin-left:auto;margin-right:auto;max-width:100%;grid-template-columns:1fr max-content;-moz-column-gap:3.75rem;column-gap:3.75rem}}@media screen and (min-width:1440px){.article-content .short-article{max-width:80%}}@media screen and (min-width:1820px){.article-content .short-article{max-width:87.5rem}}.article-content .short-article .article-content__content{max-width:100%}.article-content .short-article .hot-reads{display:none;background-color:#f5f5f5;padding:2.5rem;top:var(--header-height);z-index:1;position:sticky;margin-bottom:2.5rem}@media screen and (min-width:1024px){.article-content .short-article .hot-reads{display:grid;row-gap:2.1875rem;height:-moz-max-content;height:max-content}}.article-content .short-article .hot-reads__container{max-width:18.75rem}@media screen and (min-width:1440px){.article-content .short-article .hot-reads__container{max-width:28.125rem}}.article-content .short-article .hot-reads__container h2{color:var(--black);font-family:var(--noe-display);font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:2.1875rem}.article-content .short-article .hot-reads__container ul{padding:0;margin:0;display:grid;row-gap:1.25rem}.article-content .short-article .hot-reads__container ul li{display:grid;grid-template-columns:125px 1fr;-moz-column-gap:1.875rem;column-gap:1.875rem;padding-bottom:1.25rem;border-bottom:1px solid #e1e6e5}.article-content .short-article .hot-reads__container ul li:last-child{border-bottom:0 solid #fff0;padding-bottom:0}.article-content .short-article .hot-reads__container ul li img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:inherit;aspect-ratio:25/26}.article-content .short-article .hot-reads__container ul li .content .item-cat,.article-content .short-article .hot-reads__container ul li .content .item-author{font-family:var(--futura-std);font-size:.625rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.08125rem;color:var(--teal-green);text-transform:uppercase}.article-content .short-article .hot-reads__container ul li .content .item-cat span,.article-content .short-article .hot-reads__container ul li .content .item-author span{color:var(--dark-grey)}@media screen and (min-width:1440px){.article-content .short-article .hot-reads__container ul li .content .item-cat,.article-content .short-article .hot-reads__container ul li .content .item-author{font-size:.8125rem}}.article-content .short-article .hot-reads__container ul li .content .item-title{color:var(--black);font-family:var(--noe-display);font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;margin-top:.625rem;margin-bottom:1.25rem;display:block}@media screen and (min-width:1440px){.article-content .short-article .hot-reads__container ul li .content .item-title{font-size:1.625rem}}.article-content .short-article .hot-reads__container ul li .content .item-author{display:block;color:var(--dark-grey);letter-spacing:.075rem}