.button{height:fit-content;box-shadow:0px 1px 2px rgba(16,24,40,.05);font-weight:700;border-radius:8px;border:none;outline:none;cursor:pointer;font-family:"Inter",sans-serif}.button-primary{color:#fff;background:#f48757}.button-primary:hover{background:#f58d5f}.button-primary:active{background:#e46a34}.button-primary:disabled{background:#fcdbcd}.button-secondary{color:#fff;background:#679b5f}.button-secondary:hover{background:#80ad79}.button-secondary:active{background:#55804e}.button-secondary:disabled{background:#d3e2d0}.button-outline{color:#091a3c;background:rgba(0,0,0,0);border:2px solid #d1d0cd}.button-outline.button-sm{padding:6px 12px}.button-outline.button-md{padding:8px 14px}.button-outline.button-lg{padding:8px 16px}.button-outline.button-xl{padding:10px 18px}.button-outline.button-2xl{padding:14px 26px}.button-outline:hover{border:2px solid #091a3c}.button-outline:active{background:#eeede8;border:2px solid #091a3c}.button-outline:disabled{color:#d1d0cd;border:2px solid #e0ded9}.button-ghost{color:#667085;background:rgba(0,0,0,0);border:none;box-shadow:none}.button-ghost:hover{color:#091a3c}.button-ghost:active{color:#667085;background:#eeede8}.button-ghost:disabled{color:#d1d0cd}.button-icon{display:flex;align-items:center;justify-content:center;gap:.5rem}.button-icon span{line-height:inherit}.button-link{text-align:center}.button-sm{padding:8px 14px;font-size:.875rem;line-height:1.43}.button-md{padding:10px 16px;font-size:.875rem;line-height:1.43}.button-lg{padding:10px 18px;font-size:1rem;line-height:1.5}.button-xl{padding:12px 20px;font-size:1rem;line-height:1.5}.button a{color:#091a3c}.button.button-primary a,.button.button-secondary a{color:#fff}.loading-icon{animation:rotate 1.2s linear infinite;display:none}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}a{transition:color .2s}button{transition:background .2s,color .2s,border .2s}@media screen and (min-width: 768px){.button-2xl{padding:16px 28px;font-size:1.125rem;line-height:1.56;font-weight:700}.button-icon{gap:.75rem}}@media screen and (max-width: 767px){.button-icon{height:3rem}}.header__burger{display:inline-block;cursor:pointer}.header__burger-bar1,.header__burger-bar2,.header__burger-bar3{margin:4px 0;width:20px;height:2px;border-radius:2px;background-color:#091a3c;transition:.4s}.header__burger-bar1.close{transform:translate(0, 6px) rotate(-45deg)}.header__burger-bar2.close{opacity:0}.header__burger-bar3.close{transform:translate(0, -6px) rotate(45deg)}.section-subheader{font-size:.875rem;line-height:1.7;color:#e46a34;font-weight:600;text-transform:uppercase}.section-header{margin-top:2rem;font-size:2rem;line-height:1.4;font-weight:800}.section-description{margin-top:1.5rem;font-size:1.125rem;line-height:1.7;font-weight:400;color:#667085}@media screen and (min-width: 768px){.section-header,.section-description,.section-subheader{text-align:center}.section-subheader{font-size:1rem;line-height:1.7}.section-header{font-size:3rem;line-height:1.4;letter-spacing:-0.02rem}.section-description{font-size:1.25rem;line-height:1.6}}@media screen and (min-width: 1280px){.headers-wrapper{margin-left:auto;margin-right:auto;max-width:820px}}.label{font-weight:500;font-size:.875rem;color:#475064}.input{background:#fff;border:1px solid #d1d0cd;border-radius:.5rem;box-shadow:0px 1px 2px rgba(16,24,40,.05);outline:none;padding:.5625rem .875rem;font-size:1rem;font-family:"Inter",sans-serif;line-height:1.7;color:#091a3c}.input::placeholder{color:#d1d0cd}.input:focus{border:1px solid #e46a34;box-shadow:0px 1px 2px rgba(16,24,40,.05),0px 0px 0px 2px #fcdbcd}.input-error{border:1px solid #fcdbcd;box-shadow:0px 1px 2px rgba(16,24,40,.05),0px 0px 0px 4px #fcdbcd}.input:disabled{background:#eeede8;color:#8f8f8f}.input-hint{font-weight:400;font-size:.875rem;color:#667085;line-height:1.8;margin-top:6px;display:inline-block}.input-hint-error{color:#fcdbcd}.toggle-wrapper{position:relative;display:inline-block;width:36px;height:20px}.toggle-wrapper .toggle-wrapper{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider::before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;box-shadow:0px 1px 3px rgba(16,24,40,.1),0px 1px 2px rgba(16,24,40,.06)}.toggle-input:checked+.slider{background-color:#f48757}.toggle-input:focus+.slider{box-shadow:0 0 1px #f48757}.toggle-input:checked+.slider:before{transform:translateX(16px)}.slider.round{border-radius:36px}.slider.round:before{border-radius:50%}.modal{margin:auto;padding:0;overflow:hidden;border:0;border-radius:1.5rem;box-shadow:0 0 0 100vw rgba(0,0,0,0);position:fixed;inset-block-start:0px;inset-block-end:0px;max-width:calc(100% - 2em - 6px);max-height:calc(100% - 2em - 6px);user-select:text;visibility:visible}.modal:focus-visible{outline:none}.modal::backdrop{background:rgba(0,0,0,0);opacity:0}.modal[open]{animation:slide-up 300ms forwards,shadow-in 300ms forwards,fade-in 300ms forwards}.modal[closing]{display:block;pointer-events:none;inset:0;animation:slide-down 300ms forwards,fade-out 300ms forwards,shadow-out 300ms forwards}.modal__wrapper{padding:1.5rem;max-width:400px;width:100%;box-shadow:0 8px 8px -4px rgba(16,24,40,.03),0 20px 24px -4px rgba(16,24,40,.08);background:#f2f4f7;overflow:hidden}.modal__form-title{margin-top:1rem;font-size:2rem;line-height:1.4;font-weight:800}.modal__form-description{margin-top:.5rem;font-size:1rem;line-height:1.7;font-weight:400;color:#667085}.modal__form-image,.modal__form-inputs{display:block;margin-top:1.25rem;width:100%}.modal__form-label{display:block;margin-top:1rem;font-size:1rem;line-height:1.7;font-weight:500}.modal__form-label:first-child{margin-top:0}.modal__form-input{width:100%;margin-top:.375rem}.modal__form-button,.modal__form-buttons{margin-top:2rem;width:100%}.modal__form-buttons{display:flex;flex-direction:column;gap:.75rem}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__header-close{padding:0;margin-right:-0.75rem;width:2.5rem;height:2.5rem;line-height:1}@keyframes shadow-in{0%{box-shadow:0 0 0 100vw rgba(0,0,0,0)}100%{box-shadow:0 0 0 100vw rgba(0,0,0,.5)}}@keyframes shadow-out{0%{box-shadow:0 0 0 100vw rgba(0,0,0,.5)}100%{box-shadow:0 0 0 100vw rgba(0,0,0,0)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes slide-up{0%{transform:translateY(-150px)}100%{transform:translateY(0%)}}@keyframes slide-down{0%{transform:translateY(0%)}100%{transform:translateY(-150px)}}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0);text-decoration:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}button{padding-block:0;padding-inline:0}ul{list-style:none}.content-wrapper{padding-left:1rem;padding-right:1rem}@media screen and (min-width: 768px){.content-wrapper{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 1280px){.content-wrapper{padding-left:0;padding-right:0}.container{margin:0 auto;padding-left:2rem;padding-right:2rem;max-width:1280px;width:100%}}.footer{padding-top:4rem;padding-bottom:2rem;background:#091a3c}.footer__navigation{margin-top:2rem}.footer__navigation-link{display:block;margin-top:2rem;width:fit-content;font-size:1rem;line-height:1.7;font-weight:600;color:#fff}.footer__navigation-link:hover{color:#d1d0cd}.footer__form{margin-top:2rem}.footer__form-header{font-size:1rem;line-height:1.7;font-weight:600;color:#fff}.footer__form-inputs{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.footer__social{display:flex;gap:1.5rem;margin-top:2rem}.footer__social-link{display:block;width:fit-content;height:fit-content}.footer__social-link:first-child:hover{filter:invert(31%) sepia(16%) saturate(4563%) hue-rotate(178deg) brightness(97%) contrast(92%)}.footer__social-link:nth-child(2):hover{filter:invert(67%) sepia(65%) saturate(1312%) hue-rotate(339deg) brightness(94%) contrast(96%)}.footer__social-link>img{display:block;transition:filter .2s}.footer__divider{margin-top:4rem;width:100%;border-bottom:2px solid #fff}.footer__badge{display:flex;align-items:center;gap:10px;margin-top:2rem;padding:.375rem 1rem .375rem .375rem;width:fit-content;border:2px solid #fff;border-radius:1.875rem}.footer__badge-text{font-size:1rem;line-height:1.7;font-weight:600;color:#fff}.footer__copyright{margin-top:2rem;font-size:1rem;line-height:1.7;font-weight:400;color:#fff}.footer__subnavigation{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.footer__subnavigation-link{display:block;font-size:1rem;line-height:1.7;font-weight:600;color:#fff}@media screen and (min-width: 768px){.footer{padding-bottom:3rem}.footer__navigation-list{display:flex;gap:2rem}.footer__navigation-link{margin-top:0}.footer__form-inputs{flex-direction:row}.footer__social{margin-top:3rem}.footer__copyright{margin-top:1.5rem}.footer__subnavigation{margin-top:1.5rem}}@media screen and (min-width: 1280px){.footer-top{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto}.footer__navigation,.footer__form{margin-top:0}.footer__navigation{align-self:flex-end}.footer__form{grid-area:1/2/3/3;justify-self:flex-end}.footer-bottom{display:flex;align-items:center;gap:2rem;margin-top:2rem}.footer__badge,.footer__copyright,.footer__subnavigation{margin-top:0}.footer__subnavigation{margin-left:auto}}.header{padding-top:4.5rem}.header::before{background:rgba(0,0,0,.5);content:"";height:100vh;left:0;top:4.5rem;position:fixed;opacity:0;visibility:hidden;width:100%;transition:all .3s}.header.open::before{opacity:1;visibility:visible;pointer-events:none}.header__logo--desktop{display:none}.header__top{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:4.5rem;background:#fff;z-index:1}.header__top-button{padding:8px;margin-right:-4px}.header__top-menu{position:absolute;display:block;top:4.5rem;max-height:0;overflow:hidden;left:0;right:0;transition:max-height .3s}.header__top-menu.open{max-height:520px}.header__top-nav{padding-top:1.5rem;padding-bottom:1.5rem;background:#eaecf0}.header__top-list{display:flex;flex-direction:column;gap:.5rem}.header__top-link{display:block;padding:.75rem 0;font-size:1.25rem;line-height:1.6;font-weight:600;color:#091a3c;text-align:center;cursor:pointer}.header__top-link:hover{color:#f48757}.header__top-buttons{position:relative;display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem;padding-bottom:1.5rem;background:#fff}.header__background{margin-top:4rem}.header__badge{display:flex;align-items:center;gap:8px;width:fit-content;padding:.25rem .625rem .25rem .25rem;border-radius:16px;background:#d7dbe3}.header__badge-site{display:flex;align-items:center;gap:4px;padding:2px 8px 2px 6px;color:#fff;font-size:.75rem;line-height:1.7;font-weight:500;border-radius:16px;background:#091a3c}.header__badge-text{font-size:.75rem;line-height:1.7;font-weight:500;color:#475064}.header__content-header{margin-top:2rem}.header__content-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.header__image{margin-top:2.5rem}.header__image>img{display:block;margin:0 auto;box-shadow:0 8px 8px -4px rgba(16,24,40,.03),0 20px 24px -4px rgba(16,24,40,.08)}@media screen and (min-width: 768px){.header__top-buttons{align-items:center}.header__background{margin:0 -2rem;padding:4rem 2rem 8rem 2rem;background:#eaecf0}.header__badge{margin:0 auto}.header__content-header,.header__content-description{text-align:center}.header__content-header{font-size:4rem;line-height:1.3;letter-spacing:-0.02rem}.header__content-description{margin-left:auto;margin-right:auto;max-width:768px}.header__content-buttons{flex-direction:row-reverse;justify-content:center}.header__image{margin-top:-4rem}.header__image>img{width:100%}}@media screen and (min-width: 1280px){.header{padding-top:0;border-top:5rem solid #eaecf0}.header::before{content:none}.header__logo,.header__top-button{display:none}.header__logo--desktop{display:block}.header__background{margin:0}.header__top{position:initial;height:inherit;display:block}.header__top-container{position:relative}.header__top-menu{position:fixed;top:0;max-height:unset;background:#eaecf0;z-index:1}.header__top-nav,.header__top-link{padding:0}.header__top-list{height:5rem;flex-direction:row;gap:2rem;justify-content:center;align-items:center}.header__top-buttons{position:absolute;top:16px;right:0;padding:0;width:fit-content;background:rgba(0,0,0,0)}.header__top-buttons a:first-child{display:none}.header__top-buttons a:last-child{color:#091a3c}.header__top-buttons a:last-child:hover{color:#f48757}.header__image>img{max-width:960px}}.power{padding-top:4rem}.power__cards{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.power__card{padding:1.5rem;border:1px solid #f2f4f7;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3rem -0.75rem rgba(16,24,40,.1)}.power__card-header{margin-top:1.5rem;font-size:1.25rem;line-height:1.6;font-weight:600}.power__card-description{margin-top:.5rem;font-size:1rem;line-height:1.7;color:#667085;font-weight:400}.power__image{display:flex;justify-content:center;margin-top:3rem}.power__image>picture>img{display:block;margin:0 auto}@media screen and (min-width: 768px){.power__cards{gap:1.5rem;margin-top:4rem}.power__image{margin-top:4rem}}@media screen and (min-width: 1280px){.power-headers{margin:0}.power-slogan,.power-header,.power-description{text-align:left}.power__content{display:flex;gap:4rem;margin-top:4rem}.power__cards,.power__image{margin-top:0;flex-basis:50%}.power__image{margin-right:-112px}}.features{padding-top:4rem;padding-bottom:4rem;background:#091a3c}.features-slogan{color:#9287bd}.features-header{color:#fff}.features__cards{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}.features__card-header{padding:24px;font-size:1.5rem;line-height:1.5;font-weight:600;color:#fff;text-align:center}@media screen and (min-width: 768px){.features{padding-top:7.5rem;padding-bottom:7.5rem}.features__cards{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:3rem}}@media screen and (min-width: 1280px){.features__cards{gap:1rem}.features__card>img{max-width:292px;aspect-ratio:1;height:auto}}.aws{padding-top:6em;padding-bottom:6em;background:#eaecf0}.aws-slogan{color:#9287bd}.aws__image{display:block;margin:4rem auto 0 auto;width:100%;height:auto;max-width:343px}.aws__services-header{margin-top:4rem;font-size:1.5rem;line-height:1.5;font-weight:600;text-align:center}.aws__services-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;margin-top:1.5rem}.aws__services-item{display:flex;align-items:center;gap:10px}@media screen and (min-width: 768px){.aws__image{max-width:704px}}@media screen and (min-width: 1280px){.aws{padding-top:7.5rem;padding-bottom:7.5rem}.aws-slogan,.aws-header,.aws-description{text-align:left}.aws-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:4rem}.aws__image{grid-area:1/2/3/3;margin:0}.aws__services-header{text-align:left}.aws__services-items{justify-content:flex-start}}.integrations{padding-top:4rem;padding-bottom:4rem}.integrations__cards{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem 0;margin-top:3rem}.integrations__card{display:flex;flex-direction:column;align-items:center;flex-basis:33%;gap:.5rem;padding:1rem 1rem .5rem 1rem}.integrations__card-image{display:block;aspect-ratio:1;width:56px;height:auto}.integrations__card-title{font-size:.75rem;line-height:1.7;font-weight:500;color:#1d2939}@media screen and (min-width: 768px){.integrations{padding-top:7.5rem;padding-bottom:7.5rem}.integrations__cards{justify-content:center;margin-top:4rem}.integrations__card{flex-basis:25%;padding:1.25rem 2.25rem 1rem 2.25rem}.integrations__card-image{width:72px}.integrations__card-title{font-size:.875rem;line-height:1.7}}@media screen and (min-width: 1280px){.integrations__cards{gap:2rem 1rem;max-width:1200px}.integrations__card{flex-basis:unset;padding:1.25rem 2.125rem 1rem 2.125rem}}.highlights{padding-top:4rem;padding-bottom:4rem;background:#eaecf0}.highlights__cards{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.highlights__cards-all{display:revert-layer;opacity:0;visibility:hidden;margin-top:0;transition:opacity .5s ease,visibility .5s ease}.highlights__cards-all.visible{display:flex;opacity:1;visibility:visible}.highlights__card{padding:1.5rem;border-radius:1rem;border:1px solid rgba(0,0,0,.05)}.highlights__card-header{margin-top:1.25rem;font-size:1.25rem;line-height:1.6;font-weight:600}.highlights__card-description{margin-top:.5rem;font-size:1rem;line-height:1.7;font-weight:400;color:#667085}.highlights__card-description-link{color:#e46a34;text-decoration:underline}.highlights__card-description-link:hover{color:#ca470d}.highlights__button{margin:2.5rem auto 0 auto}@media screen and (min-width: 768px){.highlights{padding-top:7.5rem;padding-bottom:7.5rem}.highlights__cards{flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-top:4rem}.highlights__card{flex:1 1 calc(50% - 1.5rem);max-width:calc(50% - .75rem)}.highlights__button{display:none}}@media screen and (min-width: 1280px){.highlights__cards{gap:2rem;padding-left:2rem;padding-right:2rem}.highlights__card{flex:1 1 calc(33.333% - 1.5rem);max-width:calc(33.333% - .75rem)}}.testimonials{padding-top:7.5rem;padding-bottom:7.5rem;background:#fff}.testimonials__slogan{color:#80ad79}.testimonials__carousel{margin-top:4rem}.carousel__nav{margin-top:1.5rem;display:flex;align-items:center;gap:1.5rem}.carousel__nav-arrow{display:flex;align-items:center;justify-content:center;border:1px solid #eaecf0;border-radius:28px;min-width:56px;min-height:56px;outline:none;backdrop-filter:blur(8px);background:rgba(255,255,255,.9);transition:background .2s;cursor:pointer}.carousel__nav-arrow:hover{background:#eaecf0}.carousel__nav-arrow:active{background:#d1d0cd}.carousel__nav-buttons{display:flex;gap:.5rem}.carousel__nav-button{width:.5rem;height:.5rem;border-radius:.25rem;outline:none;border:none;background:#d0d5dd;transition:background .2s;cursor:pointer}.carousel__nav-button:hover{background:#8f8f8f}.carousel__nav-button:active{background:#475064}.carousel__nav-button.current-slide{background:#091a3c}.carousel__track{position:relative;height:100%;transition:transform .3s}.carousel__track-container{position:relative;overflow:hidden}.carousel__slide{position:absolute;top:0;bottom:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;transition:transform .1s;height:fit-content}.carousel__slide-testimonial{font-size:1rem;line-height:1.7;font-weight:500}.carousel__slide-author{display:flex;gap:1rem;align-items:center}.carousel__slide-author-name{font-size:.875rem;line-height:1.7;font-weight:500}.carousel__slide-author-position{font-size:.75rem;line-height:1.7;color:#667085;font-weight:400}@media screen and (min-width: 768px){.testimonials__carousel{margin-top:5rem}.carousel__nav{justify-content:center;gap:2rem;margin-top:4rem;padding:0 3.25rem}.carousel__nav-buttons{gap:.75rem}.carousel__nav-button{min-width:2.125rem}.carousel__slide{align-items:center}.carousel__slide-testimonial{padding:0 2.5rem;text-align:center}}@media screen and (min-width: 1280px){.testimonials__carousel{margin-top:2.5rem}.carousel-wrapper{display:flex;flex-direction:column-reverse;padding:0 2rem}.carousel__track-container{margin:0 auto;max-width:1280px}.carousel__slide{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:center}.carousel__slide--desktop{display:flex;flex-direction:column;align-items:center;gap:1.5rem}}.price{padding-top:7.5rem;padding-bottom:7.5rem;background:#091a3c}.price-slogan{color:#80ad79}.price-header{color:#fff}.price__wrapper{display:flex;flex-direction:column;margin-top:4rem;padding-left:0;padding-right:0;border-radius:2rem;border:1px solid #e0ded9;width:100%;background:#80ad79;overflow:hidden}.price__img{display:block;margin-bottom:1.5rem;width:100%;height:auto;object-fit:cover}.price__card{width:100%;border-radius:2rem;border:1px solid #e0ded9;background:#fff}.price__card+.price__card{margin-top:1rem}.price__card-header{padding:2rem 2rem 1.5rem 2rem}.price__card-header-wrapper{display:flex;align-items:center;gap:1rem}.price__card-header-text{font-size:1.5rem;line-height:1.5;font-weight:800}.price__card-header-badge{font-size:1rem;line-height:1.7;font-weight:800;color:#e46a34;text-transform:uppercase}.price__card-subheader{margin-top:.25rem;font-size:1rem;line-height:1.7;color:#667085}.price__card-price{display:flex;align-items:baseline;gap:.75rem;margin-top:1.5rem}.price__card-price-text{font-size:3rem;line-height:1.4;letter-spacing:-0.02rem;font-weight:500;color:#091a3c;text-transform:uppercase}.price__card-price-subtext{color:#667085}.price__card-divider{margin:0}.price__card-content{padding:2rem 1.5rem 1.5rem 1.5rem}.price__card-list-item{position:relative;margin-top:1rem;padding-left:2.25rem;font-size:1rem;line-height:1.7;font-weight:600}.price__card-list-item:first-child{margin-top:0}.price__card-list-item:before{content:"";position:absolute;left:0;top:1.5px;width:24px;height:24px;background-image:url("../../assets/images/price/check-icon-012ecd00b0.svg");background-size:contain;background-repeat:no-repeat}.price__card-list-item.disabled{color:#667085;font-weight:400}.price__card-list-item.disabled:before{background-image:url("../../assets/images/price/check-icon-disabled-57f9696e08.svg")}.price__card-button{display:block;margin-top:3.5rem;width:100%;text-align:center}.price__card-button-wrapper{margin:0 .5rem}.price__card-button.disabled{pointer-events:none;color:#d1d0cd;border:2px solid #e0ded9}@media screen and (min-width: 768px){.price__img{margin-bottom:2rem}.price__card-header-text{font-size:2rem;line-height:1.4}}@media screen and (min-width: 1280px){.price{padding-top:7.5rem;padding-bottom:7.5rem;background:#091a3c}.price-slogan{color:#80ad79}.price-header{color:#fff}.price__wrapper{display:flex;flex-direction:row;gap:1rem;margin-top:4rem;padding-left:0;padding-right:2rem;width:100%;max-width:1216px;border:none}.price__img{margin-top:1px;margin-bottom:0}.price__card{margin-top:2rem !important;margin-bottom:2rem;max-width:394px;width:100%}}.tibica{padding-top:6rem;background:#eaecf0}.tibica-slogan{color:#9287bd}.tibica-button{display:block;margin-top:2rem;width:100%}.tibica__image{margin-top:3rem;background-image:url("../../assets/images/tibica/background-1a6f1713a4.svg");background-position:center bottom;background-repeat:no-repeat}.tibica__image>picture>img{display:block;margin:0 auto}@media screen and (min-width: 768px){.tibica-content{display:flex;flex-direction:column;align-items:center}.tibica-description{padding:0 2rem}.tibica-button{width:fit-content}.tibica__image{margin-top:2.5rem;padding-top:5rem;background-image:url("../../assets/images/tibica/background-tablet-0c09ce5078.svg")}}@media screen and (min-width: 1280px){.tibica-content{padding-left:0;padding-right:0}.tibica__image{background-image:url("../../assets/images/tibica/background-desktop-976da11026.svg")}}.news{padding-top:6rem;padding-bottom:6rem;background:#f6f8fb}.news-wrapper{border:4px solid #eaecf0;border-radius:1.5rem;overflow:hidden}.news__image{display:flex;align-items:center;justify-content:center;background:#eaecf0;width:100%}.news__image>img{padding:2rem;width:100%;height:auto;max-width:300px}.news__content{padding:2.5rem 1.5rem}.news__content-header{font-size:1.5rem;line-height:1.5;font-weight:800}.news__content-description{margin-top:1rem}.news__form{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.news__form-note{font-size:.75rem;line-height:1.7;color:#667085;text-align:center}@media screen and (min-width: 768px){.news-wrapper{border-radius:2rem}.news__image{height:500px;aspect-ratio:unset}.news__image>img{width:100%;height:100%;max-width:unset}.news__content{padding:3.5rem 4rem}.news__content-header,.news__content-description{text-align:center}.news__content-header{font-size:2rem;line-height:1.4}.news__content-description{margin-top:1.25rem;font-size:1.25rem;line-height:1.6}.news__form{max-width:380px;margin:2.5rem auto 0 auto}}@media screen and (min-width: 1280px){.news-wrapper{display:flex;flex-direction:row-reverse}.news__image,.news__content{flex-basis:50%}.news__form{flex-direction:row;flex-wrap:wrap;margin:2.5rem 0 0 0;max-width:unset}.news__form>input{width:100%;max-width:325px}}.faq{padding-top:7.5rem;padding-bottom:7.5rem;background:#091a3c}.faq-header{margin-top:0;color:#fff;text-align:center}.faq-description{color:#e0ded9;text-align:center}.faq__items{margin-top:4rem}.faq__item{margin-top:1.5rem;cursor:pointer;padding-top:1.5rem;border-top:1px solid #000}.faq__item:hover .faq__item-header{color:#d1d0cd}.faq__item:first-child{margin-top:0;padding-top:0;border-top:none}.faq__item-title{display:flex;justify-content:space-between;gap:1.5rem}.faq__item-header{font-size:1.25rem;line-height:1.6;font-weight:600;color:#fff;transition:color .2s}.faq__item-icon{position:relative;margin-top:.25rem;width:1.5rem;height:1.5rem;border:2px solid #f48757;border-radius:50%;transition:transform .3s ease-out;cursor:pointer}.faq__item-icon-line{position:absolute;top:50%;left:50%;width:.75rem;height:.125rem;background-color:#f48757;transition:transform .3s ease;transform-origin:center}.faq__item-icon-line--horizontal{transform:translate(-50%, -50%)}.faq__item-icon-line--vertical{transform:translate(-50%, -50%) rotate(90deg)}.faq__item.active .faq__item-icon-line--vertical{transform:translate(-50%, -50%) rotate(0deg)}.faq__item-padding{width:100%;height:.5rem;max-height:0;background:rgba(0,0,0,0);transition:max-height .3s ease-out}.faq__item-description{padding-right:3rem;max-height:0;overflow:hidden;font-size:1rem;line-height:1.7;color:#c0c0be;font-weight:400;transition:max-height .3s ease-out}.faq__touch{display:flex;flex-direction:column;align-items:center;margin-top:4rem;padding:3rem 2rem;border-radius:2rem;background:#fcfcfd}.faq__touch-header{margin-top:2rem;font-size:1.5rem;line-height:1.5;font-weight:600;color:#091a3c}.faq__touch-description{margin-top:1rem;font-size:1.25rem;line-height:1.6;color:#667085;text-align:center}.faq__touch-button{margin-top:2rem}@media screen and (min-width: 1280px){.faq__items{margin-left:auto;margin-right:auto;max-width:800px}}.feedback{padding-top:6rem;padding-bottom:6rem;background:#eaecf0}.feedback-slogan{color:#9287bd}.feedback__items{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem}.feedback__item{display:flex;flex-direction:column;gap:.75rem}.feedback__item-description{font-size:1rem;line-height:1.7;font-weight:400;color:#475064}.feedback__form{margin-top:4rem;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;border:1rem solid #091a3c;border-radius:1.5rem;box-shadow:0 8px 8px -4px rgba(16,24,40,.03),0 20px 24px -4px rgba(16,24,40,.08)}.feedback__form-header{margin-top:1.5rem;font-size:1.5rem;line-height:1.5;font-weight:800}.feedback__form-subheader{margin-top:.75rem;font-size:1rem;line-height:1.7;font-weight:400;color:#667085}.feedback__form-inputs{margin-top:1.5rem;width:100%}.feedback__form-label{margin-top:1.25rem;display:block;font-size:1rem;line-height:1.7;font-weight:500}.feedback__form-label:first-child{margin-top:0}.feedback__form-input{width:100%;margin-top:.375rem}.feedback__form-button{margin-top:1.5rem;width:100%}.feedback__form-image{display:block;width:100%}@media screen and (min-width: 768px){.feedback-header{font-size:2.5rem}.feedback__items{margin:3rem 3.5rem 0 3.5rem;gap:2rem}.feedback__item{flex-direction:row}.feedback__form{margin:4rem auto 0 auto;padding:2rem;max-width:650px;border:2.5rem solid #091a3c;border-radius:3rem}.feedback__form-header{font-size:2rem;line-height:1.4}.feedback__form-button{margin-top:2rem}}@media screen and (min-width: 1280px){.feedback-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2rem}.feedback-content,.feedback__form{flex-basis:50%;margin-top:0}.feedback-slogan,.feedback-header,.feedback-description{text-align:left}.feedback__items{margin:3rem 0 0 0}}.privacy{padding-top:64px;max-width:784px;width:100%;margin:0 auto}.privacy__header{text-align:center}.privacy .privacy__date{font-weight:600;font-size:16px;line-height:1.7;color:#f48757;margin:0}.privacy__body{padding-top:36px;padding-bottom:96px}.privacy .h1{font-weight:800;font-size:48px;line-height:1.5;letter-spacing:-0.02em;color:#091a3c;margin-bottom:24px}.privacy__subheader{font-weight:600;font-size:30px;line-height:38px;color:#091a3c;margin:40px 0 20px}.privacy .h3{font-weight:600;font-size:24px;line-height:32px;color:#101828;margin:40px 0 20px}.privacy__list{list-style-type:disc;margin-left:32px;margin-bottom:20px}.privacy a{color:#f48757;text-decoration:none;font-size:18px}.privacy ol{margin-left:20px}.privacy ol,.privacy p{font-weight:400;font-size:18px;line-height:28px;color:#667085}.privacy ul,.privacy p{font-weight:400;font-size:18px;line-height:28px;color:#667085}.privacy p{margin-bottom:20px}@media(max-width: 960px){.privacy{padding-top:24px}.privacy__body{padding-top:24px;padding-bottom:64px}.privacy .h1{font-weight:600;font-size:40px;line-height:1.4}.privacy .subheader{font-size:24px;line-height:32px}.privacy .h3{font-size:20px;line-height:30px}.privacy ol,.privacy p{font-size:16px;line-height:24px}.privacy ul,.privacy p{font-size:16px;line-height:24px}}*{box-sizing:border-box}body,html{font-family:"Inter",sans-serif}html{scroll-behavior:smooth}body{background:#f9fafb;margin:0 auto;font-size:16px;color:#091a3c}@media screen and (min-width: 1280px){body{overflow-x:hidden}}