:root {
  --font-family--font-display: "Public Sans", sans-serif;
  --headlines--title-hero-large: 4.9vw;
  --font-family--font-body: Roboto, sans-serif;
  --headlines--is-display: 6vw;
  --brand--full-opacity: #fff0;
  --text-line-height--line-height-title-medium: 4.5vw;
  --headlines--is-h4: 2vw;
  --text-line-height--line-height-titles-normal: 3vw;
  --brand--primary-100: #c45f1b;
  --brand--primary-50: white;
  --headlines--is-title-small: 1vw;
  --brand--primary-300: #e5e5e5;
  --brand--primary-200: black;
  --background--dark: #1c1c1c;
  --background--light: white;
  --color-system--danger: #e8083d;
  --color-system--warning: #f77008;
  --color-system--sucess: #00af5f;
  --color-system--info: #1f78d2;
  --font-family--font-body-variant: "Roboto Condensed", sans-serif;
  --text-line-height--line-height-body: 6vw;
  --text-line-height--linhe-height-title-mobile: .8vw;
  --headlines--title-hero-medium: 3vw;
  --headlines--is-h1: 7vw;
  --headlines--is-h2: 6vw;
  --headlines--is-h3: 3vw;
  --headlines--is-h5: 1vw;
  --headlines--is-h6: .5vw;
  --headlines--is-label-large: 6vw;
  --headlines--is-label-medium: 1vw;
  --headlines--is-label-small: 1vw;
  --text-body--is-txt-xlarge: 6vw;
  --text-body--is-txt-large: 3vw;
  --text-body--is-txt-medium: 2vw;
  --text-body--is-txt-small: 1vw;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.guarantee-content {
  background-image: url('../images/formula-vector.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  width: 1440px;
  max-width: 100%;
  min-height: 550px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.guarantee-content.guarantee-content-tablet {
  z-index: 0;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% -300px;
}

.container-package {
  width: 1400px;
  max-width: 100%;
  min-height: 900px;
  padding: 100px 20px;
  display: none;
}

.container-package.package-mobile {
  display: none;
}

.container-package.package-mobile.package-tablet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 4rem 0;
  font-size: 14vw;
  display: flex;
}

.container-hero {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #b40e0e00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0 0;
  display: flex;
}

.div-hero_block-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ."
                 "Area Area-3"
                 "Area-2 ."
                 / .75fr .4fr 0;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.div-hero_block-top.hero-custom-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 0;
  place-items: center start;
  max-width: 992px;
  display: block;
}

.div-hero_block-top.hero-custom-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 20px;
  max-width: 580px;
  display: block;
  position: relative;
}

.div-hero_block-top.hero-custom-03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center start;
  max-width: 992px;
  display: block;
}

.hero-text-headline {
  font-family: var(--font-family--font-display);
  color: #fff;
  width: 100%;
  max-width: 992px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.hero-text-headline.headline {
  max-width: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-headline {
  -webkit-text-fill-color: inherit;
  background-color: #484A94;
  background-clip: border-box;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-headline.headline {
  font-size: 2rem;
  font-weight: 500;
}

.hero-paragraph {
  font-family: var(--font-family--font-body);
  color: #fff;
  width: 100%;
  max-width: 992px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 140px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.hero-paragraph.paragraph {
  width: 70%;
  max-width: none;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.webp-bg-bottles_elitexburn {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 34rem;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto -76% -47% auto;
  overflow: visible;
  transform: translate(-10px, 25px);
}

.webp-bg-bottles_elitexburn.bottle-123456 {
  width: 35rem;
  bottom: -50%;
  right: -80%;
}

.webp-bg-bottles_elitexburn.bottle-123456.desktop {
  width: 38rem;
  inset: -42% -110% 0% auto;
}

.btn-hero {
  color: #484A94;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  font-family: Public Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn-hero.button-text {
  background-color: #484A94;
  border-radius: 12px;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 16px 25px 12px;
  font-size: 2rem;
  line-height: .9;
}

.hero_content_bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-top: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.text-sh-hero {
  box-sizing: border-box;
  font-family: var(--font-family--font-display);
  color: #fff;
  width: 100%;
  max-width: 992px;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  display: block;
}

.text-sh-hero.text-display {
  white-space: nowrap;
  margin-top: 220px;
  font-size: 3.2rem;
}

.div-menu-institucional {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.shipping {
  background-color: var(--brand--full-opacity);
  color: #d1d1d1;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.shipping:hover {
  color: #484A94;
}

.block-header-reviews {
  padding-top: 0;
  padding-bottom: 0;
}

.blc-review-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  padding: 40px 20px;
  display: flex;
  position: static;
}

.blc-review-wrapper.blc-review-2-w {
  z-index: -10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.blc-review-wrapper.blc-review-2-w.blc_review_3-w {
  width: 100%;
}

.blc-review-wrapper.review-block-1 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.blc-review-wrapper.review-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.text-h1-black {
  color: #000;
  text-align: center;
  width: 1400px;
  max-width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.1;
}

.block-review-component {
  z-index: 0;
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.block-review-component:hover {
  transform: translate(0, -10px);
}

.block-review-component.block-review-component-03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  transition: transform .3s;
}

.block-review-component.block-review-component-03:hover {
  pointer-events: auto;
  position: static;
  transform: translate(0, -15px);
}

.block-review-component.review1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end start;
  display: grid;
}

.img-review {
  z-index: 10;
  order: 1;
  height: 350px;
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.img-review.img-r-1 {
  z-index: -1;
  height: auto;
  padding-left: 0;
  position: relative;
}

.img-review.img-r-2 {
  z-index: -1;
  order: -1;
  height: auto;
  margin-top: 100px;
  position: relative;
}

.img-review.img-r-3 {
  z-index: -1;
  height: auto;
  position: relative;
}

.block-review-absolute {
  z-index: 10;
  background-color: #fff;
  width: 280px;
  height: 100%;
  min-height: 0;
  padding: 10px 20px;
  position: relative;
  inset: auto auto -50% 10%;
  box-shadow: 1px 2px 5px 5px #0003;
}

.block-review-absolute.block-review-03 {
  box-sizing: content-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  margin-left: -50px;
  display: flex;
  position: absolute;
  inset: auto -30% auto auto;
}

.block-review-absolute.review-content-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: auto;
  margin-top: -60px;
  margin-left: 30px;
  display: flex;
  position: static;
}

.block-review-absolute.review-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: auto;
  margin-bottom: -150px;
  margin-right: -20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.block-text-review {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-8 {
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-9 {
  text-align: center;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.text-block-10 {
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-weight: 700;
}

.text-block-11 {
  text-align: center;
  font-family: Public Sans, sans-serif;
}

.block-content-social-proof {
  width: 100%;
  max-width: 1200px;
  min-height: 100%;
  display: flex;
  position: relative;
}

.block-social-one-text {
  width: 60%;
  height: 100%;
  min-height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.block-img-social-one {
  width: 50%;
  min-height: 100%;
  display: flex;
  position: static;
}

.image-4 {
  max-width: none;
  max-height: 540px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.block-img-guarantee {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.block-div-aside-guarantee {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 800px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.block-columns-offer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.block-icons-offer {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.block-offer-regular-01 {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-flow: column;
  order: 3;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  padding: 30px 10px;
  transition: transform .3s;
  display: flex;
}

.block-offer-regular-01:hover {
  transform: translate(0, -10px);
}

.block-pai-bottles {
  cursor: pointer;
  background-image: linear-gradient(207deg, #484A94, #000 42%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.block-pai-bottles:hover {
  transform: translate(0, -10px);
}

.kit3bottles {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  padding: 25px 10px;
  transition: transform .3s;
  display: flex;
}

.kit3bottles:hover {
  transform: translate(0, -10px);
}

.kit3bottles.color-destaque {
  background-image: linear-gradient(212deg, #292929 42%, #000 103%);
  border-style: solid;
  border-width: 0;
}

.img-best-value {
  z-index: 1;
  position: absolute;
  inset: -1.8% auto auto -3.84%;
}

.cart-icon {
  width: 32px;
  height: 32px;
}

.add-cart-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f1f1f;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(45deg, #bb812b, #edd67c);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Public Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.add-cart-text {
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paments-methods-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-card-img {
  justify-content: center;
  align-items: center;
  max-height: none;
  margin: 20px;
  display: flex;
  position: relative;
}

.block-card-img.img-custom-93 {
  margin: 10px 0;
}

.image-abs-01 {
  width: 120px;
  margin-right: -7px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto -25% 0% auto;
}

.image-abs-01.image-abs-02 {
  right: 5%;
}

.image-abs-01.image-abs-02.image-abs-03 {
  width: 110px;
  margin-right: 15px;
  display: block;
  right: -3%;
}

.product-image {
  width: 100%;
  max-width: none;
  max-height: none;
  position: static;
}

.product-image.image-02 {
  width: 380px;
}

.image-9 {
  opacity: 1;
  width: auto;
  height: 120px;
  margin-bottom: -26px;
  padding-bottom: 0;
  font-size: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.block-price-bottle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bottle-main-price {
  font-family: Roboto Condensed, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: .8;
  position: static;
}

.bottle-main-price.txt-destaque {
  color: #f5f5f5;
}

.per-bottle-text {
  margin-bottom: 3px;
  font-family: Public Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.per-bottle-text.txt-bottle-destaque {
  color: #fff;
}

.block-free-bonus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px dashed #fff;
  border-radius: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.text-free-bonus {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.block-card-offer-t {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-card-offer-t.block-header-card-offer-destaque.hide-t-m02 {
  display: none;
}

.text-block-15 {
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1px;
}

.text-block-15.text-block-header-destaque {
  color: #fff;
}

.text-block-16 {
  color: #4c4d4d;
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

.text-block-16.text-block-header-destaque {
  color: #fff;
}

.text-block-16.text-kitbottles-destaque {
  line-height: 1.2;
}

.block-price-compared {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff7d72;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Public Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  color: #00df00;
}

.card-free-shipping {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
}

.card-free-shipping.text-shipping-destaque {
  color: #fff;
}

.text-span-3 {
  font-size: 20px;
  text-decoration: line-through;
}

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

.truck-icon {
  height: 23px;
}

.block-div-topingredients {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  height: 30%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.block-div-bottomingredients {
  height: auto;
  padding: 40px 1rem;
  display: none;
}

.block-divider {
  background-color: #c45f1a;
  width: 100%;
  height: 4px;
  margin: 30px auto;
  padding: 0;
  display: block;
}

.text-h2-color {
  color: #484A94;
  font-family: Public Sans, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.block-div-aside {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.paragraph-2 {
  text-align: right;
  font-family: Public Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}

.button-4 {
  background-color: #c45f1a00;
  background-image: url('../images/bg-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 50px;
  margin-top: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-family: Public Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.button-4.mobile {
  display: none;
}

.certified-title-block {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-17 {
  color: #b8591b;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 6vw;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 4.3vw;
  font-weight: 800;
  line-height: 4vw;
}

.text-block-19 {
  color: #484A94;
  text-align: center;
  width: 100%;
  font-family: Public Sans, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 6vw;
}

.moneyback-certified {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #bb812b;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 60px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.money-back-text {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.asdasd {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  margin-left: 0;
  font-size: 14vw;
  line-height: 20vw;
}

.text-block-20 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-20.text-display.display-custom {
  color: #484A94;
  font-size: 2.8rem;
  line-height: 1.2;
}

.paragraph {
  color: #fff;
  margin-top: 40px;
  padding-right: 100px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.custom-paragraph {
  font-size: 1.2rem;
  line-height: 1.4;
}

.block-div-element-divider {
  z-index: 0;
  background-color: #484A94;
  width: 28rem;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Arrow-right.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  margin-top: 130px;
  margin-bottom: 130px;
}

.icon.icon-right {
  background-image: url('../images/Arrow-left.svg');
}

.block-div-card-slides {
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.block-div-card-slides.id-desk-12344567 {
  justify-content: flex-start;
  display: flex;
}

.block-div-card-slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  max-width: 280px;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  line-height: 1.2rem;
}

.text-block-22 {
  color: #484A94;
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.image-16 {
  background-color: #0000;
  width: 180px;
  height: 130px;
}

.slider {
  background-color: #ddd0;
}

.slider.id-mobile-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.block-cardprice-mobile.hide-m1 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.mask-slide-letreiro {
  color: #fff0;
  background-color: #000;
  width: 100%;
}

.text-block-23 {
  color: #f1f1f1;
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 1.8vw;
  line-height: 1.2;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  min-height: 70px;
  display: flex;
}

.slider-letreiro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: 70px;
  display: flex;
}

.block-divider-layout {
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  inset: 0% auto auto -8%;
}

.right-arrow {
  right: -62px;
}

.block-card-tab-r {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.div-block-4 {
  width: 100%;
}

.component-hero {
  min-height: 0;
}

.hero-section {
  width: 100%;
  min-width: 1400px;
  height: auto;
  min-height: 1065px;
  margin-bottom: 20px;
  padding-top: 130px;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.bg-wrapper-desktop {
  z-index: -1;
  width: 100%;
  min-width: 1400px;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-bg_fw {
  z-index: auto;
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  background-image: linear-gradient(126deg, #000, black 28%, var(--brand--primary-100) 53%, #dda47d 50%, #fff0 50%), url('../images/bg-woman-xxl-1-1.webp');
  object-fit: fill;
  background-position: 0 0, 46% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 1020px;
  max-height: 1020px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.order_bar_fixed {
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.webp-brand_logo {
  width: 10rem;
}

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

.div-hero-block-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 992px;
  display: block;
}

.container-bg_vector {
  background-color: #f000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 1500px;
  max-width: 1500px;
  min-height: 1065px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.svg-bg-vector {
  vertical-align: baseline;
  width: auto;
  min-width: 100vw;
  max-width: none;
  height: 1065px;
  min-height: 1065px;
  max-height: 1065px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.certified-woman-image {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.hero-wrapper {
  display: block;
}

.hero-wrapper.padding-hero {
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.bg-break-mobile {
  display: none;
}

.link-btn_order {
  color: var(--brand--primary-50);
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.div-order_bar_fixed {
  border: 2px solid var(--brand--primary-100);
  background-image: linear-gradient(283deg, var(--brand--primary-100) 21%, white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 2.5rem;
  display: flex;
  box-shadow: 1px 2px 5px #0000008c;
}

.div-btn_order {
  background-image: linear-gradient(76deg, black 40%, var(--brand--primary-100));
  font-family: var(--font-family--font-display);
  color: var(--brand--primary-50);
  border-radius: 12px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1rem;
}

.bg-break-desktop {
  box-sizing: content-box;
  object-fit: contain;
  background-color: #fdfdfd00;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.block-bottlles-destaque {
  z-index: 0;
  order: 2;
  position: relative;
}

.block-offer-r-title {
  box-sizing: border-box;
  object-fit: fill;
}

.block-offer-r-title.hide-12345, .block-price-m-01 {
  display: none;
}

.div-media-logo_brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff0;
  text-align: left;
  border: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.selo {
  opacity: .25;
  width: 100%;
  max-width: 600px;
  height: 100px;
  display: block;
}

.is-text-xsmall {
  font-size: 12px;
  line-height: 1.5em;
}

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

.is-text-xsmall.is-text-center.is-text-opacity {
  color: #a5a5a5;
  max-width: 800px;
  font-size: 12px;
}

.container-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #9e9e9e;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.footer-final-chance {
  background-color: #1c1c1c;
  flex-flow: column;
  width: 100%;
  padding: 0 10px;
  display: block;
  position: relative;
}

.footer-final-chance.is-theme-dark {
  background-image: linear-gradient(90deg, #111, #222);
}

.div-media-certificates {
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 46.875rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.div-text_complience {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.image-21 {
  width: 100%;
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-25 {
  color: #fff;
}

.header {
  background-color: #000000 !important;
  background-image: none !important;
  background-position: 0 0;
  background-size: 100px 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.letreiro {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ingredientes {
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}

.the1formula {
  background-color: #000000 !important;
  background-image: none !important;
  background-position: 50%;
  background-size: 100px 100px;
  width: 100%;
  padding-top: 60px;
}

.container_wrapper {
  background-color: #1d1d1d;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.container_wrapper.container_wrapper_custom_hero {
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container_wrapper.guarantee {
  background-color: #1d1d1d;
  max-width: 100%;
}

.garantia {
  background-image: linear-gradient(#000, #1d1d1d);
  width: 100%;
  position: relative;
}

.bottles {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.label {
  width: 100%;
}

.image-22 {
  width: 100%;
  max-width: 1400px;
}

.div-block-28 {
  display: none;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-4 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.bold-text-43 {
  font-weight: 400;
}

.bold-text-50 {
  color: #000;
}

.testimonial-image-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.bold-text-49 {
  color: #000;
}

.testimonial-right {
  color: #777272;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-text-four {
  outline-offset: 0px;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

.testimonial-text-four-3 {
  outline-offset: 0px;
  color: #6b6b6b;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.testimonial-image-left-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Public Sans, sans-serif;
  font-size: 50px;
}

.bold-text-53, .text-span-28 {
  font-size: 17px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.bold-text-55, .text-span-29 {
  font-size: 17px;
}

.comparison-negative {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

.text-span-26 {
  font-size: 17px;
}

.is-h1 {
  text-transform: uppercase;
  word-break: keep-all;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
}

.is-h1.title-center {
  text-align: center;
}

.is-h1.title-center.is-h1-mobile {
  color: #fff;
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: .9em;
}

.container {
  max-width: 1200px;
}

.container.container-dark {
  color: #fff;
}

.container.container-dark.wrap-flex-hor-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-span-42 {
  color: var(--brand--primary-100);
}

.text-block-47 {
  color: #d8d8d8;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.text-span-43 {
  color: var(--brand--primary-100);
}

.hero-dtc {
  background-image: linear-gradient(90deg, #111, #222);
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 1rem;
  display: flex;
}

.info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.info.wrap-flex-vert-c {
  justify-content: flex-start;
  align-items: center;
}

.info.wrap-flex-vert-c.pad-top-mobile {
  margin-top: 20px;
}

.text-branding {
  color: var(--brand--primary-100);
  font-weight: 800;
  line-height: .9em;
}

.icon-2 {
  color: #e8083d;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-txt-large {
  font-size: 1.5rem;
  line-height: 1.6em;
}

.is-txt-large.desc-video {
  font-size: 1.2rem;
  line-height: 1.4em;
}

.info-txt-danger {
  color: #e8083d;
}

.section-hero {
  opacity: 1;
  background-color: #1c1c1c;
  background-image: linear-gradient(#111111bf, #111111bf);
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 1rem;
  display: flex;
}

.text-span-47 {
  font-size: 40px;
}

.code-embed-3 {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 5px 5px #f1f1f133;
}

.text-span-48 {
  color: #c0232c;
}

.bold-text-85 {
  color: var(--brand--primary-100);
}

.text-counter {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

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

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #c0232c;
  background-color: #111;
  background-image: linear-gradient(90deg, #ffffff0d 50%, #0000 50%), radial-gradient(circle farthest-side at -40% 0, #444, #0000);
  border: 1px solid #222;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 105px;
  padding: 8px 12px;
  font-weight: 600;
  box-shadow: 0 2px 5px #666;
}

.code-embed-2 {
  display: none;
}

.text-span-34 {
  font-weight: 700;
}

.text-span-33 {
  color: var(--brand--primary-100);
  font-size: 45px;
  font-weight: 800;
}

.time-left {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: .9em;
  display: inline-flex;
}

.time-left-counter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5625rem;
  font-weight: 700;
}

.title-counter {
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Public Sans, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1em;
}

.bold-text-86 {
  font-size: 45px;
  font-weight: 800;
}

.references_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 61rem;
  padding-bottom: 40px;
  display: grid;
}

.paragraph-10 {
  text-align: left;
  word-break: break-all;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-weight-bold {
  display: none;
}

.references_grid-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.logo-reference {
  width: 193px;
}

.references_text-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.scientific_logo {
  border: 1px solid #e7e7e7;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 120px;
  display: none;
}

.section_heading-8 {
  text-transform: uppercase;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.references_logo-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.max-width-2._22-rem {
  max-width: 500px;
}

.text-branding-5 {
  color: var(--brand--primary-100);
  font-weight: 700;
}

.text-subtitle-roboto {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.slide {
  width: 100%;
  min-width: auto;
}

.hero {
  background-color: #000;
}

.bonuses {
  background-color: #000;
  background-image: linear-gradient(235deg, #000, #49643f 35%, #fff0);
}

.padding_box {
  max-width: none;
  margin-bottom: 0;
  padding: 2.5rem;
}

.padding_box.padding_box_custom_hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  display: flex;
}

.padding_box.padding_box_custom_bonuses {
  padding-left: 5rem;
  padding-right: 5rem;
}

.container-large-3 {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.thank_you-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.max-width {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width.final_chance {
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}

.thank_you-heading {
  color: #f7f5ee;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 5.125rem;
  font-weight: 600;
  line-height: 90%;
}

.text-branding-6 {
  color: var(--brand--primary-100);
  font-weight: 600;
  line-height: .9em;
}

.text_subtitle_thanks {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
}

.text-size-medium {
  color: var(--brand--primary-300);
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.bonuses_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block-80 {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 90%;
}

.max-width-3._34-rem {
  max-width: 55rem;
}

.section_heading-9 {
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  font-size: 5rem;
  line-height: 100%;
}

.section_heading-9.text-color-white {
  color: #fff;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4rem;
}

.text-color-gold {
  color: var(--brand--primary-100);
}

.div-block-32 {
  border: 1px solid var(--brand--primary-100);
  background-color: #3f191200;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4rem;
  display: flex;
  box-shadow: 2.5px 2.5px 5px #331510;
}

.div-block-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-span-46 {
  color: var(--brand--primary-100);
}

.text-block-78 {
  color: #c4ab6a;
  margin-bottom: -30px;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.line-bonuses-horizontal {
  display: none;
}

.image-57 {
  margin-left: auto;
  margin-right: auto;
}

.bonus_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 16.5625rem;
  display: grid;
}

.text-block-79 {
  direction: ltr;
  color: #c4ab6a;
  overflow-wrap: normal;
  font-size: .9rem;
  font-weight: 500;
}

.text-block-81 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 35rem;
  display: grid;
}

.download-ebook {
  background-color: #ccb064;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: .8rem;
  font-weight: 700;
}

.div-block-34 {
  flex-flow: column;
  line-height: 1.2;
  display: flex;
}

.text-block-75 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 90%;
}

.bonuses_tablet-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 1rem;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-40.align-justify {
  justify-content: space-between;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-77 {
  color: #c4ab6a;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 1.28813rem;
  font-weight: 700;
}

.text-block-76 {
  color: #979797;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
}

.thank_you-block {
  background-color: #2c2c2c;
  border: 1px dashed #c0232c;
  border-radius: .3125rem;
  margin-top: 3rem;
  padding: 2rem;
}

.thank_you-block.is-theme-dark {
  border-color: var(--brand--primary-100);
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  line-height: 20px;
}

.thank_you-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-weight-medium {
  color: #fff;
  font-weight: 500;
}

.email {
  color: var(--brand--primary-100);
  -webkit-text-stroke-color: #c0232c;
  text-decoration: none;
}

.shipping_thanks {
  background-color: #000;
}

.v-line-divider {
  background-color: #1c1c1c;
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 25px;
  display: block;
}

.v-line-divider.divider-disable {
  background-color: #ccc;
}

.div-block-24 {
  text-align: center;
  min-width: 200px;
}

.div-block-24.logos--security {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.logos {
  text-align: center;
  min-width: 100%;
  display: block;
}

.logos.logos-security {
  width: 90px;
  min-width: auto;
  max-width: none;
}

.text-block-87 {
  font-size: 30px;
  line-height: 40px;
}

.box_content_header_upsell {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  padding: 5px;
  display: flex;
}

.wrap-step {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-span-45 {
  color: #c70700;
}

.step-circle {
  background-color: #1c1c1c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.step-circle.step-disable {
  color: #fff;
  background-color: #aaa;
}

.step-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1c1c1c;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.step-container.step-mobile {
  display: none;
}

.image-58 {
  max-width: none;
}

.content-hero-upsell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.div-block-41 {
  text-align: center;
  min-width: 200px;
}

.div-block-41.logos--security {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.text-block-88 {
  font-size: 30px;
  line-height: 40px;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
}

.text-span-49 {
  color: #c70700;
}

.image-13 {
  vertical-align: middle;
  display: block;
}

.progress-step-wrap {
  width: 100%;
  max-width: 980px;
}

.step3num {
  color: #aaa;
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1em;
}

.step-subhead {
  color: #666;
  margin-top: -8px;
  font-weight: 500;
}

.step-subhead.step-subhead-2 {
  color: #fff;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
}

.step-subhead.step-subhead-3 {
  color: #aaa;
  font-family: Roboto, sans-serif;
}

.step-head {
  opacity: 1;
  color: var(--brand--primary-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.step-head.step-head-3 {
  opacity: .6;
}

.step-head.step-head-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -4px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.step-head-mobile {
  color: #c0232c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.step-head-mobile.ste-head-mobile-last {
  opacity: .5;
}

.step-head-mobile.step-head-2 {
  color: #effefa;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 800;
}

.progress-steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 0 solid #666;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 .5rem;
  font-size: .8125rem;
  line-height: 1.5em;
}

.step-item-step-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
}

.step2num {
  color: var(--brand--primary-100);
  margin-top: -2px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
}

.animation-order {
  display: none;
}

.step-item-step-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand--primary-100);
  border: 2px solid #fc8e57;
  border-radius: 200px;
  width: 100%;
  padding: 4px 20px;
  font-family: Roboto Condensed, sans-serif;
  transform: scale(1.2);
}

.step-item-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.step-icon-wrap {
  background-color: var(--brand--primary-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.step-icon-wrap.step-icon-2 {
  background-color: #effefa;
}

.step-icon-wrap.step-item-3 {
  background-color: #eee;
}

.step-item-step-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}

.step-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.progress-step-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.stop-order-2 {
  color: #fff;
  text-align: center;
  background-image: url('../images/hi-red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
  line-height: 4vw;
  display: flex;
}

.headline-order {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 48px;
}

.headline-order.is-text-danger {
  color: #e8083d;
}

.headline-order.is-text-danger.is-text-center {
  color: var(--brand--primary-100);
  text-align: center;
  text-wrap: balance;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: .9em;
}

.subheadline-offer {
  color: #e6e3e3;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.headline-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
}

.code-embed-6 {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 5px 5px #f1f1f133;
}

.link-2 {
  color: #231f20;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: underline;
  display: block;
}

.bold-text-87 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.link-no-thanks {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.body {
  background-color: #fff0;
}

.horizontal-align {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.background-sobreposition {
  height: 100%;
  max-height: 100%;
  margin-right: auto;
}

.sobreposition-container {
  background-image: url('../images/formula-vector.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.reviews-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.review-block2 {
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.cifrao {
  font-size: 4rem;
}

.slider-embedcode {
  width: 100%;
  margin-top: 2rem;
}

.bottle-heading.mobile {
  display: none;
}

.free-ebooks-block {
  border: 1px dashed #fff;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px 15px;
}

.text-block-89 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.header-novo {
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #000 49%, #fff 51%, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-back-image {
  background-image: url('../images/back-session1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  min-height: 1420px;
  max-height: none;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.header-left-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 80%;
  display: block;
}

.header-vertical-align {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.header-bottle {
  display: block;
  position: absolute;
  overflow: visible;
}

.image-59 {
  width: 100%;
  max-width: 40vw;
  padding-right: 0;
  position: absolute;
  inset: 35% 3% 0 auto;
}

.header-mobile {
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #000 49%, #fff 51%, #fff);
  justify-content: center;
  align-items: center;
  display: none;
}

.header-back-image-mobile {
  background-image: url('../images/back-session1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  min-height: 1420px;
  max-height: none;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.thanks-section {
  background-image: linear-gradient(90deg, black, black 50%, var(--brand--primary-100) 51%, var(--brand--primary-100));
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-thanks {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.thanks-vertical-align {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-thankyou-page {
  width: 300px;
}

.congratulations-title {
  z-index: 5;
  font-family: var(--font-family--font-display);
  color: #fff;
  margin-top: 10px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.thanks-bottle {
  width: 75%;
  margin-top: -140px;
  margin-bottom: 0;
  position: static;
}

.text-block-90 {
  background-color: var(--brand--primary-100);
  font-family: var(--font-family--font-display);
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 2.2rem;
  line-height: 1;
}

.text-block-91 {
  font-family: var(--font-family--font-display);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.bonuses-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: none;
}

.text-block-92 {
  font-family: var(--font-family--font-display);
  color: #000;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.orange-color {
  color: var(--brand--primary-100);
}

.bunes-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 100%;
  place-items: start center;
  width: 100%;
  display: grid;
}

.bunes-block.line2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 100%;
  place-items: center;
  margin-top: -15px;
  display: grid;
}

.individual-bonus-block {
  background-color: #d1d1d1;
  border-radius: 15px;
  height: auto;
}

.individual-bonus-block.line1 {
  margin-top: 20px;
}

.individual-block-align {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 12px 5px;
  display: flex;
}

.individual-block-align.line1 {
  margin-top: 15px;
}

.bonus-counter {
  border-right: 1px solid var(--brand--primary-100);
  color: var(--brand--primary-100);
  letter-spacing: -12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13rem;
  line-height: .8;
}

.bonus-counter._2 {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 3px;
}

.bonus-counter._3 {
  letter-spacing: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13rem;
}

.bonus-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.bonus-title {
  font-family: var(--font-family--font-display);
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.bonus-description {
  font-size: .7rem;
  line-height: 1.2;
}

.download-bonus-botton {
  background-color: var(--brand--primary-100);
  text-align: center;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: .8rem;
}

.space {
  width: 0;
}

.thanks-background {
  background-image: url('../images/thanks-back2.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  max-width: 1500px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.all-bonus.mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.main-section {
  background-image: linear-gradient(45deg, #000, #000 15%, #fff 100% 100%, #c8c8c8);
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.main-container {
  max-width: 1400px;
  padding-left: 25px;
  padding-right: 25px;
}

.main-menu-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(135deg, #000, #000 50%, #fff 80%, #fff);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding: 20px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0000004d;
}

.main-menu-logo {
  width: 120px;
}

.main-menu-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buy-menu-button {
  font-family: var(--font-family--font-display);
  background-color: #000;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.menu-single-link {
  font-family: var(--font-family--font-display);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.menu-divisor {
  color: #fff;
  background-color: #fff;
  width: 2px;
  height: 15px;
  font-size: 2rem;
  line-height: 1;
}

.div-block-42 {
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 14px;
}

.main-content-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-vertical-align {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-col-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.main-image-right {
  width: 50%;
}

.main-heading {
  font-family: var(--font-family--font-display);
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2;
}

.border-text {
  background-color: #000;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-subheading {
  font-family: var(--font-family--font-display);
  color: #fff;
  width: 60%;
  font-size: 2.75vw;
  font-weight: 100;
  line-height: 1.2;
}

.main-button {
  font-family: var(--font-family--font-display);
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  position: static;
}

.main-horizontal-align {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-horizontal-align.padding-sec2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 8%;
}

.heading {
  color: #000;
  border-bottom: 3px solid #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 4vw;
  line-height: 1.2;
}

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

.section2-col-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.section2-image-right {
  width: 45%;
}

.main-paragraph {
  font-family: var(--font-family--font-display);
  width: 75%;
  font-size: 1.5vw;
  line-height: 1.4;
}

.section2-bottle {
  font-family: var(--font-family--font-display);
  color: #000;
  background-color: #fff;
  background-image: url('../images/button-section2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 30px;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2;
}

.section2-background {
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section2-back-block {
  background-image: url('../images/section2-back.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.section-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.products-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.individual-product-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e2e2e2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  max-height: 580px;
  padding: 75px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #0006;
}

.product-slide-image {
  width: 140%;
  max-width: 26vw;
  margin-right: -15px;
}

.product-slide-button {
  font-family: var(--font-family--font-display);
  text-align: center;
  border-radius: 20px;
  width: 100%;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.2;
}

.product-slide-button.orange {
  background-color: #c45f1b;
}

.product-slide-button.green {
  background-color: #399837;
}

.product-slide-button.blue {
  background-color: #1a2a4a;
}

.product-slide-icone {
  background-color: #fff;
  border-radius: 100%;
  width: 28%;
  height: auto;
  padding: 15px;
  position: absolute;
  inset: -7% auto auto;
  box-shadow: 0 0 8px #0003;
}

.individual-slide-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hide-contect-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #e2e2e2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  min-width: 450px;
  height: 85%;
  padding: 20px 20px 20px 40px;
  display: none;
  box-shadow: 0 0 8px #0003;
}

.hide-content-title {
  font-family: var(--font-family--font-display);
  color: #c45f1b;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.2;
}

.hide-content-paragraph {
  font-family: var(--font-family--font-display);
  color: #000;
  width: 75%;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4;
}

.hide-content-icon {
  width: 10%;
}

.code-embed-7 {
  width: 100%;
}

.section-4 {
  background-color: #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sec4-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.sec4-title {
  font-family: var(--font-family--font-display);
  color: #000;
  width: 40%;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.4;
}

.sec4-paragraph {
  width: 60%;
  font-size: 1.25vw;
  line-height: 1.2;
}

.reviews-slider {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.reviews-slide-heading {
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 4vw;
  line-height: 1.2;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.reviews-slide-block {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slide-2 {
  height: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.review-individual-slide {
  z-index: 10;
  background-color: #fff;
  width: 260px;
  height: 100%;
  min-height: 0;
  padding: 10px 20px;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 1px 2px 5px 5px #0003;
}

.review-individual-slide.block-review-03 {
  box-sizing: content-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  margin-left: -50px;
  display: flex;
  position: absolute;
  inset: auto -30% auto auto;
}

.review-individual-slide.review-content-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: auto;
  margin-top: -60px;
  margin-left: 30px;
  display: flex;
  position: static;
}

.review-individual-slide.review-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  height: auto;
  margin-bottom: -150px;
  margin-right: -20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-block-2 {
  justify-content: space-between;
}

.slide-3 {
  padding-left: 75px;
  padding-right: 75px;
}

.slide-nav {
  display: none;
}

.reviews-slide-button {
  font-family: var(--font-family--font-display);
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.right-arrow-2, .mask-2 {
  height: auto;
}

.footer {
  width: 100%;
}

.body-2 {
  background-color: #1d1d1d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  background-color: #fff;
  width: 100%;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  display: grid;
}

.code-embed-8 {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
}

.code-embed-8.container_wrapper {
  background-color: #1d1d1d;
}

.section-6 {
  background-color: #1d1d1d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-9 {
  margin-top: -64px;
}

.section-7 {
  background-color: #fff;
  width: 100%;
}

.image-62 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.image-63 {
  width: 100%;
  max-width: 550px;
}

.image-64 {
  display: none;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-46 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .container-package.package-mobile.package-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-text-headline.headline, .text-span-headline.headline {
    font-size: 2rem;
  }

  .hero-paragraph.paragraph {
    width: 90%;
    line-height: 1.2;
  }

  .btn-hero.button-text {
    background-color: #c45f1a;
    font-size: 2rem;
  }

  .text-sh-hero.text-display {
    margin-top: 60px;
    font-size: 2.8rem;
  }

  .block-content-social-proof {
    justify-content: flex-end;
    align-items: center;
  }

  .block-social-one-text {
    width: 60%;
    padding-left: 60px;
  }

  .block-img-social-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-4 {
    background-color: #0000;
    width: 100%;
    max-width: 450px;
  }

  .block-div-aside-guarantee {
    width: 70%;
    max-width: 800px;
  }

  .kit3bottles.color-destaque {
    background-image: linear-gradient(207deg, #292929 36%, #000);
    border-style: solid;
  }

  .certified-title-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    max-width: 550px;
    padding-bottom: 20px;
  }

  .text-block-17 {
  color: #484A94;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-18 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-19 {
    color: #484A94;
    font-size: 80px;
    line-height: 80px;
  }

  .moneyback-certified {
    border-radius: 20px;
  }

  .money-back-text {
    color: #fff;
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
  }

  .asdasd {
    width: 100%;
    max-width: 200px;
    margin-left: -6px;
    padding-right: 0;
    font-size: 80px;
    line-height: 10px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .paragraph.custom-paragraph {
    padding-right: 0;
  }

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

  .certified-woman-image {
    margin-top: 0;
    display: block;
  }

  .div-order_bar_fixed {
    background-image: linear-gradient(283deg, var(--brand--primary-100) 21%, white);
  }

  .selo {
    display: block;
  }

  .header {
    background-color: #000000 !important;
    background-image: none !important;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100px 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .the1formula {
    color: #1d1d1d;
    background-color: #000000 !important;
    background-image: none !important;
    background-position: 0 0;
    background-size: 100px 100px;
  }

  .container_wrapper {
    background-color: #1d1d1d;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container_wrapper.guarantee {
    background-color: #1d1d1d;
    max-width: 1400px;
  }

  .garantia {
    color: #1d1d1d;
    background-image: linear-gradient(#000, #1d1d1d);
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .label {
    width: 100%;
  }

  .horizontal-align {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-end;
    max-width: 1400px;
    margin-top: 20px;
  }

  .sobreposition-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .header-left-col {
    width: 60%;
  }

  .header-vertical-align {
    width: 100%;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-59 {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    position: static;
  }

  .main-vertical-align {
    width: 1350px;
  }

  .main-heading {
    font-size: 4.5rem;
  }

  .main-subheading {
    font-size: 2.5rem;
  }

  .main-button {
    font-size: 2rem;
  }

  .section-2 {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: flex;
    position: static;
  }

  .main-horizontal-align.padding-sec2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0%;
  }

  .heading {
    text-align: left;
    font-size: 4rem;
  }

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

  .main-paragraph {
    font-size: 1.2rem;
  }

  .section2-bottle {
    font-size: 1.5rem;
  }

  .section2-background {
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .section2-back-block {
    background-image: url('../images/section2-back.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    padding-left: 0%;
    position: static;
    inset: auto auto auto 0%;
  }

  .section-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .products-slide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .products-slide.ocultar {
    display: none;
  }

  .individual-product-slide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #e2e2e2;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 25px 25px;
    display: flex;
    position: relative;
    box-shadow: 0 0 8px 1px #00000040;
  }

  .product-slide-image {
    width: 140%;
    max-width: 350px;
    margin-left: 0;
  }

  .product-slide-button {
    font-family: var(--font-family--font-display);
    text-align: center;
    border-radius: 20px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .product-slide-button.orange {
    background-color: #c45f1b;
  }

  .product-slide-button.green {
    background-color: #399837;
  }

  .product-slide-button.blue {
    background-color: #1a2a4a;
  }

  .product-slide-icone {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 15px;
    display: flex;
    position: absolute;
    inset: -40px auto auto;
    box-shadow: 0 0 8px #0003;
  }

  .individual-slide-block {
    width: 100%;
    max-width: none;
  }

  .hide-contect-block {
    width: 450px;
    min-width: 450px;
    display: none;
    position: relative;
    box-shadow: 0 0 8px #0000004f;
  }

  .code-embed-7 {
    width: 100%;
  }

  .sec4-title {
    font-size: 3rem;
  }

  .sec4-paragraph {
    font-size: 1.1rem;
  }

  .reviews-slide-heading {
    font-size: 3.5rem;
  }

  .footer {
    color: #1d1d1d;
    width: 100%;
  }

  .body-2 {
    color: #1d1d1d;
    background-color: #1d1d1d;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    background-color: #fff;
    width: 100%;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-43 {
    grid-column-gap: 18px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    padding-top: 20px;
    display: grid;
  }

  .code-embed-8 {
    color: #1d1d1d;
    background-color: #20202000;
  }

  .section-6 {
    color: #1d1d1d;
  }

  .code-embed-9 {
    color: #1c1c1c;
    margin-top: -60px;
  }

  .section-7 {
    background-color: #fff;
    width: 100%;
  }

  .image-61 {
    width: 100%;
    max-width: 500px;
  }

  .div-block-44 {
    width: 40%;
  }

  .image-64 {
    display: none;
  }

  .div-block-45 {
    width: 50%;
  }

  .div-block-46 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-10 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .section-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .guarantee-content {
    display: block;
  }

  .guarantee-content.guarantee-content-tablet {
    background-image: url('../images/formula-vector.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-right: 0;
    display: flex;
    left: 0;
  }

  .container-package {
    display: none;
  }

  .container-package.package-mobile {
    flex-flow: column;
    display: none;
  }

  .container-package.package-mobile.package-tablet {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .container-hero {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 125px;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .div-hero_block-top.hero-custom-01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .92fr;
    width: 100%;
    min-width: 500px;
    max-width: none;
    min-height: 0%;
    display: block;
    overflow: visible;
  }

  .div-hero_block-top.hero-custom-02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .div-hero_block-top.hero-custom-03 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .hero-text-headline {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: 4.5vw;
    line-height: 7vw;
    display: block;
  }

  .hero-text-headline.headline {
    min-width: 400px;
    font-size: 4.5vw;
  }

  .text-span-headline.headline {
    font-size: 4.5vw;
  }

  .hero-paragraph {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 2.8vw;
  }

  .hero-paragraph.paragraph {
    width: 80%;
    min-width: 0;
    max-width: none;
    margin-top: 25px;
    font-size: 2.4vw;
    line-height: 1.4;
  }

  .webp-bg-bottles_elitexburn {
    vertical-align: text-bottom;
    width: 35rem;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    inset: auto auto -360% 0%;
    overflow: visible;
  }

  .webp-bg-bottles_elitexburn.bottle-123456 {
    position: static;
  }

  .webp-bg-bottles_elitexburn.bottle-123456.desktop {
    display: none;
  }

  .btn-hero {
    padding: 15px 30px;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .btn-hero.button-text {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 3.5vw;
  }

  .hero_content_bottom {
    min-width: 0;
    max-width: 768px;
    margin-top: 340px;
  }

  .text-sh-hero {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3rem;
    line-height: 2.7rem;
  }

  .text-sh-hero.text-display {
    width: 60%;
    min-width: auto;
    max-width: none;
    margin-top: 340px;
    font-size: 3.25vw;
  }

  .div-menu-institucional {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .shipping {
    font-size: 14px;
  }

  .block-header-reviews {
    padding-bottom: 20px;
  }

  .blc-review-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .blc-review-wrapper.blc-review-2-w {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blc-review-wrapper.review-block-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blc-review-wrapper.review-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .text-h1-black {
    width: auto;
    font-size: 7vw;
  }

  .block-review-component {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    position: static;
  }

  .block-review-component.block-review-component-03 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .img-review {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 120px;
    overflow: visible;
  }

  .img-review.img-r-1 {
    width: 100%;
    margin-bottom: 0;
  }

  .img-review.img-r-3 {
    width: 550px;
    margin-bottom: 0;
  }

  .block-review-absolute {
    position: static;
    left: 5%;
  }

  .block-review-absolute.block-review-03 {
    margin-top: 0;
    inset: auto auto 0 90px;
  }

  .block-review-absolute.review-content-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    inset: -100px 0% auto auto;
  }

  .block-content-social-proof {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: grid;
  }

  .block-social-one-text {
    width: 100%;
    padding: 2rem 20px;
  }

  .block-img-social-one {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .image-4 {
    width: auto;
    max-height: 520px;
    position: static;
  }

  .block-img-guarantee {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    display: flex;
  }

  .block-div-aside-guarantee {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .block-columns-offer {
    flex-flow: column;
    width: 100%;
    max-width: 750px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-icons-offer {
    padding-bottom: 2rem;
  }

  .block-offer-regular-01 {
    flex-flow: column;
    order: 1;
    width: 100%;
    min-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-pai-bottles {
    flex-flow: row;
    width: 100%;
    min-width: 730px;
    display: block;
    overflow: hidden;
  }

  .kit3bottles {
    flex-flow: row;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .img-best-value {
    z-index: 1;
    max-width: none;
    display: block;
    top: -3.8%;
    left: -2%;
    transform: translate(2px, 2px);
  }

  .paments-methods-image {
    max-width: 100%;
    display: block;
  }

  .block-card-img.img-custom-93 {
    order: -1;
  }

  .image-abs-01 {
    inset: auto auto 0% 0%;
  }

  .product-image.image-02 {
    width: auto;
    max-width: none;
    max-height: none;
  }

  .block-price-bottle {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .block-price-bottle.hide-212345 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .bottle-main-price {
    font-size: 7rem;
    line-height: .8;
  }

  .bottle-main-price.txt-destaque {
    font-size: 6rem;
    line-height: 6rem;
  }

  .per-bottle-text {
    line-height: 1.2;
  }

  .per-bottle-text.txt-bottle-destaque {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .per-bottle-text.text-kitbottles-destaque {
    line-height: 1.2;
  }

  .block-free-bonus.hide-bonus-01 {
    display: none;
  }

  .block-card-offer-t {
    flex-flow: column;
    order: 0;
    justify-content: center;
    display: flex;
  }

  .block-card-offer-t.block-header-card-offer-destaque {
    flex-flow: column;
  }

  .block-card-offer-t.block-header-card-offer-destaque.hide-t-m02 {
    display: none;
  }

  .block-price-compared {
    font-size: 1.8rem;
  }

  .text-span-3 {
    font-size: 1rem;
  }

  .block-div-topingredients {
    flex-flow: column;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-div-bottomingredients {
    min-width: 730px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-h2-color {
    text-align: left;
    font-size: 6vw;
    line-height: 1.2;
  }

  .block-div-aside {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 2.4vw;
    line-height: 1.4;
  }

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

  .button-4.mobile {
    text-align: center;
    background-image: url('../images/botton.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    display: block;
  }

  .button-4.desktop {
    display: none;
  }

  .certified-title-block {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    line-height: 20vw;
  }

  .text-block-17 {
    min-width: auto;
    font-size: 5.5rem;
    line-height: 10vw;
  }

  .text-block-18 {
    min-width: auto;
    font-size: 3.4rem;
    line-height: 7vw;
  }

  .text-block-19 {
    min-width: auto;
    font-size: 5.6rem;
    line-height: 10vw;
  }

  .moneyback-certified {
    flex-flow: column;
    width: 696px;
    min-width: auto;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .money-back-text {
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .asdasd {
    max-width: 180px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-20 {
    font-size: var(--headlines--is-display);
    line-height: var(--text-line-height--line-height-title-medium);
    width: 100%;
    min-width: 640px;
  }

  .text-block-20.text-display.display-custom {
    text-align: left;
    min-width: auto;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .paragraph {
    font-size: var(--headlines--is-h4);
    line-height: var(--text-line-height--line-height-titles-normal);
    width: 100%;
    min-width: 700px;
    margin-top: 80px;
  }

  .paragraph.custom-paragraph {
    min-width: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  .block-div-card-slide {
    width: 24%;
  }

  .paragraph-5 {
    font-size: .6rem;
  }

  .text-block-22 {
    font-size: .8rem;
  }

  .image-16 {
    width: 180px;
    height: 140px;
  }

  .mask {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .block-cardprice-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .block-cardprice-mobile.hide-1234567 {
    flex-flow: row;
    display: none;
  }

  .block-cardprice-mobile.hide-m1 {
    display: none;
  }

  .text-block-23, .text-block-23.text-mobile-hiden {
    text-align: center;
    font-size: 1.2rem;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: none;
  }

  .block-divider-layout {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    left: -10%;
  }

  .right-arrow {
    right: -10%;
  }

  .block-card-tab-r {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .block-card-tab-l {
    display: flex;
  }

  .component-hero {
    display: block;
    position: relative;
  }

  .hero-section {
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 1550px;
    padding-top: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .bg-wrapper-desktop {
    display: none;
  }

  .order_bar_fixed {
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }

  .hero_content_top {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .div-hero-block-bottom {
    grid-template-columns: 1fr;
    place-items: center start;
    width: 100%;
    min-width: 768px;
    max-width: 991px;
    display: block;
  }

  .certified-woman-image {
    width: 60%;
    margin-top: 0;
  }

  .hero-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
  }

  .hero-wrapper.padding-hero {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .bg-break-mobile {
    width: auto;
    min-width: 0;
    max-width: none;
    display: block;
    position: absolute;
  }

  .container_bg_tb {
    width: auto;
    min-width: 991px;
    max-width: 991px;
    min-height: 1761px;
    position: relative;
  }

  .block_bg_img_tb {
    background-image: url('../images/bg-tablet-vector.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 1761px;
    max-height: 1761rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-btn_order {
    font-size: var(--headlines--is-h4);
  }

  .bg-break-desktop {
    display: none;
  }

  .div-block-10 {
    display: flex;
  }

  .div-block-11 {
    display: none;
  }

  .div-block-11.mb-12345 {
    display: block;
  }

  .block-bottlles-destaque {
    z-index: 0;
    order: -1;
    position: relative;
  }

  .block-offer-r-title {
    display: block;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-13.mb-1234567 {
    flex-flow: column;
    display: block;
  }

  .block-price-m-01 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .selo {
    flex: 0 auto;
    width: 4vw;
    max-width: 500px;
    height: 25vw;
    padding-left: 0;
    display: block;
    overflow: clip;
  }

  .is-text-xsmall.is-text-center.is-text-opacity {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .header {
    padding-bottom: 0;
  }

  .ingredientes {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .the1formula {
    background-color: #000000 !important;
    background-image: none !important;
    max-width: 1200px;
    padding-top: 0;
  }

  .container_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container_wrapper.container_wrapper_custom_hero {
    min-height: 0;
  }

  .garantia {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .div-block-28 {
    order: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .div-block-31 {
    width: 100%;
    height: 100%;
  }

  .container-5 {
    max-width: 728px;
  }

  .is-h1.title-center.is-h1-mobile {
    font-size: 3rem;
  }

  .hero-dtc.is-theme-dark {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .is-txt-large {
    font-size: 1rem;
  }

  .section-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-span-34 {
    font-size: 8vw;
  }

  .text-span-33 {
    font-size: 8vw;
    line-height: 10vw;
  }

  .title-counter {
    max-width: 100%;
    font-size: 5vw;
    font-weight: 800;
    line-height: 4vw;
  }

  .referencias {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .paragraph-10 {
    font-size: .8rem;
    line-height: 1.4;
  }

  .references_grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .references_text-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scientific_logo {
    width: 100%;
  }

  .section_heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: .9;
  }

  .references_logo-2 {
    grid-template-columns: 1fr 1fr;
  }

  .slide {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .section_heading-9, .section_heading-9.text-color-white {
    font-size: 4rem;
  }

  .div-block-32 {
    flex-flow: column;
    width: 90%;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .text-block-78 {
    margin-bottom: -26px;
    font-size: 8rem;
  }

  .image-57 {
    width: 70%;
  }

  .text-block-77 {
    margin-bottom: 25px;
  }

  .step-subhead.step-subhead-2 {
    font-size: 12px;
  }

  .step-head {
    font-size: 15px;
    line-height: 18px;
  }

  .step-head.step-head-2 {
    font-size: 14px;
    line-height: 90%;
  }

  .progress-steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-item-step-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .step2num {
    font-size: 1.5rem;
    line-height: 80%;
  }

  .step-item-step-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-icon-wrap.step-icon-2 {
    width: 36px;
    height: 36px;
  }

  .step-item-step-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stop-order-2 {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 11vw;
    font-size: 7vw;
    display: flex;
  }

  .headline-order.is-text-danger.is-text-center {
    font-size: 1.5rem;
  }

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

  .body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .horizontal-align {
    flex-flow: column;
  }

  .sobreposition-container {
    background-position: 0%;
    background-size: auto;
    max-width: none;
    max-height: none;
    display: none;
  }

  .reviews-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .review-block2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cifrao {
    font-size: 3.2rem;
  }

  .slider-embedcode {
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bottle-heading.mobile {
    width: 55%;
    display: block;
  }

  .header-novo {
    display: none;
  }

  .header-back-image {
    min-height: 966px;
  }

  .header-left-col {
    width: 100%;
  }

  .image-59 {
    width: 50vw;
    max-width: none;
    margin-top: -142px;
    margin-left: 246px;
    padding-left: 0;
    position: static;
    inset: auto 0% -269px 252px;
  }

  .header-mobile {
    background-color: #fff;
    background-image: none;
    display: flex;
  }

  .header-back-image-mobile {
    background-image: url('../images/mobile-back.png');
    background-size: cover;
    min-height: 140vw;
  }

  .logo-thankyou-page {
    width: 25%;
  }

  .congratulations-title {
    font-size: 8vw;
  }

  .thanks-bottle {
    width: 70%;
    margin-top: -125px;
  }

  .text-block-90, .text-block-91 {
    font-size: 3vw;
  }

  .text-block-92 {
    font-size: 6vw;
  }

  .individual-bonus-block.line1 {
    flex-flow: column;
    box-shadow: 0 2px 5px #0003;
  }

  .individual-block-align {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .bonus-counter {
    font-size: 25vw;
  }

  .bonus-counter._2 {
    font-weight: 600;
  }

  .bonus-counter._1 {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
  }

  .bonus-counter._3 {
    font-size: 25vw;
    font-weight: 600;
  }

  .bonus-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bonus-title {
    font-size: 3vw;
  }

  .bonus-description {
    font-size: 1.6vw;
  }

  .download-bonus-botton {
    font-family: var(--font-family--font-display);
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 2.5vw;
    line-height: 1.2;
    display: block;
  }

  .all-bonus.desktop {
    display: none;
  }

  .all-bonus.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .bonus-middle-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-individual-slide {
    position: static;
    left: 5%;
  }

  .review-individual-slide.block-review-03 {
    margin-top: 0;
    inset: auto auto 0 90px;
  }

  .review-individual-slide.review-content-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    inset: -100px 0% auto auto;
  }

  .div-block-43 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    padding-top: 20px;
  }

  .div-block-43.guarantess {
    display: block;
  }

  .code-embed-9 {
    margin-top: -66px;
  }

  .div-block-44 {
    width: 60%;
  }

  .image-63 {
    box-sizing: border-box;
    vertical-align: baseline;
    overflow: scroll;
  }

  .selo2 {
    display: none;
  }

  .image-64 {
    width: 40%;
    max-width: 300px;
    display: block;
  }

  .div-block-46 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .guarantee-content.guarantee-content-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    position: absolute;
    left: 0;
  }

  .container-package.package-mobile.package-tablet {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    place-content: stretch start;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-hero {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 240px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-hero_block-top.hero-custom-01 {
    box-sizing: border-box;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .div-hero_block-top.hero-custom-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 20px;
    max-width: none;
    display: flex;
    overflow: visible;
  }

  .div-hero_block-top.hero-custom-03 {
    max-width: none;
  }

  .hero-text-headline {
    font-size: var(--headlines--title-hero-large);
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .hero-text-headline.headline {
    min-width: auto;
    max-width: none;
    font-size: 4.25vw;
  }

  .text-span-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-headline.headline {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 4.25vw;
  }

  .hero-paragraph {
    line-height: var(--headlines--is-display);
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.8vw;
  }

  .hero-paragraph.paragraph {
    white-space: pre-wrap;
    width: 80%;
    min-width: auto;
    max-width: none;
    margin-top: 15px;
    font-size: 2.75vw;
    line-height: 1.2;
    overflow: visible;
  }

  .webp-bg-bottles_elitexburn {
    width: 24rem;
    inset: auto 0% -60% 26%;
  }

  .webp-bg-bottles_elitexburn.bottle-123456 {
    display: none;
  }

  .btn-hero {
    padding: 15px 30px;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .btn-hero.button-text {
    margin-top: 60px;
    padding: 13px 20px 10px;
    font-size: 3.5vw;
    font-weight: 700;
  }

  .hero_content_bottom {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
  }

  .text-sh-hero {
    width: 40%;
    min-width: 0;
    max-width: none;
    font-size: 5vw;
    line-height: 7vw;
  }

  .text-sh-hero.text-display {
    width: 60%;
    min-width: auto;
    margin-top: 44%;
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .div-menu-institucional {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .blc-review-wrapper.review-block-2 {
    margin-top: -125px;
  }

  .block-review-component {
    flex-flow: column;
  }

  .block-review-component.block-review-component-03 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .img-review.img-r-1 {
    order: -1;
  }

  .img-review.img-r-2 {
    margin-bottom: 0;
  }

  .img-review.img-r-3 {
    order: -1;
    width: 100%;
  }

  .block-review-absolute {
    width: 40%;
  }

  .block-review-absolute.block-review-03 {
    z-index: 10;
    width: 35%;
    min-width: auto;
    max-width: none;
    bottom: -125px;
  }

  .block-review-absolute.review-content-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 40%;
    top: -12%;
  }

  .block-text-review {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-8 {
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .text-block-9 {
    margin-top: 10px;
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .text-block-10 {
    margin-bottom: 3px;
    font-size: 2vw;
    line-height: 1.2;
  }

  .text-block-11 {
    font-size: 1.7vw;
    line-height: 1.2;
  }

  .block-content-social-proof {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .block-social-one-text {
    padding-bottom: 0;
  }

  .block-img-guarantee {
    width: 90%;
  }

  .block-offer-regular-01 {
    order: 1;
  }

  .block-pai-bottles {
    flex-flow: column;
    overflow: hidden;
  }

  .kit3bottles {
    width: 100%;
    min-width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1rem;
  }

  .kit3bottles.color-destaque {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .img-best-value {
    z-index: 1;
  }

  .cart-icon {
    width: 25px;
    height: 25px;
    font-size: 1.5vw;
    line-height: 20vw;
  }

  .add-cart-button {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 2vw;
    width: 40vw;
    max-width: 100%;
    height: 10vw;
    max-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .add-cart-text {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .paments-methods-image {
    width: 40vw;
    max-width: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .block-card-img.img-custom-93 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-abs-01.image-abs-02.image-abs-03 {
    width: 100%;
    max-width: 16vw;
  }

  .product-image.image-03 {
    width: 45vw;
    max-width: 100%;
    max-height: none;
  }

  .block-price-bottle.hide-212345 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bottle-main-price {
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15vw;
    line-height: .8;
  }

  .bottle-main-price.text-kitbottles-destaque {
    line-height: .8;
  }

  .per-bottle-text {
    font-size: 2vw;
    line-height: 1.2;
  }

  .per-bottle-text.text-kitbottles-destaque {
    font-size: 2vw;
  }

  .block-card-offer-t {
    justify-content: center;
    align-items: center;
  }

  .block-card-offer-t.block-header-card-offer-destaque.hide-t-m02 {
    display: none;
  }

  .text-block-15 {
    font-size: 7vw;
    line-height: 5vw;
  }

  .text-block-16 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-block-16.text-block-header-destaque.display-block {
    display: block;
  }

  .block-price-compared {
    margin-top: 5px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-span-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .card-free-shipping {
    font-size: 3.5vw;
    line-height: 3vw;
  }

  .text-span-3 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .block-div-topingredients {
    min-width: auto;
    height: auto;
  }

  .certified-title-block {
    padding-top: 0;
  }

  .text-block-17 {
    font-size: 14vw;
    line-height: 12vw;
  }

  .text-block-18 {
    font-size: 8.5vw;
    line-height: 9vw;
  }

  .text-block-19 {
    font-size: 14vw;
    line-height: 12vw;
  }

  .moneyback-certified {
    width: 100%;
    padding-top: 10px;
  }

  .money-back-text {
    width: 100%;
    min-width: 20vw;
    min-height: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .asdasd {
    width: 40%;
    max-width: none;
    margin-top: 0%;
  }

  .text-block-20.text-display.display-custom {
    color: #b85a1b;
    font-size: 6vw;
  }

  .paragraph.custom-paragraph {
    padding-right: 0;
    font-size: 3.5vw;
  }

  .block-cardprice-mobile {
    display: block;
  }

  .block-cardprice-mobile.hide-1234567 {
    display: none;
  }

  .block-card-tab-r {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 1;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-card-tab-l {
    justify-content: center;
    align-items: center;
  }

  .component-hero {
    width: 100%;
    margin-top: 120px;
  }

  .hero-section {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 1400px;
    margin-bottom: 0;
    position: static;
  }

  .webp-brand_logo {
    width: 8rem;
  }

  .hero_content_top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
    display: flex;
    position: relative;
  }

  .div-hero-block-bottom {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .certified-woman-image {
    width: 60%;
    font-size: 3vw;
    line-height: 2vw;
  }

  .hero-wrapper.padding-hero {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-break-mobile {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .container_bg_tb {
    min-height: 0;
  }

  .block_bg_img_tb {
    background-image: url('../images/Group-1-4.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    min-height: 1400px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-order_bar_fixed {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-10 {
    display: flex;
  }

  .div-block-11 {
    display: none;
  }

  .block-bottlles-destaque {
    order: -1;
    position: relative;
  }

  .block-offer-r-title {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    line-height: 20px;
    display: flex;
  }

  .div-block-13 {
    display: none;
  }

  .block-price-m-01 {
    display: block;
  }

  .div-media-logo_brand {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    width: 67%;
  }

  .selo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: auto;
    display: inline-flex;
  }

  .is-text-xsmall.is-text-center.is-text-opacity {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-final-chance.is-theme-dark {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-media-certificates {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    max-width: none;
    margin-top: 0;
    display: grid;
  }

  .div-text_complience {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .header {
    padding-bottom: 40px;
  }

  .the1formula {
    background-color: #000000 !important;
    background-image: none !important;
  }

  .container_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .garantia {
    background-position: 0 0;
  }

  .reviews {
    padding-bottom: 10rem;
  }

  .div-block-30 {
    width: 40vw;
    height: 6vw;
  }

  .div-block-31 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-image-left-2, .testimonial-image-left, .testimonial-image-left-3 {
    padding: 60px 15px;
  }

  .is-h1.title-center.is-h1-mobile {
    font-size: 7vw;
  }

  .container.container-dark.wrap-flex-hor-c {
    padding-bottom: 0;
  }

  .text-block-47 {
    display: none;
  }

  .hero-dtc.is-theme-dark {
    padding: 1rem .5rem;
  }

  .is-txt-large {
    font-size: 12px;
  }

  .is-txt-large.desc-video {
    font-size: 1rem;
  }

  .bold-text-84 {
    font-size: 30px;
  }

  .text-counter {
    font-size: 2.25rem;
  }

  .time-left {
    width: 100px;
  }

  .references_content-2 {
    padding-bottom: 0;
  }

  .text-size-tiny.text-weight-bold {
    font-size: 3vw;
    line-height: 1.2;
  }

  .references_grid-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .references_text-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_heading-8 {
    font-size: 4rem;
  }

  .padding_box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_heading-9 {
    font-size: 3.5rem;
  }

  .div-block-32 {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .div-block-39 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .text-block-78 {
    margin-top: -20px;
    margin-bottom: -25px;
    font-size: 7rem;
  }

  .line-bonuses-horizontal {
    display: block;
  }

  .image-57 {
    width: 90%;
  }

  .bonus_item {
    place-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-33 {
    text-align: center;
    place-items: center;
  }

  .line-bonuses-vertical {
    display: none;
  }

  .div-block-40 {
    max-width: 12rem;
  }

  .thank_you-block.is-theme-dark {
    margin-top: 0;
  }

  .v-line-divider {
    width: 100%;
  }

  .div-block-24 {
    min-width: 100px;
  }

  .logos {
    min-width: 150px;
  }

  .logos.logos-security {
    width: 80px;
  }

  .text-block-87 {
    font-size: 24px;
  }

  .step-circle {
    font-size: 1.5rem;
  }

  .step-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-41 {
    min-width: 100px;
  }

  .text-block-88 {
    font-size: 24px;
  }

  .progress-step-wrap {
    display: none;
  }

  .progress-step-mobile {
    display: flex;
  }

  .stop-order-2 {
    width: 70vw;
    height: 12vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .headline-order.is-text-danger.is-text-center {
    text-align: center;
    font-size: 1.125rem;
  }

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

  .link-2 {
    font-size: 2vw;
  }

  .horizontal-align {
    justify-content: center;
    align-items: center;
  }

  .review-block2 {
    max-width: 85%;
    margin-top: 0;
    padding-top: 40px;
  }

  .free-ebooks-block {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-block-89 {
    font-size: 3vw;
  }

  .header-left-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .header-vertical-align {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100vw;
    padding: 40px 40px 0;
  }

  .image-59 {
    width: 50vw;
    max-width: none;
    margin-top: -84px;
    margin-bottom: 0;
    margin-left: 191px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    bottom: 90px;
  }

  .header-back-image-mobile {
    background-image: url('../images/mobile-back.png');
    min-height: 150vw;
  }

  .image-60 {
    width: 100%;
  }

  .logo-thankyou-page {
    width: 30%;
  }

  .congratulations-title {
    margin-top: 0;
    font-size: 8vw;
  }

  .thanks-bottle {
    width: 75%;
    margin-top: -85px;
  }

  .review-individual-slide {
    width: 40%;
  }

  .review-individual-slide.block-review-03 {
    z-index: 10;
    width: 35%;
    min-width: auto;
    max-width: none;
    bottom: -125px;
  }

  .review-individual-slide.review-content-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 40%;
    top: -12%;
  }

  .div-block-43 {
    width: 80%;
  }

  .code-embed-9 {
    margin-top: -68px;
  }

  .div-block-44 {
    width: 60%;
  }

  .image-64 {
    width: 40%;
  }

  .div-block-45 {
    width: 100%;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .guarantee-content {
    display: none;
  }

  .guarantee-content.guarantee-content-tablet {
    width: 100%;
    max-width: none;
    left: -10px;
  }

  .container-package {
    display: none;
  }

  .container-package.package-mobile {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0;
    display: flex;
  }

  .container-package.package-mobile.package-tablet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .container-hero {
    box-sizing: border-box;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 140px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-hero_block-top.hero-custom-01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .div-hero_block-top.hero-custom-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center start;
    max-width: 385px;
    overflow: visible;
  }

  .div-hero_block-top.hero-custom-03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 280px;
  }

  .hero-text-headline {
    font-size: var(--headlines--title-hero-large);
    min-width: 0;
    max-width: none;
    font-weight: 700;
    line-height: 7vw;
  }

  .hero-text-headline.headline {
    text-align: center;
    min-width: 0;
    max-width: none;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .text-span-headline.headline {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 5vw;
  }

  .hero-paragraph {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .hero-paragraph.paragraph {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 10px;
    margin-right: 0;
    font-size: 4vw;
    line-height: 1.4;
  }

  .webp-bg-bottles_elitexburn {
    width: 10rem;
    height: auto;
    max-height: none;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    inset: auto auto -8% 43%;
  }

  .btn-hero {
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .btn-hero.button-text {
    border-radius: 10px;
    margin-top: 50px;
    padding-top: 10px;
    font-size: 4.5vw;
    line-height: 1.3;
  }

  .hero_content_bottom {
    align-items: flex-start;
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 0;
  }

  .text-sh-hero {
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 6vw;
    display: block;
  }

  .text-sh-hero.text-display {
    white-space: nowrap;
    word-break: normal;
    max-width: 220px;
    margin-top: 40%;
  }

  .div-menu-institucional {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .shipping {
    line-height: 1;
  }

  .block-header-reviews {
    padding-bottom: 0;
    font-size: 1px;
  }

  .blc-review-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
  }

  .blc-review-wrapper.blc-review-2-w {
    width: 100%;
    padding-top: 0;
  }

  .blc-review-wrapper.review-block-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blc-review-wrapper.review-block-2 {
    margin-top: -100px;
  }

  .text-h1-black {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .block-review-component {
    padding-right: 0;
  }

  .block-review-component.block-review-component-03 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
  }

  .img-review {
    height: auto;
  }

  .block-review-absolute {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .block-review-absolute.block-review-03 {
    box-sizing: border-box;
    width: 45%;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto auto -140px 0%;
  }

  .block-review-absolute.review-content-1 {
    width: 45%;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-review-absolute.review-content-2 {
    width: 45%;
    max-width: none;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-text-review {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-8 {
    font-size: 4vw;
  }

  .text-block-9 {
    margin-top: 5px;
    font-size: 3vw;
    line-height: 1.2;
  }

  .text-block-10 {
    font-size: 3vw;
  }

  .text-block-11 {
    font-size: 2.5vw;
  }

  .block-content-social-proof {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-social-one-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 0 0;
    display: flex;
  }

  .image-4 {
    width: 100%;
    max-height: none;
  }

  .block-img-guarantee {
    width: 100%;
    max-width: 100%;
  }

  .block-div-aside-guarantee {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .block-columns-offer {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-icons-offer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .block-offer-regular-01 {
    flex-flow: column;
    width: 100%;
    min-width: 380px;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .block-pai-bottles {
    z-index: 0;
    flex-flow: column;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-property: none;
    position: static;
    overflow: hidden;
  }

  .kit3bottles {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 10px;
    flex-flow: row;
    order: 0;
    width: 100%;
    min-width: 0;
    height: 55vw;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    overflow: hidden;
  }

  .kit3bottles.color-destaque {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .img-best-value {
    z-index: 1;
    width: 20vw;
    padding-right: 0;
    inset: 0% 0 0 0%;
    overflow: visible;
    transform: translate(-4px, -2px);
  }

  .cart-icon {
    width: 5vw;
    height: auto;
    font-size: 24px;
    line-height: 24px;
  }

  .add-cart-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 20px;
  }

  .add-cart-text {
    white-space: nowrap;
    font-size: 4vw;
    line-height: 1.2;
  }

  .paments-methods-image {
    width: 100%;
    max-width: none;
    font-size: 0;
    line-height: 10px;
  }

  .block-card-img {
    order: -1;
    width: 100%;
    min-width: 0;
    max-width: 100px;
    height: auto;
    margin: 5px;
  }

  .block-card-img.custom-card-img01 {
    min-width: 100px;
    max-width: none;
  }

  .block-card-img.img-custom-93 {
    min-width: auto;
    max-width: none;
  }

  .image-abs-01 {
    width: 60px;
    inset: auto auto 0% -31%;
  }

  .image-abs-01.image-abs-02 {
    width: auto;
    height: 60px;
    margin-right: 0;
    inset: auto 0% 0% auto;
  }

  .image-abs-01.image-abs-02.image-abs-03 {
    width: 16vw;
    max-width: none;
    height: 20vw;
    top: 13.5vw;
    bottom: 0;
    right: 1.5vw;
  }

  .product-image {
    width: 100%;
    min-width: 80px;
    max-width: none;
    max-height: none;
    overflow: visible;
  }

  .product-image.image-02 {
    width: 100%;
    min-width: 100px;
    max-width: none;
    max-height: none;
  }

  .product-image.image-03 {
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    width: 60px;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
    inset: auto auto 0% 0%;
  }

  .block-price-bottle {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-price-bottle.hide-212345 {
    display: flex;
  }

  .bottle-main-price {
    font-size: 16vw;
    line-height: .8;
  }

  .bottle-main-price.txt-destaque {
    font-size: 5rem;
    line-height: 5.5rem;
  }

  .per-bottle-text.text-kitbottles-destaque {
    font-size: 2.5vw;
  }

  .block-free-bonus {
    box-sizing: border-box;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible;
  }

  .block-free-bonus.hide-bonus-01 {
    display: none;
  }

  .text-free-bonus {
    font-size: 1.2rem;
  }

  .block-card-offer-t {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .block-card-offer-t.block-header-card-offer-destaque {
    display: block;
  }

  .block-card-offer-t.block-header-card-offer-destaque.hide-t-m02 {
    display: none;
  }

  .text-block-15 {
    font-size: 6vw;
    line-height: 1;
  }

  .text-block-15.text-kitbottles-destaque {
    font-size: 6vw;
  }

  .text-block-16 {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .text-block-16.text-kitbottles-destaque {
    font-size: 3.5vw;
  }

  .block-price-compared {
    width: 100%;
  }

  .text-span-2 {
    font-size: 4vw;
    line-height: 1.2;
  }

  .card-free-shipping {
    line-height: 1;
  }

  .card-free-shipping.text-shipping-destaque {
    font-size: 2rem;
    line-height: 1rem;
  }

  .card-free-shipping.text-kitbottles-destaque {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }

  .text-span-3 {
    font-size: 3vw;
    line-height: 1.1;
  }

  .block-div-shipping {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .truck-icon, .truck-icon.id-destaque-01 {
    height: 15px;
  }

  .block-div-topingredients {
    flex-flow: column;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-div-bottomingredients {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .block-divider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-h2-color {
    font-size: 8vw;
    line-height: 1.2;
  }

  .block-div-aside {
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 4vw;
    line-height: 1.4;
  }

  .button-4 {
    background-image: url('../images/bg-button-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    padding-left: 15px;
    padding-right: 30px;
  }

  .button-4.mobile {
    width: 180px;
    height: auto;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 4.5vw;
  }

  .certified-title-block {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .text-block-17 {
    min-width: 0;
    font-size: 14vw;
    line-height: 12vw;
  }

  .text-block-18 {
    min-width: 0;
    font-size: 8.5vw;
    line-height: 9vw;
  }

  .text-block-19 {
    min-width: 0;
    font-size: 14vw;
    line-height: 12vw;
  }

  .moneyback-certified {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    margin-top: 75px;
    margin-bottom: 25px;
    padding: 20px 15px 15px;
    position: static;
  }

  .money-back-text {
    width: 100%;
    min-width: 18vw;
    font-size: 3vw;
    line-height: 1.4;
  }

  .asdasd {
    width: 70%;
    max-width: none;
    height: auto;
    margin-top: 0;
    inset: 0% 50% auto;
  }

  .text-block-20 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-block-20.text-display.display-custom {
    text-align: center;
    min-width: auto;
    font-size: 6vw;
  }

  .paragraph {
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph.custom-paragraph {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-div-element-divider {
    width: 16rem;
    height: 1px;
  }

  .block-div-card-slides {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .block-div-card-slides.id-66655443 {
    display: flex;
  }

  .block-div-card-slide {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 180px;
  }

  .block-div-card-slide.id-123435 {
    justify-content: center;
    align-items: center;
    width: 180px;
    display: flex;
  }

  .block-div-card-slide.id-000023232 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    display: flex;
  }

  .block-div-card-slide.id-8373645 {
    width: 180px;
    display: flex;
  }

  .block-div-card-slide.id-83736454, .block-div-card-slide.id-746453673, .block-div-card-slide.id-12345 {
    display: none;
  }

  .paragraph-5 {
    font-size: .6rem;
  }

  .text-block-22 {
    font-size: .8rem;
  }

  .image-16 {
    width: 100%;
    min-width: 120px;
    max-width: 120px;
    height: auto;
  }

  .slider.id-mobile-slide {
    display: none;
  }

  .block-cardprice-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .block-cardprice-mobile.hide-1234567, .block-cardprice-mobile.hide-m1 {
    display: none;
  }

  .text-block-23 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-block-23.text-mobile-hiden {
    display: none;
  }

  .div-block-2 {
    min-height: 70px;
  }

  .slider-letreiro {
    max-height: 70px;
  }

  .block-divider-layout {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-card-tab-r {
    width: 50%;
    height: auto;
  }

  .block-card-tab-l {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    order: -1;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .div-block-4 {
    width: 100%;
  }

  .component-hero {
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero-section {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .order_bar_fixed {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .webp-brand_logo {
    width: 30vw;
    padding-right: 0;
    font-size: 40px;
  }

  .hero_content_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin-right: 10px;
    display: flex;
  }

  .div-hero-block-bottom {
    min-width: 200px;
    max-width: 240px;
  }

  .certified-woman-image {
    width: 50%;
    max-width: 100%;
  }

  .hero-wrapper.padding-hero {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: visible;
  }

  .bg-break-mobile {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 800px;
  }

  .container_bg_tb {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 800px;
    max-height: none;
  }

  .block_bg_img_tb {
    background-image: url('../images/bg-mobile-vector.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    min-height: 1650px;
    max-height: none;
  }

  .div-order_bar_fixed {
    background-image: linear-gradient(283deg, var(--brand--primary-100) 21%, white);
    border-radius: 10px;
    padding-left: 1rem;
    display: block;
  }

  .div-btn_order {
    line-height: var(--headlines--is-title-small);
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 3vw;
    position: static;
  }

  .bg-break-desktop {
    width: 100%;
  }

  .nav-button {
    width: 5vw;
    padding-left: 0;
    padding-right: 0;
    font-family: Public Sans, sans-serif;
    font-size: 5vw;
    line-height: 1vw;
    display: block;
    position: static;
  }

  .div-block-10 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .div-block-11.mb-12345 {
    display: block;
  }

  .block-bottlles-destaque {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: transform .3s;
    position: relative;
  }

  .block-bottlles-destaque:hover {
    transform: translate(0, -10px);
  }

  .block-offer-r-title {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-top: 0;
    margin-top: -15px;
  }

  .block-offer-r-title.hide-12345 {
    display: none;
  }

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

  .div-block-13.mb-1234567, .block-price-m-01 {
    display: block;
  }

  .div-media-logo_brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .selo {
    width: 100px;
    height: auto;
  }

  .div-media-certificates {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .certificates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .header {
    padding-bottom: 40px;
  }

  .bottles {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-31 {
    flex-flow: column;
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: block;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .is-h1.title-center.is-h1-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 90%;
  }

  .container.container-dark.wrap-flex-hor-c {
    padding-bottom: 0;
  }

  .text-block-47 {
    text-wrap: balance;
  }

  .hero-dtc.is-theme-dark {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: .5rem;
  }

  .info.wrap-flex-vert-c.pad-top-mobile {
    margin-top: 0;
    padding-top: 10px;
  }

  .is-txt-large {
    font-size: 12px;
    line-height: 1.5em;
  }

  .is-txt-large.desc-video {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .section-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bold-text-84 {
    font-size: 20px;
  }

  .text-counter {
    font-size: 1.125rem;
  }

  .counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-span-34, .text-span-33 {
    font-size: 12vw;
  }

  .time-left {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .time-left-counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-counter {
    font-size: 4vw;
    line-height: 6vw;
  }

  .references_content-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph-10 {
    font-size: 3vw;
    line-height: 1.2;
  }

  .text-size-tiny.text-weight-bold {
    font-size: 4vw;
    line-height: 1.2;
  }

  .references_grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-reference {
    width: 100px;
  }

  .references_text-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .scientific_logo {
    height: 70px;
  }

  .section_heading-8 {
    width: auto;
    max-width: none;
    padding-bottom: 0;
    font-size: 8vw;
    line-height: 1;
  }

  .references_logo-2 {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-2._22-rem {
    max-width: 12rem;
  }

  .thank_you-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thank_you-heading {
    font-size: 3rem;
  }

  .bonuses_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_heading-9 {
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 80%;
  }

  .section_heading-9.text-color-white {
    font-size: 2.5rem;
  }

  .div-block-32 {
    padding: 1rem;
  }

  .text-block-75 {
    font-size: 2rem;
  }

  .thank_you-block {
    margin-top: 0;
  }

  .v-line-divider {
    width: 30px;
  }

  .v-line-divider.mobile {
    background-color: #fff;
    width: 20px;
    height: 3px;
    margin-top: 0;
  }

  .v-line-divider.divider-disable.mobile {
    width: 20px;
  }

  .div-block-24.logos--security {
    display: none;
  }

  .text-block-87 {
    font-size: 6vw;
  }

  .step-mobile-num {
    color: #1c1c1c;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: .9rem;
  }

  .step-mobile-num.is-text-color-white {
    color: #aaa;
  }

  .step-circle {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }

  .step-circle.step-mobile {
    background-color: #f7f5ee;
    width: 30px;
    height: 30px;
  }

  .step-circle.step-disable.step-mobile {
    background-color: #444;
  }

  .step-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .step-container.step-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .wrap-logo {
    color: #fff;
  }

  .div-block-41.logos--security {
    display: none;
  }

  .text-block-88 {
    font-size: 6vw;
  }

  .stop-order-2 {
    justify-content: center;
    align-items: center;
    width: 60vw;
    margin-top: -10px;
    margin-bottom: -20px;
    font-size: 8vw;
    display: flex;
  }

  .headline-order.is-text-danger.is-text-center {
    font-size: 5vw;
    line-height: 1.2;
  }

  .subheadline-offer {
    text-wrap: balance;
  }

  .headline-step {
    margin-bottom: -20px;
  }

  .link-2 {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .horizontal-align {
    justify-content: center;
    align-items: center;
  }

  .reviews-block {
    width: 100%;
  }

  .review-block2 {
    width: 100%;
    max-width: none;
    padding-top: 20px;
  }

  .cifrao {
    font-size: 9vw;
  }

  .free-ebooks-block {
    border-radius: 5px;
    padding: 4px 10px;
  }

  .text-block-89 {
    line-height: 1.2;
  }

  .header-vertical-align {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-59 {
    width: 50vw;
    margin-left: 146px;
    bottom: 80px;
  }

  .thanks-vertical-align {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logo-thankyou-page {
    width: 50%;
    margin-bottom: 15px;
  }

  .congratulations-title {
    font-size: 8.5vw;
  }

  .thanks-bottle {
    width: 100%;
    margin-top: -60px;
  }

  .text-block-90 {
    text-align: center;
    font-size: 3.5vw;
  }

  .text-block-91 {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .bonuses-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-92 {
    font-size: 8vw;
  }

  .individual-block-align {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .bonus-counter._2 {
    padding-right: 12px;
    font-size: 35vw;
  }

  .bonus-counter._1 {
    padding-right: 20px;
    font-size: 35vw;
  }

  .bonus-counter._3 {
    padding-right: 12px;
    font-size: 35vw;
  }

  .bonus-title {
    font-size: 4vw;
  }

  .bonus-description {
    font-size: 2.25vw;
  }

  .download-bonus-botton {
    font-size: 3vw;
  }

  .thanks-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .all-bonus.mobile {
    width: 100%;
  }

  .review-individual-slide {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .review-individual-slide.block-review-03 {
    box-sizing: border-box;
    width: 45%;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto auto -140px 0%;
  }

  .review-individual-slide.review-content-1 {
    width: 45%;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-individual-slide.review-content-2 {
    width: 45%;
    max-width: none;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 90%;
    display: flex;
  }

  .code-embed-9 {
    margin-top: -68px;
  }

  .div-block-44 {
    width: 60%;
  }

  .image-64 {
    width: 40%;
    max-width: 100%;
  }

  .text-block-93 {
    padding-left: 20px;
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-47 {
    width: 40%;
  }
}

#w-node-_3cdb9de0-2ee3-b921-7d9f-d9f2ff3bbfb3-6209f989 {
  order: -9999;
}

#w-node-fd4f048c-8b01-2ef0-ee03-7d06918d93d2-918d93b3 {
  justify-self: center;
}

#w-node-_663e5567-9d82-b164-db06-8b62448e83b2-5c448c89, #w-node-_663e5567-9d82-b164-db06-8b62448e83b8-5c448c89, #w-node-_663e5567-9d82-b164-db06-8b62448e83c3-5c448c89, #w-node-_663e5567-9d82-b164-db06-8b62448e83c9-5c448c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_663e5567-9d82-b164-db06-8b62448e83d4-5c448c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-e77f954f-7e17-5b7c-d149-3df8797f2cef-b7b4f63f, #w-node-_2a571b0d-e327-4c26-8a39-219415544b86-b7b4f63f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c89a0f5e-6a18-26dd-e45d-1e873e52fd97-6209f989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f02d74b4-66ab-d44d-c269-e2379a7c9963-9a7c9961 {
    order: 9999;
  }

  #w-node-f02d74b4-66ab-d44d-c269-e2379a7c9988-9a7c9961 {
    order: -9999;
  }

  #w-node-_40c10099-f4e9-9aa7-6bc0-303e570669d2-bb0d5d90 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c89a0f5e-6a18-26dd-e45d-1e873e52fd97-6209f989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f02d74b4-66ab-d44d-c269-e2379a7c9988-9a7c9961 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c89a0f5e-6a18-26dd-e45d-1e873e52fd97-6209f989, #w-node-_57c233f9-1eec-7ea6-6824-fa1263e51330-bb0d5d90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


