:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-ExtraBold.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-ExtraBoldItalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Host Grotesk;src:url(/assets/fonts/HostGrotesk-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic}html{scroll-behavior:smooth}img{max-width:100%}h1{color:#0f828c;font-size:65px;font-style:normal;font-weight:600;line-height:81px;letter-spacing:-.65px}h2{color:#0f828c;text-align:center;font-size:50px;font-style:normal;font-weight:700;line-height:normal}.button{max-width:100%;width:220px;height:40px;text-decoration:none;outline:none;border:0;border-radius:3px;background:#0f828c;color:#fff;text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:normal;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s,color .3s}@media (any-hover: hover){.button:hover{background:#0d6269}}body,html{overflow-x:hidden}body{overflow:hidden;font-family:Host Grotesk,sans-serif;position:relative;background:#fff!important}.wrapper{width:100%;max-width:1570px;padding:0 15px;margin:0 auto;position:relative;z-index:5}.header{padding:45px 0}.header .wrapper{max-width:1640px;display:flex;align-items:center;justify-content:space-between}.header__left{width:calc(100% - 485px);display:flex;align-items:center;gap:55px}.header__logo{width:177px}.header__nav{display:flex;gap:35px}.header__nav a{color:#000;text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.75px;text-decoration:none}.header__actions{display:flex;width:455px;gap:20px}.header__burger{display:none}.header__mobile{transform:translate(100%);transition:.2s;position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;z-index:450}.header__mobile.active{transform:translate(0)}.header__mobile-content{display:flex;position:relative;flex-direction:column;align-items:center;padding:60px 20px 40px}.header__mobile-close{position:absolute;right:15px;top:15px;cursor:pointer}.header__mobile-logo{width:177px;margin:0 0 40px}.header__mobile-nav{display:flex;flex-direction:column;gap:20px;margin:0 0 40px}.header__mobile-nav a{color:#000;text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.75px;text-decoration:none}.header__nav a:hover{opacity:.85}.header__mobile .button{margin:15px 0 0}.button.header__btn--schedule{color:#03045e;background:transparent;text-align:center;font-size:15px;font-style:normal;font-weight:700;width:215px;line-height:normal;border-radius:6px;border:1px solid #035E7B}.button.header__btn--schedule:hover{background:#035e7b;color:#fff}.hero{display:flex}.hero__content{padding:163px 60px 176px 20px;background:#d6f9f6;width:54%}.hero__title{text-align:left;max-width:726px;width:100%;margin:0 auto 50px}.hero__form{display:flex;max-width:726px;width:100%;margin:0 auto;flex-wrap:wrap;justify-content:space-between}.hero__form #waitlistMessage{width:100%}.hero__input{padding:0 12px;height:40px;width:calc(100% - 242px);border:1px solid rgba(0,0,0,.5);border-radius:8px;background:#fff;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.hero__input::placeholder{color:#000c}.hero__image{width:46%;background:url(/assets/images/hero.webp) no-repeat center;background-size:cover}.intro{padding:130px 0 54px}.intro__logo{width:380px;max-width:100%;margin:0 auto}.intro h2{margin:40px 0 50px}.intro__text{color:#000c;text-align:center;font-size:36px;font-style:normal;font-weight:400;line-height:53px;letter-spacing:-.54px;margin:0 0 27px}.intro__features{display:flex;justify-content:space-between;gap:30px}.intro__feature{width:calc(33.33333% - 20px);max-width:455px}.intro__feature h3{color:#0f828c;font-size:24px;font-style:normal;font-weight:700;line-height:36px;margin:0 0 36px;text-align:left}.intro__feature-text{color:#000c;font-size:18px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.27px}.intro__bottom{margin:54px 0 0;display:flex;align-items:center;justify-content:center;padding:180px 20px 140px;background:url(/assets/images/intro.webp) no-repeat center;background-size:cover}.button.intro__btn{border-radius:6px;background:#d6f9f6;color:#0f828c}.button.intro__btn:hover{color:#fff;background:#0f828c}.steps{padding:92px 0 200px}.steps h2{color:#065084}.steps .wrapper{max-width:1420px}.steps__list{margin:64px auto 0}.steps__item{display:flex;align-items:center;gap:50px;justify-content:space-between}.steps__item:nth-child(2n){flex-direction:row-reverse}.steps__image{width:calc(100% - 650px);max-width:650px}.steps__image img{border-radius:15px}.steps__info{padding:20px 0;width:650px;max-width:60%}.steps__item-title{color:#065084;text-align:left;font-size:40px;font-style:normal;font-weight:700;line-height:56px;letter-spacing:-.6px;margin:0 0 43px}.steps__item-text{color:#000c;font-size:36px;font-style:normal;font-weight:400;line-height:50px;letter-spacing:-.54px;text-align:left;max-width:650px}.solutions{padding:66px 0 150px;background:#d6f9f6}.solutions h2{padding:54px 0 0;margin:0 0 30px;text-align:left}.solutions .wrapper{display:flex;justify-content:space-between;gap:30px}.solutions__left{width:51%;max-width:750px}.solutions__subtitle{color:#000c;font-size:36px;font-style:normal;font-weight:400;line-height:50px;letter-spacing:-.54px;margin:0 0 73px}.solutions__list{display:flex;flex-wrap:wrap}.solutions__item{padding:0;background:transparent;width:40%;outline:none;border:0;min-height:72px;margin:0 0 28px;text-align:left;display:flex;align-items:center;color:#0f828c;font-size:26px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.45px}.solutions__item:nth-child(2n){width:60%}.solutions__item:hover{opacity:.85;cursor:pointer}.solutions__right{width:49%;max-width:675px}.solutions__image img{border-radius:25px}.solutions__text{margin:55px 0 0;padding:0 16px}.solutions__text h3{color:#0f828c;font-size:30px;font-style:normal;font-weight:700;line-height:36px;letter-spacing:-.45px;margin:0 0 33px}.solutions__text p{color:#000c;font-size:24px;font-style:normal;font-weight:400;line-height:36px;letter-spacing:-.27px;max-width:558px}.signup{padding:127px 0 115px}.signup .wrapper{display:flex;justify-content:space-between}.signup__form{width:622px;max-width:100%;padding:64px 64px 112px;display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:2px;border:1px solid rgba(0,0,0,.5)}.signup__form h3{color:#000;font-size:30px;font-style:normal;font-weight:700;line-height:36px;width:100%;margin:0 0 43px}.signup input{border-radius:2px;border:1px solid rgba(0,0,0,.5);background:#fff;width:calc(50% - 10px);height:40px;padding:0 14px;color:#000c;font-size:15px;font-style:normal;font-weight:400;line-height:24px;outline:none;background:transparent;margin:0 0 24px}.signup__input.signup__input-full{width:100%;margin:0 0 40px}.signup__input::placeholder{color:#000c}.signup .button{width:130px}.signup__text{width:clac(100% - 652px);max-width:570px}.signup__text h2{max-width:390px;color:#0f828c;font-style:normal;text-align:left;margin:0 0 30px}.signup__desc{color:#000c;font-size:36px;font-style:normal;font-weight:400;line-height:50px;letter-spacing:-.54px}.footer{padding:43px 0 91px}.footer__container{display:flex;max-width:1080px;justify-content:space-between}.footer__left{width:calc(100% - 495px);max-width:483px}.footer__logo{display:block;margin:0 0 27px;width:177px}.footer__left p{color:#000c;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.225px}.footer__right{width:455px;max-width:100%}.button.footer__btn--schedule{color:#0f828c;background:transparent;text-align:center;font-size:15px;font-style:normal;font-weight:700;width:215px;line-height:normal;border-radius:6px;border:1px solid #0F828C}.button.footer__btn--schedule:hover{background:#0f828c;color:#fff}.footer__actions{width:100%;display:flex;justify-content:space-between;margin:0 0 36px}.footer__socials{display:flex;gap:20px;align-items:center}.footer__socials p{color:#000c;text-align:right;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.225px}.footer__socials a{border-radius:100%;display:flex;align-items:center;justify-content:center;background:#0f828c;color:#fff;font-size:20px;width:45px;height:45px}.footer__socials a:hover{opacity:.85}@media (max-width: 1180px){.header__actions{width:345px}h1{color:#0f828c;font-size:45px;font-style:normal;font-weight:600;line-height:61px;letter-spacing:-.65px}.header__left{width:calc(100% - 355px);gap:35px}.hero__content{padding:53px 60px 66px 20px;width:73%}}@media (max-width: 1024px){.header{padding:30px 0}.header__left{width:calc(100% - 60px)}.header__logo{width:177px}.header__nav,.header__actions{display:none}.header__burger{display:block;width:50px;cursor:pointer}.hero{display:flex;flex-direction:column}.hero__content{padding:50px 20px;width:100%}.hero__title{text-align:center;max-width:100%;width:100%;margin:0 auto 50px}h1.hero__title{font-size:32px;text-align:center;line-height:46px;margin:0 auto 30px;max-width:600px}.hero__form{max-width:600px;display:flex;flex-direction:column;align-items:center}.hero__input{margin:0 0 20px;width:100%}.hero__image{width:100%;height:500px}.intro{padding:80px 0 0}.intro__logo{width:220px;max-width:100%;margin:0 auto}h2{font-size:32px}.intro h2{margin:20px 0 30px}.intro__text{font-size:22px;line-height:32px;margin:0 0 15px}.intro__features{display:flex;flex-direction:column;align-items:center;gap:30px;margin:60px 0 0}.intro__feature{width:100%;max-width:455px}.intro__feature h3{font-size:22px;line-height:36px;margin:0 0 22px;text-align:center}.intro__feature-text{font-size:18px;text-align:center}.intro__bottom{margin:32px 0 0;padding:90px 20px 70px}.steps{padding:65px 0 30px}.steps__list{margin:36px auto 0}.steps__item{flex-direction:column-reverse;gap:30px;margin:0 0 50px}.steps__item:nth-child(2n){flex-direction:column-reverse}.steps__image{width:100%;max-width:420px}.steps__image img{border-radius:15px}.steps__info{padding:0;width:650px;max-width:100%}.steps__item-title{text-align:center;font-size:24px;line-height:36px;margin:0 0 12px}.steps__item-text{font-size:18px;line-height:24px;text-align:center;max-width:540px;margin:0 auto}.solutions{padding:65px 0 100px}.solutions h2{padding:0;margin:0 0 30px;text-align:center}.solutions .wrapper{display:flex;flex-direction:column;align-items:center;gap:30px}.solutions__left{width:100%;max-width:750px}.solutions__subtitle{font-size:22px;font-style:normal;font-weight:400;line-height:36px;text-align:center;margin:0 0 36px}.solutions__list{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;gap:16px}.solutions__item{padding:0;width:100%;min-height:32px;text-align:center;justify-content:center;color:#0f828c;font-size:22px;line-height:28px;margin:0}.solutions__item:nth-child(2n){width:100%;text-align:center}.solutions__item:hover{opacity:.85;cursor:pointer}.solutions__right{width:100%;max-width:675px;margin:0 auto}.solutions__text{margin:35px 0 0;padding:0 16px}.solutions__text h3{text-align:center;font-size:24px;line-height:32px;margin:0 0 20px}.solutions__text p{text-align:center;font-size:18px;font-weight:400;line-height:24px}.signup{padding:65px 0 100px}.signup .wrapper{display:flex;flex-direction:column;gap:30px;align-items:center}.signup__form{padding:45px 20px;justify-content:center;gap:20px}.signup__form h3{font-size:24px;text-align:center;line-height:32px;margin:0}.signup__input,.signup__input.signup__input-full{margin:0}.signup .button{width:130px}.signup__text{width:clac(100% - 652px);max-width:570px}.signup__text h2{text-align:center;margin:0 auto 30px}.signup__desc{font-size:22px;line-height:36px;text-align:center}.footer{padding:15px 0 45px}.footer__container{display:flex;max-width:1080px;flex-direction:column;gap:30px;align-items:center}.footer__left{width:100%;margin:0 auto}.footer__logo{margin:0 auto 27px}.footer__left p{text-align:center}.footer__actions{gap:15px}.footer__socials{justify-content:center;flex-wrap:wrap}.footer__socials p{width:100%;text-align:center}.footer__socials a{border-radius:100%;display:flex;align-items:center;justify-content:center;background:#0f828c;width:45px;height:45px}.footer__socials a:hover{opacity:.85}}.popup[data-v-1ed16bae]{position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto;background:#fff;z-index:500;padding:80px 0}.popup .signup[data-v-1ed16bae]{padding:40px 0 0}.popup__close[data-v-1ed16bae]{position:absolute;top:40px;right:55px;cursor:pointer}.popup .button[data-v-1ed16bae]{width:140px}.popup-thanks[data-v-1ed16bae]{background:#d6f9f6}.popup__content[data-v-1ed16bae]{display:flex;justify-content:space-between;align-items:center;gap:30px}.popup__image[data-v-1ed16bae]{width:calc(100% - 500px);max-width:848px}.popup__image img[data-v-1ed16bae]{border-radius:25px}.popup__left[data-v-1ed16bae]{width:470px;max-width:100%}.popup__left h2[data-v-1ed16bae]{text-align:left;color:#0f828c;font-size:64px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:-.96px}.popup__left p[data-v-1ed16bae]{margin:30px 0;color:#000c;font-size:36px;font-style:normal;font-weight:400;line-height:50px;letter-spacing:-.54px}@media (max-width: 1024px){.popup.popup-thanks[data-v-1ed16bae]{padding:50px 0}.popup__content[data-v-1ed16bae]{flex-direction:column;align-items:center;gap:30px}.popup__image[data-v-1ed16bae]{width:100%;max-width:550px}.popup__left[data-v-1ed16bae]{width:470px;display:flex;flex-direction:column;align-items:center;max-width:100%}.popup__left h2[data-v-1ed16bae]{font-size:32px;line-height:42px}.popup__left p[data-v-1ed16bae]{text-align:center;font-size:24px;line-height:36px}}.hero__image[data-v-ceeea0c5]{position:relative;overflow:hidden}.hero__video[data-v-ceeea0c5]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.solutions__right[data-v-5fa3c5b9]{display:none;transition:opacity .3s ease}.solutions__right.active[data-v-5fa3c5b9]{display:block}
