:root {
  --background--dark: #1c1c1c;
  --font-family--text-body: Manrope, sans-serif;
  --body--is-txt-small: .8125rem;
  --text-line-height--line-height-body: 1.5em;
  --geral--text-dark: #231f20;
  --brand--primary-50: #fef3f2;
  --geral--text-light: white;
  --font-family--display: "Sofia Sans Extra Condensed", sans-serif;
  --headlines--is-h1: 4rem;
  --text-line-height--line-height-titles-uppercase: 1em;
  --text-line-height--linhe-height-title-mobile: .9em;
  --brand--primary-700: #eb5e55;
  --geral--button-hover: #c39e4c;
  --color-system--danger: #e8083d;
  --body--is-txt-medium: 1rem;
  --body--is-txt-xsmall: 12px;
  --headlines--is-h3: 2.25rem;
  --body--is-txt-large: 1.125rem;
  --geral--text-body-gray: #646464;
  --brand--secondary: #231f20;
  --brand--primary-600: #d6362c;
  --geral--text-gray: #d8d8d8;
  --color-system--sucess: #00af5f;
  --headlines--is-h4: 2rem;
  --headlines--is-h2: 3rem;
  --headlines--is-h5: 1.5rem;
  --headlines--is-h6: 1.125rem;
  --neutral--white: white;
  --background--light: white;
  --neutral--neutral-darkest: #111;
  --neutral--neutral-darker: #222;
  --headlines--title-hero: 5.75rem;
  --headlines--is-title-mobile-s: 3.2rem;
  --brand--primary-100: #fde5e3;
  --headlines--is-display: 6.25rem;
  --headlines--title-hero-mobile-m: 4rem;
  --font-family--noto-serif: "Notoserif Semicondensed", sans-serif;
  --brand--primary-800: #430f0c;
  --geral--text-opacity: #ffffffb3;
  --brand--primary-400: #f47d75;
  --neutral--neutral: #666;
  --neutral--neutral-dark: #444;
  --neutral--neutral-light: #aaa;
  --body--is-txt-xlarge: 1.5625rem;
  --brand--primary-500: #eb5e55;
  --neutral--neutral-lighter: #eee;
  --text-line-height--line-height-titles-normal: 1.1em;
  --neutral--black: #1c1c1c;
  --geral--button: #ccb064;
  --overlay: #231f20f2;
  --color-system--warning: #f77008;
  --color-system--info: #1f78d2;
  --containers--container-col-12: 1200px;
  --containers--container-col-10: 1061px;
}

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

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

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

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

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

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

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

p {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
  margin-bottom: 10px;
}

.main-page {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.body {
  background-color: var(--brand--primary-50);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.hero {
  background-color: var(--background--dark);
  opacity: 1;
  background-image: linear-gradient(#111111bf, #111111bf), url('../images/Maike-and-Jane-otm.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 1rem;
  display: flex;
}

.hero.is-pad-tb-80 {
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 1rem;
  display: flex;
  position: relative;
}

.container {
  max-width: 1200px;
}

.container.container-dark {
  color: var(--geral--text-light);
}

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

.is-h1 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h1);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-transform: uppercase;
  word-break: keep-all;
  font-weight: 700;
}

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

.is-h1.title-center.is-h1-mobile {
  color: var(--geral--text-light);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 55px;
  line-height: var(--text-line-height--linhe-height-title-mobile);
  max-width: 900px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-accent {
  color: var(--brand--primary-700);
  text-decoration: none;
}

.text-accent.text-branding {
  color: var(--geral--button-hover);
}

.icon {
  color: var(--color-system--danger);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.info-txt-danger {
  color: var(--color-system--danger);
}

.video {
  border: 2px solid var(--brand--primary-700);
  border-radius: 0;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  padding-bottom: 0;
}

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

.text-counter {
  font-family: var(--font-family--display);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.title-counter {
  font-family: var(--font-family--display);
  font-size: 80px;
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  font-weight: 700;
}

.time-left {
  line-height: var(--text-line-height--linhe-height-title-mobile);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.package_price {
  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._3bottlesprice {
  max-width: 100%;
}

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

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

.package_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--geral--text-body-gray);
  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.best {
  background-color: var(--brand--secondary);
  color: var(--geral--text-light);
  width: 400px;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  text-decoration: none;
}

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

.package_item.bottle-last.mhjm.up2-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.package_item.bottle-last.mhjm.up2-1.up3-1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.package_item.bottle-last.mhjm.up2-1.down-1-1 {
  margin-top: 60px;
}

.package_item.bottle-last.mhjm.up2-1.down-1-1.down-2-1.down-3-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.package_item._3bottles.up2-2.down-1-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-top: 60px;
}

.package_item._3bottles.up2-2.down-1-2.down-2-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.package_item._3bottles.up2-2.down-1-2.down-2-2.down-3-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.package_item._3bottles.up1-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.package_item._3bottles.front, .package_item._3bottles._158615613, .package_item._3bottles.dfdfg1 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.discount_label {
  z-index: 10;
  background-color: var(--brand--primary-600);
  color: #fff;
  text-transform: uppercase;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 43px 43px auto auto;
}

.discount_label.best {
  background-color: var(--brand--primary-600);
  top: 84px;
  right: 53px;
}

.text-total {
  color: var(--geral--text-dark);
  font-size: 20px;
  font-weight: 700;
}

.text-total.text-color-white {
  color: var(--geral--text-light);
  font-size: 20px;
}

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

.benefits_item.best.fghfgh {
  color: var(--geral--text-gray);
}

.benefits_item.last {
  border-bottom-width: 0;
}

.price_dollar {
  font-family: var(--font-family--display);
  margin-top: 1.7rem;
  font-size: 120px;
  font-weight: 700;
  line-height: 80%;
}

.price_number {
  font-family: var(--font-family--display);
  font-size: 160px;
  font-weight: 700;
  line-height: 70%;
}

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

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

.image-2 {
  z-index: 1;
  object-fit: contain;
  width: 340px;
  max-width: 340px;
  height: auto;
  padding-top: 20px;
  position: relative;
}

.image-2.asd._1s56df {
  width: 320px;
}

.price_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--geral--text-dark);
  grid-template: "Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.btn-cart {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--geral--button-hover);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--geral--button-hover);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--geral--button-hover);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--geral--button-hover);
  box-shadow: 0 2px 5px 0 #0003, -2px 2px 0 0 var(--geral--button-hover);
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #ffbc01;
  background-image: url('../images/right-arrow.png'), url('../images/ICONCART.png');
  background-position: 250px, 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 32px, auto;
  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;
}

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

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

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

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

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

.was_txt {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.was_txt.text-white {
  color: var(--geral--text-light);
  white-space: nowrap;
}

.was_txt.text-white._6rtyrt {
  font-size: 20px;
  line-height: 100%;
}

.was_txt.text-dange {
  white-space: nowrap;
}

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

.was_txt.is-text-danger {
  color: var(--color-system--danger);
}

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

.was_txt.risk.text-danger {
  color: var(--color-system--danger);
}

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

.was_txt.risk.text-danger.text-nowrap.kjh, .was_txt.risk.text-danger.text-nowrap.fgh {
  font-size: 20px;
  line-height: 100%;
}

.was_txt.uytyu {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 100%;
}

.was_txt.qweqwe {
  font-size: 20px;
  line-height: 100%;
}

.was_txt._11561._51 {
  width: 110px;
}

.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-family: Manrope, sans-serif;
  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;
}

.package_info {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--geral--text-dark);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price_per-bottler {
  font-family: var(--font-family--display);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.price {
  color: var(--color-system--danger);
  font-weight: 700;
  text-decoration: line-through;
}

.package-button {
  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;
}

.benefits_text {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
  font-weight: 600;
}

.benefits_text.text-color-white {
  color: var(--geral--text-light);
  font-size: var(--body--is-txt-medium);
}

.benefits_text.text-color-white.dhreth {
  color: var(--background--dark);
}

.benefits_text.text-color-white.fghjryj {
  color: var(--geral--text-dark);
}

.benefits_text.text-color-white.tjtgj {
  color: var(--background--dark);
}

.text_shipping {
  color: var(--color-system--danger);
  font-size: .9375rem;
  font-weight: 700;
}

.text_shipping.free {
  color: var(--color-system--sucess);
  padding-top: 10px;
  font-size: 20px;
}

.package_header {
  font-family: var(--font-family--display);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 80%;
}

.package_header.text-color-white {
  color: #f7f5ee;
}

.package_header.text-dark {
  color: var(--geral--text-dark);
}

.price_was {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--brand--primary-700);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  display: flex;
}

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

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

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

.price-old-2 {
  color: var(--color-system--danger);
  text-decoration: line-through;
}

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

.container-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
  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;
  display: flex;
}

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

.package {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1rem;
  display: flex;
}

.package.is-pad-0 {
  width: 100%;
  padding: 0 0;
}

.package.package-no-bg {
  background-image: none;
  padding-top: 2rem;
}

.svg-icon {
  z-index: 0;
  color: var(--brand--primary-700);
  margin-top: -20px;
  margin-bottom: -10px;
  position: absolute;
}

.branding-txt-bg {
  z-index: 0;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: .15;
  font-family: var(--font-family--display);
  color: var(--brand--secondary);
  font-size: var(--headlines--is-h4);
  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-weight: 700;
  display: block;
  position: absolute;
  top: 10rem;
  overflow: visible;
}

.branding-txt-bg.branding-text-bg-dark {
  opacity: .05;
  background-image: url('../images/logo-letter.svg');
  max-width: 400px;
  overflow: hidden;
}

.branding-txt-bg._6bottles {
  opacity: .07;
}

.text-block-4 {
  font-family: var(--font-family--display);
  color: var(--geral--text-gray);
  font-size: var(--headlines--is-h2);
  line-height: .8em;
}

.text-block-5 {
  font-family: var(--font-family--display);
  text-align: center;
}

.image-3 {
  z-index: 1;
  object-fit: contain;
  width: 150px;
  max-width: none;
  font-family: Manrope, sans-serif;
  font-size: 5vw;
  line-height: 1.5vw;
  position: relative;
}

.image-3.fgh21.urt, .image-3.fgh21.urt._3bottlesf {
  width: 230px;
}

.image-3.fgh21.urt._3bottlesf._13131 {
  width: 280px;
}

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

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

.image-4._8945 {
  width: 280px;
}

.trustpilot {
  width: 100%;
}

.trustpilot.container-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: none;
}

.image-5 {
  width: 150px;
}

.desc {
  font-size: var(--body--is-txt-medium);
  font-weight: 400;
}

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

.text-block-6 {
  font-size: var(--headlines--is-h5);
  font-weight: 700;
}

.title-trustpilot {
  font-size: var(--headlines--is-h6);
  font-weight: 700;
}

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

.flex-block {
  width: 100%;
}

.money-back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
}

.money-back.container-small {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
}

.money-back.container-small.h-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

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

.heading {
  font-family: var(--font-family--display);
  color: var(--neutral--white);
  font-size: var(--headlines--is-h2);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.header-money-back {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.paragraph {
  color: var(--geral--text-gray);
  font-size: var(--body--is-txt-medium);
  font-weight: 800;
}

.free-shipping {
  background-color: var(--background--light);
  color: var(--geral--text-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}

.free-shipping.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.free_shipping-heading {
  text-align: left;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 4.5rem;
  line-height: 90%;
}

.free_shipping-heading.text-color-white {
  font-size: 65px;
}

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

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

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

.max-width._38-rem {
  text-align: center;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.max-width._20-rem {
  max-width: 20rem;
}

.max-width._50-rem {
  max-width: 50rem;
}

.max-width._12-rem {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.max-width._38-rem {
  text-align: center;
  max-width: 38.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width._46-rem {
  max-width: 46rem;
}

.max-width.about-heading {
  text-align: center;
  max-width: 50.125rem;
}

.max-width.width-small {
  max-width: 40rem;
}

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

.max-width._9-rem {
  max-width: 9rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-color-gray {
  color: var(--geral--text-body-gray);
}

.free_shipping-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.free-shipping-selo {
  width: 16rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-accent {
  color: var(--geral--button-hover);
}

.text-weight-semibold.text-color-gray {
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
}

.free_shipping_image {
  position: relative;
}

.text-color-gold {
  color: #c4ab6a;
}

.free_shipping-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--brand--primary-700);
  color: var(--background--light);
  text-align: center;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  display: grid;
}

.free_shipping-grid.shipping-secondary {
  background-color: var(--background--dark);
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.free_shipping-grid.shipping-secondary.bg-transparent {
  background-color: #0000;
}

.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: 40px 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;
}

.main-content.box-white.box-center.bg-pattern {
  background-image: url('../images/pattern-outline-opacity.png');
  background-position: 0 0;
  background-size: auto;
}

.benefits-itens {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 900px;
}

.benefits {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 1rem;
  display: flex;
}

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

.code-embed, .heading-2 {
  display: flex;
}

.text-branding {
  font-family: var(--font-family--display);
  color: var(--geral--button-hover);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  font-weight: 600;
}

.text-branding.text-letter-spacing {
  letter-spacing: 0;
}

.text-branding.title-bold {
  font-weight: 800;
}

.results {
  background-color: var(--background--dark);
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 1rem 60px;
  display: flex;
}

.results.is-padding-global {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--brand--primary-700);
  color: var(--geral--text-light);
  justify-content: flex-start;
  align-items: center;
  padding: 40px 1rem 60px;
}

.reviews {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 1rem;
  display: flex;
}

.reviews.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.text-block-7 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--title-hero);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-transform: uppercase;
  font-weight: 700;
}

.header-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--geral--text-light);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

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

.image-7 {
  width: 200px;
  height: 200px;
}

.photo-review {
  border: 7px solid var(--background--light);
  background-image: url('../images/retrato-de-um-homem-feliz-tomando-uma-capsula-vermelha_171337-2937.avif');
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
  width: 200px;
  height: 200px;
  box-shadow: 0 10px 20px #0003;
}

.photo-review.photo-1 {
  background-image: url('../images/SlimPic-Photo-1.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: -10deg;
}

.photo-review.photo-2 {
  background-image: url('../images/SlimPic-Photo-2.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: 5deg;
}

.photo-review.photo-3 {
  background-image: url('../images/SlimPic-Photo-3.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: -10deg;
}

.photo-review.photo-4 {
  background-image: url('../images/SlimPic-Photo-4.webp');
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: 10deg;
}

.testimonial_item {
  background-color: #f7f5ee;
  background-image: url('../images/quotation-marks.svg');
  background-position: 30px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #222;
  border-radius: .625rem;
  max-width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.testimonial_item._2 {
  position: sticky;
  top: 20px;
}

.testimonial_item._1 {
  border: 1px solid var(--brand--primary-100);
  background-color: var(--brand--primary-50);
  background-image: url('../images/quote-pink.svg');
  background-position: 30px 15px;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 100%;
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 5px #0000;
}

.testimonial_item._4 {
  position: sticky;
  top: 40px;
}

.testimonial_item._3 {
  position: sticky;
  top: 30px;
}

.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_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_verified {
  color: #646464;
  font-size: .75rem;
  font-weight: 600;
}

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

.testimonial_user-country {
  color: var(--geral--text-body-gray);
  font-weight: 600;
  line-height: 100%;
}

.testimonial_list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: sticky;
  top: 1px;
}

.text-size-regular {
  text-align: left;
  font-size: 1rem;
}

.text-size-regular.is-text-center {
  text-align: center;
}

.text-size-regular.is-text-semibold {
  font-weight: 600;
}

.text-size-regular.is-text-semibold.is-text-center {
  color: var(--geral--text-body-gray);
}

.testimonal_heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 100%;
}

.testimonal_heading.text-color-white {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
}

.testimonal_heading.text-light {
  font-family: var(--font-family--display);
  color: var(--brand--primary-50);
}

.relative_block {
  position: relative;
}

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

.overline {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
}

.overline.text-color-white {
  font-family: var(--font-family--display);
  color: var(--geral--text-light);
  font-weight: 400;
}

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

.true {
  font-family: var(--font-family--display);
  font-weight: 400;
}

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

.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-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  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;
}

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

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

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

.testimonial_user-name-style {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-3 {
  z-index: 1;
  font-family: var(--font-family--noto-serif);
  color: var(--brand--primary-800);
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  position: relative;
}

.bold-text {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h3);
}

.paragraph_answer {
  color: var(--geral--text-body-gray);
  font-size: 1rem;
  font-weight: 600;
}

.faq_content {
  overflow: hidden;
}

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

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

.faq_block {
  color: var(--geral--text-dark);
  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;
}

.section-heading {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
}

.faq_plus {
  margin-left: 1rem;
}

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

.text-weight-bold {
  font-weight: 700;
}

.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;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 29px #1c1c1c1a;
}

.faq_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

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

.line-divider {
  background-image: linear-gradient(#fff0, #00000026 50%, #fff0);
  width: 100%;
  height: 1px;
}

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

.faq.is-pad-global {
  background-color: var(--neutral--white);
  padding: 40px 1rem;
}

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

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

.footer_logo {
  width: 100%;
}

.footer-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--geral--text-light);
  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;
}

.text-color-secondary {
  color: #f7f5ee;
}

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

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

.padding-global {
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.footer-link:hover {
  color: var(--brand--primary-700);
}

.copyright {
  color: var(--geral--text-opacity);
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.footer {
  background-color: var(--background--dark);
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  color: var(--geral--text-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 40px 1rem;
  display: flex;
}

.branding-txt-footer {
  font-family: var(--font-family--display);
  text-transform: uppercase;
  font-size: 20vw;
  font-weight: 600;
  line-height: .7em;
  display: none;
}

.link-block {
  background-color: var(--background--dark);
  color: #fff;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.price-offer {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: .7em;
}

.paragraph-2 {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
}

.link-cta {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: 1.5rem;
  font-weight: 700;
}

.btn_add {
  color: #f7f5ee;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8a905;
  border: 1px solid #7f5e084d;
  border-radius: .625rem;
  padding: .5rem 1.5rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  box-shadow: -2px 2px #644801;
}

.btn_add.btn-bonus {
  border-color: var(--brand--primary-400);
  background-color: var(--brand--primary-700);
  box-shadow: -2px 2px 0 0 var(--brand--primary-600);
  color: var(--brand--primary-50);
  font-size: 2rem;
  line-height: var(--text-line-height--linhe-height-title-mobile);
  width: 100%;
  max-width: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 900;
}

.btn_add.btn-bonus.cta-modal-secondary {
  box-shadow: none;
  background-color: #fff;
  border-width: 0;
  width: 100%;
  max-width: none;
  font-size: 2rem;
  line-height: 1;
}

.btn_add.btn-bonus.cta-modal-secondary.btn-small {
  background-color: var(--brand--primary-50);
  font-size: 1.5rem;
}

.btn_add.max {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}

.discount_label-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #449612;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 43px 43px auto auto;
}

.discount_label-2.best {
  background-color: var(--color-system--sucess);
  top: 84px;
  right: 53px;
}

.discount_label-2.save-discount {
  background-color: var(--color-system--sucess);
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  inset: 50% 10% 0% auto;
}

.box-price {
  clear: none;
  font-family: var(--font-family--display);
  color: var(--brand--primary-700);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  display: inline-flex;
  position: relative;
}

.text-offer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

.page-wrapper {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
  margin-left: 0;
}

.page-wrapper.bg-pattern {
  background-image: url('../images/pattern-outline-opacity.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 60px;
}

.page-wrapper.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.text-span-10 {
  color: #c4ab6a;
}

.symbol-price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.cta-offer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px dashed var(--brand--primary-700);
  background-color: var(--brand--primary-100);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75%;
  padding: 20px;
  position: relative;
}

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

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

.package-header {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .9;
  position: static;
}

.package-header.save-offer {
  background-color: var(--brand--primary-100);
  color: var(--brand--primary-700);
  border-radius: 10px;
  padding: 10px 20px 7px;
  font-size: 2rem;
}

.package-header.text-white {
  color: var(--geral--text-light);
}

.package-header.downsell {
  font-family: var(--font-family--text-body);
  text-transform: none;
  width: 100%;
  font-size: 2rem;
  line-height: 1.3em;
}

.package-header.regular-price {
  color: var(--neutral--neutral);
  font-size: 2rem;
}

.selo-img {
  max-width: 28%;
}

.price-desc {
  text-align: left;
  letter-spacing: 3px;
  text-indent: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: .7;
}

.image-8 {
  width: 200px;
}

.offer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 90%;
}

.text-block-34 {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  max-width: 600px;
  font-weight: 700;
}

.text-block-32 {
  text-align: left;
  margin-top: -10px;
}

.logo-desktop {
  width: 160px;
}

.header-product {
  color: var(--geral--text-dark);
  width: 100%;
}

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

.main-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.main-box.downsell {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.box-special-package {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--brand--primary-100);
  color: var(--geral--text-dark);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.savings {
  flex-flow: column;
  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;
}

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

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

.text-block-31 {
  font-family: var(--font-family--text-body);
  font-size: 1.2rem;
  font-weight: 800;
}

.text-block-38 {
  font-family: var(--font-family--display);
}

.guarantee-offer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--background--dark);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--neutral--neutral-dark), transparent 40%);
  color: var(--geral--text-opacity);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  position: relative;
}

.shipping-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--geral--text-dark);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-selo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--geral--text-light);
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.bottle-8 {
  object-fit: contain;
  width: 95%;
  max-width: 300px;
  height: auto;
}

.bold-text-11 {
  font-family: var(--font-family--display);
  font-weight: 900;
}

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

.text-block-25 {
  color: #666;
  text-align: center;
  font-size: .7rem;
  font-weight: 600;
}

.text-block-39 {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-opacity);
}

.box-main-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--background--dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-left: -30px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: relative;
}

.selo-shipping-2 {
  position: absolute;
  inset: 52px auto auto -19px;
}

.selo-shipping-2.ups {
  object-fit: contain;
  width: 110px;
  max-width: 110px;
  top: 70px;
}

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

.text-block-35 {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  font-weight: 700;
}

.package-special {
  position: relative;
}

.package-special.modal-package {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--font-family--text-body);
  color: #fff;
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  white-space: nowrap;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--brand--primary-400);
  cursor: pointer;
}

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

.step-text {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: .8rem;
  font-weight: 700;
}

.package_bottle-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.text-guarantee {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-opacity);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  font-weight: 600;
}

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

.text-number {
  color: #fff;
}

.text-block-36 {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
}

.heading-4 {
  font-family: var(--font-family--display);
  text-align: left;
  font-size: 3.5rem;
  line-height: .8;
}

.heading-4.title-days {
  letter-spacing: .8rem;
  text-indent: 0;
  font-size: 5rem;
}

.heading-4.title-days.color-optional {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.price_per-bottler-2 {
  text-align: left;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.bold-text-10 {
  font-family: var(--font-family--text-body);
  width: 100%;
  font-size: .9rem;
}

.bold-text-10.subtitle-guarantee {
  color: #1c1c1c;
  font-size: 1.5rem;
}

.text-span-13 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.bold-text-12 {
  font-weight: 700;
}

.offer-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

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

.link-cta-offer {
  color: var(--brand--secondary);
  text-align: left;
  cursor: pointer;
  max-width: 900px;
  font-size: 1.4rem;
  font-weight: 400;
}

.link-cta-offer.cta-footer {
  color: #666;
  text-align: left;
  font-size: 1rem;
}

.link-cta-offer.cta-footer.is-text-center {
  color: red;
  text-align: center;
  max-width: 1100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.link-cta-offer.cta-footer.is-text-center.is-text-white.is-text-large.is-text-normal {
  font-weight: 400;
}

.link-cta-offer.cta-footer.is-text-large {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-large);
  line-height: var(--text-line-height--line-height-body);
  text-align: center;
  font-weight: 500;
}

.link-cta-offer.cta-footer.is-text-large.is-text-white {
  color: var(--neutral--white);
}

.link-cta-offer.cta-footer.is-text-white {
  font-family: var(--font-family--text-body);
  color: var(--background--light);
  text-align: center;
}

.text-span-11 {
  color: #c4ab6a;
}

.footer-final-chance {
  background-color: var(--background--dark);
  flex-flow: column;
  width: 100%;
  padding: 0 10px;
  display: block;
  position: relative;
}

.footer-final-chance.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.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-block {
  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-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  display: block;
}

.text-block.subtitle {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
  font-size: var(--headlines--is-h4);
  text-wrap: balance;
}

.text-block.title-red {
  font-family: var(--font-family--display);
  color: var(--color-system--danger);
  font-size: var(--headlines--title-hero-mobile-m);
  text-wrap: balance;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--geral--text-dark);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.heading-5.header-offer {
  font-family: var(--font-family--display);
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 800;
}

.box-desc {
  font-family: var(--font-family--display);
  color: var(--geral--text-light);
}

.logo-mobile {
  display: none;
}

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

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

.package-offer {
  color: var(--geral--text-dark);
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.package-offer.is-theme-light {
  padding-bottom: 0;
}

.package-offer.bg-pattern {
  background-image: url('../images/pattern-outline-opacity.png');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
}

.package-offer.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

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

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

.guaranteee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--geral--text-light);
  justify-content: flex-start;
  align-items: center;
}

.heading-6 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.text-block-33 {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-large);
  line-height: var(--text-line-height--line-height-body);
  font-weight: 700;
}

.text-span-12 {
  color: #1c1c1c;
}

.discount_label-3 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #449612;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 43px 43px auto auto;
}

.discount_label-3.save-discount {
  background-color: var(--color-system--sucess);
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  inset: 50% 10% 0% auto;
}

.popup-offer {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background--dark);
  color: var(--geral--text-light);
  vertical-align: middle;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding: 40px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image-10 {
  width: 200px;
}

.main-modal {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  min-height: 100px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.text-block-41 {
  text-align: left;
  margin-top: -10px;
}

.text-block-42 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-42.modal-text-shipping {
  color: #f7f5ee;
}

.cta-modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.selo-shipping-3 {
  position: absolute;
  inset: 52px auto auto -19px;
}

.selo-shipping-3.ups {
  width: 100%;
  max-width: 100px;
  top: 70px;
}

.heading-7 {
  font-family: var(--font-family--display);
  color: #fff;
  font-size: 5vw;
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
}

.heading-8 {
  text-align: left;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3.5rem;
  line-height: .8;
}

.bold-text-13 {
  color: #c4ab6a;
  width: 100%;
  font-size: .9rem;
}

.content-bottles-popup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.bottles-upsell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.body-2 {
  background-color: var(--background--dark);
}

.bold-text-14 {
  font-family: var(--font-family--text-body);
}

.bold-text-15 {
  color: var(--geral--text-dark);
}

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

.bold-text-17 {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
}

.bold-text-17.text-gray {
  color: var(--geral--text-body-gray);
}

.bold-text-18 {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
  font-weight: 900;
}

.text-block-43 {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
}

.js {
  display: none;
}

.shipping-info-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--geral--text-light);
  justify-content: center;
  align-items: center;
}

.bottles-img {
  object-fit: contain;
  height: 250px;
}

.image-11 {
  object-fit: contain;
  width: 100px;
  max-width: 100px;
  height: 100px;
  position: absolute;
  inset: 35% auto auto 10%;
}

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

.container-section.is-theme-dark {
  color: var(--geral--text-light);
}

.container-section.is-theme-light {
  color: var(--geral--text-dark);
}

.container-section.content-center {
  justify-content: flex-start;
  align-items: center;
}

.title-display {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  line-height: var(--text-line-height--line-height-titles-uppercase);
}

.title-display.text-dark {
  color: var(--geral--text-dark);
}

.title-display.text-light {
  color: var(--geral--text-light);
}

.title-section {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h1);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  margin-top: 0;
  margin-bottom: 0;
}

.btn-primary {
  border: 2px solid var(--brand--primary-600);
  background-color: var(--brand--primary-700);
  box-shadow: -2px 2px 0 0 var(--brand--primary-400);
  font-family: var(--font-family--display);
  text-transform: uppercase;
  word-break: normal;
  border-radius: 12px;
  max-width: 500px;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 90%;
  transition: all .3s ease-in-out;
}

.btn-primary:hover {
  box-shadow: 0 0 0 5px var(--brand--primary-100);
  border-width: 2px;
}

.btn-primary.btn-round {
  border-radius: 60px;
}

.btn-secondary {
  background-color: var(--brand--secondary);
  font-family: var(--font-family--display);
  color: var(--geral--text-light);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 90%;
}

.btn-secondary.btn-danger {
  background-color: var(--color-system--danger);
}

.btn-secondary.btn-round {
  border-radius: 60px;
}

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

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

.is-text-small.is-text-bold.is-text-uppercase {
  text-transform: uppercase;
}

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

.is-text-small.is-text-center.is-text-underline {
  text-decoration: underline;
}

.is-text-small.is-text-center.is-text-underline.max-width {
  max-width: 843px;
}

.is-text-small.is-text-center.is-text-neutral-light {
  color: var(--neutral--neutral-light);
}

.is-text-small.text-danger {
  color: var(--color-system--danger);
}

.is-text-small.is-text-opacity {
  color: var(--geral--text-opacity);
}

.is-text-large {
  font-size: var(--body--is-txt-xlarge);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.3em;
}

.is-text-large.is-text-bold {
  line-height: var(--text-line-height--line-height-body);
  font-weight: 700;
  text-decoration: underline;
}

.is-text-large.is-text-bold.is-text-underline {
  text-decoration: underline;
}

.is-text-large.is-text-uppercase {
  text-transform: uppercase;
}

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

.is-text-large.is-text-center.container-medium {
  text-wrap: balance;
  max-width: 843px;
}

.is-text-large.max-900px {
  max-width: 900px;
}

.is-text-large.is-text-italic {
  font-style: italic;
}

.is-text-large.is-text-medium {
  font-weight: 500;
}

.is-text-large.max-width {
  max-width: 900px;
}

.is-text-med {
  font-size: var(--body--is-txt-medium);
  text-wrap: balance;
  margin-bottom: 10px;
}

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

.is-text-med.is-text-bold.is-text-uppercase {
  text-transform: uppercase;
}

.is-text-med.is-text-bold.text-danger {
  color: var(--color-system--danger);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}

.is-text-med.is-text-bold.text-danger.freeupsell {
  color: var(--color-system--sucess);
}

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

.is-text-med.is-text-bold.is-text-danger {
  color: var(--color-system--danger);
}

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

.is-text-med.is-text-center.is-text-bold {
  font-weight: 600;
}

.is-text-med.is-text-center.is-text-bold.is-text-gray {
  color: var(--geral--text-body-gray);
  text-align: left;
}

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

.is-text-med.is-text-gray {
  color: var(--geral--text-body-gray);
}

.is-text-med.is-text-white {
  color: var(--geral--text-light);
}

.is-text-med.is-text-medium {
  font-weight: 500;
}

.is-theme-dark {
  background-color: var(--background--dark);
  color: var(--geral--text-light);
}

.is-theme-light {
  background-color: var(--background--light);
  color: var(--geral--text-dark);
}

.title-widgets {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h2);
  line-height: var(--text-line-height--line-height-titles-uppercase);
}

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

.title-widgets.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-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.title-widgets.is-text-uppercase.is-title-bold.text-dark {
  color: var(--geral--text-dark);
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.title-widgets.is-text-uppercase.is-title-bold.text-accent {
  color: var(--neutral--neutral-light);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.title-widgets.is-text-uppercase.is-title-bold.text-accent._1213 {
  color: var(--brand--primary-500);
  margin-left: -21px;
}

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

.title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
  margin-left: 2px;
  font-size: 30px;
}

.body-3 {
  background-color: var(--background--light);
}

.bold-text-19, .bold-text-20 {
  text-decoration: underline;
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.text-dange {
  color: var(--color-system--danger);
}

.shipping-us, .paragraph-3 {
  text-align: center;
}

.container-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.body-4 {
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
}

.paragraph-4 {
  font-size: var(--body--is-txt-medium);
}

.image-12 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 100%;
  width: 200%;
  max-width: 200px;
  height: 200px;
}

.section-doctor {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--brand--primary-100);
  background-color: var(--brand--primary-50);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 843px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1rem 2rem;
}

.heading-9 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.text-content {
  font-size: var(--body--is-txt-medium);
  margin-bottom: 0;
  font-weight: 500;
}

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

.list {
  font-family: var(--font-family--text-body);
  text-align: left;
  font-weight: 600;
}

.list.is-text-med {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  line-height: var(--text-line-height--line-height-body);
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.main-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.content-peline-flow, .content-puama, .content-ginseng, .content-prostate, .content-blood {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.header-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.heading-10 {
  font-size: var(--headlines--is-h2);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-wrap: balance;
}

.bold-text-22, .bold-text-23 {
  text-decoration: underline;
}

.content-giving, .content-perfomance, .content-offer, .content-stock, .content-guarantee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.is-text-xsmall {
  font-size: 12px;
  line-height: var(--text-line-height--line-height-body);
}

.is-text-xsmall.is-text-opacity {
  color: var(--geral--text-opacity);
}

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

.is-text-xsmall.is-text-center.is-text-opacity {
  font-size: var(--body--is-txt-xsmall);
}

.formula {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.formula.is-padding-global {
  padding: 2.5rem 1rem;
}

.formula_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.formula_heading {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: var(--headlines--is-display);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 85%;
}

.bottle_background {
  color: var(--background--dark);
  background-color: #1c1c1c;
  border-radius: 30px;
  width: 100%;
  min-height: 88%;
  position: absolute;
}

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

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

.truesterone-logo {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
}

.signature_name {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 100%;
}

.bottle_pills-formula {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  min-width: 29rem;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.true-2 {
  font-weight: 400;
}

.formula_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--geral--text-body-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 36.875rem;
  display: grid;
}

.max-formula-heading {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.formula_signature-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: none;
}

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

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

.signature_job {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
}

.bottle_truesterone {
  z-index: 10;
  height: auto;
  position: relative;
  bottom: 0;
}

.formula_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  font-size: var(--headlines--is-display);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large-2 {
  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-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.overline-branding {
  font-family: var(--font-family--display);
  font-size: 1.5rem;
}

.certificate_wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.certificate {
  width: 100%;
  min-width: 100%;
  max-width: 1168px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.certificate-garantee {
  background-color: var(--background--light);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ingredients {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.ingredients_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.text-size-medium.text-weight-medium.text-color-gray {
  color: var(--geral--text-body-gray);
}

.ingredients_title {
  font-family: var(--font-family--display);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 90%;
}

.ingredients_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 48.75rem;
  display: grid;
}

.section_heading {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  line-height: 100%;
}

.ingredients_thumb {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ingredient_bg.svg');
  background-position: 50% 0;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-width: 17.5rem;
  display: flex;
}

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

.ingredients_block-dot {
  border: 1px dashed var(--brand--primary-700);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 9.625rem;
  height: 9.625rem;
  display: flex;
  overflow: hidden;
}

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

.ingredients_block-img {
  border-radius: 999px;
  width: 8.125rem;
  height: 8.125rem;
  overflow: hidden;
}

.perfomance {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.unmatched_ico {
  border: 1px dashed var(--brand--primary-600);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 7.1875rem;
  height: 7.1875rem;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.section_heading-2 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
}

.ico-unmatched, .ico-unmatched.superior {
  width: 3.25rem;
}

.ico-unmatched.icon-global {
  width: 32px;
}

.unmatched_title {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.unmatched_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 20.25rem;
  display: grid;
}

.ico_unamatched {
  background-color: var(--brand--primary-700);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.unmatched-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.unique {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.unique.is-theme-dark {
  display: flex;
}

.unique.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.bottle_pills {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  min-width: 29rem;
  margin-top: 80px;
  display: flex;
  position: sticky;
  top: 9rem;
}

.bottle_background-2 {
  background-color: #1c1c1c;
  border-radius: 30px;
  width: 100%;
  min-height: 88%;
  position: absolute;
}

.bottle_background-2.white {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  max-width: 20.5rem;
  min-height: 66%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  top: 141px;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.unique_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: sticky;
  top: 1px;
}

.unique-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  display: flex;
  position: relative;
}

.section_heading-3 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 100%;
}

.section_heading-3.text-color-white {
  font-size: var(--headlines--is-display);
  line-height: var(--text-line-height--line-height-titles-uppercase);
}

.relative_block-2 {
  position: relative;
}

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-block-44 {
  color: var(--brand--primary-700);
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

.text-block-45 {
  color: #e2e2e2;
  font-size: .9375rem;
  font-weight: 600;
}

.bottle_truesterone-2 {
  z-index: 10;
  position: relative;
  bottom: 2rem;
}

.bottle_truesterone-2.unique-bottle {
  max-width: 23.875rem;
  max-height: none;
  margin-bottom: 0;
  bottom: 3.1rem;
}

.unique_item {
  background-color: #222;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 592px;
  padding: 1.875rem;
  display: flex;
  box-shadow: 3px 3px #0003;
}

.unique_item._2 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 90px;
}

.unique_item._5 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 120px;
}

.unique_item._1 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 80px;
}

.unique_item._4 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 110px;
}

.unique_item.div-block-6 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 130px;
}

.unique_item._3 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 100px;
}

.unstoppable {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.unstoppable.is-theme-dark {
  padding-top: 100px;
  padding-bottom: 100px;
}

.unstoppable.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.unstoppable_banner {
  background-color: var(--neutral--neutral-darker);
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-8 {
  max-width: 50.5rem;
}

.text-block-46 {
  font-family: var(--font-family--display);
  color: #fff;
  font-size: var(--headlines--is-display);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 90%;
}

.text-block-46.is-text-center {
  text-align: center;
}

.div-block-9 {
  text-wrap: balance;
  max-width: 42rem;
}

.text-color-gray-light {
  color: var(--geral--text-opacity);
  text-align: center;
}

.unstoppable_image {
  width: 600px;
  position: absolute;
  inset: -19% -6% auto auto;
}

.reliable {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.disclaimer {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.erections_text {
  font-weight: 600;
}

.erections_image {
  position: relative;
}

.avaliacao {
  position: absolute;
  inset: auto auto 2.8125rem -9rem;
}

.truesterone-bottle {
  border-radius: 20px;
}

.erections_heading {
  color: var(--brand--primary-700);
  text-align: left;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5.75rem;
  line-height: 90%;
}

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

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

.truesterone-user {
  border: 1px solid var(--brand--primary-100);
  object-fit: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 7.4375rem -3.8rem auto auto;
}

.erections_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
}

.erections_list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-full {
  width: 59%;
}

.text-block-47 {
  color: var(--geral--text-gray);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.bootle-label {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bottle_label {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.btn_plus {
  background-color: #0009;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  position: absolute;
}

.bottlle_label {
  max-width: 100%;
}

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

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

.text-references {
  color: #646464;
  text-align: left;
  font-size: .75rem;
  font-weight: 600;
}

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

.logo-reference {
  width: 193px;
}

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

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

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

.references {
  background-color: var(--background--light);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-10 {
  color: #fff;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3.36rem;
  font-weight: 700;
  line-height: 90%;
}

.text-block-14 {
  color: var(--geral--text-opacity);
  font-size: .75rem;
  font-weight: 600;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.bonuses_tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/logo-pattern-.svg');
  background-position: 0 0;
  background-size: 120px 45.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

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

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

.div-block-11 {
  border: 1px solid var(--neutral--neutral-dark);
  background-color: var(--neutral--neutral-darkest);
  background-image: radial-gradient(circle farthest-corner at 0% -40%, var(--neutral--neutral-dark), #62332b00 48%);
  box-shadow: 2.5px 2.5px 5px 0 var(--neutral--neutral-darker);
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  padding: 2rem;
  display: flex;
}

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

.text-block-9 {
  color: var(--brand--primary-600);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.28813rem;
  font-weight: 700;
}

.text-block-11 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 100%;
}

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

.bonuses_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;
  place-items: center;
  display: grid;
}

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

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

.text-block-12 {
  font-size: .6875rem;
  font-weight: 500;
}

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

.text-block-13 {
  color: #fff;
  text-wrap: balance;
  font-size: .9375rem;
  font-weight: 700;
}

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

.bonuses.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.divider-branding {
  background-image: linear-gradient(180deg, transparent, var(--brand--primary-700) 50%, transparent);
  justify-content: center;
  width: 1px;
  max-width: 1px;
  height: 60%;
  display: flex;
}

.box-guarantee {
  background-color: var(--neutral--neutral-darkest);
  background-image: radial-gradient(circle farthest-corner at 0% -40%, var(--neutral--neutral-dark), transparent 28%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding: 0 2rem 2rem;
  display: flex;
}

.box-guarantee.guarantee-upsell {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.empower_item-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  max-width: 13.5rem;
  display: grid;
}

.empower_title {
  color: var(--brand--primary-700);
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 90%;
}

.empower_title.left {
  text-align: right;
}

.bottle_empower {
  object-fit: contain;
  width: 523px;
  max-height: 500px;
}

.empower_list-mobile {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
}

.empower_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: start center;
  width: 100%;
  min-width: auto;
  max-width: 1220px;
  display: grid;
}

.empower_icon {
  background-color: var(--brand--primary-700);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.empower_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  max-width: 13.5rem;
  display: grid;
}

.empower_item.right {
  place-items: start;
}

.empower_paragraph {
  color: #f7f5ee;
  font-size: 1rem;
  font-weight: 500;
}

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

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

.empower_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
}

.empower_list.right {
  place-items: start;
}

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

.ico-stamina {
  max-height: 1.95125rem;
}

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

.empower.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.paragraph-5 {
  color: var(--geral--text-opacity);
}

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

.package-bg {
  justify-content: center;
  align-items: flex-start;
  margin-top: -1px;
  padding: 2.5rem 1rem;
  display: flex;
}

.time-left-counter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--font-family--display);
  font-size: var(--body--is-txt-xlarge);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--neutral-darker);
  background-color: var(--neutral--neutral-darkest);
  background-image: linear-gradient(90deg, #ffffff0d 50%, #0000 50%), radial-gradient(circle farthest-side at -40% 0%, var(--neutral--neutral-dark), transparent);
  box-shadow: 0 2px 5px 0 var(--neutral--neutral);
  color: var(--brand--primary-700);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 105px;
  padding: 8px 12px;
  font-weight: 600;
}

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

.selo-guarantee-upsell {
  width: 200px;
}

.heading-11 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h1);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-transform: uppercase;
  font-weight: 700;
}

.cta-no-thanks {
  color: var(--geral--text-dark);
}

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

.progress-steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0px solid var(--neutral--neutral);
  background-color: var(--background--light);
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 .5rem;
}

.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-item-step-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--brand--primary-600);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--brand--primary-600);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--brand--primary-600);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--brand--primary-600);
  background-color: var(--brand--primary-700);
  border-radius: 200px;
  width: 100%;
  padding: 4px 20px;
  transform: scale(1.2);
}

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

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

.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-pattern {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pattern-outline-opacity.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.hero-order.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  padding-bottom: 0;
}

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

.step-icon-wrap.step-item-3 {
  background-color: var(--neutral--neutral-lighter);
}

.step-icon-wrap.step-icon-2 {
  background-color: var(--brand--primary-50);
}

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

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

.step-head {
  opacity: 1;
  color: var(--brand--primary-700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.step-head.step-head-2 {
  color: var(--geral--text-light);
  text-transform: uppercase;
  margin-bottom: -4px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

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

.step-subhead {
  color: var(--neutral--neutral);
  margin-top: -8px;
  font-weight: 500;
}

.step-subhead.step-subhead-2 {
  color: var(--geral--text-light);
  font-size: var(--body--is-txt-medium);
  margin-top: 0;
  font-weight: 600;
}

.step-subhead.step-subhead-3 {
  color: var(--neutral--neutral-light);
}

.step2num {
  color: var(--brand--primary-700);
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  margin-top: -2px;
  font-weight: 800;
}

.step3num {
  color: var(--neutral--neutral-light);
  font-size: var(--body--is-txt-xlarge);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  font-weight: 800;
}

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

.headline-order {
  font-family: var(--font-family--display);
  font-size: var(--headlines--title-hero-mobile-m);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.headline-order.is-text-danger {
  color: var(--color-system--danger);
}

.headline-order.is-text-danger.is-text-center {
  font-family: var(--font-family--text-body);
  color: var(--brand--primary-600);
  font-size: var(--headlines--is-h3);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-align: center;
  text-wrap: balance;
  font-weight: 400;
}

.subheadline-offer {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.animation-order {
  display: none;
}

.stop-order {
  color: var(--neutral--white);
  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;
}

.hero-upsell {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-upsell.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.hero-upsell.bg-pattern {
  background-image: url('../images/pattern-hex.svg');
  background-size: auto;
}

.hero-upsell.bg-pattern.is-theme-dark {
  background-image: url('../images/pattern-outline-opacity.png');
}

.hero-upsell.is-theme-light {
  background-image: url('../images/pattern-hex.svg');
  background-position: 0 0;
  background-size: auto;
}

.headline-upsel-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.headline-upsell {
  font-size: var(--headlines--is-h3);
  line-height: var(--text-line-height--line-height-titles-normal);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.headline-upsell.title-center {
  text-align: center;
  text-wrap: balance;
}

.subhead-upsell {
  color: var(--geral--text-dark);
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
  max-width: none;
  font-style: italic;
}

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

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

.step-head-mobile {
  color: var(--brand--primary-700);
  font-size: var(--body--is-txt-medium);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.step-head-mobile.step-head-2 {
  color: var(--brand--primary-50);
  font-size: var(--body--is-txt-large);
  text-transform: uppercase;
  font-weight: 800;
}

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

.hero-content-upsell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.hero-content-upsell.image-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-content-upsell {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.image-content-upsell.img-content-2 {
  background-image: url('../images/2149254451.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  max-width: 350px;
  height: auto;
  min-height: 600px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-1 {
  background-image: url('../images/Jack.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 360px;
  max-width: 400px;
  min-height: 500px;
  max-height: 550px;
}

.image-content-upsell.img-content-3 {
  background-image: url('../images/Prostate-issues-and-a-healthy-sex-life-are-closely-connected..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 350px;
  min-height: 600px;
  display: flex;
}

.image-content-upsell.img-content-4 {
  background-image: url('../images/Prostate-issues-and-a-healthy-sex-life-are-closely-connected-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 350px;
  max-width: 350px;
  min-height: 500px;
  padding-bottom: 40px;
  display: flex;
}

.image-content-upsell.img-content-6 {
  background-image: url('../images/couple_kiss.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 350px;
  max-width: 350px;
  min-height: 600px;
  display: flex;
}

.image-content-upsell.img-content-1 {
  background-image: url('../images/Corosolic-Acid.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  max-width: 350px;
  min-height: 300px;
  max-height: none;
}

.image-content-upsell.img-content-2 {
  background-image: url('../images/Saffron8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.image-content-upsell.image-content-9 {
  background-image: url('../images/Bottle-Hand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  max-height: 550px;
  display: flex;
}

.image-content-upsell.image-content-10 {
  background-image: url('../images/Bottle-Hand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  max-width: 400px;
  min-height: 600px;
  display: flex;
}

.image-content-upsell.image-content-11 {
  background-image: url('../images/Sexual-Function-Prostate-Cancer-768x768.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  max-width: 400px;
  min-height: 500px;
  display: flex;
}

.image-content-upsell.image-content-12 {
  background-image: url('../images/Feel-more-confident-during-intimacy..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  max-width: 400px;
  min-height: 500px;
  display: flex;
}

.image-content-upsell.img-content-4 {
  background-image: url('../images/Fucoxanthin-Green-Powder-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-5 {
  background-image: url('../images/Morosil®-Sicilian-Red-Orange.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
}

.image-content-upsell.img-content-6 {
  background-image: url('../images/Kudzu-Flower-Extract.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-7 {
  background-image: url('../images/Oleuropein-Olive-Leaf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
}

.image-content-upsell.img-content-8 {
  background-image: url('../images/Cinnamon-Bark.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-9 {
  background-image: url('../images/Fucoidan-Laminaria-Japonica.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
}

.image-content-upsell.img-content-10 {
  background-image: url('../images/Berberine-HCL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-0 {
  background-image: url('../images/Maike.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 360px;
  max-width: 400px;
  min-height: 500px;
  max-height: 550px;
}

.image-content-upsell.img-content-left-1 {
  background-image: url('../images/2149254451.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  max-width: 350px;
  height: auto;
  min-height: 600px;
  max-height: none;
  display: flex;
}

.image-content-upsell.img-content-right-1 {
  background-image: url('../images/Prostate-issues-and-a-healthy-sex-life-are-closely-connected..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 350px;
  min-height: 600px;
  display: flex;
}

.image-content-upsell.img-content-left-2 {
  background-image: url('../images/Prostate-issues-and-a-healthy-sex-life-are-closely-connected-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 350px;
  max-width: 350px;
  min-height: 500px;
  padding-bottom: 40px;
  display: flex;
}

.image-content-upsell.img-content-3 {
  background-image: url('../images/xilitol1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: none;
}

.image-content-upsell.img-content-right-2 {
  background-image: url('../images/man_on_hill.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 350px;
  max-width: 350px;
  min-height: 600px;
  max-height: none;
}

.text-content-upsell {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-content-upsell.is-theme-dark {
  width: 100%;
}

.text-content-upsell.is-theme-dark.bg-pattern {
  background-image: url('../images/pattern-outline-opacity.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.text-content-upsell.is-theme-dark.bg-pattern.pad-botton {
  padding-bottom: 60px;
}

.text-content-upsell.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  width: 100%;
}

.text-content-upsell.is-theme-light {
  width: 100%;
}

.text-content-upsell.is-theme-light.color-pink {
  background-color: var(--brand--primary-100);
}

.text-content-upsell.is-theme-light.pad-bottom {
  padding-bottom: 100px;
}

.text-bg {
  background-color: var(--brand--primary-700);
  background-image: linear-gradient(90deg, var(--brand--primary-700), var(--brand--primary-600));
  border-radius: 4px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  display: inline-flex;
}

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

.content-list-upsell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.unmatched_ico-2 {
  border: 1px dashed #0cc0b2;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 7.1875rem;
  height: 7.1875rem;
  display: flex;
}

.unmatched_ico-2.icon-features-wrap {
  border-color: var(--brand--primary-700);
  flex: none;
  width: 4rem;
  height: 4rem;
}

.ico_unamatched-2 {
  background-color: #0a7873;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}

.ico_unamatched-2.icon-featured {
  background-color: var(--brand--primary-700);
  width: 3rem;
  height: 3rem;
}

.features-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dotted var(--brand--primary-400);
  background-color: var(--brand--primary-50);
  color: var(--geral--text-dark);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-weight: 600;
}

.heading-12 {
  font-size: var(--body--is-txt-xlarge);
  line-height: var(--text-line-height--line-height-titles-uppercase);
}

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

.paragraph-6 {
  width: 100%;
}

.image-14 {
  box-sizing: border-box;
  object-fit: cover;
  position: relative;
  overflow: clip;
}

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

.bold-text-26.highlighted-text {
  border: 1px solid var(--brand--primary-400);
  background-color: var(--brand--primary-100);
  font-size: var(--headlines--is-h3);
  line-height: var(--text-line-height--line-height-body);
  white-space: normal;
  word-break: normal;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 800;
  display: flex;
}

.bold-text-27, .bold-text-28 {
  text-decoration: underline;
}

.list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.list-text-upsell {
  padding-left: 10px;
}

.list-text-bold {
  color: var(--brand--primary-700);
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

._60day {
  background-color: var(--neutral--black);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._60day.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.guarantee-upsell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
}

.image-15 {
  width: 180px;
  max-width: 100%;
  margin-left: -50px;
}

.image-16 {
  width: 80px;
  margin-right: -29px;
}

.image-17 {
  width: 150px;
  margin-right: -30px;
}

.image-18 {
  width: 180px;
  margin-bottom: 44px;
  margin-right: -29px;
}

.image-19 {
  width: 150px;
  margin-top: 154px;
  margin-right: -25px;
}

.image-20 {
  width: 150px;
  margin-top: 74px;
  margin-left: -67px;
}

.highlighted-text {
  border: 1px solid var(--brand--primary-500);
  background-color: var(--brand--primary-100);
  font-family: var(--font-family--noto-serif);
  color: var(--brand--primary-800);
  font-size: var(--headlines--is-h3);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 800;
  line-height: 1.3em;
  display: flex;
}

.highlighted-text.small {
  font-size: var(--headlines--is-h5);
}

.image-21 {
  z-index: 1;
  width: 50px;
  margin-bottom: -100px;
  position: relative;
}

.bottle-upsell {
  background-image: url('../images/pattern-hex.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1rem;
  display: flex;
}

.bottle-upsell.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  width: 100%;
}

.wrap-title-bottle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.heading-13 {
  font-family: var(--font-family--noto-serif);
  color: var(--geral--button);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 10rem;
  font-weight: 600;
  line-height: 80%;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1em;
}

.image-22 {
  max-width: 400px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.content-upsell-video {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

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

.bold-text-29, .bold-text-30 {
  font-weight: 400;
}

.bold-text-31, .text-span-15 {
  text-decoration: underline;
}

.bold-text-33 {
  font-size: var(--headlines--is-h4);
}

.bold-text-33.text-branding.text-letter-spacing.text-dark {
  color: var(--geral--text-dark);
}

.bold-text-34, .bold-text-35, .bold-text-36 {
  font-weight: 400;
}

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

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

.heading-15 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h1);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  margin-bottom: 0;
  font-weight: 800;
}

.heading-15.subheadlinesss {
  margin-top: 0;
  line-height: 35%;
}

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

.wrap-header-step-order {
  width: 8%;
}

.text-span-16 {
  color: var(--color-system--danger);
  text-decoration: line-through;
}

.text-span-17 {
  color: var(--brand--primary-700);
}

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

.text-span-18, .text-span-19 {
  text-decoration: underline;
}

.cta-box-last {
  justify-content: flex-start;
  align-items: center;
  max-width: 75%;
}

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

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

.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, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

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

.thank_you-block {
  border: 1px dashed var(--brand--primary-700);
  background-color: #2c2c2c;
  border-radius: .3125rem;
  margin-top: 3rem;
  padding: 2rem;
}

.bottlle_label-2 {
  max-width: 630px;
}

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

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

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

.footer_links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.secton_bonuses {
  background-color: #f7f5ee;
  background-image: url('../images/divider-package.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.hero_ticker {
  opacity: .75;
  font-family: var(--font-family--noto-serif);
  letter-spacing: -8px;
  text-transform: none;
  white-space: nowrap;
  font-size: 11rem;
  line-height: 80%;
}

.bonuses_tablet-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pattern-truesterone.svg');
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 90%;
}

.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;
  display: flex;
  position: absolute;
}

.text_final-chance {
  color: var(--geral--text-light);
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 500;
}

.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.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.section_references {
  background-color: #fff;
  background-image: url('../images/divider_references.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.text-weight-medium {
  font-weight: 500;
}

.image {
  max-height: 533px;
}

.footer-2 {
  background-color: #1c1c1c;
  background-image: url('../images/divider_references.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.bottle_label-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.hero_brand-name.text-color-gray {
  color: #2f2f2e;
  white-space: normal;
}

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

.footer_link {
  color: #f7f5ee;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: #c4ab6a;
}

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

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

.bonuses_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  color: #c4ab6a;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

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

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

.padding-global-2.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

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

.bonuses_heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 37.875rem;
  display: grid;
}

.bonuses_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 14.375rem;
  display: grid;
}

.section_heading-5 {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5.75rem;
  line-height: 100%;
}

.section_bottle {
  background-color: #f7f5ee;
  background-image: url('../images/divider-empower.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

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

.link {
  color: var(--brand--primary-700);
}

.heading-16 {
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
}

.last-chance, .head-last-chance {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-17 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--title-hero);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.wrap-support {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.bold-text-38 {
  font-weight: normal;
  text-decoration: underline;
}

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

.body-5 {
  background-color: #0000;
}

.box-nutrient-item {
  border: 1px dashed var(--brand--primary-700);
  background-color: var(--brand--primary-50);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 2rem;
}

.all-nutrients {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 3px solid var(--neutral--neutral-light);
  border-bottom: 3px solid var(--neutral--neutral-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.all-nutrients.bg-pattern {
  background-image: url('../images/pattern-opacity.png');
  background-position: 0 0;
  background-size: auto;
}

.image-23 {
  width: 100%;
}

.bold-text-39 {
  color: var(--geral--button);
}

.text-span-20 {
  font-weight: 300;
}

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

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

.list-glucco {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.header-ingredients {
  justify-content: flex-start;
  align-items: center;
}

.heading-18 {
  font-family: var(--font-family--text-body);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.header-natural-ingredients {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-package-upsell {
  justify-content: flex-start;
  align-items: center;
}

.title-package-upsell {
  font-family: var(--font-family--display);
  font-size: var(--headlines--title-hero-mobile-m);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-19 {
  color: var(--geral--text-body-gray);
  font-size: var(--body--is-txt-large);
  text-align: center;
}

.box-nutrients--natural {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.box-nutrient-item--text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dashed var(--brand--primary-700);
  background-color: var(--brand--primary-50);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 2rem;
}

.heading-20 {
  font-size: var(--headlines--is-h4);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.text-span-21 {
  color: #eb5e55;
}

.text-span-22 {
  color: var(--brand--primary-700);
}

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

.text-span-23 {
  color: var(--brand--primary-700);
}

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

.bold-text-41 {
  color: var(--overlay);
}

.text-span-24 {
  color: var(--brand--primary-700);
}

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

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

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

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

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

.testimonial-text-four {
  outline-offset: 0px;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
}

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

.testimonial-image-left {
  background-color: var(--geral--text-light);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
  color: #000;
}

.body-6 {
  background-color: var(--background--light);
  margin-top: 100px;
}

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

.centered-subheading {
  font-size: var(--body--is-txt-medium);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.bold-text-52, .text-span-25, .bold-text-53, .text-span-26, .text-span-27, .bold-text-54, .bold-text-55, .text-span-28, .text-span-29 {
  font-size: 17px;
}

.body-7 {
  background-color: var(--background--light);
}

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

.testimonial-text-four-2 {
  outline-offset: 0px;
  color: #6d6d6d;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
  font-weight: 600;
}

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

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

.body-8 {
  background-color: var(--background--light);
}

.testimonial-text-four-3 {
  outline-offset: 0px;
  color: #6b6b6b;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
  font-weight: 600;
}

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

.body-9 {
  background-color: var(--background--light);
}

.testimonial-text-four-4 {
  outline-offset: 0px;
  color: #6d6d6d;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
  font-weight: 600;
}

.body-10 {
  background-color: var(--background--light);
}

.testimonial-text-four-5 {
  outline-offset: 0px;
  color: #6d6d6d;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
  font-weight: 600;
}

.image-24 {
  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-24.bestvalue {
  width: 120px;
  margin-top: -12px;
  margin-left: -12px;
  padding-top: 0;
  inset: 0% auto auto 0%;
}

.image-24.selogarantia6potes.dfg {
  width: 120px;
}

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

.text-block-48, .text-block-49 {
  text-align: center;
}

.text-block-50 {
  font-size: var(--headlines--is-h4);
  text-align: center;
  font-weight: 600;
}

.text-block-51 {
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-titles-normal);
  text-align: center;
  font-weight: 600;
}

.bold-text-58 {
  font-family: Manrope, sans-serif;
  font-size: .6vw;
  font-weight: 700;
  line-height: 1vw;
}

.text-span-30, .text-span-31, .text-span-32 {
  text-decoration: line-through;
}

.text-span-33 {
  color: var(--geral--button-hover);
  font-size: 80px;
  font-weight: 700;
}

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

.text-span-34 {
  font-family: var(--font-family--display);
  font-weight: 700;
}

.text-block-52 {
  font-weight: 500;
}

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

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

.text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.div-block-25 {
  text-align: left;
  width: 50%;
}

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

.container-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-span-35 {
  color: var(--geral--button-hover);
}

.bold-text-59 {
  font-size: var(--headlines--is-h3);
}

.text-span-36 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--brand--primary-600);
  margin-top: -42px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.bold-text-60 {
  line-height: 1.5em;
}

.bold-text-61 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  display: block;
}

.text-span-37, .text-span-38 {
  color: var(--geral--button);
}

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

.image-29 {
  width: 100%;
}

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

.footer-link-2:hover {
  color: #eb5e55;
}

.container-large-4 {
  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;
}

.branding-txt-footer-2 {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 20vw;
  font-weight: 600;
  line-height: .7em;
  display: none;
}

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

.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: 40px 1rem;
  display: flex;
}

.image-30 {
  width: 100%;
}

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

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

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

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

.text-block-64, .text-block-65, .text-block-66 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.container-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-block-67 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.references-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-68 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.section_heading-6 {
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 6.25rem;
  line-height: 100%;
}

.text-branding-2 {
  color: #c39e4c;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-weight: 600;
  line-height: .9em;
}

.text-block-69, .text-block-70, .text-block-71 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.container-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-block-72, .text-block-73 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.section_heading-7 {
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 6.25rem;
  line-height: 100%;
}

.text-branding-3 {
  color: #c39e4c;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-weight: 600;
  line-height: .9em;
}

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

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

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .is-txt-large {
    font-size: var(--body--is-txt-medium);
  }

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

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

  .package_price._3bottlesprice {
    width: 25vw;
  }

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

  .selo {
    height: auto;
  }

  .package_item {
    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.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex: 0 auto;
    order: -1;
    width: 650px;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item.best.up2-3 {
    width: 640px;
  }

  .package_item.bottle-last {
    order: 1;
    width: 640px;
    max-width: 100%;
    margin-top: 0;
  }

  .package_item.bottle-last.mhjm.up2-1.down-1-1 {
    margin-top: 0;
  }

  .package_item._3bottles.up2-2 {
    width: 640px;
  }

  .package_item._3bottles.up2-2.down-1-2 {
    margin-top: 0;
  }

  .discount_label {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }

  .discount_label.best {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    inset: 12% 0% auto auto;
  }

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

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

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

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

  .price_wrapper.is-theme-dark.upsell6d {
    flex-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

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

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

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

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

  .package_bottle._1bottle {
    width: 350px;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
  }

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

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

  .was_txt.text-white.yuyt, .was_txt.text-white._6rtyrt {
    font-size: 25px;
  }

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

  .was_txt.risk.text-danger.text-nowrap.kjh, .was_txt.risk.text-danger.text-nowrap.fgh, .was_txt.uytyu, .was_txt.qweqwe {
    font-size: 25px;
  }

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

  .package-title.best-value.aesdfsd {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .package-title.df1g5, .package-title.rthyryh {
    margin-left: 0;
  }

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

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

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

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

  .benefits_text {
    font-size: 20px;
  }

  .benefits_text.text-color-white {
    font-family: Manrope, sans-serif;
    font-size: 20px;
  }

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

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

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

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

  .package_benefits {
    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-family: Manrope, sans-serif;
    font-size: 20px;
    display: grid;
  }

  .package_benefits.sfgdfgdfgdfh, .package_benefits.hfghfghfghfgh.hgjtgjt {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .image-3.fgh21.urt {
    max-width: 100%;
  }

  .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: 20px;
  }

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

  .packages {
    width: 100%;
  }

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

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

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h1);
  }

  .free_shipping-info {
    place-items: center;
  }

  .max-width._50-rem {
    max-width: 37rem;
  }

  .max-width.unmatched {
    max-width: 20rem;
  }

  .free_shipping-wrapper {
    place-items: center;
  }

  .free-shipping-selo {
    width: 15rem;
  }

  .free_shipping-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .free_shipping-grid.shipping-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .benefits-itens {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-2 {
    font-size: var(--body--is-txt-medium);
  }

  .photos-reviews {
    max-width: 600px;
  }

  .photo-review.photo-1, .photo-review.photo-2, .photo-review.photo-3, .photo-review.photo-4 {
    width: 20vw;
    height: 20vw;
  }

  .padding-global {
    padding: 20px 0 0;
  }

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

  .discount_label-2 {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }

  .discount_label-2.best {
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    inset: 12% 0% auto auto;
  }

  .discount_label-2.save-discount {
    top: 25%;
    right: 0%;
  }

  .cta-offer {
    max-width: none;
  }

  .package-header.downsell {
    white-space: normal;
  }

  .offer-left {
    width: 40%;
  }

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

  .text-selo {
    display: flex;
  }

  .bottle-8 {
    max-width: 400px;
    height: auto;
  }

  .bold-text-11 {
    font-size: 1.7rem;
    line-height: 1;
  }

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

  .heading-4.title-days {
    font-size: 4rem;
  }

  .bold-text-10.subtitle-guarantee {
    font-size: 1.3rem;
  }

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

  .text-block.subtitle {
    max-width: 80%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block.title-red {
    font-size: 7vw;
    line-height: 5vw;
  }

  .logo-mobile {
    display: none;
  }

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

  .discount_label-3 {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }

  .discount_label-3.save-discount {
    top: 25%;
    right: 0%;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .main-modal {
    display: none;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
    font-size: 40px;
  }

  .text-dange {
    white-space: nowrap;
  }

  .formula_signature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
    place-items: center;
    display: none;
  }

  .formula_content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    display: flex;
  }

  .bottle_pills-formula {
    margin-top: 40px;
  }

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

  .formula_info {
    text-align: center;
    grid-template-rows: auto;
    place-items: center;
  }

  .container-large-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .certificate {
    max-width: 43rem;
    margin-left: 0;
    margin-right: 0;
  }

  .ingredients_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .unmatched_block {
    max-width: 100%;
  }

  .unmatched-wrapper {
    grid-template-columns: 1fr;
  }

  .unique-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .unique-grid {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .unique_item {
    max-width: 100%;
  }

  .unstoppable_banner {
    flex-flow: column;
  }

  .unstoppable_image {
    position: relative;
    top: 0%;
    right: 0;
  }

  .erections_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row-reverse wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .bottle_label {
    max-width: 100%;
  }

  .references_grid {
    width: 100%;
    max-width: 100%;
  }

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

  .scientific_logo {
    width: 100%;
  }

  .bonuses_tablet {
    grid-template-rows: auto;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .package-bg {
    padding-top: 4rem;
  }

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

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

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

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

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

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

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

  .step-subhead.step-subhead-2 {
    font-size: var(--body--is-txt-xsmall);
  }

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

  .headline-order.is-text-danger.is-text-center {
    font-size: var(--headlines--is-h5);
  }

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

  .hero-content-upsell {
    grid-template-columns: 1.5fr;
    align-self: auto;
    place-items: center;
  }

  .hero-content-upsell.image-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .image-content-upsell.img-content-1, .image-content-upsell.img-content-0 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-12 {
    font-size: var(--body--is-txt-large);
  }

  .guarantee-upsell {
    margin-top: -20px;
  }

  .image-15, .image-16 {
    order: 1;
    display: none;
  }

  .image-17, .image-18 {
    display: none;
  }

  .image-19 {
    flex: 0 auto;
    display: none;
  }

  .image-20 {
    display: none;
  }

  .highlighted-text {
    font-size: var(--headlines--is-h4);
  }

  .heading-13 {
    font-size: 7rem;
  }

  .heading-14 {
    font-size: 1rem;
  }

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

  .heading-15 {
    text-align: center;
    font-size: 7vw;
    line-height: 6vw;
  }

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

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

  .bonuses_wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .image-24.selogarantia6potes.dfg {
    width: 140px;
  }

  .text-block-51 {
    font-size: var(--headlines--is-h5);
  }

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

  .image-26, .image-27 {
    width: 250px;
  }

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

  .image-28 {
    width: 250px;
  }

  .container-6 {
    flex-flow: column;
  }

  .container-7, .container-8 {
    width: 90%;
  }

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

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

  .bold-text-60 {
    font-size: 22px;
  }

  .branding-txt-footer-2 {
    font-size: 30vw;
  }

  .container-9, .container-10 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .is-h1.title-center.is-h1-mobile {
    font-size: 7vw;
  }

  .is-txt-large {
    font-size: var(--body--is-txt-xsmall);
  }

  .text-counter {
    font-size: var(--headlines--is-h3);
  }

  .time-left {
    width: 100px;
  }

  .package_price {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }

  .package_price._3bottlesprice {
    width: 30vw;
  }

  .package_price._1bottlesajustes {
    justify-content: center;
    align-items: center;
    width: 40vw;
  }

  .selo {
    width: 12vw;
    height: auto;
    display: block;
  }

  .package_item {
    order: 0;
    width: 95%;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item.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: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .package_item.best.up2-3.down-1-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item.bottle-last {
    border-radius: 20px;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    display: flex;
  }

  .package_item.bottle-last.mhjm.up2-1 {
    width: 640px;
    max-width: 100%;
  }

  .package_item._3bottles {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .package_item._3bottles.up2-2.down-1-2 {
    padding-left: 2rem;
  }

  .discount_label.best {
    inset: 0% 0% auto auto;
  }

  .text-total {
    line-height: 100%;
  }

  .benefits_item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

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

  .price_dollar {
    font-size: 20vw;
    line-height: 20vw;
  }

  .price_number {
    font-size: 24vw;
  }

  .image-2 {
    width: 50vw;
    max-width: 50vw;
    padding-top: 0;
    font-size: 40vw;
  }

  .price_wrapper {
    place-items: end;
  }

  .price_wrapper.is-theme-dark {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: end;
    padding-right: 0;
  }

  .btn-cart {
    background-position: 95%, 20px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-cart.botaomenor {
    background-position: 95%, 20px;
  }

  .selo-shipping {
    width: 20vw;
    inset: auto auto 0% 0%;
  }

  .package_bottle {
    width: 50vw;
    max-width: 50vw;
    font-size: 2vw;
  }

  .package_bottle._1bottle {
    width: 100%;
    max-width: 20vw;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
    max-width: 100%;
  }

  .was_txt {
    text-align: right;
    font-size: 4vw;
    line-height: 100%;
  }

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

  .was_txt.risk.text-danger.text-nowrap.kjh {
    font-size: 4vw;
  }

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

  .package-title.best-value.aesdfsd {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 60vw;
    margin-left: 0;
    padding-left: 35px;
  }

  .package_info {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    width: 100%;
    max-width: 100%;
  }

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

  .price_per-bottler {
    font-size: 4vw;
    line-height: 2vw;
  }

  .package-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    max-width: 80%;
  }

  .package-button.button3bottles, .package-button.button1bottle {
    max-width: 90%;
  }

  .benefits_text {
    font-size: 2.5vw;
    line-height: 3vw;
    display: block;
  }

  .benefits_text.text-color-white {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text_shipping.free {
    line-height: 20px;
  }

  .price_was {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 9rem;
  }

  .price_was.text-color-white {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 30vw;
  }

  .wrap-package {
    width: 100%;
  }

  .price_grid {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .package_benefits {
    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.sfgdfgdfgdfh {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_benefits.hfghfghfghfgh {
    place-items: center start;
    margin-left: 4.5vw;
  }

  .package_benefits.hfghfghfghfgh.hgjtgjt {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .branding-txt-bg.branding-text-bg-dark {
    background-image: none;
  }

  .image-3 {
    width: 26vw;
    font-size: 5vw;
  }

  .image-3.fgh21.urt {
    width: 40vw;
    max-width: 100%;
  }

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

  .image-4 {
    width: 50vw;
    max-width: 100%;
    font-size: 3vw;
    line-height: 2vw;
  }

  .heading {
    font-size: var(--headlines--is-h2);
  }

  .free_shipping-heading {
    font-size: 4rem;
  }

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h1);
  }

  .max-width._50-rem {
    max-width: 26rem;
  }

  .max-width.unmatched {
    max-width: 19rem;
  }

  .text-weight-semibold.text-color-gray {
    font-size: .8rem;
  }

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

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

  .main-content.box-white.box-center {
    margin-top: 20px;
  }

  .benefits-itens {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-7 {
    font-size: var(--headlines--title-hero);
  }

  .testimonal_heading {
    font-size: 2.5rem;
  }

  .testimonal_heading.text-color-white {
    font-size: var(--headlines--title-hero-mobile-m);
  }

  .faq_block {
    text-align: left;
  }

  .section-heading {
    font-size: 4rem;
  }

  .footer_links-grid {
    flex-flow: column;
  }

  .padding-global {
    padding-bottom: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .btn_add.btn-bonus.cta-modal-secondary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .discount_label-2.best {
    inset: 0% 0% auto auto;
  }

  .discount_label-2.save-discount {
    right: 0%;
  }

  .v-line-divider {
    width: 100%;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .package-header.downsell {
    white-space: normal;
    font-size: 2rem;
  }

  .offer-left {
    width: 100%;
  }

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

  .logos {
    min-width: 150px;
  }

  .logos.logos-security {
    width: 80px;
  }

  .bottle-8 {
    max-width: 300px;
    height: auto;
  }

  .container-offer {
    flex-flow: column;
    width: 100%;
  }

  .div-block-24 {
    min-width: 100px;
  }

  .text-span-13 {
    text-align: center;
    font-size: 3.5vw;
  }

  .link-cta-offer.cta-footer.is-text-center {
    color: #000;
    text-align: center;
    font-size: 2vw;
    line-height: 3.5vw;
  }

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

  .text-block.subtitle {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block.title-red {
    font-size: 7vw;
  }

  .logo-mobile {
    display: none;
  }

  .step-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .step-circle {
    font-size: 1.5rem;
  }

  .discount_label-3.save-discount {
    right: 0%;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: none;
  }

  .main-modal {
    justify-content: flex-start;
    align-items: center;
  }

  .content-bottles-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bottles-upsell {
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
  }

  .container-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .is-text-large {
    font-size: 20px;
    line-height: 4vw;
  }

  .is-text-med.is-text-bold.text-danger {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .is-text-med.is-text-bold.text-danger.freeupsell {
    line-height: 100%;
  }

  .title-widgets.is-text-uppercase.is-title-bold {
    font-size: 8vw;
    line-height: 6vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-dark {
    font-size: 11vw;
    line-height: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-accent {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
    font-size: 12vw;
    line-height: 10vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
    font-size: 6vw;
  }

  .certificate {
    max-width: 33rem;
  }

  .ingredients_wrapper {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .ingredients_title {
    font-size: 2rem;
  }

  .section_heading {
    font-size: 4rem;
  }

  .ingredients_thumb {
    min-width: 100%;
  }

  .ingredients_block-dot {
    width: 6rem;
    height: 6rem;
  }

  .ingredients_block-img {
    width: 5rem;
    height: 5rem;
  }

  .section_heading-2 {
    font-size: 4rem;
  }

  .unmatched_title {
    font-size: 2rem;
    line-height: 100%;
  }

  .unmatched-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .bottle_background-2.white {
    min-height: 80%;
  }

  .unique-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section_heading-3 {
    font-size: 4rem;
  }

  .text-size-tiny.text-weight-bold {
    font-size: 2vw;
    line-height: 2vw;
  }

  .avaliacao {
    left: -5rem;
  }

  .erections_heading {
    font-size: 4rem;
  }

  .references_grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .references_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    max-width: 12rem;
  }

  .bonus_item {
    width: 100%;
    max-width: 100%;
  }

  .div-block-11 {
    flex-flow: row-reverse wrap-reverse;
  }

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

  .section_heading-4 {
    font-size: 4rem;
  }

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

  .div-block-16 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    text-align: center;
    place-items: center;
  }

  .divider-branding {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--brand--primary-700) 55%, transparent);
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: 1px;
    display: block;
  }

  .box-guarantee {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_item-mobile {
    background-color: #222;
    border: 1px solid #2d2d2d66;
    border-radius: .625rem;
    place-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: inset 1px 1px #333, 3px 3px #2d2d2d;
  }

  .empower_item-mobile._4 {
    position: sticky;
    top: 40px;
  }

  .empower_item-mobile._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: sticky;
    top: 10px;
  }

  .empower_item-mobile._2 {
    position: sticky;
    top: 20px;
  }

  .empower_item-mobile._3 {
    position: sticky;
    top: 30px;
  }

  .empower_list-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: center;
    width: 100%;
    position: sticky;
    top: 1px;
  }

  .empower_list-mobile-relative {
    position: relative;
  }

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

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

  .empower_content {
    grid-template-columns: auto;
    display: none;
  }

  .selo-guarantee-upsell {
    width: 150px;
  }

  .heading-11 {
    font-size: var(--headlines--is-h2);
    text-align: left;
  }

  .progress-step-wrap {
    display: none;
  }

  .headline-order.is-text-danger.is-text-center {
    font-size: var(--headlines--is-h6);
    text-align: center;
  }

  .subheadline-offer {
    text-align: center;
  }

  .stop-order {
    width: 70vw;
    height: 12vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .progress-step-mobile {
    display: flex;
  }

  .hero-content-upsell {
    grid-template-columns: 1.5fr;
  }

  .hero-content-upsell.image-left {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .image-content-upsell.img-content-2 {
    width: 100%;
    min-height: 500px;
  }

  .image-content-upsell.img-content-1, .image-content-upsell.img-content-0 {
    min-height: 500px;
  }

  .image-content-upsell.img-content-left-1 {
    width: 100%;
    min-height: 500px;
  }

  .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    display: none;
  }

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

  .image-22 {
    margin-bottom: 0;
  }

  .box-downsell {
    max-width: none;
  }

  .heading-15 {
    line-height: 7vw;
  }

  .box-text-downsell {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-box-last {
    max-width: none;
  }

  .hero_ticker {
    font-size: 9rem;
  }

  .section_references {
    padding-top: 6rem;
  }

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

  .bonuses_heading {
    max-width: 21rem;
  }

  .section_heading-5 {
    font-size: 4rem;
  }

  .flex-block-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-image-left, .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .image-24 {
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-24.bestvalue {
    width: 120px;
    margin-top: -11px;
    margin-left: -11px;
  }

  .image-24.selogarantia6potes {
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-24.selogarantia6potes.dfg {
    width: 18vw;
  }

  .text-block-51 {
    font-size: var(--headlines--is-h6);
  }

  .image-27 {
    width: 250px;
  }

  .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-63 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .link-2 {
    font-size: 4vw;
  }

  .bold-text-60 {
    font-size: 18px;
  }

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

  .container-large-4, .container-large-5 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_heading-6 {
    font-size: 4rem;
  }

  .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_heading-7 {
    font-size: 4rem;
  }

  .div-block-27 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    width: 67%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero.is-pad-tb-80.is-pad-mobile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container.container-dark.wrap-flex-hor-c {
    padding-bottom: 10px;
  }

  .is-h1.title-center.is-h1-mobile {
    font-size: 8vw;
    line-height: 90%;
  }

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

  .is-txt-large {
    font-size: var(--body--is-txt-xsmall);
    line-height: var(--text-line-height--line-height-body);
  }

  .text-counter {
    font-size: var(--body--is-txt-large);
  }

  .title-counter {
    font-size: 4vw;
    line-height: 6vw;
  }

  .time-left {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .package_price {
    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._3bottlesprice {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .package_price._1bottlesajustes {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
  }

  .selo {
    width: 100px;
    height: auto;
  }

  .package_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item.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-left: 20px;
    padding-right: 20px;
  }

  .package_item.best.up2-3.down-1-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item.bottle-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item._3bottles {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discount_label {
    background-color: var(--brand--primary-600);
    width: 13vw;
    height: 13vw;
    margin-right: 30px;
    padding-right: 0;
    font-size: 1.2rem;
    inset: 0% 0% auto auto;
  }

  .discount_label.best {
    width: 13vw;
    max-width: 100%;
    height: 13vw;
    font-size: 1.1875rem;
    inset: 0% 0% auto auto;
  }

  .text-total {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-total.text-color-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .benefits_item {
    line-height: 4vw;
  }

  .price_number {
    font-size: 30vw;
  }

  .certificates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .e-books {
    width: 30vw;
    top: 20px;
  }

  .image-2 {
    width: 50vw;
    height: auto;
    max-height: none;
    padding-right: 10px;
  }

  .btn-cart {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 5vw;
    line-height: 5vw;
  }

  .btn-cart.botaomenor {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
  }

  .selo-shipping {
    width: 20vw;
    max-width: 25vw;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .package_bottle {
    width: 70%;
    max-width: 100%;
  }

  .package_bottle._1bottle {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-right: 10px;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .was_txt {
    text-align: right;
    white-space: normal;
    word-break: normal;
    text-wrap: balance;
    font-size: 4vw;
  }

  .was_txt.text-white {
    text-wrap: balance;
    font-size: 4vw;
    line-height: 4vw;
  }

  .was_txt.text-dange {
    white-space: nowrap;
  }

  .was_txt.risk.text-danger.text-nowrap {
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt.risk.text-danger.text-nowrap.fgh, .was_txt.uytyu, .was_txt.qweqwe {
    font-size: 4vw;
  }

  .package-title {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    grid-template-columns: auto auto auto;
    padding-bottom: 10px;
  }

  .package-title.best-value {
    margin-top: 0;
  }

  .package_info {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    line-height: 1.4em;
  }

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

  .price_per-bottler {
    white-space: nowrap;
    font-size: 6vw;
  }

  .package-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    padding-top: 5px;
  }

  .benefits_text {
    font-size: 2.9vw;
    line-height: 3vw;
  }

  .benefits_text.text-color-white {
    font-size: 2.9vw;
  }

  .text_shipping.free {
    font-size: 4vw;
    line-height: 1.4vw;
  }

  .package_header, .package_header.text-color-gray-light {
    font-size: 2.5rem;
  }

  .price_was {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
  }

  .price_was.text-color-white {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    max-width: none;
    padding-top: 1vw;
  }

  .wrap-package {
    width: 100%;
  }

  .price_grid {
    place-items: center end;
  }

  .package_benefits {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 80vw;
    margin-left: 20.5vw;
    padding-top: 10px;
  }

  .package_benefits.sfgdfgdfgdfh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .package_benefits.hfghfghfghfgh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .package_benefits.hfghfghfghfgh.hgjtgjt {
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    padding-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .package {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .svg-icon {
    order: -1;
    margin-top: 10px;
    margin-left: 20px;
    inset: 0% auto auto 0%;
  }

  .branding-txt-bg {
    max-width: 100%;
    top: 5.5rem;
  }

  .branding-txt-bg.branding-text-bg-dark {
    top: 6.2rem;
  }

  .text-block-5 {
    font-size: 4.5vw;
  }

  .image-3 {
    width: 30vw;
    height: auto;
    max-height: none;
  }

  .image-3.fgh21.urt {
    width: 42vw;
    max-width: 100%;
  }

  .image-3.fgh21.urt._3bottlesf {
    width: 180px;
  }

  .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._3bottles {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-bottles._1bottle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .image-4 {
    width: 60vw;
    height: auto;
    max-height: none;
  }

  .image-4._8945 {
    width: 42vw;
    max-width: 50vw;
    font-size: 4vw;
  }

  .image-5 {
    width: 100%;
    max-width: 40%;
  }

  .logo-trustpilot {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .reviews-trustpilot {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .money-back {
    width: 100%;
  }

  .money-back.container-small.h-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .image-6 {
    opacity: 1;
    width: 50vw;
  }

  .heading {
    text-align: center;
    text-wrap: balance;
    font-size: 8vw;
    line-height: 8vw;
  }

  .header-money-back {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .free_shipping-heading {
    text-align: center;
    font-size: 3.6rem;
    line-height: 90%;
  }

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h2);
  }

  .max-width._38-rem {
    width: 100%;
  }

  .max-width._50-rem {
    max-width: 20.8rem;
  }

  .max-width._46-rem {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width._22-rem {
    width: 100%;
    max-width: 100%;
  }

  .free-shipping-selo {
    max-width: 80%;
  }

  .text-weight-semibold.text-accent {
    text-align: center;
  }

  .free_shipping-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 20px;
  }

  .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: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits-itens {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-size: var(--headlines--is-title-mobile-s);
  }

  .photos-reviews {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .photo-review.photo-1, .photo-review.photo-2, .photo-review.photo-3, .photo-review.photo-4 {
    width: 40vw;
    height: 40vw;
  }

  .testimonial_item._2 {
    top: 60px;
  }

  .testimonial_item._1 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 50px;
  }

  .testimonial_item._4 {
    top: 80px;
  }

  .testimonial_item._3 {
    top: 70px;
  }

  .testimonial_user {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    place-items: center;
  }

  .testimonial_list {
    padding-left: 0;
    padding-right: 0;
    top: 1px;
  }

  .testimonal_heading.text-color-white {
    width: 100%;
    font-size: 2.7rem;
  }

  .testimonal_heading.text-light {
    font-size: var(--headlines--is-title-mobile-s);
  }

  .relative_block {
    width: 100%;
  }

  .testmonial_header {
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .testimonial_user-name {
    justify-content: center;
    align-items: center;
  }

  .testimonial_wrapper {
    flex-flow: column-reverse;
    display: flex;
  }

  .testimonial_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-3 {
    order: 1;
    font-size: 20px;
  }

  .faq_header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-heading {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .faq_plus {
    margin-left: 1rem;
  }

  .faq-questions {
    max-width: 100%;
  }

  .faq_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-size: 100%;
    padding-top: 4rem;
  }

  .btn_add.btn-bonus {
    padding: 1rem;
    line-height: .9;
  }

  .btn_add.btn-bonus.cta-modal-secondary {
    line-height: .7em;
  }

  .discount_label-2 {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    inset: 10px -12px auto auto;
  }

  .discount_label-2.best {
    width: 4rem;
    height: 4rem;
    font-size: 1.1875rem;
    inset: 60px 0 auto auto;
  }

  .discount_label-2.save-discount {
    width: 4rem;
    height: 4rem;
  }

  .page-wrapper.bg-gradient {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-28 {
    font-size: 1rem;
  }

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

  .package-header {
    white-space: normal;
    font-size: 2rem;
  }

  .package-header.save-offer {
    width: 100%;
    padding: 8px 16px 5px;
    font-size: 1.125rem;
  }

  .package-header.text-white.text-yes-order-mobile {
    text-wrap: balance;
    font-size: 1.125rem;
  }

  .package-header.downsell {
    font-size: 1.125rem;
    line-height: 1.2em;
  }

  .package-header.regular-price {
    font-size: 1.5rem;
  }

  .package-header.price-bottle {
    font-size: 1.8rem;
  }

  .selo-img {
    width: 100%;
    max-width: 25%;
  }

  .image-8 {
    width: 90%;
  }

  .logo-desktop {
    display: none;
  }

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

  .main-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .box-special-package {
    padding: 20px 10px;
  }

  .text-block-31 {
    font-size: 1rem;
    line-height: var(--text-line-height--line-height-body);
    text-align: left;
  }

  .text-block-38 {
    font-size: 1.4rem;
    line-height: .9em;
  }

  .guarantee-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipping-info {
    justify-content: center;
    align-items: center;
  }

  .text-selo {
    align-items: flex-start;
    width: auto;
  }

  .bottle-8 {
    width: 90%;
    height: auto;
  }

  .bold-text-11 {
    white-space: normal;
    font-size: 1.5rem;
  }

  .container-offer {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-logo {
    color: #fff;
  }

  .box-main-price {
    width: 100%;
  }

  .selo-shipping-2.ups {
    left: -10px;
  }

  .text-block-30.text-number {
    line-height: 1;
  }

  .nav-link {
    border-bottom: 1px solid #444;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-24.logos--security {
    display: none;
  }

  .image-9 {
    width: 100%;
    max-width: 90%;
  }

  .text-number {
    font-size: 1.3rem;
  }

  .step-mobile-num {
    font-family: var(--font-family--text-body);
    color: #1c1c1c;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: .9rem;
  }

  .step-mobile-num.is-text-color-white {
    color: var(--neutral--neutral-light);
  }

  .text-block-27 {
    color: #1c1c1c;
    font-size: 1rem;
  }

  .heading-4.title-days {
    letter-spacing: .5rem;
    font-size: 2.5rem;
  }

  .bold-text-10.subtitle-guarantee {
    font-size: 1rem;
  }

  .text-span-13 {
    font-size: 5vw;
    line-height: 4vw;
  }

  .link-cta-offer.cta-footer.is-text-center {
    text-align: center;
    line-height: 4vw;
  }

  .text-block {
    padding-top: 0;
    font-size: 30px;
  }

  .text-block.subtitle {
    max-width: none;
    font-size: 6vw;
  }

  .text-block.title-red {
    width: 100%;
  }

  .logo-mobile {
    width: auto;
    max-width: 80%;
    display: inline;
  }

  .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: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header {
    background-color: var(--background--dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .package-offer {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step-circle {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }

  .step-circle.step-disable.step-mobile {
    background-color: #444;
  }

  .step-circle.step-mobile {
    background-color: #f7f5ee;
    width: 30px;
    height: 30px;
  }

  .guaranteee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

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

  .discount_label-3 {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    inset: 10px -12px auto auto;
  }

  .discount_label-3.save-discount {
    width: 4rem;
    height: 4rem;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .image-10 {
    width: 100%;
  }

  .main-modal {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex: 0 auto;
    display: flex;
  }

  .cta-modal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .selo-shipping-3.ups {
    left: 0;
  }

  .save-text {
    font-size: 1.5rem;
    line-height: 1em;
  }

  .heading-7 {
    text-wrap: balance;
    font-size: 1.875rem;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-11 {
    width: auto;
    max-width: 70px;
    height: auto;
  }

  .container-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: -2em;
    margin-right: -2em;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .title-section {
    font-size: var(--headlines--is-h2);
  }

  .btn-secondary.btn-danger {
    text-wrap: balance;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .is-text-small.is-text-center.is-text-underline.max-width {
    text-wrap: balance;
  }

  .is-text-small.is-text-center.is-text-neutral-light {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .is-text-small.text-danger.is-text-bold.is-text-mobile {
    font-size: var(--body--is-txt-small);
  }

  .is-text-large {
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .is-text-large.is-text-bold {
    font-size: var(--body--is-txt-medium);
    line-height: var(--text-line-height--line-height-body);
    text-wrap: balance;
  }

  .is-text-large.is-text-bold.is-text-center {
    font-size: var(--body--is-txt-large);
  }

  .is-text-large.is-text-bold.is-text-mobile {
    font-size: var(--body--is-txt-small);
    text-align: left;
  }

  .is-text-med.is-text-bold.text-danger {
    margin-bottom: 0;
    line-height: 4vw;
  }

  .is-text-med.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .is-text-med.is-text-white.is-text-bold.is-text-center {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .title-widgets {
    font-size: var(--headlines--is-h3);
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-accent {
    line-height: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
    line-height: 10vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle._4534 {
    font-size: 11vw;
  }

  .flex-block-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

  .shipping-us {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-text {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    width: 150px;
    height: 150px;
  }

  .section-doctor {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .heading-10 {
    font-size: var(--headlines--is-h3);
  }

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

  .formula_heading {
    font-size: 3.5rem;
  }

  .bottle_background {
    border-radius: 10px;
    min-height: 91%;
  }

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

  .truesterone-logo {
    font-size: 2rem;
  }

  .bottle_pills-formula {
    min-width: 100%;
    margin-top: 30px;
  }

  .formula_signature-mobile {
    text-align: center;
  }

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

  .container-large-2 {
    padding-bottom: 0;
  }

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

  .certificate {
    max-width: 100%;
  }

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

  .ingredients_wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-items: center;
    max-width: 100%;
    display: flex;
  }

  .section_heading, .section_heading-2 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .ico-unmatched.superior {
    width: 3.9rem;
    margin-top: -7px;
  }

  .ico-unmatched.icon-global {
    width: 24px;
    max-width: 60%;
  }

  .unmatched_title {
    font-size: 2.2rem;
  }

  .unmatched-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

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

  .bottle_pills {
    min-width: 100%;
    top: 6rem;
  }

  .bottle_background-2 {
    border-radius: 10px;
    min-height: 91%;
  }

  .bottle_background-2.white {
    top: 37px;
  }

  .unique-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .section_heading-3 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .section_heading-3.text-color-white {
    font-size: var(--headlines--is-title-mobile-s);
    line-height: var(--text-line-height--line-height-titles-uppercase);
  }

  .unique-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
  }

  .bottle_truesterone-2.unique-bottle {
    max-width: 100%;
    bottom: 5rem;
  }

  .unique_item._2 {
    top: 27.5rem;
  }

  .unique_item._5 {
    top: 29rem;
  }

  .unique_item._1 {
    top: 27rem;
  }

  .unique_item._4 {
    top: 28.5rem;
  }

  .unique_item.div-block-6 {
    top: 29.5rem;
  }

  .unique_item._3 {
    top: 28rem;
  }

  .unstoppable.is-theme-dark {
    display: none;
    overflow: hidden;
  }

  .div-block-7 {
    padding-top: 6rem;
  }

  .text-block-46 {
    font-size: 3rem;
  }

  .unstoppable_image {
    max-width: 130%;
    position: absolute;
    top: -36%;
    bottom: auto;
    right: auto;
  }

  .text-size-tiny.text-weight-semibold {
    line-height: 1.4em;
  }

  .text-size-tiny.text-weight-bold {
    width: 90vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .disclaimer {
    text-align: center;
  }

  .avaliacao {
    max-width: 60%;
    inset: auto auto 1rem -.4rem;
  }

  .truesterone-bottle {
    max-width: 80%;
  }

  .erections_heading {
    font-size: var(--headlines--title-hero-mobile-m);
    line-height: var(--text-line-height--linhe-height-title-mobile);
    text-align: center;
  }

  .erections_item {
    text-align: left;
  }

  .truesterone-user {
    object-fit: cover;
    width: 80px;
    max-width: 100%;
    height: 80px;
    inset: 2rem 0 auto auto;
  }

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

  .text-block-47 {
    text-wrap: balance;
  }

  .references_grid {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .references_logo {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
    width: 90vw;
    padding-bottom: 0;
  }

  .text-references {
    width: 90vw;
  }

  .references_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    display: grid;
  }

  .logo-reference {
    width: 100px;
  }

  .references_text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .scientific_logo {
    height: 70px;
  }

  .references_text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-11 {
    padding: 1rem;
  }

  .section_heading-4 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

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

  .divider-branding {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--brand--primary-700) 50%, transparent);
    max-width: 100%;
    height: 1px;
  }

  .box-guarantee {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_item-mobile {
    z-index: 10;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_title {
    text-align: center;
  }

  .bottle_empower {
    max-width: 80%;
  }

  .empower_list-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .empower_content-mobile {
    grid-template-columns: auto;
  }

  .empower_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .empower_content {
    grid-template-columns: auto;
  }

  .time-left-counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .selo-guarantee-upsell {
    width: 100px;
  }

  .heading-11 {
    font-size: var(--headlines--is-h5);
    text-align: left;
  }

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

  .headline-step {
    margin-bottom: -20px;
  }

  .headline-order.is-text-danger.is-text-center {
    font-size: 3vw;
    line-height: 3vw;
  }

  .subheadline-offer {
    text-wrap: balance;
  }

  .stop-order {
    justify-content: center;
    align-items: center;
    width: 60vw;
    margin-top: -10px;
    margin-bottom: -20px;
    font-size: 8vw;
    display: flex;
  }

  .headline-upsel-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .headline-upsell, .subhead-upsell {
    font-size: var(--headlines--is-h5);
  }

  .hero-content-upsell, .hero-content-upsell.image-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-content-upsell.img-content-2 {
    width: 90%;
    max-width: none;
  }

  .image-content-upsell.img-content-1 {
    width: 90%;
    max-width: none;
    max-height: 500px;
  }

  .image-content-upsell.img-content-3, .image-content-upsell.img-content-4, .image-content-upsell.img-content-5, .image-content-upsell.img-content-6 {
    width: 90%;
    max-width: none;
    min-height: 500px;
  }

  .image-content-upsell.img-content-1 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    max-height: none;
  }

  .image-content-upsell.img-content-2 {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .image-content-upsell.img-content-3 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .image-content-upsell.image-content-10 {
    width: 90%;
    max-width: none;
    min-height: 500px;
  }

  .image-content-upsell.image-content-11, .image-content-upsell.image-content-12 {
    width: 90%;
    max-width: none;
  }

  .image-content-upsell.img-content-4 {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .image-content-upsell.img-content-5 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin-bottom: 0;
  }

  .image-content-upsell.img-content-6 {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .image-content-upsell.img-content-7 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin-bottom: 0;
  }

  .image-content-upsell.img-content-8 {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .image-content-upsell.img-content-9 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin-bottom: 0;
  }

  .image-content-upsell.img-content-10 {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

  .image-content-upsell.img-content-0 {
    width: 100%;
    max-width: none;
    min-height: 300px;
    max-height: 400px;
  }

  .image-content-upsell.img-content-left-1, .image-content-upsell.img-content-right-1, .image-content-upsell.img-content-left-2 {
    width: 90%;
    max-width: none;
    min-height: 400px;
  }

  .image-content-upsell.img-content-3 {
    width: 100%;
    max-width: none;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .image-content-upsell.img-content-right-2 {
    width: 90%;
    max-width: none;
    min-height: 400px;
  }

  .content-list-upsell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .unmatched_ico-2.icon-features-wrap {
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
  }

  .ico_unamatched-2.icon-featured {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .heading-12 {
    font-size: var(--headlines--is-h6);
  }

  .bold-text-26.highlighted-text {
    font-size: var(--headlines--is-h5);
    padding-left: 20px;
    padding-right: 20px;
  }

  .guarantee-upsell {
    margin-top: 0;
  }

  .highlighted-text {
    font-size: var(--headlines--is-h5);
  }

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

  .heading-13 {
    font-size: 24vw;
  }

  .image-22 {
    width: 90%;
  }

  .bold-text-33.text-branding.text-letter-spacing.text-dark {
    font-size: var(--body--is-txt-xlarge);
  }

  .box-downsell {
    max-width: none;
  }

  .heading-15 {
    margin-top: 10px;
    font-size: 8vw;
  }

  .box-text-downsell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .cta-box-last {
    max-width: none;
  }

  .section_description {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .thank_you-block {
    margin-top: 0;
  }

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

  .secton_bonuses {
    background-size: contain;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .hero_ticker {
    font-size: 6rem;
  }

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

  .section_hero-final.padding-section-medium.bg-gradient {
    padding-top: 0;
  }

  .section_references {
    background-size: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-2 {
    background-size: 100%;
    padding-top: 4rem;
  }

  .hero_brand-name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .thank_you-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_thank-you {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .thank_you-heading {
    font-size: 3rem;
  }

  .bonuses_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .bonuses_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 16rem;
  }

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

  .section_heading-5 {
    font-size: 3.2rem;
    line-height: 80%;
  }

  .section_bottle {
    background-size: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-16 {
    text-wrap: balance;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .heading-17 {
    font-size: var(--headlines--title-hero-mobile-m);
  }

  .box-nutrient-item {
    padding: 1rem;
  }

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

  .heading-18 {
    font-size: var(--headlines--is-h5);
    line-height: var(--text-line-height--line-height-titles-normal);
    text-align: center;
  }

  .title-package-upsell {
    font-size: var(--headlines--is-h3);
  }

  .box-nutrient-item--text {
    padding: 1rem;
  }

  .heading-20 {
    font-size: var(--headlines--is-h5);
    line-height: var(--text-line-height--line-height-titles-normal);
  }

  .flex-block-8 {
    grid-template-columns: 1fr;
  }

  .image-selo-upsell {
    margin-top: -140px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .image-24 {
    width: 70px;
    max-width: 100%;
    margin-top: -7px;
    margin-left: -7px;
  }

  .image-24.bestvalue {
    width: 24vw;
    margin-top: -2.5vw;
    margin-left: -2.5vw;
  }

  .image-24.selogarantia6potes {
    width: 20vw;
    margin-top: 4vw;
    margin-left: 0;
    margin-right: 4vw;
  }

  .image-24.selogarantia6potes._3gurantee {
    width: 22vw;
  }

  .text-block-48, .text-block-49 {
    font-size: 4.5vw;
  }

  .text-block-51 {
    font-size: var(--text-line-height--linhe-height-title-mobile);
  }

  .text-span-33 {
    font-size: 12vw;
  }

  .image-25 {
    width: 24vw;
    margin-top: -2.7vw;
    margin-left: -2.7vw;
  }

  .image-26, .image-27 {
    width: 50vw;
  }

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

  .image-28 {
    width: 50vw;
  }

  .container-6 {
    width: 100%;
  }

  .link-2 {
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .bold-text-60 {
    text-align: left;
    font-size: 4vw;
    line-height: 5vw;
  }

  .container-large-4 {
    padding-bottom: 0;
  }

  .footer-3 {
    background-size: 100%;
    padding-top: 4rem;
  }

  .container-large-5 {
    padding-bottom: 0;
  }

  .section_heading-6, .section_heading-7 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .div-block-27 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    width: 100%;
  }
}

#w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9f99-7dde3f6b {
  align-self: auto;
}

#w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9f9a-7dde3f6b, #w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9fae-7dde3f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9fb5-7dde3f6b {
  justify-self: center;
}

#w-node-a206934f-9bd6-e827-49e3-c83811a2cd27-7dde3f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a206934f-9bd6-e827-49e3-c83811a2cd29-7dde3f6b {
  justify-self: center;
}

#w-node-_48832dba-0336-2e16-380e-540b7d409f46-7dde3f6b, #w-node-_48832dba-0336-2e16-380e-540b7d409f4b-7dde3f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48832dba-0336-2e16-380e-540b7d409f4d-7dde3f6b {
  justify-self: center;
}

#w-node-a1ef24c0-66c6-24d4-aa4c-800333f40f3c-7dde3f6b {
  place-self: auto;
}

#w-node-a1ef24c0-66c6-24d4-aa4c-800333f40f3d-7dde3f6b {
  place-self: center;
}

#w-node-a1ef24c0-66c6-24d4-aa4c-800333f40f48-7dde3f6b {
  justify-self: center;
}

#w-node-a1ef24c0-66c6-24d4-aa4c-800333f40f4f-7dde3f6b {
  place-self: center;
}

#w-node-a1ef24c0-66c6-24d4-aa4c-800333f40f56-7dde3f6b {
  justify-self: end;
}

#w-node-_749b529d-0f07-a7f9-42d8-2e05a815a7a1-7dde3f6b {
  justify-self: center;
}

#w-node-f258e138-0a60-fc1d-e280-d61e93677b33-7dde3f6b, #w-node-f258e138-0a60-fc1d-e280-d61e93677b38-7dde3f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f258e138-0a60-fc1d-e280-d61e93677b3a-7dde3f6b, #w-node-c9058b92-01b1-220b-7229-fa481cb6be7e-1cb6be73 {
  justify-self: center;
}

#w-node-c9058b92-01b1-220b-7229-fa481cb6be92-1cb6be73 {
  place-self: center;
}

#w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4d5-9f02d4a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4d7-9f02d4a6 {
  justify-self: center;
}

#w-node-_10993179-517e-9872-5f2a-0fdf46ac7150-46ac713e {
  align-self: auto;
}

#w-node-_10993179-517e-9872-5f2a-0fdf46ac7151-46ac713e, #w-node-_76face1d-6969-d8e8-4a0b-758f730e6ad7-46ac713e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10993179-517e-9872-5f2a-0fdf46ac716e-46ac713e {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348d-7dde3f6d {
  align-self: auto;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348e-7dde3f6d, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a2-7dde3f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a9-7dde3f6d {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-7dde3f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634db-7dde3f6d {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163509-7dde3f6d, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350e-7dde3f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163510-7dde3f6d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f89957-51f8994d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f89959-51f8994d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f8995b-51f8994d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f8995d-51f8994d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f8995f-51f8994d, #w-node-_31e29963-ece5-d5f6-19a3-bade51f89961-51f8994d {
  justify-self: center;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5dd9-7dde3f71 {
  align-self: auto;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5dda-7dde3f71, #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5dee-7dde3f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5df5-7dde3f71 {
  justify-self: center;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e27-7dde3f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e29-7dde3f71 {
  justify-self: center;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e57-7dde3f71, #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e5c-7dde3f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e5e-7dde3f71 {
  justify-self: center;
}

#w-node-_271eedab-d933-8e2c-bce7-df4d90c3ad81-97010d4d, #w-node-_271eedab-d933-8e2c-bce7-df4d90c3ad8a-97010d4d, #w-node-_271eedab-d933-8e2c-bce7-df4d90c3ad94-97010d4d, #w-node-_271eedab-d933-8e2c-bce7-df4d90c3ad9d-97010d4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_271eedab-d933-8e2c-bce7-df4d90c3ada7-97010d4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e9567-a9a9a2b6 {
  align-self: auto;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e9568-a9a9a2b6, #w-node-_4b40587f-14d9-0163-45e2-88602c7e957c-a9a9a2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e9583-a9a9a2b6 {
  justify-self: center;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e95b5-a9a9a2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e95b7-a9a9a2b6 {
  justify-self: center;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e95e5-a9a9a2b6, #w-node-_4b40587f-14d9-0163-45e2-88602c7e95ea-a9a9a2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b40587f-14d9-0163-45e2-88602c7e95ec-a9a9a2b6 {
  justify-self: center;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f788f3-6f7d8914 {
  align-self: auto;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f788f4-6f7d8914, #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78908-6f7d8914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7890f-6f7d8914 {
  justify-self: center;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7893f-6f7d8914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78941-6f7d8914 {
  justify-self: center;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7896f-6f7d8914, #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78974-6f7d8914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78976-6f7d8914 {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348d-df9ed255 {
  align-self: auto;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348e-df9ed255, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a2-df9ed255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a9-df9ed255 {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-df9ed255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634db-df9ed255 {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163509-df9ed255, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350e-df9ed255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163510-df9ed255 {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348d-2f0d3a7e {
  align-self: auto;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc16348e-2f0d3a7e, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a2-2f0d3a7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634a9-2f0d3a7e {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-2f0d3a7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634db-2f0d3a7e {
  justify-self: center;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163509-2f0d3a7e, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350e-2f0d3a7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_816e20e8-c65f-f9f1-7110-eb56bc163510-2f0d3a7e {
  justify-self: center;
}

#w-node-_19742609-39cd-eabb-0318-8a1ac3d344a0-c7d59214 {
  align-self: auto;
}

#w-node-_19742609-39cd-eabb-0318-8a1ac3d344a1-c7d59214, #w-node-_19742609-39cd-eabb-0318-8a1ac3d344b5-c7d59214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19742609-39cd-eabb-0318-8a1ac3d344bc-c7d59214 {
  justify-self: center;
}

#w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670f6-c7d59214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670f8-c7d59214 {
  justify-self: center;
}

#w-node-_20698317-3c23-e300-192b-f24e9d4784ed-c7d59214, #w-node-_20698317-3c23-e300-192b-f24e9d4784f2-c7d59214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20698317-3c23-e300-192b-f24e9d4784f4-c7d59214 {
  justify-self: center;
}

#w-node-_9db224dc-a929-36e9-672d-d39f2aa63b66-c8da5ba1, #w-node-c523ae6d-8bc3-e8aa-7ee9-fe7fc8da5bd1-c8da5ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c523ae6d-8bc3-e8aa-7ee9-fe7fc8da5bd3-c8da5ba1 {
  justify-self: center;
}

#w-node-c088520a-0533-14b3-14b3-b98d5602630c-5602630b, #w-node-c088520a-0533-14b3-14b3-b98d5602630d-5602630b, #w-node-c088520a-0533-14b3-14b3-b98d5602630e-5602630b, #w-node-c088520a-0533-14b3-14b3-b98d5602630f-5602630b {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9faa-7dde3f6b {
    place-self: center;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2ccfa-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2ccff-7dde3f6b {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd0b-7dde3f6b {
    justify-self: end;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd15-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_48832dba-0336-2e16-380e-540b7d409f2a-7dde3f6b {
    justify-self: center;
  }

  #w-node-_48832dba-0336-2e16-380e-540b7d409f41-7dde3f6b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_48832dba-0336-2e16-380e-540b7d409f42-7dde3f6b {
    place-self: center;
  }

  #w-node-f258e138-0a60-fc1d-e280-d61e93677b17-7dde3f6b {
    justify-self: center;
  }

  #w-node-f258e138-0a60-fc1d-e280-d61e93677b2e-7dde3f6b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f258e138-0a60-fc1d-e280-d61e93677b2f-7dde3f6b {
    place-self: center;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4a7-9f02d4a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4ad-9f02d4a6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4bf-9f02d4a6 {
    justify-self: end;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4c7-9f02d4a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_76face1d-6969-d8e8-4a0b-758f730e6ad3-46ac713e, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16349e-7dde3f6d {
    place-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-7dde3f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-7dde3f6d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-7dde3f6d {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-7dde3f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ee-7dde3f6d {
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163505-7dde3f6d, #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5dea-7dde3f71 {
    place-self: center;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e01-7dde3f71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e08-7dde3f71 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e13-7dde3f71 {
    justify-self: end;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e1d-7dde3f71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e3c-7dde3f71 {
    justify-self: center;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e53-7dde3f71, #w-node-_4b40587f-14d9-0163-45e2-88602c7e9578-a9a9a2b6 {
    place-self: center;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e958f-a9a9a2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e9596-a9a9a2b6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95a1-a9a9a2b6 {
    justify-self: end;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95ab-a9a9a2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95ca-a9a9a2b6 {
    justify-self: center;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95e1-a9a9a2b6, #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78904-6f7d8914 {
    place-self: center;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7891b-6f7d8914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78920-6f7d8914 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7892b-6f7d8914 {
    justify-self: end;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78935-6f7d8914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78954-6f7d8914 {
    justify-self: center;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7896b-6f7d8914, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16349e-df9ed255 {
    place-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-df9ed255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-df9ed255 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-df9ed255 {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-df9ed255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ee-df9ed255 {
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163505-df9ed255, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16349e-2f0d3a7e {
    place-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-2f0d3a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-2f0d3a7e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-2f0d3a7e {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-2f0d3a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ee-2f0d3a7e {
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163505-2f0d3a7e, #w-node-_19742609-39cd-eabb-0318-8a1ac3d344b1-c7d59214 {
    place-self: center;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670c9-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670ce-c7d59214 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670da-c7d59214 {
    justify-self: end;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670e4-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_20698317-3c23-e300-192b-f24e9d4784d1-c7d59214 {
    justify-self: center;
  }

  #w-node-_20698317-3c23-e300-192b-f24e9d4784e8-c7d59214 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_20698317-3c23-e300-192b-f24e9d4784e9-c7d59214 {
    place-self: center;
  }

  #w-node-c523ae6d-8bc3-e8aa-7ee9-fe7fc8da5ba8-c8da5ba1 {
    justify-self: center;
  }

  #w-node-_9db224dc-a929-36e9-672d-d39f2aa63b61-c8da5ba1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9db224dc-a929-36e9-672d-d39f2aa63b62-c8da5ba1 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0cd6cc6f-f47d-f2ed-e315-9748818c9f94-7dde3f6b {
    justify-self: stretch;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2ccfa-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2ccff-7dde3f6b {
    justify-self: auto;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd0b-7dde3f6b {
    justify-self: end;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd15-7dde3f6b {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd26-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a206934f-9bd6-e827-49e3-c83811a2cd27-7dde3f6b, #w-node-_48832dba-0336-2e16-380e-540b7d409f4a-7dde3f6b, #w-node-f258e138-0a60-fc1d-e280-d61e93677b37-7dde3f6b, #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4a7-9f02d4a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4ad-9f02d4a6 {
    justify-self: auto;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4bf-9f02d4a6 {
    justify-self: end;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4c7-9f02d4a6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4d4-9f02d4a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2bef579d-38d3-5c9a-efc8-bdf79f02d4d5-9f02d4a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10993179-517e-9872-5f2a-0fdf46ac7145-46ac713e, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163488-7dde3f6d {
    justify-self: stretch;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-7dde3f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-7dde3f6d {
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-7dde3f6d {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-7dde3f6d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d8-7dde3f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-7dde3f6d, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350d-7dde3f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5dd4-7dde3f71 {
    justify-self: stretch;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e01-7dde3f71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e08-7dde3f71 {
    justify-self: auto;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e13-7dde3f71 {
    justify-self: end;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e1d-7dde3f71 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e26-7dde3f71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e27-7dde3f71, #w-node-_979350d7-7ab7-dc71-6ab2-2cb7365d5e5b-7dde3f71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e9562-a9a9a2b6 {
    justify-self: stretch;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e958f-a9a9a2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e9596-a9a9a2b6 {
    justify-self: auto;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95a1-a9a9a2b6 {
    justify-self: end;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95ab-a9a9a2b6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95b4-a9a9a2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4b40587f-14d9-0163-45e2-88602c7e95b5-a9a9a2b6, #w-node-_4b40587f-14d9-0163-45e2-88602c7e95e9-a9a9a2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f788ee-6f7d8914 {
    justify-self: stretch;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7891b-6f7d8914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78920-6f7d8914 {
    justify-self: auto;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7892b-6f7d8914 {
    justify-self: end;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78935-6f7d8914 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7893e-6f7d8914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f7893f-6f7d8914, #w-node-_5e6feb1c-28ce-4fef-5a6f-63b0a2f78973-6f7d8914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163488-df9ed255 {
    justify-self: stretch;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-df9ed255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-df9ed255 {
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-df9ed255 {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-df9ed255 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d8-df9ed255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-df9ed255, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350d-df9ed255 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc163488-2f0d3a7e {
    justify-self: stretch;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634b5-2f0d3a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634ba-2f0d3a7e {
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634c5-2f0d3a7e {
    justify-self: end;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634cf-2f0d3a7e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d8-2f0d3a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_816e20e8-c65f-f9f1-7110-eb56bc1634d9-2f0d3a7e, #w-node-_816e20e8-c65f-f9f1-7110-eb56bc16350d-2f0d3a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19742609-39cd-eabb-0318-8a1ac3d3449b-c7d59214 {
    justify-self: stretch;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670c9-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670ce-c7d59214 {
    justify-self: auto;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670da-c7d59214 {
    justify-self: end;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670e4-c7d59214 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670f5-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6e02a9a8-ebd1-d166-d16a-3bf4181670f6-c7d59214, #w-node-_20698317-3c23-e300-192b-f24e9d4784f1-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_305e3d98-d822-1b7a-ae47-e0e1d2511885-c7d59214 {
    place-self: auto;
  }

  #w-node-_305e3d98-d822-1b7a-ae47-e0e1d251188c-c7d59214 {
    justify-self: center;
  }

  #w-node-_305e3d98-d822-1b7a-ae47-e0e1d2511891-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c523ae6d-8bc3-e8aa-7ee9-fe7fc8da5bd0-c8da5ba1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48832dba-0336-2e16-380e-540b7d409f3b-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c3f0284-81dd-4518-179f-c329d406692c-7dde3f6b {
    justify-self: auto;
  }

  #w-node-f258e138-0a60-fc1d-e280-d61e93677b28-7dde3f6b, #w-node-_96959077-56f7-d534-ab92-becdca6fdc39-7dde3f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96959077-56f7-d534-ab92-becdca6fdc3a-7dde3f6b, #w-node-_96959077-56f7-d534-ab92-becdca6fdc43-7dde3f6b {
    justify-self: center;
  }

  #w-node-_31e29963-ece5-d5f6-19a3-bade51f89957-51f8994d {
    place-self: center;
  }

  #w-node-_56d614a2-a9ac-dd35-1b7a-4e8adeb53e1f-69396011 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56d614a2-a9ac-dd35-1b7a-4e8adeb53e20-69396011, #w-node-_56d614a2-a9ac-dd35-1b7a-4e8adeb53e29-69396011 {
    justify-self: center;
  }

  #w-node-_20698317-3c23-e300-192b-f24e9d4784e2-c7d59214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c3f0284-81dd-4518-179f-c329d406692c-c7d59214 {
    justify-self: auto;
  }

  #w-node-c523ae6d-8bc3-e8aa-7ee9-fe7fc8da5bbe-c8da5ba1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Notoserif Semicondensed';
  src: url('../fonts/NotoSerif_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif Semicondensed';
  src: url('../fonts/NotoSerif_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}