:root{--color-blue:#3155ec;--color-black:#000;--color-yellow:#ffe03e;--color-white:#fff;--color-blue-text:#5377f7;--color-accent:#32dde2;--color-disable:#888;--color-error:#c84242;--color-dark-blue:#1434ba;--color-light-blue:#78aaff;--color-dark-yellow:#fed70b;--color-light-yellow:#ffee9c}*{box-sizing:border-box}body,html{margin:0}html{scroll-behavior:smooth}body{background-color:var(--color-black);color:var(--color-white)}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:1}ol,ul{list-style:none;margin:0;padding:0}::-moz-selection{background:rgba(255,245,176,.93);color:var(--color-black)}::selection{background:rgba(255,245,176,.93);color:var(--color-black)}.sticky-content{position:sticky!important;top:0}:root{--font-aeonik:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--animation-short-1:50ms;--animation-short-2:150ms;--animation-short-3:300ms;--animation-medium-1:500ms;--animation-medium-2:670ms;--animation-delay-between:65ms;--animation-delay-index:0;--animation-ease-default:ease;--animation-ease-expo:cubic-bezier(0.2,0,0,1);--animation-ease-entrance:cubic-bezier(0.04,0.56,0.08,1);--animation-ease-productive:cubic-bezier(0.4,0,0.2,1)}@keyframes enter-fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.fade-in-from{opacity:0;transform:translate3d(0,30px,0);transition:opacity var(--animation-ease-default) var(--animation-medium-1),visibility var(--animation-ease-default) var(--animation-medium-1),transform var(--animation-ease-productive) var(--animation-medium-1);transition-delay:0s;will-change:transform}.fade-in-to{transition:opacity var(--animation-ease-default) var(--animation-medium-2),visibility var(--animation-ease-default) var(--animation-medium-2),transform var(--animation-ease-expo) var(--animation-medium-2);transition-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}.fade-in-to,.fade-out-from{opacity:1;transform:translateZ(0)}.fade-out-from{transition:opacity var(--animation-ease-expo) var(--animation-medium-2),transform var(--animation-ease-expo) var(--animation-medium-2);transition-delay:0s;will-change:transform}.fade-out-to{opacity:0;transition-delay:calc(var(--animation-delay-between) * var(--animation-delay-index));transform:translate3d(0,-30px,0)}.focus{--focus-outline:-4px;--focus-size:2px;position:relative}.focus:focus{outline:none}.focus:before{content:"";position:absolute;top:var(--focus-outline);left:var(--focus-outline);right:var(--focus-outline);bottom:var(--focus-outline);border-radius:inherit;transition:box-shadow var(--animation-medium-1) var(--animation-ease-productive)}.focus:focus-visible:before{box-shadow:0 0 0 var(--focus-size) #4f71ff;transition:box-shadow var(--animation-medium-2) var(--animation-ease-entrance)}.hero{padding-top:64px;min-height:100vh;position:relative;display:flex;flex-direction:column}@media (min-width:768px){.hero{padding-top:80px}}.hero__cta{padding-top:48px;padding-bottom:40px;flex-grow:1;display:flex;align-items:center}@media (min-width:768px){.hero__cta{padding-top:56px;padding-bottom:56px}}@media (min-width:1024px){.hero__cta{padding-top:64px;padding-bottom:64px}}.hero__cta-inner{text-align:center;grid-column:span 6;display:flex;flex-direction:column}@media (min-width:768px){.hero__cta-inner{grid-column:2/span 4}}@media (min-width:1024px){.hero__cta-inner{grid-column:1/span 12}}.hero--image .hero__cta-inner{text-align:left}@media (min-width:768px){.hero--image .hero__cta-inner{grid-column:span 6;margin-left:0;margin-right:0;flex-direction:row;gap:16px}}@media (min-width:1024px){.hero--image .hero__cta-inner{grid-column:span 12}}@media (min-width:768px){.hero--image .hero__left{flex:1 1}}@media (min-width:1024px){.hero--image .hero__left{display:flex;flex-direction:column;justify-content:center}}.hero__cta-overhead{margin-bottom:16px;--animation-delay-index:1;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}.hero__cta-overhead-text{opacity:.5}.hero__cta-title{margin-bottom:32px;white-space:pre-line;--animation-delay-index:2;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}@media (min-width:1024px){.hero__cta-title{max-width:920px;margin-left:auto;margin-right:auto}}.hero__cta-title p{font-size:inherit!important;line-height:inherit!important}.hero__cta-title span{display:block}.hero__cta-text{--animation-delay-index:3;max-width:345px;margin:0 auto;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}@media (min-width:768px){.hero__cta-text{max-width:464px}}@media (min-width:1024px){.hero__cta-text{max-width:660px}}.hero--image .hero__cta-text{margin:0;max-width:563px}.hero__cta-button-group{--animation-delay-index:4;margin-top:40px;justify-content:center;display:flex;gap:16px;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}@media (min-width:768px){.hero__cta-button-group{margin-top:48px}}@media (min-width:1024px){.hero__cta-button-group{margin-top:56px}}.hero--image .hero__cta-button-group{justify-content:flex-start}.hero--image .hero__right{margin-top:30px;display:flex;justify-content:center;align-items:center}@media (min-width:768px){.hero--image .hero__right{flex:1 1}}@media (min-width:1024px){.hero--image .hero__right{margin-top:0}}.hero__image-wrapper{--animation-delay-index:5;position:relative;aspect-ratio:320/292;width:100%;height:100%;max-width:320px;max-height:292px;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}@media (min-width:1024px){.hero__image-wrapper{aspect-ratio:656/598;width:656px;height:598px;max-width:none;max-height:none}}.hero__companies{--animation-delay-index:6;text-align:center;animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}.hero__companies-text{margin-bottom:16px}@media (min-width:768px){.hero__companies-text{margin-bottom:24px}}@media (min-width:1024px){.hero__companies-text{margin-bottom:32px}}.hero__companies-logos{position:relative;margin-bottom:40px}@media (min-width:768px){.hero__companies-logos{margin-bottom:48px}}@media (min-width:1024px){.hero__companies-logos{margin-bottom:56px}}.hero__banner{--animation-delay-index:7;position:fixed;z-index:5;left:0;right:0;bottom:0;margin-top:auto;display:flex;align-items:center;justify-content:center;background:var(--color-black);visibility:hidden}.hero__banner.hero__banner--open{visibility:visible}.hero__banner-container{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-top:16px;padding-bottom:16px}@media (min-width:1024px){.hero__banner-container{align-items:center}}.hero__banner-content{display:flex;flex-direction:column}@media (min-width:768px){.hero__banner-content{flex-direction:row;gap:20px}}@media (min-width:1024px){.hero__banner-content{flex:1 1;align-items:center;justify-content:center}}.hero__banner-logo{width:24px;height:24px;margin-bottom:16px}@media (min-width:768px){.hero__banner-logo{margin:0}}@media (min-width:1024px){.hero__banner-delim{display:none}}.hero__banner-link{font-size:inherit}@media (min-width:1024px){.hero__banner-link{margin-left:20px}}.hero__banner-close{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--color-white);padding:0;border:none;border-radius:8px;cursor:pointer;transition:var(--animation-ease-productive) var(--animation-short-1)}.hero__banner-close:active,.hero__banner-close:hover{transition:var(--animation-ease-productive) var(--animation-short-2)}.hero__banner-close:hover{color:var(--color-blue-text)}.hero__banner-close:active{color:var(--color-blue)}.hero__dumb{height:64px}.hero--trial .hero__cta-inner{max-width:432px;margin:0 auto}@media (min-width:1024px){.hero--trial .hero__cta-inner{max-width:544px}}.hero--trial .hero__cta-title{margin:0 auto 40px;--animation-delay-index:1;max-width:336px}@media (min-width:768px){.hero--trial .hero__cta-title{margin-bottom:48px}}@media (min-width:1024px){.hero--trial .hero__cta-title{max-width:none;margin-bottom:64px}}.hero__input{margin-bottom:32px;--animation-delay-index:2}.hero__checkbox,.hero__input{animation:enter-fade-in var(--animation-ease-expo) var(--animation-medium-2) backwards;animation-delay:calc(var(--animation-delay-between) * var(--animation-delay-index))}.hero__checkbox{text-align:left;display:flex;align-items:flex-start;gap:16px;--animation-delay-index:3}.hero__checkbox-text{font-size:14px;font-feature-settings:"ss09" on,"ss07" on,"dlig" on,"ss06" on,"ss02" on}@media (min-width:1024px){.hero__checkbox-text{font-size:16px}}.hero__checkbox-text p{font-size:inherit!important}.hero--trial .hero__cta-button-group{margin-top:48px;--animation-delay-index:4}.hero--trial a{display:inline-flex;color:var(--color-white);font-size:inherit;line-height:inherit;text-underline-position:under;transition:var(--animation-ease-productive) var(--animation-short-1);border-radius:100px}.hero--trial a:active,.hero--trial a:hover{transition:var(--animation-ease-productive) var(--animation-short-2)}.hero--trial a:focus-visible,.hero--trial a:hover{color:var(--color-blue-text)}.hero--trial a:active{color:var(--color-blue)}.hero--trial a:before{left:-6px;right:-6px}.hero--thank .hero__cta-inner{max-width:570px;margin:0 auto}@media (min-width:768px){.hero--thank .hero__cta-inner{grid-column:1/span 6}}@media (min-width:1024px){.hero--thank .hero__cta-inner{max-width:900px;grid-column:1/span 12}}.hero--thank .hero__cta-title{margin:0 auto 16px;--animation-delay-index:1}@media (min-width:1024px){.hero--thank .hero__cta-title{max-width:none;margin-bottom:24px}}.hero--thank .hero__cta-text{--animation-delay-index:2}.hero--thank .hero__cta-button-group{margin-top:56px;--animation-delay-index:3}.cookie-modal_container__ku_Tt{--animation-delay-index:10;position:fixed;top:0;bottom:0;right:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:60px 15px;pointer-events:none;z-index:10}.cookie-modal_bar__qYu_J{pointer-events:auto;visibility:hidden}.cookie-modal_bar__qYu_J.cookie-modal_barOpen__yAEgm{visibility:visible}.notification-bar_bar__aBnOj{display:inline-flex;align-items:center;gap:8px;background:var(--color-white);padding:12px 30px;color:var(--color-black);border-radius:200px;box-shadow:0 4px 6px -1px rgba(0,0,0,.102),0 2px 4px -2px rgba(0,0,0,.102)}.notification-bar_bar__aBnOj.notification-bar_barButton__mLSev{padding-right:16px}.notification-bar_content__hGkK_{display:flex;align-items:center;gap:8px}.notification-bar_link__k0E9o{white-space:nowrap}.button_button__qjYLO{--button-color:var(--color-white);--button-color-hover:var(--color-white);--button-bg-color:var(--color-blue);--button-bg-color-hover:var(--color-light-blue);--button-bg-color-active:var(--color-dark-blue);--button-border-color:transparent;--button-ping-delay:0ms;position:relative;display:inline-flex;justify-content:center;align-items:center;background:transparent;border:1px solid var(--button-border-color);color:var(--button-color);padding:0;font-weight:500;font-family:inherit;border-radius:100px;cursor:pointer;white-space:nowrap;-webkit-text-decoration:none;text-decoration:none;max-width:100%;transition:var(--animation-ease-expo) var(--animation-short-3);font-variant-numeric:lining-nums proportional-nums}.button_button__qjYLO:active,.button_button__qjYLO:hover{transition:var(--animation-ease-expo) var(--animation-medium-1);color:var(--button-color-hover)}.button_button__qjYLO.button_buttonBlue__SBuFj{--button-color:var(--color-white);--button-color-hover:var(--color-white);--button-border-color:transparent;--button-bg-color:var(--color-blue);--button-bg-color-hover:#607cf0;--button-bg-color-active:var(--color-dark-blue)}.button_button__qjYLO.button_buttonPlus__rZOed,.button_button__qjYLO.button_buttonYellow__GFQov{--button-color:var(--color-black);--button-color-hover:var(--color-black);--button-border-color:transparent;--button-bg-color:var(--color-yellow);--button-bg-color-hover:var(--color-light-yellow);--button-bg-color-active:var(--color-dark-yellow)}.button_button__qjYLO.button_buttonGhost__wqRV3{--button-color:var(--color-white);--button-color-hover:var(--color-black);--button-border-color:hsla(0,0%,100%,.5);--button-bg-color:transparent;--button-bg-color-hover:hsla(0,0%,100%,.8);--button-bg-color-active:var(--color-white)}.button_button__qjYLO.button_buttonDisabled__QUZZM{--button-color:var(--color-white);--button-color-hover:var(--color-white);--button-bg-color:var(--color-disable);--button-bg-color-hover:var(--color-disable);--button-bg-color-active:var(--color-disable);opacity:.5;cursor:default}.button_buttonBig__dCmvs{padding:15px 31px;font-size:18px;line-height:1.35;font-feature-settings:"ss09" on,"ss07" on,"liga" off}.button_buttonSmall__AAgfw{font-size:16px;line-height:1.25;padding:9px 23px;font-feature-settings:"ss09" on,"ss07" on,"dlig" on,"ss06" on,"ss02" on}.button_buttonSmall__AAgfw.button_buttonPlus__rZOed{padding:10px 12px}.button_background__8hU6F{position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:100px;overflow:hidden;background:var(--button-bg-color)}.button_background__8hU6F:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;border-radius:100px;background:var(--button-bg-color-hover);transition:var(--animation-ease-expo) var(--animation-short-3)}.button_button__qjYLO.button_buttonSelected__FAhDP .button_background__8hU6F:after,.button_button__qjYLO:hover .button_background__8hU6F:after{transition:width var(--animation-ease-expo) var(--animation-medium-1),background-color var(--animation-ease-expo) var(--animation-medium-1);width:100%}.button_button__qjYLO.button_buttonSelected__FAhDP .button_background__8hU6F:after,.button_button__qjYLO:active .button_background__8hU6F:after{background:var(--button-bg-color-active)}@media (min-width:768px){.button_buttonPlus__rZOed:hover .button_background__8hU6F:after{transition-delay:var(--animation-short-3),0s}}.button_buttonPlus__rZOed:active .button_background__8hU6F:after{transition-delay:0s!important}.button_buttonDisabled__QUZZM.button_buttonGhost__wqRV3 .button_background__8hU6F{display:none}.button_ping__yHeBm{display:none;position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:100px;z-index:-1;pointer-events:none}.button_buttonPlus__rZOed .button_ping__yHeBm{background:var(--button-bg-color);display:block;animation:3s var(--button-ping-delay) button_ping__yHeBm cubic-bezier(0,0,.2,1) infinite}.button_buttonDisabled__QUZZM .button_ping__yHeBm,.button_buttonPlus__rZOed.button_buttonPlusActive__XyIfE .button_ping__yHeBm{display:none}.button_inner__0AegW{position:relative;z-index:2;display:inline-flex;align-items:center;max-width:100%}.button_buttonPlus__rZOed .button_inner__0AegW{height:20px}.button_plusIcon__xwvCO{display:none}.button_buttonPlus__rZOed .button_plusIcon__xwvCO{display:inline-flex;animation:button_plus-icon-reverse__fcSNs var(--animation-medium-1) ease-out backwards}@media (min-width:768px){.button_buttonPlus__rZOed.button_buttonPlusActive__XyIfE .button_plusIcon__xwvCO,.button_buttonPlus__rZOed:focus-visible .button_plusIcon__xwvCO{animation:button_plus-icon__2BQM0 var(--animation-medium-2) ease-in forwards}}.button_buttonPlus__rZOed.button_buttonDisabled__QUZZM .button_plusIcon__xwvCO{animation:none}.button_arrowIcon__b9HaD{display:none;align-items:center}.button_buttonPlus__rZOed .button_arrowIcon__b9HaD{display:inline-flex;padding-right:4px}.button_content__pywSe{position:relative;display:flex;align-items:center;overflow:hidden;max-width:100%}.button_buttonPlus__rZOed .button_content__pywSe{max-width:0;gap:8px;left:-4px;visibility:hidden;animation:button_scale-reverse__QDoib var(--animation-medium-1) ease-out backwards;transition:visibility var(--animation-medium-1) ease-out backwards;pointer-events:none}.button_buttonPlus__rZOed.button_buttonDisabled__QUZZM .button_content__pywSe{display:none}@media (min-width:768px){.button_buttonPlus__rZOed.button_buttonPlusActive__XyIfE .button_content__pywSe,.button_buttonPlus__rZOed:focus-visible .button_content__pywSe{visibility:visible;transition:visibility var(--animation-medium-1);max-width:200px;animation:button_scale__ZQ8zK var(--animation-medium-1) var(--animation-ease-productive) forwards;pointer-events:auto}}.button_text__quyET{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.button_icon__TOMHG{display:flex;align-items:center;justify-content:center}@keyframes button_plus-icon__2BQM0{0%{opacity:1;transform:rotate(0)}40%{opacity:0;transform:rotate(90deg)}to{opacity:0;transform:rotate(90deg)}}@keyframes button_plus-icon-reverse__fcSNs{0%{opacity:0;transform:rotate(90deg)}60%{opacity:0;transform:rotate(90deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes button_scale__ZQ8zK{0%{max-width:0;opacity:0}50%{max-width:200px;opacity:0}to{max-width:200px;opacity:1}}@keyframes button_scale-reverse__QDoib{0%{max-width:200px;opacity:1}50%{max-width:200px;opacity:0}to{max-width:0;opacity:0}}@keyframes button_ping__yHeBm{20%,to{transform:scale(1.5);opacity:0}}.icon_icon__4qlTD{display:inline-flex;align-items:center;justify-content:center;fill:currentColor;flex-shrink:0}.link_link__ODvYx{--link-color:var(--color-white);--link-color-hover:var(--color-blue-text);--link-color-active:var(--color-blue);display:inline;align-items:center;font-size:16px;font-weight:500;line-height:1.25;-webkit-text-decoration:none;text-decoration:none;gap:8px;border-radius:100px;color:var(--link-color);transition:var(--animation-ease-default) var(--animation-short-1);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"ss09" on,"ss07" on,"dlig" on,"ss06" on,"ss02" on}.link_link__ODvYx:active,.link_link__ODvYx:hover{transition:var(--animation-ease-default) var(--animation-short-2)}.link_link__ODvYx:focus-visible,.link_link__ODvYx:hover{color:var(--link-color-hover)}.link_link__ODvYx:active{color:var(--link-color-active)}.link_link__ODvYx:before{left:-6px;right:-6px}.link_link__ODvYx.link_linkWhite__hRkV5{--link-color:var(--color-white);--link-color-hover:var(--color-blue-text);--link-color-active:var(--color-blue)}.link_link__ODvYx.link_linkBlack__n27gv{--link-color:var(--color-black);--link-color-hover:var(--color-blue-text);--link-color-active:var(--color-blue)}.link_link__ODvYx.link_linkBlue__eTTd4{--link-color:var(--color-blue-text);--link-color-hover:var(--color-blue);--link-color-active:var(--color-dark-blue)}.link_link__ODvYx.link_linkYellow__caGOF{--link-color:var(--color-yellow);--link-color-hover:var(--color-yellow);--link-color-active:#ffea80}.link_space__1ZzEN{width:8px;display:inline-flex}.link_iconWrapper__H4CE_{font-size:16px;line-height:1;vertical-align:middle}.link_icon__QFOq8{opacity:0;width:16px;height:16px;transform:translateX(-10px);transition:opacity var(--animation-ease-default) var(--animation-short-3),transform var(--animation-ease-productive) var(--animation-short-3)}.link_linkHover__r7zWm .link_icon__QFOq8,.link_link__ODvYx:active .link_icon__QFOq8,.link_link__ODvYx:focus-visible .link_icon__QFOq8,.link_link__ODvYx:hover .link_icon__QFOq8{opacity:1;transform:translateX(0);transition:opacity var(--animation-ease-default) var(--animation-medium-1),transform var(--animation-ease-entrance) var(--animation-medium-1)}@font-face{font-family:__aeonikFont_ea4777;src:url(../../fonts/71f3735817dbe64b-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__aeonikFont_ea4777;src:url(../../fonts/0111709e9c3a944f-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__aeonikFont_Fallback_ea4777;src:local("Arial");ascent-override:91.72%;descent-override:20.71%;line-gap-override:0.00%;size-adjust:101.40%}.__className_ea4777{font-family:__aeonikFont_ea4777,__aeonikFont_Fallback_ea4777}.__variable_ea4777{--font-aeonik:"__aeonikFont_ea4777","__aeonikFont_Fallback_ea4777"}