@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";:root{--background: #fdfdfd;--color-primary: #1a4db3;--color-secondary: #89cff0;--site-max-width: 1750px;--site-margin: 96px;--section-padding: 48px;--border-radius: 75px !important;--logo-height: 75px;--logo-aspect-ratio: 8 / 3;--header-padding-top: 1.1rem;--header-height: calc(var(--logo-height) + (2 * var(--header-padding-top)));--hero-min-height: 650px;--hero-max-height: 985px;--hero-image-width: min(50vw, 875px);--hero-bottom: 0;--title-font-size: min(9vw, 155px);--subtitle-font-size: clamp(24px, 1.7vw, 30px);--h3-font-size: clamp(45px, 3.5vw, 61.25px);--h4-font-size: 1.6rem;--h5-font-size: 1.4rem;--p-font-size: 1.15rem;--subheading-letter-spacing: -.05em}body,html{margin:0;padding:0;font-family:Inter,sans-serif;background:var(--background);scroll-behavior:smooth}h1.visually-hidden,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);padding:1em 2em;background:var(--color-primary);color:#fff;text-decoration:none;font-weight:500;border-radius:var(--border-radius);z-index:1000;transition:top .3s ease}.skip-link:focus{top:1rem}h2{font-family:Hanken Grotesk,sans-serif;font-weight:400;letter-spacing:-.09em;margin:0}h3,.heading{font-family:Hanken Grotesk,sans-serif;font-weight:500;font-size:var(--h3-font-size);line-height:1;letter-spacing:var(--subheading-letter-spacing);width:80%;margin:0 auto}h3.heading{text-align:center}h4{font-family:Hanken Grotesk,sans-serif;font-weight:400;font-size:var(--h4-font-size);line-height:1;letter-spacing:var(--subheading-letter-spacing);margin:0}p,ul{font-family:Inter,sans-serif;font-weight:400;font-size:var(--p-font-size);margin:0}.container{position:relative;max-width:calc(var(--site-max-width) - var(--site-margin) * 2);margin:0 var(--site-margin)}.section-container{max-width:calc(var(--site-max-width) - var(--section-padding) * 2);margin:0 auto;padding:0 var(--section-padding)}.block{margin:3.5em auto}.logo{aspect-ratio:8 / 3;height:var(--logo-height);width:auto;color:var(--color-primary);z-index:11}.logo use{height:var(--logo-height);width:auto}button{font-family:Hanken Grotesk,sans-serif;font-weight:400;font-size:var(--p-font-size);padding:1em 3rem;border:1px solid white;border-radius:var(--border-radius);box-sizing:border-box;background:var(--color-primary);color:#fff;text-transform:uppercase;cursor:pointer}a.button{display:inline-block;font-family:Hanken Grotesk,sans-serif;font-weight:400;font-size:var(--p-font-size);padding:1em 3rem;border:1px solid white;border-radius:var(--border-radius);box-sizing:border-box;background:var(--color-primary);color:#fff;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer}a.button:hover,a.button:focus{outline:2px solid var(--color-primary);outline-offset:2px}header{position:absolute;top:0;left:0;width:100%;padding:var(--header-padding-top) 0;z-index:10}#hero{display:flex;flex-direction:column;min-height:var(--hero-min-height);height:100svh;max-height:var(--hero-max-height)}#hero h2{margin-top:var(--header-height);font-size:var(--title-font-size);line-height:1.05;z-index:10}#hero h2 span{font-size:110%}#hero p{font-size:var(--subtitle-font-size);letter-spacing:var(--subheading-letter-spacing)}#hero_content{display:flex;flex-direction:column;gap:32px;width:45%;margin-top:24px;margin-left:min(5.5vw,96px);font-size:initial;z-index:10;padding:2rem 0}#hero .button{min-width:17em;width:65%;padding:initial 0}#hero_image{position:absolute;top:0;right:0;width:var(--hero-image-width);min-height:var(--hero-min-height);height:max(100svh,var(--hero-image-width));max-height:var(--hero-max-height);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 20%,black 100%);mask-image:linear-gradient(to right,transparent 0%,black 20%,black 100%);object-fit:cover;object-position:right center}#hero_image--mobile{display:none}#how-it-works h3{margin-bottom:1.5em}#how-it-works_steps{display:flex;justify-content:space-between}#how-it-works_steps .step{width:20%;font-size:var(--p-font-size)}#how-it-works_steps .step:nth-of-type(2n){margin-top:4em}#how-it-works_steps p{margin-top:.4em}#how-it-works_steps h4{margin-top:2em}#how-it-works_steps .steps_icon{display:block;height:180px;width:auto;margin:0 auto}#frequently-asked-questions{display:flex;flex-wrap:wrap;gap:48px;width:100%;margin-top:180px}#frequently-asked-questions h3.heading{flex-basis:max(12ch,30%);padding-left:56px;margin:0;text-align:start;min-width:0}#frequently-asked-questions_questions{flex:1;min-width:0}#frequently-asked-questions details{box-sizing:border-box;font-size:var(--h4-font-size);padding:.65em 0;border-top:1px solid color-mix(in srgb,currentColor 50%,transparent);min-width:0}#frequently-asked-questions details:last-of-type{border-bottom:1px solid color-mix(in srgb,currentColor 50%,transparent)}#frequently-asked-questions summary{display:flex;justify-content:space-between;gap:16px;min-width:0;list-style:none;cursor:pointer}#frequently-asked-questions summary::-webkit-details-marker{display:none}#frequently-asked-questions summary h4{min-width:0}#frequently-asked-questions .toggle-icon{position:relative;width:.05em;height:1em;margin:0 16px;background:currentColor;transition:background-color .3s ease}#frequently-asked-questions .toggle-icon:after{content:"";position:absolute;top:50%;left:50%;width:1em;height:.05em;background:currentColor;transform:translate(-50%,-50%)}#frequently-asked-questions details[open] .toggle-icon{background-color:transparent}#frequently-asked-questions .faq-content{overflow:hidden;padding:12px 0;margin:24px 32px 0 128px}#frequently-asked-questions .faq-content p{margin-bottom:1em}#frequently-asked-questions .faq-content li{margin-bottom:.25em}#frequently-asked-questions_contact-us{margin-top:2em;font-size:var(--h4-font-size);letter-spacing:var(--subheading-letter-spacing)}#join-the-waitlist{width:100%;padding-top:64px;background:var(--color-secondary);font-size:var(--h5-font-size)}#waitlist_description{width:50%;max-width:750px;margin:0 auto;padding:1.75em 0 3.5em;font-size:inherit;text-align:center}#join-the-waitlist form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px;column-gap:16px;width:650px;margin:0 auto}#join-the-waitlist form>div{display:flex;flex-direction:column;grid-column:1 / -1;width:100%}#join-the-waitlist form>div:has(>input#first-name){grid-column:1}#join-the-waitlist form>div:has(>input#last-name){grid-column:2}#join-the-waitlist form input,#join-the-waitlist form select,#join-the-waitlist form .input-wrapper{appearance:none;border:none;border-radius:var(--border-radius);background-color:Field;padding:10px 24px;margin-top:4px;outline:none;box-shadow:none;font-size:var(--p-font-size)}#join-the-waitlist form .input-wrapper{display:flex;align-items:baseline;padding-top:0;padding-bottom:0}#join-the-waitlist form .input-wrapper>input{flex:1;padding-left:8px}#join-the-waitlist form .phone-prefix{font-size:inherit;color:#666;user-select:none}#join-the-waitlist form select{cursor:pointer}#join-the-waitlist form button{grid-column:1 / -1;width:100%;padding:24px 0}#waitlist_form-error{display:none;width:100%;color:#8b0000;grid-column:1 / -1;text-align:center;margin-top:-.5em}footer{padding:16px 0;background:var(--color-secondary)}footer div{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:4px}footer .logo{color:#000}footer p{font-size:.75rem;text-align:right}@media(max-width:1250px){:root{--site-margin: 40px;--section-padding: 40px;--subtitle-font-size: 22px;--hero-min-height: max(700px, fit-content);--hero-max-height: 700px}#hero{h2{padding-top:0}.button{margin-bottom:64px}}#hero_content{margin-left:64px}#how-it-works_steps .steps_icon{height:140px}#how-it-works_steps .step{width:22.5%}#frequently-asked-questions h3.heading{padding-left:40px}#frequently-asked-questions .faq-content{margin-left:64px}}@media(min-width:751px)and (max-width:1000px){:root{--h3-font-size: 4vw;--h4-font-size: 2.5vw;--h5-font-size: 2.25vw;--p-font-size: 1.8vw;--hero-image-width: 47vw}#hero_content{margin-left:24px;width:47.5%;.button{width:100%}}#hero_image{object-position:calc(100% + 25px) center}#how-it-works_steps .steps_icon{height:14vw}#frequently-asked-questions h3.heading{padding-left:0}#frequently-asked-questions .faq-content{margin-left:40px}}@media(max-width:750px){:root{--logo-height: 50px;--site-margin: 32px;--section-padding: 32px;--title-font-size: 11.5vw;--subtitle-font-size: max(1.4rem, 3.5vw);--h3-font-size: 2.2rem;--h4-font-size: 1.4rem;--h5-font-size: 1.2rem;--p-font-size: 1rem;--hero-image-width: 100%;--hero-min-height: fit-content;--hero-max-height: unset}#hero{padding-bottom:8vw;position:relative;flex-direction:column;height:fit-content}#hero h2{padding-top:2svh;position:static;line-height:1.1}#hero h2 span{font-size:110%}#hero p{text-align:center}#hero_content{display:flex;gap:50px;width:100%;margin:25px 0 0;padding-bottom:0;font-size:var(--subtitle-font-size)}#hero .button{margin-bottom:0;z-index:10;min-width:unset;width:100%;max-width:500px;align-self:center}#hero_image{position:static;align-self:end;margin-right:calc(-1 * var(--section-padding));margin-top:-15%;width:70%;min-height:unset;max-height:unset;height:auto}#how-it-works_steps{flex-direction:column}#how-it-works_steps .step{display:flex;flex-direction:column;width:47%;margin-bottom:-8em}#how-it-works_steps .step:nth-of-type(2n){align-self:end;margin:0 0 -4em}#how-it-works_steps h4{margin-top:1em}#how-it-works_steps .steps_icon{height:125px}#frequently-asked-questions h3.heading{flex-basis:100%;padding:0;margin-bottom:-.5em}#frequently-asked-questions .faq-content{margin-left:40px}#frequently-asked-questions_contact-us{margin-top:1.5em}#waitlist_description{width:100%;max-width:375px;margin:1em auto;text-align:center;font-size:inherit}#join-the-waitlist form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px;column-gap:16px;width:100%;margin:0 auto}#join-the-waitlist form>div{display:flex;flex-direction:column;grid-column:1 / -1;width:100%}#join-the-waitlist form>div:nth-of-type(1){grid-column:1}#join-the-waitlist form>div:nth-of-type(2){grid-column:2}#join-the-waitlist form input,#join-the-waitlist form select,#join-the-waitlist form .input-wrapper{appearance:none;border:none;border-radius:var(--border-radius);background-color:Field;padding:10px 24px;margin-top:4px;outline:none;box-shadow:none;font-size:var(--p-font-size)}#join-the-waitlist form .input-wrapper{display:flex;align-items:baseline;padding-top:0;padding-bottom:0}#join-the-waitlist form .input-wrapper>input{flex:1;padding-left:8px}#join-the-waitlist form .phone-prefix{font-size:inherit;color:#666;user-select:none}#join-the-waitlist form button{grid-column:1 / -1;width:100%;padding:24px 0}footer{padding-top:48px}footer .logo{height:55px}}@media(max-width:500px){:root{--site-margin: 16px;--section-padding: 16px}h3,.heading{width:90%}#how-it-works_steps{flex-direction:column;row-gap:2rem}#how-it-works_steps .step{display:flex;flex-direction:column;width:75%;margin-bottom:0}#how-it-works_steps .step:nth-of-type(2n){align-self:end;margin:0}#how-it-works_steps h4{margin-top:.75em}#how-it-works_steps .steps_icon{height:115px}#frequently-asked-questions_contact-us{font-size:var(--h5-font-size)}#join-the-waitlist form>div:has(>input#first-name),#join-the-waitlist form>div:has(>input#last-name){grid-column:1 / -1}}@media(min-width:1751px){.container{margin:0 auto}#hero{position:relative}}
