*,:after,:before{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6,ol,p,ul{font-weight:400}ol,ul{list-style:none}img{width:100%;height:auto}a{color:inherit;text-decoration:none}html{font-size:10px;scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh;font-size:1.6rem;color:#000}.container{margin:0 auto;max-width:1320px;height:100%}@media screen and (max-width:1399px){.container{max-width:1140px}}@media screen and (max-width:1199px){.container{max-width:960px}}@media screen and (max-width:991px){.container{max-width:720px}}@media screen and (max-width:767px){.container{max-width:540px}}@media screen and (max-width:575px){.container{width:95%}}.noscroll{overflow-y:hidden}.overlay{position:absolute;top:0;left:0;display:none;z-index:1000000;width:100%;height:100vh;background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.overlay_visible{display:block}.loader{display:flex;justify-content:center;align-items:center;width:5rem;aspect-ratio:1;border-radius:50%;border:.8rem solid #0023cc;border-right-color:#ff7a00;animation:l2 1s linear infinite}@keyframes l2{to{transform:rotate(1turn)}}.input-field{display:flex;flex-direction:column;row-gap:.6rem}.input-field__label{font-size:1.6rem;font-weight:500;color:#414651;line-height:1.92rem}.input-field__input-wrapper{position:relative;display:flex;justify-content:center;align-items:center;column-gap:.8rem;border:.1rem solid #d5d7da;border-radius:.8rem;color:#181d27;line-height:2.4rem;transition:all;transition-duration:.2s;transition-timing-function:ease}.input-field__input-wrapper_focus{box-shadow:0 0 0 .4rem #f4ebff}.input-field__input-wrapper_disabled{background-color:#fafafa}.input-field__input-wrapper_error{border-color:#f66}.input-field__input-wrapper_error.input-field__input-wrapper_focus{box-shadow:0 0 0 .4rem #fcc}.input-field__textarea-wrapper{display:flex;width:100%;padding:1rem 1.4rem}.input-field__textarea-wrapper .input-field__input{padding:0}.input-field__textarea-wrapper .input-field__input:first-child{padding-left:0}.input-field__textarea-wrapper .input-field__input:last-child{padding-right:0}.input-field__input{width:100%;padding:1rem 0;border:0;border-radius:.8rem;font-size:1.6rem;color:#181d27;line-height:2.4rem;transition:all;transition-duration:.2s;transition-timing-function:ease}.input-field__input_textarea{resize:none}.input-field__input_textarea::-webkit-scrollbar{width:1.5rem}.input-field__input_textarea::-webkit-scrollbar-track{border-radius:.8rem;background-color:rgba(0,0,0,0)}.input-field__input_textarea::-webkit-scrollbar-thumb{background-color:#a3b3ff;border:.5rem solid #fff;border-radius:.8rem;cursor:pointer}@-moz-document url-prefix(){.input-field__input_textarea{scrollbar-width:thin;scrollbar-color:#0023cc rgba(0,0,0,0)}}.input-field__input_textarea_resize{resize:both}.input-field__input:first-child{padding-left:1.4rem}.input-field__input:last-child{padding-right:1.4rem}.input-field__input::placeholder{color:#bdbdbd}.input-field__input:focus{outline:none}.input-field__input:disabled{background-color:#fafafa}.input-field__input-wrapper_disabled .input-field__input{color:#717680}.input-field__input-icon-wrapper{display:flex;justify-content:center;align-items:center;line-height:2.4rem}.input-field__input-icon-wrapper:first-child{padding-left:1.4rem}.input-field__input-icon-wrapper:last-child{padding-right:1.4rem}.input-field__input-icon{width:2.4rem;height:auto}.input-field__select-wrapper{column-gap:0;cursor:pointer}.input-field__select{cursor:pointer}.input-field__select-dropdown-icon-wrapper{padding:0 1.4rem}.input-field__select-dropdown-icon{transition:all;transition-duration:.2s;transition-timing-function:ease}.input-field__select-dropdown-icon_open{transform:rotate(180deg)}.input-field__dropdown{position:absolute;top:calc(100% + .8rem);left:0;z-index:1000;display:block;width:100%;border:.1rem solid #d5d7da;border-radius:.8rem;background-color:#fff;cursor:pointer}.input-field__dropdown_address{min-width:32rem}.input-field__dropdown_loader{display:flex;justify-content:center;align-items:center}.input-field__dropdown-item{display:flex;justify-content:flex-start;align-items:center;column-gap:.8rem;padding:1rem 1.4rem;border:.1rem solid rgba(0,0,0,0);transition:all;transition-duration:.2s;transition-timing-function:ease}.input-field__dropdown-item:hover{background-color:#fafafa}.input-field__dropdown-item:first-child{border-radius:.8rem .8rem 0 0}.input-field__dropdown-item:last-child{border-radius:0 0 .8rem .8rem}.input-field__dropdown-item_select{justify-content:space-between}.input-field__dropdown-icon{width:2rem;height:auto;filter:brightness(0) saturate(100%) invert(45%) sepia(19%) saturate(2555%) hue-rotate(198deg) brightness(101%) contrast(104%)}.input-field__helper-text{font-size:1.4rem;font-weight:400;color:#535862}.input-field__input-wrapper_error~.input-field__helper-text{color:#e50000}.input-field__loader{width:3rem;border-width:.5rem}.button{display:flex;justify-content:center;align-items:center;width:26.4rem;padding:1.6rem 2.8rem;border:.1rem solid #0023cc;border-radius:.8rem;background-color:#0023cc;font-weight:600;font-size:1.8rem;line-height:2.8rem;letter-spacing:0;color:#fff;cursor:pointer;transition:all;transition-duration:.2s;transition-timing-function:ease}@media(-moz-touch-enabled:0),(pointer:fine){.button:hover{background-color:#001a99}}.button:active:not(:disabled){background-color:#0023cc;box-shadow:0 0 0 4px #f4ebff}.button:disabled{border-color:rgba(0,0,0,0);background-color:#e0e6ff;color:#fff;cursor:default}.checkbox__container{position:relative;display:flex;align-items:center;column-gap:.8rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkbox__label{font-weight:500;font-size:1.4rem;line-height:2rem;color:#414651}.checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox__checkmark{display:flex;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;border:.1rem solid #d5d7da;border-radius:.4rem;transition:all;transition-duration:.2s;transition-timing-function:ease}.checkbox__checkmark-icon{display:none;width:1.2rem;height:auto}@media(-moz-touch-enabled:0),(pointer:fine){.checkbox__container:hover .checkbox__checkmark{border-color:#0023cc;background-color:#f1f4ff}}.checkbox__input:active:enabled~.checkbox__checkmark{border-color:#d5d7da;box-shadow:0 0 0 .4rem #f4ebff}.checkbox__input:checked:enabled~.checkbox__checkmark{border-color:#0023cc;background-color:#f1f4ff}.checkbox__input:disabled~.checkbox__checkmark{border-color:#e9eaeb;background-color:#f5f5f5}.checkbox__input:disabled~.checkbox__label{color:#d5d7da}.checkbox__input:checked:enabled~.checkbox__checkmark .checkbox__checkmark-icon{display:block}.checkbox__input:disabled~.checkbox__checkmark .checkbox__checkmark-icon{filter:invert(100%) sepia(4%) saturate(652%) hue-rotate(175deg) brightness(98%) contrast(88%)}.request-form{display:flex;flex-direction:column;justify-content:center;row-gap:4rem;padding-bottom:3rem}@media screen and (max-width:767px){.request-form{row-gap:3rem}}.request-form__header{font-weight:500;font-size:2rem;line-height:2.4rem;letter-spacing:0}@media screen and (max-width:575px){.request-form__header{font-size:1.8rem}}.request-form__fields{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem;margin-bottom:2rem}@media screen and (max-width:1199px){.request-form__fields{grid-template-columns:1fr 1fr}}@media screen and (max-width:575px){.request-form__fields{grid-template-columns:1fr;row-gap:3.5rem}}.request-form__fields_description{grid-template-areas:"size pictures" "weight pictures" "type pictures" "details pictures";grid-template-columns:1fr 2fr;row-gap:2.4rem;column-gap:4.8rem}@media screen and (max-width:991px){.request-form__fields_description{grid-template-columns:1fr 1.5fr;column-gap:2rem}}@media screen and (max-width:767px){.request-form__fields_description{grid-template-areas:"size" "pictures" "weight" "type" "details";grid-template-columns:1fr}}.request-form__fields_description_unspecified-type{grid-template-areas:"size pictures" "weight pictures" "type pictures" "other pictures" "details pictures"}@media screen and (max-width:767px){.request-form__fields_description_unspecified-type{grid-template-areas:"size" "pictures" "weight" "type" "other" "details";grid-template-columns:1fr}}.request-form__field{width:100%}.request-form__field_size{grid-area:size}.request-form__field_weight{grid-area:weight}.request-form__field_type{grid-area:type}.request-form__field_details{grid-area:details}.request-form__field_other{grid-area:other}.request-form__pictures-wrapper{grid-area:pictures;display:flex;flex-direction:column;row-gap:.6rem;height:100%}.request-form__pictures{display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.6rem;width:70%;height:100%;border:.1rem solid #d5d7da;border-radius:.8rem}@media screen and (max-width:1199px){.request-form__pictures{width:100%}}@media screen and (max-width:767px){.request-form__pictures{height:35rem}}@media screen and (max-width:575px){.request-form__pictures{height:40rem}}.request-form__requirements-list{display:flex;flex-direction:column;align-items:flex-start;justify-items:center;row-gap:.5rem;margin-left:1.6rem;list-style-type:disc;list-style-position:outside}.request-form__requirements-item{font-weight:400;font-size:1.4rem;letter-spacing:.05rem}.request-form__pictures-list{position:relative;height:100%}.request-form__picture{position:absolute}.request-form__picture img{transform:scale(2.5)}@media screen and (max-width:991px){.request-form__picture img{transform:scale(2)}}@media screen and (max-width:575px){.request-form__picture img{transform:scale(1.7)}}.request-form__picture:first-child{bottom:3rem;left:1.6rem;z-index:1}.request-form__picture:nth-child(2){top:6rem;left:25%;z-index:2}.request-form__picture:nth-child(3){bottom:3rem;left:50%;z-index:3}.request-form__picture:nth-child(4){top:0;left:60%;z-index:4}@media screen and (max-width:991px){.request-form__picture:nth-child(4){top:2rem}}@media screen and (max-width:767px){.request-form__picture:nth-child(4){top:0}}@media screen and (max-width:575px){.request-form__picture:nth-child(4){top:3rem}}.request-form__picture:nth-child(5){bottom:3rem;left:80%;z-index:5}.request-form__submit{align-self:center}@media screen and (max-width:575px){.request-form__submit{width:100%}}.request-form__loader{position:fixed;top:calc(50vh - .4rem);left:calc(50vw - .4rem);z-index:10000000}.request-form__overlay{position:fixed;background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.contact-form{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2.4rem}.contact-form__header{font-weight:400;font-size:1.6rem;line-height:120%}.contact-form__fields{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2.4rem;width:30rem}@media screen and (max-width:575px){.contact-form__fields{width:100%}}.contact-form__field{width:100%}.contact-form__submit{width:30rem}@media screen and (max-width:575px){.contact-form__submit{width:100%}}.contact-form__loader{position:fixed;top:calc(50vh - .4rem);left:calc(50vw - .4rem);z-index:10000000}.contact-form__overlay{position:fixed;background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.calendar{display:flex;flex-direction:column;row-gap:1.596rem;padding:1.6rem 1.2rem;border:.1rem solid #d5d7da;border-radius:.8rem}.calendar__navigation{display:flex;justify-content:space-between;align-items:center}.calendar__button{display:flex;justify-content:center;align-items:center;padding:1.272rem 1.521rem;border:0;border-radius:50%;background-color:rgba(0,0,0,0);cursor:pointer;transition:all;transition-duration:.2s;transition-timing-function:ease}@media(-moz-touch-enabled:0),(pointer:fine){.calendar__button:hover{background-color:#e0e6ff}}.calendar__button:disabled{background-color:rgba(0,0,0,0);cursor:default}.calendar__icon{width:.748rem;height:auto;filter:invert(0) sepia(8%) saturate(14%) hue-rotate(344deg) brightness(96%) contrast(80%)}.calendar__button_left .calendar__icon{transform:rotate(180deg)}@media(-moz-touch-enabled:0),(pointer:fine){.calendar__button:hover .calendar__icon{filter:invert(10%) sepia(84%) saturate(5785%) hue-rotate(234deg) brightness(94%) contrast(116%)}}.calendar__button:disabled .calendar__icon{filter:invert(0) sepia(8%) saturate(14%) hue-rotate(344deg) brightness(96%) contrast(80%) opacity(61%)}.calendar__header{font-weight:500;font-size:1.6rem;line-height:2rem;color:#414651}.calendar__weekdays{font-weight:500;font-size:1.2rem;text-transform:uppercase;color:#1a1a1a}.calendar__days,.calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);justify-items:center;align-items:center}.calendar__days{grid-column-gap:0;column-gap:0;grid-row-gap:.798rem;row-gap:.798rem;color:#000}.calendar__day{display:flex;justify-content:center;align-items:center;width:100%;aspect-ratio:1/1;border:0;border-radius:50%;background-color:rgba(0,0,0,0);font-weight:400;font-size:1.6rem;color:#000;cursor:pointer}.calendar__day_end-date,.calendar__day_in-range,.calendar__day_start-date{background-color:#e0e6ff}.calendar__day_start-date{border:.1rem solid #0023cc;border-right-width:0;border-radius:50% 0 0 50%}.calendar__day_start-date:nth-child(7n){border-width:.1rem;border-radius:50%}.calendar__day_start-date_selected,.calendar__day_start-date_selected:nth-child(7n){border-width:0}.calendar__day_end-date{border:.1rem solid #0023cc;border-left-width:0;border-radius:0 50% 50% 0}.calendar__day_end-date:nth-child(7n+1){border-width:.1rem;border-radius:50%}.calendar__day_end-date_selected,.calendar__day_end-date_selected:nth-child(7n+1){border-width:0}.calendar__day_in-range{border-radius:0}.calendar__day_in-range:nth-child(7n){border-radius:0 50% 50% 0}.calendar__day_in-range:nth-child(7n+1){border-radius:50% 0 0 50%}.calendar__day_in-range_possible{border-color:#0023cc;border-style:solid;border-width:.1rem 0;border-radius:0}.calendar__day_in-range_possible:nth-child(7n){border-width:.1rem .1rem .1rem 0;border-radius:0 50% 50% 0}.calendar__day_in-range_possible:nth-child(7n+1){border-width:.1rem 0 .1rem .1rem;border-radius:50% 0 0 50%}.calendar__day_in-range.calendar__day_first,.calendar__day_in-range_possible.calendar__day_first{border-radius:50% 0 0 50%}.calendar__day_in-range_possible.calendar__day_first{border:.1rem solid #0023cc;border-right-width:0}.calendar__day_in-range.calendar__day_last,.calendar__day_in-range_possible.calendar__day_last{border-radius:0 50% 50% 0}.calendar__day_in-range_possible.calendar__day_last{border:.1rem solid #0023cc;border-left-width:0}.calendar__day:disabled{color:#c7c7c7;cursor:default}@media(-moz-touch-enabled:0),(pointer:fine){.calendar__day:hover:enabled{background-color:#e0e6ff}}.calendar__day_current{color:#0023cc}.date-picker__input-wrapper{position:relative}.date-picker__calendar{position:absolute;top:-.1rem;left:-.1rem;z-index:100;width:calc(100% + .2rem);min-width:32rem;background-color:#fff}.date-picker__calendar_upward{top:auto;bottom:-.1rem}.date-picker__calendar_left{left:auto;right:-.1rem}.time-picker__input-wrapper{position:relative}.time-picker__time-options{position:absolute;top:-.1rem;left:-.1rem;z-index:1;display:flex;flex-direction:column;row-gap:0;width:calc(100% + .2rem);max-height:20rem;border:.1rem solid #d5d7da;border-radius:.8rem;background-color:#fff;overflow-y:auto}.time-picker__time-options::-webkit-scrollbar{width:1.5rem}.time-picker__time-options::-webkit-scrollbar-track{border-radius:.8rem;background-color:rgba(0,0,0,0)}.time-picker__time-options::-webkit-scrollbar-thumb{background-color:#a3b3ff;border:.5rem solid #fff;border-radius:.8rem;cursor:pointer}@-moz-document url-prefix(){.time-picker__time-options{scrollbar-width:thin;scrollbar-color:#0023cc rgba(0,0,0,0)}}.time-picker__time-option{transition:all;transition-duration:.2s;transition-timing-function:ease}@media(-moz-touch-enabled:0),(pointer:fine){.time-picker__time-option:hover{background-color:#fafafa}}.time-picker__time-option:first-child{border-radius:.8rem .8rem 0 0}.time-picker__time-option:last-child{border-radius:0 0 .8rem .8rem}.time-picker__checkbox{column-gap:1.2rem;padding:1rem 1.6rem;cursor:pointer}.time-picker__done-button{position:-webkit-sticky;position:sticky;bottom:0;z-index:1;padding:1rem;width:100%;background-color:#fff;border:.1rem solid #fff;border-top-color:#d5d7da;border-radius:0 0 .8rem .8rem;color:#0023cc}.time-picker__done-button:hover{color:#fff}.nav__list{display:flex;justify-content:space-between}.nav__link{font-weight:500;line-height:120%;transition:all;transition-duration:.2s;transition-timing-function:ease}.nav__link:hover{color:#ec6a34}.nav__link_active{font-weight:700;color:#ec6a34;text-decoration:underline;text-underline-offset:15%}.burger-menu{display:none}@media screen and (max-width:767px){.burger-menu{display:block}}.burger-menu__burger{display:flex;justify-content:space-between;align-items:center;width:3.5rem;height:3.5rem;cursor:pointer}.burger-menu__burger_hidden{display:none}.burger-menu__line{width:.7rem;height:.7rem;border:.1rem solid #ff7a00;border-radius:50%;background-color:#ff7a00;transition:all;transition-duration:.2s;transition-timing-function:ease}.burger-menu__burger:hover .burger-menu__line{border-color:#0023cc;background-color:#0023cc}.burger-menu__close-button{display:flex;align-items:center;justify-content:center;align-self:flex-end;width:4rem;height:4rem;border:0 solid rgba(0,0,0,0);border-radius:50%;background-color:rgba(0,0,0,0);transition:all;transition-duration:.2s;transition-timing-function:ease;cursor:pointer}.burger-menu__close-button:hover img{filter:brightness(0) saturate(100%) invert(43%) sepia(78%) saturate(1608%) hue-rotate(345deg) brightness(105%) contrast(85%)}.burger-menu__nav{width:100%;height:100%}.burger-menu__nav .nav__list{flex-direction:column;align-items:center;justify-content:center;row-gap:3.5rem;height:100%}.burger-menu__nav .nav__item{font-size:2rem}.burger-menu__content{position:absolute;top:0;right:0;display:flex;flex-direction:column;justify-content:space-between;width:0;height:100vh;background-color:#e0e6ff;transform:translateX(100%);overflow:hidden;transition:all;transition-duration:.2s;transition-timing-function:ease;transition-duration:.35s}.burger-menu__content_open{display:flex;flex-direction:column;width:45%;padding:1.5rem;transform:translateX(0)}@media screen and (max-width:575px){.burger-menu__content_open{width:100%}}.burger-menu__overlay{position:absolute;top:0;left:0;display:none;width:100%;height:100vh;background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.burger-menu__overlay_visible{display:block}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.header__wrapper{position:-webkit-sticky;position:sticky;top:-.1rem;z-index:10000;background-color:#e0e6ff;border-bottom:.1rem solid rgba(0,0,0,0);transition:all;transition-duration:.2s;transition-timing-function:ease}.header__wrapper_stuck{border-bottom:.1rem solid #a3b3ff}.header__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:0}.header__logo-link{cursor:pointer}.header__logo-text{font-weight:700;font-size:2.16rem;line-height:120%}.header__logo-icon{width:3.428rem;height:auto}.header__nav{width:35%}@media screen and (max-width:991px){.header__nav{width:45%}}@media screen and (max-width:767px){.header__nav{display:none}}.header__button{width:-moz-fit-content;width:fit-content;padding-left:1.5rem;padding-right:1.5rem}@media screen and (max-width:575px){.header__button{font-size:1.4rem}}.footer{display:flex;justify-content:space-between;align-items:center;margin:3rem auto 2rem;padding:3rem 0;border-top:.2rem solid #f0f0f0}.footer__wrapper{margin-top:auto}@media screen and (max-width:991px){.footer{flex-direction:column;row-gap:3rem}}.footer__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:0}.footer__logo-link{cursor:pointer}.footer__logo-text{font-weight:700;font-size:2.16rem;line-height:120%}.footer__logo-icon{width:3.428rem;height:auto}.footer__contacts{display:flex;align-items:center;column-gap:0}@media screen and (max-width:991px){.footer__contacts{justify-content:center;width:100%}}@media screen and (max-width:767px){.footer__contacts{display:grid;justify-content:center;justify-items:center;grid-row-gap:2rem;row-gap:2rem;grid-column-gap:1rem;column-gap:1rem;grid-template-columns:1fr 1fr;grid-template-areas:"phone phone" "whatsapp instagram" "email email"}}.footer__contact{width:5rem}.footer__contact_full{display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem;width:-moz-fit-content;width:fit-content;background-color:#f9f9f9;border:.2rem solid #f0f0f0;border-radius:3rem}.footer__contact_phone{grid-area:phone}.footer__contact_email{grid-area:email}.footer__contact_whatsapp{grid-area:whatsapp;justify-self:flex-end}.footer__contact_instagram{grid-area:instagram;justify-self:flex-start}.footer__contact:first-child{margin-right:2rem}@media screen and (max-width:991px){.footer__contact:first-child{margin-right:auto;width:22rem}}@media screen and (max-width:767px){.footer__contact:first-child{margin-right:0}}.footer__contact:last-child{margin-left:2rem}@media screen and (max-width:991px){.footer__contact:last-child{margin-left:auto;width:22rem}}@media screen and (max-width:767px){.footer__contact:last-child{margin-left:0}}.footer__contact-link{display:flex;justify-content:flex-start;align-items:center;column-gap:.5rem;font-weight:500}.footer__contact-icon{width:5rem;height:auto}.footer__contact_full .footer__contact-icon{width:3rem}.leads-form{display:flex;flex-direction:column;align-items:center;row-gap:2rem;width:30rem}.leads-form_submitted{display:none}.leads-form__field,.leads-form__submit{width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.leads-form__success{display:flex;justify-content:flex-start;align-items:center;column-gap:1rem;padding:3rem;background-color:#d3f8e7;border:.1rem solid #009159;border-left-width:.5rem;border-radius:1rem;opacity:0;animation:fadeInUp .6s ease-out forwards}.leads-form__success-icon{width:3rem;height:auto}.leads-form__success-message{font-weight:300;text-align:center}.google-form{width:90vw;height:100rem}.google-form__form{width:100%;height:100%}.contact-page{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:1.2rem;padding-top:4rem}@media screen and (max-width:767px){.contact-page{row-gap:2.4rem}}.contact-page__header{font-weight:600;font-size:2.4rem;line-height:120%}@media screen and (max-width:991px){.contact-page__header{font-size:2rem}}@media screen and (max-width:575px){.contact-page__header{text-align:justify}}.order-page{padding-top:4rem}.home-page,.home-page__section{display:flex;flex-direction:column;align-items:center}.home-page__section{padding:20rem 0 0;width:100%}.home-page__section_intro{row-gap:2rem;padding-top:15rem;border:.5rem solid #fff;border-top-width:0;border-radius:0 0 5rem 5rem;box-shadow:0 1rem 3rem #e3e3e3;overflow:hidden;background-image:radial-gradient(#e3e3e3 .15rem,transparent 0),linear-gradient(180deg,#f9f9f9,#e0e6ff);background-size:2rem 2rem,100% 100%;background-repeat:repeat,no-repeat}@media screen and (max-width:575px){.home-page__section_intro{padding-top:12rem}}.home-page__section_markets{row-gap:2rem}@media screen and (max-width:575px){.home-page__section_markets{padding-top:12rem}}.home-page__section_benefits{flex-direction:row;justify-content:space-between;column-gap:2rem;width:100%}@media screen and (max-width:1199px){.home-page__section_benefits{padding-top:12rem}}@media screen and (max-width:767px){.home-page__section_benefits{flex-direction:column;row-gap:5rem}}.home-page__section_instructions{row-gap:3rem}@media screen and (max-width:991px){.home-page__section_instructions{padding-top:12rem}}.home-page__section_team{row-gap:6rem}@media screen and (max-width:991px){.home-page__section_team{padding-top:12rem}}.home-page__section_delivery{row-gap:3rem}@media screen and (max-width:991px){.home-page__section_delivery{padding-top:12rem}}.home-page__section_leads{flex-direction:row;justify-content:space-between;column-gap:2rem;padding-bottom:4rem}@media screen and (max-width:991px){.home-page__section_leads{padding-top:12rem;flex-direction:column;row-gap:2rem}}.home-page__header{font-weight:600;text-align:center;line-height:140%;font-size:6rem}.home-page__section_intro .home-page__header{width:55%;font-size:6rem}@media screen and (max-width:1399px){.home-page__section_intro .home-page__header{width:60%;font-size:5rem}}@media screen and (max-width:991px){.home-page__section_intro .home-page__header{width:70%;font-size:4rem}}@media screen and (max-width:767px){.home-page__section_intro .home-page__header{width:90%}}@media screen and (max-width:575px){.home-page__section_intro .home-page__header{font-size:3rem}}.home-page__section_intro .home-page__subheader{width:55%;font-size:2.4rem;font-weight:600;text-align:center;line-height:150%;color:#595959}@media screen and (max-width:991px){.home-page__section_intro .home-page__subheader{width:70%;font-size:1.8rem}}@media screen and (max-width:767px){.home-page__section_intro .home-page__subheader{width:90%}}.home-page__section_markets .home-page__header{width:100%;font-size:5rem}@media screen and (max-width:1199px){.home-page__section_markets .home-page__header{width:60%;font-size:4rem}}@media screen and (max-width:991px){.home-page__section_markets .home-page__header{width:80%}}@media screen and (max-width:767px){.home-page__section_markets .home-page__header{width:90%}}@media screen and (max-width:575px){.home-page__section_markets .home-page__header{font-size:2.5rem}}.home-page__section_markets .home-page__subheader{width:100%;font-size:1.6rem;font-weight:400;text-align:center;line-height:150%;color:#909090}@media screen and (max-width:1199px){.home-page__section_markets .home-page__subheader{width:90%}}.home-page__section_benefits .home-page__header{width:50%;text-align:center}@media screen and (max-width:1199px){.home-page__section_benefits .home-page__header{width:40%;font-size:4rem}}@media screen and (max-width:767px){.home-page__section_benefits .home-page__header{width:100%}}@media screen and (max-width:575px){.home-page__section_benefits .home-page__header{font-size:2.5rem}}.home-page__section_instructions .home-page__header{text-align:center}@media screen and (max-width:1199px){.home-page__section_instructions .home-page__header{font-size:4rem}}@media screen and (max-width:575px){.home-page__section_instructions .home-page__header{font-size:2.5rem}}.home-page__section_team .home-page__header{width:100%}@media screen and (max-width:1199px){.home-page__section_team .home-page__header{font-size:4rem}}@media screen and (max-width:575px){.home-page__section_team .home-page__header{width:70%;font-size:2.5rem}}.home-page__section_delivery .home-page__header{width:80%;text-align:center}@media screen and (max-width:1199px){.home-page__section_delivery .home-page__header{font-size:4rem}}@media screen and (max-width:767px){.home-page__section_delivery .home-page__header{width:100%}}@media screen and (max-width:575px){.home-page__section_delivery .home-page__header{font-size:2.5rem}}.home-page__section_delivery .home-page__subheader{width:60%;font-size:1.6rem;font-weight:400;text-align:center;line-height:150%;color:#595959}@media screen and (max-width:1199px){.home-page__section_delivery .home-page__subheader{width:90%}}.home-page__section_leads .home-page__header{text-align:center}@media screen and (max-width:1199px){.home-page__section_leads .home-page__header{font-size:4rem}}@media screen and (max-width:575px){.home-page__section_leads .home-page__header{font-size:2.5rem}}.home-page__section_leads .home-page__subheader{font-size:1.6rem;font-weight:400;text-align:center;line-height:150%;color:#909090}@media screen and (max-width:1199px){.home-page__section_leads .home-page__subheader{width:90%}}.home-page__markets{display:flex;justify-content:space-between;align-items:center;column-gap:3.5rem;width:100%;margin-top:4.5rem}@media screen and (max-width:1199px){.home-page__markets{flex-direction:column;row-gap:5rem}}.home-page__markets .home-page__pics{display:grid;align-items:center;justify-items:center;grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c" "d e f" "g h i";grid-column-gap:2rem;column-gap:2rem;grid-row-gap:3rem;row-gap:3rem;width:90%}@media screen and (max-width:1199px){.home-page__markets .home-page__pics{grid-template-columns:repeat(4,1fr);grid-template-areas:"a b b c" "d e f i" "g g h h";width:100%}}@media screen and (max-width:767px){.home-page__markets .home-page__pics{grid-template-columns:repeat(2,1fr);grid-template-areas:"a a" "b b" "c d" "e e" "f g" "h h" "i i"}}.home-page__markets .home-page__market-pic{width:18rem;height:auto}@media screen and (max-width:1199px){.home-page__markets .home-page__market-pic{width:15rem}}@media screen and (max-width:575px){.home-page__markets .home-page__market-pic{width:20rem}}.home-page__markets .home-page__market-pic_1{grid-area:a}.home-page__markets .home-page__market-pic_2{grid-area:b}.home-page__markets .home-page__market-pic_3{grid-area:c}.home-page__markets .home-page__market-pic_4{grid-area:d}.home-page__markets .home-page__market-pic_5{grid-area:e}.home-page__markets .home-page__market-pic_6{grid-area:f}.home-page__markets .home-page__market-pic_7{grid-area:g}.home-page__markets .home-page__market-pic_8{grid-area:h}.home-page__markets .home-page__market-pic_9{grid-area:i}.home-page__markets .home-page__market-pic_small{width:5rem}@media screen and (max-width:1199px){.home-page__markets .home-page__market-pic_small{width:6rem}}.home-page__markets .home-page__market-pic_medium{width:10rem}@media screen and (max-width:1199px){.home-page__markets .home-page__market-pic_medium{width:9rem}}.home-page__highlights{display:flex;flex-direction:column;row-gap:3.5rem;width:100%}.home-page__highlight{display:flex;justify-content:flex-start;align-items:center;column-gap:1.5rem;padding:1.5rem;background-color:#f9f9f9;border:.1rem solid #f0f0f0;border-radius:1rem;font-size:1.6rem}.home-page__icon-wrapper{display:flex;justify-content:center;align-items:center;min-width:4rem;height:4rem;padding:1rem;background-color:#0023cc;border-radius:.5rem}.home-page__benefits{display:flex;flex-direction:column;row-gap:2rem;width:50%}@media screen and (max-width:767px){.home-page__benefits{width:100%}}.home-page__benefit,.home-page__instruction{display:flex;flex-direction:column;align-items:center;row-gap:2rem;padding:4rem 2rem;border:.1rem solid #e3e3e3;border-radius:2rem;background-image:radial-gradient(#e3e3e3 .1rem,transparent 0);background-color:#f9f9f9;background-size:2rem 2rem,100% 100%;background-repeat:repeat,no-repeat}.home-page__benefit-title,.home-page__instruction-title{font-weight:600;font-size:2.4rem;text-align:center}@media screen and (max-width:575px){.home-page__benefit-title,.home-page__instruction-title{font-size:1.8rem}}.home-page__benefit-description,.home-page__instruction-description{color:#595959;text-align:center}.home-page__instructions{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;justify-items:center;grid-column-gap:2rem;column-gap:2rem;grid-row-gap:5rem;row-gap:5rem}@media screen and (max-width:991px){.home-page__instructions{grid-template-columns:1fr;row-gap:2rem}}.home-page__instruction{width:90%}@media screen and (max-width:991px){.home-page__instruction{width:70%}}@media screen and (max-width:767px){.home-page__instruction{width:100%}}.home-page__instructions-button{margin-top:1rem;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.home-page__instructions-button{width:100%}}@media screen and (max-width:575px){.home-page__instructions-button{font-size:1.4rem;text-align:center}}.home-page__team{display:flex;justify-content:center;column-gap:5rem;width:100%}@media screen and (max-width:767px){.home-page__team{flex-direction:column;row-gap:6rem}}.home-page__team-member{display:flex;flex-direction:column;row-gap:2rem;width:40%}@media screen and (max-width:1199px){.home-page__team-member{width:50%}}@media screen and (max-width:767px){.home-page__team-member{width:100%}}.home-page__team-photo-wrapper{display:flex;align-items:center;width:100%;height:40rem;overflow:hidden;border:0 solid rgba(0,0,0,0);border-radius:2rem}@media screen and (max-width:1399px){.home-page__team-photo-wrapper{height:35rem}}@media screen and (max-width:1199px){.home-page__team-photo-wrapper{height:30rem}}@media screen and (max-width:991px){.home-page__team-photo-wrapper{height:25rem}}@media screen and (max-width:767px){.home-page__team-photo-wrapper{height:35rem}}@media screen and (max-width:575px){.home-page__team-photo-wrapper{height:30rem}}.home-page__team-member-name{font-size:2rem;font-weight:500}.home-page__team-member-description{color:#909090}.home-page__price-box{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem;width:50rem;padding:3rem 4rem;background-color:#ff7a00;border-radius:2rem;box-shadow:1.5rem 1.5rem 0 #0023cc}@media screen and (max-width:991px){.home-page__price-box{width:40rem}}@media screen and (max-width:575px){.home-page__price-box{row-gap:1rem;width:85%;padding:2rem 3rem}}.home-page__price-title{font-size:3.2rem;font-weight:600;color:#fff}@media screen and (max-width:991px){.home-page__price-title{font-size:2.4rem}}@media screen and (max-width:575px){.home-page__price-title{font-size:2rem}}.home-page__price-main{font-weight:700;color:#fff}.home-page__old-price,.home-page__price-main{display:flex;justify-content:center;align-items:center}.home-page__old-price{padding:.5rem;font-size:2.4rem;font-weight:400;text-decoration:line-through;color:#e3e3e3}@media screen and (max-width:991px){.home-page__old-price{font-size:2rem}}@media screen and (max-width:575px){.home-page__old-price{font-size:1.8rem}}.home-page__new-price{display:flex;justify-content:center;align-items:center;padding:.5rem;border-radius:.5rem;font-size:5rem;font-weight:400;color:#fff}@media screen and (max-width:991px){.home-page__new-price{font-size:3.2rem}}@media screen and (max-width:575px){.home-page__new-price{font-size:3rem}}.home-page__payment-note{color:#fff;text-align:center}.home-page__delivery-link{color:#0023cc;transition:all;transition-duration:.2s;transition-timing-function:ease}.home-page__delivery-link:hover{color:#ff7a00}.home-page__leads-headers{display:flex;flex-direction:column;align-items:center;row-gap:2rem;width:55%}@media screen and (max-width:991px){.home-page__leads-headers{width:80%}}@media screen and (max-width:767px){.home-page__leads-headers{width:100%}}.home-page__leads-form-wrapper{display:flex;justify-content:center;align-items:center;width:45%}@media screen and (max-width:991px){.home-page__leads-form-wrapper{width:80%}}@media screen and (max-width:767px){.home-page__leads-form-wrapper{width:100%}}.commuter-page{display:flex;flex-direction:column;align-items:center;row-gap:4rem;padding-top:4rem}.commuter-page__header{font-weight:600;font-size:2.4rem;line-height:120%}@media screen and (max-width:991px){.commuter-page__header{font-size:2rem}}@media screen and (max-width:575px){.commuter-page__header{text-align:justify}}.account-page{display:flex;flex-direction:column;align-items:center;row-gap:4rem;padding-top:4rem}.account-page__header{font-weight:600;font-size:2.4rem;line-height:120%}@media screen and (max-width:991px){.account-page__header{font-size:2rem}}@media screen and (max-width:575px){.account-page__header{text-align:justify}}.success-page{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem;padding-top:4rem}.success-page__header{margin-top:5rem;color:#009159;font-weight:600;font-size:2.4rem;line-height:120%}@media screen and (max-width:991px){.success-page__header{font-size:2rem}}@media screen and (max-width:575px){.success-page__header{text-align:justify}}.success-page__success-message{color:#009159;font-weight:600;font-size:1.8rem}@media screen and (max-width:991px){.success-page__success-message{font-size:1.6rem}}@media screen and (max-width:575px){.success-page__success-message{text-align:center}}.success-page__instructions{display:flex;flex-direction:column;row-gap:1rem;margin-top:3rem;width:60%}@media screen and (max-width:1399px){.success-page__instructions{width:65%}}@media screen and (max-width:991px){.success-page__instructions{width:85%}}@media screen and (max-width:767px){.success-page__instructions{margin-top:2rem;width:100%}}.success-page__header2{font-weight:500;font-size:1.6rem}.success-page__list{display:flex;flex-direction:column;row-gap:1rem;margin-left:1.5rem}.success-page__list-item{font-weight:300;list-style-type:decimal}@media screen and (max-width:767px){.success-page__list-item{text-align:justify}}.success-page__cta{display:flex;flex-direction:column;align-items:center;row-gap:1.5rem;margin-top:3rem}.success-page__cta-message{font-weight:300}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}