:root{--base:0.625rem;--padding:calc(var(--base) * 1.6);--radiusS:calc(var(--base) * 0.4);--radiusM:calc(var(--base) * 0.8);--radiusPill:999rem;--white:#fff;--gray:#eee;--purple:#E9E5F1;--pink:#F1E5F1;--black:#000;--dark:#1A1A1A;--black-v2:hsl(40,6%,10%);--gray-washed:hsl(0,0%,13%);--gray-iron:hsl(40,6%,21%);--gray-l2:#2D2B26;--soft-white:hsl(48,25%,92%);--yellow:hsl(60,88%,44%);--pink-clay:hsl(324,54%,80%);--orange:hsl(18,83%,51%);--green:hsl(164,33%,16%);--green-lime:hsl(86,94%,87%);--red:hsl(355,82%,51%);--stone:hsl(36,12%,41%);--brown:hsl(0,7%,27%);--background:var(--gray-iron);--elevated:var(--gray-l2);--elevated-hover:var(--black-v2);--elevated-faded:hsla(43,8%,16%,0.1);--componentBackground:var(--white);--foreground:var(--white);--neon-background:#2E2A27;--neon-elevated:#262320;--neon-text:#E1DFDB;--neon-faded:hsla(0,0%,100%,0.5);--neon-semi-opaque:hsla(0,0%,100%,0.1);--cta-primary:var(--orange);--cta-primary-foreground:var(--black-v2);--cta-primary-hover:var(--pink-clay);--cta-secondary:var(--yellow);--cta-secondary-foreground:var(--black-v2);--cta-tertiary:var(--pink-clay);--cta-tertiary-foreground:var(--black-v2);--nav-background:var(--black-v2);--nav-foreground:var(--white);--typeSizeNormal:calc(var(--base) * 1.6);--typeSizeLarge:calc(var(--base) * 2.4);--grid:repeat(6,1fr);--grid-gap:calc(var(--base) * 0.8);--XXS:calc(var(--base) * 0.2);--XS:calc(var(--base) * 0.4);--S:calc(var(--base) * 0.8);--normal:calc(var(--base) * 1.6);--L:calc(var(--base) * 2.4);--XL:calc(var(--base) * 3.2);--XXL:calc(var(--base) * 3.6);--XXXL:calc(var(--base) * 24.8);--typeSizeSmall:calc(var(--base) * 1.2);--headingS:var(--normal);--headingM:calc(var(--base) * 2.0);--headingL:var(--L);--headingXL:var(--XL);--headingXXL:var(--XXL);--spacingXXS:var(--XXS);--spacingXS:calc(var(--base) * 0.4);--spacingS:var(--S);--spacingNormal:var(--normal);--spacingM:var(--M);--spacingL:var(--L);--spacingXL:var(--XL);--spacingXXL:var(--XXL);--spacingXXXL:var(--XXXL);--lineHeightXS:0.9;--lineHeightS:1.05;--lineHeightM:1.25;--lineHeightL:1.5;--letterSpacingTight:-0.04em;--letterSpacingNormal:-0.025em}[data-theme=light]{--background:var(--soft-white);--elevated:#C9C5BF;--componentBackground:var(--elevated);--foreground:var(--black-v2)}[data-theme=white]{--background:#fff;--elevated:#C9C5BF;--componentBackground:var(--elevated);--foreground:var(--black-v2)}[data-theme=dark]{--background:var(--gray-iron);--componentBackground:var(--elevated);--foreground:var(--white)}[data-theme=black]{--background:var(--black-v2);--componentBackground:var(--elevated);--foreground:var(--white)}@media screen and (min-width:768px){:root{--XXS:calc(var(--base) * 0.2);--XS:calc(var(--base) * 0.4);--S:calc(var(--base) * 0.8);--normal:calc(var(--base) * 1.6);--L:calc(var(--base) * 3.2);--XL:calc(var(--base) * 4.8);--XXL:calc(var(--base) * 6.4);--XXXL:calc(var(--base) * 24.8)}}@media screen and (min-width:1024px){:root{--typeSizeSmall:calc(var(--base) * 1.4);--grid:repeat(12,1fr);--typeSizeHeadingXL:calc(var(--base) * 6.4);--XXS:calc(var(--base) * 0.2);--XS:calc(var(--base) * 0.4);--S:calc(var(--base) * 0.8);--normal:calc(var(--base) * 1.6);--L:calc(var(--base) * 3.2);--XL:calc(var(--base) * 4.8);--XXL:calc(var(--base) * 6.4);--XXXL:calc(var(--base) * 24.8);--padding:calc(var(--base) * 0.8)}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25dvh;background:var(--background);color:var(--foreground);will-change:background,color;transition:background 1.2s ease,color 1.2s ease}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font:var(--typeSizeNormal)/var(--lineHeightM) var(--fontSans),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden;padding:0}.wrapper{max-width:2000px;margin:0 auto}a{color:inherit;-webkit-text-decoration-color:rgba(0,0,0,.35);text-decoration-color:rgba(0,0,0,.35);transition:-webkit-text-decoration-color .25s ease;transition:text-decoration-color .25s ease;transition:text-decoration-color .25s ease,-webkit-text-decoration-color .25s ease}@media (hover:hover){a:hover{-webkit-text-decoration-color:rgba(0,0,0,1);text-decoration-color:rgba(0,0,0,1)}}a:focus{-webkit-text-decoration-color:rgba(0,0,0,1);text-decoration-color:rgba(0,0,0,1)}[data-theme=dark] a{-webkit-text-decoration-color:rgba(255,255,255,.35);text-decoration-color:rgba(255,255,255,.35)}@media (hover:hover){[data-theme=dark] a:hover{-webkit-text-decoration-color:rgba(255,255,255,1);text-decoration-color:rgba(255,255,255,1)}}h1,h2,h3{font:inherit;font-weight:400;letter-spacing:-.04em;line-height:var(--lineHeightXS);margin:0;text-wrap:balance}h4,h5,h6{font-weight:700}h1{font-size:var(--headingXL)}figure{margin:0;padding:0}p{margin:0;text-wrap:pretty;max-width:35em;line-height:var(--lineHeightM);letter-spacing:var(--letterSpacingNormal)}::selection{background:var(--black);color:var(--white)}.Consent_wrapper__JVZwE{--gray:#a5a5a5;display:flex;flex-direction:row;height:100vh;justify-content:center;overflow:scroll;position:fixed;top:0;width:100vw;z-index:900000;align-items:flex-start;background-color:rgba(0,0,0,.75)}@media(min-width:768px){.Consent_wrapper__JVZwE{width:auto;top:0;bottom:0;right:0;align-items:flex-end;justify-content:flex-end;background-color:rgba(0,0,0,0)}}.Consent_wrapper__JVZwE .Consent_inner__GmHzP{max-width:calc(var(--base)*36);background-color:var(--background);border-radius:var(--radiusM);margin:auto;overflow-y:scroll;border:1px solid var(--gray);position:relative;z-index:1}@media(min-width:768px){.Consent_wrapper__JVZwE .Consent_inner__GmHzP{margin-right:calc(var(--base)*4);margin-bottom:calc(var(--base)*4)}}.Consent_wrapper__JVZwE section{padding:calc(var(--base)*2)}.Consent_wrapper__JVZwE section:first-child{font-size:var(--typeSizeHeadingS);line-height:var(--lineHeightS)}.Consent_wrapper__JVZwE section:not(:last-child){border-bottom:1px solid var(--gray)}.Consent_wrapper__JVZwE .Consent_switch_container__ty90_{display:flex;justify-content:space-between;margin-bottom:.5rem}.Consent_wrapper__JVZwE .Consent_switch_container__ty90_ .Consent_switch__KkHN2{width:calc(var(--base)*4);height:calc(var(--base)*2);border-radius:var(--radiusPill);background-color:var(--gray);display:inline-block;cursor:pointer;position:relative}.Consent_wrapper__JVZwE .Consent_switch_container__ty90_ .Consent_switch__KkHN2:before{display:block;content:"";width:calc(var(--base)*1.55);height:calc(var(--base)*1.55);background:var(--foreground);position:absolute;top:calc(var(--base)*.25);left:calc(var(--base)*.2);box-shadow:0 .2rem .5rem 0 rgba(0,0,0,.2);border-radius:var(--radiusPill);transition:left .15s ease-out}.Consent_wrapper__JVZwE .Consent_switch_container__ty90_ .Consent_switch__KkHN2.Consent_active__WDafn:before{left:calc(var(--base)*2.2)}.Consent_wrapper__JVZwE .Consent_switch_container__ty90_ .Consent_switch__KkHN2.Consent_always_on__uNWGr{cursor:not-allowed}.Consent_wrapper__JVZwE hr{height:1px;background:var(--gray);border:none;margin:1rem 0}.Consent_wrapper__JVZwE .Consent_button__cmNwT{border-radius:var(--radiusM);width:100%;padding:calc(var(--base)*1) calc(var(--base)*3.2);text-align:center;border:3px solid var(--foreground);font-weight:600;cursor:pointer}.Consent_wrapper__JVZwE .Consent_button__cmNwT.Consent_full__ZUgXe{color:var(--background);background-color:var(--foreground);margin-top:1rem}.Footer_footer__pQtti{display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap);grid-template-columns:var(--grid);grid-template-rows:repeat(3,1fr);padding:var(--padding);align-items:space-between;grid-gap:var(--spacingXL);gap:var(--spacingXL)}.Footer_footer__pQtti.Footer_home__fdEMS{height:90svh}.Footer_footer__pQtti.Footer_default__MH7_6{height:auto}.Footer_builttoact__VTDaY{grid-column:1/-1;grid-row:2/span 2;align-items:flex-start;display:none;color:var(--color)}.Footer_title__Ek3Ze{grid-column:span 4}@media screen and (min-width:768px){.Footer_footer__pQtti{gap:var(--grid-gap)}.Footer_builttoact__VTDaY{display:block;grid-column:5/span 6;grid-row:2/span 2}.Footer_title__Ek3Ze{grid-column:span 4}}.Footer_content__sRLWS{grid-column:1/-1;font-family:var(--fontMono),monospace;font-size:var(--typeSizeSmall);grid-row:4/-1;text-transform:uppercase;display:grid;grid-template-columns:subgrid;grid-gap:var(--spacingXXL);gap:var(--spacingXXL)}@media screen and (min-width:768px){.Footer_content__sRLWS{gap:var(--grid-gap)}}.Footer_logo__fUEOF{grid-row:4/span 1;grid-column:span 6}.Footer_logo__fUEOF img{height:auto;max-width:220px}@media screen and (min-width:768px){.Footer_logo__fUEOF{grid-row:1/span 1;grid-column:span 3;order:1}}.Footer_info__uHPve{display:flex;flex-direction:column;gap:1rem;grid-column:span 6;order:2}@media screen and (min-width:768px){.Footer_info__uHPve{justify-content:space-between;grid-column:9/-1;order:3}}.Footer_contact__w5K5T,.Footer_copyright__j4atB{width:100%}.Footer_contact__w5K5T p{text-wrap:balance}.Footer_contactList__WGnHw{list-style:none;margin:0;padding:0}.Footer_contactItem__hLkg3 a{display:inline-block;padding:4px 0}.Footer_legal__yxnQ6{grid-column:span 6}@media screen and (min-width:768px){.Footer_legal__yxnQ6{grid-column:5/span 3;order:2}}.Footer_legalList__Qavgu{list-style:none;margin:0;padding:0}.Footer_legalItem__oNIcq a{display:inline-block;padding:4px 0}