:root {
  --dark: #2a2638;
  --white: white;
  --pink: #ff8000;
  --purple: #93417d;
  --black: black;
  --red: #e62e00;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f6f7f9;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.nav-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #050505;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.logo-text {
  color: #e95650;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.logo-text.langtxt {
  color: #39a29e;
  text-transform: uppercase;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 700;
}

.nav-list {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-list-item {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-list-item.nav-list-item-b {
  font-weight: 700;
}

.logo-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: #000;
  text-decoration: none;
}

.nav {
  background-color: #f6f7f9;
}

.bg-top-box {
  z-index: -1;
  background-color: #b3150f;
  display: none;
  position: relative;
}

.top-badges {
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.container {
  flex: 1;
  justify-content: space-between;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.news {
  color: #fff;
  text-transform: uppercase;
  background-color: #b41216;
  border-radius: 20px;
  align-items: center;
  padding: 8px 20px;
  font-weight: 700;
  display: flex;
}

.news.langtxt {
  color: #000;
  background-color: #d3ff00;
}

.top-social-badges {
  margin-left: 17px;
}

.wrapper {
  color: #000000;
  background-color: #fff;
  flex-flow: wrap;
  align-content: stretch;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.aside {
  grid-row-gap: 0px;
  flex-direction: column;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.main-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
}

.main-title.langtxt {
  color: var(--dark);
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 54px;
}

.main-title.langtxt.top {
  margin-top: 60px;
  margin-left: -30px;
}

.main-title.langtxt.top.white {
  color: var(--white);
}

.small-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.white-background {
  background-color: #fff;
  padding: 20px 0;
}

.article-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 27px;
}

.article-title.langtxt {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.article-title.langtxt.center {
  text-align: center;
}

.body-text {
  margin-bottom: 20px;
  line-height: 27px;
}

.photo-box {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.photo-desc {
  color: #fff;
  text-align: center;
  background-color: #e95650;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 8px;
  font-weight: 700;
}

.photo-desc.langtxt {
  background-color: var(--pink);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.photo-desc.langtxt.results {
  background-color: var(--white);
  color: #3f3f3f;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.photo-container {
  max-width: 70%;
}

.photo-desc-split {
  text-align: left;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.photo-desc-before {
  color: #fff;
  text-align: center;
  background-color: #b41216;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 700;
}

.photo-desc-after {
  color: #fff;
  text-align: center;
  background-color: #3378bb;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 700;
}

.accept-img {
  margin-bottom: 5px;
}

.lightbox-container {
  max-width: 90%;
}

.photo-container-100 {
  max-width: 100%;
}

.list-item {
  margin-bottom: 20px;
}

.list {
  padding-left: 20px;
}

.expert-box {
  margin-bottom: 30px;
  display: flex;
}

.expert-opinion {
  background-color: #f4f4f4;
  flex: 1;
  padding: 10px;
  font-size: 15px;
  line-height: 27px;
}

.image-3 {
  object-fit: cover;
}

.last-photos {
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.last-photo-box {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/duringe3a5395f83557cb8e6228cb2e9e625c5.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 270px;
}

.body-text-last {
  margin-bottom: 80px;
  line-height: 27px;
}

.body-text-last.langtxt {
  margin-bottom: 10px;
  font-weight: 400;
}

.body-text-last.langtxt.frame {
  margin-bottom: 0;
}

.body-text-last.langtxt.big {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
}

.body-text-last.langtxt.info {
  margin-bottom: 0;
}

.body-text-last.langtxt.info.bold {
  font-weight: 700;
}

.product {
  min-width: 35%;
  position: absolute;
  bottom: -55px;
  left: 35%;
}

.cta-link {
  color: #001aee;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.alert-offer {
  color: red;
  text-align: center;
  margin-bottom: 40px;
  line-height: 27px;
}

.grey-comments-title {
  background-color: #ebebeb;
  width: 100%;
  margin-top: 30px;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: 700;
}

.comments {
  background-color: #fff;
  width: 100%;
  padding: 30px 15px;
}

.comment {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.comment-photo {
  flex: none;
  margin-right: 10px;
}

.comment-desc {
  margin-top: 3px;
}

.comment-author {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.author {
  grid-column-gap: 20px;
  color: #229cff;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.div-block-2 {
  background-color: #c2c6cd;
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.time {
  color: #656c79;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.comment-text {
  margin-bottom: 0;
  line-height: 27px;
}

.add-comment-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.add-comment-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.long-line {
  background-color: #e7e9ef;
  height: 2px;
}

.add-comment-line {
  margin-bottom: 20px;
  position: relative;
}

.short-line {
  background-color: #229cff;
  width: 115px;
  height: 2px;
  position: absolute;
}

.add-comment-form {
  width: 100%;
  display: flex;
}

.form-avatar {
  flex: none;
  margin-right: 10px;
}

.image-4 {
  margin-right: 10px;
}

.form-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-field {
  color: #000;
  border: 2px solid #e7e9ef;
  border-radius: 4px;
  padding: 22px 12px;
  font-size: 16px;
}

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

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.submit-button {
  background-color: #229cff;
  border-radius: 4px;
  margin-left: 10px;
  padding: 8px 30px;
}

.text-field-expanded {
  color: #000;
  border: 2px solid #e7e9ef;
  border-radius: 4px;
  flex: none;
  padding: 12px;
  font-size: 16px;
}

.attachment {
  color: #656c79;
  font-size: 13px;
  text-decoration: underline;
}

.send {
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.coupon {
  background-color: #f0fbd7;
  border: 3px dashed #7b9545;
  align-items: center;
  padding: 25px;
  display: flex;
}

.coupon-desc {
  width: 100%;
  margin-left: 20px;
}

.coupon-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.coupon-text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 27px;
}

.image-5 {
  object-fit: contain;
}

.coupon-cta {
  color: #001aee;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.coupon-alert {
  color: red;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 27px;
}

.background-top {
  background-image: linear-gradient(#690c50, #690c50);
  width: 100%;
  height: 462px;
  position: absolute;
}

.footer {
  color: var(--white);
  background-color: #d9dddc;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.nav-list-footer {
  grid-column-gap: 40px;
  margin-bottom: 0;
  display: flex;
}

.nav-link-footer {
  color: #fff;
  text-decoration: none;
}

.nav-link-footer.langtxt {
  color: #000;
}

.div-block-3 {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer-text {
  color: #fff;
  font-size: 14px;
}

.footer-text.langtxt {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.footer-desc {
  flex-direction: column;
  justify-content: center;
  width: 93%;
  display: flex;
}

.footer-wrapper-container {
  grid-column-gap: 50px;
  flex: 1;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-logo {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-logo-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.logo-text-white {
  color: #fff;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.logo-text-white.langtxt {
  width: 200px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.footer-legal {
  background-color: #fff;
  padding: 10px 15px;
}

.footer-legal-txt {
  color: #6d6d6d;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.author-box {
  background-color: #fff;
  border: 2px solid #5e5e5e;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.author-name {
  color: #000;
}

.author-name-1 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1;
}

.author-name-2 {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.author-text {
  color: #000;
  line-height: 24px;
}

.popular {
  background-color: #fff;
  padding: 20px;
}

.popular-title {
  color: #000;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
}

.line {
  background-color: #e7e7e7;
  height: 1px;
  margin-bottom: 10px;
}

.news-block {
  grid-column-gap: 10px;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.news-desc {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.news-text {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.news-category {
  background-image: linear-gradient(to bottom, var(--purple), var(--purple));
  color: #fff;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 12px;
  display: inline-block;
}

.paragraph,
.category-text {
  margin-bottom: 0;
}

.image-6 {
  border-radius: 0;
}

.author-1 {
  grid-column-gap: 20px;
  color: #229cff;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.body {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-8 {
  display: none;
}

.symbol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 60px;
  display: flex;
}

.steps {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.steps-desc {
  margin-right: 40px;
  display: flex;
}

.number {
  background-image: linear-gradient(to bottom, var(--purple), var(--purple));
  color: #fff;
  border-radius: 5px;
  height: 36px;
  margin-right: 20px;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 700;
}

.desc-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.image-10 {
  object-fit: none;
  object-position: 50% 0%;
}

.desc-text {
  margin-bottom: 20px;
  line-height: 27px;
}

.desc-text.langtxt {
  margin-bottom: 0;
}

.steps-img {
  object-fit: none;
  object-position: 50% 0%;
  width: 70%;
  min-width: 0;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
}

.steps-img-wraper-1 {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/leg-16d286a45a38f0eb1d97ed25de19a8355.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  min-width: 80px;
  height: 200px;
  min-height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.steps-img-wraper-2 {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/leg-2c103e97acccfbab36f9cfa73c9ff2b1a.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  min-width: 80px;
  height: 200px;
  min-height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.steps-img-wraper-3,
.steps-img-wraper-4 {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/leg-319fcaca6f81f791b459b3a66eb71372a.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  min-width: 80px;
  height: 200px;
  min-height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.image-11 {
  max-width: 150%;
}

.image-12,
.image-13,
.comment-img {
  margin-top: 16px;
}

.bold-text {
  color: #333;
}

.ad {
  text-align: center;
  background-color: #cfcfcf;
  padding-top: 4px;
  padding-bottom: 4px;
}

.ad-wraper {
  max-width: 1000px;
}

.ad-text {
  color: #272727;
  mix-blend-mode: normal;
  font-size: 14px;
}

.opinion-photo {
  width: auto;
  height: 200px;
}

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

.main-photo {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/conference-photo.webp");
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 440px;
  display: flex;
}

.photo-text {
  background-color: #fff;
  margin-bottom: 39px;
  padding: 0 16px 0 0;
  display: flex;
}

.link-text {
  text-align: center;
  background-color: #d1f817;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  margin-bottom: 20px;
  font-family: Zilla Slab, sans-serif;
}

.heading.testimonial {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.heading.langtxt {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.photo-text-1 {
  color: var(--pink);
}

.photo-text-2 {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 700;
}

.text-wraper {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rectangle {
  background-color: var(--pink);
  width: 30px;
  margin-right: 20px;
}

.makeover-box {
  background-color: #e4f6f6;
  margin-bottom: 40px;
  padding: 20px 20px 0;
}

.text-span-2,
.text-span-3,
.text-span-4 {
  color: var(--pink);
}

.receptor-box {
  text-align: center;
  background-color: #c90b4d;
}

.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5 {
  font-weight: 400;
}

.frame {
  background-color: #ffe8f0;
  margin-bottom: 20px;
  padding: 10px;
}

.chart {
  border: 2px solid var(--pink);
  text-align: center;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 20px;
}

.heading-chart {
  text-align: center;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
}

.heading-chart.langtxt {
  margin-top: 0;
}

.image-14 {
  width: 250px;
}

.chart-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.chart-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.chart-color {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pink {
  background-color: #d80954;
  width: 20px;
  height: 20px;
}

.text-block {
  font-size: 14px;
}

.orange {
  background-color: #e89234;
  width: 20px;
  height: 20px;
}

.purple {
  background-color: #471968;
  width: 20px;
  height: 20px;
}

.product-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0px solid var(--pink);
  background-color: #ebfbff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.image-15 {
  width: 258px;
  max-width: 100%;
  display: block;
}

.product-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.button {
  border: 0px solid var(--black);
  background-color: var(--pink);
  text-align: center;
  object-fit: fill;
  border-radius: 100px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.button:hover {
  background-image: none;
}

.button.form {
  text-align: center;
  background-color: #c90b4d;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.button.form.woman {
  background-color: #fc4e7f;
  background-image: none;
  justify-content: center;
  width: 200px;
  padding: 0;
  display: flex;
}

.button.form.man {
  background-color: #4687ff;
  background-image: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-6 {
  background-color: #cff5f5;
  border-radius: 20px 20px 0 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-3-copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.author-box-first {
  background-color: #fff;
  border: 2px solid #5e5e5e;
  border-radius: 10px;
  margin-top: -10px;
  padding: 20px;
}

.image-16 {
  margin-top: 20px;
}

.product-box-aside {
  border: 2px solid var(--pink);
  text-align: center;
  background-color: #ebfbff;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 1800px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 20px;
  bottom: auto;
}

.heading-3-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-4.langtxt {
  font-weight: 700;
  line-height: 34px;
}

.heading-5 {
  text-align: center;
  font-weight: 400;
}

.image-17 {
  max-width: 50%;
}

.section {
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/bg-green.webp"), url("https://rankeqcx.com/lpki/dpdg/images/bg.webp");
  background-position: 50% 80%, 0 0;
  background-size: auto, auto;
}

.step1-top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.image-18 {
  width: 240px;
  margin-right: 40px;
}

.form-wrapper {
  border: 2px solid var(--pink);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-top: 0;
  padding: 10px 40px;
  display: flex;
  box-shadow: 10px 10px #e6e6e6, 20px 20px #f0f0f0;
}

.form-block-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.field-label {
  margin-top: 10px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field-2 {
  border-radius: 6px;
  margin-bottom: 20px;
}

.section-2 {
  background-color: var(--pink);
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/bg-diet.webp");
  background-position: 50%;
  background-size: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-3 {
  width: auto;
}

.div-block-7 {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.step-number {
  color: #c90b4d2e;
  text-align: left;
  border-radius: 20px;
  font-size: 160px;
  line-height: 90px;
}

.div-block-8 {
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 100px;
  display: none;
}

.heading-6 {
  color: #c90b4d2e;
}

.select-field {
  border-radius: 6px;
}

.container-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 800px;
  display: flex;
}

.image-19 {
  display: block;
}

.form-2 {
  text-align: left;
}

.form-wrapper-2 {
  border: 2px solid var(--pink);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-top: 0;
  padding: 10px 40px;
  display: flex;
  box-shadow: 10px 10px #e6e6e6;
}

.image-21 {
  max-width: 50%;
}

.div-block-7-copy {
  background-color: var(--white);
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/man-circle-2.webp"),
    url("https://rankeqcx.com/lpki/dpdg/images/woman-circle.webp"), linear-gradient(#fff, #fff);
  background-position: 0 100%, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 22%, 22%, auto;
  padding-top: 0;
  padding-bottom: 140px;
}

.select-field-2 {
  color: #363636;
  background-color: #fff;
  border-radius: 6px;
}

.text-field-3,
.text-field-4 {
  border-radius: 6px;
}

.image-22 {
  display: none;
}

.div-block-10 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-25 {
  width: 40px;
}

.back {
  background-color: #84b3dd;
  border-radius: 100px;
}

.div-block-10-copy {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-2 {
  border-radius: 100px;
}

.button-2.w--current {
  background-color: #84b3dd;
}

.section-3 {
  display: none;
}

.results-wrapper {
  border: 2px solid var(--pink);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
}

.image-26 {
  width: 400px;
  max-width: none;
}

.table {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 40px;
  padding: 0;
  display: grid;
}

.before-text {
  background-color: #a0c7e7;
  padding: 10px;
}

.after-text {
  background-color: #d7ffe1;
  padding: 10px;
}

.text-block-2,
.text-block-3 {
  font-weight: 700;
}

.table-text {
  background-color: #edf7ff;
  border: 0 solid #000;
  border-radius: 0;
  padding: 6px;
}

.text-block-2-copy {
  font-weight: 400;
}

.table-text-2 {
  background-color: #cdddeb;
  border: 0 solid #000;
  border-radius: 0;
  padding: 6px;
}

.effect-text {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.after {
  width: 50%;
}

.today {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.effect {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.text-block-4 {
  color: #dc007d;
  font-weight: 700;
}

.text-block-5,
.text-block-6 {
  font-weight: 700;
}

.product-text-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  flex-flow: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.results-heading {
  margin-left: 60px;
  margin-right: 60px;
}

.product-box-last {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 0px solid var(--pink);
  background-color: #d4f5d6;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-11 {
  background-color: #458f4a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 60%;
  padding: 6px 40px;
}

.choice-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-choice {
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials {
  flex-flow: column;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.line-2 {
  background-color: #01796b;
  height: 2px;
  padding-left: 16px;
  padding-right: 16px;
}

.line-2.gray {
  background-color: #cfcfcf;
  height: 1px;
}

.bio {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
  display: flex;
}

.name {
  font-weight: 700;
}

.h5-italic,
.italic {
  font-style: italic;
}

.small-text-16 {
  font-size: 16px;
  line-height: 20px;
}

.testimonial-text {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

.image-27 {
  width: 120px;
  margin-bottom: 6px;
}

.testimonial {
  background-color: #fff;
  flex: 1;
  width: 100%;
  padding: 16px;
}

.testimonial.last {
  margin-bottom: 40px;
}

.name-testimonial {
  margin-bottom: 80px;
  line-height: 27px;
}

.name-testimonial.langtxt {
  margin-bottom: 0;
  font-weight: 700;
}

.name-testimonial.langtxt.frame {
  margin-bottom: 0;
}

.name-testimonial.langtxt.big {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.name-testimonial.langtxt.info {
  margin-bottom: 0;
}

.name-testimonial.langtxt.info.bold {
  font-weight: 700;
}

.stars-number {
  text-align: center;
  margin-top: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 72px;
  line-height: 60px;
}

.field-label-2 {
  text-align: center;
}

.div-block-12 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  display: flex;
}

.price-text {
  margin-bottom: 80px;
  line-height: 27px;
}

.price-text.langtxt {
  margin-bottom: 20px;
  font-weight: 400;
}

.price-text.langtxt.frame {
  margin-bottom: 0;
}

.price-text.langtxt.big {
  color: #025c08;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.price-text.langtxt.info {
  margin-bottom: 0;
}

.price-text.langtxt.info.bold {
  font-weight: 700;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.warning-box {
  margin-top: 10px;
}

.div-block-14 {
  margin-bottom: 10px;
}

.italic-text {
  font-style: normal;
  font-weight: 700;
}

.photo-desc-copy {
  color: #fff;
  text-align: center;
  background-color: #e95650;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 8px;
  font-weight: 700;
}

.photo-desc-copy.langtxt {
  background-color: var(--pink);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.photo-desc-copy.langtxt.results {
  background-color: var(--black);
  color: #3f3f3f;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-4-copy {
  font-weight: 400;
}

.bold-text-4-copy.langtxt {
  color: var(--white);
}

.footer-2 {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-container {
  max-width: 930px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-links {
  grid-column-gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-link {
  color: #8b8b8b;
  line-height: 1.2;
  text-decoration: none;
}

.footer-divider {
  background-color: #aaa;
  width: 1px;
}

.caption-footer {
  color: #aaa;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.form-4 {
  background-color: #eafcfa;
  border: 1px solid #00b4a1;
  border-radius: 20px;
  width: 420px;
  padding: 30px;
  display: none;
}

.line-3 {
  background-color: #01796b;
  height: 2px;
  padding-left: 16px;
  padding-right: 16px;
}

.line-3.gray {
  background-color: #8c8c8c;
}

.return-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.form-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-span-5 {
  color: #fd9803;
}

.logos {
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-form {
  color: #01796b;
}

.button-big {
  color: #fff;
  text-align: left;
  background-color: #fd9803;
  border-radius: 200px;
  align-self: center;
  padding: 16px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  box-shadow: -8px 7px 19px 2px #0061558f;
}

.button-big:hover {
  background-color: #f17900;
}

.button-big.light {
  box-shadow: -8px 7px 19px 2px #00615526;
}

.button-big.light:hover {
  background-color: #f17900;
}

.image-30 {
  margin-right: 109px;
}

.text-field-5 {
  color: #021222;
  font-size: 18px;
}

.checkbox {
  font-size: 18px;
}

.return-wrapper-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-field-6 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.container-form {
  border: 0px solid var(--pink);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.form-wrapper-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.success-message {
  background-color: #fff;
}

.form-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.form-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-icons-box {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: auto;
  min-width: 952px;
  max-width: 1100px;
  margin-bottom: 80px;
  display: flex;
}

.old-price {
  color: red;
  text-decoration: line-through;
}

.price-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.new-price-box {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: center;
  display: flex;
}

.new-price {
  color: #00b728;
}

.new-price.langtxt {
  margin-top: 0;
}

.heading-7.langtxt {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Zilla Slab, sans-serif;
  font-size: 20px;
}

.price-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.logo-tagline {
  color: #333;
  font-family: Varela Round, sans-serif;
}

.sygnet {
  background-color: #0000;
  background-image: url("https://rankeqcx.com/lpki/dpdg/images/logo-sygnet-02.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icons-container {
  background-color: #fff;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.line-top {
  background-color: var(--black);
  max-width: 100%;
  height: 1px;
}

.icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-text-1 {
  color: #82adb8;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.icon-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.category-txt {
  color: var(--dark);
  font-size: 14px;
}

.bold-text-6 {
  font-weight: 800;
}

.text-span-6 {
  color: var(--red);
  font-weight: 800;
}

.before-after-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  min-width: 100%;
  max-width: 800px;
  height: 200px;
  margin-top: 20px;
  display: flex;
}

/* .makeover {
  background-image: url("../assets/image-4525-1685101024356.jpeg");
  background-position: 23%;
  background-size: cover;
  border-radius: 20px;

  max-width: 100%;
} */

/* .makeover-2 {
  background-image: url("../assets/image-7458-1685101114867.jpeg");
  background-position: 3% 28%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  max-width: 500px;
} */

.list-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-15 {
  background-color: #aedfeb;
  border-radius: 20px;
  width: 260px;
  padding: 40px;
}

.bold-text-7 {
  color: #ff8000;
}

.body-text-last-copy {
  margin-bottom: 80px;
  line-height: 27px;
}

.body-text-last-copy.langtxt {
  margin-bottom: 10px;
  font-weight: 400;
}

.body-text-last-copy.langtxt.frame {
  margin-bottom: 0;
}

.body-text-last-copy.langtxt.big {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.body-text-last-copy.langtxt.info {
  margin-bottom: 0;
}

.body-text-last-copy.langtxt.info.bold {
  font-weight: 700;
}

.button-text {
  font-size: 24px;
  line-height: 28px;
}

.text-span-7,
.text-span-8,
.text-span-9,
.text-span-10 {
  color: var(--red);
}

.text-img {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img {
  background-color: var(--dark);
  background-image: url("../assets/image-8201-1685101193498.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
}

.text-span-11 {
  color: var(--red);
  font-weight: 700;
}

.opinion {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.remove-box {
  background-color: #fff2ef;
  border-radius: 20px;
  padding: 0 20px;
}

.text-span-12 {
  color: var(--red);
}

.get-box {
  background-color: #eeffd4;
  border-radius: 20px;
  padding: 0 20px 20px;
}

.text-span-13 {
  color: green;
}

.text-span-14 {
  color: var(--red);
}

.comments-block {
  margin-top: 40px;
}

.text-span-15 {
  font-weight: 900;
}

.bold-text-8 {
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
}

.button-aside {
  border: 0px solid var(--black);
  background-color: var(--pink);
  text-align: center;
  object-fit: fill;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.button-aside:hover {
  background-image: none;
}

.button-aside.form {
  text-align: center;
  background-color: #c90b4d;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.button-aside.form.woman {
  background-color: #fc4e7f;
  background-image: none;
  justify-content: center;
  width: 200px;
  padding: 0;
  display: flex;
}

.button-aside.form.man {
  background-color: #4687ff;
  background-image: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-8,
.heading-9 {
  text-align: center;
}

.comment-name {
  display: flex;
}

.form-badges-1 {
  min-width: 250px;
}

.form-content-2 {
  margin-top: 20px;
}

.text-field-7 {
  border-radius: 8px;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.success-message-2 {
  background-color: #e0e0e0;
  border-radius: 8px;
  margin-top: 20px;
}

.error-message {
  border-radius: 8px;
  padding: 20px;
}

.form-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.submit-button-2 {
  vertical-align: baseline;
  background-color: #0878da;
  border-radius: 8px;
  width: 100%;
  height: 75px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.15s;
  display: block;
}

.submit-button-2:hover {
  background-color: #0966b8;
}

.select-field-3 {
  color: #575757;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 55px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.2;
}

.phone-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-msg {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.form-wrapper-4 {
  color: #000;
  background-color: #fff;
  border-radius: 32px;
  max-width: 400px;
  padding: 32px;
}

.success-msg-last {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.error-msg {
  color: #b90000;
  font-size: 16px;
  line-height: 1.4;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--pink);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.text-span-16 {
  color: var(--red);
  font-size: 36px;
  line-height: 42px;
}

.product-form {
  background-color: #aedfeb;
  border-radius: 20px;
  width: 260px;
  padding: 40px;
}

.form-and-product {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-33 {
  width: 30px;
  height: 30px;
}

.list-text-2 {
  margin-bottom: 0;
  line-height: 27px;
}

.list-2 {
  padding-left: 0;
}

.sign-text {
  margin-bottom: 20px;
  line-height: 27px;
}

.product-box-aside-tablet {
  border: 2px solid var(--pink);
  text-align: center;
  background-color: #ebfbff;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 700px;
  padding: 20px;
  display: none;
  position: sticky;
  top: 20px;
  bottom: auto;
}

.heading-5-copy {
  text-align: center;
  font-weight: 400;
}

.button-aside-tablet {
  border: 0px solid var(--black);
  background-color: var(--pink);
  text-align: center;
  object-fit: fill;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.button-aside-tablet:hover {
  background-image: none;
}

.button-aside-tablet.form {
  text-align: center;
  background-color: #c90b4d;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.button-aside-tablet.form.woman {
  background-color: #fc4e7f;
  background-image: none;
  justify-content: center;
  width: 200px;
  padding: 0;
  display: flex;
}

.button-aside-tablet.form.man {
  background-color: #4687ff;
  background-image: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-4-copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-4-copy.langtxt {
  font-weight: 700;
}

.heading-4-mobile {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-4-mobile.langtxt {
  font-weight: 700;
}

.button-aside-mobile {
  border: 0px solid var(--black);
  background-color: var(--pink);
  text-align: center;
  object-fit: fill;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.button-aside-mobile:hover {
  background-image: none;
}

.button-aside-mobile.form {
  text-align: center;
  background-color: #c90b4d;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.button-aside-mobile.form.woman {
  background-color: #fc4e7f;
  background-image: none;
  justify-content: center;
  width: 200px;
  padding: 0;
  display: flex;
}

.button-aside-mobile.form.man {
  background-color: #4687ff;
  background-image: none;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-34,
.image-35 {
  max-width: 80%;
}

.image-36 {
  max-width: 90%;
}

.body-text-copy {
  margin-bottom: 20px;
  line-height: 27px;
}

.quote {
  margin-bottom: 80px;
  line-height: 27px;
}

.quote.langtxt {
  margin-bottom: 10px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
}

.quote.langtxt.frame {
  margin-bottom: 0;
}

.quote.langtxt.big {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.quote.langtxt.info {
  margin-bottom: 0;
}

.quote.langtxt.info.bold {
  font-weight: 700;
}

.italic-text-2 {
  font-size: 22px;
  font-weight: 700;
}

.expert-img {
  background-color: var(--dark);
  background-image: url("../assets/image-898-1685101330804.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
}
.viso {
  background-color: #aedfeb;
  background-image: url("../assets/visofortebadge.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img2 {
  background-color: var(--dark);
  background-image: url("../assets/image-8052-1685102300890.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img3 {
  background-color: var(--dark);
  background-image: url("../assets/image-9608-1685102386265.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img4 {
  background-color: white;
  background-image: url("../assets/image-7443-1685102530342.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 330px;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img5 {
  background-color: var(--dark);
  background-image: url("../assets/image-4813-1685102630079.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img6 {
  background-color: var(--dark);
  background-image: url("../assets/image-9408-1685103007776.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.expert-img7 {
  background-color: var(--dark);
  background-image: url("../assets/image-7607-1685103043359.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;

  top: 0;
}
.before-after-img-1 {
  background-color: var(--dark);
  background-image: url("../assets/image-5313-1685101272058.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  position: static;
  top: 0;
}

.man-diet {
  background-color: var(--dark);
  background-image: url("../assets/9cf5fc4c2721f8fc43b54890eb7d1d00.jpg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
}

.image-37 {
  width: 80px;
}

.text-block-7,
.text-block-8 {
  text-align: center;
}

.mockup {
  width: auto;
  max-width: 100%;
  height: 180px;
  display: block;
}

.bold-text-9 {
  vertical-align: baseline;
}

.link {
  font-size: 30px;
  line-height: 34px;
}

.link-small {
  color: #0d00ff;
  font-size: 24px;
  line-height: 30px;
}

.link-3 {
  color: #0d00ff;
}

@media screen and (max-width: 991px) {
  .logo-block {
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container,
  .wrapper {
    max-width: 738px;
  }

  .main {
    width: 100%;
    padding-right: 20px;
  }

  .aside {
    display: none;
  }

  .main-title.langtxt.top {
    margin-top: 10px;
  }

  .image {
    width: 100%;
  }

  .last-photo-box {
    background-position: 50%;
  }

  .nav-list-footer {
    grid-column-gap: 30px;
  }

  .footer-desc {
    width: 100%;
  }

  .footer-wrapper-container {
    flex-direction: column-reverse;
  }

  .footer-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-logo-white {
    width: 40%;
  }

  .logo-text-white {
    font-size: 30px;
    line-height: 1.3;
  }

  .image-6 {
    width: 100%;
  }

  .body {
    background-color: #fff;
  }

  .product-box {
    justify-content: flex-start;
    align-items: center;
  }

  .image-15 {
    align-self: center;
  }

  .product-box-aside {
    position: sticky;
  }

  .div-block-7 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-20 {
    width: 25%;
    margin-left: 30px;
  }

  .div-block-7-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: 100%;
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-23,
  .image-24 {
    max-width: 40%;
  }

  .section-3 {
    display: block;
  }

  .product-box-last {
    justify-content: flex-start;
    align-items: center;
  }

  .text-dream {
    margin-top: 20px;
  }

  .footer-2 {
    padding-bottom: 100px;
  }

  .button-big {
    padding: 14px 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-30 {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .container-form {
    flex-flow: column;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .h3-left {
    font-size: 26px;
    line-height: 32px;
  }

  .form-wrapper-3 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .form-icons-box {
    min-width: 0;
    max-width: 100%;
  }

  .price-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 30px;
  }

  .icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
  }

  .icon-text-1 {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
  }

  .form-box {
    justify-content: flex-start;
    align-items: center;
  }

  .product-box-aside-tablet {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 100px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-5-copy.langtxt {
    margin-top: 0;
    margin-bottom: 5px;
    display: none;
  }

  .button-aside-tablet {
    margin-top: 10px;
  }

  .heading-4-copy.langtxt {
    margin-bottom: 6px;
  }

  .heading-4-mobile.langtxt {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-aside-mobile {
    flex: 1;
    margin-top: 0;
  }

  .mockup {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .white-background {
    margin-top: 0;
  }

  .nav-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-text {
    font-size: 21px;
  }

  .nav-list {
    display: none;
  }

  .logo-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title {
    font-size: 25px;
    line-height: 33px;
  }

  .main-title.langtxt {
    font-size: 30px;
    line-height: 38px;
  }

  .main-title.langtxt.top {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .photo-container,
  .lightbox-container {
    max-width: 100%;
  }

  .expert-box {
    flex-direction: column;
  }

  .image-3 {
    object-fit: cover;
  }

  .last-photos {
    max-width: 100%;
  }

  .last-photo-box {
    background-position: 50%;
    background-size: contain;
  }

  .product {
    align-self: stretch;
    max-width: 40%;
    left: 32%;
  }

  .coupon {
    flex-direction: column;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .nav-list-footer {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    justify-content: center;
    margin-bottom: 30px;
  }

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

  .footer-logo {
    flex-direction: column;
  }

  .footer-logo-white {
    justify-content: center;
    width: 100%;
  }

  .div-block-4 {
    background-color: #000;
    height: 2px;
  }

  .div-block-5 {
    flex-direction: column;
    display: flex;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: block;
  }

  .image-9 {
    width: 50px;
  }

  .steps {
    flex-direction: column;
  }

  .steps-desc {
    margin-top: 10px;
  }

  .steps-img-wraper-1,
  .steps-img-wraper-2,
  .steps-img-wraper-3,
  .steps-img-wraper-4 {
    min-height: 200px;
  }

  .main-photo {
    background-position: 50%;
  }

  .pink {
    flex: 0 auto;
  }

  .text-block {
    text-align: left;
    flex: 1;
  }

  .product-box {
    flex-flow: column;
    align-items: center;
  }

  .image-15 {
    width: 50%;
  }

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

  .section {
    background-image: linear-gradient(#94d6c1, #94d6c1),
      url("https://rankeqcx.com/lpki/dpdg/images/bg.webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .step1-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 200px;
  }

  .paragraph-3 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-8 {
    margin-top: 20px;
  }

  .image-20 {
    width: 30%;
    margin-left: 0;
  }

  .image-21 {
    display: none;
  }

  .div-block-7-copy {
    overflow: hidden;
  }

  .image-22 {
    order: 1;
    max-width: 40%;
    display: block;
  }

  .div-block-9 {
    overflow: hidden;
  }

  .table {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .effect-text {
    width: 100%;
  }

  .product-text-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .product-box-last {
    flex-flow: column;
    align-items: center;
  }

  .line-2.gray {
    height: 1px;
  }

  .footer-2 {
    padding-bottom: 100px;
  }

  .line-3.gray {
    height: 1px;
  }

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

  .logos {
    flex-flow: wrap;
  }

  .heading-form {
    font-size: 26px;
    line-height: 30px;
  }

  .button-big {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .button-big.light {
    text-align: center;
  }

  .return-wrapper-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-form {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .h3-left.return {
    text-align: center;
  }

  .icons-section {
    display: none;
  }

  .icons-wrapper {
    flex-flow: wrap;
    display: none;
  }

  .links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .img {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .opinion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .bold-text-8 {
    font-size: 28px;
  }

  .form-box {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .form-and-product {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sign-text {
    text-align: right;
  }

  .heading-4-mobile.langtxt {
    font-size: 20px;
    line-height: 24px;
  }

  .expert-img,
  .before-after-img-1,
  .man-diet {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .image-37 {
    width: 60px;
  }

  .mockup {
    width: 50%;
  }

  .link-small {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    font-size: 26px;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title.langtxt {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }

  .white-background {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-text-last.langtxt {
    margin-bottom: 20px;
  }

  .product {
    bottom: -30px;
  }

  .comments {
    padding-left: 0;
    padding-right: 0;
  }

  .comment {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .footer-wrapper-container {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    background-color: #fff;
  }

  .main-photo {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
  }

  .photo-text {
    border: 1px solid var(--pink);
    margin-bottom: 10px;
  }

  .link-text {
    font-size: 20px;
    line-height: 24px;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .chart-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .product-box {
    padding: 20px;
  }

  .image-15 {
    width: auto;
    height: 100%;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .step1-top {
    flex-flow: column;
  }

  .image-18 {
    margin-right: 0;
  }

  .form-block-2 {
    width: auto;
  }

  .div-block-7 {
    padding: 40px 10px 60px;
  }

  .step-number {
    font-size: 120px;
    line-height: 60px;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
  }

  .heading-6 {
    font-size: 30px;
  }

  .image-19 {
    display: block;
  }

  .image-20 {
    width: 35%;
  }

  .form-3 {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
  }

  .div-block-7-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-23,
  .image-24 {
    max-width: 45%;
  }

  .results-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-26 {
    width: 100%;
  }

  .results-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-28 {
    width: 80px;
  }

  .name-testimonial.langtxt {
    margin-bottom: 0;
  }

  .price-text.langtxt {
    margin-bottom: 20px;
  }

  .photo-desc-copy.langtxt.results {
    background-color: var(--white);
    padding-top: 0;
  }

  .bold-text-4-copy.langtxt {
    color: var(--black);
  }

  .footer-2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .footer-links {
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .form-4 {
    width: auto;
  }

  .logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .image-29 {
    width: 50%;
    max-width: none;
  }

  .button-big {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-big.light {
    flex: 1;
    justify-content: center;
  }

  .button-big.light.formbutton {
    padding-left: 59px;
    padding-right: 59px;
  }

  .image-30 {
    max-width: 80%;
  }

  .image-31 {
    width: 40%;
  }

  .image-32 {
    width: 200px;
  }

  .return-wrapper-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-wrapper-3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .form-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .new-price-box {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .logo-tagline {
    font-size: 14px;
    line-height: 16px;
  }

  .before-after-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-15 {
    width: 100%;
    height: 220px;
    padding: 16px 26px;
  }

  .body-text-last-copy.langtxt {
    margin-bottom: 20px;
  }

  .button-text {
    font-size: 18px;
    line-height: 22px;
  }

  .img {
    width: 100%;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .button-aside.form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-badges-1 {
    min-width: 100%;
  }

  .form-wrapper-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-box {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-form {
    height: 260px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .product-box-aside-tablet {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5-copy.langtxt {
    font-size: 16px;
    line-height: 19px;
    display: none;
  }

  .button-aside-tablet.form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-4-mobile.langtxt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .button-aside-mobile {
    margin-top: 6px;
    padding: 12px 25px;
  }

  .button-aside-mobile.form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote.langtxt {
    margin-bottom: 20px;
  }

  .expert-img,
  .before-after-img-1,
  .man-diet {
    width: 100%;
  }

  .comment-img,
  .comment-img-copy {
    margin-bottom: 20px;
  }

  .comment-icon {
    max-width: 15%;
  }

  .mockup {
    width: auto;
    height: 100%;
  }

  .link-small {
    font-size: 16px;
    line-height: 22px;
  }

  .link-2 {
    font-size: 16px;
  }
}
