@font-face {
  font-family: Velasans Bold;
  src: url('../fonts/VelaSans-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Velasans main;
  src: url('../fonts/VelaSans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hauora;
  src: url('../fonts/Hauora-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #020202;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hauora, Tahoma, sans-serif;
  font-size: 3.46667rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hauora, Tahoma, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Velasans Bold, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Velasans Bold, Impact, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
}

p {
  color: #fcfcfcb3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Velasans main, Impact, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

a {
  color: #fcfcfccc;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-out;
}

a:hover {
  color: #fcfcfc;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

.style-guide {
  display: none;
}

.footer {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 999;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
}

.section {
  mix-blend-mode: difference;
  width: 100%;
  max-width: 100dvw;
  position: relative;
}

.section.hidden {
  overflow: hidden;
}

.section.hidden.top-section.none {
  overflow: visible;
}

.section.hero {
  height: 100dvh;
  overflow: hidden;
}

.section.thanks {
  height: 100dvh;
}

.global-padding {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.global-padding.swiper-padding {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.global-padding.footer {
  z-index: 15;
}

.global-padding.hero {
  z-index: 25;
  position: relative;
}

.global-padding.thenks {
  height: 100%;
}

.content {
  width: 100%;
  max-width: none;
}

.content.thsnks {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.review {
  cursor: grab;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.swiper-wrapper.swiper-feuters-wrapper {
  cursor: grab;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
}

.swiper-item {
  object-fit: cover;
  background-position: center;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  padding: 1.5625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-item.swiper-review-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(135deg, #fcfcfc03, #fcfcfc0a);
  border: 1px solid #fcfcfc1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
}

.swiper-item.swiper-review-item.swiper-slide {
  width: auto;
  min-width: auto;
  max-width: 23.5625rem;
  display: flex !important;
}

.swiper-item.swiper-review-item.swiper-slide.review {
  aspect-ratio: auto;
  text-align: left;
  height: auto;
  min-height: auto;
  max-height: none;
}

.swiper-item.swiper-slide {
  aspect-ratio: 700 / 323;
  flex: 1 0 auto;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 42vh;
  max-height: 45vh;
}

.swiper-item.swiper-slide.card-main {
  aspect-ratio: auto;
  height: auto;
}

.swiper-item.swiper-slide.swiper-slide-feuters {
  min-height: 25vh;
}

.feuters-item-wrapper {
  z-index: 15;
  grid-column-gap: 2.05882rem;
  grid-row-gap: 2.05882rem;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.feuters-item-wrapper.mobile {
  width: auto;
  height: 100%;
}

.feuters-photo {
  aspect-ratio: 240 / 273;
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  width: auto;
  min-width: auto;
  height: 100%;
}

.feuters-content-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.feuters-card-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.feuters-card-wrapper.mobile {
  display: none;
}

.overflow-back {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff08;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  position: absolute;
  inset: 0;
}

.overflow-back.cpa {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.tags {
  color: #fff;
  white-space: nowrap;
  border-radius: 50px;
  padding: .5rem .75rem;
  font-family: Velasans main, Impact, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 140%;
}

.tags.tag-error {
  color: #ff454c;
  text-align: center;
  background-color: #fcfcfc1a;
  min-width: auto;
}

.tags.blue {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #1962ef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags.tag-cpa {
  background-color: #fcfcfc1a;
}

.tags.tag-cpa.blue-op {
  background-color: #1962ef66;
}

.tags.tag-cpa.f-white {
  color: #020202;
  background-color: #fcfcfc;
}

.tags.tag-cpa.f-blue {
  background-color: #1962ef;
}

.tags.dark {
  background-color: #0f0f0f;
  padding-left: .84375rem;
  padding-right: .84375rem;
}

.tags.dark.docs {
  color: #3730a3;
  background-color: #e0e7ff;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.tags.tags-geo {
  white-space: nowrap;
  border: 1px solid #fcfcfc1a;
}

.tags.tags-work {
  color: #fff9;
  padding: 0;
}

.tags.tags-tab {
  background-color: #1962ef;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tags.white {
  color: #020202;
  background-color: #fcfcfc;
}

.tags.white.mobile-tag {
  z-index: 15;
  display: none;
  position: relative;
}

.feuters-head-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ut-h2 {
  color: #fcfcfc;
  max-width: 17.5rem;
  font-family: Velasans Bold, Impact, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
}

.ut-text {
  color: #fcfcfcb3;
  max-width: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.ut-text.cards-head {
  z-index: 15;
  color: #fcfcfc;
  text-align: center;
  max-width: 20rem;
  font-family: Velasans Bold, Impact, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.ut-text.cards-head.left {
  text-align: left;
}

.ut-text.cards-head.left.tabs {
  max-width: none;
}

.ut-text.cards-head.max-15rem {
  max-width: 15rem;
}

.ut-text.slider-text {
  max-width: 17.8125rem;
}

.ut-text.hauora {
  color: #fcfcfc;
  width: 17.1875rem;
  font-family: Hauora, Tahoma, sans-serif;
  font-size: 1.375rem;
  line-height: 120%;
}

.ut-text.bold {
  color: #fcfcfc;
  width: 13rem;
  min-width: 13rem;
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
}

.ut-text.head-scroll-width {
  color: #fcfcfc;
  font-family: Velasans Bold, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.ut-text.head-scroll-width._332 {
  max-width: 20.75rem;
  line-height: 110%;
}

.ut-text.head-scroll-width.biggest {
  text-align: center;
  font-family: Hauora, Tahoma, sans-serif;
  font-size: 2.75rem;
  line-height: 110%;
}

.ut-text.head-scroll-width.biggest.left {
  text-align: left;
}

.ut-text.head-scroll-width._310 {
  max-width: 52%;
  line-height: 110%;
}

.ut-text.is-445 {
  max-width: 27.8125rem;
  margin-top: 1rem;
}

.ut-text.big {
  max-width: 32.1875rem;
  font-size: 1.375rem;
}

.ut-text.big.margin-top {
  margin-top: 2rem;
}

.ut-text.big.max-size {
  max-width: 13.75rem;
}

.ut-text.bold-op {
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
}

.ut-text.is-643 {
  text-align: center;
  max-width: 30rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: #fcfcfc;
  background-color: #020202;
  font-family: Velasans main, Impact, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.attention-wrapper {
  flex-flow: column;
  display: flex;
}

.grid-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-item {
  background-color: #fcfcfc0d;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 17.625rem;
  padding: 1.5625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-back-non {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.span-op {
  color: #fcfcfc99;
}

.ut-max-width, .ut-max-width.is-574 {
  max-width: 35.875rem;
  margin-left: auto;
  margin-right: auto;
}

.ut-max-width.left {
  text-align: left;
}

.ut-max-width.left.low {
  margin-bottom: .25rem;
  font-size: 2.125rem;
}

.ut-max-width.left.ut-low {
  color: #fcfcfc99;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.ut-max-width.left.is-804 {
  max-width: 50.25rem;
}

.ut-max-width.big {
  letter-spacing: 0;
  font-size: 4rem;
}

.ut-max-width.is-598 {
  max-width: 37.375rem;
  margin-left: auto;
  margin-right: auto;
}

.ut-max-width.footer-head {
  max-width: 29.125rem;
  margin-left: auto;
  margin-right: auto;
}

.ut-max-width.is-600 {
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.25rem;
}

.ut-max-width.serivces-head {
  max-width: 25rem;
  margin-left: 0;
}

.ut-max-width.service-text {
  text-align: left;
  max-width: 25rem;
  margin-left: 0;
}

.ut-max-width.is-802 {
  max-width: 50.125rem;
  margin-left: 0;
}

.ut-max-width.is-802.stiche-head {
  margin-bottom: 3.75rem;
  position: sticky;
  top: 8.1rem;
}

.ut-max-width.is-445 {
  max-width: 27.8125rem;
  margin-top: 1rem;
}

.ut-max-width.is-377 {
  max-width: 23.5625rem;
}

.ut-max-width.is-281 {
  max-width: 17.5625rem;
  margin-left: 0;
}

.ut-max-width.is-281.is-310 {
  max-width: 22rem;
}

.ut-max-width.is-281.is-350 {
  max-width: 23rem;
}

.ut-max-width.is-281.is-350.is-second {
  max-width: 25rem;
}

.ut-max-width.is-500 {
  max-width: 37.375rem;
}

.ut-max-width.is-383 {
  max-width: 20rem;
  margin-left: 0;
}

.ut-max-width.is-383.is-300 {
  max-width: 17rem;
}

.ut-max-width.none {
  max-width: none;
}

.ut-max-width.is-332 {
  max-width: 20.125rem;
  margin-left: 0;
}

.ut-max-width.is-332.is-big {
  max-width: none;
}

.ut-max-width.left {
  margin-left: 0;
}

.ut-max-width.is-643 {
  max-width: 35rem;
}

.ut-max-width.is-hero-head {
  max-width: 41rem;
}

.ut-max-width.is-200 {
  max-width: 20rem;
}

.ut-max-width.is-302 {
  margin-left: 0;
}

.ut-max-width.is-17 {
  max-width: 13.75rem;
  margin-left: 0;
}

.ut-max-width.is-tarif-text {
  max-width: 332.188rem;
  margin-top: 1.25rem;
  margin-left: 0;
}

.scroll-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.scroll-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.scroll-item.top {
  margin-top: 8.125rem;
}

.scroll-item.mobile {
  display: none;
}

.scroll-item-inline {
  border: 1px solid #202020;
  border-radius: 1.25rem;
  padding: 3.4375rem 0;
}

.scrill-item-inline-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16rem;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.scroll-inline-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #fcfcfc1a;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.1875rem;
  padding: 1.5625rem;
  display: flex;
}

.scroll-inline-card.blue {
  background-color: #1962ef1a;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

.scroll-inline-card.dark {
  max-width: 16rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.scolll-cpa-card {
  aspect-ratio: 1;
  background-image: url('../images/Frame-1597884579_1Frame 1597884579.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fcfcfc1a;
  border-radius: 1.25rem;
  padding: 2.25rem;
  position: relative;
}

.scolll-cpa-card.mobile {
  display: none;
}

.scroll-cpa-content {
  z-index: 15;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-cpa-top {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-cpa-bottom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-cpa-bottom.horizont {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.scroll-cpa-bottom.horizont.second {
  margin-top: 2.5rem;
}

.scroll-cpa-bottom.horizont.second.mobile {
  display: none;
}

.scroll-cpa-bottom.horizont.hero {
  margin-top: 2.1875rem;
}

.ut-bttn {
  color: #020202;
  background-color: #fcfcfc;
  border-radius: 50px;
  padding: .875rem 1.25rem;
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
  transition: all .25s ease-out;
}

.ut-bttn:hover {
  color: #fcfcfc;
  background-color: #020202;
}

.ut-bttn.second {
  color: #fcfcfc;
  background-color: #0063f9;
  transition-duration: .35s;
}

.ut-bttn.second:hover {
  color: #020202;
  background-color: #fcfcfc;
}

.ut-bttn.hover-blue:hover {
  background-color: #0063f9;
}

.ut-bttn.hover-blue.menu-none-bttn.thanks {
  margin-top: 11px;
}

.ut-bttn.form-bttn-margin {
  margin-top: 2.5rem;
}

.ut-bttn.copy {
  opacity: 0;
  pointer-events: none;
}

.ut-link-bttn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fcfcfcb3;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.ut-link-bttn:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.ut-link-bttn.second {
  background-color: #020202;
  border-radius: 50px;
}

.scroll-full-width {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.scroll-full-width.top-margin.sticky-cards {
  margin-top: 0;
}

.scroll-full-card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #020202bf;
  border-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 26.375rem;
  padding: 2.1875rem;
  display: flex;
  position: sticky;
  top: 20rem;
  overflow: hidden;
}

.scroll-full-card.one {
  z-index: 1;
}

.scroll-full-card.two {
  z-index: 5;
}

.scroll-full-card.three {
  z-index: 10;
}

.scroll-full-card.four {
  z-index: 15;
}

.back-scroll-card {
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/back-card_1back-card.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 1.875rem;
  width: auto;
  height: auto;
  position: absolute;
  inset: 1px 0;
}

.back-scroll-card.two {
  background-image: url('../images/back-card-second_1back-card-second.avif');
}

.back-scroll-card.three {
  background-image: url('../images/back-card-three_1back-card-three.avif');
}

.back-scroll-card.four {
  background-image: url('../images/back-card-four_1back-card-four.avif');
}

.scroll-card-content {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image {
  width: 26.75rem;
  position: absolute;
  bottom: -3rem;
  right: 7.5625rem;
}

.prefences-container {
  width: 100%;
}

.prefences-top {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prefences-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  object-fit: cover;
  background-image: url('../images/glass-cpa-back_1glass-cpa-back.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fcfcfc1a;
  border-radius: 2rem;
  flex-flow: column;
  margin-top: 8.125rem;
  margin-left: 5.875rem;
  margin-right: 5.875rem;
  padding: 1.5625rem;
  display: flex;
}

.prefences-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.prefences-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 14.3125rem;
  display: flex;
}

.prefences-icon {
  width: 3.125rem;
}

.prefences-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.prefences-social {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iocn-tg-big {
  width: 5.25rem;
}

.div-block {
  display: flex;
}

.back-icon {
  z-index: -1;
  background-image: url('../images/back-icon_1back-icon.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.back-icon.why {
  background-image: linear-gradient(#0000 41% 47%, #000);
  background-position: 0 0;
  height: auto;
  top: 0;
  right: 0;
  overflow: hidden;
}

.back-icon.back-rotate {
  pointer-events: none;
  background-image: none;
  width: 86rem;
  height: auto;
  display: flex;
  inset: -10rem 0 auto auto;
  overflow: hidden;
}

.back-icon.none {
  pointer-events: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.back-icon.none.back-all-social {
  height: auto;
  bottom: -14%;
}

.accordeon-contain {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  display: flex;
}

.accordeon {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordeon.head-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.accordeon-header-wrapper-inline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 18.9375rem;
  display: flex;
}

.span-bold {
  color: #fcfcfc;
  font-family: Velasans Bold, Impact, sans-serif;
}

.accordeon-item {
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 1.25rem;
  padding: 1.5625rem;
}

.accordeon-item.top-margin-sm {
  margin-top: .625rem;
}

.accordeon-content {
  overflow: hidden;
}

.accordeon-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordeon-content-inline {
  padding-top: 1.5625rem;
}

.accordeon-trigger-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordeon-icon {
  width: 1rem;
}

.review-header {
  justify-content: space-between;
  align-items: center;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-content {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.swiper.swiper-review {
  width: auto;
}

.swiper.swiper-feuters {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.review-iten-header-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.review-item-photo {
  aspect-ratio: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 5rem;
  min-width: 5rem;
}

.review-heade-text-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.swiper-arrow-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-arrow-wrapper.mobile {
  display: none;
}

.swiper-arrow {
  cursor: pointer;
  width: 3.125rem;
}

.tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: auto;
  min-height: auto;
  display: block;
}

.tabs-item {
  aspect-ratio: auto;
  background-color: #0f0f0f;
  border-radius: 1.25rem;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.tabs-menu-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fcfcfc;
  background-color: #1c1c1c;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.66667rem;
  display: flex;
}

.tabs-menu-item.w--current {
  background-color: #1962ef;
  padding-right: 1.66rem;
}

.cards-back-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-item-content {
  z-index: 15;
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  display: flex;
  position: relative;
}

.grid-card-second {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cards-grid-second {
  grid-column-gap: 4.625rem;
  grid-row-gap: 4.625rem;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(#fcfcfc05, #ffffff0d);
  border: 1px solid #fcfcfc1a;
  border-radius: 1.25rem;
  flex-flow: column;
  width: calc(33.33% - .7rem);
  padding: 1.5625rem;
  display: flex;
}

.cards-grid-second.two {
  width: calc(50% - .5rem);
}

.cards-grid-second.two.card-main.four-grid, .cards-grid-second.two.card-main.five-grid, .cards-grid-second.card-main.first-grid, .cards-grid-second.card-main.second-grid, .cards-grid-second.card-main.three-grid {
  background-image: linear-gradient(#fcfcfc05, #ffffff0d);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.card-second-heads {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 23.9375rem;
  display: flex;
}

.catds-second-icon {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: .75rem;
  width: 3.125rem;
  overflow: hidden;
}

.back-gradient {
  z-index: 5;
  background-image: linear-gradient(#020202, #02020200);
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 34.375rem;
  right: 0;
}

.back-gradient.invert {
  background-image: linear-gradient(#02020200, #020202);
  top: auto;
  bottom: 0;
}

.back-gradient.invert.second {
  background-image: linear-gradient(#020202, #02020200);
}

.back-gradient.second {
  top: -5rem;
  left: auto;
  right: 34.375rem;
}

.back-gradient.tabs {
  left: 0;
}

.back-gradient-image {
  filter: blur(62px);
  width: 100%;
}

.how-days-donna-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.how-donna-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  display: flex;
}

.how-donna-scroll {
  aspect-ratio: 2 / 3;
  border: 1px solid #fcfcfc1a;
  border-radius: 1.875rem;
  flex-flow: column;
  flex: auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 23.5625rem;
  height: auto;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
  position: sticky;
  top: 5rem;
  overflow: hidden;
}

.how-donna-back {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.how-donna-back.tablet, .how-donna-back.mobile, .how-donna-back.cards.mobile {
  display: none;
}

.how-donna-scroll-bottom {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.how-donna-card {
  background-color: #0f0f0f;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  height: 15.625rem;
  padding: 1.5625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tariffs-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.tags-cloud-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31rem;
  margin-top: 1.25rem;
  display: flex;
}

.tags-cloud-wrapper.top-margin-card {
  margin-top: 1.8125rem;
}

.tabs-price {
  width: 100%;
}

.tabs-price-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.price-menu-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fcfcfcb3;
  background-color: #dbe7f71a;
  border: 1px solid #fcfcfc1a;
  border-radius: 50px;
  margin-bottom: 0;
  padding: .5625rem .75rem;
  display: flex;
}

.price-menu-link.w--current {
  color: #fff;
  background-color: #1962ef;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem .75rem;
}

.price-tabs-item {
  width: 100%;
}

.price-tarif-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-tarif-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#fcfcfc05, #fcfcfc0a);
  border: 1px solid #fcfcfc1a;
  border-radius: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5625rem;
  display: flex;
}

.price-left-wrapper {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  display: flex;
}

.image-back {
  position: relative;
  right: -30%;
  transform: rotate(-37.7deg);
}

.image-back.mobile {
  display: none;
}

.animations-content {
  display: block;
}

.animations-left {
  width: 100%;
  max-width: 43.125rem;
}

.animations-left.first {
  order: 9999;
}

.animations-line {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.animations-line.second {
  margin-top: 7.125rem;
}

.list-feuters-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.list-feuters-wrapper.second {
  flex-flow: column;
}

.column-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column-list-wrapper.one {
  flex: 1 0 auto;
  width: auto;
}

.list-wrapper-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marker-list {
  aspect-ratio: 1;
  background-color: #1962ef;
  border-radius: .125rem;
  width: .625rem;
  transform: rotate(45deg);
}

.animations-right {
  z-index: auto;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid #fcfcfc0d;
  border-radius: 2rem;
  width: 35%;
  position: static;
  overflow: visible;
}

.lottie-player {
  aspect-ratio: 364 / 499;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  margin-top: 0;
}

.footer-top-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-top-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo {
  width: 8.25rem;
  height: 1.8125rem;
}

.logo.bottom {
  width: 12.5625rem;
  height: 2.8125rem;
}

.logo.bottom.w--current {
  height: auto;
}

.logo-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.footer-icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-icon {
  aspect-ratio: 1;
  background-color: #020202;
  border-radius: .8125rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  display: flex;
}

.footer-bottom-head-wrapper {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foooter-info-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.1875rem;
  display: flex;
}

.footer-info-middle {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.op-70 {
  color: #fcfcfcb3;
  font-weight: 500;
}

.footer-back {
  z-index: -2;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.footer-back-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
}

.overflow-footer {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#000, #0000 70%);
  position: absolute;
  inset: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.rght-menu-wrapper {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #fcfcfc0d;
  border-radius: 4.125rem;
  justify-content: flex-end;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
}

.hero-content {
  margin-top: 8.125rem;
}

.hero-header-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.hero-header-wrapper.thanks {
  justify-content: flex-start;
  align-items: center;
}

.hero-background {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0 auto 0 0;
  overflow: visible;
}

.image-2 {
  z-index: -1;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  transform: translate(6%);
}

.glass-wrapper {
  z-index: 2;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 36vh 0 0;
}

.glass-line {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.glass {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#fcfcfc03, #fcfcfc08);
  border: 1px solid #fcfcfc05;
  border-radius: .833333vw;
  width: 9.72222vw;
}

.phone-wrapper {
  z-index: 25;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 53vh;
}

.phone-middle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-image {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.phone-image.middle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 59.8633vh;
  height: auto;
}

.phone-image.middle.mobile {
  display: none;
}

.gradient-hero {
  z-index: 30;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-hero.bottom {
  filter: blur(15px);
  background-image: linear-gradient(#02020200, #020202 45% 100%, #02020200);
  width: 100%;
  height: 22vh;
  top: auto;
  bottom: -5vh;
}

.gradient-hero.top {
  filter: blur(12px);
  background-image: linear-gradient(#020202 47%, #02020200);
  width: 100%;
  height: 65vh;
}

.back-tabs {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.back-tabs.second {
  justify-content: flex-end;
  align-items: flex-end;
}

.back-tabs-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-3 {
  width: 15.625rem;
  margin: 0 0 2.875rem;
}

.image-4 {
  width: 18.75rem;
  margin-bottom: .8125rem;
  margin-left: auto;
  margin-right: 4.75rem;
}

.image-tabs {
  margin-bottom: 3.4375rem;
}

.tabs-image {
  width: 25.125rem;
  margin-bottom: 3.4375rem;
}

.image-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 3.125rem;
  position: absolute;
  top: 17rem;
  left: 6rem;
}

.image-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 3.125rem;
  position: absolute;
  bottom: 9.625rem;
  right: 5.8125rem;
}

.image-7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 3.125rem;
  position: absolute;
  bottom: 3.75rem;
}

.div-block-2 {
  position: absolute;
  inset: 0;
}

.image-8 {
  width: 27.1875rem;
}

.image-9 {
  width: 18.75rem;
  margin-bottom: 6.25rem;
}

.image-10 {
  width: 26rem;
  margin-bottom: 3.25rem;
}

.image-11 {
  width: 3.125rem;
  position: absolute;
  bottom: 6.875rem;
  left: 2rem;
}

.image-12 {
  width: 3.125rem;
  position: absolute;
  top: 13.5625rem;
  left: 7.25rem;
}

.image-13 {
  width: 3.125rem;
  position: absolute;
  top: 15.8125rem;
  right: 4.4375rem;
}

.currency {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #020202;
  border-radius: 500px;
  width: 1.375rem;
}

.back-image-icon {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.back-image-icon.glasses.mobile {
  display: none;
}

.back-icon-gradient-bottom {
  z-index: 15;
  background-image: linear-gradient(#020202, #02020200 9% 79%, #020202);
  height: 100%;
  position: absolute;
  inset: 0;
}

.tarifs-absolute {
  background-image: linear-gradient(#020202 13%, #02020200 35% 60%, #020202 80%);
  position: absolute;
  inset: 0;
}

.price-tarifs-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.swiper-pagination {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fcfcfc0d;
  border: 1px solid #fcfcfc1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: flex;
}

.tabs-flex-mobile {
  display: none;
}

.tabs-flex-item {
  aspect-ratio: 1;
  border-radius: 7.125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-14 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.background-gradient {
  display: none;
}

.styles {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding: 120px;
  display: flex;
}

.ut-h1-ulg {
  font-size: 4rem;
}

.align-left {
  text-align: left;
  margin-right: auto;
}

.align-left.left {
  display: flex;
}

.align-left.sticky-head {
  position: sticky;
  top: 5rem;
}

.align-left.head-slider-feuters {
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
}

.align-left.align-middle-mobile {
  display: none;
}

.align-left.max-mobile.align-middle-mob {
  font-weight: 500;
}

.align-left.special {
  opacity: .7;
  color: #fcfcfc;
  font-family: Velasans main, Impact, sans-serif;
  font-weight: 500;
}

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

.cards-head {
  z-index: 15;
  max-width: 20rem;
  position: relative;
}

.is-bold {
  font-family: Velasans Bold, Impact, sans-serif;
  font-weight: 600;
}

.lg-none, .lg-md-none {
  display: none;
}

.div-block-3 {
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.flash-icon-abs {
  width: 3.125rem;
  position: absolute;
  left: 55%;
}

.card-main {
  border-radius: 1.25rem;
  padding: 1.5625rem;
}

.top-margin {
  margin-top: 3.75rem;
}

.top-margin-card {
  margin-top: 1rem;
}

.top-margin-card.form-lead-text {
  font-family: Velasans main, Impact, sans-serif;
  font-weight: 500;
}

.top-section {
  margin-top: 10.625rem;
}

.margin-top-include-cards {
  margin-top: 1.625rem;
}

.slider-review-max {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 100%;
  display: flex;
}

.mobile-menu, .menu-trigger {
  display: none;
}

.form-fixed {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.form-fixed.demo, .form-fixed.sign-up {
  display: none;
}

.overflow-back-form {
  z-index: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #fcfcfc0d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form-wrapper {
  z-index: 25;
  background-color: #0f0f0f;
  border-radius: 1.875rem;
  padding: 2.1875rem;
  position: relative;
  overflow: hidden;
}

.ovefrlow-form {
  z-index: -1;
  filter: blur(5px);
  background-image: url('../images/planet_1planet.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form-content {
  z-index: 25;
  position: relative;
}

.top-margin-form {
  max-width: 21.875rem;
  margin: 2.5rem auto 0;
}

.input {
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: #fcfcfc1a;
  border: 1px solid #fcfcfc1a;
  border-radius: 50px;
  height: 3.125rem;
  padding: .875rem 1.25rem;
  position: relative;
  color: #fcfcfc !important;
}

.input::placeholder {
  color: #fcfcfc80;
}

.input.area {
  border-radius: 1.25rem;
  height: 6.875rem;
}

.input.select {
  z-index: 25;
}

.form {
  flex-flow: column;
  display: flex;
}

.lottie-overflow {
  opacity: .48;
  filter: blur(25px);
  object-fit: cover;
  background-image: linear-gradient(#02020200, #0202021a), linear-gradient(#02020238 22%, #020202);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -10%;
}

.lottie-overflow.second {
  object-fit: cover;
}

.card-second {
  padding: 2.1875rem;
}

.div-block-4 {
  z-index: -1;
  border-radius: 0;
  width: 65.75rem;
  position: absolute;
  top: -5rem;
  left: 34.375rem;
}

.div-block-4.invert {
  left: auto;
  right: 34.375rem;
}

.image-15 {
  min-width: 65.75rem;
}

.div-block-5 {
  z-index: 10;
  aspect-ratio: auto;
  filter: blur();
  outline-offset: 0px;
  background-image: radial-gradient(circle, #02020200 32%, #020202 84%);
  border: 0 #020202;
  border-radius: 0;
  outline: 0 #020202;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-5.second {
  background-image: radial-gradient(circle, #051026 32% 84%);
}

.image-16 {
  z-index: 1;
  position: relative;
}

.icon-image {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-image.layer-two {
  z-index: 0;
}

.hero-text {
  max-width: 30rem;
}

.hero-text.special {
  font-weight: 500;
}

.swiper-feuters-header {
  max-width: 690px;
  margin-bottom: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.back-icon-image {
  aspect-ratio: 1440 / 556;
  object-fit: cover;
}

.span-link {
  text-decoration: underline;
}

.blur-back {
  z-index: 15;
  aspect-ratio: 364 / 499;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fcfcfc0d;
  border-radius: 2rem;
  width: 35%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.div-block-6 {
  background-color: #0000;
  background-image: url('../images/setka.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-5 {
  font-weight: 600;
}

.glass-image {
  position: absolute;
}

.form-close-icon {
  display: none;
}

.review-item-header-wrapper-inclue {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-pagination-review {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fcfcfc0d;
  border: 1px solid #fcfcfc1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: min-content;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: flex;
}

.feuters-card-line {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-bottom-animate {
  display: none;
}

.arrow-open-reg {
  z-index: 333;
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.gradient-how-you, .code-embed {
  display: none;
}

.is-body-docs {
  background-color: #f9fafb;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
}

.anim-code {
  display: none;
}

.tranks-content {
  flex-flow: column;
  display: flex;
}

.thanks-back {
  z-index: -1;
  background-image: url('../images/Desktop---7.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thanks-icon {
  width: 4rem;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.docs-content {
  background-color: #fff;
  border-radius: .5rem;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.docs-main-wrapper {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}

.docs-main-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1a60f3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 21px;
  display: flex;
}

.docs-aside-head {
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 21px;
  display: flex;
  position: relative;
}

.docs-aside-head.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 21px;
  padding-bottom: 21px;
}

.h1-docs {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.lead-docs {
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.docs-text-second-head {
  color: #000000b3;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 120%;
}

.docs-text-second-head.footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  background-color: #0000001a;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 21px;
  right: 21px;
}

.separator.footer {
  top: 0;
  bottom: auto;
}

.docs-body {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.h2-docs {
  color: #1f2937;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
}

.docs-section {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.docs-section-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.docs-section-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.docs-section-list-item.is-quotes {
  border-left: 2px solid #c7d2fe;
  padding-left: 14px;
}

.docs-section-list-item.is-full-back {
  background-color: #f9fafb;
  border-radius: .25rem;
  padding: 1rem;
}

.h3-docs {
  color: #1f2937;
  text-align: left;
  letter-spacing: -.015rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 150%;
}

.h3-docs.h3-docs-sm {
  font-size: .8rem;
}

.text-docs {
  color: #1f2937;
  text-align: left;
  letter-spacing: -.025rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 146%;
}

.text-docs.price-sm {
  color: #1f2937b3;
  font-size: .8rem;
}

.tarif-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tarif-item {
  border: 1px solid #0000001a;
  border-radius: .5rem;
  padding: 1rem;
}

.tarif-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tarif-price-head {
  color: #4f46e5;
  font-size: 1.2rem;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.h3-links {
  color: #3b82f6;
  font-size: .9rem;
}

.h3-links:hover {
  color: #3b82f6;
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .swiper-item.swiper-slide.swiper-slide-feuters {
    min-height: 25vh;
    max-height: 25vh;
  }

  .back-icon.why.pc-big-why {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .back-icon.back-rotate.back-big-pc-rotate {
    width: 100%;
    right: auto;
  }

  .back-icon.none.back-all-social {
    bottom: -23%;
  }

  .image-back.pc.big-pc-rotate-image {
    object-fit: fill;
    width: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 400px;
    right: 0;
  }

  .back-image-icon.glasses.pc.pc-big {
    max-width: 1920px;
  }

  .back-image-icon.glasses.pc.pc-big.pc-big-why-back {
    object-fit: fill;
    max-width: none;
    height: auto;
  }

  .back-icon-gradient-bottom {
    background-image: linear-gradient(90deg, #000, #0000 20%, #02020200 80%, #020202), linear-gradient(#020202, #02020200 9% 79%, #020202);
  }

  .tarifs-absolute {
    background-image: linear-gradient(90deg, #020202, #02020200 15% 76%, #020202 80%), linear-gradient(#020202 13%, #02020200 35% 60%, #020202 80%);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.86701vw;
  }

  h2 {
    color: #fcfcfc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.6875vw;
  }

  h3 {
    font-size: 3.38542vw;
  }

  h4 {
    font-size: 2.34375vw;
  }

  p {
    font-size: 1.82292vw;
  }

  .global-padding {
    padding-left: 4.55729vw;
    padding-right: 4.55729vw;
  }

  .global-padding.swiper-padding {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.55729vw;
    padding-right: 4.55729vw;
  }

  .global-padding.hero {
    padding-left: 4.55729vw;
    padding-right: 4.55729vw;
  }

  .swiper-item.swiper-review-item.swiper-slide {
    max-width: 50%;
  }

  .swiper-item.swiper-review-item.swiper-slide.review {
    max-width: none;
  }

  .swiper-item.swiper-review-item.swiper-slide.review.card-main {
    width: 100%;
  }

  .swiper-item.swiper-slide {
    aspect-ratio: 570 / 220;
    height: 34.375vw;
    min-height: auto;
    max-height: none;
  }

  .feuters-photo {
    aspect-ratio: 196 / 223;
    height: 100%;
  }

  .overflow-back {
    min-height: auto;
  }

  .overflow-back.cpa {
    aspect-ratio: auto;
  }

  .tags {
    font-size: 1.5625vw;
  }

  .tags.tag-error, .tags.blue, .tags.white {
    margin-left: auto;
    margin-right: auto;
  }

  .tags.white.mobile-tag {
    display: flex;
  }

  .ut-h2 {
    font-size: 1.28571rem;
  }

  .ut-text {
    text-align: left;
  }

  .ut-text.cards-head, .ut-text.cards-head.left {
    font-size: 1.28571rem;
  }

  .ut-text.hauora {
    width: auto;
  }

  .ut-text.bold {
    width: auto;
    min-width: auto;
  }

  .ut-text.bold.bold-ut-h2 {
    font-size: 2rem;
  }

  .ut-text.head-scroll-width {
    font-size: 1.85714rem;
  }

  .ut-text.head-scroll-width._332 {
    max-width: none;
  }

  .ut-text.head-scroll-width._310 {
    z-index: 15;
    text-align: center;
    position: relative;
  }

  .ut-text.big.margin-top {
    max-width: none;
  }

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

  .attention-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid-cards {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: column;
    display: flex;
  }

  .grid-cards.top-margin {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-item {
    aspect-ratio: 377 / 220;
    height: auto;
  }

  .card-item.card-main {
    aspect-ratio: 326 / 232;
  }

  .ut-max-width.left {
    text-align: center;
  }

  .ut-max-width.big {
    font-size: 2rem;
  }

  .ut-max-width.service-text {
    max-width: none;
  }

  .ut-max-width.is-802.stiche-head {
    top: 15vw;
  }

  .ut-max-width.is-281 {
    max-width: 25rem;
    margin-top: 2.5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .ut-max-width.is-281.is-310 {
    max-width: 25rem;
  }

  .ut-max-width.is-281.is-350.is-second.is-four-card {
    max-width: 26rem;
  }

  .ut-max-width.left {
    max-width: 30rem;
  }

  .ut-max-width.is-302 {
    max-width: none;
  }

  .ut-max-width.sticke-mobile {
    max-width: none;
    margin-bottom: calc(3.75rem - 1.95313vw);
    position: sticky;
    top: 15vw;
  }

  .ut-max-width.pc {
    display: none;
  }

  .scroll-container {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: column;
    overflow: hidden;
  }

  .scroll-container.top-margin {
    overflow: visible;
  }

  .scroll-item {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
  }

  .scroll-item.top {
    min-width: 100%;
    margin-top: 0;
    display: none;
  }

  .scroll-item.top.left.mobile {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scroll-item.middle {
    display: none;
  }

  .scroll-item.mobile {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .scroll-item-inline {
    background-color: #131313;
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 1.25rem;
    position: sticky;
    top: 36vw;
  }

  .scrill-item-inline-head {
    width: auto;
    max-width: none;
  }

  .scroll-inline-card.blue, .scroll-inline-card.dark {
    max-width: none;
  }

  .scolll-cpa-card {
    aspect-ratio: auto;
    padding: 1.33333rem;
  }

  .scolll-cpa-card.mobile {
    margin-top: 5vw;
    display: flex;
  }

  .scroll-cpa-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .scroll-cpa-bottom.horizont.second.pc {
    display: none;
  }

  .scroll-cpa-bottom.horizont.second.mobile {
    display: flex;
  }

  .ut-bttn.hover-blue.menu-none-bttn {
    display: none;
  }

  .ut-bttn.hover-blue.menu-none-bttn.thanks {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-full-width {
    margin-top: 3.57143rem;
  }

  .scroll-full-card {
    justify-content: flex-start;
    align-items: flex-start;
    top: 36vw;
  }

  .scroll-full-card.one {
    background-color: #020202;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    width: 20rem;
    right: 2rem;
  }

  .prefences-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .prefences-grid {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: wrap;
    display: flex;
  }

  .prefences-item {
    width: calc(50% - 1rem);
    max-width: none;
  }

  .iocn-tg-big {
    width: 3rem;
  }

  .back-icon.back-rotate.back-big-pc-rotate {
    top: 0;
  }

  .back-icon.none.back-all-social {
    bottom: -4%;
  }

  .accordeon-contain {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .accordeon.head-wrapper {
    order: -9999;
  }

  .accordeon-item.top-margin-sm {
    margin-top: 1.30208vw;
  }

  .accordeon-content-inline {
    padding-top: 2.60417vw;
  }

  .accordeon-trigger-left {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
  }

  .review-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-card-second {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: column;
  }

  .cards-grid-second {
    width: 100%;
  }

  .cards-grid-second.two {
    grid-column-gap: 5.20833vw;
    grid-row-gap: 5.20833vw;
    width: auto;
  }

  .card-second-heads {
    max-width: none;
  }

  .back-gradient {
    display: none;
  }

  .how-days-donna-content {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
    flex-flow: column;
  }

  .how-donna-right-wrapper {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
  }

  .how-donna-scroll {
    aspect-ratio: auto;
    order: 9999;
    width: 100%;
    min-width: 23.5625rem;
    height: 30rem;
  }

  .how-donna-scroll.cpa-second {
    aspect-ratio: 465 / 255;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .how-donna-back {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .how-donna-back.tablet {
    display: inline-flex;
  }

  .how-donna-back.pc, .how-donna-back.mobile {
    display: none;
  }

  .how-donna-back.cards {
    background-position: bottom;
    order: 9999;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    display: none;
  }

  .how-donna-back.cards.mobile {
    z-index: 5;
    display: inline-flex;
    top: 50%;
  }

  .how-donna-back.cards.mobile.bot {
    top: 45%;
  }

  .how-donna-back.cards.mobile.one, .how-donna-back.cards.mobile.last {
    top: 0%;
  }

  .how-donna-scroll-bottom {
    position: relative;
    overflow: visible;
  }

  .how-donna-card {
    aspect-ratio: 3 / 2;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .tags-cloud-wrapper {
    max-width: none;
  }

  .tabs-price-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .animations-line {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .list-feuters-wrapper, .column-list-wrapper, .column-list-wrapper.one {
    grid-column-gap: 1.95313vw;
    grid-row-gap: 1.95313vw;
  }

  .animations-right {
    order: 9999;
    width: calc(100% + 9.1vw);
    padding-left: 4.55729vw;
    padding-right: 4.55729vw;
    position: relative;
  }

  .lottie-player {
    width: 100%;
  }

  .logo-icon {
    height: auto;
  }

  .footer-icon-wrapper.mobile-menu-social-none {
    display: none;
  }

  .footer-bottom-head-wrapper.mobile-button-top {
    margin-top: 3rem;
  }

  .foooter-info-wrapper, .footer-info-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .navbar-wrapper {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #fcfcfc0d;
    border-radius: 500px;
    margin-left: 4.55729vw;
    margin-right: 4.55729vw;
    padding: 2.25vw;
  }

  .navbar-wrapper.thanks {
    display: none;
  }

  .rght-menu-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .hero-header-wrapper {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 180vw;
    max-width: none;
    top: 34vh;
    left: -40vw;
    right: auto;
    transform: translate(3%);
  }

  .glass {
    border-radius: .25rem;
    width: 12vw;
    min-width: 12vw;
  }

  .phone-wrapper {
    top: 58vh;
  }

  .phone-image {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 25%;
  }

  .phone-image.middle {
    width: 96.875vw;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-image.middle.pc {
    display: none;
  }

  .phone-image.middle.mobile {
    display: inline-flex;
  }

  .gradient-hero.bottom {
    background-image: linear-gradient(#02020200, #020202 53% 100%, #02020200);
    height: 35vw;
    display: none;
  }

  .gradient-hero.top {
    background-image: linear-gradient(#020202 82%, #02020200);
    height: 45%;
  }

  .swiper-pagination {
    margin-top: 1rem;
  }

  .background-gradient {
    z-index: 0;
    aspect-ratio: 2.39;
    filter: blur(150px);
    background-color: #1962ef;
    border-radius: 50%;
    width: 80%;
    display: flex;
    position: absolute;
    bottom: 0%;
  }

  .ut-h1-ulg, .heading-4 {
    font-size: 5.86701vw;
  }

  .align-left.mobile-middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .align-left.pc.review-head-tablet {
    margin-left: 0;
  }

  .align-left.align-middle-mob {
    text-align: center;
  }

  .md-xs-none {
    display: none;
  }

  .lg-none {
    display: block;
  }

  .flash-icon-abs {
    display: none;
  }

  .card-main {
    border-radius: 2.60417vw;
    padding: 3.25521vw;
  }

  .top-margin {
    margin-top: 6.51042vw;
  }

  .top-margin-card {
    margin-top: 1.95313vw;
  }

  .top-section {
    margin-top: 16.9271vw;
  }

  .margin-top-include-cards {
    margin-top: 2.60417vw;
  }

  .slider-review-max {
    max-width: none;
  }

  .mobile-menu {
    z-index: 11111;
    justify-content: center;
    align-items: flex-start;
    width: 100dvw;
    height: 100dvh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .mobile-overflow {
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    cursor: pointer;
    background-color: #fcfcfc0d;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mobile-menu-wrapper {
    z-index: 25;
    width: 100%;
    min-height: auto;
    padding-left: 1.95313vw;
    padding-right: 1.95313vw;
    position: relative;
  }

  .mobile-overflow-wrapper {
    z-index: 0;
    filter: blur(15px);
    pointer-events: none;
    background-image: url('../images/image-64_1image 64.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu-content-mobile {
    z-index: 15;
    border-bottom-right-radius: 2.5vw;
    border-bottom-left-radius: 2.5vw;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-top {
    z-index: 15;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 4.25vw;
    position: relative;
  }

  .multiply-menu-overflow {
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-color: #1962ef;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu-trigger {
    cursor: pointer;
    display: flex;
  }

  .form-fixed {
    justify-content: center;
    align-items: flex-start;
    padding: 3.25521vw;
    display: none;
  }

  .lottie-overflow {
    filter: blur(20px);
    background-image: linear-gradient(#020202 10%, #02020238);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: 20%;
    inset: 0 4.55729vw;
  }

  .card-second {
    padding: 5.31915vw;
  }

  .div-block-4 {
    top: auto;
    bottom: auto;
    left: -5vw;
  }

  .div-block-4.invert {
    right: auto;
  }

  .hero-text {
    max-width: 35vw;
  }

  .swiper-feuters-header {
    max-width: 600px;
    margin-bottom: 7.55208vw;
  }

  .gradient-how-you {
    z-index: -1;
    opacity: .75;
    filter: blur(15px);
    background-image: radial-gradient(circle, #00205d, #00205d00);
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .docs-main-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 8.4375vw;
    line-height: 120%;
  }

  h2 {
    font-size: 6.5625vw;
    line-height: 120%;
  }

  h3 {
    font-size: 6.25vw;
    line-height: 120%;
  }

  h4 {
    font-size: 5vw;
    line-height: 120%;
  }

  p {
    font-size: 3.6vw;
  }

  a {
    font-size: 3.75vw;
  }

  .section.top-section.hidden-mobile {
    overflow: hidden;
  }

  .global-padding, .global-padding.swiper-padding, .global-padding.hero {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .swiper-wrapper.swiper-feuters-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .swiper-item.swiper-review-item.swiper-slide.review {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .swiper-item.swiper-slide {
    aspect-ratio: auto;
    border-radius: 3.125vw;
    width: 100%;
    height: auto;
  }

  .feuters-item-wrapper.mobile {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .feuters-photo {
    aspect-ratio: 240 / 160;
    order: 9999;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 3.125vw;
    display: flex;
  }

  .feuters-content-left {
    margin-bottom: auto;
  }

  .feuters-card-wrapper {
    display: none;
  }

  .feuters-card-wrapper.mobile {
    max-width: 75vw;
    display: flex;
  }

  .tags {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 3.125vw;
    line-height: 100%;
  }

  .tags.tag-cpa.tags-price {
    position: absolute;
    top: 4.6875vw;
    right: 4.6875vw;
  }

  .tags.dark.docs {
    font-size: .75rem;
  }

  .tags.white.mobile-tag {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ut-h2 {
    font-size: 1.14286rem;
  }

  .ut-text.cards-head {
    font-size: 1.33333rem;
  }

  .ut-text.head-scroll-width {
    font-size: 1.66667rem;
  }

  .ut-text.head-scroll-width._310 {
    z-index: 15;
    max-width: 60%;
    position: relative;
  }

  .grid-cards {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .grid-cards.top-margin {
    flex-flow: column;
    display: flex;
  }

  .card-item.card-main {
    aspect-ratio: 377 / 220;
  }

  .ut-max-width.is-600 {
    max-width: none;
    font-size: 8.4375vw;
  }

  .ut-max-width.is-802.stiche-head {
    top: 11vh;
  }

  .ut-max-width.is-377.mob-none {
    display: none;
  }

  .ut-max-width.is-281 {
    max-width: none;
    margin-top: 6.25vw;
    margin-left: auto;
    margin-right: auto;
  }

  .ut-max-width.is-17 {
    max-width: 60vw;
  }

  .ut-max-width.is-tarif-text {
    margin-top: 4.6875vw;
  }

  .scroll-container {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    overflow: hidden;
  }

  .scroll-container.top-margin {
    height: auto;
    overflow: visible;
  }

  .scroll-item {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .scroll-item.top.left.mobile {
    display: flex;
    overflow: visible;
  }

  .scroll-item.middle {
    display: none;
  }

  .scroll-item.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: sticky;
    top: 15vh;
    overflow: hidden;
  }

  .scroll-item-inline {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    min-height: 105vw;
    display: flex;
    position: sticky;
    top: 58vw;
  }

  .scrill-item-inline-head, .scroll-inline-card.blue, .scroll-inline-card.dark {
    justify-content: flex-start;
    align-items: center;
  }

  .scolll-cpa-card.mobile {
    width: 100%;
    margin-top: 5vw;
    display: flex;
  }

  .scroll-cpa-bottom.horizont {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-cpa-bottom.horizont.hero {
    margin-top: 2.5vh;
  }

  .ut-bttn.second {
    justify-content: center;
    align-items: center;
    height: 12.5vw;
    max-height: 4.3vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .ut-bttn.hover-blue.menu-none-bttn.thanks {
    margin-top: 24px;
  }

  .ut-link-bttn.second {
    background-color: #0000;
  }

  .scroll-full-card {
    aspect-ratio: 10 / 12;
    height: auto;
    top: 24vh;
  }

  .scroll-full-card.one {
    aspect-ratio: 10 / 12;
    border-radius: 1rem;
    height: auto;
  }

  .scroll-full-card.four.top-margin-card.card-second {
    border-radius: 3.125vw;
  }

  .scroll-full-card.four.top-margin-card.card-second.scroll-mobile.last-card {
    border-radius: 1.875rem;
  }

  .back-scroll-card {
    border-radius: 3.125vw;
  }

  .image {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    left: 1rem;
    right: 1rem;
  }

  .prefences-grid {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .iocn-tg-big {
    display: none;
  }

  .accordeon-contain {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .accordeon.head-wrapper {
    order: -9999;
    justify-content: center;
    align-items: flex-start;
  }

  .accordeon-header-wrapper-inline {
    max-width: none;
  }

  .accordeon-item {
    border-radius: 3.125vw;
  }

  .accordeon-item.top-margin-sm {
    margin-top: 3.125vw;
  }

  .accordeon-content-inline {
    padding-top: 4.6875vw;
  }

  .accordeon-trigger-left {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .accordeon-icon {
    width: 2vw;
  }

  .swiper.swiper-feuters {
    overflow: hidden;
  }

  .review-item-photo {
    width: 15.625vw;
    min-width: 15.625vw;
  }

  .swiper-arrow-wrapper {
    display: none;
  }

  .swiper-arrow-wrapper.mobile {
    margin-top: 6.25vw;
    display: flex;
  }

  .tabs-wrapper {
    display: none;
  }

  .grid-card-second {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .cards-grid-second.card-main {
    grid-column-gap: 9.0625vw;
    grid-row-gap: 9.0625vw;
  }

  .catds-second-icon {
    width: 10.9375vw;
  }

  .how-days-donna-content, .how-donna-right-wrapper {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .how-donna-scroll.cpa-second {
    border-radius: 1.25rem;
    height: 52vw;
  }

  .how-donna-back.tablet {
    display: none;
  }

  .how-donna-back.mobile {
    display: inline-flex;
  }

  .how-donna-back.cards.mobile {
    z-index: 5;
    object-fit: cover;
    top: 0%;
  }

  .how-donna-back.cards.mobile.bot {
    top: 25%;
  }

  .how-donna-back.cards.mobile.three {
    top: 35%;
  }

  .how-donna-card {
    aspect-ratio: 300 / 340;
  }

  .tags-cloud-wrapper.top-margin-card, .tags-cloud-wrapper.top-margin-card.top-colud-wrapper {
    margin-top: 6.25vw;
  }

  .price-tarif-item {
    border-radius: 3.125vw;
  }

  .price-tarif-item.card-main {
    border-radius: 4.375vw;
  }

  .list-feuters-wrapper {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    flex-flow: column;
  }

  .column-list-wrapper, .column-list-wrapper.one {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .lottie-player {
    height: 36rem;
  }

  .footer-top.footer-top-header {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-top-left.top {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.22222vh;
  }

  .footer-top-middle {
    width: 0;
  }

  .footer-top-middle.mobile-menu-logo {
    width: 1px;
  }

  .footer-top-middle.mobile-menu-middle-wrapper {
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .footer-top-right.top {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.22222vh;
  }

  .logo-icon {
    height: auto;
  }

  .footer-icon-wrapper.mobile-bottom-social {
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
    margin-top: 5vh;
  }

  .footer-icon-wrapper.mobile-menu-social-none {
    display: none;
  }

  .footer-icon {
    border-radius: 1.5vw;
  }

  .footer-bottom-head-wrapper.mobile-button-top {
    margin-top: 6.66667vh;
  }

  .navbar-wrapper {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #fcfcfc0d;
    border-radius: 3.125vw;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 3.125vw;
  }

  .rght-menu-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hero-content {
    margin-top: 12vh;
  }

  .hero-header-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: none;
  }

  .hero-background {
    top: 0;
    overflow: hidden;
  }

  .image-2 {
    width: 132.5vw;
    max-width: none;
    position: absolute;
    top: 45vh;
    left: -16.125vw;
    right: 0;
  }

  .glass-wrapper {
    grid-column-gap: .75vh;
    grid-row-gap: .75vh;
    top: 50vh;
  }

  .glass-line {
    grid-column-gap: .75vh;
    grid-row-gap: .75vh;
  }

  .glass {
    border-radius: .5vh;
    width: 20.625vw;
    min-width: 20.625vw;
  }

  .phone-wrapper {
    top: 55vh;
  }

  .phone-image.middle {
    width: 96.875vw;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-hero.bottom {
    height: 33vw;
  }

  .gradient-hero.top {
    height: 60%;
  }

  .tabs-flex-mobile {
    flex-flow: column;
    display: flex;
  }

  .tabs-flex-item {
    aspect-ratio: 2 / 2.25;
    border-radius: .8125rem;
  }

  .background-gradient {
    z-index: 0;
    aspect-ratio: 2.39;
    filter: blur(150px);
    pointer-events: none;
    background-color: #1962ef;
    border-radius: 50%;
    width: 80%;
    position: absolute;
    bottom: 0%;
  }

  .heading, .heading-2 {
    line-height: 120%;
  }

  .ut-h1-ulg, .heading-4 {
    font-size: 5.86701vw;
  }

  .align-left.mobile-middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .xs-none {
    display: none;
  }

  .lg-md-none {
    display: block;
  }

  .card-main {
    border-radius: 4.375vw;
    padding: 4.6875vw;
  }

  .top-margin {
    margin-top: 12.5vw;
  }

  .top-margin-card {
    margin-top: 3.03951vw;
  }

  .top-section {
    margin-top: 43.75vw;
  }

  .margin-top-include-cards {
    margin-top: 4.6875vw;
  }

  .slider-review-max {
    max-width: none;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-overflow-wrapper {
    filter: blur(15px);
    background-image: url('../images/форма-5_1форма 5.avif');
  }

  .menu-content-mobile {
    border-bottom-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
    overflow: hidden;
  }

  .mobile-menu-top {
    padding-top: 3vh;
    padding-bottom: 10vw;
    overflow: hidden;
  }

  .multiply-menu-overflow {
    z-index: 2;
    mix-blend-mode: multiply;
    background-color: #1962ef;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .form-wrapper {
    border-radius: 3vw;
    margin-left: 1.95313vw;
    margin-right: 1.95313vw;
  }

  .card-second {
    padding: 4.6875vw;
  }

  .div-block-4 {
    aspect-ratio: 1;
    width: 100dvw;
    top: auto;
    bottom: 3vw;
    left: auto;
  }

  .div-block-4.invert {
    aspect-ratio: 1;
    width: 100dvw;
    top: auto;
    bottom: 3vw;
  }

  .hero-text {
    max-width: 70.31vw;
    margin-top: 1.75vh;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-feuters-header {
    margin-bottom: 6.25vw;
  }

  .arrow-open-reg {
    bottom: 3.125vw;
    right: 3.125vw;
  }

  .gradient-how-you {
    display: none;
  }

  .thanks-back {
    background-image: url('../images/Как-меняется-работа-с-Donna-AI.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .docs-aside-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lead-docs {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8.4375vw;
  }

  h2 {
    font-size: 6.562vw;
  }

  h3 {
    font-size: 6.25vw;
  }

  h4 {
    font-size: 5vw;
  }

  p {
    font-size: 3.75vw;
  }

  .footer.top-section {
    margin-top: 26.875vw;
  }

  .navbar {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .section.hidden.top-section.none.hodden-mobile {
    overflow: hidden;
  }

  .section.hero {
    height: 221.875vw;
  }

  .section.top-section.hidden.swiper-section-feuters {
    margin-top: 6.25vw;
  }

  .section.top-section.why {
    margin-top: 15vw;
  }

  .global-padding.swiper-padding {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .global-padding.mobile {
    padding-bottom: 31.25vw;
  }

  .swiper-wrapper.review {
    width: 100%;
  }

  .swiper-wrapper.swiper-feuters-wrapper {
    margin-left: 0;
  }

  .swiper-item.swiper-review-item.swiper-slide {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .swiper-item.swiper-review-item.swiper-slide.review {
    border-radius: 4.375vw;
    width: 100%;
  }

  .swiper-item.swiper-review-item.swiper-slide.review.card-main {
    padding: 4.6875vw;
  }

  .swiper-item.swiper-slide {
    background-position: 100% 0;
    border-radius: 4.375vw;
    min-width: auto;
    max-width: none;
    padding: 1rem;
  }

  .swiper-item.swiper-slide.swiper-slide-feuters {
    padding: 4.6875vw;
  }

  .feuters-item-wrapper {
    flex-flow: column;
  }

  .feuters-photo {
    object-fit: cover;
    background-size: 100%;
    border-radius: 3.125vw;
    width: 100%;
    min-width: 100%;
  }

  .feuters-content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: auto;
  }

  .feuters-card-wrapper.mobile {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    justify-items: start;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .overflow-back, .overflow-back.cpa {
    border-radius: 4.375vw;
  }

  .tags {
    justify-content: center;
    align-items: center;
    height: 8.4375vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5vw;
    line-height: 155%;
    display: flex;
  }

  .tags.tag-error, .tags.blue {
    font-size: 3.125vw;
  }

  .tags.tag-cpa {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3.75vw;
  }

  .tags.tag-cpa.tags-price {
    position: absolute;
    top: auto;
    bottom: 4.6875vw;
  }

  .tags.tag-cpa.second {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    font-size: 3.125vw;
  }

  .tags.dark.docs {
    height: auto;
    font-size: .5rem;
  }

  .tags.tags-geo.top-margin-card.top-tag-nargin-geo {
    margin-top: 15vw;
  }

  .tags.white {
    font-size: 3.125vw;
  }

  .tags.white.mobile-tag {
    width: 12.5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .feuters-head-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ut-text.bold.bold-ut-h2 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 110%;
  }

  .ut-text.head-scroll-width._332 {
    font-size: 1.5rem;
  }

  .ut-text.head-scroll-width.biggest, .ut-text.head-scroll-width.biggest.left {
    font-size: 2rem;
  }

  .ut-text.head-scroll-width._310 {
    max-width: none;
  }

  .ut-text.big {
    font-size: 1rem;
  }

  .card-item {
    aspect-ratio: 300 / 224;
  }

  .ut-max-width.left {
    font-size: 1.5rem;
  }

  .ut-max-width.left.low {
    font-size: 1rem;
  }

  .ut-max-width.left.ut-low {
    margin-bottom: .2rem;
    font-size: .75rem;
  }

  .ut-max-width.left.is-804 {
    font-size: 2rem;
  }

  .ut-max-width.left.mob-none {
    display: none;
  }

  .ut-max-width.serivces-head {
    max-width: none;
  }

  .ut-max-width.is-802.stiche-head {
    top: 29vw;
  }

  .ut-max-width.is-281.is-350.is-second {
    min-width: 0;
    max-width: 25rem;
  }

  .ut-max-width.is-281.is-350.is-second.is-four-card {
    min-width: 90vw;
    max-width: none;
    position: static;
    transform: translate(-3%);
  }

  .ut-max-width.is-281.is-350.is-second.is-calend {
    min-width: 88vw;
    transform: translate(-2.5%);
  }

  .ut-max-width.is-332.is-big, .ut-max-width.is-hero-head {
    max-width: none;
  }

  .ut-max-width.sticke-mobile {
    margin-bottom: 0;
    position: sticky;
    top: 29vw;
  }

  .ut-max-width.pc {
    display: none;
  }

  .scroll-container.top-margin {
    height: auto;
  }

  .scroll-item.top.left {
    display: flex;
  }

  .scroll-item.top.left.mobile {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    display: flex;
    overflow: visible;
  }

  .scroll-item.top.left.pc {
    display: none;
  }

  .scroll-item.top.right {
    display: flex;
  }

  .scroll-item.top.right.pc {
    display: none;
  }

  .scroll-item.middle {
    display: flex;
  }

  .scroll-item.middle.pc {
    display: none;
  }

  .scroll-item.mobile {
    top: 15vh;
  }

  .scroll-item-inline {
    border-radius: 4.375vw;
    justify-content: space-between;
    min-height: 125vw;
    padding: 4.6875vw;
    position: sticky;
    top: 58vw;
  }

  .scrill-item-inline-head {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .scroll-inline-card {
    border-radius: 3.125vw;
  }

  .scroll-inline-card.blue {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    margin-top: 5vw;
    padding: 4.6875vw 7.8125vw;
  }

  .scroll-inline-card.dark {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    margin-top: 1.5625vw;
    padding: 4.6875vw 7.8125vw;
  }

  .scolll-cpa-card {
    display: none;
  }

  .scolll-cpa-card.mobile {
    aspect-ratio: 298 / 273;
    border-radius: 4.375vw;
    margin-top: 5vw;
    padding: 7.8125vw 1.875vw;
  }

  .scroll-cpa-content {
    grid-column-gap: 6.5625vw;
    grid-row-gap: 6.5625vw;
  }

  .scroll-cpa-top {
    grid-column-gap: 5.625vw;
    grid-row-gap: 5.625vw;
  }

  .scroll-cpa-bottom {
    grid-column-gap: 3.4375vw;
    grid-row-gap: 3.4375vw;
  }

  .scroll-cpa-bottom.horizont {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .scroll-cpa-bottom.horizont.second.mobile.price {
    margin-top: 10.9375vw;
  }

  .scroll-cpa-bottom.horizont.hero {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
    margin-top: 9.375vw;
  }

  .ut-bttn {
    justify-content: center;
    align-items: center;
    width: 70vw;
    height: 12.5vw;
    padding: 0;
    font-size: 4.375vw;
    line-height: 155%;
    display: flex;
  }

  .ut-bttn.second {
    width: 68.75vw;
    height: 12.5vw;
    max-height: none;
    font-size: 4.375vw;
    line-height: 155%;
  }

  .ut-bttn.hover-blue.menu-none-bttn.thanks {
    width: 50vw;
    display: flex;
  }

  .ut-bttn.form-bttn-margin {
    width: 100%;
    margin-top: 3.125vw;
  }

  .ut-bttn.copy.fppter-mobile {
    display: none;
  }

  .ut-link-bttn {
    width: 62.5vw;
    height: 12.5vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4.375vw;
    line-height: 155%;
  }

  .ut-link-bttn.second {
    background-color: #0000;
    width: 62.5vw;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.375vw;
    line-height: 155%;
  }

  .scroll-full-card {
    aspect-ratio: 300 / 390;
    border-radius: 4.375vw;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 4.6875vw;
    top: 58vw;
  }

  .scroll-full-card.one {
    aspect-ratio: 300 / 390;
    border-radius: 4.375vw;
  }

  .scroll-full-card.one.card-second {
    aspect-ratio: 10 / 13;
  }

  .scroll-full-card.two {
    justify-content: center;
    align-items: flex-start;
  }

  .scroll-full-card.two.top-margin-card.card-second.scroll-mobile, .scroll-full-card.three.top-margin-card.card-second.scroll-mobile, .scroll-full-card.four.top-margin-card.card-second.scroll-mobile {
    margin-top: 50vw;
  }

  .scroll-full-card.four.top-margin-card.card-second.scroll-mobile.last-card {
    border-radius: 4.375vw;
  }

  .back-scroll-card {
    object-fit: cover;
    border-radius: 4.375vw;
  }

  .prefences-bottom {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-width: 0;
    border-radius: 0;
    width: 80%;
    margin-top: 18.75vw;
    padding: 0;
    position: relative;
  }

  .prefences-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 9.375vw;
    justify-content: space-around;
  }

  .prefences-grid.top-margin {
    justify-content: space-between;
  }

  .prefences-grid.top-margin.zero-mobile {
    margin-top: 0;
  }

  .prefences-item {
    grid-column-gap: 6.25vw;
    grid-row-gap: 6.25vw;
    width: 43vw;
  }

  .prefences-icon {
    width: 10.9375vw;
  }

  .prefences-text {
    flex: auto;
  }

  .prefences-social {
    flex-flow: column;
  }

  .iocn-tg-big {
    width: 10.9375vw;
    display: inline-flex;
    position: absolute;
    top: -2%;
    right: 8%;
    transform: rotate(-15deg);
  }

  .back-icon.why {
    transform: rotate(0);
  }

  .back-icon.back-rotate {
    width: 100%;
    top: 82vw;
  }

  .back-icon.back-rotate.back-big-pc-rotate {
    height: auto;
    top: 80vw;
  }

  .back-icon.none {
    width: 213.438vw;
    height: auto;
    bottom: 20.9375vw;
    left: -56.875vw;
  }

  .back-icon.none.back-all-social {
    width: 213.438vw;
    bottom: 0;
    left: -56.7vw;
  }

  .accordeon-contain {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
  }

  .accordeon-item {
    border-radius: 6.25vw;
  }

  .accordeon-trigger {
    grid-column-gap: 3.75vw;
    grid-row-gap: 3.75vw;
  }

  .accordeon-content-inline {
    padding-top: 4.6875vw;
  }

  .accordeon-trigger-left {
    grid-column-gap: 4.6875vw;
    grid-row-gap: 4.6875vw;
  }

  .accordeon-icon {
    width: 3.75vw;
  }

  .review-content.top-margin.second {
    margin-top: 9.375vw;
  }

  .swiper.swiper-review {
    width: 100%;
  }

  .review-item-photo {
    width: 15.625vw;
    min-width: 15.625vw;
  }

  .review-heade-text-wrapper {
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
  }

  .swiper-arrow-wrapper.mobile {
    margin-top: 9.375vw;
  }

  .tabs-item-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 4.6875vw;
  }

  .cards-grid-second {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: 300 / 180;
    border-radius: 4.375vw;
    justify-content: space-between;
  }

  .cards-grid-second.two.card-main {
    width: 100%;
  }

  .cards-grid-second.two.card-main.four-grid {
    aspect-ratio: auto;
    background-image: url('../images/4-1.avif'), linear-gradient(#fcfcfc05, #ffffff0d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .cards-grid-second.two.card-main.five-grid {
    aspect-ratio: auto;
    background-image: url('../images/5-1.avif'), linear-gradient(#fcfcfc05, #ffffff0d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .cards-grid-second.card-main.first-grid {
    aspect-ratio: auto;
    background-image: url('../images/1-1.avif'), linear-gradient(#fcfcfc05, #ffffff0d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .cards-grid-second.card-main.second-grid {
    aspect-ratio: auto;
    background-image: url('../images/2_3.avif'), linear-gradient(#fcfcfc05, #ffffff0d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .cards-grid-second.card-main.three-grid {
    aspect-ratio: auto;
    background-image: url('../images/3_2.avif'), linear-gradient(#fcfcfc05, #ffffff0d);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .card-second-heads {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .catds-second-icon {
    flex: none;
  }

  .how-donna-scroll {
    aspect-ratio: 300 / 165;
    border-radius: 1rem;
    min-width: auto;
    height: auto;
  }

  .how-donna-scroll.cpa-second {
    aspect-ratio: 2 / 3;
    border-radius: 4.375vw;
  }

  .how-donna-back.cards.mobile.bot {
    top: 38vw;
  }

  .how-donna-back.cards.mobile.three {
    top: 50vw;
  }

  .how-donna-back.cards.mobile.one {
    top: 0;
  }

  .how-donna-card {
    aspect-ratio: 300 / 340;
    border-radius: 4.375vw;
  }

  .tags-cloud-wrapper {
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
    width: calc(100% + 3.125vw);
    margin-top: 6.25vw;
    position: relative;
  }

  .price-menu-link {
    justify-content: flex-start;
    align-items: center;
  }

  .price-tarif-item {
    aspect-ratio: 300 / 150;
    position: relative;
  }

  .price-tarif-item.top-margin-card.card-main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .price-left-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    max-width: 65%;
    height: 100%;
  }

  .image-back {
    right: -35%;
  }

  .image-back.mobile {
    width: 136.875vw;
    min-width: 136.875vw;
    display: inline-flex;
    left: -16.5625vw;
    right: auto;
    transform: rotate(0);
  }

  .image-back.pc {
    display: none;
  }

  .animations-line.second {
    grid-column-gap: 3.43vw;
    grid-row-gap: 3.43vw;
    margin-top: 25vw;
  }

  .column-list-wrapper.one.second {
    max-width: 84.0625vw;
    margin-right: auto;
  }

  .marker-list {
    width: 2.5vw;
  }

  .animations-right {
    background-image: linear-gradient(#000 5%, #0000 45%, #01010100 55%, #020202 95%), url('../images/setka.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 98%;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    width: calc(100% + 6.25vw);
    padding: 3.47222dvh 6.25vw;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .lottie-player {
    z-index: 1;
    aspect-ratio: 364 / 504;
    opacity: 100;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #02020259;
    border: 1px solid #fcfcfc1a;
    border-radius: 10vw;
    height: auto;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .footer-top {
    grid-column-gap: 15vw;
    grid-row-gap: 7.8125vw;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-top.footer-top-header {
    grid-column-gap: 11.5625vw;
    grid-row-gap: 5.3125vw;
  }

  .footer-bottom.top-margin.footer-botton {
    margin-top: 9.375vw;
  }

  .footer-top-left {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-top-left.top {
    margin-top: 0;
  }

  .footer-top-middle {
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-top-right {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-top-right.top {
    order: -9999;
    margin-top: 0;
  }

  .logo.bottom.w--current {
    width: 34.375vw;
  }

  .logo.logo-head.w--current {
    width: 28.125vw;
    height: auto;
  }

  .logo-icon {
    width: 100%;
    height: auto;
  }

  .logo-icon.logo-footer {
    object-fit: fill;
  }

  .footer-icon-wrapper {
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
    margin-top: 5.3125vw;
  }

  .footer-icon-wrapper.mobile-bottom-social {
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
    margin-top: 14.0625vw;
  }

  .footer-icon {
    border-radius: 3vw;
    width: 10.9375vw;
  }

  .footer-bottom-head-wrapper {
    grid-column-gap: 6.25vw;
    grid-row-gap: 6.25vw;
  }

  .footer-bottom-head-wrapper.mobile-button-top {
    margin-top: 18.125vw;
  }

  .foooter-info-wrapper {
    grid-column-gap: 7.8125vw;
    grid-row-gap: 7.8125vw;
    margin-top: 7.8125vw;
    padding-bottom: 6.25vw;
  }

  .footer-info-middle {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .op-70.footer-link {
    color: #b1b1b1;
  }

  .op-70.footer-link.mobile {
    order: 9999;
    margin-top: 4.6875vw;
  }

  .footer-back-image {
    object-fit: cover;
  }

  .navbar-wrapper {
    border-radius: 500vw;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 3.75vw;
  }

  .hero-content {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    margin-top: 31.25vw;
    display: flex;
  }

  .hero-header-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    max-width: none;
  }

  .hero-background {
    position: relative;
    top: -23vw;
  }

  .image-2 {
    object-fit: contain;
    width: 288.438vw;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: translate(-30%);
  }

  .glass-wrapper {
    top: 50vh;
  }

  .glass {
    border-radius: .5vh;
    width: 20.625vw;
    min-width: 20.625vw;
  }

  .phone-wrapper {
    display: flex;
    top: 29vw;
    bottom: auto;
  }

  .phone-image.middle {
    width: 96.875vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-image.middle.pc {
    display: none;
  }

  .phone-image.middle.mobile {
    width: 100%;
    display: inline-flex;
  }

  .gradient-hero.bottom {
    background-image: linear-gradient(#02020200, #020202 17% 100%, #02020200);
    height: 21.4vw;
    display: none;
    bottom: auto;
  }

  .gradient-hero.top {
    background-image: linear-gradient(#020202 62%, #02020200);
    height: 77vw;
    top: auto;
    bottom: 81.5vw;
  }

  .image-3 {
    width: 50%;
  }

  .image-4 {
    width: 60%;
    margin-right: 1rem;
  }

  .tabs-image.second {
    width: 70%;
    margin-bottom: 1rem;
  }

  .image-5 {
    left: 2rem;
  }

  .image-6 {
    right: 1rem;
  }

  .image-7 {
    bottom: 1rem;
  }

  .image-8 {
    width: 80%;
  }

  .image-9 {
    width: 80%;
    margin-bottom: 2rem;
  }

  .image-10 {
    width: 80%;
    margin-bottom: 1rem;
  }

  .image-11 {
    left: 1rem;
  }

  .image-12 {
    top: auto;
    bottom: 50vw;
  }

  .image-13 {
    right: 2rem;
  }

  .back-image-icon.glasses {
    transform: translate(-11px)scale(3)rotate(90deg);
  }

  .back-image-icon.glasses.mobile {
    aspect-ratio: 1071 / 609;
    width: 334.688vw;
    height: auto;
    display: inline-flex;
    transform: translate(147px, 350px)scale(5)rotate(90deg);
  }

  .back-image-icon.glasses.pc {
    display: none;
  }

  .back-icon-gradient-bottom {
    background-image: linear-gradient(#020202 7%, #02020200 28% 41%, #020202);
  }

  .tarifs-absolute {
    background-image: linear-gradient(#020202 5%, #02020200 20% 75%, #020202 94%);
  }

  .price-tarifs-wrapper {
    flex: none;
  }

  .swiper-pagination {
    margin-top: 1rem;
  }

  .tabs-flex-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .tabs-flex-mobile.top-margin {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tabs-flex-item {
    aspect-ratio: 300 / 350;
    border-radius: 4.375vw;
  }

  .image-14 {
    width: 1.875vw;
    height: auto;
  }

  .background-gradient {
    filter: blur(100px);
  }

  .styles {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 6.66667vw;
  }

  .ut-h1-ulg {
    font-size: 7.8125vw;
  }

  .heading-4 {
    font-size: 5.86701vw;
  }

  .align-left.left.top-margin-card.top-text-review {
    margin-top: 6.25vw;
  }

  .align-left.mobile-middle {
    text-align: center;
    flex: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .align-left.head-slider-feuters {
    font-size: 5vw;
  }

  .align-left.line-height-1-4 {
    line-height: 140%;
  }

  .align-left.line-height-1-3 {
    line-height: 130%;
  }

  .align-left.abs-h1 {
    width: 96.875vw;
  }

  .align-left.align-middle-mobile {
    text-align: center;
    margin-left: auto;
    display: block;
  }

  .align-left.pc {
    display: none;
  }

  .align-left.max-mobile {
    max-width: 59.6875vw;
  }

  .align-left.accordeon-head {
    font-size: 4.375vw;
  }

  .cards-head {
    max-width: none;
  }

  .flash-icon-abs {
    width: 8vw;
    display: inline-flex;
    top: -1%;
    left: 60%;
  }

  .slider-review-max {
    height: 100%;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu-wrapper {
    aspect-ratio: 320 / 378;
  }

  .mobile-menu-top {
    padding: 8.4375vw 3vw 6.25vw;
  }

  .form-fixed {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .form-wrapper {
    border-radius: 6.25vw;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 6.25vw 4.6875vw;
  }

  .ovefrlow-form {
    filter: blur(5px);
    background-image: url('../images/_2_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .form-content {
    width: 100%;
  }

  .top-margin-form {
    width: 100%;
    max-width: none;
    margin-top: 6.25vw;
  }

  .input {
    height: 12.5vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3.75vw;
  }

  .input.area {
    padding-top: 3.125vw;
  }

  .form {
    width: 100%;
  }

  .lottie-overflow {
    z-index: 1;
    opacity: 1;
    filter: blur(15px);
    background-image: linear-gradient(#020202 10%, #0202021a);
    border-radius: 4.375vw;
    width: auto;
    height: 20%;
    display: flex;
    inset: 0 3.125vw;
  }

  .lottie-overflow.second {
    object-fit: cover;
    top: auto;
    bottom: 0;
  }

  .div-block-4 {
    width: 124dvw;
    display: none;
    top: auto;
    bottom: 0;
  }

  .div-block-4.invert {
    width: 124dvw;
    top: auto;
    bottom: 0;
  }

  .cpa-head {
    font-size: 6.875vw;
  }

  .hero-text {
    max-width: 70.3125vw;
    margin-top: 4.3vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
  }

  .swiper-feuters-header.zero {
    padding-left: 0;
    padding-right: 0;
  }

  .back-icon-image {
    aspect-ratio: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-17 {
    width: 10.9375vw;
  }

  .icon-social {
    width: 6vw;
  }

  .heading-5 {
    font-size: 9.6vw;
    line-height: 110%;
  }

  .gradient-block-faq {
    position: absolute;
    top: 0;
  }

  .form-head {
    font-size: 8.4375vw;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .form-close-icon {
    z-index: 999;
    background-color: #fff;
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .close-icon {
    width: 20px;
  }

  .cgeckbox-text {
    font-size: 3.75vw;
    line-height: 120%;
  }

  .review-item-header-wrapper-inclue {
    display: flex;
  }

  .swiper-pagination-review {
    margin-top: 1rem;
  }

  .feuters-card-line {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .arrow-bottom-animate {
    z-index: 666;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    transition: all .2s ease-in-out;
    display: flex;
    position: absolute;
    top: 92vh;
    bottom: auto;
    left: 0;
  }

  .animate-arrow-scroll {
    width: 16px;
  }

  .arrow-open-reg {
    bottom: 3.125vw;
    right: 3.125vw;
  }

  .arrow-open-icon {
    width: 10.9375vw;
  }

  .is-body-docs {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .thanks-icon {
    width: 3rem;
    margin-bottom: 8px;
  }

  .docs-content {
    border: 1px solid #00000059;
  }

  .docs-main-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .docs-main-head {
    padding: 1rem 1rem .5rem;
  }

  .docs-aside-head {
    padding: 1rem;
  }

  .h1-docs {
    font-size: 1.25rem;
  }

  .lead-docs {
    font-size: .75rem;
  }

  .separator {
    left: .5rem;
    right: .5rem;
  }

  .docs-body {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-docs {
    font-size: 1rem;
  }

  .docs-section-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .docs-section-list-item.is-quotes {
    padding-left: .75rem;
    padding-right: 0;
  }

  .docs-section-list-item.is-full-back {
    padding: .75rem;
  }

  .h3-docs {
    font-size: .8rem;
  }

  .text-docs {
    font-size: .7rem;
  }

  .tarif-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .list {
    padding-left: 1rem;
  }

  .h3-links {
    font-size: .8rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc066c7e-45fc-da44-f970-1a13887d5647-299848cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Velasans Bold';
  src: url('../fonts/VelaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans main';
  src: url('../fonts/VelaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}