@charset "UTF-8";.page-header{z-index:999;position:fixed;left:0;right:0;top:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#ffffff47;display:flex;flex-flow:column;justify-content:center}@media screen and (min-width: 0px){.page-header{height:3.5rem}}@media screen and (min-width: 768px){.page-header{height:5rem}}@media screen and (min-width: 1024px){.page-header{height:6rem}}@media screen and (min-width: 1240px){.page-header{height:6rem}}.page-header__row{height:100%}.page-header__slogan{font-family:Nunito,sans-serif;font-size:20px;font-weight:700;line-height:1.3;position:relative}.page-header__slogan:before{background:url(/assets/slash-green.172c5152.svg);background-size:contain;content:"";display:block;left:-25px;position:absolute;top:-3px;height:25px;width:23px}@media screen and (min-width: 0px){.logo_s_m{width:7.8rem}}@media screen and (min-width: 768px){.logo_s_m{width:9.75rem}}@media screen and (min-width: 1024px){.logo_s_m{width:9.75rem}}@media screen and (min-width: 1240px){.logo_s_m{width:9.75rem}}@media screen and (min-width: 0px){.logo_s_m{height:2rem}}@media screen and (min-width: 768px){.logo_s_m{height:2.5rem}}@media screen and (min-width: 1024px){.logo_s_m{height:2.5rem}}@media screen and (min-width: 1240px){.logo_s_m{height:2.5rem}}.menu{position:relative}.menu__list{padding-left:0}.menu__item{list-style-type:none}.menu__link{padding:.625rem 1rem;text-decoration:none;color:#475467}.menu__link:hover{color:#101828}.menu__link:focus{box-shadow:0 0 0 2px #2e90fa;border-radius:8px}@media screen and (max-width: 1025px){.menu{display:none}}.row{display:flex;flex-direction:row}.row_wrap{flex-wrap:wrap}.row_nowrap{flex-wrap:nowrap}.row_space-between{justify-content:space-between}.row_flex-start{justify-content:flex-start}.row_center{justify-content:center}@media screen and (min-width: 0px){.row_m_logo{margin-left:1rem;margin-right:1rem}}@media screen and (min-width: 768px){.row_m_logo{margin-left:1.5rem;margin-right:1.5rem}}@media screen and (min-width: 1024px){.row_m_logo{margin-left:2rem;margin-right:2rem}}@media screen and (min-width: 1240px){.row_m_logo{margin-left:2rem;margin-right:2rem}}.row_align_center{align-items:center}.row__story{width:100%;align-items:flex-start;justify-content:center}.column{display:flex;flex-direction:column}.column_align_center{align-items:center}.column_position_center{align-items:center;justify-content:center}.column_type_check-list{max-width:15rem}@media screen and (min-width: 0px){.column_margin-bottom_mobile{margin-bottom:2.5rem}}@media screen and (min-width: 768px){.column_margin-bottom_mobile{margin-bottom:0}}.btn{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.2s background-color;-webkit-transition:.2s background-color;-moz-transition:.2s background-color;border-radius:.5rem;-webkit-border-radius:8px;cursor:pointer;border:none}.btn_s_s{height:2.25rem;padding-left:1rem;padding-right:1rem;border-radius:.25rem;-webkit-border-radius:4px}.btn_s_adaptive-m{letter-spacing:.01em;padding-left:1rem;padding-right:1rem}@media screen and (min-width: 0px){.btn_s_adaptive-m{height:2.25rem}}@media screen and (min-width: 768px){.btn_s_adaptive-m{height:3rem}}@media screen and (min-width: 1024px){.btn_s_adaptive-m{height:3rem}}@media screen and (min-width: 1240px){.btn_s_adaptive-m{height:3rem}}@media screen and (max-width: 768px){.btn_s_adaptive-m{padding-left:.875rem;padding-right:.875rem;border-radius:.25rem;-webkit-border-radius:4px}}.btn_s_m{height:48px;padding-left:1.5rem;padding-right:1.5rem;border-radius:8px}.btn_s_l{height:3.75rem;padding-left:1.5rem;padding-right:1.5rem;border-radius:.75rem}.btn_variant_primary{background-color:#1570ef;color:#fff}.btn_variant_primary:hover{background-color:#175cd3}.btn_variant_primary:focus{background-color:#1570ef;box-shadow:0 0 0 2px #2e90fa;border:none}.btn_variant_primary:active{background-color:#1849a9;border:none}.btn_variant_primary:disabled{background-color:#98a2b3;cursor:auto}.btn_variant_light{background-color:#d1e9ff;color:#175cd3}.btn_variant_light:hover{background-color:#b2ddff;color:#1849a9}.btn_variant_light:focus{box-shadow:0 0 0 2px #2e90fa;color:#175cd3;border:none}.btn_variant_light:active{background-color:#84caff;color:#194185;border:none}.btn_variant_light:disabled{background-color:#eaecf0;color:#98a2b3;cursor:auto}.btn_variant_outlined{background-color:transparent;border:1px solid #84caff;color:#175cd3}.btn_variant_outlined:hover{border:1px solid #53b1fd;color:#1849a9}.btn_variant_outlined:focus{color:#175cd3;box-shadow:0 0 0 2px #2e90fa;border:1px solid rgba(0,0,0,0)}.btn_variant_outlined:active{border:1px solid #2e90fa;color:#194185;border:1px solid rgba(0,0,0,0)}.btn_variant_outlined:disabled{color:#98a2b3;border:1px solid #d0d5dd;cursor:auto}.btn_variant_text{padding-left:2px;padding-right:2px;background-color:#0000;color:#175cd3}.btn_variant_text:hover{color:#1849a9}.btn_variant_text:focus{box-shadow:0 0 0 2px #2e90fa}.btn_variant_text:active{color:#194185}.btn_variant_text:disabled{color:#98a2b3;cursor:auto}.btn_remove-padding{padding-left:0;padding-right:0}.btn_loading{background:#98a2b3}.btn_loading>svg{display:none}.btn_loading:disabled{border:none;outline:none}.btn__loading-circle{border:2px solid #98a2b3;border-top:2px solid white;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon_position_left{margin-right:.5rem}.icon_position_right{margin-left:.5rem}.icon_s_adaptive-m{width:1.25rem;height:1.25rem}@media screen and (min-width: 768px){.icon_s_adaptive-m{width:1.5rem;height:1.5rem}}@media screen and (min-width: 0px){.icon__check{width:20px;height:20px}}@media screen and (min-width: 1024px){.icon__check{width:24px;height:24px}}.icon_s_l{width:1.75rem;height:1.75rem}@font-face{font-family:Nunito;src:url(/assets/Nunito.a51464df.ttf) format("truetype");-webkit-font-smoothing:antialiased}.text{font-family:Nunito;font-style:normal;font-variation-settings:"slnt" 0}@media screen and (min-width: 0px){.text_s_adaptive-xs-2{font-size:.75rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-2{font-size:.875rem}}@media screen and (min-width: 0px){.text_s_adaptive-xs-2{line-height:1rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-2{line-height:1.25rem}}@media screen and (min-width: 0px){.text_s_adaptive-xs-2{letter-spacing:.02em}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-2{letter-spacing:.01em}}@media screen and (min-width: 0px){.text_s_adaptive-xs-4{font-size:1rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-4{font-size:1.125rem}}@media screen and (min-width: 0px){.text_s_adaptive-xs-4{line-height:1.5rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-4{line-height:1.75rem}}@media screen and (min-width: 0px){.text_s_adaptive-xs-4{font-weight:400}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-4{font-weight:400}}@media screen and (min-width: 0px){.text_s_adaptive-xs-3{font-size:.875rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-3{font-size:1rem}}@media screen and (min-width: 0px){.text_s_adaptive-xs-3{line-height:1.25rem}}@media screen and (min-width: 1024px){.text_s_adaptive-xs-3{line-height:1.5rem}}@media screen and (min-width: 0px){.text_s_adaptive-sm-1{font-size:1rem}}@media screen and (min-width: 768px){.text_s_adaptive-sm-1{font-size:1.125rem}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-1{font-size:1.25rem}}@media screen and (min-width: 0px){.text_s_adaptive-sm-1{font-weight:600}}@media screen and (min-width: 768px){.text_s_adaptive-sm-1{font-weight:600}}@media screen and (min-width: 1024px){.text_s_adaptive-sm-1{font-weight:600}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-1{font-weight:650}}@media screen and (min-width: 0px){.text_s_adaptive-sm-1{line-height:1.5rem}}@media screen and (min-width: 768px){.text_s_adaptive-sm-1{line-height:1.75rem}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-1{line-height:1.75rem}}@media screen and (min-width: 0px){.text_s_adaptive-sm-4{font-size:1rem}}@media screen and (min-width: 768px){.text_s_adaptive-sm-4{font-size:1.375rem}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-4{font-size:1.625rem}}@media screen and (min-width: 0px){.text_s_adaptive-sm-4{font-weight:600}}@media screen and (min-width: 768px){.text_s_adaptive-sm-4{font-weight:650}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-4{font-weight:500}}@media screen and (min-width: 0px){.text_s_adaptive-sm-4{line-height:1.5rem}}@media screen and (min-width: 768px){.text_s_adaptive-sm-4{line-height:2rem}}@media screen and (min-width: 1240px){.text_s_adaptive-sm-4{line-height:2.25rem}}@media screen and (min-width: 0px){.text_s_adaptive-md-1{font-size:1.375rem}}@media screen and (min-width: 768px){.text_s_adaptive-md-1{font-size:1.625rem}}@media screen and (min-width: 1240px){.text_s_adaptive-md-1{font-size:2rem}}@media screen and (min-width: 0px){.text_s_adaptive-md-1{font-weight:650}}@media screen and (min-width: 768px){.text_s_adaptive-md-1{font-weight:650}}@media screen and (min-width: 1024px){.text_s_adaptive-md-1{font-weight:500}}@media screen and (min-width: 1240px){.text_s_adaptive-md-1{font-weight:500}}@media screen and (min-width: 0px){.text_s_adaptive-md-1{line-height:2rem}}@media screen and (min-width: 768px){.text_s_adaptive-md-1{line-height:2.25rem}}@media screen and (min-width: 1240px){.text_s_adaptive-md-1{line-height:2.5rem}}@media screen and (min-width: 0px){.text_s_adaptive-md-3{font-size:1.625rem}}@media screen and (min-width: 768px){.text_s_adaptive-md-3{font-size:2rem}}@media screen and (min-width: 1024px){.text_s_adaptive-md-3{font-size:2.25rem}}@media screen and (min-width: 1240px){.text_s_adaptive-md-3{font-size:2.5rem}}@media screen and (min-width: 0px){.text_s_adaptive-md-3{font-weight:650}}@media screen and (min-width: 768px){.text_s_adaptive-md-3{font-weight:500}}@media screen and (min-width: 0px){.text_s_adaptive-md-3{line-height:2.25rem}}@media screen and (min-width: 768px){.text_s_adaptive-md-3{line-height:2.5rem}}@media screen and (min-width: 1024px){.text_s_adaptive-md-3{line-height:2.25rem}}@media screen and (min-width: 1240px){.text_s_adaptive-md-3{line-height:3rem}}@media screen and (min-width: 0px){.text_s_adaptive-lg-1{font-size:2rem}}@media screen and (min-width: 768px){.text_s_adaptive-lg-1{font-size:2.5rem}}@media screen and (min-width: 1024px){.text_s_adaptive-lg-1{font-size:3rem}}@media screen and (min-width: 1240px){.text_s_adaptive-lg-1{font-size:3.5rem}}@media screen and (min-width: 0px){.text_s_adaptive-lg-1{font-weight:700}}@media screen and (min-width: 768px){.text_s_adaptive-lg-1{font-weight:700}}@media screen and (min-width: 1024px){.text_s_adaptive-lg-1{font-weight:700}}@media screen and (min-width: 1240px){.text_s_adaptive-lg-1{font-weight:750}}.text_s_xs-1{font-size:.75rem;line-height:1rem}.text_s_xs-2{font-size:.875rem;line-height:1.25rem}.text_s_xs-3{font-size:1rem;line-height:1.5rem}.text_s_xs-4{font-size:1.125rem;line-height:1.75rem}.text_s_sm-1{font-size:1.25rem;line-height:1.75rem}.text_s_sm-2{font-size:1.375rem;line-height:2rem}.text_s_sm-3{font-size:1.5rem;line-height:2.25rem}.text_s_sm-4{font-size:1.625rem;line-height:2.25rem}.text_s_md-1{font-size:2rem;line-height:2.5rem}.text_s_md-2{font-size:2.25rem;line-height:3rem}.text_s_md-3{font-size:2.5rem;line-height:3rem}.text_s_md-4{font-size:3rem;line-height:3.5rem}.text_s_lg-1{font-size:3.5rem;line-height:4rem}.text_s_lg-2{font-size:4rem;line-height:4.5rem}.text_s_lg-3{font-size:4.75rem;line-height:5rem}.text_s_lg-4{font-size:7.75rem;line-height:6rem}.text_weight_xs-regular{font-weight:400}.text_weight_xs-medium{font-weight:475}.text_weight_xs-bold{font-weight:600}.text_weight_sm-regular{font-weight:375}.text_weight_sm-medium{font-weight:500}.text_weight_sm-bold{font-weight:650}.text_weight_md-regular{font-weight:350}.text_weight_md-medium{font-weight:500}.text_weight_md-bold{font-weight:700}.text_weight_lg-regular{font-weight:325}.text_weight_lg-medium{font-weight:525}.text_weight_lg-bold{font-weight:750}.section{width:100%;max-width:80rem}@media screen and (min-width: 0px){.section{padding-left:1.25rem;padding-right:1.25rem}}@media screen and (min-width: 768px){.section{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width: 1024px){.section{padding-left:2rem;padding-right:2rem}}@media screen and (min-width: 1240px){.section{padding-left:3.75rem;padding-right:3.75rem}}@media screen and (min-width: 0px){.section_margin-top_xxl{margin-top:5.5rem}}@media screen and (min-width: 768px){.section_margin-top_xxl{margin-top:7rem}}@media screen and (min-width: 1024px){.section_margin-top_xxl{margin-top:8rem}}@media screen and (min-width: 1240px){.section_margin-top_xxl{margin-top:10rem}}@media screen and (min-width: 0px){.section_margin-bottom_xxl{margin-bottom:5.5rem}}@media screen and (min-width: 768px){.section_margin-bottom_xxl{margin-bottom:7rem}}@media screen and (min-width: 1024px){.section_margin-bottom_xxl{margin-bottom:8rem}}@media screen and (min-width: 1240px){.section_margin-bottom_xxl{margin-bottom:10rem}}@media screen and (min-width: 0px){.section_margin_bottom_xl{margin-bottom:3rem}}@media screen and (min-width: 768px){.section_margin_bottom_xl{margin-bottom:3.5rem}}@media screen and (min-width: 1024px){.section_margin_bottom_xl{margin-bottom:4rem}}@media screen and (min-width: 1240px){.section_margin_bottom_xl{margin-bottom:5rem}}@media screen and (min-width: 0px){.section_padding-bottom_xl{padding-bottom:3rem}}@media screen and (min-width: 768px){.section_padding-bottom_xl{padding-bottom:3.5rem}}@media screen and (min-width: 1024px){.section_padding-bottom_xl{padding-bottom:4rem}}@media screen and (min-width: 1240px){.section_padding-bottom_xl{padding-bottom:5rem}}@media screen and (min-width: 0px){.section_padding-bottom_l{padding-bottom:1.5rem}}@media screen and (min-width: 768px){.section_padding-bottom_l{padding-bottom:1.75rem}}@media screen and (min-width: 1024px){.section_padding-bottom_l{padding-bottom:2rem}}@media screen and (min-width: 1240px){.section_padding-bottom_l{padding-bottom:2.5rem}}@media screen and (min-width: 0px){.section_padding-bottom_xxl{padding-bottom:5.5rem}}@media screen and (min-width: 768px){.section_padding-bottom_xxl{padding-bottom:7rem}}@media screen and (min-width: 1024px){.section_padding-bottom_xxl{padding-bottom:8rem}}@media screen and (min-width: 1240px){.section_padding-bottom_xxl{padding-bottom:10rem}}.title{position:relative;max-width:50rem;letter-spacing:-.5%}.title__gradient{top:0;z-index:0;position:absolute;visibility:hidden;background:radial-gradient(50% 100% at 50% 0%,rgba(46,144,250,.24) 0%,rgba(46,144,250,0) 100%);animation:scanner 10s forwards;animation-iteration-count:infinite;animation-delay:2s}@keyframes scanner{0%{visibility:visible;left:-480px}to{left:100%;visibility:hidden}}@media screen and (min-width: 0px){.title__gradient{height:400px}}@media screen and (min-width: 1024px){.title__gradient{height:660px}}@media screen and (min-width: 1240px){.title__gradient{height:800px}}@media screen and (min-width: 0px){.title__gradient{width:200px}}@media screen and (min-width: 768px){.title__gradient{width:320px}}@media screen and (min-width: 1024px){.title__gradient{width:400px}}@media screen and (min-width: 1240px){.title__gradient{width:480px}}@media screen and (min-width: 0px){.title__text-block{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.title__text-block{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.title__text-block{margin-bottom:2rem}}@media screen and (min-width: 1240px){.title__text-block{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.title__text-block{line-height:2.5rem}}@media screen and (min-width: 768px){.title__text-block{line-height:3rem}}@media screen and (min-width: 1024px){.title__text-block{line-height:3.5rem}}@media screen and (min-width: 1240px){.title__text-block{line-height:4rem}}.title__text{margin:0;text-align:center}.title__text-space{text-align:center;display:inline-block}@media screen and (min-width: 0px){.title__text-space{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.title__text-space{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.title__text-space{margin-bottom:2rem}}@media screen and (min-width: 1240px){.title__text-space{margin-bottom:2.5rem}}.title__text-typing:after{color:#1570ef;content:"|";display:inline;-webkit-animation:blink .7s infinite;-moz-animation:blink .7s infinite;animation:blink .7s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.title .typed-cursor{opacity:0;display:none}@media screen and (min-width: 0px){.title__button{margin-bottom:.375rem}}@media screen and (min-width: 768px){.title__button{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.title__button{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.title__button{margin-bottom:.75rem}}.title__bottom-text{display:inline-flex;margin:0}@media screen and (min-width: 0px){.title__bottom-text{line-height:1.25rem}}@media screen and (min-width: 1024px){.title__bottom-text{line-height:1.5rem}}.title__icons{z-index:0;position:absolute;width:100%;top:0;left:0;right:0;background-repeat:no-repeat;background-position:center center;background-size:cover}@media screen and (min-width: 0px){.title__icons{height:233px}}@media screen and (min-width: 768px){.title__icons{height:496px}}@media screen and (min-width: 1024px){.title__icons{height:661px}}@media screen and (min-width: 1240px){.title__icons{height:800px}}@media screen and (min-width: 0px){.title__icons{background-image:url(/animation-area-mobile.svg)}}@media screen and (min-width: 768px){.title__icons{background-image:url(/animation-area-laptop.svg)}}@media screen and (min-width: 1024px){.title__icons{background-image:url(/animation-area-laptop.svg)}}@media screen and (min-width: 1240px){.title__icons{background-image:url(/animation-area-desktop.svg)}}.grid{z-index:1;position:relative;display:grid}.grid_layout_info-cards{gap:.5rem;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,auto);grid-auto-rows:auto;grid-auto-columns:auto}@media screen and (min-width: 768px){.grid_layout_info-cards{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto)}}@media screen and (min-width: 1024px){.grid_layout_info-cards{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}}.grid_layout_check-list{max-width:50rem;grid-template-columns:repeat(3,1fr);align-items:flex-start;justify-content:center;margin:auto}@media screen and (min-width: 0px){.grid_layout_check-list{grid-template-rows:repeat(3,auto);grid-template-columns:none;gap:0}}@media screen and (min-width: 768px){.grid_layout_check-list{padding-left:3rem;padding-right:3rem;word-wrap:break-word;grid-template-rows:none;grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media screen and (min-width: 1024px){.grid_layout_check-list{padding-left:0rem;padding-right:0rem;gap:2.5rem}}.card{border-radius:.75rem}.card_have-gradient{position:relative}.card_mask_gradient{overflow:hidden}.card__gradient-1{position:absolute;width:25rem;height:25rem;top:-12.5rem;left:0;background:radial-gradient(50% 50% at 50% 50%,rgba(46,144,250,.2) 0%,rgba(46,144,250,0) 100%)}.card__gradent-2{position:absolute;width:25rem;height:25rem;right:0px;top:calc(50% - 12.5rem);background:radial-gradient(50% 50% at 50% 50%,#ffffff 0%,rgba(255,255,255,0) 100%)}.card__title-short{color:#475467}@media screen and (min-width: 0px){.card__title-short{margin-bottom:.375rem}}@media screen and (min-width: 768px){.card__title-short{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.card__title-short{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.card__title-short{margin-bottom:.75rem}}@media screen and (min-width: 0px){.card__check{width:1.25rem;height:1.25rem}}@media screen and (min-width: 1024px){.card__check{width:1.5rem;height:1.5rem}}.card_type_info{padding:.75rem;display:flex;flex-direction:row;background:#ffffff}.card_type_check-list{width:100%;padding-top:3rem;padding-bottom:3rem;background:#f5faff}.card_type_stepper{padding:1.25rem;border:1px solid #84caff;height:100%}.card_type_report{background-color:#f2f4f7}@media screen and (min-width: 768px){.card_type_report{min-height:unset}}.card_type_test-drive{width:100%;background:#ffffff;padding:24px 48px 48px}.card_type_story{width:100%;background:#eff8ff;display:flex;flex-direction:row;padding:24px 16px}.card_type_source{width:160px;height:156px;background-color:#f9fafb}.card_type_inform{background:#101828;isolation:isolate}.card_type_faq{background:#f2f4f7;padding:20px}.card_type_ceo{position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#eff8ff}@media screen and (min-width: 0px){.card_type_ceo{background-image:url(/gradients-ceo-mobile.svg)}}@media screen and (min-width: 768px){.card_type_ceo{background-image:url(/gradients-ceo.svg)}}.card_align_center{align-items:center;justify-content:center}.card__icon{height:3.75rem;width:3.75rem;margin-right:.75rem}.card__content{padding:1rem .5rem}.card__title{margin-bottom:.5rem}.card__description{color:#475467}.card_elevation_bottom-3{box-shadow:0 -16px 24px -2px #3440540f,0 -8px 12px -2px #34405414,0 -4px 6px -2px #3440541a}.container{position:relative;background:white;display:flex;flex-direction:column;align-items:center}.list__row{display:flex;flex-direction:row;border-bottom:1px dotted #98a2b3}@media screen and (min-width: 0px){.list__row{margin-bottom:.375rem}}@media screen and (min-width: 768px){.list__row{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.list__row{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.list__row{margin-bottom:.75rem}}@media screen and (min-width: 0px){.list__row{padding-bottom:.375rem}}@media screen and (min-width: 768px){.list__row{padding-bottom:.5rem}}@media screen and (min-width: 1024px){.list__row{padding-bottom:.5rem}}@media screen and (min-width: 1240px){.list__row{padding-bottom:.75rem}}.list__row:last-child{border:none;margin-bottom:0;padding-bottom:0}.list__check{margin-right:.75rem}.list__text{color:#101828}.list__separator{position:relative;width:100%;height:0;border-top:1px dotted #98a2b3;border-left:0;border-right:0;border-bottom:0}@media screen and (min-width: 0px){.list__separator{margin-top:calc(.375rem - .5px);margin-bottom:calc(.375rem - .5px)}}@media screen and (min-width: 768px){.list__separator{margin-top:calc(.5rem - .5px);margin-bottom:calc(.5rem - .5px)}}@media screen and (min-width: 1024px){.list__separator{margin-top:calc(.5rem - .5px);margin-bottom:calc(.5rem - .5px)}}@media screen and (min-width: 1240px){.list__separator{margin-top:calc(.75rem - .5px);margin-bottom:calc(.75rem - .5px)}}@media screen and (min-width: 0px){.list__separator_type_phone{display:inline}}@media screen and (min-width: 768px){.list__separator_type_phone{display:none}}.stepper__preface{color:#667085}@media screen and (min-width: 0px){.stepper__preface{margin-bottom:.375rem}}@media screen and (min-width: 768px){.stepper__preface{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.stepper__preface{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.stepper__preface{margin-bottom:.75rem}}.stepper__title{color:#101828}@media screen and (min-width: 0px){.stepper__title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.stepper__title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.stepper__title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.stepper__title{margin-bottom:2.5rem}}.stepper__cards{width:100%;height:auto;display:grid;align-items:center;justify-content:center;gap:0}@media screen and (min-width: 0px){.stepper__cards{grid-template-rows:1fr 1.25rem 1fr 1.25rem 1fr;grid-template-columns:1fr}}@media screen and (min-width: 768px){.stepper__cards{grid-template-rows:none;grid-template-columns:1fr 1.25rem 1fr 1.25rem 1fr}}@media screen and (min-width: 1024px){.stepper__cards{grid-template-rows:repeat(1,1fr);grid-auto-rows:1fr;grid-template-columns:1fr 3.75rem 1fr 3.75rem 1fr}}@media screen and (min-width: 0px){.stepper__space{border-left:1px solid #84caff;height:1.25rem;width:1px;justify-self:center}}@media screen and (min-width: 768px){.stepper__space{border-left:none;border-top:1px solid #84caff;width:100%;height:1px}}.stepper__container{display:flex;flex-direction:row}.stepper__number{margin-right:1.25rem;color:#175cd3;flex-shrink:0}@media screen and (min-width: 0px){.stepper__number{width:1.25rem}}@media screen and (min-width: 1024px){.stepper__number{width:3rem}}@media screen and (min-width: 0px){.stepper__number{height:1.25rem}}@media screen and (min-width: 1024px){.stepper__number{height:3rem}}@media screen and (min-width: 0px){.stepper__number{stroke-width:5}}@media screen and (min-width: 1024px){.stepper__number{stroke-width:2}}.stepper__text{font-weight:400;padding-bottom:.75rem}.report__image{position:absolute}@media screen and (min-width: 0px){.report__image{width:280px}}@media screen and (min-width: 768px){.report__image{width:360px}}@media screen and (min-width: 1024px){.report__image{width:440px}}@media screen and (min-width: 0px){.report__image{height:280px}}@media screen and (min-width: 768px){.report__image{height:360px}}@media screen and (min-width: 1024px){.report__image{height:440px}}@media screen and (min-width: 768px){.report__image{top:calc(50% - 180px)}}@media screen and (min-width: 1024px){.report__image{top:calc(50% - 220px)}}@media screen and (min-width: 0px){.report__image{right:0}}@media screen and (min-width: 768px){.report__image{right:-48px}}@media screen and (min-width: 1024px){.report__image{right:-48px}}@media screen and (min-width: 1240px){.report__image{right:48px}}@media screen and (max-width: 767px){.report__image{position:relative;top:unset;left:calc(50% - 140px);bottom:0px}}@media screen and (min-width: 768px){.report__image{left:unset;bottom:unset}}.report__wrapper{max-width:800px;padding-top:48px;padding-bottom:48px;margin:auto}@media screen and (min-width: 0px){.report__wrapper{padding-left:1rem;padding-right:1rem}}@media screen and (min-width: 768px){.report__wrapper{padding-left:3rem;padding-right:3rem}}@media screen and (min-width: 1024px){.report__wrapper{padding-left:0;padding-right:0}}@media screen and (min-width: 768px){.report__content{max-width:400px}}@media screen and (min-width: 1024px){.report__content{max-width:480px}}.report__preface{color:#667085}@media screen and (min-width: 0px){.report__preface{margin-bottom:.375rem}}@media screen and (min-width: 768px){.report__preface{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.report__preface{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.report__preface{margin-bottom:.75rem}}.report__title{color:#101828}@media screen and (min-width: 0px){.report__title{margin-bottom:.75rem}}@media screen and (min-width: 768px){.report__title{margin-bottom:1rem}}@media screen and (min-width: 1024px){.report__title{margin-bottom:1rem}}@media screen and (min-width: 1240px){.report__title{margin-bottom:1.25rem}}.report__description{color:#101828}@media screen and (min-width: 0px){.report__description{margin-bottom:.75rem}}@media screen and (min-width: 768px){.report__description{margin-bottom:1rem}}@media screen and (min-width: 1024px){.report__description{margin-bottom:1rem}}@media screen and (min-width: 1240px){.report__description{margin-bottom:1.25rem}}@media screen and (min-width: 0px){.report__button{width:100%}}@media screen and (min-width: 768px){.report__button{width:auto}}.test-drive{z-index:0;max-width:840px;position:relative;display:flex;flex-direction:column;align-items:center;isolation:isolate;padding-left:20px;padding-right:20px}@media screen and (min-width: 0px){.test-drive{padding-bottom:5.5rem}}@media screen and (min-width: 768px){.test-drive{padding-bottom:7rem}}@media screen and (min-width: 1024px){.test-drive{padding-bottom:8rem}}@media screen and (min-width: 1240px){.test-drive{padding-bottom:10rem}}@media screen and (min-width: 0px){.test-drive__card{padding:24px 16px}}@media screen and (min-width: 768px){.test-drive__card{padding-left:40px;padding-right:40px}}.test-drive__gradient-1{position:absolute;width:800px;height:800px;left:-600px;top:-200px;background:radial-gradient(50% 50% at 50% 50%,rgba(46,144,250,.2) 0%,rgba(46,144,250,0) 100%)}.test-drive__gradient-2{position:absolute;width:480px;height:480px;bottom:0;right:-280px;background:radial-gradient(50% 50% at 50% 50%,rgba(46,144,250,.28) 0%,rgba(46,144,250,0) 100%)}.test-drive__start-icon{position:absolute}@media screen and (min-width: 0px){.test-drive__start-icon{left:46.5%;top:-45px}}@media screen and (min-width: 768px){.test-drive__start-icon{left:18%;top:-22.81px}}.test-drive__header{text-align:center}@media screen and (min-width: 0px){.test-drive__header{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.test-drive__header{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.test-drive__header{margin-bottom:2rem}}@media screen and (min-width: 1240px){.test-drive__header{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.test-drive__title{margin-bottom:.375rem}}@media screen and (min-width: 768px){.test-drive__title{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.test-drive__title{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.test-drive__title{margin-bottom:.75rem}}.test-drive__prologue{color:#667085}@media screen and (min-width: 0px){.test-drive__grid{grid-template-rows:1fr;gap:0}}@media screen and (min-width: 768px){.test-drive__grid{grid-template-rows:none;grid-template-columns:1fr 1fr;gap:40px}}.test-drive__field-name{margin-bottom:4px}.test-drive__field-section{position:relative;margin-bottom:12px}.test-drive__confirm-text{padding:8px;font-size:12px;color:#667085}.test-drive__submit{margin-top:auto;margin-bottom:12px;height:48px}.test-drive__error-tooltip{z-index:1;visibility:hidden;opacity:0;transition:opacity .3s;position:absolute;height:24px;top:95%;left:50%;transform:translate(-50%);background:#344054;border-radius:6px;color:#d0d5dd;white-space:nowrap;padding:4px 6px}.test-drive__error-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #344054 transparent}.test-drive__privacy{display:flex;flex-direction:row;align-items:flex-start;position:relative;gap:0}.test-drive__checkbox-area{position:relative}.input-field{position:relative;width:100%;font-family:Nunito;font-style:normal;font-variation-settings:"slnt" 0;font-size:1rem;line-height:1.5rem;border:1px solid #d0d5dd;border-radius:8px;-webkit-border-radius:8px;padding:11px 14px;transition:.2s background-color;-webkit-transition:.2s background-color;-moz-transition:.2s background-color}.input-field::placeholder{color:#475467}.input-field:hover{border:1px solid #98A2B3}.input-field:focus{border:1px solid #2e90fa}.input-field:disabled{background:#f2f4f7;color:#d0d5dd}.input-field_error{border:1px solid #f97066}.input-field__checkbox{width:24px;height:24px;margin:6px 6px 0;background:white;border:1px solid #98a2b3;border-radius:4px;flex-shrink:0;appearance:none;-webkit-appearance:none}.input-field__checkbox:checked{background-image:url(/assets/checkbox-check.1f367c42.svg);color:#fff;background-color:#1570ef;border:1px solid rgba(0,0,0,0)}.input-field__checkbox:hover{border-color:#667085}.input-field__checkbox:focus{border-color:#0000;box-shadow:0 0 0 6px #2e90fa66}.input-field__checkbox_error{border-color:#0000;box-shadow:0 0 0 6px #f9706666}.story{display:flex;flex-direction:column;align-items:center;isolation:isolate;max-width:840px;padding-left:20px;padding-right:20px}.story__preface{color:#667085}@media screen and (min-width: 0px){.story__preface{margin-bottom:.375rem}}@media screen and (min-width: 768px){.story__preface{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.story__preface{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.story__preface{margin-bottom:.75rem}}.story__title{text-align:center}@media screen and (min-width: 0px){.story__title{margin-bottom:3rem}}@media screen and (min-width: 768px){.story__title{margin-bottom:3.5rem}}@media screen and (min-width: 1024px){.story__title{margin-bottom:4rem}}@media screen and (min-width: 1240px){.story__title{margin-bottom:5rem}}.story__swiper{width:100%;height:100%;overflow-x:hidden}.story__card-content{text-align:start;max-width:560px;margin-top:1rem}.story__name{margin-bottom:1rem}.story__description{text-align:start;height:100%;margin-bottom:16px}.story__description_clipped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.story__button{padding-left:0;padding-right:0;margin:2px}@media screen and (max-width: 768px){.story__button-icon{width:20px;height:20px}}@media screen and (max-width: 768px){.story__button-text{font-size:14px}}@media screen and (min-width: 0px){.story__quote{width:32px;height:32px}}@media screen and (min-width: 768px){.story__quote{width:60px;height:60px}}@media screen and (min-width: 0px){.swiper-wrapper{margin-bottom:.75rem}}@media screen and (min-width: 768px){.swiper-wrapper{margin-bottom:1rem}}@media screen and (min-width: 1024px){.swiper-wrapper{margin-bottom:1rem}}@media screen and (min-width: 1240px){.swiper-wrapper{margin-bottom:1.25rem}}.source{position:relative}.source__preface{color:#667085}@media screen and (min-width: 0px){.source__preface{margin-bottom:.375rem}}@media screen and (min-width: 768px){.source__preface{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.source__preface{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.source__preface{margin-bottom:.75rem}}.source__title{text-align:center}@media screen and (min-width: 0px){.source__title{font-size:18px;line-height:28px;font-weight:600}}@media screen and (min-width: 768px){.source__title{font-size:20px;line-height:28px;font-weight:650}}@media screen and (min-width: 1240px){.source__title{font-size:22px;line-height:32px}}@media screen and (min-width: 0px){.source__title{margin-bottom:3rem}}@media screen and (min-width: 768px){.source__title{margin-bottom:3.5rem}}@media screen and (min-width: 1024px){.source__title{margin-bottom:4rem}}@media screen and (min-width: 1240px){.source__title{margin-bottom:5rem}}.source__container{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.source__swiper{position:relative;overflow-x:hidden}.source__slide{width:160px!important}.source__image{width:96px;height:96px;margin-bottom:12px}.source__text{color:#475467}.source__gradient-1{z-index:2;position:absolute;left:0px;top:0;bottom:0;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,0) 100%)}@media screen and (min-width: 0px){.source__gradient-1{width:40px}}@media screen and (min-width: 768px){.source__gradient-1{width:120px}}.source__gradient-2{z-index:2;position:absolute;width:120px;height:100%;right:0px;top:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 100%)}@media screen and (min-width: 0px){.source__gradient-2{width:40px}}@media screen and (min-width: 768px){.source__gradient-2{width:120px}}.source__row{width:84px;margin-left:auto;margin-right:auto}.tariff{z-index:10;position:relative}@media screen and (min-width: 0px){.tariff__title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.tariff__title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.tariff__title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.tariff__title{margin-bottom:2.5rem}}.tariff__grid{display:grid}@media screen and (min-width: 0px){.tariff__grid{gap:40px;grid-template-rows:repeat(3,auto)}}@media screen and (min-width: 768px){.tariff__grid{gap:8px;align-items:center;grid-template-rows:auto;grid-template-columns:repeat(3,1fr)}}.tariff__card{display:flex;flex-direction:column;justify-content:space-between;position:relative;align-self:stretch;background:#f2f4f7}@media screen and (min-width: 0px){.tariff__card{padding:20px}}@media screen and (min-width: 768px){.tariff__card{padding:20px;margin-top:16px;margin-bottom:16px}}.tariff__main-card{position:relative;margin-top:0;margin-bottom:0;align-self:auto;background:#eff8ff;outline:1px solid #1570ef}@media screen and (min-width: 0px){.tariff__main-card{min-height:unset;padding:20px}}@media screen and (min-width: 768px){.tariff__main-card{min-height:612px}}@media screen and (min-width: 1024px){.tariff__main-card{padding:28px}}@media screen and (min-width: 0px){.tariff__name{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.tariff__name{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.tariff__name{margin-bottom:2rem}}@media screen and (min-width: 1240px){.tariff__name{margin-bottom:2.5rem}}.tariff__need-text{color:#667085;margin-bottom:8px}.tariff__data-text{color:#101828}.tariff__separator{outline:1px dotted #98a2b3;border:none}@media screen and (min-width: 0px){.tariff__separator{margin-top:.75rem}}@media screen and (min-width: 768px){.tariff__separator{margin-top:1rem}}@media screen and (min-width: 1024px){.tariff__separator{margin-top:1rem}}@media screen and (min-width: 1240px){.tariff__separator{margin-top:1.25rem}}@media screen and (min-width: 0px){.tariff__separator{margin-bottom:.75rem}}@media screen and (min-width: 768px){.tariff__separator{margin-bottom:1rem}}@media screen and (min-width: 1024px){.tariff__separator{margin-bottom:1rem}}@media screen and (min-width: 1240px){.tariff__separator{margin-bottom:1.25rem}}.tariff__check-list-title{color:#667085;margin-bottom:8px}@media screen and (min-width: 0px){.tariff__check-list-title{font-size:12px;font-weight:475;line-height:16px;letter-spacing:.02em}}@media screen and (min-width: 1024px){.tariff__check-list-title{font-size:14px;font-weight:475;line-height:20px;letter-spacing:.01em}}.tariff__check{margin-right:8px;color:#175cd3;stroke:#175cd3}.tariff__check_color_white{color:#fff}@media screen and (min-width: 0px){.tariff__check-list{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.tariff__check-list{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.tariff__check-list{margin-bottom:2rem}}@media screen and (min-width: 1240px){.tariff__check-list{margin-bottom:2.5rem}}.tariff__check-list-item{display:flex;flex-direction:row;margin-bottom:8px}.tariff__button{color:#175cd3;padding:12px}.tariff__button_disabled{color:#53b1fd}.tariff__field{width:96px}.tariff__row{gap:4px;justify-content:center}@media screen and (min-width: 0px){.tariff__row{margin-bottom:.75rem}}@media screen and (min-width: 768px){.tariff__row{margin-bottom:1rem}}@media screen and (min-width: 1024px){.tariff__row{margin-bottom:1rem}}@media screen and (min-width: 1240px){.tariff__row{margin-bottom:1.25rem}}@media screen and (min-width: 0px){.tariff__total{font-size:18px;font-weight:600;line-height:28px;letter-spacing:0px;text-align:center}}@media screen and (min-width: 768px){.tariff__total{font-size:20px;font-weight:650;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1240px){.tariff__total{font-size:22px;font-weight:650;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 0px){.tariff__total{margin-bottom:.75rem}}@media screen and (min-width: 768px){.tariff__total{margin-bottom:1rem}}@media screen and (min-width: 1024px){.tariff__total{margin-bottom:1rem}}@media screen and (min-width: 1240px){.tariff__total{margin-bottom:1.25rem}}@media screen and (min-width: 0px){.tariff__space{height:24px}}@media screen and (min-width: 768px){.tariff__space{height:160px}}.tariff__confirm{width:100%}.tariff__badge{position:absolute;top:-10px;padding:2px 8px;border-radius:6px}.tariff__badge_variant_primary{background:#84caff;color:#194185}.tariff__badge_variant_disabled{background:#d0d5dd;color:#101828}.tariff__input,.inform{position:relative}.inform__gradient-1{z-index:-1;position:absolute;width:600px;height:600px;right:260px;top:-300px;background:radial-gradient(50% 50% at 50% 50%,rgba(46,144,250,.2) 0%,rgba(46,144,250,0) 100%)}.inform__title{color:#fff}@media screen and (min-width: 0px){.inform__title{margin-bottom:.75rem}}@media screen and (min-width: 768px){.inform__title{margin-bottom:1rem}}@media screen and (min-width: 1024px){.inform__title{margin-bottom:1rem}}@media screen and (min-width: 1240px){.inform__title{margin-bottom:1.25rem}}.inform__description{color:#eaecf0}@media screen and (min-width: 0px){.inform__description{margin-bottom:40px}}@media screen and (min-width: 768px){.inform__description{margin-bottom:unset}}.inform__policy{padding:6px;text-align:left;color:#98a2b3}.inform__icon{z-index:-2;position:absolute}.inform__icon-1{left:40px;top:26px}.inform__icon-2{bottom:20px}@media screen and (min-width: 0px){.inform__icon-2{right:10px}}@media screen and (min-width: 768px){.inform__icon-2{left:288.07px}}.inform__icon-3{left:calc(50% - 2px);top:calc(50% - 15px)}.inform__icon-4{z-index:-1;right:-14px;top:calc(50% - 179px)}@media screen and (min-width: 0px){.inform__icon-4{display:none}}@media screen and (min-width: 768px){.inform__icon-4{display:block}}.inform__wrapper{z-index:3}.inform__link{color:#53b1fd}.inform__form{display:flex;flex-direction:column;justify-content:center}.faq__list{margin:auto}@media screen and (min-width: 0px){.faq__list{width:100%;max-width:none}}@media screen and (min-width: 1024px){.faq__list{max-width:600px}}.faq__item{cursor:pointer;box-shadow:0 2px 4px #3440540a,0 .6600000262px 2px #34405414,0 .25px 1px #34405429}@media screen and (min-width: 0px){.faq__item{margin-bottom:.75rem}}@media screen and (min-width: 768px){.faq__item{margin-bottom:1rem}}@media screen and (min-width: 1024px){.faq__item{margin-bottom:1rem}}@media screen and (min-width: 1240px){.faq__item{margin-bottom:1.25rem}}.faq__item:hover{box-shadow:0 12px 24px 2px #3440540a,0 4px 12px #34405414,0 1.5px 6px -2px #34405429}.faq__item:focus{box-shadow:0 2px 4px #3440540a,0 .6600000262px 2px #34405414,0 .25px 1px #34405429,0 0 0 2px #2e90fa}.faq__title{transition:.4s;position:relative;padding-right:28px}.faq__title:after{position:absolute;width:28px;height:28px;content:"+";color:#000;font-weight:700;right:0;top:calc(50% - 14px);text-align:center;font-size:24px}.faq__title_active:after{content:"\2212"}.faq__panel{padding-right:52px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.faq .active:after{content:"\2212"}.ceo__content{position:relative;margin-left:auto;padding-top:48px;padding-bottom:48px}@media screen and (min-width: 0px){.ceo__content{max-width:400px;padding-left:24px;padding-right:24px;margin-right:auto}}@media screen and (min-width: 768px){.ceo__content{max-width:400px;padding-right:48px;margin-right:unset}}@media screen and (min-width: 1024px){.ceo__content{max-width:480px}}@media screen and (min-width: 1240px){.ceo__content{max-width:560px}}.ceo__link{padding-left:16px;padding-right:16px;text-decoration:none;width:192px;color:#175cd3}.ceo__icon{flex-shrink:0}.ceo__image{position:absolute;bottom:0;right:0}@media screen and (min-width: 0px){.ceo__image{width:280px}}@media screen and (min-width: 768px){.ceo__image{width:360px}}@media screen and (min-width: 1024px){.ceo__image{width:440px}}@media screen and (min-width: 0px){.ceo__image{height:280px}}@media screen and (min-width: 768px){.ceo__image{height:360px}}@media screen and (min-width: 1024px){.ceo__image{height:440px}}@media screen and (min-width: 0px){.ceo__image{left:0}}@media screen and (min-width: 768px){.ceo__image{left:calc(25% - 180px)}}@media screen and (min-width: 1024px){.ceo__image{left:calc(25% - 220px)}}@media screen and (min-width: 1240px){.ceo__image{left:48px}}@media screen and (max-width: 767px){.ceo__image{position:relative;top:unset;left:calc(50% - 140px)}}.footer{margin-top:4px;box-shadow:0 -2.6600000858px 4px #3440540f,0 -1.3300000429px 2px #34405414,0 -.6600000262px 1px #3440541a}@media screen and (min-width: 0px){.footer__container{padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.footer__container{padding-left:20px;padding-right:20px}}@media screen and (min-width: 1024px){.footer__container{padding-left:32px;padding-right:32px}}@media screen and (min-width: 1240px){.footer__container{padding-left:60px;padding-right:60px}}@media screen and (min-width: 0px){.footer__container{padding-top:40px;padding-bottom:40px}}@media screen and (min-width: 768px){.footer__container{padding-top:60px;padding-bottom:60px}}.footer__row{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;padding:0}@media screen and (min-width: 0px){.footer__row{gap:0}}@media screen and (min-width: 768px){.footer__row{flex-wrap:wrap;gap:0}}@media screen and (min-width: 1024px){.footer__row{flex-wrap:nowrap;gap:20px}}.footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer__column_width_0{width:100%;flex-grow:0;gap:12px}@media screen and (min-width: 0px){.footer__column_width_0{max-width:none}}@media screen and (min-width: 768px){.footer__column_width_0{width:240px;flex-basis:100%}}@media screen and (min-width: 1024px){.footer__column_width_0{flex-basis:unset}}.footer__column_width_1{flex-grow:1}@media screen and (min-width: 0px){.footer__column_width_1{flex-basis:unset}}@media screen and (min-width: 768px){.footer__column_width_1{flex-basis:0}}.footer__buttons{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}@media screen and (min-width: 0px){.footer__buttons{max-width:none}}@media screen and (min-width: 768px){.footer__buttons{max-width:240px}}.footer__buttons-separator{border-top:1px dotted #667085;border-bottom:none;border-left:none;border-right:none;width:100%}@media screen and (min-width: 0px){.footer__buttons-separator{display:block}}@media screen and (min-width: 0px){.footer__buttons-separator{margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (min-width: 768px){.footer__buttons-separator{margin-top:1.75rem;margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.footer__buttons-separator{margin-top:2rem;margin-bottom:2rem}}@media screen and (min-width: 1240px){.footer__buttons-separator{margin-top:2.5rem;margin-bottom:2.5rem}}@media screen and (min-width: 1024px){.footer__buttons-separator{display:none}}.footer__mobile-separator{border-top:1px dotted #667085;border-bottom:none;width:100%}@media screen and (min-width: 0px){.footer__mobile-separator{margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (min-width: 768px){.footer__mobile-separator{margin-top:1.75rem;margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.footer__mobile-separator{margin-top:2rem;margin-bottom:2rem}}@media screen and (min-width: 1240px){.footer__mobile-separator{margin-top:2.5rem;margin-bottom:2.5rem}}@media screen and (min-width: 0px){.footer__mobile-separator{display:block}}@media screen and (min-width: 768px){.footer__mobile-separator{display:none}}.footer__link{color:#175cd3;line-height:24px;margin-top:auto}.footer__link:first-child{margin-top:0}@media screen and (min-width: 0px){.footer__address{font-size:.875rem}}@media screen and (min-width: 1024px){.footer__address{font-size:1rem}}@media screen and (min-width: 0px){.footer__address{line-height:1.25rem}}@media screen and (min-width: 1024px){.footer__address{line-height:1.5rem}}.footer__button{width:100%}.footer__start-free{width:100%;text-align:center;line-height:24px}.footer__separator{border-top:1px dotted #667085;width:100%}@media screen and (min-width: 0px){.footer__separator{margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (min-width: 768px){.footer__separator{margin-top:1.75rem;margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.footer__separator{margin-top:2rem;margin-bottom:2rem}}@media screen and (min-width: 1240px){.footer__separator{margin-top:2.5rem;margin-bottom:2.5rem}}.footer__closing{display:flex;align-items:flex-start;gap:20px}@media screen and (min-width: 0px){.footer__closing{flex-direction:column;align-items:center}}@media screen and (min-width: 768px){.footer__closing{flex-direction:row}}.footer__info{color:#667085}@media screen and (min-width: 0px){.footer__info{text-align:center}}@media screen and (min-width: 768px){.footer__info{text-align:left}}.footer__button-link{width:100%}.footer__post-link{color:#667085}.footer__post-link:hover{text-decoration:none}.footer__email{margin-top:auto}.form-header{max-width:1120px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1024px){.form-header{padding-left:0;padding-right:0;width:calc(100% - 48px)}}@media screen and (min-width: 768px){.form-header{flex-direction:row;justify-content:space-between;gap:0}}.form-header__title{text-align:center}@media screen and (min-width: 0px){.form-header__title{padding-bottom:1.5rem}}@media screen and (min-width: 768px){.form-header__title{padding-bottom:1.75rem}}@media screen and (min-width: 1024px){.form-header__title{padding-bottom:2rem}}@media screen and (min-width: 1240px){.form-header__title{padding-bottom:2.5rem}}.form__wrapper{max-width:800px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.form__card{max-width:1120px;width:100%;background:#f2f4f7;padding-top:48px;padding-bottom:48px}@media screen and (min-width: 0px){.form__card{padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.form__card{padding-left:48px;padding-right:48px;width:calc(100% - 48px);margin-left:auto;margin-right:auto}}@media screen and (min-width: 0px){.form__card{margin-bottom:3rem}}@media screen and (min-width: 768px){.form__card{margin-bottom:3.5rem}}@media screen and (min-width: 1024px){.form__card{margin-bottom:4rem}}@media screen and (min-width: 1240px){.form__card{margin-bottom:5rem}}@media screen and (min-width: 0px){.form__step-progress{padding-bottom:.375rem}}@media screen and (min-width: 768px){.form__step-progress{padding-bottom:.5rem}}@media screen and (min-width: 1024px){.form__step-progress{padding-bottom:.5rem}}@media screen and (min-width: 1240px){.form__step-progress{padding-bottom:.75rem}}.form__separator{border-top:1px dotted #98a2b3;border-bottom:none;border-left:none;border-right:none;width:100%}@media screen and (min-width: 0px){.form__separator_size_l{margin-top:1.5rem}}@media screen and (min-width: 768px){.form__separator_size_l{margin-top:1.75rem}}@media screen and (min-width: 1024px){.form__separator_size_l{margin-top:2rem}}@media screen and (min-width: 1240px){.form__separator_size_l{margin-top:2.5rem}}@media screen and (min-width: 0px){.form__separator_size_l{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__separator_size_l{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__separator_size_l{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__separator_size_l{margin-bottom:2.5rem}}.form__switcher{display:flex;flex-direction:row;gap:8px}@media screen and (min-width: 0px){.form__switcher{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__switcher{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__switcher{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__switcher{margin-bottom:2.5rem}}.form__tariff-button_active{background:#1570ef;color:#fff;box-shadow:0 2px 4px #3440540a,0 .6600000262px 2px #34405414,0 .25px 1px #34405429}.form__tariff-button_unactive{background:white;color:#101828;box-shadow:0 6px 12px 1px #3440540a,0 2px 6px #34405414,0 .75px 3px -1px #34405429}.form__tariff-button_unactive:hover{background:#fcfcfd;box-shadow:0 2px 4px #3440540a,0 .6600000262px 2px #34405414,0 .25px 1px #34405429}.form__tariff-button_unactive:focus{background:white;box-shadow:0 6px 12px 1px #3440540a,0 2px 6px #34405414,0 .75px 3px -1px #34405429,0 0 0 2px #2e90fa}.form__tariff-button_unactive:active{background:#f9fafb;box-shadow:0 2px 4px #3440540a,0 .6600000262px 2px #34405414,0 .25px 1px #34405429}.form__tariff-button_disabled{background:transparent;outline:1px solid #d0d5dd;color:#667085;cursor:auto}.form__tariff-button{padding-left:20px;padding-right:20px}.form__soon-chip{background:#d0d5dd;color:#101828;border-radius:6px;margin-left:8px;padding:2px 8px}@media screen and (min-width: 0px){.form__price-info{font-size:1.25rem}}@media screen and (min-width: 1024px){.form__price-info{font-size:1.375rem}}@media screen and (min-width: 1240px){.form__price-info{font-size:1.5rem}}@media screen and (min-width: 0px){.form__price-info{line-height:1.75rem}}@media screen and (min-width: 1024px){.form__price-info{line-height:2rem}}@media screen and (min-width: 1240px){.form__price-info{line-height:2.25rem}}@media screen and (min-width: 0px){.form__price-info{font-weight:375}}@media screen and (min-width: 0px){.form__price-info{margin-bottom:.75rem}}@media screen and (min-width: 768px){.form__price-info{margin-bottom:1rem}}@media screen and (min-width: 1024px){.form__price-info{margin-bottom:1rem}}@media screen and (min-width: 1240px){.form__price-info{margin-bottom:1.25rem}}.form__info-cards{display:flex;gap:20px;align-items:flex-start}@media screen and (min-width: 0px){.form__info-cards{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__info-cards{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__info-cards{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__info-cards{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.form__info-cards{flex-direction:column}}@media screen and (min-width: 768px){.form__info-cards{flex-direction:row}}.form__info-card{width:100%;flex-grow:1;border-radius:8px;border:1px solid #d0d5dd;padding:20px;background:#eaecf0}.form__info-card-title{color:#667085}@media screen and (min-width: 0px){.form__info-card-title{font-size:12px}}@media screen and (min-width: 1024px){.form__info-card-title{font-size:14px}}@media screen and (min-width: 0px){.form__info-card-title{line-height:16px}}@media screen and (min-width: 1024px){.form__info-card-title{line-height:20px}}@media screen and (min-width: 0px){.form__info-card-title{font-weight:475}}.form__verification-list,.form__info-card-list{display:flex;gap:12px;flex-direction:column}.form__info-card_row{display:flex;flex-direction:row;gap:8px}@media screen and (min-width: 0px){.form__info-card-text{font-size:14px}}@media screen and (min-width: 1024px){.form__info-card-text{font-size:16px}}@media screen and (min-width: 0px){.form__info-card-text{line-height:20px}}@media screen and (min-width: 1024px){.form__info-card-text{line-height:24px}}@media screen and (min-width: 0px){.form__info-card-text{font-weight:400}}.form__fields-row{width:100%;display:flex;align-items:flex-start}@media screen and (min-width: 0px){.form__fields-row{flex-direction:column;gap:20px}}@media screen and (min-width: 768px){.form__fields-row{flex-direction:row;gap:40px}}.form__field-column{position:relative;width:100%;display:flex;flex-direction:column;gap:4px}.form__count-input{position:relative}.form__tooltip{top:75%;width:auto;text-align:center}@media screen and (min-width: 0px){.form__tooltip{max-width:calc(100% - 20px);height:auto;word-break:break-word;white-space:normal}}@media screen and (min-width: 768px){.form__tooltip{max-width:unset;width:auto;white-space:pre}}.form__tooltip_text-wrap{word-wrap:break-word;white-space:normal;text-align:center;width:100px;height:auto}.form__field-title{color:#344054}.form__field-prologue{color:#667085}.form__navigation{width:100%;display:flex}@media screen and (min-width: 0px){.form__navigation{flex-direction:column;gap:12px}}@media screen and (min-width: 768px){.form__navigation{flex-direction:row;justify-content:space-between;gap:0}}.form__count-title{margin-bottom:12px}@media screen and (min-width: 0px){.form__count-description{margin-bottom:.75rem}}@media screen and (min-width: 768px){.form__count-description{margin-bottom:1rem}}@media screen and (min-width: 1024px){.form__count-description{margin-bottom:1rem}}@media screen and (min-width: 1240px){.form__count-description{margin-bottom:1.25rem}}.form__counter-row{gap:4px;align-items:center}.form__total{margin-left:20px}@media screen and (min-width: 0px){.form__total-with-promocode{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__total-with-promocode{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__total-with-promocode{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__total-with-promocode{margin-bottom:2.5rem}}.form__promocode{display:flex;flex-direction:row;gap:12px}.form__promocode-field{max-width:422px}@media screen and (min-width: 0px){.form__payment-text{margin-bottom:.75rem}}@media screen and (min-width: 768px){.form__payment-text{margin-bottom:1rem}}@media screen and (min-width: 1024px){.form__payment-text{margin-bottom:1rem}}@media screen and (min-width: 1240px){.form__payment-text{margin-bottom:1.25rem}}.form__bank-cards{width:100%;display:flex;flex-direction:row;gap:4px}@media screen and (min-width: 0px){.form__bank-cards{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__bank-cards{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__bank-cards{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__bank-cards{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.form__payment-image{width:56px}}@media screen and (min-width: 768px){.form__payment-image{width:84px}}@media screen and (min-width: 0px){.form__reports-title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form__reports-title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form__reports-title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form__reports-title{margin-bottom:2.5rem}}.form__fields-list{width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px}.form__stack{display:flex;flex-direction:row;gap:12px}.form__input{position:relative}.form__series{width:120px;flex-grow:0}.form__number{flex-grow:3}.form__select{position:relative;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;background-image:url(/assets/select.7836523d.svg);background-repeat:no-repeat;background-position-x:98%;background-position-y:10px}.form__select:focus+autocomplete{border:1px solid #2e90fa;border-top:none}.form__field-name{margin-bottom:4px}.form__end-card{width:100%;padding:20px;background:white;box-shadow:0 12px 24px 2px #3440540a,0 4px 12px #34405414,0 1.5px 6px -2px #34405429}.form__end-card-title{color:#667085}@media screen and (min-width: 0px){.form__end-card-title{margin-bottom:.125rem}}@media screen and (min-width: 768px){.form__end-card-title{margin-bottom:.125rem}}@media screen and (min-width: 1024px){.form__end-card-title{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.form__end-card-title{margin-bottom:.375rem}}.form__end-card-description{color:#101828}@media screen and (min-width: 0px){.form__end-card-info{margin-bottom:20px}}@media screen and (min-width: 768px){.form__end-card-info{margin-bottom:unset}}.form__end-card-stack{width:100%;display:flex;flex-direction:row;justify-content:space-between}@media screen and (min-width: 0px){.form__end-card-stack{flex-direction:column}}@media screen and (min-width: 768px){.form__end-card-stack{flex-direction:row}}.form__fields-list-item{position:relative}.form__pay-button{min-width:152px}.autocomplete{z-index:2;width:100%;top:100%;border:1px solid #2e90fa;border-radius:0 0 8px 8px;border-top:none;background-color:#fff;font-family:Nunito;padding:6px;overflow-y:auto}.autocomplete>div{padding:6px 8px;color:#101828;margin-bottom:1px;font-size:16px;cursor:pointer}.autocomplete>div:hover{background-color:#eaecf0}.alert{width:100%;padding:8px 12px;border-radius:4px}.alert_hidden{display:none}.alert_status_success{color:#054f31;background:#d1fadf}.alert_status_error{color:#7a271a;background:#fee4e2}.alert_position_test-drive{margin-top:auto;margin-bottom:12px}.alert_not-visible{visibility:hidden}@media screen and (min-width: 0px){.policies{margin-top:5.5rem;margin-bottom:5.5rem}}@media screen and (min-width: 768px){.policies{margin-top:7rem;margin-bottom:7rem}}@media screen and (min-width: 1024px){.policies{margin-top:8rem;margin-bottom:8rem}}@media screen and (min-width: 1240px){.policies{margin-top:10rem;margin-bottom:10rem}}@media screen and (min-width: 0px){.policies__title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.policies__title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.policies__title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.policies__title{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.policies__subtitle{margin-bottom:.125rem}}@media screen and (min-width: 768px){.policies__subtitle{margin-bottom:.125rem}}@media screen and (min-width: 1024px){.policies__subtitle{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.policies__subtitle{margin-bottom:.375rem}}@media screen and (min-width: 0px){.policies__container{padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.policies__container{padding-left:24px;padding-right:24px}}@media screen and (min-width: 1024px){.policies__container{padding-left:32px;padding-right:32px}}@media screen and (min-width: 1240px){.policies__container{padding-left:60px;padding-right:60px}}.policies__wrapper{width:100%;max-width:800px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 0px){.policies__wrapper{gap:1.5rem}}@media screen and (min-width: 768px){.policies__wrapper{gap:1.75rem}}@media screen and (min-width: 1024px){.policies__wrapper{gap:2rem}}@media screen and (min-width: 1240px){.policies__wrapper{gap:2.5rem}}.policies__no-gap{gap:unset}@media screen and (min-width: 0px){.policies__prologue{font-size:1.125rem}}@media screen and (min-width: 768px){.policies__prologue{font-size:1.25rem}}@media screen and (min-width: 1240px){.policies__prologue{font-size:1.375rem}}@media screen and (min-width: 0px){.policies__prologue{font-weight:600}}@media screen and (min-width: 768px){.policies__prologue{font-weight:650}}@media screen and (min-width: 0px){.policies__prologue{line-height:1.75rem}}@media screen and (min-width: 768px){.policies__prologue{line-height:1.75rem}}@media screen and (min-width: 1240px){.policies__prologue{line-height:2rem}}@media screen and (min-width: 0px){.bank{margin-top:5.5rem;margin-bottom:5.5rem}}@media screen and (min-width: 768px){.bank{margin-top:7rem;margin-bottom:7rem}}@media screen and (min-width: 1024px){.bank{margin-top:8rem;margin-bottom:8rem}}@media screen and (min-width: 1240px){.bank{margin-top:10rem;margin-bottom:10rem}}@media screen and (min-width: 0px){.bank__container{padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.bank__container{padding-left:24px;padding-right:24px}}@media screen and (min-width: 1024px){.bank__container{padding-left:32px;padding-right:32px}}@media screen and (min-width: 1240px){.bank__container{padding-left:60px;padding-right:60px}}.bank__wrapper{width:100%;max-width:640px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 0px){.bank__wrapper{gap:1.5rem}}@media screen and (min-width: 768px){.bank__wrapper{gap:1.75rem}}@media screen and (min-width: 1024px){.bank__wrapper{gap:2rem}}@media screen and (min-width: 1240px){.bank__wrapper{gap:2.5rem}}.bank__item{flex-grow:1;flex-basis:0}.bank__stack{display:flex;flex-direction:column}.bank__row{display:flex}@media screen and (min-width: 0px){.bank__row{flex-direction:column}}@media screen and (min-width: 768px){.bank__row{flex-direction:row;gap:20px}}@media screen and (min-width: 0px){.bank__row-separator{display:block}}@media screen and (min-width: 768px){.bank__row-separator{display:none}}.bank__topic{font-weight:475;color:#667085}.bank__text{color:#101828}.bank__separator{border-top:1px dotted #98a2b3;border-bottom:none;border-left:none;border-right:none}@media screen and (min-width: 0px){.bank__separator{margin-top:.75rem}}@media screen and (min-width: 768px){.bank__separator{margin-top:1rem}}@media screen and (min-width: 1024px){.bank__separator{margin-top:1rem}}@media screen and (min-width: 1240px){.bank__separator{margin-top:1.25rem}}@media screen and (min-width: 0px){.bank__separator{margin-bottom:.75rem}}@media screen and (min-width: 768px){.bank__separator{margin-bottom:1rem}}@media screen and (min-width: 1024px){.bank__separator{margin-bottom:1rem}}@media screen and (min-width: 1240px){.bank__separator{margin-bottom:1.25rem}}@media screen and (min-width: 0px){.error{margin-top:5.5rem;margin-bottom:5.5rem}}@media screen and (min-width: 768px){.error{margin-top:7rem;margin-bottom:7rem}}@media screen and (min-width: 1024px){.error{margin-top:8rem;margin-bottom:8rem}}@media screen and (min-width: 1240px){.error{margin-top:10rem;margin-bottom:10rem}}@media screen and (min-width: 0px){.error__container{padding-left:20px;padding-right:20px}}@media screen and (min-width: 768px){.error__container{padding-left:24px;padding-right:24px}}@media screen and (min-width: 1024px){.error__container{padding-left:32px;padding-right:32px}}@media screen and (min-width: 1240px){.error__container{padding-left:60px;padding-right:60px}}.error__wrapper{width:100%;max-width:800px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center}.error__prologue{color:#667085}@media screen and (min-width: 0px){.error__title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.error__title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.error__title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.error__title{margin-bottom:2.5rem}}@media screen and (min-width: 0px){.error__text{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.error__text{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.error__text{margin-bottom:2rem}}@media screen and (min-width: 1240px){.error__text{margin-bottom:2.5rem}}.error__button{max-width:180px}.error__button-text{text-decoration:none}.document__li{display:block}.document__ol>.document__li>.document__ol>.document__li{margin:12px 20px}.document__ol>.document__li>.document__ol>.document__ol>.document__li{margin:12px 20px 12px 40px}.document__dot{margin-left:40px}.document__text{margin-left:20px}.video{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 0px){.video__title{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.video__title{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.video__title{margin-bottom:2rem}}@media screen and (min-width: 1240px){.video__title{margin-bottom:2.5rem}}.video__wrapper{max-width:800px;width:100%;height:100%;box-shadow:0 -32px 48px -3px #3440540f,0 -16px 24px -3px #34405414,0 -8px 12px -3px #3440541a;border-radius:12px;aspect-ratio:16/9}.video__container{position:relative;padding-bottom:56.25%;padding-top:0;height:0}.video__container iframe,.video__container object,.video__container embed{position:absolute;top:0;left:0;width:101%;height:101%;border:none;border-radius:12px;outline:2px solid white;outline-offset:-1px}.video__content{border:none}.policy__card{background:#f2f4f7;border-radius:12px}.policy__text{max-width:390px;display:flex;flex-direction:column}@media screen and (min-width: 0px){.policy__text{gap:.75rem}}@media screen and (min-width: 768px){.policy__text{gap:1rem}}@media screen and (min-width: 1024px){.policy__text{gap:1rem}}@media screen and (min-width: 1240px){.policy__text{gap:1.25rem}}@media screen and (min-width: 0px){.policy__text{text-align:center}}@media screen and (min-width: 768px){.policy__text{text-align:left}}.policy__wrapper{max-width:800px;padding-top:48px;padding-bottom:48px;display:flex;margin:0 auto}@media screen and (min-width: 0px){.policy__wrapper{flex-direction:column;gap:24px;padding-left:16px;padding-right:16px}}@media screen and (min-width: 768px){.policy__wrapper{flex-direction:row;padding-left:48px;padding-right:48px}}@media screen and (min-width: 1024px){.policy__wrapper{gap:120px}}.policy__icon{width:150px;height:150px;align-self:center}.qs-datepicker-container{font-size:1rem;font-family:Nunito;color:#101828;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;user-select:none;border:1px solid #d0d5dd;border-radius:8px;overflow:hidden;background:white;box-shadow:0 2.6600000858px 4px #3440540f,0 1.3300000429px 2px #34405414,0 .6600000262px 1px #3440541a}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:absolute;top:100%;left:50%;transform:translate(-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:transparent;border-bottom:1px solid white;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid white;border-radius:8px;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#eaecf0;filter:blur(0px);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:8px;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid transparent;position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;transition:border .2s;border-bottom:1px solid transparent;cursor:pointer}.qs-month-year:hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0px);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:8px}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#2e90fa}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#60aafb}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{padding-left:6px;padding-right:6px;cursor:default;font-weight:700;color:gray}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}.form-success{display:none}.form-success__container{height:36vh;text-align:center;margin-left:20px;margin-right:20px}@media screen and (min-width: 0px){.form-success__container{margin-top:5.5rem}}@media screen and (min-width: 768px){.form-success__container{margin-top:7rem}}@media screen and (min-width: 1024px){.form-success__container{margin-top:8rem}}@media screen and (min-width: 1240px){.form-success__container{margin-top:10rem}}@media screen and (min-width: 0px){.form-success__container{margin-bottom:3rem}}@media screen and (min-width: 768px){.form-success__container{margin-bottom:3.5rem}}@media screen and (min-width: 1024px){.form-success__container{margin-bottom:4rem}}@media screen and (min-width: 1240px){.form-success__container{margin-bottom:5rem}}@media screen and (min-width: 0px){.form-success__icon{margin-bottom:.75rem}}@media screen and (min-width: 768px){.form-success__icon{margin-bottom:1rem}}@media screen and (min-width: 1024px){.form-success__icon{margin-bottom:1rem}}@media screen and (min-width: 1240px){.form-success__icon{margin-bottom:1.25rem}}@media screen and (min-width: 0px){.form-success__title{margin-bottom:.375rem}}@media screen and (min-width: 768px){.form-success__title{margin-bottom:.5rem}}@media screen and (min-width: 1024px){.form-success__title{margin-bottom:.5rem}}@media screen and (min-width: 1240px){.form-success__title{margin-bottom:.75rem}}@media screen and (min-width: 0px){.form-success__description{margin-bottom:1.5rem}}@media screen and (min-width: 768px){.form-success__description{margin-bottom:1.75rem}}@media screen and (min-width: 1024px){.form-success__description{margin-bottom:2rem}}@media screen and (min-width: 1240px){.form-success__description{margin-bottom:2.5rem}}.form-success__button{margin-left:auto;margin-right:auto;white-space:nowrap}@media screen and (min-width: 0px){.form-success__button{width:100%}}@media screen and (min-width: 768px){.form-success__button{width:180px}}*{margin:0;padding:0;box-sizing:border-box}html,body{font-size:16px;background:#ffffff;width:100%;height:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}textarea:focus,input:focus{outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=search]{-webkit-appearance:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}:target{scroll-margin-top:150px}fieldset{border:0 none}.remove-underline{text-decoration:none}a{color:#175cd3}a:hover{text-decoration:none}
