h1, h2, h3, h4, h5, h6, p, .post, .page {
  margin: 0px;
}

html, body, .site {
  height: 100%;
}

body {
  font-family: Inter;
}

.container {
  width: 100%;
  max-width: 1056px;
  padding: 0 16px;
  margin: 0 auto;
  height: 100%;
}

.main-btn {
  padding: 12px 0;
  border-radius: 14px;
  background: #0091FA;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-btn span {
  color: #FEFEFE;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}

.main-btn.disable {
  background: #C3CCD2;
  pointer-events: none;
}


/* Welcome */
.welcome-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.welcome-section__logo {
  display: flex;
  width: 100%;
  justify-content: center;
  /* padding: 40px 0 45px 0; */
  padding: 40px 0 0 0;
}

.welcome-section__logo > a {
  display: inline-flex;
  font-size: 0px;
}

.welcome-section__texts {
  padding: 0 15px;
}

.welcome-section__title {
  color: #0091FA;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  padding-bottom: 12px;
}

.welcome-section__text {
  color: #181E29;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.welcome-section__sub-text {
  display: block;
  text-align: center;
  color: #525762;
  padding-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.welcome-section__trusted {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding-bottom: 32px; */
  position: relative;
}

.welcome-section__trusted::before {
  content: url('/wp-content/uploads/2024/08/Group-1171275010.svg');
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.welcome-section__trusted::after {
  content: url('/wp-content/uploads/2024/08/Group-1171275009.svg');
  position: absolute;
  top: 60%;
  right: 3%;
  transform: translate(-50%, -50%);
}

.welcome-section__trusted p {
  color: #9EA3AE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}

.welcome-section__images {
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  /* padding-bottom: 32px; */
}

.welcome-section__images img {
  width: auto;
  height: 120px;
  margin-right: 8px;
  border-radius: 8px;
}

.welcome-section__terms p {
  color: #9EA3AE;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.12px;
  padding: 8px 16px;
}

.welcome-section__terms p a {
  color: #7F8694;
}

.welcome-section__wrapper {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Condition */

.condition-buy {
  height: 100%;
}

.condition-buy__wrapper,
.condition-buy__texts {
  height: inherit;
  position: relative;
}

.condition-buy__texts {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end; */
  /* padding-bottom: 32px; */
}

.condition-buy__texts h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.24px;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.condition-buy__texts h2 span {
  color: #1D93FF;
}

.condition-buy__texts p {
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: 0 auto;
}

.condition-buy__text {
  position: relative;
}

.condition-buy__avantage--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.condition-buy__avantage--block:not(:last-child) {
  margin-bottom: 8px;
}

.condition-buy__avantage--block img {
  width: 100%;
  min-width: 165px;
  max-width: 300px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}

.condition-buy__avantage-text {
  color: #292929;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #F2D6A0;
  background: linear-gradient(0deg, #FDF6EA 0%, #FCE3BD 100%);
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

.condition-buy__avantages {
  display: flex;
  gap: 0 8px;
  position: absolute;
  top: 0%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 16px;
}

.condition-buy__avantage.left .condition-buy__avantage--block:nth-child(2n + 1) .condition-buy__avantage-text {
  border: 1px solid #F3DF76;
  background: linear-gradient(0deg, #FDFAEA 0%, #FDF7C3 100%);
}

.condition-buy__avantage.left .condition-buy__avantage--block:nth-child(3n + 1) .condition-buy__avantage-text {
  border: 1px solid #C3A7F1;
  background: linear-gradient(0deg, #F6EAFD 0%, #E3C5FB 100%);  
}

.condition-buy__avantage.right .condition-buy__avantage--block:nth-child(2n + 1) .condition-buy__avantage-text {
  border: 1px solid #F6B2D6;
  background: linear-gradient(0deg, #FEEEF2 0%, #FCCDD9 100%);
}

.condition-buy__avantage.right .condition-buy__avantage--block:nth-child(3n + 1) .condition-buy__avantage-text {
  border: 1px solid #AACAEE;
  background: linear-gradient(0deg, #EAF9FD 0%, #C8D0DD 100%);  
}

.condition-buy__avantage.right .condition-buy__avantage--block:last-child .condition-buy__avantage-text {
  border: 1px solid #B8EE9F;
  background: linear-gradient(0deg, #F3FDEA 0%, #C9F0A1 100%);
}

.condition-buy__avantage.left {
  display: none;
}

.condition-buy__avantage.right {
  width: 100%;
}

.condition-buy__avantage .condition-buy__avantage--block .condition-buy__avantage-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
}

.condition-buy__avantage .condition-buy__avantage--block .condition-buy__avantage-text::after {
  content: url('/wp-content/uploads/2024/08/Icon.svg');
  position: absolute;
  top: 45%;
  right: -40px;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .2;
}

.condition-buy__avantage {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.condition-buy__avantage.left,
.condition-buy__avantage.right {
  overflow: scroll;
  position: relative;
  scrollbar-width: none;
  pointer-events: none;
  scroll-behavior: auto;
}

/* How it works */

.how-it-works__nav a {
  color: #7F8694;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.how-it-works__nav a svg {
  display: flex;
  margin-right: 10px;
}

.how-it-works {
  overflow: hidden;
  background: #F3FAFF;
}

.how-it-works__wrapper {
  padding: 32px 0;
}

.how-it-works, .how-it-works__wrapper {
  height: 100%;
}

.how-it-works__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.how-it-works__top,
.testimonials__nav,
.sample-report__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.how-it-works__top a.hide-button,
.sample-report__top a.hide-button,
.testimonials__nav a.hide-button {
  opacity: 0;
  visibility: hidden;
}

.how-it-works__top h2,
.sample-report__top h2,
.testimonials__nav h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
}


.how-it-works__slide--step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-it-works__slide--step span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  padding: 6px 14px;
  border-radius: 80px;
  background: linear-gradient(180deg, #A1F3BD 0%, #08C13C 100%);
  text-transform: uppercase;
  position: relative;
  top: -15px;
}

.how-it-works__slide--title {
  color: #2B313A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 6px;
}

.how-it-works__slide--text {
  color: #5A606D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.how-it-works__slide--text span {
  color: #0A98FF;
}

.how-it-works__slider {
  padding: 0 16px;
}

.how-it-works__wrapper .container:last-child,
.how-it-works__wrapper > .container,
.sample-report__wrapper > .container {
  height: auto;
}

.how-it-works__slider .swiper-navigation .swiper-button-next,
.how-it-works__slider .swiper-navigation .swiper-button-prev,
.how-it-works__slider .swiper-navigation .swiper-pagination {
  position: unset;
  width: unset;
  height: unset;
  margin-top: 0;
}

.how-it-works__slider .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how-it-works__slider .swiper-navigation .swiper-button-next::after,
.how-it-works__slider .swiper-navigation .swiper-button-prev::after {
  content: unset;
}

.how-it-works__slider .swiper-navigation .swiper-button-next,
.how-it-works__slider .swiper-navigation .swiper-button-prev {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C3CCD2;
  border-radius: 50%;
}

.how-it-works__slider .swiper-navigation svg {
  width: auto;
  height: auto;
}

.how-it-works__slider {
  height: 100%;
  /* height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; */
}

.how-it-works__slider .swiper-navigation {
  height: calc(100% - 500px);
}

/* Sample report */

.sample-report {
  background: #F3FAFF;
}

.sample-report__nav a {
  color: #7F8694;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sample-report__nav a svg {
  display: flex;
  margin-right: 10px;
}

.sample-report, .sample-report__wrapper {
  height: 100%;
}

.sample-report__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sample-report__property-info {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(27, 53, 76, 0.10);
  padding: 12px;
}

.sample-report__toggle svg {
  transition: all 0.2s ease-in-out;
}

.sample-report__property-info.active .sample-report__toggle svg {
  transform: rotate(180deg);
}

.sample-report__property-info.active .sample-report__address {
  color: #0091FA;
}

.testimonials__bottom,
.how-it-works__bottom,
.payment-error__bottom
 {
  padding: 24px 0;
  border-top: 1px solid #D2ECFF;
  background: #EEF7FD;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.sample-report__bottom:not(.top) {
  padding: 24px 0;
  border-top: 1px solid #D2ECFF;
  background: #EEF7FD;
}

.sample-report__bottom--wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.sample-report__bottom,
.sample-report__content--top,
.sample-report__bottom-block {
  display: flex;
  align-items: center;
}

.sample-report__address {
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  text-align: left;
}

.sample-report__content--top {
  gap: 0 8px;
  padding-bottom: 10px;
  justify-content: space-between;
}

.sample-report__bottom-block:not(:first-child) {
  padding: 0 10px 0 10px;
  border-left: 1px solid #ccc;
}

.sample-report__bottom-block:first-child {
  padding-right: 10px;
}

.sample-report__bottom-block span svg {
  display: flex;
}

.sample-report__bottom-block {
  gap: 0 4px;
}

.sample-report__bottom-block p {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
}

.sample-report__content {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 0 16px 170px 16px;
}

/* .sample-report__full-info {
  height: calc(100vh - 290px);
  overflow: scroll;
} */

.sample-report__full-info {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.sample-report__full-info--block {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(27, 53, 76, 0.10);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.sample-report__full-info--block-top h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  padding-bottom: 8px;
}

.sample-report__full-info--block-top p {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.sample-report__full-info--block-bottom {
  border-radius: 8px;
  background: #F3FAFF;
  padding: 12px 8px 8px 8px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}

.sample-report__full-info--block-bottom-toggler {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
}

.sample-report__full-info--block-bottom-text h2 {
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}

.sample-report__full-info--block-bottom-text p {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  height: 0;
  visibility: hidden;
}

.sample-report__full-info--block-bottom-icon {
  display: flex;
  position: relative;
  top: -3px;
}

.sample-report__full-content.first {
  display: flex;
  justify-content: space-between;
}

.sample-report__full-content--block span {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.sample-report__full-content--block h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.sample-report__full-content--block ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.sample-report__full-content--block ul li {
  color: #181E29;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
}

.sample-report__full-content.second .sample-report__full-content--block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.sample-report__full-content.second .sample-report__full-content--block:not(:first-child) {
  padding: 10px 0;
}

.sample-report__full-content.second .sample-report__full-content--block:first-child {
  padding-bottom: 3px;
}

.sample-report__full-content.second .sample-report__full-content--block span {
  color: #181E29;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sample-report__full-content.second .sample-report__full-content--block p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.sample-report__full-content.second h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  margin: 32px 0 16px 0;
}

.sample-report__full-content.second h2 span {
  color: #0091FA;
}

.per-month {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.sample-report__full-content.third .sample-report__full-content--block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sample-report__full-content.third .sample-report__full-content--block p,
.sample-report__full-content.third .sample-report__full-content--block span > span:first-child {
  color: #181E29;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.12px;
}

.sample-report__full-content.third .sample-report__full-content--block span {
  color: #181E29;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}

.sample-report__full-content.third .sample-report__full-content--block:first-child div span {
  display: flex;
  flex-direction: column;
}

.sample-report__full-content.third .sample-report__full-content--block:first-child div {
  display: flex;
  gap: 0 40px;
}

.sample-report__full-content.third .sample-report__full-content--block:nth-child(2) div {
  position: relative;
  left: -23px;
  display: flex;
}

.sample-report__full-content.third .sample-report__full-content--block:nth-child(2) div > span:first-child {
  margin-right: 55px;
}

.sample-report__full-content.third .sample-report__full-content--block {
  padding: 8px 0;
  align-items: flex-end;
}

.sample-report__full-content.third .sample-report__full-content--block:nth-child(2) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sample-report__full-content.third h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  padding: 14px 0;
}

.sample-report__full-content.third img {
  width: 100%;
}

.sample-report__full-content.four h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 20px 0 10px 0;
}

.sample-report__full-content.four h2 span {
  color: #0091FA;
}

.sample-report__full-content.five h2 {
  padding: 16px 0;
  margin: 0;
}

.chart-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chart-text span {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #181E29;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.12px;
}

.sample-report__full-content.seven h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  padding: 14px 0;
}

.sample-report__full-content.nine h4 {
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 10px;
}

.sample-report__full-content.nine h4 span {
  color: #0091FA;
}

.sample-report__full-content.ten ul {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin: 0;
  padding-left: 15px;
}

.sample-report__full-content.ten h3 {
  padding-bottom: 12px;
}

.sample-report__full-content.ten h3,
.sample-report__full-content.ten ul li {
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.sample-report__full-content.ten ul li span {
  font-weight: 700;
}

.sample-report__full-content.ten h3 span {
  color: #0091FA;
}

.sample-report__full-content.eleven ol {
  margin: 0;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.sample-report__full-content.eleven ol li {
  color: #181E29;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.sample-report__property-info--full {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  /* transition: all 0.2s ease-in-out; */
}

.hide {
  visibility: hidden;  
  height: 0;
}

.sample-report__property-info--full span {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.12px;
}

.sample-report__property-info--full span > span {
  font-weight: 600;
  color: #2B313A;
}

.sample-report__full-info--block-bottom-toggler svg {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.sample-report__full-info--block-bottom.active p {
  height: auto;
  visibility: visible;
}

.sample-report__full-info--block-bottom.active .sample-report__full-info--block-bottom-toggler svg {
  transform: rotate(0deg);
}

/* Testimonials */

.testimonials__wrapper {
  padding: 32px 0;
}

.testimonials__nav a {
  color: #7F8694;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* margin-bottom: 12px; */
}

.testimonials__nav a svg {
  display: flex;
  margin-right: 10px;
}

.testimonials, .testimonials__wrapper {
  height: 100%;
}

.testimonials__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials__text h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
}

.testimonials__text p {
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-bottom: 20px;
}

.testimonials-swiper__slide {
  padding: 12px 12px 20px 12px;
  border-radius: 16px;
  border: 1px solid var(--Greyscale-40, #F6F7F9);
  background: var(--Main-color-White, #FFF);
  box-shadow: 0px 18px 24px 0px rgba(0, 88, 152, 0.12);
  /* max-width: 220px; */
  margin: 0 16px;
  cursor: pointer;
}

.testimonials-swiper__slide--top {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E4E6E7;
}

.testimonials-swiper__slide--picture {
  margin-right: 12px;
}

.testimonials-swiper__slide--info p {
  color: #201A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.testimonials-swiper__slide--info h2 {
  color: #201A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.testimonials-swiper__slide--text {
  display: flex;
  flex-direction: column;
}

.testimonials-swiper__slide--text span {
  margin-bottom: 12px;
  display: flex;
}

.testimonials-swiper__slide--text h2 {
  color: #201A1A;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.testimonials-swiper__slide--text strong {
  color: #201A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.swiper.testimonials-swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  padding-bottom: 40px;
}


/* Main form */

.main-form__wrapper {
  padding: 32px 0;
}

.main-form__nav a {
  color: #7F8694;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.main-form__nav a svg {
  display: flex;
  margin-right: 10px;
}

/* Change section */
/* .fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
} */

.d-n, .display-none {
  display: none;
}

/* Form */

.main-form__form, .main-form__wrapper,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container,
.main-form {
  margin: 0px;
  height: 100%;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator {
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  border: 0px;
  justify-content: space-between;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page-number,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page {
  margin: 0px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page-number {
  padding: 0px;
  font-size: 0px;
  width: 30px;
  height: 4px;
  border-radius: 114px;
}


.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number {
  background-color: #04DE00 !important;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0px;
  overflow-x: unset !important;
}

/* .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-address fieldset div:nth-child(3),
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-address fieldset label {
  display: none;
} */

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-row {
  margin-bottom: 0px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-page.first-step {
  justify-content: center;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-page-button,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit {
  margin: 0;
  padding: 12px 0;
  width: 100%;
  border-radius: 14px;
  background: #0091FA;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text]:focus,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-address-state
 {
  border-radius: 12px;
  border: 1px solid #ABB1BA;
  margin-bottom: 1px;
  color: #232627;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  padding: 13px;
  height: auto;
  box-shadow: unset;
  position: relative;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-address fieldset .wpforms-field-row:nth-child(2) input[type=text] {
  padding: 13px 0 13px 44px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input.wpforms-error {
  border: 1px solid red!important;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container em.wpforms-error {
  display: none !important;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-address fieldset .wpforms-field-row:nth-child(2)::before {
  content: url('/wp-content/uploads/2024/08/marker-pin-01.svg');
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  border-radius: 28px;
  background: #F5F5F5;
  margin-bottom: 24px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block > h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 12px 0;
}

.form-custom-block__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block__text p {
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block__text p:not(:last-child)::after {
  content: url('/wp-content/uploads/2024/08/Frame.svg');
  height: 25px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-page.first-step {
  height: 100%;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input {
  display: none;
  width: 20px;
  height: 20px;
  opacity: .5;
  position: absolute;
  left: 20px;
  top: 16px;
  margin: 0;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label {
  padding: 14px 14px 14px 45px;
  border-radius: 16px;
  border: 1.14px solid #E6E6E6;
  box-shadow: 0px 1.14px 2.28px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  position: relative;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D4D4D4;
  transform: translate(-50%, -50%);
  top: 24px;
  left: 24px;
  transition: all .3s;
  color: #23231D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container legend.wpforms-field-label,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container label.wpforms-field-label {
  color: #201A1A;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 26.4px */
  margin-bottom: 10px;
  padding: 40px 0 40px 0;
}

/* .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #cc0000;
  transform: translate(-50%, -50%);
  top: 24px;
  left: 24px;
  opacity: 0;
  transition: all .3s;
} */

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li.wpforms-selected label::before {
  background: #1D93FF;
  opacity: 1;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li.wpforms-selected label {
  background: #DDEDFF;
  border: 1px solid #1D93FF;
  /* box-shadow: 0px 1.14px 2.28px 0px  */
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-pagebreak-left::before,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-pagebreak-left::after {
  content: unset;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-pagebreak-left {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak .wpforms-pagebreak-left,
.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak button {
  width: 100%;
  overflow: hidden;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-page.step-info .wpforms-field.wpforms-field-pagebreak {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .message-button {
  font-size: 10px;
  text-align: center;
  padding-top: 12px;
  color: #201A1A;
}

.wpforms-field-address .wpforms-field-row.wpforms-field-large:nth-child(3), .wpforms-field-address .wpforms-field-row.wpforms-field-large:nth-child(4) {
  opacity: 0;
  height: 0px;
  visibility: hidden;
  width: 100%;
}

.wpforms-field-address .wpforms-field-row.wpforms-field-large.active {
	opacity: 1;
	height: auto;
	visibility: visible;
  margin-top: 12px;
}

.wpforms-container .wpforms-form .wpforms-field-sublabel {
  font-size: 10px !important;
}

/* Offer Complete */

.offer-complete__wrapper {
  padding: 32px 0;
}

.offer-complete__badge span {
  color: #298553;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 80px;
  background: #DEFCD1;
}

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

.offer-complete__wrapper h2 {
  color: #07090D;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  padding: 12px 0;
}

.offer-complete__text p {
  color: #646B7C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.offer-complete__text p:first-child {
  margin-bottom: 16px;
}

.offer-complete__text p:last-child {
  margin-bottom: 30px;
}

.offer-complete__koalendar iframe {
  border-radius: 24px;
}

.wpforms-confirmation-container-full,
.offer-form-multi__hide-next .wpforms-page-button.wpforms-page-next {
  opacity: 0 !important;
  display: none !important;
  height: 0 !important;
}

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak button.wpforms-page-prev {
  display: none;
}

/* Disable button logic */

.main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-pagebreak.wpforms-next-disabled button.wpforms-page-next {
  pointer-events: none;
  background: #C8CAD1;
}


@keyframes peek {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-20%);
  }
}

.swiper-how-it-works .swiper-wrapper.peek {
  animation: peek 1s ease-in-out;
}

/* New design */

.condition-buy__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.condition-buy__text--bottom {
  padding: 24px 16px 24px 16px;
  border-radius: 26px 26px 0 0;
  background: #FFF;
  box-shadow: 0px -6px 30px 0px rgba(5, 41, 110, 0.15);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.condition-buy__text h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.condition-buy__text h2 span {
  color: #1D93FF;
}

.condition-buy__text p {
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding: 8px 0 16px 0;
}

.swiper-slide-shadow.swiper-slide-shadow-cards {
  display: none !important;
}

/* Tnank you */

.thank-you-first-screen,
.thank-you-second-screen {
  background: linear-gradient(0deg, #FFF 0%, #DFEFFF 100%);
  height: 100%;
}

.thank-you-third-screen {
  background: #DFEFFF;
  height: 100%;
}

.thank-you-first-screen__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit;
}

.thank-you-first-screen___top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  padding: 12px 0;
  height: 300px;
}

.thank-you-first-screen___top h2 {
  color: #101010;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.thank-you-first-screen___top p {
  color: #181E29;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.thank-you-first-screen___top p span {
  color: #AEBABD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  text-decoration-line: line-through;
}

.thank-you-first-screen__bottom {
  border-radius: 26px 26px 0 0;
  background: #FFF;
  box-shadow: 0px -6px 30px 0px rgba(5, 41, 110, 0.15);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: auto;
  overflow: auto;
}

.thank-you-first-screen__bottom--blocks {
  padding: 24px 24px 24px 45px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.thank-you-first-screen__bottom a {
  width: calc(100% - 24px);
  margin: 0 auto 24px auto;
}

.thank-you-first-screen__bottom h3 {
  color: #1D93FF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.thank-you-second-screen__wrapper {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.variant-b .thank-you-second-screen__wrapper > img {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
}

.thank-you-second-screen__advantages-block {
  border-radius: 26px 26px 0 0;
  background: #FFF;
  box-shadow: 0px -6px 30px 0px rgba(5, 41, 110, 0.15);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 70px 20px 30px 20px;
  position: relative;
}

.variant-b .thank-you-second-screen__advantages-block {
  padding: 20px 20px 30px 20px;
  min-height: 55%;
  height: auto;
  justify-content: center;
}

.thank-you-second-screen__bottom {
  width: 100%;
}

.thank-you-second-screen__advantages-block h2 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.variant-b .thank-you-second-screen__advantages-block h2 {
  font-size: 22px;
}

.variant-c .thank-you-second-screen__advantages-block h2 {
  font-size: 24px;
}

.variant-b .thank-you-second-screen__advantages-block--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thank-you-second-screen__advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  gap: 18px 0;
}

.thank-you-second-screen__advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.thank-you-second-screen__advantage span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.thank-you-second-screen__advantage p {
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.thank-you-second-screen__advantages-block > img {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.variant-c .thank-you-second-screen__advantages-block > img {
  top: -8%;
  transform: translate(-50%, -50%) scale(0.9);
}

.thank-you-third-screen__wrapper{
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thank-you-third-screen__top {
  padding: 60px 20px 40px 20px;
  background: #FFF;
  position: relative;
}

.thank-you-third-screen__top::after {
  content: '';
  width: 100%;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/09/Ellipse-96-1.svg');
  background-repeat: repeat;
  position: absolute;
  bottom: -4%;
  left: 0%;
}

.thank-you-third-screen__top h2 {
  color: var(--Main-color-Black, #07090D);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 10px;
}

.thank-you-third-screen__top ul {
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.thank-you-third-screen__top ul li,
.thank-you-third-screen__top ul li span {
  color: var(--Greyscale-600, #3A414E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.thank-you-third-screen__top span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Greyscale-200, #7A808B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thank-you-third-screen__top span > span {
  color: #07090D;
}

.thank-you-third-screen__total {
  margin-bottom: 16px;
}

.thank-you-third-screen__total--del del {
  margin-right: 5px;
}

.thank-you-third-screen__bard-code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-third-screen__form h3 {
  color: var(--Greyscale-600, #3A414E);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 8px;
}

.thank-you-third-screen__form p {
  color: var(--Greyscale-200, #7A808B);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 16px;
}

.thank-you-third-screen__form {
  border-radius: 26px 26px 0 0;
  background: #FFF;
  box-shadow: 0px -6px 30px 0px rgba(5, 41, 110, 0.15);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 20px;
  position: absolute;
  bottom: 0%;
  height: calc(100% - 350px);
  left: 0%;
  overflow: auto;
}

.variant-c .thank-you-third-screen__form {
  height: calc(100% - 380px);
}

.thank-you-third-screen__form .wpfs-btn-link {
  display: none !important;
}

.thank-you-third-screen__form button.wpfs-btn.wpfs-btn-primary {
  border-radius: 14px !important;
  background: var(--Main-color-Primary, #0091FA) !important;
  width: 100% !important;
  color: var(--neutral-01100, #FEFEFE) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 150% !important; /* 27px */
  letter-spacing: -0.18px !important;
  margin-right: 0px !important;
  height: 50px !important;
}

.thank-you-third-screen__form input {
  font-size: 15px !important;
}

.thank-you-first-screen__bottom--block h3 {
  color: #181E29;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-align: left;
  position: relative;
}

.thank-you-first-screen__bottom--block p {
  color: #525762;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
}

.thank-you-first-screen__bottom--block {
  position: relative;
}

.thank-you-first-screen__bottom--block::before {
  content: url('/wp-content/uploads/2024/12/CheckCircle.svg');
  position: absolute;
  left: -30px;
  top: 0;
}

.testimonials-swiper {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding-bottom: 60px;
}


.payment-error {
  height: 100%;
  background: #F3FAFF;
}

.main-form {
  background: #F3FAFF;
}

.payment-error__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment-error__main {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.payment-error__main h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.payment-error__main h3 {
  color: #525762;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  padding-bottom: 40px;
}

.payment-error__text p {
  color: #181E29;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.payment-error__text p:first-child {
  padding-bottom: 24px;
}

.payment-error__text p a {
  color: #1A56AB;
  font-weight: 600;
}

.form-custom-block {
  text-align: center;
}

.sample-report__bottom--wrapper {
  background: linear-gradient(0deg, #EEF7FD 0%, #EEF7FD 59.5%, rgba(238, 247, 253, 0.00) 100%);
}

.sample-report__scroll-down {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, #EEF7FD 0%, #EEF7FD 59.5%, rgba(238, 247, 253, 0.00) 100%);
}

.sample-report__scroll-down h2 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
}

.thank-you-page p {
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.welcome-section__picture-main img {
  width: 100%;
}

/* Desktop */
@media screen and (min-width: 991px) {
  .welcome-section,
  .condition-buy,
  .how-it-works,
  .main-form,
  .offer-complete,
  .testimonials,
  .sample-report,
  .payment-error {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    max-height: 768px;
  }
  .welcome-section__trusted {
    max-width: 460px;
    min-width: 460px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .condition-buy__avantage--block img {
    /* max-width: unset;
    height: 180px; */
  }
  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator {
    justify-content: center;
    gap: 0 5px;
  }
  .how-it-works__slide--text {
    max-width: 300px;
    margin: 0 auto;
  }
  .swiper-how-it-works .swiper-pagination.swiper-pagination-horizontal {
    bottom: -100px;
  }
  .welcome-section__text {
    max-width: 600px;
    margin: 0 auto;
  }
  .site {
    display: flex;
    align-items: center;
  }
  .condition-buy__text--bottom {
    width: 100%;
    margin-left: unset;
  }
  .thank-you-third-screen,
  .thank-you-first-screen,
  .thank-you-second-screen {
    width: 100%;
  }
  .thank-you-third-screen__wrapper {
    position: relative;
  }
  .thank-you-third-screen__form,
  .thank-you-first-screen__bottom,
  .thank-you-second-screen__advantages-block {
    width: 100%;
    margin-left: unset;
  }
  .thank-you-third-screen__form > form {
    width: 100% !important;
    max-width: unset !important;
  }
  .variant-c .thank-you-second-screen__advantages-block > img {
    top: -30%;
  }
  .welcome-section__picture-main {
    text-align: center;
  }
  body {
    background: #EEF7FD;
  }
  .sample-report__full-info--block img {
    width: 100%;
  }
  .welcome-section__picture-main img {
    width: auto;
  }
}


/* How it works */

.swiper-how-it-works-slide-new h2 {
  color: #0091FA;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
}

.swiper-how-it-works-slide-new h3 {
  color: #2B313A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.swiper-how-it-works-slide-new p {
  color: #525762;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  padding-bottom: 24px;
}

.swiper-how-it-works-slide-new h4 {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(66, 173, 113, 0.10);
  margin-top: 10px;
}

.swiper-how-it-works-slide-new h4 span:last-child {
  color: #181E29;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

.swiper-how-it-works-slide-new h4 span:last-child span {
  color: #26834F;
}

.swiper-how-it-works-slide-house {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(27, 53, 76, 0.10);
  padding: 12px;
  gap: 0 12px;
}

.swiper-how-it-works-slide-house--picture {
  width: 100%;
  max-width: 95px;
  height: 100%;
  max-height: 80px;
  border-radius: 12px;
}

.swiper-how-it-works-slide-house--picture img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.swiper-how-it-works-slide-house--address {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding-bottom: 8px;
}

.swiper-how-it-works-slide-house--details,
.swiper-how-it-works-slide-house--details-block {
  display: flex;
  align-items: center;
}

.swiper-how-it-works-slide-house--details {
  margin-bottom: 10px;
}

.swiper-how-it-works-slide-house--details-block:nth-child(2) {
  padding: 0 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 12px;
}

.swiper-how-it-works-slide-house--details-block span {
  color: #525762;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */ 
  margin-left: 5px;
}

.testimonials__slider {
  padding-bottom: 65px;
}

.testimonials {
  background: #F3FAFF;
}

/* Printing animation */
.cursor {
  display: inline-block;
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  50% {
      opacity: 0;
  }
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes erasing {
  from { width: 100%; }
  to { width: 0; }
}

@media screen and (max-width: 375px) {
  .welcome-section__title {
    font-size: 24px;
  }

  .welcome-section__text {
    font-size: 14px;
  }

  .welcome-section__sub-text {
    font-size: 12px;
  }

  .welcome-section__images img {
    height: 60px;
  }

  .welcome-section__trusted::before {
    left: 2%;
  }

  .welcome-section__trusted::after {
    right: -7%;
  }

  .welcome-section__terms p {
    font-size: 10px;
  }

  .condition-buy__texts h2 {
    font-size: 24px;
  }

  .condition-buy__texts p,
  .how-it-works__slide--text {
    font-size: 12px;
  }

  .how-it-works__slide--title {
    font-size: 18px;
  }

  .how-it-works__slide {
    padding: 15px;
  }

  .how-it-works__slide--step img {
    max-width: 70px;
  }

  .testimonials-swiper__slide--text h2 {
    font-size: 10px;
  }

  .testimonials-swiper__slide--text strong {
    font-size: 12px;
  }

  .testimonials-swiper__slide--info p {
    font-size: 14px;
    line-height: 80%;
  }

  .testimonials-swiper__slide--info span {
    font-size: 12px;
  }

  .testimonials__text h2 {
    font-size: 18px;
  }

  .testimonials__text p {
    font-size: 14px;
  }

  /* .main-btn {
    padding: 5px 0;
  } */

  .main-btn span {
    font-size: 14px;
  }

  .how-it-works__wrapper {
    padding: 16px 0;
  }

  .welcome-section__logo {
    padding: 16px 0 0 0;
  }

  .testimonials-swiper__slide--top {
    padding-bottom: 0px;
    margin-bottom: 4px;
  }

  .testimonials-swiper__slide--text span {
    margin-bottom: 2px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block {
    padding: 10px 6px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block > h2 {
    font-size: 10px;
    margin: 0 0 6px 0;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block__text p:not(:last-child)::after {
    height: 10px;
    transform: scale(0.5);
    position: relative;
    top: -5px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-address fieldset .wpforms-field-row:nth-child(2) input[type=text] {
    padding: 5px 0 5px 40px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text], .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text]:focus, .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-address-state {
    font-size: 12px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-page-button, .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit {
    padding: 6px 0;
    font-size: 14px;
  }
  
  .main-form__wrapper {
    padding: 16px 0;
  }

  .condition-buy__texts {
    /* padding-bottom: 16px; */
  }

  .testimonials__wrapper {
    padding: 16px 0;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=text]:focus {
    padding: 5px 5px 5px 10px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-address-state {
    padding: 5px;
    height: 35px;
    min-height: unset;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block__text p {
    font-size: 10px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page-number {
    width: 25px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-page-button {
    margin-top: 5px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container legend.wpforms-field-label, .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container label.wpforms-field-label {
    font-size: 14px;
    padding: 10px 0;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label {
    padding: 5px 0 5px 45px;
    font-size: 14px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label::before {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .form-custom-block {
    margin-bottom: 10px;
  }

  .main-form__nav a {
    font-size: 14px;
  }

  .main-form .main-form__wrapper .main-form__form .wpforms-container .wpforms-form .message-button {
    font-size: 8px;
  }

  .offer-complete__wrapper h2 {
    font-size: 18px;
  }

  .offer-complete__badge span {
    font-size: 10px;
  }

  .offer-complete__text p {
    font-size: 10px;
  }

  .offer-complete__wrapper {
    padding: 16px 0;
  }

  .offer-complete__text p:last-child {
    font-size: 16px;
  }
  .welcome-section__picture-main {
    text-align: center;
  }
  .welcome-section__picture-main img {
    width: 65%;
  }
  .swiper-how-it-works-slide-new h2 {
    font-size: 12px;
  }
  .swiper-how-it-works-slide-new h3 {
    font-size: 20px;
  }
  .swiper-how-it-works-slide-new p {
    font-size: 10px;
  }
  .swiper-how-it-works-slide-house--picture {
    max-width: 70px;
    max-height: 55px;
  }
  .swiper-how-it-works-slide-house--address {
    font-size: 12px;
  }
  .swiper-how-it-works-slide-new h4 {
    padding: 5px;
  }
  .how-it-works__slider .swiper-navigation .swiper-button-next, .how-it-works__slider .swiper-navigation .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-how-it-works-slide-new h4 span:last-child {
    font-size: 10px;
  }
  .how-it-works__slider .swiper-navigation {
    height: unset;
    margin-top: 20px;
  }
  .thank-you-first-screen___top h2 {
    font-size: 15px;
  }
  .thank-you-first-screen___top p {
    font-size: 16px;
  }
  .thank-you-first-screen___top img {
    width: 50%;
  }
}