.l-container{width:100%;padding-inline:var(--page-inline-space);margin:0 auto}.l-container--l{max-width:calc(83.5rem + var(--page-inline-space) * 2)}.l-grid{--max-width:83.5rem;grid-template-columns:[full-start] minmax(var(--page-inline-space), 1fr) [container-start] min(100% - var(--page-inline-space) * 2, var(--max-width)) [container-end] minmax(var(--page-inline-space), 1fr) [full-end];display:grid}.l-grid>*{grid-column:container}.l-grid__full{grid-column:full}.l-flow{--gap:4rem;row-gap:var(--gap)}@media (width>=80em){.l-flow{--gap:6.5rem}}.l-section{--sectionPaddingTop:5rem;--sectionPaddingBottom:5rem;padding-bottom:var(--sectionPaddingBottom);padding-top:var(--sectionPaddingTop)}@media (width>=80em){.l-section{--sectionPaddingTop:9rem;--sectionPaddingBottom:9rem}.l-section:has(.c-testimonials:first-child){--sectionPaddingTop:6.5rem}}.l-section--small{--sectionPaddingTop:4rem;--sectionPaddingBottom:4rem}@media (width>=80em){.l-section--small{--sectionPaddingTop:7.5rem;--sectionPaddingBottom:7.5rem}}.l-section--red{background-color:#4d1526}.c-accordion__title{margin-bottom:.75rem}@media (width>=48em){.c-accordion__title{margin-bottom:3.25rem}}.c-accordion__item{border-bottom:1px solid;padding:1.25rem 0}@media (width>=48em){.c-accordion__item{padding:.75rem 0}}.c-accordion__item__header{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 0;display:flex;position:relative}@media (width>=48em){.c-accordion__item__header{gap:2.5rem;padding:1.25rem 0}}.c-accordion__item__header button{width:100%;height:100%;position:absolute;top:0;left:0}.c-accordion__item__title{flex-grow:1;margin:0}.c-accordion__item__indicator{flex-shrink:0;width:1.25rem;height:1.25rem;transition:transform .24s ease-in-out}.is-open .c-accordion__item__indicator{transform:scale(-1)}.c-accordion__item__indicator svg{fill:none}.c-accordion__item__panel{grid-column:auto;grid-template-rows:0fr;transition:grid-template-rows .24s ease-in-out .12s;display:grid;overflow:hidden}.is-open .c-accordion__item__panel{grid-template-rows:1fr;transition:grid-template-rows .24s ease-in-out}.c-accordion__item__panel__content{min-height:0}.c-accordion__item__panel__content__inner{opacity:0;visibility:hidden;max-width:48.75rem;padding:0 1.75rem .75rem 0;transition:opacity .24s ease-in-out}@media (width>=64em){.c-accordion__item__panel__content__inner{padding:0 0 1.25rem}}.is-open .c-accordion__item__panel__content__inner{opacity:1;transition:opacity .24s ease-in-out .12s}.c-accordion__item__panel__content__inner p:last-child,.c-accordion__item__panel__content__inner ul:last-child{margin-bottom:0}.c-authors__title{margin-bottom:2rem}@media (width>=48em){.c-authors__title{margin-bottom:5rem}}.c-authors__items{--visibile-items:3;--gap:1.5rem;--col-width:max(7.5rem, 100% / var(--visibile-items) - (var(--gap) * 2));gap:var(--gap);grid-auto-columns:var(--col-width);grid-template-columns:repeat(var(--visibile-items), var(--col-width));-webkit-overflow-scrolling:touch;padding-inline:calc((var(--100vw) - min(83.5rem, var(--100vw) - var(--page-inline-space) * 2)) / 2);scroll-behavior:smooth;scroll-padding-inline:calc((var(--100vw) - min(83.5rem, var(--100vw) - var(--page-inline-space) * 2)) / 2);scroll-snap-type:x mandatory;scrollbar-width:none;justify-content:space-evenly;list-style:none;display:grid;overflow-x:auto}.c-authors__items::-webkit-scrollbar{display:none}.c-authors__item{scroll-snap-align:start;text-align:center;flex-direction:column;grid-row:1;align-items:center;gap:.25rem;display:flex}.c-authors__item__image{aspect-ratio:1;border-radius:100%;width:100%;max-width:7.5rem;margin-bottom:.75rem;position:relative;overflow:hidden}@media (width>=80em){.c-authors__item__image{max-width:10rem}}.c-authors__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.c-authors__item__name{flex-direction:column;margin:0;font-size:.875rem;font-weight:500;line-height:1.28;display:flex}@media (width>=48em){.c-authors__item__name{font-size:1rem}}@media (width>=80em){.c-authors__item__name{font-size:1.25rem}}.c-authors__item__position{font-size:.875rem;line-height:1.45}@media (width>=48em){.c-authors__item__position{font-size:1rem}}@media (width>=80em){.c-authors__item__position{font-size:1.25rem}}.c-btn{background-color:var(--btn-background-color);border:var(--btn-border);box-shadow:var(--btn-box-shadow);color:var(--btn-color);font-size:var(--btn-font-size);font-weight:500;line-height:var(--btn-line-height);padding:var(--btn-padding);-webkit-user-select:none;user-select:none;--btn-color:#fff;--btn-background-color:var(--color-black-base);--btn-border:1px solid transparent;border-radius:99px;align-items:center;gap:.25rem;text-decoration:none;transition-property:opacity,background-color,border-color,color,box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out;display:inline-flex}@media (hover:hover){.c-btn:hover{--btn-background-color:#151515cc}}.c-btn:disabled{--btn-color:#fff;--btn-background-color:#b1b1b1}.c-btn{--btn-padding:.75rem 1.25rem;--btn-font-size:.875rem;--btn-line-height:calc(16 / 14)}@media (width>=80em){.c-btn{--btn-font-size:1rem;--btn-line-height:calc(18 / 16);--btn-padding:.875rem 1.5rem}}.c-btn--negative{--btn-color:var(--color-black-base);--btn-background-color:#fff;--btn-border:1px solid transparent}@media (hover:hover){.c-btn--negative:hover{--btn-background-color:#e6e6e6}}.c-btn--negative:disabled{--btn-color:#b1b1b1;--btn-background-color:#fff}.c-btn--outline{--btn-color:var(--color-black-base);--btn-background-color:transparent;--btn-border:1px solid transparent;--btn-box-shadow:inset 0 0 0 1.5px var(--color-black-base)}@media (hover:hover){.c-btn--outline:hover{--btn-color:#151515b3;--btn-background-color:transparent;--btn-box-shadow:inset 0 0 0 1.5px #151515b3}}.c-btn--outline:disabled{--btn-color:#b1b1b1;--btn-background-color:transparent;--btn-box-shadow:inset 0 0 0 1.5px #b1b1b1,}.c-divider{background-color:#0000001f;border-width:0;height:1px}.c-footer{margin-top:1.5rem}@media (width>=48em){.c-footer{margin-top:2.5rem}}.c-footer__brand{flex-shrink:0;width:auto;height:3rem}.c-footer__inner{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:5rem 0;display:flex;position:relative}@media (width>=48em){.c-footer__inner{flex-direction:row;justify-content:space-between;align-items:center;padding:10rem 0}}.c-footer__secondary{flex-flow:column wrap;justify-content:flex-end;gap:1.25rem;display:flex}@media (width>=48em){.c-footer__secondary{align-items:flex-end;gap:.75rem}}.c-footer__copyright{color:gray;font-size:.875rem;line-height:1.28}.c-footer__nav{flex-direction:column;align-items:flex-start;gap:.75rem 1.25rem;display:flex}@media (width>=48em){.c-footer__nav{flex-direction:row;align-items:center}}.c-footer__nav__item{font-size:.875rem;line-height:1.28;transition:color .2s ease-in-out}@media (hover:hover){.c-footer__nav__item:hover{color:#5b5b5b}}.c-footer .dlf-bars{pointer-events:none;position:absolute;inset:0}.c-footer .dlf-bar-blue{background-color:#198aff;width:50%;height:.25rem}@media (width>=48em){.c-footer .dlf-bar-blue{width:calc(30% - .625rem);height:.5rem}}.c-footer .dlf-bar-group-green{flex-direction:column;gap:3px;width:50%;display:flex;position:absolute;top:2rem;right:0;transform:rotate(-1.46deg)}@media (width>=48em){.c-footer .dlf-bar-group-green{gap:.25rem;width:30%;top:4.75rem}}.c-footer .dlf-bar-black{background-color:#151515;height:1px}@media (width>=48em){.c-footer .dlf-bar-black{height:1.5px}}.c-footer .dlf-bar-green{background-color:#4ac96f;height:.375rem;margin:0 1.3125rem 0 -1.3125rem}@media (width>=48em){.c-footer .dlf-bar-green{height:.75rem;margin:0 2.875rem 0 -2.875rem}}.c-footer .dlf-bar-group-orange{flex-direction:column;gap:.25rem;width:100%;display:flex;position:absolute;bottom:1.5rem;right:0}@media (width>=48em){.c-footer .dlf-bar-group-orange{gap:.375rem;width:calc(70% - .625rem);bottom:2.5rem}}.c-footer .dlf-bar-orange-strong{background-color:#ff6400;width:100%;height:.25rem}@media (width>=48em){.c-footer .dlf-bar-orange-strong{width:50%;height:.5rem}}.c-footer .dlf-bar-orange-thin{background-color:#ff6400;width:50%;height:1px}@media (width>=48em){.c-footer .dlf-bar-orange-thin{width:100%;height:2px}}.c-header{--color:#fff;--bg:transparent;--brand-main:#fff;--brand-detail:#000;--nav-item-hover-color:#e6e6e6;background-color:var(--bg);color:var(--color);will-change:transform;z-index:999;width:100%;transition:background-color .3s ease-out;position:fixed;top:0;left:0}.c-header .c-btn{--btn-padding:.5625rem 1rem;--btn-font-size:.875rem;--btn-line-height:calc(16 / 14)}@media (width>=48em){.c-header .c-btn{--btn-padding:.75rem 1.25rem;--btn-font-size:.875rem;--btn-line-height:calc(16 / 14)}}.c-header--no-transition,.c-header--no-transition *{transition:none!important}.c-header--scrolled{--color:#000;--bg:#fff;--brand-main:#000;--brand-detail:#fff;--nav-item-hover-color:#5b5b5b}.c-header--scrolled .c-btn{--btn-color:#fff;--btn-background-color:var(--color-black-base);--btn-border:1px solid transparent}@media (hover:hover){.c-header--scrolled .c-btn:hover{--btn-background-color:#151515cc}}.c-header--scrolled .c-btn:disabled{--btn-color:#fff;--btn-background-color:#b1b1b1}.c-header__brand{width:auto;height:2.25rem}@media (width>=48em){.c-header__brand{width:13.125rem;height:3rem}}.c-header__brand [fill=\#000]{fill:var(--brand-detail);transition:all .2s ease-in-out}.c-header__brand [fill=\#fff]{fill:var(--brand-main);transition:all .2s ease-in-out}.c-header__brand__typo{display:none}@media (width>=48em){.c-header__brand__typo{display:block}}.c-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}@media (width>=64em){.c-header__inner{padding:1.8125rem 0}}.c-header__nav{align-items:center;gap:1.5rem;display:flex}.c-header__nav__item{font-size:1rem;font-weight:500;line-height:1.28;transition:color .2s ease-in-out}@media (hover:hover){.c-header__nav__item:hover{color:var(--nav-item-hover-color)}}.c-image-text-list__items{flex-direction:column;gap:4rem;display:flex}@media (width>=48em){.c-image-text-list__items{gap:2rem}}.c-image-text-list__title{margin-bottom:2rem}@media (width>=48em){.c-image-text-list__title{margin-bottom:4rem}}.c-image-text-list__item{flex-direction:column;gap:1.5rem;display:flex}@media (width>=36.25em){.c-image-text-list__item{grid-template-columns:1fr 2fr;align-items:center;display:grid}}@media (width>=64em){.c-image-text-list__item{grid-template-columns:3fr 7fr;gap:2.5rem}}.c-image-text-list__item figure{aspect-ratio:4/3;margin:0;position:relative}@media (width>=36.25em){.c-image-text-list__item figure{aspect-ratio:1}}.c-image-text-list__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.c-image-text-list__item__text{max-width:84ch}.c-image-text-list__item__title{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}@media (width>=80em){.c-image-text-list__item__title{gap:.75rem;margin-bottom:1.5rem}}.c-stage{--bg-color:#0c343a;--gap:8.25rem;--content-width:50%;--text-align:center;--content-gap:1.5rem;--padding-top:clamp(7.5rem, calc(1rem + 10vw), 11.25rem);--padding-bottom:clamp(3.5rem, calc(1rem + 10vw), 5.5rem);background-color:var(--bg-color);color:#fff;position:relative}@media (width>=80em){.c-stage{--text-align:left;--padding-top:clamp(4rem, calc(1rem + 10vw), 14.1875rem);--padding-bottom:clamp(4rem, calc(1rem + 10vw), 14.1875rem)}}.c-stage__content{align-items:center;gap:var(--content-gap);padding:var(--padding-top) 0 var(--padding-bottom) 0;flex-direction:column;display:flex}@media (width>=80em){.c-stage__content{max-width:calc(var(--content-width) - var(--gap));align-items:flex-start}}.c-stage__content__text{max-width:43rem;text-align:var(--text-align);margin:0 auto}@media (width>=80em){.c-stage__content__text{max-width:none}}.c-stage__content__text h1{margin-bottom:.75rem;font-size:2rem;font-weight:500;line-height:1.28}@media (width>=48em){.c-stage__content__text h1{margin-bottom:1rem}}@media (width>=80em){.c-stage__content__text h1{margin-top:2.5rem;margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.2}}.c-stage__content__text h1:after{content:"";background-color:#fff;width:5rem;height:.25rem;margin-top:.75rem;margin-left:auto;margin-right:auto;display:block}@media (width>=48em){.c-stage__content__text h1:after{width:7.5rem;margin-top:1rem}}@media (width>=80em){.c-stage__content__text h1:after{margin-top:1.5rem;margin-left:0;margin-right:0}}.c-stage__content__text p{font-size:1.125rem;line-height:1.45}@media (width>=80em){.c-stage__content__text p{font-size:1.5rem}}.c-stage__media{aspect-ratio:1;position:relative}@media (width>=36.25em){.c-stage__media{aspect-ratio:4/3}}@media (width>=48em){.c-stage__media{aspect-ratio:16/9}}@media (width>=80em){.c-stage__media{aspect-ratio:auto;height:100%;left:var(--content-width);position:absolute;top:0;right:0}}.c-stage__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.c-statement{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}@media (width>=80em){.c-statement{gap:2.5rem}}.c-statement__logo{width:auto;height:1.5rem}@media (width>=48em){.c-statement__logo{height:2rem}}@media (width>=80em){.c-statement__logo{height:3rem}}.c-statement p{-webkit-hyphens:none;hyphens:none;text-align:center;font-size:1.25rem;font-weight:400;line-height:1.45}@media (width>=48em){.c-statement p{max-width:80%;font-size:1.5rem}}@media (width>=80em){.c-statement p{font-size:2rem}}.c-subscription{--bg-color:#253154;--padding-top:4rem;--padding-bottom:4rem;--gap:2.5rem;--content-gap:3rem;background-color:var(--bg-color);color:#fff;position:relative}@media (width>=48em){.c-subscription{--content-width:50%;--content-gap:2.5rem;--padding-top:clamp(4rem, calc(1rem + 10vw), 13.25rem);--padding-bottom:clamp(4rem, calc(1rem + 10vw), 13.25rem)}}@media (width>=80em){.c-subscription{--gap:clamp(2.5rem, 1rem + 6vw, 9.6875rem);--content-width:58%}}.c-subscription__content{align-items:flex-start;gap:var(--content-gap);padding:var(--padding-top) 0 var(--padding-bottom) 0;flex-direction:column;display:flex}@media (width>=48em){.c-subscription__content{max-width:calc(var(--content-width) - var(--gap))}}.c-subscription__content__text h2{margin-bottom:1rem}@media (width>=48em){.c-subscription__content__text h2{margin-bottom:1.5rem}}.c-subscription__content__text h2:after{content:"";background-color:#fff;width:5rem;height:.25rem;margin-top:1rem;display:block}@media (width>=48em){.c-subscription__content__text h2:after{width:7.5rem;margin-top:1.5rem}}.c-subscription__media{aspect-ratio:1;position:relative}@media (width>=48em){.c-subscription__media{height:100%;max-width:calc(100% - var(--content-width));position:absolute;top:0;right:0}}@media (width>=80em){.c-subscription__media{aspect-ratio:auto;left:var(--content-width)}}.c-subscription__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.c-teaser{--padding-bottom:1rem;padding:var(--padding-top,0) 0 var(--padding-bottom,0) 0;flex-direction:column;gap:4rem;display:flex}@media (width>=48em){.c-teaser{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}}@media (width>=80em){.c-teaser{--padding-bottom:2.5rem;grid-template-columns:5fr 7fr}}.c-divider+.c-teaser{--padding-top:1rem}@media (width>=80em){.c-divider+.c-teaser{--padding-top:2.5rem}}.c-teaser__text h2{margin-bottom:1rem}@media (width>=48em){.c-teaser__text h2{margin-bottom:1.5rem}}.c-teaser__text h2:after{content:"";background-color:currentColor;width:5rem;height:.25rem;margin-top:1rem;display:block}@media (width>=48em){.c-teaser__text h2:after{width:7.5rem;margin-top:1.5rem}}.c-teaser__text p{margin-bottom:0}.c-teaser__text .c-btn{margin-top:1.5rem}@media (width>=80em){.c-teaser__text .c-btn{margin-top:3rem}}.c-teaser__images{grid-template-columns:4fr 3fr;align-items:center;gap:1rem;display:grid}@media (width>=48em){.c-teaser__images{gap:2rem}}.c-testimonials__title{margin-bottom:2rem}@media (width>=48em){.c-testimonials__title{margin-bottom:4rem}}.c-testimonials__items{--col-width:calc(100% - 3.5rem);grid-auto-columns:minmax(var(--col-width), 1fr);grid-template-columns:repeat(3, minmax(var(--col-width), 1fr));-webkit-overflow-scrolling:touch;padding-inline:calc((var(--100vw) - min(83.5rem, var(--100vw) - var(--page-inline-space) * 2)) / 2);scroll-behavior:smooth;scroll-padding-inline:calc((var(--100vw) - min(83.5rem, var(--100vw) - var(--page-inline-space) * 2)) / 2);scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.5rem;list-style:none;display:grid;overflow-x:auto}@media (width>=48em){.c-testimonials__items{--col-width:calc((100% / 2) - 3.5rem);gap:2.5rem}}@media (width>=80em){.c-testimonials__items{--col-width:calc((100% / 3) - 3.5rem)}}.c-testimonials__items::-webkit-scrollbar{display:none}.c-testimonials__item{scroll-snap-align:start;grid-row:1}.c-testimonials__quote{hanging-punctuation:none;flex-direction:column;gap:1rem;display:flex;position:relative}@media (width>=80em){.c-testimonials__quote{gap:1.5rem}}.c-testimonials__quote>p:first-of-type:before{text-indent:-.4em;position:absolute}.c-testimonials__quote__text{-webkit-hyphens:none;hyphens:none;margin:0}.c-testimonials__quote__author{font-size:.875rem;font-weight:500;line-height:1.28}@media (width>=48em){.c-testimonials__quote__author{font-size:1rem}}@media (width>=80em){.c-testimonials__quote__author{font-size:1.125rem}}.c-text-list{color:#fff;flex-direction:column;gap:3rem;display:flex}@media (width>=80em){.c-text-list{gap:2.5rem}}.c-text-list__item{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=36.25em){.c-text-list__item{grid-template-columns:1fr 2fr;gap:1.5rem}}@media (width>=64em){.c-text-list__item{grid-template-columns:3fr 7fr;gap:2.5rem}}.c-text-list__item__title{text-wrap:pretty;margin:0;font-size:1rem;font-weight:600;line-height:1.28}@media (width>=36.25em){.c-text-list__item__title{max-width:12ch}}@media (width>=48em){.c-text-list__item__title{font-size:1.25rem}}@media (width>=80em){.c-text-list__item__title{font-size:1.5rem;line-height:1.45}}.c-text-list__item p{-webkit-hyphens:none;hyphens:none;max-width:58ch}.c-text-list__item+.c-text-list__item{border-top:1px solid #fff3;padding-top:2.5rem}@media (width>=80em){.c-text-list__item+.c-text-list__item{padding-top:3rem}}.u-hidden{display:none!important}@media (width>=48em){.u-show-\@m{display:block!important}}.u-disabled{cursor:not-allowed;pointer-events:none}.u-a11y-skipto{color:#fff;text-align:center;background-color:#000;border-radius:0 0 8px 8px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;position:absolute;top:-1000em}.u-a11y-skipto:focus{z-index:999;position:fixed;top:0;left:50%;transform:translate(-50%)}.u-sr-only{clip:rect(1px, 1px, 1px, 1px)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.u-txt-set--copy{font-family:Graphik,Graphik Fallback,sans-serif;font-size:.875rem;font-weight:400;line-height:1.36}@media (width>=48em){.u-txt-set--copy{font-size:1rem}}@media (width>=80em){.u-txt-set--copy{font-size:1.25rem;line-height:1.45}}.u-txt-set--copy-l{font-family:Graphik,Graphik Fallback,sans-serif;font-size:1rem;font-weight:400;line-height:1.36}@media (width>=48em){.u-txt-set--copy-l{font-size:1.25rem}}@media (width>=80em){.u-txt-set--copy-l{font-size:1.5rem;line-height:1.45}}.u-txt-set--title-s{font-family:Graphik,Graphik Fallback,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.28}@media (width>=80em){.u-txt-set--title-s{font-size:1.125rem}}.u-txt-set--title-m{font-family:Graphik,Graphik Fallback,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.28}@media (width>=48em){.u-txt-set--title-m{font-size:1.75rem}}@media (width>=80em){.u-txt-set--title-m{letter-spacing:-.02em;font-size:2.25rem;line-height:1.2}}.u-txt-set--title-l{font-family:Graphik,Graphik Fallback,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.28}@media (width>=48em){.u-txt-set--title-l{font-size:2.25rem}}@media (width>=80em){.u-txt-set--title-l{font-size:3rem;line-height:1.2}}
