@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");._header_1k9p8_1 {
  padding-block: 16px;
  background: #FFFCFC;
  position: relative;
  z-index: 30;
}
@media (max-width: 767.98px) {
  ._header_1k9p8_1 {
    padding-block: 8px;
  }
}
._headerContainer_1k9p8_12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._headerLeft_1k9p8_17 {
  display: flex;
  align-items: center;
  gap: 40px;
}
._headerRight_1k9p8_22 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

._logo_1k9p8_29 {
  display: block;
  width: 132px;
  height: 24px;
}
@media (max-width: 767.98px) {
  ._logo_1k9p8_29 {
    margin-left: 8px;
  }
}
._logo_1k9p8_29 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

@media (max-width: 991.98px) {
  ._fullText_1k9p8_48 {
    display: none;
  }
}

._shortText_1k9p8_53 {
  display: none;
}
@media (max-width: 991.98px) {
  ._shortText_1k9p8_53 {
    display: block;
  }
}

._burger_1k9p8_62 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  ._burger_1k9p8_62 {
    display: flex;
  }
}
._burger_1k9p8_62 button {
  padding: 16px;
}

._mobileMenu_1k9p8_77 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 88px);
  overflow: auto;
  background: #fff;
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  z-index: 99;
}
._mobileMenu_1k9p8_77._isOpen_1k9p8_94 {
  display: flex;
}

@media (max-width: 991.98px) {
  ._desktopNav_1k9p8_99, ._desktopAuth_1k9p8_99 {
    display: none;
  }
}

.slide-fade-enter-active {
  transition: all 0.4s ease-out;
}

.slide-fade-leave-active {
  transition: all 0.3s ease-in;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}._navigation_16ply_1 {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 991.98px) {
  ._navigation_16ply_1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

._navigationItem_16ply_14 {
  position: relative;
  padding-block: 10px;
}

._link_16ply_19 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #240100;
  transition: 0.22s ease-in-out;
}
._link_16ply_19:hover {
  color: #FF5601;
}

._arrow_16ply_30 {
  min-width: 16px;
  transition: transform 0.3s ease;
}
._arrow_16ply_30._arrowActive_16ply_34 {
  transform: rotate(180deg);
  fill: #FF5601;
}

._navigationDrop_16ply_39 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #240100;
  z-index: 10;
}
@media (min-width: 992px) {
  ._navigationDrop_16ply_39 {
    position: absolute;
    top: 100%;
    left: -16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
    min-width: 200px;
  }
}
@media (max-width: 991.98px) {
  ._navigationDrop_16ply_39 {
    margin-top: 12px;
    padding-left: 8px;
  }
}

._dropItem_16ply_65:hover {
  color: #FF5601;
}._footerTop_a1er6_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 40px;
  background: url(/svg/izi-bg.svg) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 991.98px) {
  ._footerTop_a1er6_1 {
    padding: 24px 8px;
  }
}
@media (max-width: 767.98px) {
  ._footerTop_a1er6_1 {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  ._footerTop_a1er6_1 button {
    width: 100%;
  }
}

._logo_a1er6_26 {
  width: 185px;
  padding-right: 14px;
}
._logo_a1er6_26 img {
  display: block;
  width: 100%;
}

._phone_a1er6_35 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
}

._footerMid_a1er6_45 {
  display: flex;
  align-items: center;
  justify-content: stretch;
  border-top: 1px solid #EBE6E3;
}
@media (max-width: 991.98px) {
  ._footerMid_a1er6_45 {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  ._footerMid_a1er6_45 {
    flex-wrap: wrap;
    justify-content: stretch;
  }
}

._menu_a1er6_63 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  ._menu_a1er6_63 {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

._col_a1er6_77 {
  padding: 40px 36px 24px 36px;
}
@media (max-width: 991.98px) {
  ._col_a1er6_77 {
    width: 50%;
    padding: 16px;
  }
}
._col_a1er6_77:not(:last-child) {
  border-right: 1px solid #EBE6E3;
}
@media (max-width: 991.98px) {
  ._col_a1er6_77:not(:last-child) {
    border-right: 0;
  }
}

._footerBtns_a1er6_95 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 12px;
}
@media (max-width: 767.98px) {
  ._footerBtns_a1er6_95 {
    flex-direction: column;
  }
}
._footerBtns_a1er6_95 > button {
  width: 100%;
  border-radius: 16px;
  justify-content: space-between;
}

._footerBot_a1er6_113 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F5F2;
  padding: 16px 40px;
}
@media (max-width: 767.98px) {
  ._footerBot_a1er6_113 {
    flex-direction: column;
    gap: 8px;
  }
}
._footerBot_a1er6_113 ._left_a1er6_126 {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  ._footerBot_a1er6_113 ._left_a1er6_126 {
    flex-direction: column;
    gap: 8px;
  }
}
._footerBot_a1er6_113 ._right_a1er6_137 {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  ._footerBot_a1er6_113 ._right_a1er6_137 {
    flex-direction: column;
    gap: 8px;
  }
}
._footerBot_a1er6_113 a {
  display: inline-block;
  vertical-align: top;
  color: rgba(36, 1, 0, 0.65);
}
._footerBot_a1er6_113 a:hover {
  color: rgb(36, 1, 0);
}
._footerBot_a1er6_113 span {
  display: inline-block;
}._promo_107e5_1 {
  display: flex;
  background: #240100;
  border-radius: 40px;
  color: #FFFCFC;
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  ._promo_107e5_1 {
    flex-direction: column;
    border-radius: 16px 16px 32px 32px;
  }
}
._promoInfo_107e5_16 {
  width: 50%;
  padding: 32px 32px 56px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  ._promoInfo_107e5_16 {
    width: 100%;
    padding: 8px;
  }
}
._promo_107e5_1 ._title_107e5_28 {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 24px;
  margin: 0 0 40px;
  color: inherit;
}
@media (max-width: 991.98px) {
  ._promo_107e5_1 ._title_107e5_28 {
    gap: 16px;
    padding-left: 6px;
    margin-bottom: 32px;
  }
}
._promo_107e5_1 ._title_107e5_28 svg {
  width: 52px !important;
  height: 52px !important;
}
@media (max-width: 991.98px) {
  ._promo_107e5_1 ._title_107e5_28 svg {
    width: 32px !important;
    height: 32px !important;
    margin-left: 8px;
  }
}
@media (max-width: 767.98px) {
  ._promo_107e5_1 ._title_107e5_28 span {
    padding-right: 2px;
  }
}
._promo_107e5_1 ul {
  padding-left: 6px;
}
@media (min-width: 992px) {
  ._promo_107e5_1 ul {
    padding-left: 48px;
  }
}
._promo_107e5_1 form {
  padding: 56px 24px 0;
}
@media (max-width: 991.98px) {
  ._promo_107e5_1 form {
    padding: 40px 0 0;
  }
}
._promoImg_107e5_75 {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  ._promoImg_107e5_75 {
    width: calc(100% - 36px);
    margin-top: 42px;
    max-width: 475px;
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  ._promoImg_107e5_75 {
    margin-left: 36px;
  }
}
._promoImg_107e5_75 picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
._promoImg_107e5_75 picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
._promoBg_107e5_109 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  ._promoBg_107e5_109 {
    top: auto;
    left: 0;
    bottom: -10px;
  }
}
._promoBg_107e5_109 picture, ._promoBg_107e5_109 img {
  width: auto;
  height: 100%;
}
@media (max-width: 991.98px) {
  ._promoBg_107e5_109 picture, ._promoBg_107e5_109 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  ._hideMobileImg_107e5_135 {
    display: none;
  }
}

._chipses_107e5_140 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  ._chipses_107e5_140 {
    margin-bottom: 23px;
  }
}

._light_107e5_149 {
  background: #FFFCFC;
  color: #240100;
}
._light_107e5_149 ._promoInfo_107e5_16 {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  ._light_107e5_149 ._promoInfo_107e5_16 {
    padding-right: 8px;
  }
}
._light_107e5_149 ._promoInfo_107e5_16 ._chipses_107e5_140 div div {
  color: #240100;
  background: #EAF5FF;
}
@media (max-width: 991.98px) {
  ._light_107e5_149 ._title_107e5_28 {
    margin-bottom: 24px;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  ._light_107e5_149 ._title_107e5_28 span {
    font-size: 24px;
    line-height: 32px;
  }
}
._light_107e5_149 ._chipses_107e5_140 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  ._light_107e5_149 ._chipses_107e5_140 {
    margin-bottom: 16px;
  }
}._chips_w59yl_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  height: 40px;
  background: rgba(255, 252, 252, 0.3);
  border-radius: 8px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFCFC;
  gap: 8px;
}
@media (max-width: 991.98px) {
  ._chips_w59yl_1 {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

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

._star_w59yl_31 {
  color: #FFD700;
}._chipes_14cjs_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}._list_xmyoi_1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

._listItem_xmyoi_11 {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

._icon_xmyoi_19 {
  min-width: 24px;
}._wrapper_8troh_1 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._inputContainer_8troh_7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  background: transparent;
  border: 1px solid rgba(255, 252, 252, 0.5);
  border-radius: 100px;
}
@media (max-width: 991.98px) {
  ._inputContainer_8troh_7 {
    max-width: 100%;
  }
}
._inputContainer_8troh_7._hasError_8troh_22 {
  border-color: red;
}

._prefix_8troh_26 {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFFCFC;
  margin-right: 8px;
  position: absolute;
  left: 24px;
}

._input_8troh_7 {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 54px;
  padding: 1px 16px 1px 51px;
  color: #FFFCFC;
}
._input_8troh_7::-moz-placeholder {
  color: rgba(255, 252, 252, 0.4);
}
._input_8troh_7::placeholder {
  color: rgba(255, 252, 252, 0.4);
}._button_1p5s6_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 23px;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Onest", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #240100;
  border: 1px solid #FBF1E7;
  background: #FBF1E7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
._button_1p5s6_1._active_1p5s6_22 {
  transform: scale(0.95);
}

._primary_1p5s6_26 {
  background: #FBF1E7;
  color: #240100;
}
._primary_1p5s6_26:hover {
  background: #f7e8d9;
  border-color: #f7e8d9;
  color: #240100;
}

._secondary_1p5s6_36 {
  background: #240100;
  border-color: #240100;
  color: #FFFCFC;
}
._secondary_1p5s6_36:hover {
  background: #350200;
  border-color: #350200;
  color: #FFFCFC;
}

._accent_1p5s6_47 {
  background: linear-gradient(90deg, #EAFF00 0%, #FFFF01 100%);
  border-color: rgba(36, 1, 0, 0.15);
  color: #240100;
}
._accent_1p5s6_47:hover {
  background: linear-gradient(90deg, #EAFF00 0%, #EAFF00 100%);
  border-color: rgba(36, 1, 0, 0.15);
  color: #240100;
}

._tg_1p5s6_58 {
  background: linear-gradient(90deg, #2AABEE 0%, #229ED9 100%);
  border-color: linear-gradient(90deg, #2AABEE 0%, #229ED9 100%);
  color: #FFFCFC;
}
._tg_1p5s6_58:hover {
  background: linear-gradient(90deg, #2AABEE 0%, #229ED9 100%);
  border-color: linear-gradient(90deg, #2AABEE 0%, #229ED9 100%);
  color: #FFFCFC;
}

._vk_1p5s6_69 {
  background: #0077FF;
  border-color: #0077FF;
  color: #FFFCFC;
}
._vk_1p5s6_69:hover {
  background: #0077FF;
  border-color: #0077FF;
  color: #FFFCFC;
}

._dark_1p5s6_80 {
  background: #240100;
  border-color: #240100;
  color: #FFFCFC;
}
._dark_1p5s6_80:hover {
  background: #240100;
  border-color: #240100;
  color: #FFFCFC;
}._form_s89wt_1 {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media (max-width: 767.98px) {
  ._form_s89wt_1 {
    flex-direction: column;
  }
}

._field_s89wt_12 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  position: relative;
}

._errorText_s89wt_20 {
  color: #ff4d4d;
  font-size: 12px;
  line-height: 16px;
  margin-left: 16px;
  position: absolute;
  bottom: -20px;
  left: 8px;
}
@media (max-width: 767.98px) {
  ._errorText_s89wt_20 {
    bottom: auto;
    top: -20px;
  }
}@media (max-width: 767.98px) {
  ._mainTop_q3h8y_2 {
    margin-inline: -6px;
    margin-bottom: 64px !important;
  }
}._wrapper_2mmap_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
._wrapper_2mmap_1._tilted_2mmap_7 ._content_2mmap_7 {
  text-align: center;
}
._wrapper_2mmap_1._tilted_2mmap_7 ._card_2mmap_10 {
  padding: 12px;
}
._wrapper_2mmap_1._tilted_2mmap_7 ._card_2mmap_10 p {
  margin-right: 0;
}
@media (min-width: 992px) {
  ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(1) ._card_2mmap_10 {
    transform: rotate(10deg);
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(4) ._card_2mmap_10, ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(2) ._card_2mmap_10 {
    transform: rotate(5deg);
  }
}
@media (min-width: 992px) {
  ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(4) ._description_2mmap_28, ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(2) ._description_2mmap_28 {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  ._wrapper_2mmap_1._tilted_2mmap_7:nth-child(3) ._card_2mmap_10 {
    transform: rotate(-10deg);
    margin-top: 12px;
  }
}

._card_2mmap_10 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 24px;
  background: #FFFCFC;
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.1), 0px 50px 70px -40px rgba(50, 50, 93, 0.25);
  border-radius: 32px;
  border: 12px solid #FFFCFC;
  min-height: 152px;
}
@media (max-width: 991.98px) {
  ._card_2mmap_10 {
    min-height: 144px;
    padding: 16px;
    border-width: 8px;
  }
}
._card_2mmap_10._center_2mmap_59 {
  justify-content: center;
  text-align: center;
}
._card_2mmap_10._left_2mmap_63 {
  justify-content: flex-start;
  text-align: left;
}

._bgText_2mmap_68 {
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 184.387px;
  line-height: 240px;
  text-align: center;
  letter-spacing: -0.01em;
  color: rgba(36, 1, 0, 0.65);
  mix-blend-mode: overlay;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

._content_2mmap_7 {
  position: relative;
  z-index: 2;
}
._content_2mmap_7 h3 {
  font-size: 40px;
  line-height: 52px;
  color: #240100;
  margin-bottom: 4px;
}
._content_2mmap_7 h4 {
  color: #240100;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  ._content_2mmap_7 h4 {
    margin-bottom: 16px;
  }
}
._content_2mmap_7 p {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  ._content_2mmap_7 p {
    margin-right: 0;
  }
}

._description_2mmap_28 {
  display: block;
  text-align: center;
  max-width: 243px;
  margin: 16px auto 0;
}
@media (max-width: 991.98px) {
  ._description_2mmap_28 {
    margin-top: 0;
    max-width: 300px;
  }
}

._badge_2mmap_126 {
  position: absolute;
  top: -31px;
  right: -25px;
}
@media (max-width: 991.98px) {
  ._badge_2mmap_126 {
    top: -8px;
    right: -8px;
  }
}

._gradient_blue_2mmap_138 {
  background: linear-gradient(180deg, #E3EAFC 0%, #EAF5FF 100%);
}

._gradient_orange_2mmap_142 {
  background: linear-gradient(180deg, #FBF1E7 0%, #FBF7F6 100%);
}

._gradient_purple_2mmap_146 {
  background: linear-gradient(180deg, #F1E1FB 0%, #FCF3FF 100%);
}._grid_rqbgu_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -4px;
}
@media (max-width: 991.98px) {
  ._grid_rqbgu_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  ._grid_rqbgu_1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
._card_40u19_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #F8F5F2;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  ._card_40u19_1 {
    border-radius: 16px 16px 32px 32px;
  }
}
._cardInfo_40u19_14 {
  padding: 24px 24px 0;
}
._cardTitle_40u19_17 {
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  ._cardTitle_40u19_17 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  ._cardImg_40u19_27 {
    max-width: 475px;
    margin-inline: auto;
  }
}
._cardImg_40u19_27 picture, ._cardImg_40u19_27 img {
  display: block;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}@media (max-width: 767.98px) {
.section[data-v-b2b2005d] {
    margin-inline: -6px;
}
}
@media (max-width: 991.98px) {
.swiper-slide[data-v-b2b2005d] {
    height: auto;
}
}
@media (max-width: 991.98px) {
.swiper-slide > div[data-v-b2b2005d] {
    height: 100%;
}
}
@media (min-width: 992px) {
[data-v-b2b2005d] .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
[data-v-b2b2005d] .swiper-wrapper > div:nth-child(2),[data-v-b2b2005d] .swiper-wrapper > div:nth-child(4) {
    margin-top: 104px;
}
}._grid3_krg43_1 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  ._grid3_krg43_1 {
    gap: 12px;
  }
}
._grid3_krg43_1 > div {
  width: calc((100% - 24px) / 3);
}
@media (max-width: 991.98px) {
  ._grid3_krg43_1 > div {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767.98px) {
  ._grid3_krg43_1 > div {
    width: 100%;
  }
}._cardWrap_1idmh_1 {
  max-width: 747px;
  margin: 22px auto 51px;
  position: relative;
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.1), 0px 50px 70px -40px rgba(50, 50, 93, 0.25);
}
@media (max-width: 991.98px) {
  ._cardWrap_1idmh_1 {
    margin: 20px auto 4px;
  }
}
._cardWrap_1idmh_1:before, ._cardWrap_1idmh_1:after {
  content: "";
  display: block;
  width: 100%;
  height: 151px;
  position: absolute;
  top: -22px;
  right: -61px;
  background: #F1E1FB;
  border-radius: 0 8px 8px 0;
  z-index: -1;
}
@media (min-width: 992px) {
  ._cardWrap_1idmh_1:before, ._cardWrap_1idmh_1:after {
    -webkit-mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
    -webkit-mask-size: 100% 36px;
    mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
    mask-size: 100% 36px;
  }
}
@media (max-width: 991.98px) {
  ._cardWrap_1idmh_1:before, ._cardWrap_1idmh_1:after {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  ._cardWrap_1idmh_1:before {
    top: -35px;
  }
}
._cardWrap_1idmh_1:after {
  transform: rotate(-180deg);
  background: #FCE3E3;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -52px;
  left: -48px;
  transform: rotate(-178deg);
}
@media (max-width: 991.98px) {
  ._cardWrap_1idmh_1:after {
    left: 0;
    bottom: -29px;
  }
}

._card_1idmh_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 40px;
  min-height: 151px;
  width: 100%;
  background-image: linear-gradient(0deg, transparent 24%, #F0EDED 25%, #F0EDED 26%, transparent 27%, transparent 74%, #F0EDED 75%, #F0EDED 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #F0EDED 25%, #F0EDED 26%, transparent 27%, transparent 74%, #F0EDED 75%, #F0EDED 76%, transparent 77%, transparent);
  background-size: 46px 46px;
  background-position: -1px -1px;
  background-color: #FFFCFC;
  -webkit-mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
  -webkit-mask-size: 100% 36px;
  mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
  mask-size: 100% 36px;
  border-radius: 0 8px 8px 0;
  position: relative;
  z-index: 4;
  transform: rotate(2deg);
}
@media (max-width: 991.98px) {
  ._card_1idmh_1 {
    padding: 44px 36px;
    font-size: 24px;
    line-height: 32px;
    transform: rotate(0);
  }
}._badge_1cces_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 297px;
  height: 56px;
  padding: 16px 20px;
  background: #240100;
  border-radius: 8px;
  color: #FFFCFC;
}
@media (max-width: 767.98px) {
  ._badge_1cces_1 {
    max-width: 100%;
    margin-inline: 6px;
  }
}

._ratingValue_1cces_21 {
  font-weight: 600;
}

._stars_1cces_25 {
  display: flex;
  color: #FFFCFC;
}

._students_1cces_30 {
  color: rgba(255, 252, 252, 0.65);
  font-weight: 400;
}._section_8imo2_1 {
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 991.98px) {
  ._section_8imo2_1 {
    padding-bottom: 104px;
    margin-inline: -6px;
  }
}

._swiper_8imo2_13 {
  overflow: visible;
}
._swiper_8imo2_13::part(container) {
  overflow: visible;
}

._btns_8imo2_20 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 52px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  ._btns_8imo2_20 {
    flex-direction: column;
    justify-content: stretch;
    padding-inline: 8px;
    margin-top: 16px;
  }
  ._btns_8imo2_20 button {
    width: 100%;
  }
}

._slider_8imo2_41 {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
._slider_8imo2_41:before {
  content: "";
  display: block;
  position: absolute;
  width: 472px;
  height: 472px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #FFF2F2;
  filter: blur(75px);
  z-index: -1;
}
@media (max-width: 991.98px) {
  ._slider_8imo2_41:before {
    display: none;
  }
}

._decor1_8imo2_67 {
  position: absolute;
  top: -72px;
  left: 104px;
}

._decor2_8imo2_73 {
  position: absolute;
  top: -68px;
  right: 69px;
}

._decor3_8imo2_79 {
  position: absolute;
  bottom: -82px;
  left: 19px;
}

._decor4_8imo2_85 {
  position: absolute;
  bottom: -93px;
  right: -8px;
}

@media (max-width: 991.98px) {
  ._decor1_8imo2_67, ._decor3_8imo2_79, ._decor2_8imo2_73, ._decor4_8imo2_85 {
    display: none;
  }
}

._painPointsRating_8imo2_97 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  ._painPointsRating_8imo2_97 {
    margin-top: 16px;
  }
}@media (max-width: 767.98px) {
  ._sectionTop_1jo63_2 h2 {
    max-width: 320px !important;
  }
}

._wrap_1jo63_7 {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}

._img_1jo63_13 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  ._img_1jo63_13 {
    display: none;
  }
}

._btns_1jo63_26 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  ._btns_1jo63_26 {
    flex-direction: column;
    justify-content: stretch;
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  ._btns_1jo63_26 button {
    width: 100%;
  }
}

._grid3_1jo63_48 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
  position: relative;
  margin-right: -26px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  ._grid3_1jo63_48 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
._grid3_1jo63_48 > div > div {
  height: 100%;
  align-items: flex-start;
}
._grid3_1jo63_48 > div > div p {
  margin-right: 0;
}

._grid2_1jo63_74 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  ._grid2_1jo63_74 {
    display: block;
  }
}
._grid2_1jo63_74 > div > div p {
  max-width: 650px;
}

._insideText_1jo63_90 {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  ._insideText_1jo63_90 {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }
}
._insideText_1jo63_90:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  ._insideText_1jo63_90:last-child {
    margin-bottom: 0;
  }
}
._insideText_1jo63_90 h4 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  ._insideText_1jo63_90 h4 {
    margin-bottom: 0;
  }
}
.section-top[data-v-630b0abf] {
}
._counter_rabzs_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
}

._counter__display_rabzs_8 {
  display: flex;
  background: #240100;
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid #240100;
  gap: 4px;
}
@media (max-width: 991.98px) {
  ._counter__display_rabzs_8 {
    border-width: 6px;
    border-radius: 18px;
  }
}

._counter__digit_rabzs_23 {
  width: 74px;
  height: 122px;
  background: #342B2B;
  color: white;
  font-weight: 500;
  font-size: 84px;
  line-height: 64px;
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  ._counter__digit_rabzs_23 {
    width: 57px;
    height: 94px;
    font-size: 64px;
    line-height: 49px;
  }
}
._counter__digit_rabzs_23:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(45, 45, 45, 0) 0%, #000002 50%, rgba(45, 45, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  ._counter__digit_rabzs_23:before {
    top: 28px;
  }
}
._counter__digit_rabzs_23 span {
  position: relative;
  z-index: 1;
}

._counter__digitLast_rabzs_66 {
  background: #f5e6d3;
  color: #2c1a12;
  overflow: hidden;
}
._counter__digitLast_rabzs_66:before {
  background: linear-gradient(180deg, rgba(45, 45, 45, 0) 0%, rgba(57, 27, 0, 0.24) 50%, rgba(45, 45, 45, 0) 100%);
}

._counter__reel_rabzs_75 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
}

._counter__number_rabzs_82 {
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  ._counter__number_rabzs_82 {
    height: 94px;
  }
}

._counter__label_rabzs_94 {
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  ._counter__label_rabzs_94 {
    margin-top: 12px;
  }
}@media (max-width: 991.98px) {
  ._section_r3e03_2 {
    margin-inline: -6px;
  }
}

._sectionWrap_r3e03_7 {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  ._sectionWrap_r3e03_7 {
    margin-top: 8px;
  }
}

._btns_r3e03_18 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 52px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  ._btns_r3e03_18 {
    padding-inline: 6px;
  }
}
@media (max-width: 767.98px) {
  ._btns_r3e03_18 {
    flex-direction: column;
    justify-content: stretch;
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  ._btns_r3e03_18 button {
    width: 100%;
  }
}

._decor1_r3e03_45 {
  position: absolute;
  top: -14px;
  left: 104px;
}
@media (max-width: 991.98px) {
  ._decor1_r3e03_45 {
    display: none;
  }
}

._decor2_r3e03_56 {
  position: absolute;
  top: -14px;
  right: 69px;
}
@media (max-width: 991.98px) {
  ._decor2_r3e03_56 {
    display: none;
  }
}

._decor3_r3e03_67 {
  position: absolute;
  bottom: -63px;
  left: 19px;
}
@media (max-width: 991.98px) {
  ._decor3_r3e03_67 {
    display: none;
  }
}

._decor4_r3e03_78 {
  position: absolute;
  bottom: -88px;
  right: -8px;
}
@media (max-width: 991.98px) {
  ._decor4_r3e03_78 {
    display: none;
  }
}

._decor5_r3e03_89 {
  position: absolute;
  top: 65%;
  left: 7%;
  min-width: 55px;
  height: 52px;
  color: #FF4F00;
  pointer-events: none;
  z-index: 6;
}
@media (max-width: 991.98px) {
  ._decor5_r3e03_89 {
    display: none !important;
  }
}

._decor6_r3e03_105 {
  position: absolute;
  top: 15%;
  right: 5%;
  min-width: 61px;
  height: 59px;
  pointer-events: none;
  color: #FF4F00;
  z-index: 6;
}
@media (max-width: 991.98px) {
  ._decor6_r3e03_105 {
    display: none !important;
  }
}

._wrap_r3e03_121 {
  max-width: 747px;
  margin: 22px auto 0;
  position: relative;
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.1), 0px 50px 70px -40px rgba(50, 50, 93, 0.25);
}
@media (max-width: 991.98px) {
  ._wrap_r3e03_121 {
    margin-bottom: 0;
  }
}
._wrap_r3e03_121:before, ._wrap_r3e03_121:after {
  content: "";
  display: block;
  width: 100%;
  height: 151px;
  position: absolute;
  top: -4px;
  right: -54px;
  background: #F1E1FB;
  transform: rotate(10deg);
  z-index: -1;
}
@media (min-width: 992px) {
  ._wrap_r3e03_121:before, ._wrap_r3e03_121:after {
    -webkit-mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
    -webkit-mask-size: 100% 36px;
    mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
    mask-size: 100% 36px;
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 991.98px) {
  ._wrap_r3e03_121:before {
    top: -19px;
    right: 0;
    transform: rotate(0deg);
  }
}
._wrap_r3e03_121:after {
  transform: rotate(-180deg);
  background: #FCE3E3;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -37px;
  left: -57px;
  transform: rotate(-178deg);
}
@media (max-width: 991.98px) {
  ._wrap_r3e03_121:after {
    left: 0;
    bottom: 17px;
  }
}

._card_r3e03_177 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 56px 40px 52px;
  min-height: 151px;
  width: 100%;
  background-image: linear-gradient(0deg, transparent 24%, #F0EDED 25%, #F0EDED 26%, transparent 27%, transparent 74%, #F0EDED 75%, #F0EDED 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #F0EDED 25%, #F0EDED 26%, transparent 27%, transparent 74%, #F0EDED 75%, #F0EDED 76%, transparent 77%, transparent);
  background-size: 46px 46px;
  background-position: -1px -1px;
  background-color: #FFFCFC;
  -webkit-mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
  -webkit-mask-size: 100% 36px;
  mask-image: radial-gradient(circle at 8px 22px, transparent 12px, black 8.5px);
  mask-size: 100% 36px;
  border-radius: 0 8px 8px 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 991.98px) {
  ._card_r3e03_177 {
    padding-top: 24px;
    padding-bottom: 42px;
  }
}

._painPointsRating_r3e03_210 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -27px;
  z-index: 6;
}
@media (max-width: 991.98px) {
  ._painPointsRating_r3e03_210 {
    margin-top: 0;
  }
}@media (max-width: 767.98px) {
  ._FreeTest_tyers_2 {
    margin-inline: -6px;
    margin-bottom: 64px !important;
  }
}._card_163ym_1 {
  display: flex;
  gap: 48px;
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  ._card_163ym_1 {
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
  }
}

._visual_163ym_14 {
  position: relative;
}

._imageContainer_163ym_18 {
  position: relative;
  border-radius: 20px;
  width: 292px;
  height: 440px;
  background: #eee;
  position: relative;
}
@media (max-width: 991.98px) {
  ._imageContainer_163ym_18 {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    max-width: 475px;
    margin-inline: auto;
    line-height: 0;
  }
}
@media (max-width: 767.98px) {
  ._imageContainer_163ym_18 {
    height: 440px;
  }
}
._imageContainer_163ym_18 ._photo_163ym_41 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}
._imageContainer_163ym_18:after, ._imageContainer_163ym_18:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: calc(100% - 60px);
  top: 30px;
  left: -12px;
  border-radius: 24px 0 0 24px;
  background: #FCCACA;
  z-index: 2;
}
@media (max-width: 991.98px) {
  ._imageContainer_163ym_18:after, ._imageContainer_163ym_18:before {
    height: 12px;
    width: calc(100% - 48px);
    top: 100%;
    left: 24px;
    border-radius: 0 0 24px 24px;
  }
}
._imageContainer_163ym_18:after {
  height: calc(100% - 120px);
  top: 60px;
  left: -24px;
  background: #FCE3E3;
  z-index: 1;
}
@media (max-width: 991.98px) {
  ._imageContainer_163ym_18:after {
    top: calc(100% + 12px);
    left: 45px;
    height: 12px;
    width: calc(100% - 90px);
  }
}

._infoBadge_163ym_87 {
  padding: 16px;
  background: #FFFCFC;
  border-radius: 16px;
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.1), 0px 50px 70px -40px rgba(50, 50, 93, 0.25);
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  ._infoBadge_163ym_87 {
    position: absolute;
    bottom: 25px;
    left: 104px;
    right: -96px;
  }
}
@media (max-width: 991.98px) {
  ._infoBadge_163ym_87 {
    margin: 0 14px 0;
  }
}
._infoBadge_163ym_87 ._infoItem_163ym_108 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
._infoBadge_163ym_87 ._infoItem_163ym_108:last-child {
  margin-bottom: 0;
}
._infoBadge_163ym_87 ._infoItem_163ym_108 p {
  margin: 0;
  font-weight: 500;
  color: #240100;
}
._infoBadge_163ym_87 ._infoItem_163ym_108 ._icon_163ym_122 {
  min-width: 24px;
}

._playButton_163ym_126 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 56px;
  height: 56px;
  padding: 0;
  z-index: 3;
}

._content_163ym_136 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 24px 24px;
  background: linear-gradient(132.21deg, rgba(255, 255, 255, 0) 2.43%, #FEF0E2 97.57%);
  border-radius: 24px;
  gap: 24px;
}
@media (max-width: 991.98px) {
  ._content_163ym_136 {
    padding: 16px 16px 8px;
  }
}

._name_163ym_152 {
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

._btns_163ym_161 {
  padding-top: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  ._btns_163ym_161 {
    flex-direction: column;
    padding-top: 0;
    margin-inline: -8px;
  }
  ._btns_163ym_161 button {
    width: 100%;
  }
}._section_v2ypf_1 {
  position: relative;
  padding-top: 64px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  ._section_v2ypf_1 {
    padding-top: 24px;
    margin-inline: -6px;
  }
}
._section_v2ypf_1:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px 40px 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FFEDED 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  ._section_v2ypf_1:before {
    border-radius: 16px 16px 0 0;
  }
}

._sectionTop_v2ypf_30 {
  position: relative;
  z-index: 2;
}

._slider_v2ypf_35 {
  max-width: 1104px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}

._card_v2ypf_42 {
  max-width: 848px;
  margin-inline: auto;
}@media (max-width: 991.98px) {
  ._section_vsrmy_2 {
    margin-bottom: 140px !important;
  }
}

._cards_vsrmy_7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 730px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  ._cards_vsrmy_7 {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  ._cards_vsrmy_7 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

._decorLeft_vsrmy_28 {
  display: block;
  position: absolute;
  width: 196px;
  right: calc(100% + 74px);
  top: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  ._decorLeft_vsrmy_28 {
    display: none;
  }
}

._decorRight_vsrmy_42 {
  display: block;
  position: absolute;
  width: 192px;
  top: 0;
  left: calc(100% + 62px);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  ._decorRight_vsrmy_42 {
    display: none;
  }
}._card_1if7d_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  position: relative;
}

._label_1if7d_9 {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -20px;
  right: 24px;
  background: linear-gradient(75.2deg, #FF4F00 6.89%, #FFD27A 62.01%, #FFA800 66.69%, #FF4F00 99.2%);
  box-shadow: inset 0px 0px 12px #FFA800;
  border-radius: 12px;
  transform: rotate(-2.37deg);
  padding: 5px 15px;
  font-weight: 500;
  line-height: 1;
  color: rgba(36, 1, 0, 0.85);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 991.98px) {
  ._label_1if7d_9 {
    padding: 9px 15px;
    top: -16px;
  }
}

._cardTop_1if7d_33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 24px;
  border: 8px solid #F8F5F2;
  border-radius: 24px 24px 44px 44px;
  min-height: 500px;
}
@media (max-width: 991.98px) {
  ._cardTop_1if7d_33 {
    padding: 8px;
  }
}
._cardTop_1if7d_33._dark_1if7d_49 {
  background-color: #240100;
  border-color: #240100;
  color: #FFFCFC;
}
@media (max-width: 991.98px) {
  ._cardTop_1if7d_33 ul {
    gap: 12px;
  }
}

@media (max-width: 991.98px) {
  ._cardInfo_1if7d_61 {
    padding: 8px;
  }
}

._title_1if7d_66 {
  margin: 0 0 12px;
}
@media (max-width: 991.98px) {
  ._title_1if7d_66 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }
}

._price_1if7d_78 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

._currentPrice_1if7d_85 {
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
}

._sale_1if7d_93 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FF5601;
}

._saleDark_1if7d_101 {
  color: #EAFF00;
}

._oldPrice_1if7d_105 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  position: relative;
}
._oldPrice_1if7d_105:before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  top: 50%;
  left: 50%;
  border: 1px solid #FF5601;
  transform: translate(-50%, -50%) matrix(0.94, -0.33, 0.36, 0.93, 0, 0);
  z-index: 1;
  pointer-events: none;
}

._oldPriceDark_1if7d_125:before {
  border-color: #EAFF00;
}

._text_1if7d_129 {
  margin-bottom: 24px;
}

._cardBtn_1if7d_133 {
  width: 100%;
}
._cardBtn_1if7d_133 > button {
  width: 100%;
}

._cardPayment_1if7d_140 {
  border-radius: 24px;
  background: #F8F5F2;
}

._cardPaymentTop_1if7d_145 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  cursor: pointer;
}

._cardPaymentTitle_1if7d_154 {
  font-weight: 600;
}

._cardPaymentDrop_1if7d_158 {
  display: none;
  padding: 0 24px 24px;
}

._cardBot_1if7d_163 {
  padding: 24px;
  border-radius: 24px;
  background: #F8F5F2;
}
@media (max-width: 991.98px) {
  ._cardBot_1if7d_163 ul {
    gap: 12px;
  }
}

._subtitle_1if7d_174 {
  margin: 0 0 24px;
  font-weight: 600;
}._popupOverlay_f3wi9_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 1, 0, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._popupContent_f3wi9_14 {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
._popupContent_f3wi9_14::-webkit-scrollbar {
  display: none;
}
._popupContent_f3wi9_14 {
  padding: 40px 64px;
}
@media (max-width: 767.98px) {
  ._popupContent_f3wi9_14 {
    width: 100%;
    padding: 8px;
    min-height: 100%;
    padding-top: 52px;
  }
}
@media (max-width: 767.98px) {
  ._popupContent_f3wi9_14 img {
    display: block;
    max-width: 100%;
  }
}

._closePopup_f3wi9_44 {
  position: absolute;
  top: 56px;
  right: 80px;
  background: none;
  border: none;
  color: #240100;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #FFFCFC;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  ._closePopup_f3wi9_44 {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 6px;
  }
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}@media (max-width: 991.98px) {
  ._section_15b0k_2 {
    margin-bottom: 140px !important;
  }
}

._wrap_15b0k_7 {
  display: flex;
  gap: 12px;
  background-image: linear-gradient(0deg, transparent 24%, #E9E7E4 25%, #E9E7E4 26%, transparent 27%, transparent 74%, #E9E7E4 75%, #E9E7E4 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #E9E7E4 25%, #E9E7E4 26%, transparent 27%, transparent 74%, #E9E7E4 75%, #E9E7E4 76%, transparent 77%, transparent);
  background-size: 46px 46px;
  background-position: -1px -1px;
  background-color: #F8F5F2;
  border-radius: 40px;
  padding: 16px;
}
@media (max-width: 991.98px) {
  ._wrap_15b0k_7 {
    padding: 8px;
    border-radius: 24px 24px 32px 32px;
  }
}

._left_15b0k_24 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  position: relative;
  gap: 24px;
  width: calc(50% - 6px);
}
@media (max-width: 991.98px) {
  ._left_15b0k_24 {
    width: 100%;
    padding: 0;
    gap: 22px;
  }
}
._left_15b0k_24:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F8F5F2;
  filter: blur(75px);
  border-radius: 100%;
  z-index: 0;
}

._right_15b0k_56 {
  padding: 32px 32px 0;
  background: #FFFCFC;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: calc(50% - 6px);
  height: 496px;
}
@media (max-width: 991.98px) {
  ._right_15b0k_56 {
    display: none;
  }
}

._img_15b0k_74 {
  display: block;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
  z-index: 0;
}

._zoom_15b0k_82 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 56px;
  height: 56px;
  right: 40px;
  bottom: 40px;
  background: #FBF1E7;
  border-radius: 100px;
  cursor: pointer;
  z-index: 2;
}
._zoom_15b0k_82 > svg {
  transition: all 0.2s;
}
._zoom_15b0k_82:hover > svg {
  transform: scale(1.1);
}

._items_15b0k_103 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  ._items_15b0k_103 {
    background: #FFFCFC;
    border-radius: 16px;
    border: 1px solid #F2EDED;
    overflow: hidden;
  }
}

._item_15b0k_103 {
  display: flex;
  white-space: nowrap;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  ._item_15b0k_103 {
    border-radius: 0;
    border-bottom: 1px solid #F2EDED;
    white-space: normal;
    padding: 15px 16px 16px;
  }
}
@media (max-width: 991.98px) {
  ._item_15b0k_103 svg {
    display: none !important;
  }
}

._itemActive_15b0k_140 {
  background: #FFFCFC;
}

._itemIco_15b0k_144 {
  min-width: 24px;
}

._itemText_15b0k_148 {
  font-weight: 500;
  color: rgba(36, 1, 0, 0.85);
  width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  ._itemText_15b0k_148 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

._nav_15b0k_166 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  ._nav_15b0k_166 {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 24px;
  }
}
._nav_15b0k_166 button {
  width: 56px;
  height: 56px;
  padding: 8px;
}
@media (max-width: 767.98px) {
  ._nav_15b0k_166 button._btn_15b0k_187 {
    width: 100%;
  }
}@media (max-width: 767.98px) {
  ._section_1utxs_2 {
    margin-inline: -6px;
    margin-bottom: 64px !important;
  }
}._grid_1sh6s_1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  width: 100%;
}
@media (max-width: 991.98px) {
  ._grid_1sh6s_1 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767.98px) {
  ._grid_1sh6s_1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

._gridItem_1sh6s_20 > div {
  height: 100%;
}

._btns_1sh6s_24 {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  ._btns_1sh6s_24 button {
    width: 100%;
  }
}._item_apdad_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  gap: 16px;
  background: #F8F5F2;
  border-radius: 24px;
  text-align: left;
}

._header_apdad_13 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 0;
  margin-bottom: 16px;
}

._avatar_apdad_21 {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 56px;
}

._name_apdad_28 {
  color: rgba(36, 1, 0, 0.85);
  text-align: left;
  margin-bottom: 4px;
}

._position_apdad_34 {
  display: inline-block;
  vertical-align: top;
  color: #FFFCFC;
  padding: 2px 8px;
  background: linear-gradient(180deg, #565353 0%, #250201 100%);
  border-radius: 6px;
}

._content_apdad_43 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px 8px;
  text-align: left;
}

._preview_apdad_51 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 192px;
}

._showAll_apdad_59 {
  display: inline-block;
  vertical-align: top;
  color: #FF4F00;
  background: transparent !important;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

._bottom_apdad_73 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

._img_apdad_80 {
  display: block;
  width: 44px;
  height: 44px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 4px 16px rgba(37, 38, 42, 0.04), 0px 2px 8px rgba(37, 38, 42, 0.1);
  border-radius: 12px;
}

._chips_apdad_88 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 15px;
  gap: 10px;
  background: #FBF1E7;
  border: 1px solid rgba(36, 1, 0, 0.06);
  border-radius: 12px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
._chips_apdad_88._blue_apdad_99 {
  background: #E3EAFC;
}
._chips_apdad_88._purple_apdad_102 {
  background: #F1E1FB;
}
._chips_apdad_88._orange_apdad_105 {
  border: 0;
  background: linear-gradient(75.2deg, #FF4F00 6.89%, #FFD27A 62.01%, #FFA800 66.69%, #FF4F00 99.2%);
  box-shadow: inset 0px 0px 12px #FFA800;
  color: #FFFCFC;
}

._fullImg_apdad_112 {
  max-width: 100%;
  height: auto;
  display: block;
}

._popupText_apdad_118 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 16px;
  gap: 16px;
  background: #F8F5F2;
  border-radius: 24px;
}._item_1477j_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 2px dashed rgba(36, 1, 0, 0.16);
  border-radius: 24px;
}

._round_1477j_11 {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #FF4F00;
  margin-bottom: 16px;
}

._title_1477j_19 {
  font-weight: 500;
  margin-bottom: 8px;
}

._stats_1477j_24 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 52px;
}

._chips_1477j_32 {
  color: #FFFCFC;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  background: linear-gradient(180deg, #565353 0%, #250201 100%);
  border-radius: 6px;
}.swiper-coverflow {
}
._videoWrapper_1fcah_1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

._video_1fcah_1 {
  width: 512px;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: relative;
  z-index: 2;
  transform: scale(1.03);
}
@media (max-width: 991.98px) {
  ._video_1fcah_1 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

._progressSvg_1fcah_29 {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: 4;
  pointer-events: none;
}
._progressSvg_1fcah_29 > circle {
  transition: all 0.7s;
}

._playBtn_1fcah_42 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #CCFF00;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
._playBtn_1fcah_42 ._playIcon_1fcah_57 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #000;
  margin-left: 4px;
}._sliderSection_19804_1 {
  display: block;
  max-width: 512px;
  height: 512px;
  margin: 0 auto 64px;
  overflow: visible;
  position: relative;
}
@media (max-width: 991.98px) {
  ._sliderSection_19804_1 {
    height: auto;
    padding-inline: 19px;
    margin-bottom: 40px;
  }
}
._sliderSection_19804_1 > ._swiper-nav_19804_16 {
  padding: 0;
}
.swiper[data-v-b95870c0] {
        overflow: visible;
}
.swiper-slide {
&[data-v-b95870c0] {
        overflow: hidden;
        opacity: 0;
        }
div[data-v-b95870c0] {
            transition: all .3s;
}
}
.swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
&[data-v-b95870c0] {
        transition: all 0.5s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.5;
        margin-top: 136px;
        }
> div[data-v-b95870c0] {
            transform: scale(0.4);
            opacity: .5;
}
}
.swiper-slide-active[data-v-b95870c0] {
        opacity: 1;
}
.swiper-slide-prev, .swiper-slide-next {
&[data-v-b95870c0] {
        opacity: 1;
        }
> div[data-v-b95870c0] {
            transform: scale(0.5);
            opacity: .5;
}
}
.swiper-slide-prev > div[data-v-b95870c0] {
        transform: scale(0.5) translateX(-58px);
}
.swiper-slide-next > div[data-v-b95870c0] {
        transform: scale(0.5) translateX(58px);
}
.swiper-slide[data-v-b95870c0]:has(+ .swiper-slide-prev),
    .swiper-slide-next + .swiper-slide[data-v-b95870c0] {
        opacity: 1;
        margin-top: 46px;
}
.custom-slider__nav[data-v-b95870c0] {
        top: 48.5%;
}
.custom-slider__nav-prev[data-v-b95870c0] {
        left: -174px;
}
.custom-slider__nav-next[data-v-b95870c0] {
        right: -174px;
}
@media (max-width: 991px) {
.swiper-slide[data-v-b95870c0]:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next),
        .swiper-slide[data-v-b95870c0]:has(+ .swiper-slide-prev),
        .swiper-slide-next + .swiper-slide[data-v-b95870c0] {
            margin-top: 0;
}
}

.section[data-v-c5dfd7cc] {
        overflow: hidden;
}
._successPage_zx9yd_1 {
  position: relative;
}
._successPage_zx9yd_1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(14, 209, 98, 0.08);
  mix-blend-mode: multiply;
  filter: blur(75px);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

._successTop_zx9yd_19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 64px;
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
._successTop_zx9yd_19 > h1 {
  margin-bottom: 0;
}

._contacts_zx9yd_36 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  background: #F8F5F2;
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.1), 0px 50px 70px -40px rgba(50, 50, 93, 0.25);
  border-radius: 40px;
  max-width: 764px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
  margin-bottom: 140px;
}
@media (max-width: 767.98px) {
  ._contacts_zx9yd_36 {
    padding: 24px;
    margin-bottom: 120px;
    border-radius: 32px;
  }
}
._contacts_zx9yd_36 ._title_zx9yd_57 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  ._contacts_zx9yd_36 ._title_zx9yd_57 {
    flex-direction: column;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
  }
}
._contacts_zx9yd_36 ._title_zx9yd_57 svg {
  min-width: 64px;
}
@media (max-width: 767.98px) {
  ._contacts_zx9yd_36 ._title_zx9yd_57 svg {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
}
._contacts_zx9yd_36 ._text_zx9yd_86 {
  max-width: 440px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  ._contacts_zx9yd_36 ._text_zx9yd_86 {
    text-align: center;
    margin-bottom: 32px;
  }
}
._contacts_zx9yd_36 ._btns_zx9yd_96 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
._contacts_zx9yd_36 ._btns_zx9yd_96 > button {
  width: calc(50% - 6px);
}
@media (max-width: 767.98px) {
  ._contacts_zx9yd_36 ._btns_zx9yd_96 > button {
    width: 100%;
  }
}
._contacts_zx9yd_36 ._btns_zx9yd_96 > button._btn_zx9yd_96 {
  width: 100%;
}
._contacts_zx9yd_36 ._btns_zx9yd_96 > button:not(._btn_zx9yd_96) {
  justify-content: space-between;
  border-radius: 16px;
}
svg[data-v-5cb2ef70] {
        display: inline-block;
        vertical-align: middle;
}


* {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
  box-shadow: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body, html {
  font-feature-settings: "pnum" on, "lnum" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
  scroll-behavior: smooth;
}
html {
  height: 100%;
}
@media (min-width: 992px) {
  html.iswindows {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  html.iswindows::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 10px;
    background: #f1f1f1;
  }
}
@media (min-width: 992px) {
  html.iswindows::-webkit-scrollbar-thumb {
    width: 10px;
    height: 30px;
    border-radius: 8px;
    background: #353535;
  }
}
body {
  scroll-behavior: smooth;
  font-family: "Onest", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(36, 1, 0, 0.85);
  background: #FFFCFC;
  font-feature-settings: "pnum" on, "lnum" on;
}
main {
  min-height: calc(100vh - 400px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
main::-webkit-scrollbar {
  display: none;
}
.container {
  max-width: 1408px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-inline: 8px;
  }
}
h4, .h4,
h3, .h3,
h2, .h2,
h1, .h1 {
  font-family: "Wix Madefor Display", "Raleway", "Arial", sans-serif;
  color: inherit;
}
h4 .mark, .h4 .mark,
h3 .mark, .h3 .mark,
h2 .mark, .h2 .mark,
h1 .mark, .h1 .mark {
  display: inline-block;
  color: #240100;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  h4 .mark, .h4 .mark,
  h3 .mark, .h3 .mark,
  h2 .mark, .h2 .mark,
  h1 .mark, .h1 .mark {
    margin-left: 4px;
    margin-right: 4px;
  }
}
h4 .mark:before, .h4 .mark:before,
h3 .mark:before, .h3 .mark:before,
h2 .mark:before, .h2 .mark:before,
h1 .mark:before, .h1 .mark:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -5px;
  left: -17px;
  right: -18px;
  background: linear-gradient(75.2deg, #FF4F00 6.89%, #FFD27A 62.01%, #FFA800 66.69%, #FF4F00 99.2%);
  box-shadow: inset 0px 0px 36px #FFA800;
  border-radius: 12px;
  transform: rotate(-2deg);
  z-index: -1;
}
@media (max-width: 991.98px) {
  h4 .mark:before, .h4 .mark:before,
  h3 .mark:before, .h3 .mark:before,
  h2 .mark:before, .h2 .mark:before,
  h1 .mark:before, .h1 .mark:before {
    left: -5px;
    right: -14px;
    bottom: -2px;
  }
}
h4 .widthXl, .h4 .widthXl,
h3 .widthXl, .h3 .widthXl,
h2 .widthXl, .h2 .widthXl,
h1 .widthXl, .h1 .widthXl {
  width: 120%;
}
@media (max-width: 991.98px) {
  h4 .widthXl, .h4 .widthXl,
  h3 .widthXl, .h3 .widthXl,
  h2 .widthXl, .h2 .widthXl,
  h1 .widthXl, .h1 .widthXl {
    width: 100%;
  }
}
h1, .h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -0.005em;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
  }
}
h2, .h2 {
  font-weight: 500;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -0.005em;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }
}
h3, .h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
  }
}
h4, .h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.h1,
.h2,
.h3 {
  margin-top: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #240100;
  text-decoration: none;
}
.section {
  margin-bottom: 140px;
}
@media (max-width: 991.98px) {
  .section {
    margin-bottom: 104px;
  }
}
.section-top {
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .section-top {
    margin-bottom: 40px;
  }
}
.section-top h2 {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.custom-slider {
  position: relative;
}
.custom-slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #FF4F00;
  border: 1px solid #FF4F00;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 10;
}
.custom-slider__nav:hover {
  background: #d74400;
}
.custom-slider__nav-prev {
  transform: rotate(-180deg);
  right: auto;
  left: 0;
}
.custom-slider__nav[disabled] {
  background: #FBF1E7;
  border: 1px solid rgba(36, 1, 0, 0.02);
  cursor: default;
}
.custom-slider__nav[disabled] svg {
  filter: brightness(0);
}
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: 14px;
  margin-top: 24px;
}
.swiper-nav .swiper-pagination,
.swiper-nav .custom-slider__nav {
  position: static;
}
.swiper-nav .swiper-pagination {
  display: flex;
}
.swiper-nav .swiper-pagination-bullet {
  height: 2px;
  width: 100%;
  background: #9C8B8B;
  border-radius: 2px;
}
.swiper-nav .swiper-pagination-bullet.active {
  background: #240100;
}
@media (min-width: 992px) {
  .swiper-nav {
    display: none;
  }
}
.swiper-nav-desktop {
  display: none;
}
@media (min-width: 992px) {
  .swiper-nav-desktop {
    display: block;
  }
}