@layer reset,theme,components,utilities;@layer reset{*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}:root{interpolate-size:allow-keywords}:where(img,picture,video,canvas,svg){display:block;max-inline-size:100%}:where(input,button,textarea,select){font:inherit;letter-spacing:inherit;word-spacing:inherit;color:currentColor}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(ol,ul){list-style:none}:not([class]){&:where(h1, h2, h3, h4, h5, h6){margin-trim:block;text-wrap:balance;letter-spacing:-.05ch}&:where(p, ol, ul){margin-trim:block}&:where(ol, ul){padding-inline-start:1.5em;list-style:revert}&:where(li){margin-trim:block}}}@layer theme{:root{--font-main:"Figtree", sans-serif;--font-serif:"Instrument Serif", serif;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--text-h1:3.5rem;--text-h2:2rem;--text-h3:1.9375rem;--text-h4:1.5625rem;--text-h5:1.3125rem;--text-lg:1rem;--text-md:0.875rem;--text-base:0.75rem;--rgb-black:0, 0, 0;--rgb-peach:251, 246, 238;--rgb-gray:217, 217, 217;--rgb-dark:14, 20, 29;--rgb-white:255, 255, 255;--rgb-white-light:251, 247, 233;--rgb-paper:253, 253, 252;--rgb-warm:241, 240, 239;--rgb-green:143, 203, 110;--rgb-lime:170, 255, 120;--rgb-orange:246, 97, 70;--rgb-gray-2:92, 104, 114;--rgb-gray-3:197, 197, 197;--rgb-gray-light:252, 246, 234;--gray-light-on-dark:140, 140, 140;--navbar-bg:rgba(var(--rgb-dark), 0.5);--body-text:rgb(var(--rgb-dark));--text-main:rgb(var(--rgb-black));--text-inv:rgb(var(--rgb-gray));--body-bg:rgb(var(--rgb-gray-light));--body-bg-inv:rgb(var(--rgb-dark));--btn-bg:rgb(var(--rgb-orange));--btn-hover-bg:rgb(var(--rgb-dark));--card-bg:rgb(var(--rgb-white));--card-bg-inv:rgb(var(--rgb-dark));--card-bg-accent:rgb(var(--rgb-black));--highlight:rgb(var(--rgb-orange));--headline-text:rgb(var(--rgb-gray-2));--headline-text-inv:rgb(var(--rgb-gray-3));--section-alt:rgb(var(--rgb-warm));--border-color:rgba(var(--rgb-gray), 0.75);--navbar-height:4.75rem;--header-height:calc(4.75rem + 2 * 1.25rem)}@media(min-width:48rem){:root{--text-h1:3.2rem;--text-h2:2.8rem;--text-h3:2.4375rem;--text-h4:1.9375rem;--text-h5:1.625rem;--text-lg:1.25rem;--text-md:1rem;--text-base:0.875rem}}@media(min-width:80rem){:root{--text-h1:4.2rem;--text-h2:3.75rem;--text-h3:2.75rem;--text-h4:2.1875rem;--text-h5:1.875rem;--text-lg:1.375rem;--text-md:1.125rem;--text-base:1rem}}.figtree-regular{font-family:figtree,sans-serif;font-weight:400}.figtree-medium{font-family:figtree,sans-serif;font-weight:500}.figtree-semibold{font-family:figtree,sans-serif;font-weight:600}.figtree-bold{font-family:figtree,sans-serif;font-weight:700}body{font-family:var(--font-main);font-optical-sizing:auto;font-style:normal;font-size:var(--text-base);line-height:auto;color:var(--body-text);background-color:var(--body-bg);overflow-x:hidden}p.accent,span.accent{font-family:var(--font-serif);font-weight:400;font-style:italic;color:var(--highlight)}a{color:inherit;text-decoration:inherit}.headline{--headline-reveal-distance:2.5rem;--headline-reveal-duration:0.9s}.headline__line{font-style:var(--font-serif);display:block}.js .headline[data-headline-reveal=true] .eyebrow,.js .headline[data-headline-reveal=true] .headline__line{opacity:0;transform:translateY(var(--headline-reveal-distance));will-change:opacity,transform}[data-theme=dark] .headline .eyebrow{color:var(--headline-text-inv)}.js .headline[data-headline-reveal=true].headline--step-1 .eyebrow,.js .headline[data-headline-reveal=true].headline--step-2 .eyebrow,.js .headline[data-headline-reveal=true].headline--step-3 .eyebrow,.js .headline[data-headline-reveal=true].headline--step-2 .headline__line:first-child,.js .headline[data-headline-reveal=true].headline--step-3 .headline__line:first-child,.js .headline[data-headline-reveal=true].headline--step-3 .headline__line+.headline__line{animation:headline-title-line-enter var(--headline-reveal-duration)cubic-bezier(.22,1,.36,1)forwards;will-change:transform,opacity}@keyframes headline-title-line-enter{0%{opacity:0;transform:translateY(var(--headline-reveal-distance))}100%{opacity:1;transform:translateY(0)}}.js [data-section-reveal-order]{opacity:0;transform:translateY(1.15rem)}.js [data-section-reveal-order].section-reveal--visible{animation:section-fade-up .7s cubic-bezier(.22,1,.36,1)forwards;will-change:transform,opacity}@keyframes section-fade-up{0%{opacity:0;transform:translateY(1.15rem)}100%{opacity:1;transform:translateY(0)}}h1,.h1{font-size:var(--text-h1);font-weight:var(--fw-bold);letter-spacing:-3%}h2,.h2{font-size:var(--text-h2);font-weight:var(--fw-bold);letter-spacing:-2%}h3,.h3{font-size:var(--text-h3);font-weight:var(--fw-bold)}h4,.h4{font-size:var(--text-h4);font-weight:var(--fw-semibold)}h5,.h5{font-size:var(--text-h5);font-weight:var(--fw-medium)}h6,.h6{font-size:1.2rem;font-weight:600;letter-spacing:-4%}.eyebrow{color:var(--headline-text);font-weight:var(--fw-bold);letter-spacing:.2rem}.background-primary{background-color:var(--body-bg);--glow-intensity:1;background-image:radial-gradient(circle,rgba(196,82,58,.13) 1.5px,transparent 1.5px),radial-gradient( circle at center,rgba(var(--rgb-orange),calc(.13 * var(--glow-intensity))),transparent 70% ),radial-gradient( circle at center,rgba(255,196,140,calc(.12 * var(--glow-intensity))),transparent 70% ),radial-gradient( circle at center,rgba(var(--rgb-orange),calc(.1 * var(--glow-intensity))),transparent 72% ),radial-gradient( circle at center,rgba(255,196,140,calc(.1 * var(--glow-intensity))),transparent 72% );background-size:36px 36px,52rem 44rem,44rem 40rem,38rem 44rem,40rem 36rem;background-position:0 0,6% 16%,86% 42%,38% 88%,70% 96%;background-repeat:repeat,no-repeat,no-repeat,no-repeat,no-repeat}.btn{display:inline-flex;align-items:center;gap:.4375rem;width:fit-content;padding:.625rem 1.25rem;border:1px solid transparent;border-radius:6.188rem;font-size:var(--text-md);font-weight:var(--fw-regular);line-height:1.42;background-color:var(--btn-bg);box-shadow:0 .5rem 1.25rem -.5rem rgba(var(--rgb-orange),.55);cursor:pointer;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,filter .2s ease}.btn__dot{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}.btn__icon{display:block;width:.9rem;height:auto;transform:rotate(-45deg);transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.btn:hover .btn__icon{transform:rotate(0)}.btn--primary{color:#fff;background-color:var(--btn-bg)}.btn--white{color:#000;background-color:#fff;box-shadow:none}.btn:hover,.btn--primary:hover{background-color:var(--btn-bg);box-shadow:0 .5rem 1rem -.35rem rgba(var(--rgb-orange),.75);filter:brightness(1.04)}.btn--secondary{color:rgb(var(--rgb-gray-2));background-color:initial;border-color:rgba(var(--rgb-dark),.22);box-shadow:0 0 rgba(var(--rgb-dark),0)}.btn--secondary:hover{background-color:initial;border-color:rgba(var(--rgb-dark),.3);box-shadow:0 .65rem 1.6rem -.5rem rgba(var(--rgb-dark),.22);filter:none}.btn--outlined{--btn-outlined-color:rgb(var(--rgb-dark));gap:.5rem;padding:0;color:var(--btn-outlined-color);background:0 0;border:0;border-radius:0;box-shadow:none}.btn--outlined:hover{background:0 0;box-shadow:none;filter:none}}.container--sm{display:flex;align-items:center}.container{height:100%;width:100%;margin:0 auto;padding:0 2rem}.container--wide{padding:0 1rem}@media(min-width:40rem){.container{padding:0 2.5rem}.container--sm,.container--sm-until-lg{padding:0 3.5rem}.container--wide{padding:0 1rem}}@media(min-width:48rem){.container{padding:0 3rem}.container--sm,.container--sm-until-lg{padding:0 4rem}.container--wide{padding:0 1rem}}@media(min-width:64rem){.container{padding:0 4rem}.container--sm{padding:0 5rem;display:flex;align-items:center}.container--sm-until-lg{padding:0 4rem;display:flex;align-items:center}.container--wide{padding:0 2rem}}@media(min-width:80rem){.container,.container--sm-until-lg,.container--wide{max-width:80rem;padding:0 3.5rem}.container--sm{max-width:80rem;padding:0 6rem}}@media(min-width:96rem){.container,.container--sm-until-lg,.container--wide{max-width:80rem;padding:0 3.5rem}.container--sm{max-width:80rem;padding:0 6rem}}@layer components{.value-card{position:relative;overflow:hidden;padding:1.25rem 1.125rem;border-radius:1.375rem;background-color:var(--card-bg);color:var(--text-main);border:var(--border-color)solid 1px;display:flex;flex-direction:column;row-gap:.5rem;box-shadow:0 .0625rem .125rem rgba(var(--rgb-dark),.04);transition:box-shadow .3s ease,transform .3s ease;.card__glow{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none;background:radial-gradient( 26.25rem 16.25rem at 78% 40%,rgba(var(--rgb-orange),.28),rgba(var(--rgb-orange),.08) 55%,transparent 75% )}&:hover{box-shadow:0 1.25rem 2.75rem rgba(var(--rgb-dark),.1);transform:translateY(-.1875rem);.card__glow{opacity:1}}.card__icon{background-color:#fdebde;color:#f07160;position:relative;border-radius:1.4rem;padding:.8rem;z-index:1;width:3.5rem;height:auto;aspect-ratio:1/1;object-fit:contain}.card__title{position:relative;z-index:1}.card__body{position:relative;z-index:1;font-size:var(--text-md);line-height:1.55;color:rgba(var(--rgb-dark),.65)}}@media(min-width:48rem){.value-card{row-gap:1rem;padding:2.25rem 2.125rem}}}@layer components{.content-card{display:flex;flex-direction:column;row-gap:.9375rem;padding:.9375rem;border:var(--border-color)solid 1px;border-radius:1.875rem;background-color:var(--card-bg);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);&:hover{box-shadow:0 1.25rem 2.75rem rgba(var(--rgb-dark),.1);transform:translateY(-.1875rem)}img{display:block;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;border-radius:.9375rem}.card__tags{display:flex;gap:.3125rem;flex-wrap:wrap;.plus{color:#fff}.tag{display:flex;align-items:center;text-align:center;background-color:var(--tag-color,var(--body-bg));border-radius:6.188rem;padding:.3125rem .625rem}}.card__body{font-size:var(--text-md);line-height:1.42;flex:1}.card__cta{margin-top:auto;align-self:flex-start}}}@layer components{html.has-menu-open,html.has-menu-open body{overflow:hidden;height:100%}html.has-menu-navigation-transition body{visibility:hidden}@media(min-width:55rem){.header__menu-link-line{opacity:1!important;visibility:visible!important;transform:none!important}}header{position:relative;padding:1.25rem 0;z-index:100;nav{position:relative;display:flex;justify-content:space-between;align-items:center;column-gap:.75rem;padding:.5rem .625rem;max-width:72.5rem;margin:0 auto;&::before{content:"";position:absolute;inset:0;background-color:rgba(var(--rgb-white),.55);border:1px solid rgba(var(--rgb-dark),.08);border-radius:6.25rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:-1}.header__logo{display:flex;align-items:center;column-gap:.625rem;padding:.25rem .5rem;.header__logo-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.125rem;height:2.125rem;border-radius:50%;background-color:#131a17;color:var(--body-bg);font-family:var(--font-serif);font-size:1.0625rem}.header__logo-word{font-family:var(--font-serif);font-size:1.4375rem;color:var(--body-text)}}.header__logo--mobile{display:none}.header__menu-wrap{display:contents}.header__menu-transition{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.header__menu-transition-surface{display:none}.header__menu-top{display:none}.header__menu-bottom{display:none}.header__burger{display:none;align-items:center;justify-content:center;flex-direction:column;gap:.3125rem;width:2.75rem;height:2.75rem;border-radius:50%;padding:.625rem;background:0 0;border:0;cursor:pointer;flex-shrink:0;.header__burger-line{display:block;width:1.25rem;height:2px;border-radius:2px;background-color:var(--body-text);transition:transform .25s ease,opacity .25s ease}}.header__menu{display:flex;align-items:center;column-gap:.125rem;.header__menu-link{display:inline-block;font-size:.9375rem;font-weight:var(--fw-semibold);color:rgba(var(--rgb-dark),.62);padding:.625rem 1.125rem;border-radius:6.25rem;white-space:nowrap;transition:color .2s ease,background-color .2s ease;&:hover{color:var(--body-text);background-color:rgba(var(--rgb-dark),.06)}&.active{color:var(--body-bg);background-color:var(--body-text)}}.header__menu-item--has-children{position:relative;& > .header__menu-link{cursor:pointer}.header__submenu-wrap{display:contents}.header__submenu{display:block;position:absolute;top:calc(100% + .625rem);left:50%;min-width:14.375rem;background-color:var(--card-bg);border:none;border-radius:1.25rem;padding:.625rem;box-shadow:0 1.25rem 2.5rem rgba(var(--rgb-dark),.14);z-index:10;opacity:0;pointer-events:none;transform:translate(-50%,.375rem);transition:opacity .18s ease,transform .18s ease}&:hover::after, &.header__menu-item--open::after{content:"";position:absolute;top:100%;left:50%;width:14.375rem;height:1rem;transform:translateX(-50%)}&:hover .header__submenu, &.header__menu-item--open .header__submenu{opacity:1;pointer-events:auto;transform:translate(-50%,0)}}}.header__submenu-item{list-style:none;.header__submenu-link{display:flex;align-items:center;column-gap:.75rem;white-space:nowrap;padding:.625rem .875rem;border-radius:.75rem;font-size:.875rem;font-weight:var(--fw-semibold);color:var(--body-text);transition:background-color .15s ease;&:hover, &.active{background-color:var(--body-bg)}}.header__submenu-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.875rem;height:1.875rem;border-radius:.625rem;font-size:.75rem;font-weight:var(--fw-bold)}}.header__cta{flex-shrink:0}}&.header--hidden{position:fixed;top:0;width:100%;transform:translateY(-100%)}&.header--sticky{position:fixed;top:0;width:100%;transform:translateY(0)}}@media(max-width:54.99rem){header nav{position:relative;.header__burger{display:flex}.header__menu-wrap{display:flex;flex-direction:column;position:fixed;inset:0;z-index:200;padding:1.25rem 1.5rem 1.75rem;row-gap:0;overflow-y:auto;border:1px solid rgba(var(--rgb-dark),.08);visibility:hidden;pointer-events:none;clip-path:url(#header-menu-clip);-webkit-clip-path:url(#header-menu-clip);will-change:clip-path}.header__menu-transition-surface{display:block;position:fixed;inset:0;z-index:199;visibility:hidden;pointer-events:none;background:linear-gradient( 135deg,var(--highlight),#f8a471 );clip-path:url(#header-menu-transition-clip);-webkit-clip-path:url(#header-menu-transition-clip)}&.header__nav--active .header__menu-wrap, &.header__nav--active .header__menu-transition-surface{visibility:visible}&.header__nav--open .header__menu-wrap{pointer-events:auto}.header__menu-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;.header__burger{display:flex}}.header__logo--mobile{display:flex}.header__burger--close .header__burger-line{width:1.5rem}&.header__nav--open .header__burger-line:nth-child(1){transform:translateY(.3rem)rotate(45deg)}&.header__nav--open .header__burger-line:nth-child(2){transform:translateY(-.3rem)rotate(-45deg)}.header__menu{flex-direction:column;align-items:stretch;row-gap:0;.header__menu-link{display:block;overflow:hidden;font-family:var(--font-serif);font-size:3rem;font-weight:400;line-height:.95;text-wrap:balance;color:var(--body-text);padding:.5rem 0;border-radius:0;border-bottom:0;&.active{background-color:initial;color:var(--highlight)}}.header__menu-link-line{display:block;will-change:transform,opacity;color:#fff}.header__menu-item--has-children:hover::after, .header__menu-item--has-children.header__menu-item--open::after{content:none}.header__menu-item--has-children .header__submenu-wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .4s cubic-bezier(.22,1,.36,1),opacity .3s ease}.header__menu-item--has-children.header__menu-item--open .header__submenu-wrap{grid-template-rows:1fr;opacity:1}.header__menu-item--has-children .header__submenu{position:static;min-width:0;min-height:0;padding:0;border:0;box-shadow:none;background-color:initial;overflow:hidden;opacity:1;pointer-events:auto;transform:none;transition:none}.header__menu-item--has-children.header__menu-item--open .header__submenu{transform:none}.header__submenu-item:last-child{margin-bottom:.75rem}.header__submenu-link{font-size:1rem;font-weight:500;padding:.375rem 0;color:#fff;&:hover, &.active{background-color:initial}}}.header__cta{display:inline-flex;justify-content:center;width:fit-content;margin-top:1.5rem}.header__menu-bottom{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.header__socials{display:flex;gap:.75rem}.header__social-link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:50%;background-color:var(--card-bg);color:var(--body-text);box-shadow:0 .5rem 1.25rem rgba(var(--rgb-dark),.1);transition:transform .2s ease;svg{width:1.15rem;height:1.15rem}&:hover{transform:translateY(-2px)}}.header__menu-legal{display:flex;flex-wrap:wrap;column-gap:1.5rem;row-gap:.375rem}.header__menu-legal-link{font-size:.875rem;font-weight:var(--fw-semibold);color:rgba(var(--rgb-dark),.55)}}}}footer{background-color:var(--body-bg-inv);color:var(--text-inv);padding-top:1.875rem;padding-bottom:1.875rem;.container{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:2rem;row-gap:.9375rem;gap:2.625rem;.footer__brand{display:flex;column-gap:1.875rem;.footer__logo{display:flex;column-gap:.625rem;align-items:center;flex-shrink:0;img{width:64px}p{font-weight:600;font-size:1.313rem}@media(min-width:48rem){.btn-xs{display:none}}}.btn-md{display:none;@media(min-width:48rem){display: inline-flex;}}@media(min-width:48rem){margin-top: -28px; column-gap: unset; row-gap: 0.625rem; flex-direction: column; flex: 1;}}.footer__nav{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:.9375rem;.footer__nav-group{display:flex;flex-direction:column;row-gap:1.25rem;.footer__nav-title{text-transform:uppercase;font-weight:500;font-size:.75rem;color:var(--headline-text-inv)}.footer__nav-list{display:flex;flex-direction:column;row-gap:.625rem}}@media(min-width:48rem){flex-direction: row; justify-content: space-between; flex: 2.7;}}@media(min-width:48rem){padding-top: 4.688rem; padding-bottom: 4.688rem; flex-direction: row;}}.footer__bottom{color:var(--headline-text-inv);font-size:.5625rem;display:flex;justify-content:center;flex-direction:column;text-align:center;.footer__copyright{margin-bottom:.3125rem;@media(min-width:48rem){position: absolute; top: 50%; left: 1.625rem; transform: translateY(-50%); margin-bottom: unset;}}.footer__legal{display:flex;justify-content:center;.footer__legal-item:not(:first-child)::before{content:"\2022";display:inline-block;margin-left:.2rem}}@media(min-width:48rem){position: relative;}}}@layer components{.hero{--hero-scroll-progress:0;--hero-title-stagger:0.12s;--hero-title-duration:0.9s;--hero-subtitle-duration:0.55s;--hero-actions-duration:0.55s;--hero-label-pop-duration:0.62s;--hero-subtitle-delay:calc(
      ((var(--hero-title-line-count, 1) - 1) * var(--hero-title-stagger)) +
        var(--hero-title-duration) + 0.08s
    );--hero-actions-delay:calc(
      var(--hero-subtitle-delay) + var(--hero-subtitle-duration) - 0.05s
    );--hero-labels-delay:calc(
      var(--hero-actions-delay) + var(--hero-actions-duration) + 0.06s
    );height:100vh;padding:6rem 0;margin-top:calc(-1 * var(--header-height));padding-bottom:0;overflow:hidden;display:flex;flex-direction:column;background-color:var(--body-bg);background-image:radial-gradient( circle,rgba(196,82,58,.13) 1.5px,transparent 1.5px );background-size:26px 26px;& .hero__container{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2.5rem;padding-block:2.5rem;margin-block:auto;width:100%}& .hero__copy{display:flex;flex-direction:column;align-items:center;row-gap:1.25rem;text-align:center;max-width:40rem}& .title{font-size:4.5rem;line-height:.95;text-wrap:balance;font-family:var(--font-serif);font-weight:400;letter-spacing:normal}& .hero__title-line-mask{display:block;overflow:hidden;padding-inline:.18em;margin-inline:-.18em;padding-bottom:.12em;margin-bottom:-.12em}& .hero__title-line{display:block;letter-spacing:-5%;transform:translateY(110%);will-change:transform;animation:hero-title-line-enter .9s cubic-bezier(.16,1,.3,1)both;animation-delay:calc(var(--hero-title-line-index,0) * .12s)}& .hero__title-line--italic{font-size:4.5rem;line-height:.95;font-style:italic}& .hero__subtitle{font-size:var(--text-md);line-height:1.42;color:rgba(var(--rgb-dark),.72);opacity:0;transform:translateY(1rem);animation:hero-fade-up var(--hero-subtitle-duration)ease forwards}& .hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;opacity:0;transform:translateY(1rem);animation:hero-fade-up var(--hero-actions-duration)ease forwards;animation-delay:var(--hero-subtitle-delay)}& .hero__illustration{display:none;position:relative;width:100%;max-width:min(60vw,38rem);margin-inline:auto;overflow:visible;isolation:isolate}& .hero__floating-labels{display:none}& .hero__illustration-img{display:block;width:100%;height:auto;animation:hero-float 6s ease-in-out infinite}}@keyframes hero-title-line-enter{from{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(1rem)}100%{opacity:1;transform:translateY(0)}}@media(min-width:48rem){.hero{& .hero__title-line--italic{font-size:6rem}& .title{font-size:6rem}& .hero__actions{gap:.875rem}}@media(min-width:64rem){.hero{& .hero__container{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left}& .hero__copy{align-items:flex-start;text-align:left;max-width:none}& .hero__actions{justify-content:flex-start}& .hero__illustration{display:block;max-width:50rem}& .hero__floating-labels{display:block;position:absolute;inset:0;pointer-events:none;z-index:2}& .hero__floating-label{--label-x:0rem;--label-y:0rem;--scroll-x:0rem;--scroll-y:0rem;position:absolute;top:50%;left:50%;transform:translate( calc(-50% + var(--label-x)),calc(-50% + var(--label-y)) );transform-origin:center;white-space:nowrap;opacity:0;animation:hero-floating-label-fade .18s linear forwards;animation-delay:calc( var(--hero-labels-delay) + (var(--hero-floating-label-index,0) * .12s) )}& .hero__floating-label-bubble{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.1rem;border-radius:999px;background:rgba(var(--rgb-white),.95);border:1px solid rgba(var(--rgb-white),.75);box-shadow:0 1.25rem 2.25rem rgba(var(--rgb-dark),.12),0 .35rem .75rem rgba(var(--rgb-dark),.08);color:rgba(var(--rgb-dark),.94);transform:scale(.72);opacity:0;will-change:transform,opacity;animation:hero-floating-label-pop var(--hero-label-pop-duration)cubic-bezier(.2,1.35,.35,1)forwards;animation-delay:calc( var(--hero-labels-delay) + (var(--hero-floating-label-index,0) * .12s) )}& .title{font-size:6.5rem}& .hero__title-line--italic{font-size:6.5rem}& .hero__floating-label-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:rgba(var(--rgb-white),.92);color:rgba(var(--rgb-gray-2),.52)}& .hero__floating-label-icon svg{width:1rem;height:1rem}& .hero__floating-label-text{font-size:1.0625rem;line-height:1;font-weight:var(--fw-medium);letter-spacing:-.02em}& .hero__floating-label--top-left{--label-x:-12rem;--label-y:-14.5rem;--scroll-x:-1.4rem;--scroll-y:2rem}& .hero__floating-label--top-right{--label-x:16rem;--label-y:-17.5rem;--scroll-x:1.8rem;--scroll-y:1.55rem}& .hero__floating-label--bottom-left{--label-x:-16.5rem;--label-y:-0.5rem;--scroll-x:-2rem;--scroll-y:1rem}& .hero__floating-label--bottom-right{--label-x:9.25rem;--label-y:7.25rem;--scroll-x:1.35rem;--scroll-y:2.2rem}}}@media(min-width:64rem) and (max-width:79.99rem){.hero{& .hero__floating-label--top-left{--label-x:-9rem;--label-y:-8rem;--scroll-x:-1.1rem;--scroll-y:1.55rem}& .hero__floating-label--top-right{--label-x:10.5rem;--label-y:-14rem;--scroll-x:1.25rem;--scroll-y:1.2rem}& .hero__floating-label--bottom-left{--label-x:-16.5rem;--label-y:0rem;--scroll-x:-1.4rem;--scroll-y:0.85rem}& .hero__floating-label--bottom-right{--label-x:6.75rem;--label-y:5.5rem;--scroll-x:1rem;--scroll-y:1.45rem}& .hero__floating-label-text{font-size:.95rem}}}@keyframes hero-floating-label-fade{0%{opacity:0}100%{opacity:1}}@keyframes hero-floating-label-pop{0%{opacity:0;transform:scale(.72)}58%{opacity:1;transform:scale(1.09)}100%{opacity:1;transform:scale(1)}}}}.key-value-grid{padding:10rem 0;.key-value-grid__inner{display:flex;flex-direction:column;row-gap:1.875rem;width:100%;.key-value-grid__title{letter-spacing:normal}.key-value-grid__title-line--italic{font-family:var(--font-serif);font-weight:400;font-style:italic;color:var(--highlight)}.key-value-grid__grid{display:grid;grid-template-columns:1fr;width:100%;row-gap:1.375rem;@media(min-width:48rem){grid-template-columns: 1fr 1fr; column-gap: 1.375rem;}}}@media(min-width:64rem){.key-value-grid{padding:10rem 0}}}@layer components{.timeline{padding:6rem 0}.timeline__glow{display:none}.timeline__inner{width:100%;max-width:80rem;margin:0 auto;padding:0 2rem}.timeline__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.timeline__title{margin:0 0 2.5rem;max-width:48rem}.timeline__timings,.timeline__track{display:none}.timeline__steps{display:flex;flex-direction:column;gap:.75rem}.timeline__step{display:flex;flex-direction:column;gap:.375rem;padding:1.25rem 1.375rem;border-radius:.9375rem;background:var(--card-bg);border:1px solid var(--border-color)}.timeline__step-timing{font-family:var(--font-main);font-size:var(--text-base);font-weight:var(--fw-bold);letter-spacing:.12em;text-transform:uppercase;color:var(--highlight)}.timeline__step-index{font-family:var(--font-serif);font-style:italic;font-size:1.5rem;color:rgba(var(--rgb-orange),.55)}.timeline__step-title{font-weight:600;text-align:center;font-size:var(--text-h5);line-height:1.2}.timeline__step-content{font-size:var(--text-md);text-align:center;line-height:1.55;color:rgba(var(--rgb-dark),.65)}.timeline__footer{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;text-align:center}.timeline__footer-text{font-size:var(--text-md);line-height:1.6;color:rgba(var(--rgb-dark),.7);max-width:33rem}@media(min-width:48rem){.timeline{padding:10rem 0}}@media(min-width:64rem){.timeline{padding-block:0;position:relative;height:380vh}.timeline__stage{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.timeline__glow{display:block;position:absolute;left:-10%;bottom:-20%;width:40rem;height:32.5rem;border-radius:50%;background:radial-gradient( circle,rgba(var(--rgb-orange),.16),rgba(255,196,140,.1) 45%,transparent 72% );filter:blur(10px);pointer-events:none;z-index:0}.timeline__inner{position:relative;z-index:1;padding:0 4rem}.timeline__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem}.timeline__title{font-size:var(--text-h2);margin-bottom:3rem}.timeline__timings{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem;margin-bottom:1rem}.timeline__timing-label{font-family:var(--font-main);font-size:var(--text-base);font-weight:var(--fw-bold);letter-spacing:.14em;text-transform:uppercase;text-align:center;color:rgba(var(--rgb-orange),.4);margin-bottom:.375rem;transition:color .45s ease}.timeline__timing-label--active{color:var(--highlight)}.timeline__timing-sub{text-align:center;font-size:var(--text-md);color:rgba(var(--rgb-dark),.7)}.timeline__track{display:grid;position:relative;grid-template-columns:repeat(4,1fr);align-items:center;height:5.5rem;margin-bottom:1.75rem}.timeline__line{position:absolute;left:2.75rem;right:2.75rem;top:50%;transform:translateY(-50%);height:2px;background:rgba(var(--rgb-dark),.12);z-index:0}.timeline__line-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:var(--highlight)}.timeline__node{display:flex;justify-content:center;position:relative;z-index:1}.timeline__circle{width:5.5rem;height:5.5rem;border-radius:50%;border:1.5px dashed rgba(var(--rgb-orange),.35);background:var(--body-bg);display:flex;align-items:center;justify-content:center;transition:border-color .45s ease,background .45s ease,box-shadow .45s ease}.timeline__circle--active{border-color:var(--highlight);border-style:solid;box-shadow:0 .5rem 1.25rem -.625rem rgba(var(--rgb-orange),.55)}.timeline__num{font-size:1.625rem;color:rgba(var(--rgb-dark),.35);transition:color .45s ease}.timeline__num--active{color:rgb(var(--rgb-dark))}.timeline__steps{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem}.timeline__step{opacity:.4;padding:0;border:none;border-radius:0;background:0 0;gap:.625rem;max-width:16.25rem;transition:opacity .5s ease}.timeline__step-timing,.timeline__step-index{display:none}.timeline__step--active{opacity:1}.timeline__footer{margin-top:3.5rem;opacity:0;transform:translateY(.875rem);transition:opacity .5s ease,transform .5s ease}.timeline__footer--visible{opacity:1;transform:translateY(0)}}}.card-section{--card-section-card-width:20rem;--card-section-travel:0px;--card-section-overlap:100svh;padding-block:0;.card-section__header{display:flex;align-items:center;flex-direction:column;gap:45px;.headline{text-align:center;.card-section__link{margin-top:.625rem}}}.card-section__pin{position:relative;min-height:calc( 100svh + var(--card-section-travel) + var(--card-section-overlap) )}.card-section__sticky{position:sticky;top:0;height:100svh;display:flex;flex-direction:column;justify-content:center;row-gap:1.5rem}.card-section__sticky > *{height:auto;flex:none}.card-section__viewport{--card-section-viewport-w:min(100vw, 120rem);width:var(--card-section-viewport-w);margin-inline:auto;padding-inline:clamp(1.25rem,3vw,3.5rem);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-padding-inline:max( 0px,calc( ( var(--card-section-viewport-w) - (2 * clamp(1.25rem,3vw,3.5rem)) - var(--card-section-card-width) )/2 ) );scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.card-section__viewport::-webkit-scrollbar{display:none}.card-section__grid{display:flex;width:max-content;min-width:100%;column-gap:1.25rem;-webkit-overflow-scrolling:touch;.card{scroll-snap-align:center;scroll-snap-stop:always;flex:none;width:var(--card-section-card-width)}@media(min-width:48rem){--card-section-card-width: 22rem; column-gap: 1.5rem;}@media(min-width:80rem){--card-section-card-width: 22rem;}}.card-section__progress{display:none;margin-top:1.5rem;height:.25rem;border-radius:6.188rem;background-color:rgba(var(--rgb-dark),.08);overflow:hidden}.card-section__progress-bar{width:100%;height:100%;background-color:var(--highlight);transform:scaleX(0);transform-origin:left center}&.card-section--parallax{.card-section__viewport{overflow:hidden;padding-bottom:0}.card-section__grid{will-change:transform}.card-section__progress{display:block}}&:not(.card-section--parallax){.card-section__grid{padding-inline:max( 0px,calc( ( 100vw - (2 * clamp(1.25rem,3vw,3.5rem)) - var(--card-section-card-width) )/2 ) )}}}.card-section+section{position:relative;z-index:1;margin-top:-100svh}.text-widget-split{padding:6rem 0;background-color:var(--body-bg-inv);color:var(--text-inv);@media(min-width:48em){height: 100vh; min-height: 800px;}.text-widget-split__inner{.eyebrow{color:#8c8c8c}.text-widget-split__content{display:flex;flex-direction:column;row-gap:1.5rem;letter-spacing:2%;align-items:flex-start;.text-widget-split__text{font-size:var(--text-md);font-weight:100;line-height:1.42;color:#8c8c8c}.title{color:var(--rgb-white-light)}.text-widget-split__link{color:#fff}.text-widget-split__tags{display:flex;flex-wrap:wrap;column-gap:1.5rem;row-gap:.75rem;padding:.9375rem 0;color:var(--rgb-white-light);font-weight:100;.tag{.tag__text{font-weight:100}}.tag__icon{display:flex;align-items:center;svg{width:20px;height:20px}}.tag__icon--orange{color:rgb(var(--rgb-orange))}.tag__icon--green{color:rgb(var(--rgb-lime))}.tag{display:flex;flex-direction:row;align-items:center;gap:.5rem}@media(min-width:48em){column-gap: 2.813rem;}}}.text-widget-split__widget{display:none;&.text-widget-split__widget--cal{display:block}img{@media(min-width:48em){width: 238px; aspect-ratio: 238/260; object-fit: cover;}@media(min-width:80em){width: 430px;}}.cal-inline-widget{width:100%;height:520px;overflow-y:auto;border-radius:.625rem;@media(min-width:48em){width: 340px; height: 580px;}@media(min-width:80em){width: 430px; height: 620px;}iframe{border-radius:.9375rem}}@media(min-width:48em){display: block; flex-shrink: 0;}}@media(min-width:48em){display: flex; align-items: center; column-gap: 2.8rem; flex-direction: row;}}}.scroll-panels{--scroll-panels-progress:0;--scroll-panels-raw:0;--sp-bg:rgb(var(--rgb-dark));--sp-text:rgb(var(--rgb-white));--sp-muted:rgba(var(--rgb-white), 0.5);--sp-border:rgba(var(--rgb-white), 0.08);--sp-vert:rgba(var(--rgb-white), 0.18);--sp-rail:4.75rem;--sp-peek:4.5rem;background-color:var(--sp-bg);color:var(--sp-text);.scroll-panels__progress{display:none}.scroll-panels__panel{display:flex;min-height:100svh;background-color:var(--sp-bg);border-bottom:1px solid var(--sp-border)}.scroll-panels__rail, .scroll-panels__peek{display:none}.scroll-panels__main{flex:1;display:flex;flex-direction:column;min-width:0}.scroll-panels__figure{height:50%;display:flex;align-items:center;justify-content:center;padding:3rem;border-bottom:1px solid var(--sp-border);overflow:hidden}.scroll-panels__content{display:flex;flex-direction:column;justify-content:center;gap:.875rem;flex-shrink:0;padding:clamp(1.5rem,3vw,2.25rem)clamp(1.5rem,3vw,2.5rem)}.scroll-panels__text{max-width:34rem;text-wrap:pretty;font-size:var(--text-md);font-weight:100;line-height:1.42;color:#8c8c8c}.scroll-panels__link{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;font-size:.95rem;font-weight:var(--fw-semibold);color:var(--highlight);transition:gap .22s ease}.scroll-panels__link:hover{gap:.8rem}.scroll-panels__number{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);line-height:1;color:var(--highlight)}.scroll-panels__number--muted{font-size:clamp(1.5rem,3vw,2.25rem);color:rgba(var(--rgb-orange),.35)}.scroll-panels__vertical{writing-mode:vertical-rl;font-size:.6rem;font-weight:var(--fw-bold);letter-spacing:.2em;text-transform:uppercase;color:var(--sp-vert)}.scroll-panels__peek-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(min-width:50rem){height: calc(var(--scroll-panels-span,2) * 100vh); .scroll-panels__viewport{position:sticky;top:0;height:100vh;overflow:hidden}.scroll-panels__figure{height:50%;display:flex;align-items:center;justify-content:center;padding:3rem 5rem;border-bottom:1px solid var(--sp-border);overflow:hidden}.scroll-panels__progress{display:block;position:absolute;bottom:0;left:0;right:0;height:2px;z-index:20;background:var(--sp-border)}.scroll-panels__progress-bar{display:block;height:100%;width:calc(var(--scroll-panels-raw) * 100%);background:var(--highlight);transition:width .06s linear}.scroll-panels__track{display:flex;height:100%;transform:translateX( calc( var(--scroll-panels-progress) * var(--scroll-panels-segments,1) * -100vw ) );will-change:transform}.scroll-panels__panel{flex:none;width:100vw;height:100vh;border-bottom:0;border-right:1px solid var(--sp-border)}.scroll-panels__panel:last-child{border-right:0}.scroll-panels__rail,.scroll-panels__peek{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;flex-shrink:0}.scroll-panels__rail{width:var(--sp-rail);border-right:1px solid var(--sp-border)}.scroll-panels__rail .scroll-panels__vertical{transform:rotate(180deg)}.scroll-panels__peek{width:var(--sp-peek);border-left:1px solid var(--sp-border);background:0 0;border-top:0;border-right:0;border-bottom:0;cursor:pointer;transition:background-color .22s ease}.scroll-panels__peek:hover{background-color:rgba(var(--rgb-white),.04)}.scroll-panels__peek--empty{cursor:default}}@media(min-width:62rem){.scroll-panels__figure{padding:3rem 10rem}}@media(min-width:96rem){.scroll-panels__figure{padding:3rem 15rem}}}.scroll-panels[data-theme=light]{--sp-bg:rgb(var(--rgb-gray-light));--sp-text:rgb(var(--rgb-dark));--sp-muted:rgb(var(--rgb-gray-2));--sp-border:rgba(var(--rgb-dark), 0.12);--sp-vert:rgba(var(--rgb-dark), 0.22)}.dsmock{--dsmock-surface:#161622;--dsmock-panel:#1a1a28;--dsmock-chrome:#222230;--dsmock-canvas:#252535;--dsmock-amber:#e8834d;height:100%;width:100%;background:var(--dsmock-surface);border-radius:.875rem;overflow:hidden;box-shadow:0 2rem 5rem rgba(var(--rgb-black),.5);.dsmock__bar{display:flex;align-items:center;gap:.625rem;padding:.45rem .875rem;background:var(--dsmock-chrome);border-bottom:1px solid rgba(var(--rgb-white),.06)}.dsmock__brand{padding:.18rem .7rem;border-radius:2rem;background:var(--highlight);font-size:.6rem;font-weight:var(--fw-bold);letter-spacing:.04em;color:rgb(var(--rgb-white))}.dsmock__chip{padding:.18rem .6rem;border-radius:.3rem;background:var(--dsmock-amber);font-size:.6rem;font-weight:var(--fw-semibold);color:rgb(var(--rgb-white))}.dsmock__tools{display:flex;gap:.4rem;margin-left:auto;i{width:44px;height:16px;border-radius:3px;background:rgba(var(--rgb-white),.07)}i.is-active{background:var(--highlight)}}.dsmock__body{display:grid;grid-template-columns:100px 1fr 0;height:260px}.dsmock__layers{display:flex;flex-direction:column;gap:.3rem;padding:.625rem .5rem;background:var(--dsmock-panel);border-right:1px solid rgba(var(--rgb-white),.05);overflow:hidden}.dsmock__layer{display:flex;align-items:center;gap:.375rem;padding:.2rem .375rem;&.is-selected{border-radius:.22rem;background:rgba(var(--rgb-orange),.14)}&.is-child{padding-left:1rem}&.is-grandchild{padding-left:1.5rem}}.dsmock__dot{width:8px;height:8px;border-radius:1px;background:var(--highlight);flex-shrink:0}.dsmock__dot--grey{width:6px;height:6px;background:#777}.dsmock__dot--amber{width:6px;height:6px;background:var(--dsmock-amber)}.dsmock__dot--dim{width:5px;height:5px;background:#555}.dsmock__bar-line{display:block;width:var(--w,100%);height:var(--h,4px);border-radius:2px;background:rgba(var(--rgb-white),var(--o,.22))}.dsmock__layer .dsmock__bar-line{height:5px}.dsmock__canvas{display:flex;align-items:center;justify-content:center;background:var(--dsmock-canvas);overflow:hidden}.dsmock__selection{position:relative;display:flex;flex-direction:column;gap:6px;padding:1.125rem 1.5rem;border:1.5px dashed var(--highlight);border-radius:3px;background:var(--dsmock-panel)}.dsmock__handle{position:absolute;width:7px;height:7px;border:1.5px solid var(--highlight);border-radius:1px;background:rgb(var(--rgb-white))}.dsmock__handle--tl{top:-4px;left:-4px}.dsmock__handle--tr{top:-4px;right:-4px}.dsmock__handle--bl{bottom:-4px;left:-4px}.dsmock__handle--br{bottom:-4px;right:-4px}.dsmock__cursor{position:absolute;top:50%;right:-26px;font-size:1.1rem;line-height:1;color:rgba(var(--rgb-white),.5);transform:rotate(-40deg)translateY(-50%)}.dsmock__buttons{display:flex;gap:8px;margin-top:6px}.dsmock__btn{width:76px;height:26px;border-radius:2rem;background:rgba(var(--rgb-white),.1);border:1px solid rgba(var(--rgb-white),.18)}.dsmock__btn--primary{background:var(--highlight);border-color:transparent}.dsmock__props{padding:.75rem;background:var(--dsmock-panel);border-left:1px solid rgba(var(--rgb-white),.05)}.dsmock__fields{display:flex;gap:3px;margin-bottom:.75rem}.dsmock__field{flex:1;padding:4px 6px;border-radius:3px;background:var(--dsmock-canvas);font-family:ui-monospace,Menlo,monospace;font-size:9px;color:#aaa}.dsmock__label{margin-bottom:5px;font-size:8.5px;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--rgb-white),.35)}.dsmock__fill{display:flex;align-items:center;gap:6px;margin-bottom:.75rem}.dsmock__swatch{width:14px;height:14px;border-radius:2px;background:var(--highlight);flex-shrink:0}.dsmock__slider{position:relative;height:4px;border-radius:2px;background:rgba(var(--rgb-white),.08)}.dsmock__slider-fill{display:block;height:100%;width:80%;border-radius:2px;background:linear-gradient(90deg,var(--highlight),var(--dsmock-amber))}.dsmock__slider-knob{position:absolute;top:50%;left:80%;width:10px;height:10px;border-radius:50%;background:rgb(var(--rgb-white));box-shadow:0 1px 4px rgba(var(--rgb-black),.5);transform:translate(-50%,-50%)}@media(min-width:62rem){.dsmock__body{grid-template-columns:130px 1fr 150px}}}.cdmock{position:relative;--cd-bg:#0d1117;--cd-chrome:#161b22;--cd-tab:#1c2128;--cd-text:#e6edf3;height:100%;width:100%;background:var(--cd-bg);border-radius:.875rem;overflow:hidden;box-shadow:0 2rem 5rem rgba(var(--rgb-black),.5);.cdmock__bar{display:flex;align-items:center;gap:.5rem;padding:.45rem .875rem;background:var(--cd-chrome);border-bottom:1px solid rgba(var(--rgb-white),.06)}.cdmock__light{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cdmock__light--red{background:#ff5f57}.cdmock__light--amber{background:#febc2e}.cdmock__light--green{background:#28c840}.cdmock__tab{margin-left:.5rem;padding:.15rem .75rem;border-radius:.25rem;background:var(--cd-tab);font-family:ui-monospace,Menlo,monospace;font-size:10px;color:rgba(var(--rgb-white),.5)}.cdmock__status{margin-left:auto;font-size:.6rem;color:rgba(var(--rgb-white),.25)}.cdmock__code{padding:1.25rem 1.5rem;font-family:ui-monospace,Menlo,monospace;font-size:12.5px;line-height:1.9;color:var(--cd-text);.cdmock__indent{padding-left:1.5rem}.cdmock__gap{height:.5rem}.cdmock__gap--sm{height:.25rem}.t-kw{color:#79c0ff}.t-str{color:#a5d6ff}.t-op{color:#ff7b72}.t-type{color:#ffa657}.t-fn{color:#d2a8ff}.t-comment{color:rgba(var(--rgb-white),.28);font-style:italic}}.cdmock__footer{display:flex;position:absolute;bottom:0;width:100%;align-items:center;gap:1rem;padding:.22rem 1.25rem;background:var(--highlight);font-family:ui-monospace,Menlo,monospace;font-size:10px;color:rgba(var(--rgb-white),.9);span:last-child{margin-left:auto;color:rgba(var(--rgb-white),.65)}}}.pin-list{--pin-list-progress:0;--pin-list-fill:1;--pl-track:rgba(var(--rgb-dark), 0.12);--pl-idle:rgb(var(--rgb-gray-2));--pl-active:rgb(var(--rgb-dark));height:calc(var(--pin-list-span,4) * 100vh);.pin-list__viewport{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:var(--header-height)0 2rem}.pin-list__head{display:flex;align-items:center;justify-content:space-between;gap:2rem}.pin-list__headline{margin-bottom:0}.pin-list__vignettes{display:none}.pin-list__vignette{grid-area:1/1}.pin-list__vignette-inner{display:none;align-items:center;justify-content:center;background:#f9f3e6;border-radius:1.25rem;padding:1.5rem 1.75rem;box-shadow:0 1.25rem 2.75rem rgba(var(--rgb-dark),.08);transform:rotate(7deg)}.pin-list__vignette-icon{display:block;width:3.25rem;height:3.25rem;stroke-width:1.5;color:rgb(var(--rgb-dark))}.pin-list__vignette-logo{display:block;width:auto;max-width:5rem;max-height:3.25rem;object-fit:contain}@keyframes pin-list-vignette-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-.625rem)}}.pin-list__viewport > .container{display:flex;flex-direction:column;flex:1;min-height:0;justify-content:center}.pin-list__inner{display:flex;flex-direction:column;flex:1;gap:1.5rem;min-height:0}.pin-list__left{position:relative;flex-shrink:0}.pin-list__rail{position:relative;width:100%;height:2px;margin-bottom:1rem;background-color:var(--pl-track)}.pin-list__fill{display:block;width:100%;height:100%;background-color:var(--highlight);transform:scaleX(var(--pin-list-fill));transform-origin:left center}.pin-list__items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.pin-list__item{display:none;flex-direction:column;align-items:flex-start;color:var(--pl-idle);font-size:clamp(1.15rem,2.2vw,1.75rem);font-weight:var(--fw-medium);line-height:1.25;transition:color .3s ease,opacity .3s ease}.pin-list__item.is-current{display:flex;color:var(--highlight)}.pin-list__item-label{font-weight:100;font-size:2rem;letter-spacing:-4%}.pin-list__item.is-current .pin-list__item-label{font-weight:var(--fw-medium);font-family:var(--font-serif);letter-spacing:1%;font-style:italic;font-size:1.7rem}.pin-list__item-index{flex-shrink:0;font-family:var(--font-serif);font-size:.75em;color:var(--pl-track);transition:color .3s ease}.pin-list__item.is-reached .pin-list__item-index{color:var(--highlight)}.pin-list__item-desc{display:grid;grid-template-rows:1fr;width:100%;margin-top:.4rem}.pin-list__item-desc > p{overflow:hidden;min-height:0;max-width:32rem;font-family:var(--font-main);font-size:var(--text-md);font-weight:100;line-height:1.42;letter-spacing:normal;color:var(--pl-idle)}.pin-list__slides{position:relative;flex:1;min-height:0;width:100%}.pin-list__slide{position:absolute;inset:0;margin:0;display:flex;flex-direction:column;justify-content:center;gap:1rem;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.pin-list__slide.is-active{opacity:1;visibility:visible}.pin-list__image{width:100%;height:100%;border-radius:.625rem;display:block;object-fit:var(--pin-list-fit,contain);object-position:center}svg.pin-list__image{max-width:100%;overflow:visible}@media(max-height:44rem){.pin-list__viewport{padding-bottom:1rem}.pin-list__head{margin-bottom:1rem}.pin-list__inner{gap:1rem}}@media(min-width:50rem){.pin-list__item.is-current .pin-list__item-label{font-size:2rem}.pin-list__item-label{font-size:1.5rem}.pin-list__viewport{padding:var(--header-height)0 3rem}.pin-list__inner{flex:none;flex-direction:row;align-items:center;gap:clamp(2rem,6vw,5rem)}.pin-list__left{flex:none;width:45%;padding-left:2rem}.pin-list__rail{position:absolute;top:0;left:0;width:2px;height:100%;margin-bottom:0}.pin-list__fill{transform:scaleY(var(--pin-list-fill));transform-origin:top left}.pin-list__items{gap:1.15rem}.pin-list__item{display:flex;color:#0e141d38;opacity:.45}.pin-list__item.is-reached{color:var(--highlight)}.pin-list__item.is-current{opacity:1}.pin-list__item-desc{grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .35s ease,margin-top .35s ease,opacity .25s ease}.pin-list__item.is-current .pin-list__item-desc{grid-template-rows:1fr;opacity:1;margin-top:.4rem}.pin-list__slides{flex:1;min-height:min(26rem,60vh)}.pin-list__image{height:auto;max-height:40rem}}@media(min-width:60rem){.pin-list__item.is-current .pin-list__item-label{font-size:2.5rem}.pin-list__item-label{font-size:2rem}}}.pin-stack{--pin-stack-progress:0;--pin-stack-fill:1;--ps-track:rgba(var(--rgb-dark), 0.12);--ps-idle:rgb(var(--rgb-gray-2));height:calc(var(--pin-stack-span,4) * 100vh);.pin-stack__viewport{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:var(--header-height)0 2rem}.pin-stack__headline{margin-bottom:clamp(1.25rem,4vw,3.5rem)}.pin-stack__viewport > .container{display:flex;flex-direction:column;flex:1;min-height:0;justify-content:center}.pin-stack__inner{display:flex;flex-direction:column;flex:1;gap:1.5rem;min-height:0}.pin-stack__left{position:relative;flex-shrink:0}.pin-stack__rail{position:relative;width:100%;height:2px;margin-bottom:1rem;background-color:var(--ps-track)}.pin-stack__fill{display:block;width:100%;height:100%;background-color:var(--highlight);transform:scaleX(var(--pin-stack-fill));transform-origin:left center}.pin-stack__items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.pin-stack__item{display:none;color:var(--ps-idle);line-height:1.25;transition:color .3s ease,opacity .3s ease}.pin-stack__item.is-current{display:block;color:var(--highlight)}.pin-stack__item-label{font-weight:100;letter-spacing:-4%;font-size:clamp(1.5rem,2.8vw,2.25rem)}.pin-stack__item.is-current .pin-stack__item-label{font-weight:var(--fw-medium)}.pin-stack__item-desc{display:grid;grid-template-rows:1fr;width:100%;margin-top:.4rem}.pin-stack__item-desc > p{overflow:hidden;min-height:0;max-width:32rem;font-size:var(--text-md);line-height:1.42;letter-spacing:normal;color:var(--ps-idle)}.pin-stack__cards{position:relative;flex:1;min-height:22rem;min-width:0}.pin-stack__card{position:absolute;top:var(--pin-stack-reserve,4.5rem);bottom:0;left:50%;right:auto;width:auto;height:auto;max-width:100%;aspect-ratio:3/4;opacity:0;background-color:rgb(var(--rgb-gray-light));border:1px solid rgba(var(--rgb-dark),.08);border-radius:1.5rem;overflow:hidden;box-shadow:0 1rem 3.5rem rgba(var(--rgb-dark),.1),0 .25rem .75rem rgba(var(--rgb-dark),.07);transform-origin:bottom center;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.pin-stack__frame{position:absolute;inset:.8rem;display:flex;flex-direction:column;padding:1rem 1.15rem;border:1px solid rgba(var(--rgb-dark),.09);border-radius:1rem;overflow:hidden}.pin-stack__card-eyebrow{position:relative;z-index:2;font-family:ui-monospace,Menlo,monospace;font-size:.6rem;font-weight:var(--fw-bold);letter-spacing:.22em;color:var(--highlight)}.pin-stack__side{position:absolute;top:50%;z-index:2;writing-mode:vertical-rl;font-family:ui-monospace,Menlo,monospace;font-size:.55rem;letter-spacing:.3em;color:rgba(var(--rgb-dark),.35)}.pin-stack__side--left{left:.5rem;transform:translateY(-50%)rotate(180deg)}.pin-stack__side--right{right:.5rem;transform:translateY(-50%)}.pin-stack__gem{position:absolute;width:22%;aspect-ratio:1;border-radius:.7rem;background:linear-gradient(145deg,rgb(var(--rgb-orange)),#e8834d);transform:rotate(42deg)}.pin-stack__gem--tl{top:13%;left:3%}.pin-stack__gem--br{right:3%;bottom:9%}.pin-stack__stage{position:relative;z-index:1;flex:1;display:grid;place-items:center;color:rgba(var(--rgb-dark),.16)}.pin-stack__burst{position:absolute;width:78%;max-width:12rem;aspect-ratio:1}.pin-stack__image{position:relative;width:55%;max-width:9rem;max-height:9rem;height:auto;object-fit:var(--pin-stack-fit,contain);object-position:center}.pin-stack__card-title{position:relative;z-index:2;align-self:flex-start;width:fit-content;max-width:80%;font-family:var(--font-serif);font-size:1.05rem;font-weight:var(--fw-regular);line-height:1.15;color:rgba(var(--rgb-dark),.55);transform:rotate(180deg)}@media(min-width:35rem){.pin-stack__viewport{padding:var(--header-height)0 3rem}.pin-stack__inner{flex-direction:row;align-items:center;gap:clamp(2rem,6vw,5rem)}.pin-stack__left{flex:none;width:45%;padding-left:2rem}.pin-stack__rail{position:absolute;top:0;left:0;width:2px;height:100%;margin-bottom:0}.pin-stack__fill{transform:scaleY(var(--pin-stack-fill));transform-origin:top left}.pin-stack__items{gap:1.15rem}.pin-stack__item{display:block;color:#0e141d38;opacity:.45}.pin-stack__item.is-reached{color:var(--highlight);opacity:.75}.pin-stack__item.is-current{opacity:1}.pin-stack__item-desc{grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .35s ease,margin-top .35s ease,opacity .25s ease}.pin-stack__item.is-current .pin-stack__item-desc{grid-template-rows:1fr;opacity:1;margin-top:.4rem}.pin-stack__cards{min-height:26rem}.pin-stack__card{top:auto;width:min(100%,18rem)}}}.text-image-split{& .text-image-split__inner{padding:1.875rem;background-color:var(--card-bg);border-radius:1.875rem;text-align:center;display:flex;flex-direction:column;row-gap:4.875rem;& .card__body{font-size:var(--text-md);line-height:1.42;margin-top:.9375rem}& .btn{margin-top:2.813rem}}}.text-key-value-split{padding:10rem 0;.text-key-value-split__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:3rem;.headline{text-align:center;max-width:42.5rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;.btn{margin-top:1.75rem}}.text-key-value-split__grid{display:grid;grid-template-columns:1fr;row-gap:1.375rem;@media(min-width:48rem){grid-template-columns: repeat(3,1fr); column-gap: 1.375rem;}}}}@layer components{.text-card-split{padding:10rem 0}.text-card-split__inner{width:100%}.text-card-split__intro{display:grid;grid-template-columns:1fr;align-items:start}.text-card-split .eyebrow{font-size:var(--text-base);font-weight:var(--fw-semibold);letter-spacing:.15em;text-transform:uppercase;color:rgb(var(--rgb-orange));margin-bottom:1rem}.text-card-split__title{margin-bottom:1rem}.text-card-split__lead{font-size:var(--text-lg);line-height:1.6;color:rgb(var(--rgb-gray-2));max-width:38rem;text-wrap:pretty}.text-card-split__vignette{justify-self:start;animation:text-card-split-float 6s ease-in-out infinite}.text-card-split__vignette-inner{transform:rotate(7deg);display:none;align-items:center;justify-content:center;background:#f9f3e6;border-radius:1.875rem;padding:2.5rem 3rem;box-shadow:0 1.25rem 2.75rem rgba(var(--rgb-dark),.08)}.text-card-split__vignette-icon{display:block;width:6rem;height:6rem;stroke-width:1.5;color:rgb(var(--rgb-dark))}@keyframes text-card-split-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-.625rem)}}.text-card-split__cover{display:grid;grid-template-columns:1fr;align-items:center;gap:clamp(2rem,4vw,4rem)}.text-card-split__cover-title{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1;font-weight:400;color:var(--body-text);margin:2rem 0 0}.text-card-split__list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.text-card-split__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:var(--text-md);line-height:1.5;color:var(--body-text)}.text-card-split__check{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem;stroke-width:2;color:rgb(var(--rgb-orange))}.text-card-split__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.text-card-split__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.375rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.text-card-split__card:hover{transform:translateY(-.1875rem);box-shadow:0 1.25rem 2.75rem rgba(var(--rgb-dark),.1)}.text-card-split__num{font-size:var(--text-base);color:rgb(var(--rgb-gray-2));margin-bottom:.75rem}.text-card-split__card-title{font-size:1.2rem;line-height:1.2;font-weight:600;letter-spacing:-4%;color:var(--body-text);margin-bottom:.75rem}.text-card-split__card-body{font-size:var(--text-md);line-height:1.5;color:rgb(var(--rgb-gray-2));text-wrap:pretty}@media(min-width:48rem){.text-card-split__grid{grid-template-columns:1fr 1fr}}@media(min-width:64rem){.text-card-split__intro{grid-template-columns:1fr auto}.text-card-split__vignette-inner{display:flex}.text-card-split__cover-title{margin:0 0 2rem}.text-card-split__cover{grid-template-columns:1fr 1fr}}}@layer components{.small-cta{margin:2rem 0;background:linear-gradient( 100deg,rgb(var(--rgb-orange)) 70%,#f87c64 100% );box-shadow:rgba(14,30,37,.12)0 2px 4px,rgba(14,30,37,.32)0 2px 16px}.small-cta__banner{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem 4rem}.small-cta__text{font-size:var(--text-lg);font-weight:var(--fw-semibold);line-height:1.4;color:#fff}.small-cta__accent{font-family:var(--font-serif);font-style:italic;font-weight:var(--fw-regular);font-size:1.15em}.small-cta .small-cta__btn.btn--white{flex-shrink:0;color:var(--btn-bg);font-size:.875rem;font-weight:var(--fw-semibold);white-space:nowrap}.small-cta .small-cta__btn.btn--white:hover{background-color:#fff1f1}@media(max-width:32rem){.small-cta__banner{flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1.75rem;border-radius:1.75rem}}@media(min-width:80rem){.small-cta__banner{padding:1.25rem 1vw}}}@layer components{.accordion-distingue{border-radius:3rem 3rem 0 0;padding:10rem 0;position:relative;box-shadow:0 -3.5rem 10rem -.75rem rgba(var(--rgb-dark),.3)}.accordion-distingue__inner{width:100%;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.accordion-distingue__intro .headline .eyebrow{letter-spacing:.2rem}.accordion-distingue__title{margin-bottom:1.5rem}.accordion-distingue__lead{font-size:var(--text-md);line-height:1.6;color:rgba(var(--rgb-dark),.65);max-width:28rem;margin-bottom:2.25rem}.accordion-distingue__badge{display:flex;align-items:center;gap:.875rem}.accordion-distingue__badge-icon{width:2.75rem;height:2.75rem;border-radius:50%;background:rgb(var(--rgb-dark));color:var(--body-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.accordion-distingue__badge-text{display:flex;flex-direction:column}.accordion-distingue__badge-title{font-size:var(--text-md);font-weight:var(--fw-semibold)}.accordion-distingue__badge-sub{font-size:var(--text-base);color:rgba(var(--rgb-dark),.5);margin-top:.125rem;letter-spacing:.02em}.accordion-distingue__list{display:flex;flex-direction:column;gap:1rem}.accordion-card{cursor:pointer;background:rgba(var(--rgb-white),.5);border:1.5px solid rgba(var(--rgb-dark),.08);border-radius:1.375rem;padding:1.625rem 1.625rem 1.75rem;transition:border-color .35s ease,box-shadow .35s ease,background .35s ease}.accordion-card--active{background:var(--card-bg);border-color:var(--highlight);box-shadow:0 1.25rem 2.5rem -1.125rem rgba(var(--rgb-orange),.35)}.accordion-card__head{display:flex;align-items:center;gap:.875rem}.accordion-card__icon{width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(var(--rgb-dark),.08);color:rgb(var(--rgb-dark));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .35s ease,color .35s ease}.accordion-card--active .accordion-card__icon{background:var(--highlight);color:var(--body-bg)}.accordion-card__num{font-size:var(--text-base);font-weight:var(--fw-semibold);color:rgba(var(--rgb-dark),.5);flex-shrink:0}.accordion-card__tag{font-size:var(--text-base);font-weight:var(--fw-bold);letter-spacing:.1em;color:var(--highlight)}.accordion-card__toggle{margin-left:auto;width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(var(--rgb-dark),.18);display:flex;align-items:center;justify-content:center;color:rgba(var(--rgb-dark),.5);flex-shrink:0;transition:border-color .2s ease,color .2s ease}.accordion-card__toggle::before{content:"+";font-size:1rem;line-height:1}.accordion-card--active .accordion-card__toggle{border-color:var(--highlight);color:var(--highlight)}.accordion-card--active .accordion-card__toggle::before{content:"\00d7"}.accordion-card__title{margin-top:1rem}.accordion-card__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.2,.7,.2,1)}.accordion-card--active .accordion-card__body{grid-template-rows:1fr}.accordion-card__body-inner{overflow:hidden}.accordion-card__desc{font-size:var(--text-md);line-height:1.6;color:rgba(var(--rgb-dark),.68);max-width:28rem;margin-top:1rem}.accordion-card__stat{display:flex;align-items:baseline;gap:.625rem;margin-top:1.25rem}.accordion-card__stat-big{font-family:var(--font-serif);font-style:italic;font-size:1.375rem;color:var(--highlight)}.accordion-card__stat-small{font-size:var(--text-md);color:rgba(var(--rgb-dark),.55)}@media(min-width:64rem){.accordion-distingue{padding:10rem 0}.accordion-distingue__inner{grid-template-columns:1fr 1.05fr;gap:4rem}}}.step-list{padding:10rem 0;.container{display:flex;align-items:center}.step-list__inner{width:100%;.headline{text-align:center}.step-list__body{margin-top:2.813rem;.step-list__media{.step-list__image{display:none;img, .step-list__icon{object-fit:cover;width:clamp(16rem,32vw,25rem);height:auto;aspect-ratio:1/1;color:rgb(var(--rgb-dark))}@media(min-width:48rem){&.step-list__image--active{display:block}}}@media(min-width:48rem){display: flex; align-items: center; flex: 1; justify-content: center;}}.step-list__steps{display:flex;flex-direction:column;row-gap:.9375rem;align-items:center;.step{opacity:.6;position:relative;display:flex;column-gap:.9375rem;background-color:var(--card-bg);padding:.9375rem;padding-bottom:1.625rem;border:2px solid transparent;border-radius:.9375rem;overflow:hidden;width:100%;max-width:37.5rem;.step__index{font-size:4.688rem;line-height:auto;font-weight:500;letter-spacing:-3%}.step__text{display:flex;flex-direction:column;row-gap:.9375rem}.step__bar{position:absolute;bottom:0;left:0;height:.3rem;background-color:var(--highlight)}&.step--active{border:2px solid var(--highlight);opacity:1;.step__bar{width:0%}}&.step--done .step__bar{width:100%}&:hover{cursor:pointer}}@media(min-width:48rem){flex: 1;}}@media(min-width:48rem){display: flex; align-items: center; column-gap: 1.5rem;}}}}.category-grid .container{display:flex;flex-direction:column;align-items:center;& .category-grid__title{text-align:center}& .btn{margin-top:.9375rem}& .category-grid__grid{display:grid;grid-template-columns:1fr;row-gap:1.25rem;margin-top:2.5rem;& .card{border-radius:1.875rem;background-color:var(--card-bg);padding:1.875rem .9375rem;text-align:center;display:flex;flex-direction:column;align-items:center;row-gap:.625rem;& p{font-size:var(--text-md);line-height:1.42}.img{border-radius:1.25rem}}}}@layer components{.bandeau{position:absolute;bottom:0;width:100vw;margin-inline:calc(50% - 50vw);padding:1.375rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:#f6f0e1;& .bandeau__marquee{overflow:hidden;width:100%}& .bandeau__track{display:flex;width:max-content;animation:bandeau-scroll 26s linear infinite}& .bandeau__track:hover{animation-play-state:paused}& .bandeau__group{display:flex;align-items:center;flex-shrink:0}& .bandeau__item{display:flex;align-items:center;gap:.5625rem;padding:0 1.625rem;font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--body-text);white-space:nowrap}& .bandeau__dot{width:.375rem;height:.375rem;border-radius:50%;background-color:var(--highlight);flex-shrink:0}}@keyframes bandeau-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}}.testimonial{position:relative;z-index:2;padding:10rem 0;background:radial-gradient( circle at center,rgba(69,97,138,.18) 0%,rgba(72,100,143,8%) 25%,rgba(65,91,132,0) 50% ),var(--body-bg-inv);color:var(--text-inv);.container .testimonial__inner{display:flex;flex-direction:column;row-gap:3.75rem;padding-top:1.875rem;padding-bottom:1.875rem;.testimonial__text{display:flex;width:100%;flex-direction:column;row-gap:.9375rem;& > p{font-size:clamp(.98rem,1.35vw,1.18rem);line-height:1.42}@media(min-width:80rem){flex: 433;}}.testimonial__image{position:relative;width:100%;align-items:center;justify-content:center;display:flex;img{border-radius:1.25rem;width:285px;aspect-ratio:285/210;object-fit:cover;@media(min-width:80rem){width: 433px; aspect-ratio: 433/283; object-fit: cover;}}.testimonial__short{position:absolute;bottom:-1.875rem;left:-.9375rem;background-color:#fff;width:13.44rem;padding:.9375rem;border-radius:.9375rem;font-size:var(--text-lg);color:var(--body-text);font-weight:var(--fw-medium);@media(min-width:80rem){width: 18rem; left: -3rem; bottom: -1.75rem;}}}}@media(min-width:44rem){.container .testimonial__inner{flex-direction:row;row-gap:0;column-gap:4.688rem;.testimonial__text{width:50%}.testimonial__image{width:50%}}}}@layer components{.compare{padding:10rem 0}.compare__header{text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:4rem}.compare__split{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;max-width:62rem;margin-inline:auto}.compare__col{min-width:0}.compare__col--them{text-align:right;padding-right:2.5rem}.compare__col--us{padding-left:2.5rem}.compare__col-label{font-size:var(--text-base);font-weight:var(--fw-bold);letter-spacing:.2em;text-transform:uppercase;margin:0 0 1.5rem}.compare__col--them .compare__col-label{color:rgba(var(--rgb-dark),.3)}.compare__col--us .compare__col-label{color:var(--highlight)}.compare__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.compare__row{display:flex;align-items:center;gap:.875rem;padding:1.125rem 0;border-bottom:1px solid rgba(var(--rgb-dark),.08)}.compare__row:last-child{border-bottom:none}.compare__row--them{justify-content:flex-end}.compare__text{font-size:var(--text-md);line-height:1.4}.compare__row--them .compare__text{color:rgba(var(--rgb-dark),.6);text-decoration:line-through;text-decoration-color:rgba(var(--rgb-orange),.5)}.compare__row--us .compare__text{color:rgb(var(--rgb-dark));font-weight:var(--fw-semibold)}.compare__marker{width:1.625rem;height:1.625rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.compare__marker svg{width:.75rem;height:.75rem}.compare__marker--x{background:rgba(var(--rgb-dark),.07);color:rgba(var(--rgb-dark),.3)}.compare__marker--check{background:#b5dbb08a;color:#259b25}.compare__slash{display:flex;flex-direction:column;align-items:center;width:5rem;transform:rotate(-6deg)}.compare__slash-line{width:3px;flex:1}.compare__slash-line--up{background:linear-gradient(to top,rgb(var(--rgb-orange)),transparent);transform-origin:bottom center}.compare__slash-line--down{background:linear-gradient(to bottom,rgb(var(--rgb-orange)),transparent);transform-origin:top center}.compare__slash-dot{flex-shrink:0;color:rgb(var(--rgb-white));background:rgb(var(--rgb-orange));font-weight:var(--fw-bold);font-size:.9375rem;letter-spacing:.1em;padding:.625rem 1rem;border-radius:100px;box-shadow:0 4px 18px rgba(var(--rgb-orange),.55)}.compare__cta{text-align:center;margin-top:3.25rem}.js .compare .compare__slash-dot{opacity:0}.js .compare .compare__slash-line{transform:scaleY(0)}.js .compare .compare__row--them{opacity:0}.js .compare .compare__row--us{opacity:0}.js .compare .compare__cta{opacity:0}.compare--visible .compare__slash-dot{animation:compare-dot-pop .45s cubic-bezier(.34,1.56,.64,1)both}.compare--visible .compare__slash-line--up{animation:compare-line-grow .55s cubic-bezier(.4,0,.2,1).35s both}.compare--visible .compare__slash-line--down{animation:compare-line-grow .55s cubic-bezier(.4,0,.2,1).35s both}.compare--visible .compare__row--them{animation:compare-row-left .42s ease both;animation-delay:calc(.7s + var(--compare-row-index,0) * .14s)}.compare--visible .compare__row--us{animation:compare-row-right .42s ease both;animation-delay:calc(.7s + var(--compare-row-index,0) * .14s)}.compare--visible .compare__cta{animation:compare-cta-up .4s ease 1.62s both}@keyframes compare-dot-pop{0%{opacity:0;transform:scale(.3)}60%{transform:scale(1.12)}100%{opacity:1;transform:scale(1)}}@keyframes compare-line-grow{from{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes compare-row-left{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes compare-row-right{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes compare-cta-up{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:47.99rem){.compare__split{grid-template-columns:1fr;gap:2.5rem;max-width:30rem}.compare__slash{display:none}.compare__col--them{text-align:left;padding-right:0}.compare__col--us{padding-left:0;background:0 0}.compare__row--them{justify-content:space-between}}}@layer components{.proximity{padding:10rem 0;overflow:hidden}.proximity__header{text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:4rem}.proximity__subtitle{margin-top:1.25rem;font-size:var(--text-md);line-height:1.6;color:rgb(var(--rgb-gray-2))}.proximity__stage{position:relative;width:100%;max-width:60rem;margin-inline:auto;cursor:pointer}.proximity__grid{position:relative;width:100%;height:34rem;pointer-events:none}.proximity__hint{position:absolute;right:.75rem;bottom:-1.5rem;font-size:var(--text-base);letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--rgb-dark),.35);pointer-events:none}.proximity__card{position:absolute;left:var(--x);top:var(--y);rotate:var(--r,0deg);scale:1;transform-origin:center center;display:flex;flex-direction:column;align-items:center;gap:.625rem;pointer-events:none;transition:scale .35s cubic-bezier(.22,1,.36,1);will-change:scale}.proximity__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--card-bg);color:rgb(var(--rgb-dark));box-shadow:0 .5rem 1.25rem -.65rem rgba(var(--rgb-dark),.4)}.proximity__icon svg{width:1.375rem;height:1.375rem;stroke-width:1.75}.proximity__icon--image{width:4.5rem;height:4.5rem;background:0 0;box-shadow:none;border-radius:50%;padding:1rem}.proximity__icon img{width:auto;height:auto;object-fit:contain;display:block}.proximity__label{font-size:var(--text-md);font-weight:var(--fw-semibold);color:rgb(var(--rgb-dark));text-align:center;white-space:nowrap}@media(max-width:63.99rem){.proximity__grid{height:30rem}.proximity__label{font-size:var(--text-base)}}@media(max-width:47.99rem){.proximity{padding:6rem 0}.proximity__grid{height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 1.5rem}.proximity__card{position:static;rotate:0;scale:1;width:5.5rem}.proximity__hint{display:none}}}.faq{display:flex;align-items:center;min-height:100vh;padding:6rem 0;.container{display:flex;align-items:center;justify-content:center;flex-direction:column}.faq__inner{display:flex;gap:45px;flex-direction:column;row-gap:2.5rem;width:min(100%,46rem);.headline{text-align:center}.faq__list{display:grid;grid-template-columns:1fr;row-gap:.9375rem;.card{border-radius:.9375rem;padding:.9375rem 1.875rem;background-color:var(--card-bg);transition:height .35s ease;.card__header{position:relative;padding-left:calc(1.5rem + .9375rem);.card__icon{position:absolute;top:50%;left:0;transform:translateY(-50%);background-image:url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' class='tabler-icon tabler-icon-plus text-mauve-12 ux-cubic absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 opacity-100'><path d='M12 5l0 14'></path><path d='M5 12l14 0'></path></svg>");width:1.5rem;height:1.5rem}.card__question{font-size:var(--text-md);font-weight:600;line-height:1.42}}.card__answer{display:grid;grid-template-rows:0fr;width:100%;font-size:var(--text-base);line-height:1.6;color:var(--headline-text);padding-left:calc(1.5rem + .9375rem);opacity:0;transition:grid-template-rows .35s cubic-bezier(.075,.82,.165,1),opacity .3s ease}.card__answer > *{overflow:hidden;min-height:0;margin:0}.card__answer > *:first-child{padding-top:0;transition:padding-top .35s cubic-bezier(.075,.82,.165,1)}&.card--open .card__answer{grid-template-rows:1fr;opacity:1}&.card--open .card__answer > *:first-child{padding-top:.625rem}&:hover{cursor:pointer}}}}}.banner-cta-section{padding:6rem 0;min-height:100vh;background-image:url(/images/bg-orange-1.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;.container{display:flex;align-items:center}.banner-cta__inner{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}.banner-cta__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;position:relative;z-index:1;.headline{.accent{color:#fbf7e9}}.banner-cta__body{max-width:37rem;font-size:clamp(.98rem,1.35vw,1.18rem);line-height:1.4;color:#2e2e2e}.banner-cta__link{color:#fff;background:rgb(var(--rgb-dark));box-shadow:0 1rem 2rem -1rem rgba(var(--rgb-dark),.45);margin-top:.25rem}.btn__dot{color:#fff;background:rgb(var(--rgb-dark));box-shadow:0 1rem 2rem -1rem rgba(var(--rgb-dark),.45);margin-top:.25rem}.banner-cta__link:hover{background:rgb(var(--rgb-dark));filter:brightness(1.06)}}.banner-cta__terminal{width:min(100%,32rem);padding:1.5rem 1.15rem;border-radius:1rem;background:rgba(var(--rgb-white),.92);backdrop-filter:blur(8px);border:var(--border-color)solid 1px}.banner-cta__terminal-head{display:inline-flex;align-items:center;gap:.75rem;color:#71bd8e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:clamp(.95rem,1.2vw,1.12rem);font-weight:500}.banner-cta__terminal-chip{display:inline-flex;color:inherit}.banner-cta__terminal-screen{margin-top:.65rem;display:grid;gap:.25rem}.banner-cta__terminal-line{margin:0;width:fit-content;max-width:100%;border-radius:.35rem;padding:.05rem .25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:clamp(.98rem,1.22vw,1.22rem);line-height:1.35;color:rgba(var(--rgb-dark),.92);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-cta__terminal-line--previous{color:rgba(var(--rgb-dark),.88)}.banner-cta__terminal-line--current{background:rgba(189,218,249,.95)}.banner-cta__terminal-line--current::after{content:"";display:inline-block;width:.58ch;height:.95em;margin-left:.08ch;border-radius:.08rem;background:rgba(var(--rgb-dark),.55);vertical-align:-.14em;animation:banner-cta-terminal-cursor 1s step-end infinite}.banner-cta__visual{position:relative;height:auto;display:flex;align-items:center;justify-content:center}.banner-cta__artboard{width:min(100%,48rem);color:rgba(var(--rgb-dark),.8)}.banner-cta__art{width:100%;height:auto;display:block}@media(min-width:64rem){.banner-cta__inner{flex-direction:row}.banner-cta__visual{width:50%}.banner-cta__content{align-items:stretch;.headline{max-width:none;.headline__line{white-space:nowrap}}}.banner-cta__visual{order:-1;min-height:18rem}.banner-cta__artboard{width:min(100%,36rem)}}@media(max-width:48rem){.banner-cta-section{min-height:auto}.banner-cta__content{gap:1.25rem}.banner-cta__terminal{padding:1.2rem 1rem 1.3rem;border-radius:1.5rem}.banner-cta__terminal-line{font-size:.85rem}.banner-cta__visual{min-height:15rem}}}@keyframes banner-cta-terminal-cursor{0%,45%{opacity:1}46%,100%{opacity:0}}.banner-cta-list-section{padding:6rem 0;min-height:100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;.container{display:flex;align-items:center}.banner-cta-list__inner{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}.banner-cta-list__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;position:relative;z-index:1;.headline{.title{color:rgb(var(--rgb-dark))}.accent{color:var(--highlight)}}.banner-cta-list__body{max-width:37rem;font-size:clamp(.98rem,1.35vw,1.18rem);line-height:1.4;color:#2e2e2e}.banner-cta-list__features{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;color:rgb(var(--rgb-dark));.tag{display:flex;flex-direction:row;align-items:center;gap:.6rem;font-weight:400;.tag__text{font-weight:400;font-size:1rem}}.tag__icon{display:flex;align-items:center;svg{width:25px;height:25px}}.tag__icon--orange{color:rgb(var(--rgb-orange))}.tag__icon--green{color:rgb(var(--rgb-lime))}}.banner-cta-list__link{margin-top:.25rem}}.banner-cta-list__terminal{width:min(100%,32rem);padding:1.5rem 1.15rem;border-radius:1rem;background:rgba(var(--rgb-white),.92);backdrop-filter:blur(8px);border:var(--border-color)solid 1px}.banner-cta-list__terminal-head{display:inline-flex;align-items:center;gap:.75rem;color:#71bd8e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:clamp(.95rem,1.2vw,1.12rem);font-weight:500}.banner-cta-list__terminal-chip{display:inline-flex;color:inherit}.banner-cta-list__terminal-screen{margin-top:.65rem;display:grid;gap:.25rem}.banner-cta-list__terminal-line{margin:0;width:fit-content;max-width:100%;border-radius:.35rem;padding:.05rem .25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:clamp(.98rem,1.22vw,1.22rem);line-height:1.35;color:rgba(var(--rgb-dark),.92);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-cta-list__terminal-line--previous{color:rgba(var(--rgb-dark),.88)}.banner-cta-list__terminal-line--current{background:rgba(189,218,249,.95)}.banner-cta-list__terminal-line--current::after{content:"";display:inline-block;width:.58ch;height:.95em;margin-left:.08ch;border-radius:.08rem;background:rgba(var(--rgb-dark),.55);vertical-align:-.14em;animation:banner-cta-list-terminal-cursor 1s step-end infinite}.banner-cta-list__visual{position:relative;height:auto;display:flex;align-items:center;justify-content:center}.banner-cta-list__artboard{width:min(100%,48rem);color:rgba(var(--rgb-dark),.8)}.banner-cta-list__art{width:100%;height:auto;display:block}@media(min-width:64rem){.banner-cta-list__inner{flex-direction:row}.banner-cta-list__visual{width:50%}.banner-cta-list__content{align-items:stretch;.headline{max-width:none;.headline__line{white-space:nowrap}}}.banner-cta-list__visual{order:-1;min-height:18rem}.banner-cta-list__artboard{width:min(100%,36rem)}}@media(max-width:48rem){.banner-cta-list-section{min-height:auto}.banner-cta-list__content{gap:1.25rem}.banner-cta-list__terminal{padding:1.2rem 1rem 1.3rem;border-radius:1.5rem}.banner-cta-list__terminal-line{font-size:.85rem}.banner-cta-list__visual{min-height:15rem}}}@keyframes banner-cta-list-terminal-cursor{0%,45%{opacity:1}46%,100%{opacity:0}}.metric-grid-section{min-height:100vh;padding:6rem 0;display:flex;align-items:center;justify-content:center;.container{display:flex;justify-content:center;align-items:center}.metric-grid__inner{display:flex;flex-direction:column;row-gap:1.5rem;.headline{text-align:center}.metric-grid__body{max-width:40rem;margin-inline:auto;text-align:center;font-size:clamp(.98rem,1.35vw,1.18rem);line-height:1.4;color:rgb(var(--rgb-gray-2))}.metric-grid__cards{display:flex;flex-direction:column;row-gap:.9375rem;.card{display:grid;grid-template-columns:1fr;& > div{justify-content:space-between;grid-row:1;grid-column:1;padding:1.5rem;border-radius:1.875rem;background-color:var(--card-bg);display:flex;flex-direction:column;row-gap:.5rem;cursor:pointer;transition:opacity .4s ease;.top-content{display:flex;flex-direction:row;justify-content:space-between;align-items:top;.card__headline{color:var(--headline-text);font-weight:700}.card__tags{display:flex;align-items:center;justify-content:end;gap:.3125rem;flex-wrap:wrap;.tag{display:flex;align-items:center;text-align:center;background-color:#e3d9cc;padding:.3125rem .625rem;border-radius:6.188rem}}}.metric-grid__content{display:flex;flex-direction:row;gap:.4rem;.title{font-size:3.75rem;line-height:auto;font-weight:500}.description-wrapper{display:flex;flex-direction:column;justify-content:center}}.button-wrapper{width:100%;display:flex;justify-content:end}.metric-grid__link{--btn-outlined-color:rgb(var(--rgb-dark));margin-top:auto;font-size:var(--text-md);font-weight:var(--fw-medium)}&.card__back{background-color:var(--card-bg-inv);opacity:0;pointer-events:none;.plus{color:#fff}.title{color:#fff}.subtitle{color:#fff}.card__headline{color:var(--headline-text-inv)}.card__metric .title{color:var(--highlight)}.card__text, .card__metric .subtitle{color:var(--text-inv)}.card__tags .tag{background-color:rgba(var(--rgb-white),.12);color:var(--text-inv)}.metric-grid__link{--btn-outlined-color:var(--text-inv)}}}&.card--flipped > .card__front{opacity:0;pointer-events:none}&.card--flipped > .card__back{opacity:1;pointer-events:auto}}}}}@media(hover:hover){.metric-grid-section .metric-grid__inner .metric-grid__cards .card{&:hover > .card__front{opacity:0;pointer-events:none}&:hover > .card__back{opacity:1;pointer-events:auto}}}@media(min-width:48rem){.metric-grid-section{padding:10rem 0}.metric-grid-section .metric-grid__inner .metric-grid__cards{flex-direction:row;column-gap:.9375rem;.card{flex:1}}.metric-grid-section{.metric-grid__inner{.metric-grid__cards{.card{& > div{.top-content{flex-direction:column;gap:.8rem;.card__tags{display:flex;align-items:center;justify-content:start}}.metric-grid__content{flex-direction:column;gap:0;.title{font-size:3.75rem}}}}}}}}.contact-form{min-height:100vh;padding:6rem 0;.contact-form__inner{display:flex;flex-direction:column;row-gap:.9375rem;.btn-wrapper{width:100%;display:flex;justify-content:end}form{display:grid;grid-template-columns:1fr;row-gap:.9375rem;background-color:var(--card-bg);padding:.9375rem;border-radius:.9375rem;.form__field{display:flex;flex-direction:column;row-gap:.3125rem;label{font-size:var(--text-lg)}textarea, input{font-size:var(--text-md);padding:.9375rem;border-radius:.9375rem;border:0;background-color:#f3f0ea}textarea{resize:vertical}}.form__field--full{@media(min-width:48rem){grid-column: span 2;}}@media(min-width:48rem){grid-template-columns: repeat(2,1fr); column-gap: 0.9375rem;}}}}@media(min-width:48rem){.contact-form{padding:10rem 3.5rem}}@layer components{.integrations{.headline{text-align:center;.integrations__link{margin:.625rem auto 0}}.integrations__grid{margin-top:.625rem;display:grid;grid-template-columns:1fr;gap:.625rem;.card{border-radius:1.875rem;background-color:var(--card-bg);padding:.9375rem;display:flex;flex-direction:column;row-gap:.9375rem;.card__title{font-weight:500}.card__body{font-size:var(--text-md);line-height:1.42}.card__logos{margin-top:auto;display:flex;flex-wrap:wrap;gap:.5rem;.card__logo{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;background-color:var(--body-bg);img{max-width:1.5rem;max-height:1.5rem;object-fit:contain}}}}@media(min-width:48rem){grid-template-columns: repeat(2,1fr);}@media(min-width:80rem){grid-template-columns: repeat(3,1fr);}}}}@layer components{.latest-articles{padding:6rem 0;.headline{margin-bottom:4rem;text-align:center}.latest-articles__grid{margin-top:.625rem;display:grid;grid-template-columns:1fr;gap:.625rem}.latest-articles__footer{display:flex;justify-content:center;margin-top:2rem}@media(min-width:48rem){min-height: 100vh; display: flex; align-items: center; .headline{margin-bottom:2rem}.latest-articles__grid{grid-template-columns:repeat(3,1fr)}.latest-articles__footer{margin-top:3rem}}}}@layer components{.blog-list{padding-top:calc(var(--header-height) - var(--navbar-height) + 1.875rem);.headline{text-align:center;.blog-list__intro{max-width:40rem;margin:1.25rem auto 0;font-size:var(--text-md);line-height:1.42;color:var(--headline-text)}}.blog-list__grid{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:.9375rem;.card{border-radius:1.875rem;background-color:var(--card-bg);padding:1.25rem;display:flex;flex-direction:column;row-gap:.9375rem;transition:transform .2s ease,box-shadow .2s ease;&:hover{transform:translateY(-.25rem);box-shadow:0 .75rem 1.875rem rgba(var(--rgb-dark),.08)}.card__body{display:flex;flex-direction:column;row-gap:.625rem}.card__badges{display:flex;flex-wrap:wrap;gap:.3125rem;.badge{background-color:var(--body-bg);border-radius:6.188rem;padding:.3125rem .625rem;font-size:var(--text-base);font-weight:var(--fw-medium)}}.card__title a{transition:color .2s ease;&:hover{color:var(--highlight)}}.card__meta{font-size:var(--text-base);color:var(--headline-text)}.card__desc{font-size:var(--text-md);line-height:1.42;color:var(--headline-text)}.card__link{margin-top:auto;.btn__label{color:#fff}}}@media(min-width:48rem){grid-template-columns: repeat(2,1fr);}@media(min-width:64rem){grid-template-columns: repeat(3,1fr);}}}}@layer components{.blog-post{.blog-post__header{padding-top:calc(var(--header-height) - var(--navbar-height) + 1.875rem);padding-bottom:1.875rem;text-align:center;.blog-post__back{display:inline-block;margin-bottom:1.25rem;font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--headline-text);transition:color .2s ease;&:hover{color:var(--highlight)}}.blog-post__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.3125rem;margin-bottom:1.25rem;.badge{background-color:var(--card-bg);border-radius:6.188rem;padding:.3125rem .75rem;font-size:var(--text-base);font-weight:var(--fw-medium)}}.title{max-width:50rem;margin:0 auto}.blog-post__meta{margin-top:1.25rem;font-size:var(--text-base);color:var(--headline-text)}}.blog-post__body{max-width:48rem;padding-bottom:3.75rem;font-size:var(--text-md);line-height:1.7;> * + *{margin-top:1.25rem}h2, h3, h4{margin-top:2.5rem;line-height:1.25}h2{font-size:var(--text-h4)}h3{font-size:var(--text-h5)}p{color:var(--body-text)}a{color:var(--highlight);text-decoration:underline;text-underline-offset:.15em}ul, ol{padding-left:1.5rem;display:flex;flex-direction:column;row-gap:.5rem}li{list-style:revert}strong{font-weight:var(--fw-semibold)}blockquote{margin-left:0;padding:.625rem 0 .625rem 1.25rem;border-left:3px solid var(--highlight);color:var(--headline-text);font-style:italic}img{max-width:100%;height:auto;border-radius:.9375rem}code{font-family:monospace;font-size:.9em;background-color:var(--card-bg);padding:.125rem .375rem;border-radius:.375rem}}}}@layer utilities{.overlap-on-scroll{position:sticky;top:0;z-index:-1}.overlap-on-scroll+section{--overlap-surface-rgb:var(--rgb-gray-light);--overlap-shadow-height:clamp(20rem, 72vh, 100svh);--overlap-shadow-progress:0;position:relative;z-index:1;isolation:isolate}.overlap-on-scroll+section::before{content:"";position:absolute;left:0;right:0;top:calc(-1 * var(--overlap-shadow-height));height:var(--overlap-shadow-height);pointer-events:none;z-index:2;background:linear-gradient( to top,rgba(var(--rgb-black),calc(.34 * var(--overlap-shadow-progress))) 0%,rgba(var(--rgb-black),calc(.22 * var(--overlap-shadow-progress))) 26%,rgba(var(--rgb-black),calc(.08 * var(--overlap-shadow-progress))) 52%,rgba(var(--rgb-black),0) 100% ),linear-gradient( to top,rgba(var(--overlap-surface-rgb),calc(1 * var(--overlap-shadow-progress))) 0%,rgba(var(--overlap-surface-rgb),calc(.82 * var(--overlap-shadow-progress))) 22%,rgba(var(--overlap-surface-rgb),calc(.48 * var(--overlap-shadow-progress))) 48%,rgba(var(--overlap-surface-rgb),calc(.14 * var(--overlap-shadow-progress))) 72%,rgba(var(--overlap-surface-rgb),0) 100% );transform:scaleY(var(--overlap-shadow-progress));transform-origin:bottom center}.overlap-on-scroll+section.background-primary{--overlap-surface-rgb:var(--rgb-gray-light)}.overlap-on-scroll+section[data-theme=dark]{--overlap-surface-rgb:var(--rgb-dark)}.overlap-on-scroll+section[data-theme=dark]::before{background:linear-gradient( to top,rgba(var(--rgb-black),calc(.46 * var(--overlap-shadow-progress))) 0%,rgba(var(--rgb-black),calc(.3 * var(--overlap-shadow-progress))) 26%,rgba(var(--rgb-black),calc(.12 * var(--overlap-shadow-progress))) 52%,rgba(var(--rgb-black),0) 100% ),linear-gradient( to top,rgba(var(--overlap-surface-rgb),calc(1 * var(--overlap-shadow-progress))) 0%,rgba(var(--overlap-surface-rgb),calc(.86 * var(--overlap-shadow-progress))) 22%,rgba(var(--overlap-surface-rgb),calc(.52 * var(--overlap-shadow-progress))) 48%,rgba(var(--overlap-surface-rgb),calc(.16 * var(--overlap-shadow-progress))) 72%,rgba(var(--overlap-surface-rgb),0) 100% )}.overlap-stack>section{position:sticky;top:0}.overlap-stack>section:last-of-type{position:relative;top:auto}@media(min-width:64rem){.overlap-stack>.timeline,.overlap-stack>section:first-of-type{position:relative;top:auto}.overlap-stack>.timeline~section:nth-of-type(2){margin-top:-100vh}}.scroll-snap-x{scroll-snap-type:x proximity}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}