@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/wix-madefor-display/wix-madefor-display-v10-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/wix-madefor-display/wix-madefor-display-v10-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/wix-madefor-display/wix-madefor-display-v10-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans/dm-sans-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans/dm-sans-v15-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-mono//dm-mono-v14-latin-regular.woff2") format("woff2");
}
/* Mixins  */
.iti {
  position: relative;
  display: block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.01);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/utils/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/utils/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.iti__flag-container {
  right: auto;
  left: 0;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  padding-right: 10px;
  margin-left: 0;
  padding-left: 70px;
}

@media (min-width: 1024px) {
  .iti input, .iti input[type=text], .iti input[type=tel] {
    padding-left: 77px;
  }
}
@media (max-width: 374px) {
  .iti input, .iti input[type=text], .iti input[type=tel] {
    padding-left: 40px;
  }
}
.iti__selected-flag {
  padding: 0 30px;
}

@media (max-width: 374px) {
  .iti__selected-flag {
    padding: 0 10px;
  }
}
.iti__flag {
  transform: scale(1.5);
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  direction: ltr;
  padding: 0;
  border-radius: 0;
}

.datepicker:before, .datepicker:after {
  display: none;
}

.datepicker > * {
  font-size: 14px;
  text-align: left;
  list-style: none;
  direction: ltr;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  transform: translateY(5px);
}

@media (max-width: 767.98px) {
  .datepicker > * {
    padding: 10px;
  }
}
.datepicker table {
  width: 100%;
}

.datepicker table tr {
  display: flex;
  align-items: center;
}

.datepicker table tr td, .datepicker table tr th {
  width: auto;
  min-height: 40px;
  height: auto;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border-radius: 0;
  flex-flow: row wrap;
}

.datepicker table tr th {
  color: #A0AABE;
  min-height: 45px;
}

.datepicker table tr th.dow {
  border-top: 1px solid #DFE6F0;
  padding-top: 5px;
}

.datepicker table tr th.prev, .datepicker table tr th.next {
  flex: 0 auto;
  width: 14.28%;
  min-width: 14.28%;
  padding-bottom: 5px;
  color: transparent;
  font-size: 0;
  display: flex;
  position: relative;
  opacity: 0.5;
}

.datepicker table tr th.prev:before, .datepicker table tr th.next:before {
  content: "";
  background: url("../img/chevron.svg") center center no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.datepicker table tr th.prev:hover, .datepicker table tr th.next:hover {
  opacity: 1;
}

.datepicker table tr th.next:before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.datepicker table tr th.datepicker-switch {
  font-size: 17px;
  color: #000;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 5px;
}

.datepicker table tr td.day {
  background: none !important;
}

.datepicker table tr td.day:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
}

.datepicker table tr td.day.focused:before, .datepicker table tr td.day:hover:before {
  background: #EAEDF2;
}

.datepicker table tr td.day.active {
  color: #fff;
}

.datepicker table tr td.day.active:before {
  background: #206BFF !important;
}

.datepicker table tr .datepicker-months td:before, .datepicker table tr .datepicker-years td:before, .datepicker table tr .datepicker-decades td:before, .datepicker table tr .datepicker-centuries td:before {
  display: none !important;
}

.datepicker table tr .month, .datepicker table tr .year, .datepicker table tr .decade, .datepicker table tr .century {
  background: none !important;
  border-radius: 10px;
}

.datepicker table tr .month.focused, .datepicker table tr .month:hover, .datepicker table tr .year.focused, .datepicker table tr .year:hover, .datepicker table tr .decade.focused, .datepicker table tr .decade:hover, .datepicker table tr .century.focused, .datepicker table tr .century:hover {
  background: #EAEDF2 !important;
}

.datepicker table tr .month.active, .datepicker table tr .year.active, .datepicker table tr .decade.active, .datepicker table tr .century.active {
  color: #fff;
  background: #206BFF !important;
}

.datepicker .clear {
  display: none !important;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #206BFF !important;
  padding: 0 10px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide {
  padding-bottom: 120px;
}

@media (max-width: 1023.98px) {
  .splide {
    padding-bottom: 60px;
  }
}
.splide__arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  gap: 48px;
  align-items: center;
}

.splide__arrow {
  color: #A0AABE;
  opacity: 1 !important;
  width: 48px;
  height: 48px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  transform: none;
  transition: all 0.3s;
}

.splide__arrow:hover {
  color: #01030A;
}

.splide__arrow svg {
  transform: none !important;
}

/* Mixins  */
* *, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 14px;
  line-height: 130%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  background: #F6F8FF;
  color: #000;
  font-family: "Wix Madefor Display", sans-serif;
}

body.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

input, textarea, button, select {
  font-family: "Wix Madefor Display", sans-serif;
}

a, .btn {
  outline: none !important;
  text-decoration: none;
}

a {
  color: #206BFF;
  transition: 0.3s;
}

a:hover {
  color: #004fec;
}

img {
  max-width: 100%;
}

h1, .h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -0.48px;
}

@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 33px;
    line-height: 36px;
    letter-spacing: -0.33px;
  }
}
h2, .h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

h3, .h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 18px;
  }
}
h5, .h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}

@media (max-width: 1023.98px) {
  ol {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  ol {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
ol li {
  padding: 0 0 40px 65px;
  position: relative;
}

@media (max-width: 1023.98px) {
  ol li {
    padding: 0 0 30px 50px;
  }
}
@media (max-width: 767.98px) {
  ol li {
    padding: 0 0 20px 35px;
  }
}
ol li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 14px;
  width: 1px;
  background: #49AD32;
}

ol li:after {
  width: 30px;
  display: block;
  text-align: center;
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  top: -4px;
  padding: 7px 4px 4px;
  color: #49AD32;
  background: #fff;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1023.98px) {
  ol li:after {
    top: -3px;
    padding: 6px 3px 3px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  ol li:after {
    font-size: 16px;
    line-height: 20px;
    top: -2px;
    padding: 5px 2px 2px;
  }
}
ol li:last-child {
  padding-bottom: 0;
}

.primary--text {
  color: #206BFF;
}

.text-center {
  text-align: center;
}

.w100pr {
  width: 100%;
}

.form-groups {
  gap: 16px;
  display: grid;
  margin-bottom: 32px;
}

.form-group {
  position: relative;
}

.form-group label.error {
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
  margin: 0;
  background: #fff;
}

.form-group .invisible {
  height: 0;
  position: absolute;
  width: 0;
  left: 0;
  top: -5px;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 4px;
}

.form-control {
  background: #fff;
  border: 1px solid #DFE6F0;
  padding: 19px 23px;
  font-size: 19px;
  line-height: 24px;
  border-radius: 8px;
  color: #000;
  height: 64px;
  outline: none !important;
  -webkit-appearance: none;
  width: 100%;
  transition: 0.3s;
}

.form-control::-webkit-input-placeholder {
  color: #A0AABE;
}

.form-control::-moz-placeholder {
  color: #A0AABE;
}

.form-control:-ms-input-placeholder {
  color: #A0AABE;
}

.form-control:-moz-placeholder {
  color: #A0AABE;
}

.form-control:focus {
  border-color: #206BFF;
}

.form-control.error {
  border-color: red !important;
}

.form-control.valid ~ .checker {
  content: "";
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  background: url("../img/valid-icon.svg") center center no-repeat;
  pointer-events: none;
  background-size: 100% auto;
  top: 33px;
}

@media (min-width: 1024px) {
  .form-control.valid ~ .checker {
    top: 50%;
    margin-top: -15px;
  }
}
.form-control.error ~ .checker {
  content: "";
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../img/error-icon.svg") center center no-repeat;
  pointer-events: none;
  top: 33px;
}

@media (min-width: 1024px) {
  .form-control.error ~ .checker {
    top: 50%;
    margin-top: -15px;
  }
}
.form-control-wrap {
  position: relative;
}

.form-control-image {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #7D8794;
}

.form-control-image img {
  height: 24px;
}

#phoneNumber, #zip {
  font-family: "DM Mono", sans-serif;
  text-shadow: none;
  letter-spacing: 0.5px;
}

@media (min-width: 1024px) {
  #phoneNumber, #zip {
    letter-spacing: 2px;
  }
}
#zip {
  text-align: center;
}

.iti .form-control.valid ~ .checker {
  display: none;
}

#error-msg {
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
  margin: 0;
  background: #fff;
}

#error-msg:not(.hide) ~ .checker, label.error:not(.invisible):not([style*=none]) ~ .checker {
  content: "";
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../img/error-icon.svg") center center no-repeat;
  pointer-events: none;
  top: 33px;
}

@media (min-width: 1024px) {
  #error-msg:not(.hide) ~ .checker, label.error:not(.invisible):not([style*=none]) ~ .checker {
    top: 50%;
    margin-top: -15px;
  }
}
#valid-msg {
  content: "";
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url("../img/valid-icon.svg") center center no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  top: 33px;
}

@media (min-width: 1024px) {
  #valid-msg {
    top: 50%;
    margin-top: -15px;
  }
}
#valid-msg:not(.hide) ~ .checker, #valid-msg:not(.hide) ~ label.error {
  display: none;
}

input.error {
  border-color: red !important;
}

.hide {
  display: none !important;
}

label.checkbox {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  min-height: 24px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  label.checkbox {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
label.checkbox input {
  position: absolute;
  left: -20px;
  top: 0;
  opacity: 0;
}

label.checkbox input:checked ~ span:before {
  border-color: #206BFF !important;
  background: #206BFF;
}

label.checkbox input:checked ~ span:after {
  display: block;
}

label.checkbox input:not(:checked).error + span {
  color: red;
}

label.checkbox input:not(:checked).error + span:before {
  border-color: red;
}

label.checkbox input:not(:checked).error + span a {
  color: red;
}

label.checkbox input ~ span {
  padding: 5px 0 0 31px;
  position: relative;
  display: inline-block;
}

label.checkbox input ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 2px solid #EAEDF2;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  background: #fff;
}

label.checkbox input ~ span:after {
  display: none;
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.checkbox input + .error + span:before {
  border-color: red;
}

label.checkbox label.error {
  display: none !important;
}

.container, .container-md, .container-lg, .container-x-lg, .container-fluid {
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .container, .container-md, .container-lg, .container-x-lg, .container-fluid {
    padding: 0 16px;
  }
}
.container {
  max-width: 848px;
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
.container-md {
  max-width: 968px;
}

@media (max-width: 767.98px) {
  .container-md {
    max-width: 100%;
  }
}
.container-lg {
  max-width: 1248px;
}

@media (max-width: 767.98px) {
  .container-lg {
    max-width: 100%;
  }
}
.container-x-lg {
  max-width: 1128px;
}

@media (max-width: 767.98px) {
  .container-x-lg {
    max-width: 100%;
  }
}
.header {
  background: #fff;
  padding: 12px 0;
  width: 100%;
  min-height: 88px;
}

@media (max-width: 1023.98px) {
  .header {
    padding: 16px 0;
    min-height: 80px;
  }
}
.header__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .header__row {
    grid-template-columns: 1fr min-content;
  }
}
@media (max-width: 1023.98px) {
  .header__row {
    grid-template-columns: 1fr min-content;
  }
}
.header__left {
  display: flex;
  align-items: center;
}

.header__center {
  display: grid;
  gap: 8px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .header__center {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header__center {
    text-align: right;
  }
}
.header__center-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 1199.98px) {
  .header__center-row {
    justify-content: flex-end;
  }
}
.header__right {
  display: none;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .header__right {
    display: block;
  }
}
.header__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.header--page {
  min-height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  z-index: 5;
}

@media (max-width: 1023.98px) {
  .header--page {
    padding: 10px 0;
    min-height: 60px;
  }
}
.header--page .header__row {
  grid-template-columns: 1fr min-content;
}

.header--page .header__main {
  display: grid;
  gap: 12px;
  align-items: center;
  text-align: left;
  white-space: nowrap;
  grid-template-columns: 48px 1fr;
}

@media (max-width: 1023.98px) {
  .header--page .header__main {
    display: none;
  }
}
.header--page .header__main h3, .header--page .header__main .h3 {
  font-size: 22px;
  line-height: 120%;
}

.header--page .header__main-avatar {
  display: flex;
  align-items: center;
  position: relative;
}

.header--page .header__main-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.header--page .header__main-avatar-available {
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #49AD32;
  border: 2px solid #F6F8FF;
}

.header--page .header__main-text {
  display: grid;
  gap: 2px;
}

.header--page .header__right .btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  min-height: 40px;
  min-width: 40px;
  padding: 2px 12px;
  gap: 8px;
}

.header--page .header__title {
  font-size: 14px;
  line-height: 130%;
}

.logo {
  display: flex;
  align-items: center;
  position: relative;
}

.logo img {
  max-height: 40px;
}

.aviable-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #01030A;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 4px;
  border-radius: 16px;
  background: #EAEDF2;
  white-space: nowrap;
}

.aviable-label:before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #49AD32;
}

.content {
  padding: 144px 0 96px;
  background: #fff;
}

@media (max-width: 1023.98px) {
  .content {
    padding: 100px 0 40px;
  }
}
.fullwidth {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-in {
  display: grid;
  gap: 64px;
}

@media (max-width: 1023.98px) {
  .section-in {
    gap: 32px;
  }
}
.section-top {
  display: grid;
  gap: 12px;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  color: #7D8794;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section-top {
    font-size: 16px;
  }
}
.section-top h2, .section-top .h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #000;
}

@media (max-width: 1023.98px) {
  .section-top h2, .section-top .h2 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
.section-top h2:not(:last-child), .section-top .h2:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 1023.98px) {
  .section-top h2:not(:last-child), .section-top .h2:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023.98px) {
  .section-top br {
    display: none;
  }
}
.footer {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  background: #F6F8FF;
  color: #A0AABE;
  width: 100%;
  flex: 0 auto;
  padding: 16px 0;
}

@media (max-width: 1023.98px) {
  .footer {
    text-align: center;
  }
}
.footer p {
  margin-bottom: 10px;
}

.footer p:last-child {
  margin: 0;
}

.footer a {
  color: #01030A;
}

.footer a:hover {
  color: #206BFF;
}

.footer-row {
  align-items: center;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
}

@media (max-width: 1023.98px) {
  .footer-row {
    gap: 12px;
    grid-template-columns: unset;
  }
}
@media (max-width: 1023.98px) {
  .footer-text {
    order: 3;
  }
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 1023.98px) {
  .footer-logos {
    padding-bottom: 12px;
    order: 1;
  }
}
.footer-logos img {
  max-height: 45px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
}

@media (max-width: 1023.98px) {
  .footer-links {
    order: 2;
    justify-content: center;
  }
}
.footer-link {
  display: flex;
  align-items: center;
}

.footer-link:not(:first-child):before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A0AABE;
  margin: 0 8px;
}

.footer--page {
  background: #fff;
  padding: 50px 0;
}

@media (max-width: 1023.98px) {
  .footer--page {
    padding: 40px 0;
  }
}
.footer--page .container-fluid {
  max-width: calc(100% - 128px);
  padding: 0;
}

@media (max-width: 1023.98px) {
  .footer--page .container-fluid {
    max-width: calc(100% - 32px);
  }
}
.btn {
  box-shadow: none;
  font-weight: 700;
  font-size: 19px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 64px;
  min-width: 64px;
  gap: 12px;
  border: none;
  background: #206BFF;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid #206BFF;
  pointer-events: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.btn:hover, .btn.active {
  background: #004fec;
}

.btn:hover:after, .btn.active:after {
  border-color: #004fec;
}

.btn[disabled], .btn.disabled {
  background: #DFE6F0;
  color: #fff;
  cursor: default;
}

.btn[disabled]:after, .btn.disabled:after {
  border-color: #DFE6F0;
}

.btn svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.btn--outline {
  background: #fff;
  color: #01030A;
}

.btn--outline:after {
  border-color: #DFE6F0;
}

.btn--outline:hover, .btn--outline.active {
  background: #F6F8FF;
  color: #01030A;
}

.btn--outline:hover:after, .btn--outline.active:after {
  color: #004fec;
  border-width: 2px;
}

.btn--outline-primary {
  background: #fff;
  color: #206BFF;
}

.btn--outline-primary:hover, .btn--outline-primary.active {
  background: #F6F8FF;
  color: #004fec;
}

.btn--success {
  background: #49AD32;
}

.btn--success:after {
  border-color: #49AD32;
}

.btn--success:hover, .btn--success.active {
  background: #388527;
}

.btn--success:hover:after, .btn--success.active:after {
  border-color: #388527;
}

.btn--rounded {
  border-radius: 32px;
}

.btn--rounded:after {
  border-radius: 32px;
}

.btn--lg {
  font-size: 19px;
  min-height: 74px;
  min-width: 74px;
  padding: 6px 32px;
  line-height: 24px;
}

.btn--md {
  font-size: 16px;
  min-height: 52px;
  min-width: 52px;
  padding: 6px 8px;
  line-height: 20px;
  gap: 8px;
}

@media (max-width: 1023.98px) {
  .btn--md {
    min-height: 50px;
    min-width: 50px;
    line-height: 18px;
  }
}
.btn--sm {
  font-size: 16px;
  min-height: 48px;
  min-width: 48px;
  padding: 2px 16px;
  gap: 8px;
  white-space: nowrap;
}

.btn--x-sm {
  font-size: 14px;
  min-height: 42px;
  min-width: 42px;
  padding: 12px;
  line-height: 18px;
  gap: 8px;
  white-space: nowrap;
}

.btn--xs {
  font-size: 16px;
  min-height: 36px;
  min-width: 36px;
  line-height: 20px;
  padding: 8px;
  gap: 8px;
  white-space: nowrap;
}

@media (max-width: 1023.98px) {
  .btn--xs {
    font-size: 14px;
    min-height: 34px;
    min-width: 34px;
    line-height: 18px;
  }
}
.product {
  overflow: hidden;
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 80px;
  background: url("../img/bg.png") center bottom -15px repeat-x;
}

@media (max-width: 1023.98px) {
  .product {
    padding: 20px 0;
  }
}
.product-top {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 56px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 1023.98px) {
  .product-top {
    margin-bottom: 40px;
  }
}
.quiz {
  min-height: 415px;
  position: relative;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  .fadeInRight {
    -webkit-animation-name: fadeInRightLarge;
    animation-name: fadeInRightLarge;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translate3d(-150%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-150%, -50%, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translate3d(-150%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-150%, -50%, 0);
  }
}
@-webkit-keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-200%, -50%, 0);
  }
}
@keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-200%, -50%, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeftLarge;
    animation-name: fadeOutLeftLarge;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  .fadeInLeft {
    -webkit-animation-name: fadeInLeftLarge;
    animation-name: fadeInLeftLarge;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translate3d(150%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(150%, -50%, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translate3d(150%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(150%, -50%, 0);
  }
}
@-webkit-keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    transform: translate3d(200%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(200%, -50%, 0);
  }
}
@keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    transform: translate3d(200%, -50%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(200%, -50%, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  .fadeOutRight {
    -webkit-animation-name: fadeOutRightLarge;
    animation-name: fadeOutRightLarge;
  }
}
.plate {
  display: none;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  flex-direction: column;
  border-radius: 8px;
  padding: 55px 56px 48px;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .plate {
    padding: 47px 20px 32px;
  }
}
.plate.show {
  display: flex;
}

.plate.fadeOutRight, .plate.fadeOutLeft {
  position: absolute;
  top: 50%;
}

.plate.fadeOutRight:has(.product-top), .plate.fadeOutLeft:has(.product-top) {
  margin-top: 56px;
}

@media (max-width: 767.98px) {
  .plate.fadeOutRight:has(.product-top), .plate.fadeOutLeft:has(.product-top) {
    margin-top: 12px;
  }
}
.plate.fadeOutRight:has(.questions-list), .plate.fadeOutLeft:has(.questions-list) {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .plate.fadeOutRight:has(.questions-list), .plate.fadeOutLeft:has(.questions-list) {
    margin-top: 90px;
  }
}
.plate:has(.product-top) {
  margin-top: 156px;
}

@media (max-width: 767.98px) {
  .plate:has(.product-top) {
    margin-top: 112px;
  }
}
.plate-content {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.plate-top {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .plate-top {
    margin-bottom: 32px;
  }
}
.plate-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .plate-title {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
.plate-subtitle {
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  color: #206BFF;
}

@media (min-width: 1024px) {
  .plate-subtitle {
    font-size: 28px;
  }
}
.plate-question form {
  width: 100%;
}

.plate-question .btn {
  width: 100%;
}

.plate-question__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.plate-question__grid-in {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
  .plate-question__grid-in {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.plate-question__column {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.plate-progress {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.plate-progress-bar {
  width: 100%;
  height: 15px;
  background-color: #EAEDF2;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.plate-progress-bar span {
  width: 0;
  display: block;
  transition: 0.3s;
  background-color: #206BFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.sub-form {
  font-size: 14px;
  line-height: 130%;
  color: #7D8794;
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .sub-form {
    margin-top: 40px;
  }
}
.sub-form a {
  color: #7D8794;
  text-decoration: underline;
}

.questions-top {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 20px;
}

.questions-list {
  border-top: 1px solid #DFE6F0;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .questions-list {
    margin-bottom: 32px;
  }
}
.questions-line {
  padding: 20px 0;
  border-bottom: 1px solid #DFE6F0;
  display: grid;
  gap: 20px;
}

@media (min-width: 1024px) {
  .questions-line {
    padding: 32px 0;
  }
}
.questions-line-top {
  display: grid;
  gap: 20px;
}

@media (min-width: 1024px) {
  .questions-line-top {
    grid-template-columns: 1fr 200px;
    align-items: center;
  }
}
.questions-line-title {
  color: #A0AABE;
}

.questions-line-content {
  display: none;
}

.questions-line-result {
  display: none;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .questions-line-result {
    justify-content: flex-end;
  }
}
.questions-line-result .btn {
  padding: 6px 16px;
  width: auto;
}

.questions-line-result .btn svg {
  margin-left: -4px;
}

.questions-line-result .btn path {
  fill: #206BFF;
}

.questions-line-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.questions-line-list-wrap {
  display: grid;
  gap: 8px;
}

.questions-line-list--years {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1024px) {
  .questions-line-list--years {
    grid-template-columns: repeat(4, 1fr);
  }
}
.questions-line-list--cars {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
  .questions-line-list--cars {
    grid-template-columns: repeat(4, 1fr);
  }
}
.questions-line-list--models {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
  .questions-line-list--models {
    grid-template-columns: repeat(3, 1fr);
  }
}
.questions-line-list .btn:has(.btn-image) {
  flex-direction: column;
  gap: 0;
  padding: 6px 8px 12px;
}

.questions-line-list .btn-image {
  margin: -6px -8px 0;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions-line-list .btn-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.questions-line-other-form {
  border-radius: 8px;
  padding: 8px;
  display: none;
  grid-template-columns: 1fr min-content;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  position: relative;
}

.questions-line-other-form:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: border-color 0.3s;
  border: 1px solid #DFE6F0;
  border-radius: 8px;
  pointer-events: none;
}

.questions-line-other-form:has(.questions-line-other-input:focus):after {
  border-width: 2px;
  border-color: #206BFF;
}

.questions-line-other-form.show {
  display: grid;
}

.questions-line-other-input {
  border: none;
  padding: 0 8px;
  width: 100%;
  color: #000;
  font-size: 16px;
  outline: none !important;
  font-weight: 700;
  height: 100%;
}

.questions-line-other-input::-webkit-input-placeholder {
  color: #A0AABE;
}

.questions-line-other-input::-moz-placeholder {
  color: #A0AABE;
}

.questions-line-other-input:-ms-input-placeholder {
  color: #A0AABE;
}

.questions-line-other-input:-moz-placeholder {
  color: #A0AABE;
}

.questions-line--finished .questions-line-title {
  color: #000;
}

.questions-line--finished .questions-line-result {
  display: flex;
}

.questions-line--current .questions-line-title {
  color: #000;
}

.questions-line--current .questions-line-content {
  display: block;
}

.quiz-bottom {
  display: none;
  max-width: 640px;
  margin: 20px auto 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .quiz-bottom {
    margin-top: 40px;
  }
}
.btn-prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  .btn-prev {
    font-size: 15px;
  }
}
.btn-prev:hover {
  color: #000;
}

.btn-prev.hidden {
  opacity: 0;
  pointer-events: none;
}

.zip-loading {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 19px;
  line-height: 120%;
  color: #7D8794;
  z-index: 5;
  padding: 40px 24px 56px;
  gap: 32px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .zip-loading {
    padding: 40px 40px 56px;
    gap: 40px;
  }
}
.zip-loading.show {
  display: grid;
}

.zip-loading-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: zipLoading 2s linear infinite;
  color: #206BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-loading-map {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 387px;
}

.zip-loading-map img {
  width: 100%;
}

.zip-loading-content {
  display: grid;
  gap: 12px;
}

.zip-loading-title {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #01030A;
}

.zip-loading-progress {
  background: #DFE6F0;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.zip-loading-progress-in {
  height: 100%;
  background: #206BFF;
  animation: progressLoading 3.6s forwards;
}

.zip-loading-progress-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #206BFF;
  text-align: center;
}

@-webkit-keyframes zipLoading {
  0% {
    margin: 0;
  }
  25% {
    margin-left: 50px;
  }
  50% {
    margin: 0;
  }
  75% {
    margin-left: -50px;
  }
  100% {
    margin: 0;
  }
}
@keyframes zipLoading {
  0% {
    margin: 0;
  }
  25% {
    margin-left: 50px;
  }
  50% {
    margin: 0;
  }
  75% {
    margin-left: -50px;
  }
  100% {
    margin: 0;
  }
}
@-webkit-keyframes progressLoading {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 82%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressLoading {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 82%;
  }
  100% {
    width: 100%;
  }
}
.modal {
  position: fixed;
  z-index: 230;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding: 20px;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .modal {
    padding: 10px;
  }
}
.modal--opened {
  visibility: visible;
  opacity: 1;
}

.modal--opened .modal-in {
  transform: translate(-50%, -50%) scale(1);
}

.modal--opened .modal__backdrop {
  backdrop-filter: blur(8px);
  opacity: 1;
}

.modal a {
  color: var(--themeTextColor);
  text-decoration: none;
}

.modal a:hover {
  text-decoration: underline;
}

.modal__backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0.5);
  transition: backdrop-filter 0.5s, opacity 0.3s;
  opacity: 0;
}

.modal-in {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  max-width: 640px;
  padding: 0;
  background-color: #fff;
  color: #000;
  transition: 0.5s;
  border-radius: 30px;
  transform: translate(-50%, -50%) scale(0.8);
  display: grid;
  grid-template-rows: min-content 1fr;
}

@media (max-width: 767.98px) {
  .modal-in {
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
}
.modal__top {
  padding: 16px 20px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .modal__top {
    padding: 12px 10px;
  }
}
.modal__content {
  margin: 0 20px 40px 40px;
  padding-right: 20px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  overflow: auto;
  scrollbar-width: thin;
}

@media (max-width: 767.98px) {
  .modal__content {
    margin: 0 10px 20px 20px;
    padding-right: 10px;
  }
}
.select {
  width: 100%;
  position: relative;
  color: #000;
  border-radius: 8px;
  font-size: 19px;
  line-height: 24px;
  background: #fff;
}

.select .holder {
  padding: 19px 23px;
}

.select .holder .highlighted {
  padding: 0;
  margin: 0;
  background: none;
}

.select .placeholder {
  color: #01030A;
}

.select__dropdown {
  background: #fff;
  border: 1px solid #DFE6F0;
  font-size: 19px;
  line-height: 24px;
  border-radius: 8px;
  color: #000;
  height: 64px;
  outline: none !important;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select__dropdown:after {
  content: url("../img/arrow.svg");
  position: absolute;
  right: 20px;
  margin-top: -8px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: #206BFF;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.active .select__dropdown {
  border-color: #206BFF;
}

.active .select__dropdown:after {
  transform: rotate(180deg);
  margin-top: -11px;
}

.active .select__dropdown + .select__options {
  display: block;
}

.select__options {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin: 0;
  min-width: 180px;
  display: none;
  font-size: 18px;
  border-radius: 10px;
  z-index: 5;
  background: #fff;
}

@media (max-width: 767.98px) {
  .select__options {
    font-size: 17px;
  }
}
.select__options ul {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  border-radius: 10px;
  border: 1px solid #DFE6F0;
}

.select__options ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.select__options ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #A0AABE;
}

.select__options ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(1, 3, 10, 0.25);
}

.select__options ul::-webkit-scrollbar-thumb:hover {
  background: rgba(1, 3, 10, 0.35);
}

.select__options ul::-webkit-scrollbar-thumb:active {
  background: rgba(1, 3, 10, 0.45);
}

.select__options li {
  color: #000;
  list-style: none;
  min-height: 30px;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #DFE6F0;
}

.select__options li:first-child {
  border-top: none;
}

.select__options li[style*="display: none"] + li:not([style*="display: none"]) {
  border-top: none;
}

.select__options li[style*="display: block"] ~ li {
  border-top: 1px solid #DFE6F0 !important;
}

.select__options li:hover {
  background-color: #F6F8FF;
}

.select__options li:hover:not(.current) {
  background: #F6F8FF;
}

.select__options li.current {
  background-color: #206BFF;
  color: #fff;
}

.select__options li.current .highlighted {
  color: #000;
}

.select__options li.group-title {
  pointer-events: none;
  color: #000;
  font-size: 14px;
  background: #EAEDF2;
  cursor: default;
}

.select__options .highlighted {
  padding: 0;
  margin: 0;
}

.select__options__search {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .select__options__search {
    top: -60px;
  }
}
.select__options__search input {
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  padding: 19px 50px 19px 20px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #DFE6F0;
  background: #fff;
  font-size: 18px;
  font-family: "Wix Madefor Display", sans-serif;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .select__options__search input {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .select__options__search input {
    padding: 14px 50px 14px 20px;
    height: 60px;
  }
}
.select__options__search input:focus {
  border-color: #DFE6F0;
}

.select__wrapper {
  position: relative;
}

.select__wrapper::after {
  content: url("../img/arrow.svg");
  position: absolute;
  display: flex;
  align-items: center;
  height: 16px;
  align-self: center;
  right: 2px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

.best {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 19px;
  line-height: 120%;
  z-index: 5;
  padding: 40px 24px;
  gap: 32px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .best {
    padding: 40px;
    gap: 40px;
  }
}
.best.show {
  display: grid;
}

.best__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.best__logo img {
  max-height: 140px;
  max-width: 100%;
}

.results {
  display: none;
}

.results.show {
  display: block;
}

.results__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: center;
  color: #7D8794;
}

@media (min-width: 1024px) {
  .results__title {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 48px;
  }
}
.results__list {
  display: grid;
  gap: 20px;
}

.results__item {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  position: relative;
  display: grid;
  gap: 20px;
}

@media (min-width: 1024px) {
  .results__item {
    padding: 32px;
    grid-template-columns: 160px 1fr 135px;
    gap: 32px;
  }
}
.results__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 16px;
}

.results__item--active:before {
  border-color: #EFCC1D;
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.07);
}

.results__item--active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-top-left-radius: 16px;
  background: url("../img/label.svg") center center no-repeat;
  background-size: cover;
}

.results__item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.results__item-logo img {
  max-height: 100px;
}

@media (min-width: 1024px) {
  .results__item-logo img {
    max-height: 120px;
  }
}
.results__item-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.results__item-content ul {
  line-height: 150%;
  margin-left: 15px;
}

.results__item-top {
  border-bottom: 1px solid #DFE6F0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .results__item-top {
    font-size: 20px;
  }
}
.results__item-actions-in {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
  .results__item-actions-in {
    grid-template-columns: unset;
  }
}
.hero {
  padding: 270px 0 340px;
  background: url("../img/bg-page.gif") center bottom repeat-x #fff;
  background-size: auto 140px;
}

@media (max-width: 1023.98px) {
  .hero {
    padding: 110px 0 140px;
    text-align: center;
    background-size: auto 100px;
    background-position: -370px bottom;
  }
}
.hero-in {
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 48px;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .hero-in {
    grid-template-columns: unset;
    gap: 48px;
  }
}
.hero h1, .hero .h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .hero h1, .hero .h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.35px;
  }
}
.hero h3, .hero .h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1023.98px) {
  .hero h3, .hero .h3 {
    font-size: 18px;
  }
}
.hero .btn {
  white-space: nowrap;
  min-height: 76px;
  padding: 8px 32px;
  font-size: 23px;
  font-weight: 700;
}

.hero-text {
  display: grid;
  gap: 48px;
}

@media (max-width: 1023.98px) {
  .hero-text {
    gap: 16px;
  }
}
.hero-text .primary--text {
  display: block;
}

.logos {
  padding: 50px 0 96px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .logos {
    padding: 32px 0;
  }
}
.logos h3{margin-bottom: 40px;}
@media (max-width: 1023.98px) {
  .logos h3, .logos .h3 {
    font-size: 18px;margin-bottom: 20px;
  }
}
.logos .splide {
  padding: 0;
}

.logos .splide__slide {
  display: flex;
  align-items: center;
}

.logos img {
  height: 50px;
}

.why {
  padding-bottom: 112px;
}

@media (max-width: 1023.98px) {
  .why {
    padding-bottom: 24px;
  }
}
.why-row {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: repeat(2, 1fr);
}
.why h3{ margin-top: 20px;}
@media (max-width: 1023.98px) {
  .why-row {
    grid-template-columns: unset;
    gap: 20px;
  }
	.why h3{ margin-top: 20px;font-size: 18px;}
}
.why-main {
  grid-area: 1/1/2/3;
  padding: 96px;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 20px;
  font-size: 17px;
  line-height: 150%;
  background: #fff;
  border-radius: 20px;
  align-items: flex-start;
}

@media (max-width: 1199.98px) {
  .why-main {
    grid-template-columns: 380px 1fr;
    padding: 60px;
  }
}
@media (max-width: 1023.98px) {
  .why-main {
    grid-area: 1/1/2/2;
    grid-template-columns: unset;
    gap: 24px;
    text-align: center;
    background: none;
    padding: 24px 16px;
  }
}
.why-main__left {
  display: grid;
  gap: 16px;
  padding-top: 8px;
}

@media (max-width: 1023.98px) {
  .why-main__left {
    gap: 8px;
    padding-top: 0;
  }
}
.why-main__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
}

@media (max-width: 1023.98px) {
  .why-main__title {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.33px;
  }
}
.why-main__right {
  display: grid;
  gap: 64px;
}

@media (max-width: 1199.98px) {
  .why-main__right {
    gap: 44px;
  }
}
@media (max-width: 1023.98px) {
  .why-main__right {
    gap: 24px;
  }
}
@media (max-width: 1023.98px) {
  .why-main .btn {
    background: none;
    font-size: 19px;
    font-weight: 700;
    line-height: 130%;
    padding: 0 0 8px;
    border-radius: 0;
    min-height: 0;
  }
}
@media (max-width: 1023.98px) {
  .why-main .btn:after {
    border-width: 0 0 2px;
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .why-main .btn svg {
    display: none;
  }
}
.why-globe {
  grid-area: 2/1/3/2;
  background: url("../img/globe.png") center bottom no-repeat #fff;
  background-size: auto 117px;
  padding: 48px 48px 140px;
  border-radius: 20px;
  min-height: 428px;
}

@media (max-width: 1023.98px) {
  .why-globe {
    grid-area: 2/1/3/2;
    background-size: auto 107px;
    padding: 32px 24px 84px;
    min-height: 304px;
  }
}
.why-globe__content {
  padding: 0 0 0 68px;
}

@media (max-width: 1023.98px) {
  .why-globe__content {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .why-globe__content-in {
    gap: 5px;
  }
}
.why-globe__number {
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
  color: #206BFF;
}

@media (max-width: 1199.98px) {
  .why-globe__number {
    font-size: 85px;
  }
}
@media (max-width: 1023.98px) {
  .why-globe__number {
    font-size: 70px;
  }
}
.why-globe__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 1023.98px) {
  .why-globe__text {
    font-size: 18px;
  }
}
.why-banner {
  grid-area: 2/2/3/3;
  background: url("../img/best-price.jpg") center center no-repeat #fff;
  background-size: cover;
  padding: 48px 48px 140px;
  border-radius: 20px;
  min-height: 428px;
}

@media (max-width: 1023.98px) {
  .why-banner {
    grid-area: 3/1/4/2;
    padding: 32px 24px 84px;
    min-height: 304px;
  }
}
@media (max-width: 767.98px) {
  .why-banner {
    background-image: url("../img/best-price-sm.jpg");
  }
}
.why-top {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 48px 1fr 48px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .why-top {
    gap: 16px;
    font-size: 22px;
    margin-bottom: 25px;
    grid-template-columns: 48px 1fr;
  }
}
.why-top__number {
  background: #206BFF;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.start-steps {
  padding: 112px 0;
  background: #fff;
}

@media (max-width: 1023.98px) {
  .start-steps {
    padding: 40px 0 48px;
  }
}
.start-steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-bottom: 16px;
}

@media (max-width: 1023.98px) {
  .start-steps__list {
    gap: 12px;
    padding-bottom: 0;
    grid-template-columns: unset;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
.start-steps__position {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #01030A;
  display: grid;
  gap: 8px;
  text-align: center;
  position: relative;
}
.start-steps__position p{
	font-size: 16px;font-weight: 400;
}
@media (max-width: 1023.98px) {
  .start-steps__position {
    gap: 0;
    grid-template-columns: 130px 1fr;
    align-items: center;
    text-align: left;
  }
}
.start-steps__position:not(:first-child):after {
  content: "";
  position: absolute;
  left: -12px;
  top: 122px;
  transform: translate(-50%, -50%);
  width: 110px;
  border-top: 3px dashed #DFE6F0;
}
.smallerstep .start-steps__position:not(:first-child):after {
  content: "";
  position: absolute;
  left: -12px;
  top: 62px;
  transform: translate(-50%, -50%);
  width: 110px;
  border-top: 3px dashed #DFE6F0;
}
@media (max-width: 1023.98px) {
  .start-steps__position:not(:first-child):after {
    left: 66px;
    top: -6px;
    width: auto;
    border-top: none;
    border-left: 3px dashed #DFE6F0;
    height: 22px;
  }
}
.start-steps__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-steps__image img {
  border-radius: 10px;
  max-height: 240px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
.smallerstep .start-steps__image img {
	max-height: 120px;	
}
@media (max-width: 1023.98px) {
  .start-steps__image img {
    border-radius: 5px;
    max-height: 108px;
  }
}
.start-steps__button {
  text-align: center;
}

.reviews {
  padding: 112px 0 72px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .reviews {
    padding: 40px 0 32px;
  }
}
.reviews-list {
  width: 100%;
  overflow: hidden;
}

.reviews-position {
  background: #fff;
  height: 100%;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-position__top {
  flex: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

.reviews-position__center {
  display: flex;
  align-items: center;
  width: 100%;
  color: #01030A;
}

.reviews-position__center * {
  display: block;
  width: 100%;
}

.reviews-position__bottom {
  flex: 0 auto;
  width: 100%;
}

.reviews-position__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #DFE6F0;
  position: relative;
  white-space: nowrap;
}

.reviews-position__stars-in {
  overflow: hidden;
  color: #EFCC1D;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews-position__stars svg {
  height: 20px;
  width: 21px;
  min-width: 21px;
}

.reviews-position__rating {
  font-size: 14px;
  line-height: 130%;
  color: #7D8794;
}

.reviews-position__by {
  display: grid;
  gap: 8px;
  grid-template-columns: 35px 1fr;
  font-size: 14px;
  line-height: 130%;
  color: #7D8794;
  align-items: center;
}

.reviews-position__by strong {
  display: block;
}

.faq {
  background: #fff;
  padding: 96px 0 112px;
}

@media (max-width: 1023.98px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .section-in {
  gap: 56px;
}

@media (max-width: 1023.98px) {
  .faq .section-in {
    gap: 24px;
  }
}
.faq .section-in h2, .faq .section-in .h2 {
  color: #7D8794;
}

.faq-list__item {
  padding: 8px 0;
  overflow: hidden;
  transition: all 0.25s;
  border-bottom: 1px solid #DFE6F0;
}

.faq-list__item:not(.faq-list__item--active) .faq-list__body {
  height: 0 !important;
}

.faq-list__body {
  color: #01030A;
  overflow: hidden;
  transition: height 0.25s;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.faq-list__body-wrapper {
  padding-bottom: 24px;
}

.faq-list__header {
  padding: 24px 30px 24px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  position: relative;
}

.faq-list__header:hover .faq-list__header__icon {
  color: #01030A;
}

.faq-list__header__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  color: #A0AABE;
  transform: translateY(-50%);
}

.faq-list__header__icon svg {
  transition: all 0.3s;
}

.faq-list__item--active .faq-list__header__icon svg {
  transform: rotate(180deg);
}

.cta {
  background: #fff;
}

.cta-in {
  padding: 160px 0 184px;
  text-align: center;
  background: url("../img/cta-bg.png") center bottom repeat-x #F6F8FF;
  background-size: auto 108px;
  max-width: calc(100% - 128px);
  border-radius: 32px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .cta-in {
    padding: 56px 0 128px;
    text-align: center;
    max-width: calc(100% - 32px);
    background-size: auto 75px;
    background-position: left bottom;
  }
}
.cta-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.48px;
  margin-bottom: 72px;
}

@media (max-width: 1023.98px) {
  .cta-title {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.3px;
    margin-bottom: 48px;
  }
}
.cta-title p{font-size: 18px;font-weight: 400;line-height: 26px;margin-top: 10px;}
@media (max-width: 1023.98px) {
	.cta-title p{font-size: 16px;}
}
.breadcrumbs {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #A0AABE;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-flow: row wrap;
}

.breadcrumbs__position {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__position:not(:first-child):before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/arrow-right.svg") center center no-repeat;
}

.breadcrumbs a {
  color: #A0AABE;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.text {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #01030A;
}

.text h1, .text .h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  color: #206BFF;
  margin-bottom: 68px;
}

@media (max-width: 1023.98px) {
  .text h1, .text .h1 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 48px;
  }
}
.text h2, .text .h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #01030A;
  margin-bottom: 24px;
}

.text h2:not(:first-child), .text .h2:not(:first-child) {
  margin-top: 48px;
}

.text p {
  margin-bottom: 26px;
}

.text p:last-child {
  margin-bottom: 0;
}