:root {
  --black: black;
  --yellow: #f3ba00;
  --red: #cd0000;
  --white: #fff;
  --gray-white: #c8958e;
  --dark-red: #8f0505;
  --border: #c2bbbb;
  --gray: #424040;
}

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

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

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

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;overflow-x: hidden;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

.padding-vertical {
  padding-top: 48px;
  padding-bottom: 48px;
}

.padding-vertical.bottam {
  padding-top: 0;
}

.mb-xlarge {
  margin-bottom: 48px;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.main-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 16px 48px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.button:hover {
  background-color: var(--red);
  color: var(--white);
}

.container {
  max-width: 1150px;
}

.button-text {
  font-size: 24px;
  text-decoration: none;
}

.rating-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.header-img {
  border-radius: 20px;
}

.header-img.ismobile {
  display: none;
}

.feature-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray-white);
  flex-flow: column;
  display: flex;
}

.hero-paragraph {
  opacity: .5;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.header-grid {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content-wrapper {
  flex-flow: column;
  display: flex;
}

.feature-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d0d0d0;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-bold {
  font-size: 16px;
  font-weight: 700;
}

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

.header-contend {
  z-index: 1;
  position: relative;
}

.bg-block {
  z-index: -5;
  background-image: linear-gradient(180deg, var(--dark-red), var(--red) 49%, var(--dark-red));
  width: 200vw;
  min-height: 120%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.mb-small {
  margin-bottom: 24px;
}

.mb-xsmall {
  margin-bottom: 16px;
}

.mb-large {
  margin-bottom: 48px;
}

.button-arrow {
  filter: invert();
}

.header-section {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/bg-iamge.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.men-over {
  background-color: var(--red);
  padding: 8px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.confident-text {
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.strip {
  border-bottom: 6px solid var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hero-content {
  position: relative;
}

.situations {
  z-index: -2;
  background-color: #ededed;
  background-image: url('../images/sec2-bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.situation-heading-wrap {
  background-image: url('../images/sec2-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.situation-grid-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.situation-card-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 15px;
  display: flex;
}

.situation-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.sub-text-hero {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

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

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

.you-are-not-alone {
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.causes-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.causes-title-wrap {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.causes-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.mb-xxsmall {
  margin-bottom: 8px;
}

.h2-50 {
  font-size: 50px;
}

.heading-wrap {
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.steps {
  color: #c9c7c7;
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.causes, .formula {
  z-index: -2;
}

.heading-8 {
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.prime-heading-wrap-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-has-bg {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  background-color: #a6f0a6;
  background-image: linear-gradient(#980404 15%, #c30102 48%, #980404 85%);
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.prime-title {
  color: var(--red);
  font-size: 40px;
}

.prime-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prime-img1 {
  width: 100%;
}

.prime {
  z-index: -2;
  color: var(--white);
}

.prime-grid-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.prime-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.prime-grid-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/bg-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
  display: flex;
}

.strip-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.benefits-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.benefits-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-heading-sm {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.inside-card {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-padding {
  padding-top: 48px;
  padding-bottom: 60px;
}

.sub-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.inside-img.ismobile {
  display: none;
}

.inside-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-grid-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.icon-wrap1 {
  text-align: right;
}

.text-heading-wrap1 {
  border-bottom: 2px solid var(--red);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-heading-wrap1.v2 {
  text-align: left;
}

.inside-card1 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.recommended-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recommended-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recomanded-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.heading11 {
  color: var(--red);
  text-align: left;
  font-size: 80px;
  line-height: 1;
}

.mb-medium {
  margin-bottom: 32px;
}

.recomanded-grid2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f9fafc;
  border: 1px solid #e2e2e3;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 24px 48px;
  display: grid;
}

.reviews-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews {
  background-color: #f1f1f1;
}

.quote-title {
  font-size: 30px;
  font-style: italic;
}

.quote-about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.reviews-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--border);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.reviews-item.isfirst {
  padding-top: 0;
}

.reviews-item.islast {
  border-bottom-style: none;
  padding-bottom: 0;
}

.reviews-list {
  padding-top: 48px;
  padding-bottom: 48px;
}

.confident-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.dot2 {
  background-color: var(--white);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.heading-12 {
  font-size: 74px;
  line-height: .9;
}

.confident {
  z-index: -2;
  border-top: 8px solid var(--red);
  border-bottom: 8px solid var(--red);
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Group-27.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.stock {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.header-img-wrap {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -57px;
  display: flex;
  position: relative;
}

.header-bottle-1 {
  position: absolute;
  inset: auto auto -2% -3%;
}

.heading-13 {
  color: var(--red);
  font-family: Bebas Neue, sans-serif;
  font-size: 80px;
}

.guarantee-heading {
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.badge {
  background-color: #ebebeb;
}

.badge-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-section {
  background-color: #fff;
}

.footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-23 {
  text-align: center;
  font-size: 12px;
}

.statement {
  border: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: flex;
}

.footer-div {
  background-color: #000;
  width: 1px;
  height: 12px;
}

.all-rights {
  font-size: 12px;
}

.paragraph-6 {
  text-align: center;
  font-size: 12px;
}

.footer-padding {
  padding-top: 64px;
  padding-bottom: 64px;
}

.link {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.form-bottom-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.first-bottle {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 1;
}

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

.input-field {
  color: #000;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 6px;
  width: 100%;
  min-height: 43px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
}

.form-component {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: linear-gradient(180deg, var(--dark-red), var(--red) 53%, var(--dark-red));
  flex-flow: column;
  max-width: 436px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.form fieldset {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.form-wrap {
  flex-flow: column;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.button2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow);
  color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  width: 100%;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

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

.button-wrap {
  width: 100%;
}

.vs-component {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 16px;
  position: relative;
}

.vs-top1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.vs {
  color: #f1f1f1;
  background-color: #4a4a4a;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 16px #0000001a;
}

.vs-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.vs-card.white {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}

.features-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  display: flex;
}

.vs-heading-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.vs-heading {
  color: var(--red);
  letter-spacing: 4px;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.text-block-24 {
  color: var(--black);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

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

.background-block2 {
  z-index: -1;
  background-image: linear-gradient(#980404, #c30102 49%, #980404);
  width: 200vw;
  height: 110%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.rating {
  opacity: .5;
  font-size: 16px;
}

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

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

.image-12 {
  height: 16px;
}

.button-max-w {
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

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

.div-block-60 {
  text-align: left;
}

.h2-small {
  font-size: 48px;
}

.heading-highlight {
  background-color: var(--red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
}

.heading-sm {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-15 {
  color: var(--red);
  font-size: 80px;
  line-height: 1;
}

.text-block-26 {
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.paragraph-wrap {
  padding-top: 8px;
  padding-right: 8px;
  font-size: 15px;
}

.paragraph-wrap.v2 {
  text-align: left;
  padding-left: 8px;
  padding-right: 0;
}

.min-h-190 {
  justify-content: flex-start;
  align-items: center;
  min-height: 190px;
  display: flex;
}

.div-block-61 {
  max-width: 350px;
}

.div-block-63 {
  min-width: 494px;
}

.header-padding {
  padding-top: 40px;
}

.superscript {
  font-size: 12px;
}

.list-bold-text {
  color: var(--white);
  font-weight: 700;
}

.situation-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}

.superscript-2 {
  font-size: 20px;
    top: -30px;
}

.div-block-65 {
  max-width: 660px;
}

.superscript-3 {
  font-size: 24px;top: -30px;
}

.confident-grid {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-66 {
  position: relative;
}

.text-block-27 {
  opacity: .5;
}

.heading-span {
  font-size: 81px;
}

.list-dot1 {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.feature-list-item2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d0d0d0;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 17px;
  display: flex;
}

.confident-content-wrap {
  flex-flow: column;
  padding-bottom: 16px;
  display: flex;
}

.image-13 {
  position: absolute;
  inset: auto auto -4% -2%;
}

.header-rating-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.confident-padding {
  padding-top: 32px;
}

.prime-component {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #494949, var(--black) 2%);
  border-radius: 24px;
  padding-top: 24px;
  overflow: hidden;
}

.percentage {
  opacity: .5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.prime-heading-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.how-has {
  font-size: 50px;
}

.recommended-component {
  flex-flow: column;
  display: flex;
}

.confident-img {
  border-radius: 20px;
}

.text-break {
  display: block;
}

.formula-padding {
  padding-bottom: 52px;
}

.div-block-71 {
  max-width: 510px;
}

@media screen and (max-width: 991px) {
  ._5-stars {
    height: 20px;
  }

  .header-img {
    display: none;
  }

  .header-img.ismobile {
    display: block;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .bg-block {
    width: 100vw;
  }

  .strip {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-8 {
    font-size: 64px;
  }

  .prime-title {
    font-size: 36px;
  }

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

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .header-img-wrap {
    margin-bottom: 0;
  }

  .header-bottle-1 {
    display: none;
  }

  .form-component {
    z-index: 5;
    max-width: 100%;
    position: relative;
  }

  .vs-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .vs {
    inset: 0% auto auto 50%;
  }

  .vs-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .background-block2 {
    width: 100vw;
  }

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

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

  .confident-grid {
    grid-template-columns: 1fr;
  }

  .confident-content-wrap {
    padding-bottom: 0;
  }

  .how-has {
    font-size: 40px;
  }

  .text-break {
    width: 6px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  .padding-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .main-button {
    justify-content: center;
    align-items: center;
  }

  .header-img {
    height: 550px;
  }

  .header-img.ismobile {
    height: auto;
  }

  .hero-paragraph {
    font-size: 19px;
  }

  .header-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .feature-list-item {
    font-size: 16px;
  }

  .text-block-5, .men-over {
    font-size: 24px;
  }

  .situation-heading-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .situation-grid-1 {
    grid-template-columns: 1fr 1fr;
  }

  .situation-grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .sub-text-hero {
    font-size: 24px;
  }

  .causes-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-50 {
    font-size: 40px;
  }

  .heading-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .formula-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    font-size: 64px;
  }

  .heading-8 {
    font-size: 48px;
  }

  .how-has-bg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .prime-title {
    font-size: 32px;
  }

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

  .prime-grid-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .benefits-img-wrap {
    display: flex;
  }

  .text-heading-sm {
    font-size: 22px;
  }

  .inside-card {
    width: auto;
  }

  .benefits-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .inside-img {
    display: none;
  }

  .inside-img.ismobile {
    display: block;
  }

  .inside-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .inside-card1 {
    width: auto;
  }

  .recommended-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .heading11 {
    font-size: 64px;
  }

  .mb-medium {
    margin-bottom: 24px;
  }

  .recomanded-grid2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reviews-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .quote-title {
    font-size: 26px;
  }

  .reviews-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .reviews-list {
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 60px;
  }

  .header-img-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .header-bottle-1 {
    height: 200px;
  }

  .heading-13 {
    font-size: 64px;
  }

  .guarantee-heading {
    font-size: 36px;
  }

  .badge-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .statement {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .first-bottle {
    font-size: 40px;
  }

  .form-component {
    max-width: 100%;
  }

  .vs-component {
    padding: 10px;
  }

  .vs-top1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .vs-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 48px 32px;
  }

  .vs-heading-wrap {
    min-height: auto;
  }

  .vs-heading {
    font-size: 36px;
  }

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

  .h2-small {
    font-size: 32px;
  }

  .heading-15 {
    font-size: 58px;
  }

  .text-block-26 {
    font-size: 27px;
  }

  .min-h-190 {
    min-height: auto;
  }

  .situation-padding {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .confident-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-66 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-span {
    font-size: 66px;
  }

  .button-wrapper {
    margin-top: 16px;
  }

  .percentage {
    font-size: 20px;
  }

  .prime-heading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .how-has {
    font-size: 31px;
  }

  .prime-sm-image {
    height: 150px;
  }

  .confident-img {
    height: 550px;
  }

  .text-break {
    width: 5px;
  }

  .formula-padding {
    padding-bottom: 32px;
  }

  .heading-17 {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  .padding-vertical {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._5-stars {
    height: 16px;
  }

  .rating-wrap {
    flex-flow: column;
  }

  .header-img {
    height: 350px;
  }

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

  .hero-paragraph {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 17px;
  }

  .bg-block {
    min-height: 110%;
  }

  .mb-small {
    margin-bottom: 16px;
  }

  .mb-large {
    margin-bottom: 32px;
  }

  .men-over {
    font-size: 20px;
  }

  .confident-text {
    font-size: 16px;
  }

  .strip {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .situation-heading-wrap {
    text-align: center;
    background-image: none;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .situation-grid-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .situation-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sub-text-hero {
    font-size: 20px;
    font-weight: 700;
  }

  .causes-grid {
    grid-template-columns: 1fr;
  }

  .causes-title-wrap {
    font-size: 22px;
  }

  .h2-50 {
    font-size: 36px;
  }

  .steps {
    font-size: 52px;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .how-has-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prime-title {
    font-size: 36px;
  }

  .prime-grid-content {
    padding: 28px 16px;
  }

  .strip-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-heading-sm {
    font-size: 20px;
  }

  .sub-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 16px;
  }

  .inside-img {
    height: 300px;
  }

  .text-heading-wrap1 {
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .recommended-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading11 {
    font-size: 48px;
  }

  .recomanded-grid2 {
    text-align: center;
    place-items: start center;
    padding: 20px;
  }

  .quote-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .reviews-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .confident-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    font-size: 42px;
  }

  .header-bottle-1 {
    height: 125px;
    bottom: -1.5%;
    left: -1.5%;
  }

  .heading-13 {
    font-size: 55px;
  }

  .guarantee-heading {
    font-size: 32px;
  }

  .footer-menu {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-div {
    display: none;
  }

  .first-bottle {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-component {
    border-width: 3px;
  }

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

  .button2 {
    width: 100%;
    min-height: 52px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }

  .vs-component {
    padding: 8px;
  }

  .vs-top1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .vs-card {
    padding: 24px 16px;
  }

  .vs-card.white {
    padding: 48px 10px 24px;
  }

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

  .text-block-24 {
    font-size: 20px;
  }

  .background-block2 {
    height: 105%;
  }

  .button-max-w {
    max-width: 100%;
  }

  .h2-small {
    font-size: 40px;
    line-height: 1;
  }

  .heading-sm {
    font-size: 20px;
  }

  .heading-15 {
    font-size: 38px;
  }

  .text-block-26 {
    font-size: 30px;
  }

  .header-padding {
    padding-top: 32px;
  }

  .situation-padding {
    padding-bottom: 40px;
  }

  .superscript-2 {
    font-size: 28px;
  }

  .superscript-3 {
    font-size: 26px;
  }

  .confident-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-span {
    font-size: 46px;
  }

  .confident-content-wrap {
    padding-bottom: 0;
  }

  .image-13 {
    width: 125px;
  }

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

  .heading-16 {
    font-size: 44px;
  }

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

  .prime-component {
    padding-top: 16px;
  }

  .percentage {
    font-size: 22px;
  }

  .prime-heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    height: auto;
  }

  .how-has {
    font-size: 32px;
  }

  .docter-img-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .guarantee-img {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .confident-img {
    height: 350px;
  }
}

#w-node-_2eb72b12-6933-b115-7762-862bce66b1ae-c8a4a81d, #w-node-fb4fdbb6-12a6-6548-ab2d-0704263163a1-c8a4a81d, #w-node-_49697440-7d3b-0360-cf8b-800c63060011-c8a4a81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e1cf3e1c-a22b-035d-3f26-05c085bded78-c8a4a81d, #w-node-_7d0037a7-6a39-ecd8-22f9-2c916feb6781-c8a4a81d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2eb72b12-6933-b115-7762-862bce66b1ae-c8a4a81d {
    order: -9999;
  }

  #w-node-_2a8baef5-b5c6-547b-da04-c4012f0c7e23-c8a4a81d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_429b3e4b-83b7-78a7-d51a-eab7898b52a4-c8a4a81d {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1cf3e1c-a22b-035d-3f26-05c085bded78-c8a4a81d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}




.pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
.error {
    border: 1px solid red!important;box-shadow:inset 0 0 1px 1px red;
}
label.error{
display: none!important;
}

.arrow-down {
      font-size: 40px;
      animation: blink-move 1s infinite;
      color: #000;
      text-align: center;
      display: inline-block;
    }

    @keyframes blink-move {
      0%   { opacity: 1; transform: translateY(0); }
      50%  { opacity: 0; transform: translateY(5px); }
      100% { opacity: 1; transform: translateY(0); }
    }

sup {
    top: -.7em;
}

sup.superscript-4 {
    font-size: 24px;
    top: -44px;
}