@layer base,mixin;@layer component{._burger_p5bx2_2{box-sizing:content-box;aspect-ratio:1;padding:var(--burger-padding,8px);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;transition:all .3s ease-out;display:flex;position:relative}._burger_p5bx2_2 div{--_patty-offset:calc(var(--burger-size,16px)/3);--_patty-thickness:calc(var(--burger-size,16px)/8)}._burger_p5bx2_2 div,._burger_p5bx2_2 div:before,._burger_p5bx2_2 div:after{width:var(--burger-size,16px);height:var(--burger-patty-thickness,var(--_patty-thickness));content:"";background:var(--burger-color,#000);transition:all .15s linear;display:block}._burger_p5bx2_2 div{transform:translate3d(0,calc(var(--burger-patty-offset,var(--_patty-offset))*-1),0)rotate(0)}._burger_p5bx2_2 div:before,._burger_p5bx2_2 div:after{position:absolute}._burger_p5bx2_2 div:before{transform:translate3d(0,var(--_patty-offset),0)rotate(0deg)}._burger_p5bx2_2 div:after{transform:translate3d(0,calc(var(--_patty-offset)*2),0)rotate(0deg)}._burger_p5bx2_2[aria-expanded=true]{transform:rotate(-180deg)}._burger_p5bx2_2[aria-expanded=true] div{transform:translate(0)rotate(45deg)}._burger_p5bx2_2[aria-expanded=true] div:before{opacity:0;transform:translateY(5px)rotate(-90deg)}._burger_p5bx2_2[aria-expanded=true] div:after{transform:translate(0)rotate(-90deg)}}@layer util,vendor,theme;
@layer base,mixin;@layer component{.Burger-module__g2ujga__burger{margin-block:calc(var(--space-header-padding)*-1);order:1}.Burger-module__g2ujga__burger:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:calc(var(--space-header-padding)*-1)}.Burger-module__g2ujga__burger:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:calc(var(--space-header-padding)*-1)}.Burger-module__g2ujga__burger:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:calc(var(--space-header-padding)*-1)}.Burger-module__g2ujga__burger:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:calc(var(--space-header-padding)*-1)}.Burger-module__g2ujga__burger:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:calc(var(--space-header-padding)*-1)}.Burger-module__g2ujga__burger:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:calc(var(--space-header-padding)*-1)}@media (min-width:1200px){.Burger-module__g2ujga__burger{display:none}}}@layer util,vendor,theme;
@layer base,mixin;@layer component{.DiscoverButton-module__NSa1aG__discoverButton{color:#fff;border-radius:var(--radius-1);background-color:#000;padding:6px 12px;font-size:16px;font-weight:700;text-decoration:none;transition:background-color .1s ease-in-out;display:none}.DiscoverButton-module__NSa1aG__discoverButton:hover,.DiscoverButton-module__NSa1aG__discoverButton:focus{background-color:#2b2b2b}@media (min-width:1200px){.DiscoverButton-module__NSa1aG__discoverButton{order:2;display:block}}@media (min-width:576px){.DiscoverButton-module__NSa1aG__discoverButtonVisible{display:block}}}@layer util,vendor,theme;
@layer base,mixin;@layer component{.Header-module__M0bLsG__header{--offset:0;z-index:5;width:100%;color:var(--color-text);background:var(--color-coral);grid-template-columns:repeat(4,1fr);grid-template-areas:"logo logo buttons buttons""masthead masthead masthead masthead""contentTypesNav contentTypesNav categoriesNav categoriesNav";display:grid;position:relative;top:0}@media (min-width:1200px){.Header-module__M0bLsG__header{grid-template-columns:min-content 1fr min-content min-content;grid-template-areas:"logo contentTypesNav search buttons""masthead masthead masthead masthead""categoriesNav categoriesNav categoriesNav categoriesNav";align-items:center}.Header-module__M0bLsG__header:after{display:none}}@media (max-width:1199px){.Header-module__M0bLsG__header.Header-module__M0bLsG__sticky{z-index:100;transform:translateY(calc(var(--offset)*1px));position:fixed;top:0;left:0;right:0}}.Header-module__M0bLsG__header.Header-module__M0bLsG__draftmode{background-image:linear-gradient(45deg,var(--color-coral)25%,var(--color-coralLight)25%,var(--color-coralLight)50%,var(--color-coral)50%,var(--color-coral)75%,var(--color-coralLight)75%,var(--color-coralLight)100%);background-size:56.57px 56.57px}.Header-module__M0bLsG__spacer{display:none}@media (max-width:1199px){.Header-module__M0bLsG__spacer{--h:0;height:calc(var(--h)*1px);display:block}}.Header-module__M0bLsG__buttonsContainer{padding:var(--space-header-padding);grid-area:buttons;justify-content:flex-end;align-items:center;display:flex}.Header-module__M0bLsG__headerShade{z-index:1;background:rgba(0,0,0,.5);width:100%;height:100%;display:none;position:fixed;top:0;left:0}.Header-module__M0bLsG__headerShadeVisible{display:block}@media (min-width:1200px){.Header-module__M0bLsG__headerShadeVisible{display:none}}}@layer util,vendor,theme;
@layer base,mixin;@layer component{.Logo-module__2vMD2q__logo{box-sizing:content-box;padding:var(--space-header-padding);grid-area:logo;align-self:center;display:block;overflow:hidden}.Logo-module__2vMD2q__logoKarbon{height:36px}@media (min-width:768px){.Logo-module__2vMD2q__logoKarbon{height:46px}}@media (min-width:1370px){.Logo-module__2vMD2q__logoKarbon{height:48px}}.Logo-module__2vMD2q__logoMagazine{height:25px}@media (min-width:576px){.Logo-module__2vMD2q__logoMagazine{height:37px}}@media (min-width:1200px){.Logo-module__2vMD2q__logoMagazine{height:25px}}@media (min-width:1370px){.Logo-module__2vMD2q__logoMagazine{height:40px}}.Logo-module__2vMD2q__logoImage{max-width:100%;max-height:100%;display:block}}@layer util,vendor,theme;
@layer base,mixin,component;@layer util{.A11y-module__l99JUW__srOnly{white-space:nowrap;clip:rect(0,0,0,0);border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer vendor,theme;
@layer base,mixin;@layer component{.Masthead-module__rfjcYW__mastheadContainer{grid-area:masthead;padding:25px}@media (min-width:768px){.Masthead-module__rfjcYW__mastheadContainer{padding:50px}}.Masthead-module__rfjcYW__mastheadContainerHidden{visibility:hidden;pointer-events:none;height:0;padding:0}@media (min-width:768px){.Masthead-module__rfjcYW__mastheadContainerHidden{visibility:visible;pointer-events:all;height:auto;padding:50px}}.Masthead-module__rfjcYW__mastheadLogo{max-width:100%;height:40px;margin:0 auto;display:block}@media (min-width:768px){.Masthead-module__rfjcYW__mastheadLogo{height:74px}}.Masthead-module__rfjcYW__mastheadText{font-size:var(--text-size-1);line-height:var(--text-height-1);text-align:center;margin:.5rem auto}@media (min-width:768px){.Masthead-module__rfjcYW__mastheadText{font-size:var(--text-size-2);line-height:var(--text-height-2);margin:1rem auto}}}@layer util,vendor,theme;
@layer base,mixin;@layer component{.Menu-module__sCzhMW__menuitem{float:left;clear:both;padding:var(--space-1)0 1px;color:currentColor;text-transform:uppercase;text-decoration:none;display:block}@media (min-width:1200px){.Menu-module__sCzhMW__menuitem{float:none;padding:var(--space-1)0;text-align:center}}.Menu-module__sCzhMW__menuitem.Menu-module__sCzhMW__menuitemActive{border-bottom:1px solid;padding-bottom:0}@media (min-width:1200px){.Menu-module__sCzhMW__menuitem.Menu-module__sCzhMW__menuitemActive{margin-bottom:calc(var(--space-1) - 1px)}}.Menu-module__sCzhMW__contentTypesNav{padding:var(--space-header-padding);font-size:var(--text-size-1);align-items:flex-start;gap:var(--space-1);text-rendering:optimizeLegibility;border-top:1px solid #000;border-right:1px solid #000;flex-direction:column;grid-area:contentTypesNav;display:none}@media (prefers-contrast:more){.Menu-module__sCzhMW__contentTypesNav{font-weight:700}}.Menu-module__sCzhMW__contentTypesNav.Menu-module__sCzhMW__menuVisible{display:flex}@media (min-width:1200px){.Menu-module__sCzhMW__contentTypesNav{gap:var(--space-3);padding:0 var(--space-1);border:0;flex-direction:row;justify-self:end;font-size:14px;display:flex}}@media (min-width:1370px){.Menu-module__sCzhMW__contentTypesNav{gap:var(--space-4);font-size:16px}}.Menu-module__sCzhMW__categoriesNav{gap:var(--space-1);padding:var(--space-header-padding);color:var(--color-text-bg);border-top:1px solid #000;flex-direction:column;grid-area:categoriesNav;align-items:flex-start;font-size:20px;font-weight:600;display:none}.Menu-module__sCzhMW__categoriesNav:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-2)}.Menu-module__sCzhMW__categoriesNav:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-2)}.Menu-module__sCzhMW__categoriesNav:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-2)}.Menu-module__sCzhMW__categoriesNav:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-2)}.Menu-module__sCzhMW__categoriesNav:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-2)}.Menu-module__sCzhMW__categoriesNav:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-2)}@media (prefers-contrast:more){.Menu-module__sCzhMW__categoriesNav{color:#000}}.Menu-module__sCzhMW__categoriesNav.Menu-module__sCzhMW__menuVisible{display:flex}@media (min-width:1200px){.Menu-module__sCzhMW__categoriesNav{gap:var(--space-6);padding-block:var(--space-1);border-top:1px solid #000;flex-direction:row;justify-content:center;display:flex}}}@layer util,vendor,theme;
