@font-face {
  font-family: Dawet Ayu;
  src: url('../fonts/Dawet-Ayu.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

.section-1 {
  opacity: 1;
  text-indent: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.bottles-extras {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-shadow: -1px 1px 2px #0006;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Bitter, serif;
  display: flex;
}

.bottle-price-text {
  color: #065252;
  font-family: Lato, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}

.bottle-price-text.main-price {
  color: red;
  font-size: 4.5rem;
}

.bonuses {
  color: #152745;
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 6px;
  font-size: 1rem;
  display: none;
}

.bottle-image {
  position: static;
}

.bottom-div {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.bottles-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .95fr 1.1fr .95fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: grid;
}

.bottle-ebook2 {
  width: 75px;
  position: absolute;
  inset: auto 30px -10px auto;
}

.add-to-cart {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#ffdf92, #ecb62f);
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  width: 90%;
  padding: 18px 25px 18px 0;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  position: static;
  box-shadow: 2px 2px 5px #0003;
}

.top-div {
  background-color: #152745;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 12px 15px 10px;
}

.top-div.main-top-div {
  background-color: #152745;
  background-image: url('../images/gold-texture.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 10px;
  position: relative;
}

.old-price-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bottle-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.days-guaranted {
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bottle-ebook1 {
  width: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text-5 {
  color: #152745;
  font-size: 4.2rem;
  font-weight: 900;
}

.bold-text-5.bigger-prize {
  font-size: 5rem;
}

.old-price {
  color: #333;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.old-price.grey-color {
  color: #666;
  font-size: 1.6rem;
}

.best-value-badge {
  width: 80px;
  position: absolute;
  inset: auto auto 12px 12px;
}

.badges-images {
  position: relative;
}

.individual-bottle {
  border: 0 #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.individual-bottle.main-bottle {
  transform-style: preserve-3d;
  background-color: #ff9d0014;
  width: 100%;
}

.per-bottle-bundles {
  color: #065252;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.per-bottle-bundles.dark-grey-color {
  color: #333;
  margin-top: 0;
}

.bottles-quantity {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.bottles-quantity.bigger-bottle-quantity {
  color: #fff;
  text-shadow: -2px 2px 3px #0006;
  text-overflow: clip;
  overflow-wrap: normal;
  font-size: 2.2rem;
}

.shipping-price {
  color: red;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.shipping-price.free-shipping {
  color: #00a200;
  background-color: #0000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.shipping-price.free-shipping.red-color {
  color: red;
}

.months-supplys {
  font-size: 1.1rem;
  line-height: 1.4;
}

.total-price {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.superscript {
  color: #152745;
  font-size: 2.2rem;
  font-weight: 900;
}

.dollar-simbol-1 {
  font-size: 1.25rem;
}

.payment-metods {
  width: 100%;
  margin-bottom: -5px;
}

.image-16 {
  width: 95%;
  height: 4px;
  position: absolute;
  transform: rotate(7deg);
}

.special-offer {
  width: 60%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-selo-botao {
  z-index: 20;
  width: 80px;
  height: auto;
  position: absolute;
  inset: -11px 0% auto auto;
}

.selo-buttom {
  width: 90px;
}

.button-block {
  width: 100%;
  position: relative;
}

.buttom-shine {
  opacity: .75;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0% auto 0% -60px;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading.align-left {
  text-align: left;
  font-weight: 800;
}

.heading.white-color {
  color: #fff;
}

.bold-text-6 {
  text-align: center;
}

.custom-sublimed {
  background-image: linear-gradient(0deg, #fffc46, #0000 55%);
  padding-left: 3px;
  padding-right: 3px;
}

.custom-sublimed.back-gradient-diferente {
  background-image: linear-gradient(0deg, #fffc46, #fff 65%);
}

.subtitle {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.subtitle.left-align {
  text-align: left;
  margin-top: 0;
  position: absolute;
  inset: -12px auto auto 25px;
}

.paragraph {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.paragraph.align-center.white-color {
  color: #fff;
  font-weight: 400;
}

.vertical-align {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.vertical-align.gap-2rem.left-align {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.vertical-align.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.vertical-align.col-left-section2 {
  width: 60%;
}

.vertical-align.col-left-section2.gap-1rem {
  width: 65%;
}

.vertical-align.col-right-section2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  padding: 20px;
  box-shadow: 0 0 5px 1px #00000026;
}

.cards-methods-image {
  width: 100%;
}

.small-container {
  max-width: 820px;
  padding-left: 20px;
  padding-right: 20px;
}

.small-container.margem-negativa-top {
  margin-top: -600px;
  padding-left: 20px;
  padding-right: 20px;
}

.small-container.gap-2rem {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.money-back-block {
  border: 3px solid #152745;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.certificate-1section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 25px;
  display: flex;
}

.certificate-badge-image {
  width: 22%;
}

.certificate-title {
  color: #152745;
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.certificate-2section {
  background-color: #152745;
  width: 100%;
  padding: 5px 12px;
}

.certificate-subtitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-span-2 {
  color: #ffea00;
}

.certificate-3section {
  padding: 25px;
}

.certificate-paragraph {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
}

.contact-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  border-radius: 15px;
  width: 35%;
  box-shadow: 2px 2px 5px 1px #00000040;
}

.section-2 {
  background-color: #f8fdff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.horizontal-align {
  width: 100%;
  display: flex;
}

.horizontal-align.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.horizontal-align.align-center {
  justify-content: center;
  align-items: center;
}

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

.fisico-logo {
  width: 45%;
}

.fisicoinc-text-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.fisicoinc-title {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
}

.fisicoinc-subtitle {
  color: #000;
  font-weight: 400;
  line-height: 1.1;
}

.bbb-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.bbb-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.bbb-images-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bbb-image {
  width: 50%;
}

.a-text {
  background-color: #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: .8;
  display: flex;
}

.bbb-infos {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.customers-title {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.reviews-image {
  width: 60%;
}

.reviews-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.customers-text {
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.section-3 {
  background-color: #152745;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 0;
  display: none;
}

.videos-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -200px;
  display: grid;
}

.video-embed {
  height: 400px;
}

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

.section-4 {
  z-index: 10;
  color: #fff;
  background-color: #fff;
  padding-top: 250px;
  padding-bottom: 4rem;
  display: none;
  position: relative;
}

.testimunials-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_divider {
  display: none;
}

.testimonial_verified {
  color: #646464;
  font-size: .75rem;
  font-weight: 600;
}

.testimonial_star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.testimonial_user-photo {
  background-color: #c4ab6a;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.testimonial_user-name {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.stars_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.ico-star {
  max-width: 1.25rem;
}

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

.testimonial_user-name-style {
  color: #222;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.testimonial_user-country-2 {
  color: #646464;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
}

.text-size-regular-3 {
  color: #000;
  font-family: Droid Serif, serif;
  font-size: 1rem;
  line-height: 1.4;
}

.testimonial_item {
  background-color: #fafafa;
  border: 0 solid #222;
  border-radius: .625rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2rem;
  box-shadow: 0 2px 5px #0003;
}

.italic-text-3 {
  color: #333;
  font-weight: 400;
}

.section-5 {
  background-color: #152745;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.bottle-ingredients-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.doctor-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 0 #000;
  border-radius: 15px;
  flex-flow: column;
  padding: 50px 40px;
  display: flex;
  box-shadow: 0 0 5px 2px #0003;
}

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

.doctor-image {
  border-radius: 12px;
  width: 25%;
}

.doctor-name-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.doctor-text {
  font-size: 2.2rem;
  line-height: 1;
}

.doctor-text.blue-color {
  color: #152745;
}

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

.doctor-signature {
  width: 200px;
}

.doctor-name-signature {
  margin-top: -20px;
  font-size: 1rem;
  line-height: 1.4;
}

.last-signature {
  color: #797979;
  font-size: 1rem;
  line-height: 1.4;
}

.doctor-name-signature-copy {
  margin-top: -20px;
  font-size: 1rem;
  line-height: 1.4;
}

.gym-picture {
  border-radius: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.image-18 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.single-ingredient-block {
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 0 5px 1px #0003;
}

.ingredient-top-div {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.ingredient-bottom-div {
  padding: 12px;
}

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

.ingredient-name-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ingredient-number {
  font-size: .8rem;
  line-height: 1.2;
}

.ingredient-name {
  overflow-wrap: anywhere;
  font-size: 1.3rem;
  line-height: 1.1;
}

.ingredient-description {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.ingredient-description.align-center {
  text-align: center;
}

.ingredient-description.align-center.white-color {
  color: #fff;
  font-weight: 400;
}

.heading-subtitle {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4;
}

.coin-text {
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 1px;
  width: 60%;
  font-family: Dawet Ayu, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-19 {
  margin-top: -42px;
  margin-left: 40px;
}

.section-7 {
  background-color: #f8fdff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact2-image {
  border-radius: 15px;
  width: 45%;
  box-shadow: 2px 2px 5px 1px #00000040;
}

.visit-checklist-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border: 1px solid #13a0e6;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding: 50px;
  display: flex;
  position: relative;
}

.text-with-dots {
  background-color: #f8fdff;
  background-image: url('../images/dots.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

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

.checklist-image {
  width: 45px;
}

.text-block {
  font-size: 1.4rem;
  line-height: 1.2;
}

.checklist-divisor {
  opacity: .2;
  background-color: #13a0e6;
  width: 100%;
  height: 1px;
}

.section-8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.table-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 90px;
  display: grid;
}

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

.table-heading-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.table-heading-block.blue-back {
  background-color: #152745;
}

.table-heading-block.grey-padding-lines {
  padding-right: 0;
}

.table-heading-block.blue-padding-lines {
  padding-left: 0;
}

.heading-table-image {
  width: 75%;
  margin-top: -90px;
}

.heading-table-rating-image {
  width: 55%;
}

.heading--table-title {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-table-image-pills {
  width: 50%;
  margin-top: -23px;
}

.heading-table-logo-image {
  width: 75%;
  margin-top: 8px;
}

.heading-table-backcolor {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152745;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.heading-table-backcolor.grey-back {
  background-color: #ececec;
  width: 100%;
  height: 100%;
}

.bold-text-8 {
  font-size: 1rem;
}

.table-line {
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.table-line.gray-padding-lines {
  padding-right: 0;
}

.table-line.gray-padding-lines.final-table-lines {
  height: 65px;
}

.table-line.gray-padding-lines.final-table-lines.no-sublimed-line {
  border-bottom-width: 0;
}

.table-line.blue-padding-lines {
  padding-left: 0;
}

.table-line.blue-padding-lines.final-table-line {
  height: 65px;
}

.table-line.blue-padding-lines.final-table-line.no-sublimed-line, .table-line.no-sublimed-line {
  border-bottom-width: 0;
}

.list-item-text {
  width: 100%;
  font-size: 1.2rem;
}

.line-table-backcolor {
  background-color: #152745;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
}

.line-table-backcolor.grey-color {
  background-color: #ececec;
}

.line-table-backcolor.last-line-table {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  padding-bottom: 23px;
}

.table-line-icon {
  width: 25px;
}

.section-9 {
  background-color: #152745;
  padding-top: 0;
  padding-bottom: 0;
}

.sec9-heading {
  color: #fff;
  width: 65%;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-span-3 {
  color: #ffd565;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.sec9-bottle {
  width: 35%;
  margin-top: -50px;
  margin-bottom: -50px;
}

.section-10 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.stages-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.stages-copy {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.stage-number {
  color: #fff;
  background-color: #152745;
  border-radius: 25px;
  padding: 8px 15px 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.stage-title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.single-stage {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-left: 1px solid #5b749e;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.single-stage.middle-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.single-stage.first-padding {
  border-left-width: 1px;
  border-left-color: #152745;
  padding-top: 4rem;
}

.single-stage.last-padding {
  border-left-width: 0;
}

.stages-image {
  border-radius: 10px;
  width: 35%;
  height: auto;
}

.image-20 {
  position: absolute;
  left: -11px;
}

.stage-promotion-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #152745;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  padding: 25px;
  display: flex;
  position: relative;
}

.stage-promotion-div1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stage-div1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.stage-promotion-image {
  width: 40%;
  height: 100%;
}

.stage-promotion-div2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.stage-div2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.stage-promotion-image2 {
  width: 40%;
}

.stage-promotion-price {
  color: #000;
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.stage-promotion-price.orange-text {
  color: #ff831e;
  margin-top: -10px;
}

.link {
  color: #13a0e6;
}

.section-11 {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.bottle-packages-icons {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.orange-arrow {
  width: 40px;
  position: absolute;
  inset: auto 40px -75px auto;
}

.section-12 {
  background-color: #f8fdff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.certificate-badges-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-14 {
  background-color: #eef7fb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.free-shipping-rol1, .free-shipping-rol2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.free-shipping-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.free-shipping-image {
  width: 25%;
}

.section-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.second-steps-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.second-steps-image {
  border-radius: 12px;
  width: 40%;
  box-shadow: 2px 2px 5px 1px #0003;
}

.second-steps-div-vertical {
  width: 60%;
}

.second-steps-individual-line {
  border-left: 2px dotted #13a0e6;
  padding-bottom: 30px;
  padding-left: 75px;
  position: relative;
}

.second-steps-individual-line.midle-line {
  padding-top: 40px;
  padding-bottom: 40px;
}

.second-steps-individual-line.last-line {
  border-left-width: 2px;
  border-left-color: #0000;
  padding-bottom: 0;
}

.second-steps-number {
  background-color: #13a0e6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -30px;
}

.second-step-count-text {
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
  font-size: .8rem;
  line-height: 1.1;
}

.text-span-4 {
  font-size: 1.2rem;
}

.section-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.order-by-phone-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #13a0e6;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.order-by-phone-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
}

.bold-text-9 {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.image-21 {
  width: 32px;
}

.section-17 {
  background-color: #f7f7f7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq_content {
  overflow: hidden;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-weight-bold {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq-questions {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #cdcdcd;
  border-radius: .3125rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 61rem;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 29px #1c1c1c1a;
}

.faq_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-faq {
  margin-top: 0;
  margin-bottom: -8px;
  padding-bottom: 0;
}

.paragraph_answer {
  color: #535353;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.spacer_faq {
  width: 100%;
  padding-top: 1.5rem;
}

.faq_block {
  color: #231f20;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .8rem 1rem;
  display: flex;
}

.footer-section {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

._980-container {
  flex-flow: column;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.footer-text1, .footer-text2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
}

.links-footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
}

.links-divisor {
  font-family: Open Sans, sans-serif;
  line-height: 1.1;
}

.section-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bottles-price-block {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-methods-image-mobile {
  width: 100%;
  display: none;
}

.price-per-day {
  color: #adadad;
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: .85rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.special-offer-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15px 0% auto;
}

.time-left-counter-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5625rem;
  font-weight: 700;
}

.text-counter-2 {
  color: #065252;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/red-line_1red-line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  padding-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

.counter-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #eb5e55;
  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;
}

.time-left-2 {
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: .9em;
  display: inline-flex;
}

.bold-text-11 {
  color: #152745;
}

.quantity-countdown {
  background-image: linear-gradient(0deg, #152745, #4f73b1);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  display: flex;
}

.quantity-coutndown-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.contador-bottle1, .contador-bottle6, .contador-bottle3, .contador2-bottle1, .contador2-bottle6, .contador2-bottle3, .contador3-bottle1, .contador3-bottle6, .contador3-bottle3, .contador4-bottle1, .contador4-bottle6, .contador4-bottle3, .contador5-bottle1, .contador5-bottle6, .contador5-bottle3 {
  color: #ffe678;
  font-size: 1.2rem;
  font-weight: 700;
}

.button-block-mobile {
  width: 100%;
  display: none;
  position: relative;
}

.header-upsell {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.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 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-96 {
  color: #1c1c1c;
  font-weight: 400;
}

.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;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.horizontal-align-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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;
}

.bold-text-88 {
  color: #231f20;
  font-weight: 700;
}

.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;
}

.container-upsell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  display: flex;
}

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

.text-span-54 {
  color: #ff0004;
  font-size: 1.8rem;
  font-weight: 400;
}

.step2num {
  color: #3876ad;
  margin-top: -2px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
}

.progress-step-wrap {
  justify-content: flex-start;
  align-items: center;
  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-3 {
  color: #aaa;
}

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

.step-subhead.white-sub {
  color: #fff;
}

.vsl-section {
  background-color: #dfeaff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sublinhed {
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 8px;
  padding-right: 8px;
}

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

.animation-order {
  display: none;
}

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

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

.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;
  box-shadow: 0 2px 5px #0003;
}

.step-head-mobile {
  color: #3876ad;
  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: #edf6ff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 800;
}

.step-icon-wrap {
  background-color: #3876ad;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.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-head {
  opacity: 1;
  color: #3876ad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 26px;
}

.step-head.step-head-3 {
  opacity: .6;
  font-size: 1.2rem;
}

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

.step-head.white-color {
  color: #fff;
  font-size: 1.2rem;
}

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

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

.upsell-alert {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.step-item-step-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #3876ad;
  border: 2px solid #d0e1ff;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 6px;
  font-size: .8rem;
  transform: scale(1.2);
}

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

.selo {
  opacity: .25;
  width: 100px;
  height: 100px;
}

.nav-link {
  color: #fff;
  white-space: nowrap;
  padding: 10px;
  font-size: .8125rem;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #25dccb;
  cursor: pointer;
}

.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 {
  font-size: 12px;
}

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

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

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.footer-final-chance.blue-color {
  background-color: #194770;
}

.nav-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  display: grid;
}

.image-9 {
  max-width: 200px;
}

.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-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.copyright {
  color: #ffffffb3;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.money-back-block-2 {
  border: 3px solid #152745;
  border-radius: 10px;
}

.special-offer-5 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15px 0% auto;
}

.bold-text-98 {
  text-decoration: underline;
}

.italic-text-6 {
  color: #2b2b2b;
  text-shadow: none;
  font-size: .9rem;
}

.superscript-2 {
  color: #152745;
  font-size: 2.4rem;
  font-weight: 900;
}

.upsell-product-section {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.upsell-product-section.oculto {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.days-guaranted-2 {
  color: #333;
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.certificate-1section-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.upsell-headline {
  color: #3876ad;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.bottles-block-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1.1fr .95fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 1.5rem;
  display: grid;
}

.dollar-simbol-1-2 {
  font-size: 1.25rem;
}

.old-price-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-div-2 {
  background-color: #152745;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 12px 15px 10px;
  position: relative;
}

.top-div-2.main-top-div {
  background-color: #152745;
  background-image: url('../images/gold-texture.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 10px;
  position: relative;
}

.add-to-cart-4 {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#ffdf92, #ecb62f);
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  width: 90%;
  padding: 18px 25px 18px 0;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  position: static;
  box-shadow: 2px 2px 5px #0003;
}

.best-value-badge-2 {
  width: 80px;
  position: absolute;
  inset: auto auto 12px 12px;
}

.text-span-55 {
  color: #ffea00;
}

.bottle-price-text-2 {
  color: #065252;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.bottle-price-text-2.main-price {
  color: red;
  font-size: 4.5rem;
}

.bonuses-3 {
  color: #152745;
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 6px;
  font-size: 1rem;
  display: flex;
}

.price-per-day-2 {
  color: #adadad;
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: .85rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.badges-images-2 {
  position: relative;
}

.months-supplys-2 {
  font-size: .9rem;
  line-height: 1.4;
}

.bold-text-116 {
  color: #152745;
  font-size: 4.8rem;
  font-weight: 900;
}

.bold-text-116.bigger-prize {
  font-size: 6rem;
}

.bottles-price-block-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.certificate-title-2 {
  color: #152745;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
}

.bottom-div-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 15px 15px;
  display: flex;
}

.bottles-extras-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-shadow: -1px 1px 2px #0006;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Bitter, serif;
  display: flex;
}

.link-card-block {
  text-decoration: none;
}

.no-thanks-link {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.no-thanks-link:hover {
  color: #3876ad;
}

.vertical-align-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.vertical-align-3.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.bottle-price-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.image-90 {
  width: 95%;
  height: 4px;
  position: absolute;
  transform: rotate(7deg);
}

.italic-text-9 {
  font-size: .9rem;
}

.button-block-mobile-2 {
  width: 100%;
  display: none;
  position: relative;
}

.special-offer-6 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15px 0% auto;
}

.italic-text-10 {
  color: #2b2b2b;
  text-shadow: none;
  font-size: .9rem;
}

.bonuses-4 {
  color: #152745;
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 6px;
  font-size: 1rem;
  display: flex;
}

.bottles-extras-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-shadow: -1px 1px 2px #0006;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Bitter, serif;
  display: flex;
}

.italic-text-11 {
  font-size: .9rem;
}

.hero_thank-you-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
}

.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;
}

.hero_brand-name {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #1c1c1c;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 17.8125rem;
  font-weight: 700;
  display: flex;
}

.hero_brand-name.text-color-gray {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2f2f2e;
  white-space: normal;
  padding-top: 0;
}

.text_final-chance {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-weight: 500;
}

.middle-product-thankyou-1 {
  max-height: 533px;
  margin-left: 0;
  padding-top: 25px;
}

.text-size-medium {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.bottler_hero-thank-you {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.thank_you-heading {
  color: #f7f5ee;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.section_description {
  color: #fff;
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_description.bg-gradient {
  background-image: linear-gradient(90deg, #111, #222);
  padding-bottom: 2rem;
}

.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;
}

.section_hero-final {
  color: #fff;
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero-final.padding-section-medium {
  justify-content: center;
  align-items: stretch;
}

.section_hero-final.padding-section-medium.bg-gradient {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.section_hero-final.bg-gradient {
  background-image: linear-gradient(90deg, #111, #222);
  margin-bottom: 0;
}

.hero_ticker-2 {
  white-space: nowrap;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 80%;
}

.hero_thank-you {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.middle-product-thankyou-2 {
  margin-left: -75px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.bg-gradient {
  background-image: linear-gradient(90deg, #111, #222);
}

.text-branding {
  color: #3876ad;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9em;
}

.footer_statements {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-97 {
  font-weight: 600;
}

.container-large-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.footer-wrap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.branding-txt-footer-4 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 10vw;
  font-weight: 200;
  line-height: .9em;
}

.email {
  color: #3876ad;
  -webkit-text-stroke-color: #3876ad;
  text-decoration: none;
}

.footer_links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer-3 {
  color: #fff;
  background-color: #1c1c1c;
  background-image: linear-gradient(90deg, #111, #222);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 4rem 1rem;
  display: flex;
}

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

.thank_you-block.is-theme-dark {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 20px;
}

.text-color-secondary {
  color: #f7f5ee;
  padding-top: 0;
}

.footer-link-3 {
  color: #333;
  text-align: center;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-3:hover {
  color: #3876ad;
}

.footer-link-3.white-color {
  color: #fff;
}

.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;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 50px;
}

.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-size: 1rem;
}

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

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

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

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

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

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

.testimonial-text-four-2 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.bold-text-56 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

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

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

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

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

.bold-text-42 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.bold-text-46, .bold-text-51 {
  color: #000;
}

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

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

.testimonial-text-four {
  outline-offset: 0px;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.bold-text-126 {
  font-size: 1rem;
}

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

.bold-text-128, .bold-text-129, .bold-text-130 {
  color: #000;
}

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

.bold-text-131, .bold-text-132 {
  color: #000;
}

.bold-text-133 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.bold-text-134, .bold-text-135 {
  color: #000;
}

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

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

.testimonial-text-four-3 {
  outline-offset: 0px;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.bold-text-137 {
  font-size: 1.1rem;
  font-weight: 700;
}

.testimonial-text-four-4 {
  outline-offset: 0px;
  color: #6b6b6b;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.bold-text-57 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four-5 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.bold-text-138 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four-6 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.bold-text-139 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.bold-text-140, .bold-text-141, .bold-text-142, .bold-text-143, .bold-text-144, .bold-text-145, .bold-text-146, .bold-text-147, .bold-text-148, .bold-text-149, .bold-text-150 {
  font-weight: 400;
}

.bold-text-151 {
  color: #1c1c1c;
}

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

.header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-span-56 {
  color: #c70700;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.bold-text-152 {
  color: #231f20;
  font-weight: 400;
}

.wrap-bottles {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.bold-text-59 {
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.is-text-med-2 {
  text-wrap: balance;
  margin-bottom: 10px;
  font-size: 1rem;
}

.is-text-med-2.is-text-bold {
  font-weight: 700;
}

.is-text-med-2.is-text-bold.is-text-center.is-text-normal {
  font-weight: 400;
}

.is-text-med-2.is-text-bold.text-danger {
  color: #e8083d;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}

.is-text-med-2.is-text-white {
  color: #fff;
}

.container-offer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.title-widgets-4 {
  font-size: 3rem;
  line-height: 1em;
}

.title-widgets-4.is-text-uppercase {
  text-transform: uppercase;
}

.title-widgets-4.is-text-uppercase.is-title-bold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.title-widgets-4.is-text-uppercase.is-title-bold.text-accent._1213 {
  color: #c39e4c;
  margin-left: -21px;
}

.title-widgets-4.is-text-uppercase.is-title-bold.text-accent {
  color: #aaa;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.title-widgets-4.is-text-uppercase.is-title-bold.text-dark {
  color: #231f20;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 40px;
}

.title-widgets-4.is-text-uppercase.is-title-bold._6bottlestitle {
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 40px;
}

.image-50 {
  z-index: 1;
  object-fit: contain;
  width: 110%;
  max-width: none;
  font-size: 5vw;
  line-height: 1.5vw;
  position: relative;
}

.btn-cart-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #ffbc01;
  background-image: url('../images/right-arrow_1right-arrow.png'), url('../images/ICONCART_1ICONCART.png');
  background-position: 250px, 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 32px, auto;
  border: 1px solid #c39e4c;
  border-radius: 25px;
  width: 300px;
  max-width: 300px;
  padding: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003, -2px 2px #c39e4c;
}

.btn-cart-2.botaomenor {
  background-position: 250px, 20px;
  width: 300px;
  max-width: 300px;
}

.is-text-large {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3em;
  display: block;
}

.page-wrapper {
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.page-wrapper.bg-gradient {
  background-image: linear-gradient(90deg, #111, #222);
}

.package-offer {
  color: #231f20;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrap-btn {
  display: none;
}

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

.benefits_text-4 {
  color: #231f20;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.benefits_text-4.text-color-white {
  color: #fff;
  font-size: 1rem;
}

.package_info-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #231f20;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-number {
  color: #fff;
}

.package_bottle-5 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  font-size: 4vw;
  display: flex;
  position: relative;
}

.image-49 {
  width: 140px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-49.selogarantia6potes {
  width: 125px;
}

.image-49.selogarantia6potes._3gurantee {
  width: 100px;
}

.image-49.bestvalue {
  width: 120px;
  margin-top: -12px;
  margin-left: -12px;
  padding-top: 0;
  inset: 0% auto auto 0%;
}

.is-text-small {
  text-wrap: balance;
}

.is-text-small.is-text-center {
  text-align: center;
  text-decoration: none;
}

.is-text-small.is-text-center.is-text-neutral-light {
  color: #aaa;
}

.main-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1rem;
  display: flex;
}

.main-content.box-white {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-content.box-white.box-center {
  max-width: 1400px;
}

.price_dollar-2 {
  margin-top: 1.7rem;
  font-size: 120px;
  font-weight: 700;
  line-height: 80%;
}

.price_dollar-2.white-color {
  color: #fff;
}

.box-text-downsell {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.image-53 {
  z-index: 1;
  object-fit: contain;
  width: 110%;
  max-width: none;
  height: auto;
  position: relative;
}

.package-tag-3 {
  position: absolute;
  inset: -11px auto auto -11px;
}

.package-title {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-left: -51px;
  font-size: 1px;
  line-height: 20px;
  display: flex;
}

.package-title.best-value {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -21px;
  margin-left: -90px;
}

.was_txt-4 {
  color: #231f20;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.was_txt-4.risk {
  text-decoration: line-through;
}

.was_txt-4.risk.text-danger {
  color: #e8083d;
}

.was_txt-4.risk.text-danger.text-nowrap {
  white-space: nowrap;
}

.was_txt-4.text-white {
  color: #fff;
  white-space: nowrap;
}

.package_price-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.package_price-3._1bottlesajustes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.package_price-3._3bottlesprice {
  max-width: 100%;
}

.hero-order {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.hero-order.is-theme-dark {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-order.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, #111, #222);
  padding-bottom: 20px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 3rem;
  line-height: 1em;
}

.text-block-88 {
  color: #1c1c1c;
  text-align: center;
  -webkit-text-stroke-color: #c4ab6a;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  display: block;
}

.text-block-88.subtitle {
  color: #231f20;
  text-wrap: balance;
  font-family: Oswald, sans-serif;
  font-size: 1.7rem;
}

.text-block-88.title-red {
  color: #e8083d;
  text-wrap: balance;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
}

.package-button-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 300px;
  padding-top: 10px;
  display: grid;
}

.price_wrapper-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #231f20;
  grid-template: "Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.price_wrapper-4.is-theme-dark {
  background-color: #0000;
}

.text-total-4 {
  color: #231f20;
  font-size: 20px;
  font-weight: 700;
}

.text-total-4.text-color-white {
  color: #fff;
  font-size: 20px;
}

.heading-15 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-15.subheadlinesss {
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-6 {
  width: 200px;
  margin-top: -100px;
  margin-bottom: 20px;
  padding-top: 0;
}

.selo-shipping-5 {
  z-index: 1;
  object-fit: contain;
  width: 37%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  font-size: 4vw;
  position: absolute;
  inset: auto -5% 0% auto;
  box-shadow: 0 2px 5px #0000;
}

.selo-shipping-5.align-left {
  inset: auto auto 0% 0%;
}

.icon-list-3 {
  margin-bottom: -8px;
}

.price_grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-was {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.package_benefits-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: grid;
}

.hero-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-51 {
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.package_item-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #646464;
  background-color: #fff;
  border: 1px solid #ddd8cf;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 360px;
  max-width: 360px;
  margin-top: 140px;
  padding: 2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: -1px 1px 2px #00000012;
}

.package_item-4.best {
  color: #fff;
  background-color: #231f20;
  width: 400px;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  text-decoration: none;
}

.package_item-4._3bottles._158615613 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.package_item-4.bottle-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 360px;
  max-width: 360px;
  margin-top: 140px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.step-text {
  color: #231f20;
  font-size: .8rem;
  font-weight: 700;
}

.box-guarantee {
  background-color: #111;
  background-image: radial-gradient(circle at 0 -40%, #444, #0000 28%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1220px;
  margin-top: 150px;
  padding: 0 2rem 2rem;
  display: flex;
}

.btn_add {
  color: #f7f5ee;
  text-align: center;
  text-transform: uppercase;
  background-color: #3876ad;
  border: 1px solid #3876ad;
  border-radius: .625rem;
  width: 100%;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: -2px 2px #170b6d;
}

.btn_add.btn-bonus {
  color: #effefa;
  background-color: #3876ad;
  border-color: #d0e1ff;
  width: 100%;
  max-width: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: .9em;
  box-shadow: -2px 2px #d0e1ff;
}

.btn_add.btn-bonus.w--current {
  display: none;
}

.image-55 {
  z-index: 1;
  object-fit: contain;
  width: 120%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.price_number-2 {
  font-size: 160px;
  font-weight: 700;
  line-height: 70%;
}

.price_number-2.white-color {
  color: #fff;
}

.benefits_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.benefits_item.best {
  border-bottom-color: #474745;
}

.text_shipping-4 {
  color: #e8083d;
  font-size: .9375rem;
  font-weight: 700;
}

.text_shipping-4.free {
  color: #00af5f;
  padding-top: 10px;
  font-size: 20px;
}

.product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
}

.branding-txt-bg-4 {
  z-index: 0;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: .15;
  color: #231f20;
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/logo-letter.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 120px 40px;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 10rem;
  overflow: visible;
}

.branding-txt-bg-4._6bottles {
  opacity: .07;
  background-image: url('../images/logo-mindguard-320.png');
  background-size: auto 119px;
  top: 10rem;
}

.branding-txt-bg-4.branding-text-bg-dark {
  opacity: .05;
  background-image: url('../images/logo-mindguard-320-branco.png');
  background-size: auto 118px;
  max-width: 400px;
  top: 12.5rem;
  overflow: hidden;
}

.price_per-bottler-5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.price_per-bottler-5.white-color {
  color: #fff;
}

.price_bottle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.price-old-5 {
  color: #e8083d;
  text-decoration: line-through;
}

.price_was-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a7873;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-right: -20px;
  font-weight: 600;
  display: flex;
}

.price_was-4.text-color-white {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 100%;
}

.stop-order {
  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;
}

.stop-order.stop-down {
  background-size: cover;
}

.e-books {
  z-index: 1;
  width: 135px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-step {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.container-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 4rem 1rem;
  display: flex;
}

.container-section.dfgd5fg15df {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.step-head-2 {
  opacity: 1;
  color: #3876ad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

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

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

.link-3 {
  color: #231f20;
  max-width: 80%;
  margin-top: -42px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: underline;
}

.step-item-step-2-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #3876ad;
  border: 2px solid #d0e1ff;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 6px;
  transform: scale(1.2);
}

.box-downsell {
  max-width: 75%;
}

.wrap-package {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  max-width: 1240px;
  display: grid;
}

.donwsell-headline {
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 3.5rem;
}

.add-to-cart-5 {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#ffdf92, #ecb62f);
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  width: 90%;
  padding: 18px 25px 18px 0;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  position: static;
  box-shadow: 2px 2px 5px #0003;
}

.special-offer-7 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15px 0% auto;
}

.bold-text-153 {
  color: #152745;
  font-size: 4.8rem;
  font-weight: 900;
}

.bold-text-153.bigger-prize {
  font-size: 6rem;
}

.image-92 {
  width: 95%;
  height: 4px;
  position: absolute;
  transform: rotate(7deg);
}

.bottles-price-block-3 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badges-images-3 {
  position: relative;
}

.bottles-block-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1.1fr .95fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 1.5rem;
  display: grid;
}

.bottle-price-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.button-block-mobile-3 {
  width: 100%;
  display: none;
  position: relative;
}

.months-supplys-3 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.bottles-extras-4 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-shadow: -1px 1px 2px #0006;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Bitter, serif;
  display: flex;
}

.price-per-day-3 {
  color: #adadad;
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: .85rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.days-guaranted-3 {
  color: #333;
  margin-top: -12px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bottom-div-3 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.bottle-price-text-3 {
  color: #065252;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.bottle-price-text-3.main-price {
  color: red;
  font-size: 4.5rem;
}

.bottle-ebook1-2 {
  width: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.best-value-badge-3 {
  width: 80px;
  position: absolute;
  inset: auto auto 12px 12px;
}

.bonuses-2 {
  color: #152745;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 6px;
  font-size: 1rem;
  display: none;
}

.bottle-ebook2-2 {
  z-index: 5;
  width: 75px;
  position: absolute;
  inset: auto 30px -10px auto;
}

@media screen and (max-width: 991px) {
  .section-1 {
    padding-top: 2.5rem;
  }

  .bottles-extras {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .bottle-price-text.main-price {
    font-size: 4.2rem;
  }

  .bonuses {
    font-size: 1rem;
  }

  .bottles-block {
    grid-template-columns: 32% 32% 32%;
  }

  .bottle-ebook2 {
    width: 65px;
  }

  .add-to-cart {
    width: 90%;
    padding: 13px 40px 13px 10px;
    font-size: 1rem;
  }

  .top-div.main-top-div {
    padding-top: 40px;
  }

  .days-guaranted {
    margin-top: -12px;
    font-size: 1.1rem;
  }

  .bottle-ebook1 {
    width: 65px;
  }

  .bold-text-5.bigger-prize {
    font-size: 4.5rem;
  }

  .old-price.grey-color {
    font-size: 1.2rem;
  }

  .best-value-badge {
    width: 65px;
  }

  .per-bottle-bundles {
    margin-top: 0;
    margin-left: 5px;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: .7rem;
  }

  .bottles-quantity {
    font-size: 1.5rem;
  }

  .bottles-quantity.bigger-bottle-quantity {
    font-size: 1.6rem;
  }

  .shipping-price.free-shipping, .months-supplys {
    font-size: 1rem;
  }

  .superscript {
    font-size: 2.2rem;
  }

  .dollar-simbol-1 {
    font-size: 1rem;
  }

  .special-offer {
    top: -12px;
  }

  .link-block-selo-botao {
    width: 62px;
    top: -6px;
  }

  .selo-buttom {
    width: 65px;
  }

  .button-block {
    width: 90%;
  }

  .heading {
    font-size: 1.6rem;
  }

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

  .vertical-align.gap-2rem.left-align {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .certificate-title {
    font-size: 4rem;
  }

  .certificate-subtitle {
    font-size: 1.6rem;
  }

  .certificate-paragraph {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .contact-block {
    justify-content: flex-start;
    align-items: center;
  }

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

  .bbb-title {
    font-size: 1rem;
  }

  .a-text {
    font-size: 2.2rem;
  }

  .bbb-infos {
    font-size: 1rem;
    line-height: 1.2;
  }

  .reviews-text {
    font-size: 1.5rem;
  }

  .customers-text {
    font-size: .8rem;
  }

  .section-3 {
    padding-top: 2.5rem;
  }

  .text-size-regular-3 {
    line-height: 1.2;
  }

  .doctor-image {
    width: 25%;
  }

  .doctor-text, .doctor-text.blue-color {
    font-size: 2rem;
  }

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

  .section-6, .section-7 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .visit-checklist-block {
    margin-top: 25px;
    padding: 30px;
  }

  .text-block {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .section-8 {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .sec9-heading {
    width: 70%;
    font-size: 1.8rem;
  }

  .sec9-bottle {
    width: 30%;
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .section-10 {
    padding-bottom: 2.5rem;
  }

  .stage-number {
    font-size: .8rem;
  }

  .stage-title {
    font-size: 1.5rem;
  }

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

  .single-stage.first-padding {
    padding-top: 2.5rem;
  }

  .section-11 {
    padding-bottom: 2.5rem;
  }

  .orange-arrow {
    right: 20px;
  }

  .section-12 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .certificate-badges-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-13, .section-14 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .free-shipping-rol1 {
    justify-content: flex-start;
    align-items: center;
  }

  .free-shipping-text-block {
    width: 70%;
  }

  .free-shipping-image {
    width: 30%;
    height: 100%;
  }

  .section-15 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .second-steps-individual-line {
    padding-bottom: 20px;
    padding-left: 50px;
  }

  .second-steps-number {
    width: 50px;
    height: 50px;
    left: -25px;
  }

  .second-step-count-text {
    font-size: .7rem;
  }

  .section-16 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .order-by-phone-text {
    font-size: 1.2rem;
  }

  .image-21 {
    width: 28px;
  }

  .section-17, .footer-section, .section-18 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bold-text-10 {
    line-height: 1.2;
  }

  .special-offer-2 {
    top: -10px;
  }

  .quantity-countdown {
    width: 100%;
  }

  .quantity-coutndown-text {
    font-size: .9rem;
  }

  .container-upsell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .progress-steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .5rem;
  }

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

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

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

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

  .vertical-align-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .upsell-alert {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

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

  .selo {
    height: auto;
  }

  .nav-link {
    white-space: nowrap;
    display: flex;
  }

  .container-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .nav-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .special-offer-5 {
    top: -10px;
  }

  .superscript-2 {
    font-size: 2.2rem;
  }

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

  .days-guaranted-2 {
    margin-top: -12px;
    font-size: 1.1rem;
  }

  .bottles-block-2 {
    grid-template-columns: 32% 32% 32%;
  }

  .dollar-simbol-1-2 {
    font-size: 1rem;
  }

  .top-div-2.main-top-div {
    padding-top: 40px;
  }

  .add-to-cart-4 {
    width: 90%;
    padding: 13px 40px 13px 10px;
    font-size: 1rem;
  }

  .best-value-badge-2 {
    width: 65px;
    bottom: 5px;
    left: 5px;
  }

  .bottle-price-text-2.main-price {
    font-size: 4.2rem;
  }

  .bonuses-3, .months-supplys-2 {
    font-size: 1rem;
  }

  .bold-text-116.bigger-prize {
    font-size: 4.5rem;
  }

  .certificate-title-2 {
    font-size: 4rem;
  }

  .bottles-extras-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .no-thanks-link {
    font-size: .8rem;
  }

  .special-offer-6 {
    top: -10px;
  }

  .bonuses-4 {
    font-size: 1rem;
  }

  .bottles-extras-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .max-width {
    max-width: 35rem;
  }

  .middle-product-thankyou-1 {
    margin-left: 0;
  }

  .section_description {
    padding-top: 3rem;
  }

  .section_description.bg-gradient {
    padding-top: 1rem;
  }

  .section_hero-final {
    padding-top: 3rem;
  }

  .hero_ticker-2 {
    font-size: 8rem;
  }

  .hero_thank-you {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-branding {
    font-size: 4rem;
  }

  .branding-txt-footer-4 {
    font-size: 20vw;
  }

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

  .image-56 {
    width: 250px;
  }

  .wrap-bottles {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 100%;
    margin-top: 10px;
  }

  .wrap-bottles._3bottles {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .bold-text-59 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .is-text-med-2.is-text-bold.text-danger {
    font-size: 25px;
    line-height: 20px;
  }

  .is-text-med-2.is-text-white.is-text-bold {
    text-align: left;
  }

  .is-text-med-2.is-text-white.is-text-bold.is-text-center {
    text-align: center;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold {
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold.text-accent {
    margin-left: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold.text-dark {
    font-size: 60px;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold._6bottlestitle {
    margin-left: 0;
    font-size: 60px;
  }

  .btn-cart-2 {
    background-position: 540px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .btn-cart-2.botaomenor {
    background-position: 520px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .is-text-large {
    line-height: 4vw;
    display: block;
  }

  .package-offer {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits_text-4, .benefits_text-4.text-color-white {
    font-size: 20px;
  }

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

  .package_info-2.separacaobloco {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .package_bottle-5 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 350px;
    padding-top: 0;
    font-size: 50px;
  }

  .package_bottle-5._1bottle {
    width: 350px;
  }

  .image-49 {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 20px;
  }

  .image-49.bestvalue {
    width: 150px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .main-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content.box-white {
    padding: 20px 10px;
  }

  .image-53 {
    width: 330px;
    max-width: 330px;
  }

  .package-title {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .package-title.best-value {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: -33px;
    margin-left: 0;
    font-size: 20px;
    display: flex;
  }

  .was_txt-4 {
    white-space: nowrap;
    font-size: 25px;
    line-height: 100%;
  }

  .was_txt-4.risk.text-danger.text-nowrap, .was_txt-4.text-white {
    font-size: 25px;
    line-height: 100%;
  }

  .package_price-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25vw;
  }

  .package_price-3._1bottlesajustes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 25vw;
  }

  .package_price-3._3bottlesprice {
    width: 25vw;
  }

  .text-block-88 {
    font-size: 50px;
  }

  .text-block-88.subtitle {
    max-width: 80%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .text-block-88.title-red {
    font-size: 3rem;
    line-height: 1.2;
  }

  .package-button-3 {
    width: 100%;
    max-width: 100%;
  }

  .text-total-4, .text-total-4.text-color-white {
    font-size: 25px;
  }

  .heading-15 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
  }

  .image-52 {
    width: 250px;
  }

  .selo-shipping-5 {
    width: 125px;
    margin-left: auto;
    padding-left: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .selo-shipping-5.align-left {
    inset: auto auto 0% 0%;
  }

  .package_benefits-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    display: grid;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding: 5px 0;
    display: grid;
  }

  .package_item-4 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
    max-width: 100%;
    margin-top: 0;
    display: grid;
  }

  .package_item-4.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex: 0 auto;
    order: -1;
    width: 650px;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item-4._3bottles._158615613 {
    max-width: 90vw;
  }

  .package_item-4.bottle-last {
    order: 1;
    width: 640px;
    max-width: 90vw;
    margin-top: 0;
  }

  .box-guarantee {
    width: 90%;
    max-height: 90%;
    margin-top: 125px;
  }

  .image-55 {
    padding-top: 0;
    font-size: 40px;
    line-height: 0;
  }

  .benefits_item {
    border-bottom-width: 0;
    line-height: 4vw;
  }

  .benefits_item.best {
    line-height: 4vw;
  }

  .text_shipping-4.free {
    font-size: 25px;
  }

  .branding-txt-bg-4 {
    width: 100%;
    max-width: 150vw;
    position: absolute;
  }

  .branding-txt-bg-4.branding-text-bg-dark {
    max-width: none;
  }

  .price_per-bottler-5 {
    white-space: pre;
  }

  .price_was-4 {
    z-index: 10;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    position: relative;
  }

  .price_was-4.text-color-white {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

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

  .image-54 {
    width: 250px;
  }

  .container-section {
    padding: 4rem 1rem;
  }

  .container-section.dfgd5fg15df {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .box-downsell {
    max-width: 75%;
  }

  .wrap-package {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .add-to-cart-5 {
    width: 90%;
    padding: 13px 40px 13px 10px;
    font-size: 1rem;
  }

  .special-offer-7 {
    top: -10px;
  }

  .bold-text-153.bigger-prize {
    font-size: 4.5rem;
  }

  .bottles-block-3 {
    grid-template-columns: 32% 32% 32%;
  }

  .months-supplys-3 {
    font-size: 1rem;
  }

  .bottles-extras-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .days-guaranted-3 {
    margin-top: -12px;
    font-size: 1.1rem;
  }

  .bottle-price-text-3.main-price {
    font-size: 4.2rem;
  }

  .bottle-ebook1-2 {
    width: 60px;
  }

  .best-value-badge-3 {
    width: 65px;
    bottom: 5px;
    left: 5px;
  }

  .bonuses-2 {
    font-size: 1rem;
  }

  .bottle-ebook2-2 {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bottles-extras {
    margin-top: 5px;
  }

  .bottle-price-text {
    font-size: 4rem;
  }

  .bottle-price-text.main-price {
    font-size: 3rem;
  }

  .bonuses {
    font-size: 1.5rem;
  }

  .bottle-image.main-bottle-image {
    width: 105%;
  }

  .bottom-div {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 5px;
    display: flex;
  }

  .bottles-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .9fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bottle-ebook2 {
    width: 95px;
    right: 45px;
  }

  .add-to-cart {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    font-size: 3vw;
  }

  .top-div {
    padding: 10px;
  }

  .top-div.main-top-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 50px 10px 10px;
  }

  .bottle-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .days-guaranted {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    font-size: 1rem;
    display: flex;
  }

  .bottle-ebook1 {
    width: 96px;
  }

  .bold-text-5 {
    font-size: 4rem;
  }

  .bold-text-5.bigger-prize {
    font-size: 3.8rem;
  }

  .old-price.grey-color {
    font-size: 1.2rem;
  }

  .best-value-badge {
    width: 70px;
  }

  .badges-images {
    width: 55%;
  }

  .individual-bottle {
    width: 100%;
  }

  .individual-bottle.main-bottle {
    transform: scale3d(1none, 1none, 1none);
    width: 100%;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: .8rem;
    display: none;
  }

  .bottles-quantity, .bottles-quantity.bigger-bottle-quantity {
    font-size: 1.8rem;
  }

  .shipping-price.free-shipping {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .months-supplys {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .total-price {
    font-size: 1rem;
  }

  .superscript {
    font-size: 1.8rem;
  }

  .dollar-simbol-1 {
    font-size: 1.2rem;
  }

  .payment-metods {
    width: 80%;
    margin-bottom: -12px;
  }

  .special-offer {
    top: -17px;
  }

  .link-block-selo-botao {
    width: 55px;
    top: -4px;
    right: -2%;
  }

  .selo-buttom {
    width: 55px;
  }

  .button-block {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .buttom-shine {
    width: 65px;
    left: -40px;
  }

  .heading {
    flex-flow: column;
    font-size: 1.4rem;
  }

  .paragraph.align-center {
    font-size: .9rem;
  }

  .vertical-align.gap-2rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .vertical-align.col-left-section2, .vertical-align.col-left-section2.gap-1rem, .vertical-align.col-right-section2 {
    width: 100%;
  }

  .cards-methods-image {
    display: none;
  }

  .certificate-1section {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .certificate-title {
    font-size: 2rem;
  }

  .certificate-2section {
    padding: 8px;
  }

  .certificate-subtitle {
    font-size: 1.2rem;
  }

  .certificate-3section {
    padding: 20px;
  }

  .certificate-paragraph {
    font-size: 1rem;
  }

  .contact-block {
    flex-flow: column;
  }

  .image-17 {
    width: 71%;
  }

  .horizontal-align.gap-2rem.vertical-in-mobile {
    flex-flow: column;
  }

  .testimonial_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial_user-name-style {
    font-size: 1.2rem;
  }

  .testimonial_user-country-2 {
    text-align: left;
    font-size: .9rem;
  }

  .text-size-regular-3 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .doctor-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 25px;
  }

  .doctor-text, .doctor-text.blue-color {
    font-size: 1.6rem;
  }

  .doctor-paragraph {
    font-size: 1rem;
  }

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

  .ingredient-top-div {
    justify-content: center;
    align-items: center;
  }

  .ingredient-description {
    font-size: .9rem;
  }

  .coin-text {
    width: 80%;
    font-size: 1.3rem;
  }

  .image-19 {
    margin-top: -35px;
  }

  .contact2-image {
    width: 70%;
  }

  .visit-checklist-block {
    margin-top: 2rem;
    padding: 25px;
  }

  .text-with-dots {
    background-size: 100%;
    font-size: 1.1rem;
  }

  .checklist-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .table-block {
    margin-top: 65px;
  }

  .table-heading-block.grey-padding-lines {
    padding-left: 8px;
  }

  .table-heading-block.blue-padding-lines {
    padding-right: 8px;
  }

  .heading-table-image {
    margin-top: -48px;
  }

  .heading--table-title {
    font-size: .8rem;
    line-height: 1.1;
  }

  .heading-table-backcolor {
    justify-content: flex-end;
  }

  .bold-text-8 {
    font-size: .8rem;
  }

  .table-line {
    height: 45px;
  }

  .table-line.gray-padding-lines {
    padding-left: 8px;
  }

  .table-line.blue-padding-lines {
    padding-right: 8px;
  }

  .list-item-text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .table-line-icon {
    width: 22px;
  }

  .sec9-heading {
    width: 75%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem;
  }

  .sec9-bottle {
    width: 25%;
  }

  .stage-number {
    font-size: .7rem;
  }

  .stage-title {
    font-size: 1.2rem;
  }

  .stage-paragraph {
    font-size: .9rem;
  }

  .single-stage.middle-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .single-stage.first-padding {
    padding-top: 2rem;
  }

  .stage-promotion-div1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .stage-div1 {
    width: 100%;
  }

  .stage-promotion-image {
    width: 60%;
    height: 100%;
  }

  .stage-promotion-div2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .stage-div2 {
    width: 100%;
  }

  .stage-promotion-price {
    font-size: 1.6rem;
  }

  .certificate-badges-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .free-shipping-rol1, .free-shipping-rol2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .free-shipping-text-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .free-shipping-image {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .second-steps-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .second-steps-image {
    width: 50%;
  }

  .second-steps-div-vertical {
    width: 100%;
    padding-left: 5%;
  }

  .order-by-phone-text {
    font-size: .8rem;
  }

  .image-21 {
    width: 24px;
  }

  .faq_block {
    text-align: left;
  }

  .footer-text1 {
    font-size: .75rem;
    line-height: 1.4;
  }

  .footer-text2 {
    font-size: .75rem;
    line-height: 1.6;
  }

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

  .link-footer, .links-divisor {
    font-size: .75rem;
  }

  .bottles-price-block {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .div-to-align-in-mobile-bottles {
    display: flex;
  }

  .cards-methods-image-mobile {
    display: block;
  }

  .price-per-day {
    margin-top: -10px;
    font-size: .8rem;
  }

  .special-offer-2 {
    width: 50%;
    top: -15px;
  }

  .time-left-counter-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-counter-2 {
    font-size: 1.3rem;
  }

  .counter-2 {
    width: 90px;
    padding: 5px 10px;
    font-size: 1.2rem;
  }

  .icon-counter {
    font-size: 1.2rem;
  }

  .time-left-2 {
    width: 100px;
    font-size: 1.2rem;
  }

  .quantity-countdown {
    border-radius: 0 0 12px 12px;
    width: 60%;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
  }

  .quantity-coutndown-text {
    font-size: 1rem;
  }

  .button-block-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 275px;
    display: flex;
  }

  .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;
  }

  .container-upsell {
    max-width: 480px;
  }

  .progress-step-wrap {
    display: none;
  }

  .code-embed-6 {
    margin-bottom: 0;
  }

  .vertical-align-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .upsell-alert {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .progress-step-mobile {
    display: flex;
  }

  .selo {
    width: 12vw;
    height: auto;
    display: block;
  }

  .div-block-17 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100vw;
    max-width: 100%;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-footer {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .div-block-27 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    width: 67%;
  }

  .special-offer-5 {
    width: 50%;
    top: -13px;
  }

  .superscript-2 {
    font-size: 2.8rem;
  }

  .days-guaranted-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -12px;
    font-size: 1rem;
    display: flex;
  }

  .certificate-1section-2 {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .upsell-headline {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .bottles-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .9fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dollar-simbol-1-2 {
    font-size: 1.2rem;
  }

  .old-price-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: -10px;
  }

  .top-div-2 {
    padding: 10px;
  }

  .top-div-2.main-top-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 50px 10px 10px;
  }

  .add-to-cart-4 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    font-size: 1.2rem;
  }

  .best-value-badge-2 {
    width: 70px;
  }

  .bottle-price-text-2 {
    margin-top: -15px;
    font-size: 4rem;
  }

  .bottle-price-text-2.main-price {
    margin-top: -20px;
    font-size: 3rem;
  }

  .bonuses-3 {
    font-size: 1.5rem;
  }

  .price-per-day-2 {
    margin-top: -8px;
    font-size: .8rem;
  }

  .badges-images-2 {
    width: 60%;
  }

  .months-supplys-2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .bold-text-116 {
    font-size: 7rem;
  }

  .bold-text-116.bigger-prize {
    font-size: 6.8rem;
    display: inline;
  }

  .bottles-price-block-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .certificate-title-2 {
    font-size: 2.2rem;
  }

  .bottom-div-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 5px;
    display: flex;
  }

  .bottles-extras-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    margin-top: 5px;
  }

  .vertical-align-3.gap-2rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .button-block-mobile-2 {
    justify-content: flex-start;
    align-items: center;
    width: 275px;
    margin-top: 10px;
    display: flex;
  }

  .special-offer-6 {
    width: 50%;
    top: -13px;
  }

  .bonuses-4 {
    font-size: 1.5rem;
  }

  .bottles-extras-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    margin-top: 5px;
  }

  .max-width {
    max-width: 22rem;
  }

  .text_final-chance {
    margin-bottom: 0;
  }

  .middle-product-thankyou-1 {
    width: 43%;
    margin-left: 0;
  }

  .thank_you-heading {
    font-size: 4rem;
    line-height: 1;
  }

  .section_description.bg-gradient {
    padding-top: 0;
    padding-bottom: 0;
  }

  .thank_you-header {
    place-items: center;
  }

  .section_hero-final.padding-section-medium.bg-gradient {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_hero-final.bg-gradient {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_ticker-2 {
    font-size: 28vw;
  }

  .hero_thank-you {
    place-items: center;
    padding-bottom: 2rem;
  }

  .middle-product-thankyou-2 {
    width: 45%;
    margin-left: -60px;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-2.bg-gradient {
    padding-left: 1rem;
  }

  .text-branding {
    font-size: 3rem;
  }

  .container-large-5 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
    max-width: 100%;
  }

  .branding-txt-footer-4 {
    color: #fff;
    font-weight: 400;
  }

  .footer_links-grid {
    flex-flow: column;
  }

  .footer-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .thank_you-block.is-theme-dark {
    margin-top: 0;
  }

  .text-color-secondary {
    font-size: .9rem;
    line-height: 1.4;
  }

  .footer-link-3 {
    border-bottom-color: #a1a1a1;
  }

  .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;
  }

  .wrap-bottles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 80vw;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

  .wrap-bottles._3bottles {
    padding-top: 0;
  }

  .is-text-med-2.is-text-bold.text-danger {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .container-offer {
    flex-flow: column;
    width: 100%;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold {
    font-size: 8vw;
    line-height: 6vw;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold.text-accent {
    text-align: center;
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold.text-dark {
    font-size: 11vw;
    line-height: 8vw;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold._6bottlestitle {
    font-size: 12vw;
    line-height: 10vw;
  }

  .image-50 {
    width: 50vw;
    font-size: 5vw;
  }

  .btn-cart-2 {
    background-position: 95%, 20px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-cart-2.botaomenor {
    background-position: 95%, 20px;
  }

  .is-text-large {
    font-size: 20px;
    line-height: 4vw;
  }

  .benefits_text-4 {
    font-size: 2.5vw;
    line-height: 3vw;
    display: block;
  }

  .benefits_text-4.text-color-white {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .package_info-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    width: 100%;
    max-width: 100%;
  }

  .package_info-2.separacaobloco {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .package_bottle-5 {
    width: 50vw;
    max-width: 50vw;
    font-size: 2vw;
  }

  .package_bottle-5._1bottle {
    width: 100%;
    max-width: 20vw;
  }

  .image-49 {
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-49.selogarantia6potes {
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-49.bestvalue {
    width: 120px;
    margin-top: -11px;
    margin-left: -11px;
  }

  .main-content.box-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content.box-white.box-center {
    margin-top: 20px;
  }

  .price_dollar-2 {
    font-size: 20vw;
    line-height: 20vw;
  }

  .box-text-downsell {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-53 {
    width: 55vw;
    max-width: none;
    font-size: 3vw;
    line-height: 2vw;
  }

  .package-title {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .package-title.best-value {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    max-width: 100%;
    margin-top: auto;
    margin-left: 0;
    font-size: 4vw;
    line-height: 30vw;
    display: flex;
    overflow: visible;
  }

  .was_txt-4 {
    text-align: right;
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt-4.risk.text-danger.text-nowrap, .was_txt-4.text-white {
    font-size: 4vw;
    line-height: 100%;
  }

  .package_price-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }

  .package_price-3._1bottlesajustes {
    justify-content: center;
    align-items: center;
    width: 40vw;
  }

  .package_price-3._3bottlesprice {
    width: 30vw;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .text-block-88 {
    font-size: 35px;
  }

  .text-block-88.subtitle {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .text-block-88.title-red {
    font-size: 6vw;
  }

  .package-button-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    max-width: 80%;
  }

  .package-button-3.button3bottles, .package-button-3.button1bottle {
    max-width: 90%;
  }

  .price_wrapper-4 {
    place-items: end;
  }

  .price_wrapper-4.is-theme-dark {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: end;
    padding-right: 0;
  }

  .text-total-4 {
    line-height: 100%;
  }

  .heading-15 {
    font-size: 3.5vw;
    line-height: 1.2;
  }

  .heading-15.subheadlinesss {
    font-size: 2vw;
  }

  .image-6 {
    width: 150px;
    margin-top: -75px;
  }

  .selo-shipping-5 {
    width: 17vw;
    inset: auto 0% 0% auto;
  }

  .price_grid-3 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .package_benefits-3 {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    place-items: center start;
    width: 70vw;
    max-width: 100%;
    margin-left: 16.5vw;
    margin-right: 40px;
    padding: 20px 0 2vw;
    font-size: 1vw;
    line-height: 1vw;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-template-rows: auto;
    place-items: center start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .package_item-4 {
    order: 0;
    width: 95%;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item-4.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .package_item-4._3bottles {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .package_item-4._3bottles._158615613 {
    max-width: 90vw;
  }

  .package_item-4.bottle-last {
    border-radius: 20px;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    display: flex;
  }

  .box-guarantee {
    max-width: 90%;
    margin-top: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-55 {
    width: 55vw;
    max-width: none;
    padding-top: 0;
    font-size: 40vw;
  }

  .price_number-2 {
    font-size: 24vw;
  }

  .benefits_item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

  .benefits_item.best {
    line-height: 3.5vw;
  }

  .text_shipping-4.free {
    line-height: 20px;
  }

  .branding-txt-bg-4.branding-text-bg-dark {
    background-image: url('../images/marca-dagua2.png');
    background-position: 0 0;
    background-size: 120px;
  }

  .price_per-bottler-5 {
    font-size: 4vw;
    line-height: 2vw;
  }

  .price_was-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 9rem;
  }

  .price_was-4.text-color-white {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 30vw;
  }

  .stop-order {
    width: 70vw;
    height: 12vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .image-54 {
    width: 250px;
  }

  .container-section {
    padding: 2.5rem 1rem;
  }

  .link-3 {
    font-size: 4vw;
  }

  .box-downsell {
    max-width: none;
  }

  .wrap-package {
    width: 100%;
    display: flex;
  }

  .donwsell-headline {
    font-size: 7vw;
  }

  .add-to-cart-5 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    font-size: 3vw;
  }

  .special-offer-7 {
    width: 50%;
    top: -15px;
  }

  .bold-text-153 {
    font-size: 7rem;
  }

  .bold-text-153.bigger-prize {
    font-size: 6.8rem;
    display: inline;
  }

  .bottles-price-block-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .badges-images-3 {
    width: 60%;
  }

  .bottles-block-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .9fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .button-block-mobile-3 {
    justify-content: flex-start;
    align-items: center;
    width: 275px;
    margin-top: 10px;
    display: flex;
  }

  .months-supplys-3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .bottles-extras-4 {
    margin-top: 5px;
  }

  .price-per-day-3 {
    margin-top: -8px;
    font-size: .8rem;
  }

  .days-guaranted-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -12px;
    font-size: 1rem;
    display: flex;
  }

  .bottom-div-3 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 5px;
    display: flex;
  }

  .bottle-price-text-3 {
    margin-top: -15px;
    font-size: 4rem;
  }

  .bottle-price-text-3.main-price {
    margin-top: -20px;
    font-size: 3rem;
  }

  .bottle-ebook1-2, .best-value-badge-3 {
    width: 70px;
  }

  .bonuses-2 {
    font-size: 1.5rem;
  }

  .bottle-ebook2-2 {
    width: 70px;
    right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    padding-top: 2rem;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottles-extras {
    font-size: 1.8vw;
  }

  .bottle-price-text {
    font-size: 3.5rem;
  }

  .bonuses {
    font-size: 6vw;
  }

  .bottle-image.main-bottle-image {
    width: 105%;
    max-width: none;
    margin-left: -10px;
  }

  .bottles-block {
    grid-template-columns: 1fr;
  }

  .bottle-ebook2 {
    width: 70px;
    right: 30px;
  }

  .add-to-cart {
    text-align: center;
    border-radius: 20px;
    width: 100%;
    padding: 12px 0 12px 12px;
    font-size: 1rem;
    line-height: 1;
  }

  .top-div.main-top-div {
    padding-top: 45px;
  }

  .bottle-price {
    flex-flow: row;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .days-guaranted {
    margin-top: -10px;
    font-size: 4vw;
  }

  .bottle-ebook1 {
    width: 70px;
  }

  .bold-text-5, .bold-text-5.bigger-prize {
    font-size: 14vw;
  }

  .old-price {
    font-size: 8vw;
  }

  .old-price.grey-color {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .best-value-badge {
    width: 30%;
    bottom: 5px;
    left: 5px;
  }

  .badges-images {
    width: 50%;
  }

  .individual-bottle.main-bottle {
    z-index: 5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: 3vw;
    line-height: 1;
    display: none;
  }

  .bottles-quantity {
    font-size: 7vw;
  }

  .bottles-quantity.bigger-bottle-quantity {
    font-size: 10vw;
  }

  .shipping-price {
    font-size: 4vw;
  }

  .shipping-price.free-shipping {
    text-align: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .months-supplys {
    font-size: 5vw;
  }

  .total-price {
    font-size: 4vw;
  }

  .superscript {
    font-size: 7vw;
  }

  .dollar-simbol-1 {
    font-size: 4vw;
  }

  .payment-metods {
    width: 100%;
    margin-bottom: -15px;
  }

  .image-16 {
    height: 1px;
  }

  .link-block-selo-botao {
    width: 55px;
    max-width: 70px;
    height: 55px;
    max-height: 70px;
    top: auto;
    right: -15px;
  }

  .selo-buttom {
    width: 100%;
    max-width: none;
  }

  .heading, .heading.align-left, .heading.white-color {
    font-size: 5.5vw;
    line-height: 1.3;
  }

  .subtitle {
    font-size: 5.5vw;
  }

  .subtitle.left-align {
    font-size: 4vw;
    top: -7px;
  }

  .paragraph {
    font-size: 4vw;
    line-height: 1.3;
  }

  .paragraph.align-center, .paragraph.align-center.white-color {
    font-size: 4vw;
  }

  .vertical-align {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .small-container, .small-container.margem-negativa-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .money-back-block {
    margin-top: 40px;
  }

  .certificate-1section {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    padding: 10px;
  }

  .certificate-badge-image {
    width: 35%;
    margin-top: -50px;
  }

  .certificate-title {
    text-align: center;
    font-size: 8vw;
  }

  .certificate-subtitle {
    font-size: 5vw;
    line-height: 1.2;
  }

  .certificate-3section {
    padding: 12px;
  }

  .certificate-paragraph {
    font-size: 4vw;
    line-height: 1.3;
  }

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

  .fisico-logo {
    width: 40%;
  }

  .fisicoinc-title {
    font-size: 4.5vw;
  }

  .fisicoinc-subtitle {
    font-size: 3.8vw;
  }

  .bbb-title {
    font-size: 5vw;
  }

  .bbb-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .a-text {
    font-size: 2rem;
  }

  .bbb-infos {
    font-size: 4.5vw;
  }

  .customers-title {
    font-size: 5vw;
  }

  .reviews-text {
    font-size: 6vw;
  }

  .customers-text {
    font-size: 3.5vw;
  }

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

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

  .section-4 {
    padding-top: 225px;
    padding-bottom: 2rem;
  }

  .testimonial_user {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    place-items: center;
  }

  .testimonial_user-name {
    justify-content: center;
    align-items: center;
  }

  .testimonial_block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .testimonial_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    display: flex;
  }

  .text-size-regular-3 {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.125rem;
  }

  .testimonial_item {
    padding: .9rem;
  }

  .italic-text-3 {
    font-size: 4vw;
    line-height: 1.2rem;
  }

  .bottle-ingredients-image {
    width: 100%;
  }

  .doctor-section {
    padding: 25px 15px;
  }

  .doctor-infos-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .doctor-image {
    width: 40%;
  }

  .doctor-text {
    text-align: center;
    font-size: 5vw;
  }

  .doctor-text.blue-color {
    font-size: 5.5vw;
  }

  .doctor-paragraph {
    font-size: 4vw;
    line-height: 1.3;
  }

  .doctor-name-signature, .last-signature {
    font-size: 4vw;
  }

  .gym-picture {
    width: 100%;
  }

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

  .ingredient-top-div {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ingredient-number {
    font-size: 3.5vw;
  }

  .ingredient-name {
    font-size: 6.5vw;
  }

  .ingredient-description {
    font-size: 4vw;
  }

  .heading-subtitle {
    color: #000;
    font-size: 5.5vw;
    line-height: 1.3;
  }

  .coin-text {
    font-size: 5vw;
    line-height: 1.1;
  }

  .image-19 {
    width: 55%;
    margin-top: -15px;
    margin-left: 15px;
  }

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

  .visit-checklist-block {
    padding: 20px 15px 15px;
  }

  .text-with-dots {
    background-size: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 4vw;
  }

  .text-block {
    font-size: 3.8vw;
  }

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

  .table-block {
    margin-top: 60px;
  }

  .table-heading-block.grey-padding-lines {
    padding-left: 5px;
  }

  .table-heading-block.blue-padding-lines {
    padding-right: 5px;
  }

  .heading-table-image {
    width: 100%;
  }

  .heading-table-rating-image {
    width: 75%;
  }

  .heading--table-title {
    font-size: 2.4vw;
    line-height: 1.1;
  }

  .heading-table-image-pills {
    width: 80%;
    margin-top: -15px;
    margin-bottom: 10px;
  }

  .heading-table-logo-image {
    width: 90%;
  }

  .heading-table-backcolor {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .bold-text-8 {
    font-size: 2.4vw;
  }

  .table-line.gray-padding-lines {
    padding-left: 5px;
  }

  .table-line.blue-padding-lines {
    padding-right: 5px;
  }

  .list-item-text {
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .sec9-heading {
    width: 65%;
    font-size: 1.1rem;
  }

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

  .sec9-bottle {
    width: 35%;
  }

  .stages-copy {
    width: 100%;
  }

  .stage-number {
    font-size: .7rem;
  }

  .stage-title {
    font-size: 5.5vw;
  }

  .stage-paragraph {
    font-size: 4vw;
  }

  .single-stage {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 8px;
    padding-top: 1.25rem;
    padding-left: 25px;
    padding-right: 8px;
  }

  .single-stage.last-padding {
    padding-top: 0;
  }

  .stages-image {
    width: 70%;
  }

  .stage-promotion-block {
    padding: 15px;
  }

  .stage-promotion-image, .stage-promotion-image2 {
    width: 70%;
  }

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

  .bottle-packages-icons {
    width: 70%;
  }

  .orange-arrow {
    width: 25px;
    bottom: -40px;
  }

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

  .certificate-badges-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-13, .section-14 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .free-shipping-image {
    width: 50%;
  }

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

  .second-steps-div-vertical {
    padding-left: 20px;
  }

  .second-step-count-text {
    margin-bottom: -2px;
  }

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

  .order-by-phone-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-by-phone-text {
    flex-flow: wrap;
    font-size: 3.2vw;
    line-height: 1;
  }

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

  .text-style-allcaps.text-weight-bold {
    font-size: 3.75vw;
    line-height: 1.4;
  }

  .faq-questions {
    max-width: 100%;
    margin-top: 0;
  }

  .faq_header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph_answer {
    font-size: .9rem;
  }

  .footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  ._980-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-text1, .footer-text2 {
    font-size: .8rem;
  }

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

  .bottles-price-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 50%;
  }

  .div-to-align-in-mobile-bottles {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .italic-text-4, .italic-text-5 {
    font-size: 4.5vw;
  }

  .price-per-day {
    margin-top: -8px;
    font-size: 3.25vw;
  }

  .special-offer-2 {
    width: 200px;
    top: -13px;
  }

  .time-left-counter-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-bottom: 2rem;
  }

  .text-counter-2 {
    font-size: 4.5vw;
  }

  .counter-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .icon-counter {
    font-size: 1rem;
    line-height: .9;
  }

  .time-left-2 {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 4vw;
  }

  .quantity-countdown {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%;
    margin-top: -1.5rem;
  }

  .quantity-coutndown-text {
    font-size: 4vw;
  }

  .contador-bottle1, .contador-bottle6, .contador-bottle3, .contador2-bottle1, .contador2-bottle6, .contador2-bottle3, .contador3-bottle1, .contador3-bottle6, .contador3-bottle3, .contador4-bottle1, .contador4-bottle6, .contador4-bottle3, .contador5-bottle1, .contador5-bottle6, .contador5-bottle3 {
    font-size: 5.5vw;
  }

  .button-block-mobile {
    width: 220px;
  }

  .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;
  }

  .bold-text-96 {
    color: #1c1c1c;
  }

  .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;
  }

  .bold-text-88 {
    color: #1c1c1c;
  }

  .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;
  }

  .container-upsell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-upsell._0padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-logo {
    color: #fff;
  }

  .text-span-54 {
    font-size: 5vw;
    line-height: 1.2;
  }

  .vsl-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .code-embed-6 {
    margin-top: 0;
  }

  .vertical-align-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .upsell-alert {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 1.4;
  }

  .selo {
    width: 100px;
    height: auto;
  }

  .nav-link {
    border-bottom: 1px solid #868686;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
    display: grid;
  }

  .nav-footer {
    grid-template-columns: 1fr;
  }

  .image-9 {
    width: 100%;
    max-width: 90%;
  }

  .certificates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-27 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    width: 100%;
  }

  .money-back-block-2 {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .special-offer-5 {
    width: 200px;
    top: -13px;
  }

  .italic-text-6 {
    font-size: 4.5vw;
  }

  .superscript-2 {
    font-size: 10vw;
  }

  .days-guaranted-2 {
    margin-top: -8px;
    font-size: 3.75vw;
  }

  .certificate-1section-2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    padding: 10px;
  }

  .upsell-headline {
    margin-bottom: 0;
    font-size: 7vw;
  }

  .bottles-block-2 {
    grid-template-columns: 1fr;
    width: 92%;
  }

  .dollar-simbol-1-2 {
    font-size: 3vw;
  }

  .old-price-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: -20px;
  }

  .top-div-2.main-top-div {
    padding-top: 40px;
    display: block;
  }

  .add-to-cart-4 {
    text-align: center;
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    line-height: 1;
  }

  .best-value-badge-2 {
    width: 30%;
    bottom: 0;
    left: 0;
  }

  .bottle-price-text-2 {
    margin-top: -20px;
    font-size: 3.5rem;
  }

  .bottle-price-text-2.main-price {
    margin-top: -18px;
  }

  .bonuses-3 {
    font-size: 6vw;
  }

  .price-per-day-2 {
    margin-top: -8px;
    font-size: 3.25vw;
  }

  .badges-images-2 {
    width: 60%;
  }

  .months-supplys-2 {
    font-size: 5vw;
  }

  .bold-text-124 {
    font-size: 3.75vw;
  }

  .bold-text-116 {
    letter-spacing: -5px;
    font-size: 24vw;
  }

  .bold-text-116.bigger-prize {
    letter-spacing: -5px;
    font-size: 24vw;
    line-height: 1;
  }

  .bottles-price-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 40%;
  }

  .certificate-title-2 {
    text-align: center;
    font-size: 8vw;
  }

  .bottom-div-2 {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottles-extras-2 {
    margin-top: 5px;
    font-size: 1.8vw;
  }

  .no-thanks-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
    line-height: 1.4;
  }

  .vertical-align-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .vertical-align-3.gap-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .bottle-price-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .image-90 {
    height: 1px;
  }

  .italic-text-9 {
    font-size: 4.5vw;
  }

  .button-block-mobile-2 {
    width: 220px;
    margin-top: 15px;
  }

  .special-offer-6 {
    width: 200px;
    top: -13px;
  }

  .italic-text-10 {
    font-size: 4.5vw;
  }

  .bonuses-4 {
    font-size: 6vw;
  }

  .bottles-extras-3 {
    margin-top: 5px;
    font-size: 1.8vw;
  }

  .italic-text-11 {
    font-size: 4.5vw;
  }

  .hero_thank-you-brand {
    width: 100%;
  }

  .hero_brand-name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero_brand-name.text-color-gray {
    width: 100%;
  }

  .text_final-chance {
    font-size: 4vw;
    line-height: 1.2;
  }

  .middle-product-thankyou-1 {
    width: 45%;
    margin-left: 0;
    padding-top: 0;
  }

  .text-size-medium {
    font-size: .9rem;
    line-height: 1.4;
  }

  .thank_you-heading {
    font-size: 8vw;
  }

  .section_description {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .thank_you-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_hero-final.padding-section-medium {
    justify-content: center;
    align-items: center;
  }

  .section_hero-final.padding-section-medium.bg-gradient {
    padding-top: 0;
  }

  .hero_ticker-2 {
    font-size: 25vw;
  }

  .hero_thank-you {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 0;
  }

  .middle-product-thankyou-2 {
    width: 48%;
    margin-left: -40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-branding {
    font-size: 8vw;
  }

  .container-large-5 {
    padding-bottom: 0;
  }

  .branding-txt-footer-4 {
    font-family: Oswald, sans-serif;
    font-size: 18vw;
    font-weight: 200;
  }

  .footer-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .thank_you-block {
    margin-top: 0;
  }

  .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;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-151 {
    color: #1c1c1c;
  }

  .header {
    background-color: #1c1c1c;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header.blue-back {
    background-color: #3876ad;
  }

  .bold-text-152 {
    color: #1c1c1c;
  }

  .image-56 {
    width: 50vw;
  }

  .wrap-bottles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-bottles._1bottle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .wrap-bottles._3bottles {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .is-text-med-2.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .is-text-med-2.is-text-bold.text-danger {
    margin-bottom: 0;
    line-height: 4vw;
  }

  .is-text-med-2.is-text-white.is-text-bold.is-text-center {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .container-offer {
    padding-left: 0;
    padding-right: 0;
  }

  .title-widgets-4 {
    font-size: 2.25rem;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold.text-accent {
    line-height: 8vw;
  }

  .title-widgets-4.is-text-uppercase.is-title-bold._6bottlestitle {
    line-height: 10vw;
  }

  .image-50 {
    width: 50vw;
    height: auto;
    max-height: none;
    margin-left: -20px;
    margin-right: -20px;
  }

  .btn-cart-2 {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 5vw;
    line-height: 5vw;
  }

  .btn-cart-2.botaomenor {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
  }

  .is-text-large {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .page-wrapper.bg-gradient {
    margin-left: 10px;
    margin-right: 10px;
  }

  .package-offer {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-30.text-number {
    line-height: 1;
  }

  .benefits_text-4 {
    font-size: 2.9vw;
    line-height: 3vw;
  }

  .benefits_text-4.text-color-white {
    font-size: 2.9vw;
    line-height: 1;
  }

  .package_info-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    line-height: 1.4em;
  }

  .package_info-2.separacaobloco {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .text-number {
    font-size: 1.3rem;
  }

  .package_bottle-5 {
    width: 70%;
    max-width: 100%;
  }

  .package_bottle-5._1bottle {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-right: 10px;
  }

  .image-49 {
    width: 70px;
    max-width: 100%;
    margin-top: -7px;
    margin-left: -7px;
  }

  .image-49.selogarantia6potes {
    width: 20vw;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 2vw;
  }

  .image-49.selogarantia6potes._3gurantee {
    width: 22vw;
  }

  .image-49.bestvalue {
    width: 24vw;
    margin-top: -2.5vw;
    margin-left: -2.5vw;
  }

  .is-text-small.is-text-center.is-text-neutral-light {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .main-content {
    padding-bottom: 0;
  }

  .main-content.box-white {
    border-radius: 20px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content.box-white.box-center {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-text-downsell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-53 {
    width: 55vw;
    height: auto;
    max-height: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  .package-title {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    grid-template-columns: auto auto auto;
    margin-left: -25px;
    padding-bottom: 5px;
  }

  .package-title.best-value {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: -25px;
  }

  .was_txt-4 {
    text-align: right;
    white-space: normal;
    word-break: normal;
    text-wrap: balance;
    font-size: 4vw;
  }

  .was_txt-4.risk.text-danger.text-nowrap {
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt-4.text-white {
    text-wrap: balance;
    font-size: 4vw;
    line-height: 4vw;
  }

  .package_price-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 40vw;
    font-size: 1vw;
    line-height: 1vw;
  }

  .package_price-3._1bottlesajustes {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
  }

  .package_price-3._3bottlesprice {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
  }

  .hero-order.is-theme-dark.bg-gradient {
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    text-wrap: balance;
    font-size: 8vw;
    line-height: 8vw;
  }

  .text-block-88 {
    padding-top: 0;
    font-size: 30px;
  }

  .text-block-88.subtitle {
    max-width: none;
    font-size: 5vw;
  }

  .text-block-88.title-red {
    width: 100%;
    font-size: 8vw;
  }

  .package-button-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    padding-top: 5px;
  }

  .package-button-3.button3bottles {
    padding-top: 0;
  }

  .text-total-4 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-total-4.text-color-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-15 {
    margin-top: 10px;
    font-size: 5vw;
  }

  .heading-15.subheadlinesss {
    font-size: 3vw;
  }

  .image-6 {
    opacity: 1;
    width: 40vw;
    margin-top: -70px;
    margin-bottom: 15px;
  }

  .image-52 {
    width: 50vw;
  }

  .selo-shipping-5 {
    width: 15vw;
    max-width: 25vw;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .icon-list-3 {
    margin-bottom: 0;
    line-height: 1;
  }

  .price_grid-3 {
    place-items: center end;
  }

  .wrap-was {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .package_benefits-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 80vw;
    margin-left: 20.5vw;
    padding-top: 10px;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-51 {
    width: 24vw;
    margin-top: -2.7vw;
    margin-left: -2.7vw;
  }

  .package_item-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item-4.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 1rem 20px;
  }

  .package_item-4._3bottles {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item-4._3bottles._158615613 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .package_item-4.bottle-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding: 1rem 20px;
  }

  .box-guarantee {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-top: 75px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_add {
    font-size: 9vw;
  }

  .btn_add.btn-bonus {
    padding: 1rem;
    font-size: 1.2rem;
    line-height: .9;
  }

  .image-55 {
    width: 50vw;
    height: auto;
    max-height: none;
    padding-right: 15px;
  }

  .price_number-2 {
    font-size: 30vw;
  }

  .benefits_item {
    justify-content: flex-start;
    align-items: center;
    line-height: 4vw;
  }

  .text_shipping-4.free {
    font-size: 4vw;
    line-height: 1.4vw;
  }

  .branding-txt-bg-4 {
    max-width: 100%;
    top: 5.5rem;
  }

  .branding-txt-bg-4._6bottles {
    background-size: auto 119px;
    height: 7.5rem;
    top: 6rem;
  }

  .branding-txt-bg-4.branding-text-bg-dark {
    top: 6.2rem;
  }

  .price_per-bottler-5 {
    white-space: nowrap;
    font-size: 6vw;
  }

  .price_was-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .price_was-4.text-color-white {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    max-width: none;
    padding-top: 1vw;
  }

  .stop-order {
    justify-content: center;
    align-items: center;
    width: 60vw;
    margin-top: -10px;
    margin-bottom: -20px;
    font-size: 8vw;
    display: flex;
  }

  .e-books {
    width: 30vw;
    top: 20px;
  }

  .image-54 {
    width: 50vw;
  }

  .container-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .link-3 {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .box-downsell {
    max-width: none;
  }

  .wrap-package {
    width: 100%;
    display: flex;
  }

  .donwsell-headline {
    font-size: 9vw;
  }

  .add-to-cart-5 {
    text-align: center;
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    line-height: 1;
  }

  .special-offer-7 {
    width: 200px;
    top: -13px;
  }

  .bold-text-153 {
    letter-spacing: -5px;
    font-size: 24vw;
  }

  .bold-text-153.bigger-prize {
    letter-spacing: -5px;
    font-size: 24vw;
    line-height: 1;
  }

  .image-92 {
    height: 1px;
  }

  .bottles-price-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 40%;
  }

  .badges-images-3 {
    width: 60%;
  }

  .bottles-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .bottle-price-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .button-block-mobile-3 {
    width: 220px;
    margin-top: 15px;
  }

  .months-supplys-3 {
    font-size: 5vw;
  }

  .bottles-extras-4 {
    margin-top: 0;
    font-size: 1.8vw;
  }

  .price-per-day-3 {
    margin-top: -8px;
    font-size: 3.25vw;
  }

  .days-guaranted-3 {
    margin-top: -8px;
    font-size: 3.75vw;
  }

  .bottom-div-3 {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-155 {
    font-size: 3.75vw;
  }

  .bottle-price-text-3 {
    margin-top: -20px;
    font-size: 3.5rem;
  }

  .bottle-price-text-3.main-price {
    margin-top: -18px;
  }

  .bottle-ebook1-2 {
    width: 30%;
  }

  .best-value-badge-3 {
    width: 30%;
    bottom: 0;
    left: 0;
  }

  .bonuses-2 {
    font-size: 6vw;
  }

  .bottle-ebook2-2 {
    width: 30%;
    right: 20px;
  }
}

#w-node-_17de052b-f2a0-2717-7e2c-ae9fff9de6d3-a16259f0, #w-node-_22e518b3-7b1b-8ee3-1f75-c83e024fb225-574e6ccd, #w-node-_22e518b3-7b1b-8ee3-1f75-c83e024fb22b-574e6ccd, #w-node-_22e518b3-7b1b-8ee3-1f75-c83e024fb231-574e6ccd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e518b3-7b1b-8ee3-1f75-c83e024fb23c-574e6ccd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d24fa4c9-fb0e-ae00-ca4f-c8b6d49f7637-a16259f0 {
    order: 9999;
  }

  #w-node-d24fa4c9-fb0e-ae00-ca4f-c8b6d49f7638-a16259f0 {
    order: 5;
  }

  #w-node-d24fa4c9-fb0e-ae00-ca4f-c8b6d49f766f-a16259f0 {
    order: 1;
  }

  #w-node-d24fa4c9-fb0e-ae00-ca4f-c8b6d49f76aa-a16259f0 {
    order: 3;
  }

  #w-node-_3ecf360b-015c-dd40-b0db-3a7867df2bf8-a16259f0 {
    order: 9999;
  }

  #w-node-_3ecf360b-015c-dd40-b0db-3a7867df2bf9-a16259f0 {
    order: 5;
  }

  #w-node-_3ecf360b-015c-dd40-b0db-3a7867df2c30-a16259f0 {
    order: 1;
  }

  #w-node-_3ecf360b-015c-dd40-b0db-3a7867df2c69-a16259f0 {
    order: 3;
  }

  #w-node-_4a873560-942f-01ec-bb81-607f79d29972-a16259f0, #w-node-_961ea518-cbe0-a375-13eb-b23095bed795-a16259f0 {
    order: 9999;
  }

  #w-node-_961ea518-cbe0-a375-13eb-b23095bed796-a16259f0 {
    order: 5;
  }

  #w-node-_961ea518-cbe0-a375-13eb-b23095bed7cd-a16259f0 {
    order: 1;
  }

  #w-node-_961ea518-cbe0-a375-13eb-b23095bed806-a16259f0 {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-f6563667 {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-f6563667 {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-f6563667 {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-f6563667 {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-f3bed233 {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-f3bed233 {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-f3bed233 {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-f3bed233 {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-9d5aebbb {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-9d5aebbb {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-9d5aebbb {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-9d5aebbb {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-4d802c5f {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-4d802c5f {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-4d802c5f {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-4d802c5f {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-656fc381 {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-656fc381 {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-656fc381 {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-656fc381 {
    order: 3;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b67-b13a2ee3 {
    order: 9999;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b68-b13a2ee3 {
    order: 5;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558b9b-b13a2ee3 {
    order: 1;
  }

  #w-node-_8db72640-40c8-2d2c-7b90-54bb8e558bd4-b13a2ee3 {
    order: 3;
  }
}


@font-face {
  font-family: 'Dawet Ayu';
  src: url('../fonts/Dawet-Ayu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}