:root {
  --black: #000;
  --dark-green: #069010;
  --green: #32ff06;
  --pink: #be407a;
  --white: white;
  --dark-pink: #812552;
  --gray: #bfbfbf;
  --light-pink: #febedc;
}

.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);
  background-color: #dad1d4;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

.container {
  max-width: none;
}

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

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

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--dark-green);
  background-color: var(--green);
  color: #000;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button:hover {
  opacity: .9;
}

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

.f-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.text-block {
  opacity: .6;
  font-family: League Gothic, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.reviews-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.mb-xsmall-top {
  margin-top: 10px;
}

.section {
  border: 5px solid var(--pink);
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.difference {
  background-color: var(--dark-pink);
  color: var(--white);
  background-image: url('../images/sdfdsfsfssdf.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
}

.section.form {
  z-index: 5;
  background-color: var(--dark-pink);
  color: var(--white);
  background-image: url('../images/asdasdasdad.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 0;
}

.section.works {
  background-image: url('../images/Layer-23.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.science {
  background-image: url('../images/sdfdsfs.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.expect {
  background-image: url('../images/Layer-19.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.inside {
  z-index: 5;
}

.section.results {
  background-image: url('../images/Layer-24.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.everyday {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.everyday-wrap {
  max-width: 400px;
  font-size: 30px;
  font-weight: 600;
}

.everyday-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--pink);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

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

.leptin-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.max-w-400 {
  max-width: 400px;
  font-size: 20px;
  font-weight: 700;
}

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

.leptin-img-wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

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

.leptin-img-2 {
  border-radius: 3px;
}

.leptin-img-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  text-align: center;
  border: 1px solid #00000040;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.max-w-650 {
  max-width: 650px;
}

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

.item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  display: flex;
}

.science-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text1 {
  color: var(--pink);
  font-family: League Gothic, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.button1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #32ff05;
  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%;
}

.button1:hover {
  background-color: #2ae401;
}

.form-bottom-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

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

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

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  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;margin-bottom: 20px;
}

.form-wrap {
  padding: 12px;
}

.form-component {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #000;
  border: 4px solid #d86499;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
}

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

.first-bottle {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.button-wrap {
  width: 100%;
}

.review {
  opacity: .5;
  color: #fff;
  font-size: 12px;
}

.expect-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.weeks-wrap2 {
  text-align: center;
  border-right: 1px solid #dad1d5;
  flex: none;
  padding-right: 24px;
}

.expect-item-text {
  font-family: League Gothic, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.weeks {
  font-family: League Gothic, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.dot1 {
  background-color: var(--black);
  border-radius: 100px;
  flex: none;
  width: 4px;
  height: 4px;
  margin-top: 10px;
}

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

.expect-item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.week-1-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff8fb;
  border: 1px solid #0000001a;
  border-right-color: #0003;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.week-1-2.type2 {
  background-color: #fff4f9;
}

.week-1-2.typ3 {
  background-color: #f6dae6;
}

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

.text-span-4 {
  color: var(--gray);
}

.inside-img2 {
  width: 96px;
}

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

.difference-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-58 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.difference-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ingredients-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.ingrdients-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.ingredient-img-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.item-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fef8fe;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-h32 {
  font-size: 42px;
  font-weight: 500;
}

.div-block-68 {
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.people-wrap, .list-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.without {
  opacity: .75;
  color: var(--light-pink);
  font-family: League Gothic, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
}

.reviews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.verified {
  opacity: .5;
  font-size: 14px;
}

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

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

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

.heading-content {
  background-color: var(--pink);
  padding: 12px 48px 12px 32px;
  line-height: 1.1;
}

.heading-content.islarge {
  width: 100%;
  max-width: 780px;
}

.heading-content.ghgfdg {
  width: 100%;
  max-width: 650px;
}

.heading-tag {
  letter-spacing: 3px;
  font-family: League Gothic, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.section-heading-wrap {
  z-index: 5;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: -34px;
  display: flex;
  position: relative;
}

.leptin {
  background-color: #fef8fe;
  border-radius: 16px;
  padding: 24px;
}

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

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

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

.always {
  color: var(--pink);
  font-family: League Gothic, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.always.pink {
  color: var(--light-pink);
}

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

.people-item2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.img-relative {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 270px;
  display: flex;
  position: relative;
}

.faq-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.faw-wrap {
  flex-flow: column;
  width: 100%;
}

.faq-head {
  border-bottom: 2px solid var(--pink);
  cursor: pointer;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: League Gothic, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.line-1 {
  background-color: var(--pink);
  border-radius: 100px;
  width: 20px;
  min-height: 3px;
}

.plus {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.line-v {
  background-color: var(--pink);
  border-radius: 100px;
  width: 3px;
  min-height: 20px;
  position: absolute;
}

.faq-body {
  width: 100%;
  overflow: hidden;
}

.faq-body-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.age {
  color: #febedc;
  text-align: right;
  text-shadow: 2px 2px 1px #0003;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.fat-left {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.header-img {
  z-index: 5;
  position: absolute;
  inset: auto -5% 0% auto;
}

.main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}


@media screen and (max-width: 1320px) {

  .header {
    max-width: 1050px!important;
  }

  .section {
    max-width: 1050px!important;
  }

  .container-3 {
    max-width: 1050px!important;
  }


}



.header {
  z-index: 5;
  background-color: var(--dark-pink);
  color: var(--white);
  background-image: url('../images/bg-heronew.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.why-most {
  font-family: League Gothic, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.acc-text {
  letter-spacing: 2px;
  text-shadow: 2px 2px #00000040;
  font-family: League Gothic, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 1;
}

.heading-3 {
  text-shadow: 4px 4px #00000040;
  font-size: 100px;
  line-height: .9;
}

.header-content111 {
  max-width: 800px;
}

.header-content-left {
  padding-left: 32px;
}

.mb-custom2 {
  margin-bottom: 40px;
}

.header-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 390px;
  display: flex;
}

.button-full-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.stars-img {
  height: 18px;
}

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

.heading-4 {
  text-align: right;
  font-size: 95px;
  line-height: .9;
}

.ingredients-img-wrap {
  margin-top: 80px;
}

.lepticell-img1 {
  z-index: 10;
  position: absolute;
  inset: auto -5% -4% auto;
}

.header-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: #000;
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 28px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.header-button:hover {
  opacity: .9;
}

.graph1 {
  z-index: -2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.science-img {
  position: absolute;
  inset: 2% 3% auto auto;
}

.ingrdients-img1 {
  max-width: none;
  height: 475px;
  position: absolute;
}

.image-7 {
  position: absolute;
}

.img-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-right: 24px;
  display: block;
}

.women {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% -2%;
}

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

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

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

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

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

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

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

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

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

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

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

.fat-img2 {
  z-index: -3;
  max-width: 100%;
  position: absolute;
  inset: auto auto 13% 14%;
}

.cta-wrapper {
  z-index: 10;
  margin-left: -32px;
  position: relative;
}

.flowers {
  z-index: -2;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-8 {
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-wrappp {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 152px;
  display: flex;
}

.people-img {
  max-width: none;
}

.inside-left {
  position: relative;
}

.image-10 {
  z-index: -1;
  max-width: 500px;
  position: absolute;
  inset: 10% auto auto -32px;
}

.accelerate {
  color: var(--light-pink);
}

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

.note {
  text-align: center;
  padding: 16px;
}

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

.line-break {
  display: block;
}

.mobile-img {
  display: none;
}

.text-block-24 {
  text-align: center;
  padding: 24px;
}

.image-13, .image-14, .image-15, .image-16 {
  border: 6px solid #0e423d;
}

@media screen and (max-width: 991px) {
  .everyday {
    grid-template-columns: 1fr;
  }

  .form-component {
    z-index: 5;
    max-width: 350px;
    margin-left: auto;
    position: relative;
  }

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

  .expect-grid, .inside-gridd, .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .without {
    font-size: 36px;
  }

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

  .header-img {
    height: 400px;
  }

  .header-content-left {
    padding-left: 24px;
  }

  .mb-custom2 {
    margin-bottom: 28px;
  }

  .ingredients-img-wrap {
    display: none;
  }

  .lepticell-img1 {
    height: 200px;
  }

  .science-img {
    display: none;
  }

  .ingrdients-img1 {
    position: static;
  }

  .cta-wrapper {
    margin-top: 10px;
  }

  .flowers {
    height: 150px;
  }
}

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

  h3 {
    font-size: 36px;
  }

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

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

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

  .f-item, .text-block {
    font-size: 20px;
  }

  .section {
    border-width: 4px;
  }

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

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .text1 {
    font-size: 28px;
  }

  .weeks-wrap2 {
    padding-right: 20px;
  }

  .expect-item-text {
    font-size: 48px;
  }

  .weeks {
    font-size: 22px;
  }

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

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

  .item-card {
    flex-flow: column;
  }

  .without {
    font-size: 32px;
  }

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

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

  .section-heading-wrap {
    margin-left: -24px;
  }

  .leptin {
    padding: 20px;
  }

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

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

  .people-item2 {
    order: -1;
  }

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

  .faq-head {
    font-size: 28px;
  }

  .age {
    font-size: 36px;
  }

  .header-img {
    height: 250px;
  }

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

  .why-most {
    font-size: 30px;
    line-height: 1.1;
  }

  .acc-text {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 75px;
  }

  .header-content-left {
    padding-left: 16px;
    padding-right: 175px;
  }

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

  .heading-4 {
    font-size: 75px;
  }

  .lepticell-img1 {
    height: 125px;
  }

  .header-button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .graph1 {
    height: 150px;
  }

  .women {
    height: 750px;
  }

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

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

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

  .cta-wrapper {
    margin-left: -24px;
  }

  .image-8 {
    height: 175px;
  }

  .img-wrappp {
    min-height: 140px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

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

  .header-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

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

  .f-item {
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
  }

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

  .reviews-component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .section.form {
    background-image: linear-gradient(90deg, var(--dark-pink), var(--pink));
  }

  .section.expect {
    background-size: 110%;
  }

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

  .everyday-item {
    font-size: 16px;
  }

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

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

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

  .science-text {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text1 {
    font-size: 28px;
  }

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

  .form-button-wrap {
    flex-flow: wrap;
  }

  .form-component {
    border-width: 3px;
    width: 100%;
    max-width: none;
  }

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

  .weeks-wrap2 {
    padding-right: 16px;
  }

  .expect-item-text {
    font-size: 40px;
  }

  .weeks {
    font-size: 16px;
  }

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

  .week-1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .difference-grid {
    grid-row-gap: 24px;
  }

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

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

  .without {
    font-size: 30px;
  }

  .reviews {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }


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

  .heading-content, .heading-content.islarge, .heading-content.ghgfdg {
    padding: 10px 32px 10px 16px;
  }

  .heading-tag {
    font-size: 22px;
  }

  .section-heading-wrap {
    margin-left: -16px;
  }

  .leptin {
    padding: 16px;
  }

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

  .verfied-2 {
    font-size: 14px;
  }

  .always {
    font-size: 20px;
  }

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

  .people-item2 {
    padding: 16px;
  }

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

  .faq-head {
    font-size: 26px;
  }

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

  .age {
    text-align: center;
    font-size: 32px;
  }

  .fat-left {
    height: auto;
  }

  .header-img {
    height: 200px;
    display: none;
  }

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

  .header {
    background-position: 15% 0;
  }

  .acc-text {
    font-size: 29px;
  }

  .heading-3 {
    font-size: 63px;
  }

  .header-content-left {
    padding-left: 10px;
    padding-right: 0;
  }

  .header-cta {
    max-width: 100%;
  }


  .heading-4 {
    text-align: center;
    font-size: 56px;
  }

  .lepticell-img1 {
    height: 90px;
    display: none;
    bottom: -2%;
    right: -2%;
  }

  .header-button {
    min-height: 52px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .graph1 {
    height: 125px;
  }

  .ingrdients-img1 {
    max-width: 100%;
    height: auto;
  }

  .img-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    padding-right: 0;
  }

  .women {
    display: none;
    left: -15%;
  }

  .footer-div {
    display: none;
  }

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

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

  .fat-img2 {
    display: none;
  }

  .cta-wrapper {
    margin-left: -16px;
    display: none;
  }

  .flowers {
    height: 60px;
  }

  .image-8 {
    height: 75px;
  }

  .img-wrappp {
    min-height: 30px;
  }

  .header-mobile-img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-break {
    width: 8px;
    display: inline-block;
  }

  .mobile-img {
    text-align: center;
    margin-top: 16px;
    display: block;
  }

  .image-11 {
    text-align: center;
    max-width: 60%;
  }

  .image-12 {
    max-width: 70%;
  }
}

#w-node-e0b7e18e-4cab-bc1f-2fab-84fbc13d3cce-b6ff6aeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6d5b44c0-ffe7-4959-7d8b-6404deb0366a-b6ff6aeb {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48d40378-f6c8-a217-1bff-0a9d72aba9e5-b6ff6aeb {
    order: -9999;
  }
}


.error {
    border: 1px solid red;
}
label.error {
    display: none!important;
}

@media screen and (max-width: 767px) {

  .hideonmobile{
    display: none!important;
  }

  .showonmobilebtn{
    display: flex!important;
  }

 .header-cta {
      margin-top: 10px;
  }
  .main {
      padding-top: 0px!important;
     
  }
 
}
