:root {
  --white: white;
  --black: black;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

strong {
  color: #000;
  font-weight: 700;
}

.header {
  background-color: #fff;
  background-image:
    linear-gradient(#ffffff40, #ffffff40),
    url("../images/background_1background.avif");
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  padding-top: 15px;
  padding-bottom: 0;
}

.logo-holder {
  width: auto;
}

.logo-holder._2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.logo-holder.center {
  text-align: center;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.link-block {
  color: #fff;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.text-block {
  color: #40b190;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.text-block.white {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 47px;
}

.text-block.white:hover {
  text-decoration: none;
}

.text-block.white.medium {
  font-size: 35px;
  line-height: 45px;
}

.button {
  background-color: #ff8c00;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin-left: 50px;
  display: flex;
}

.button:hover {
  font-size: 14px;
  transform: scale(1.1);
}

.button.left {
  text-transform: uppercase;
  border: 1px solid #40b190;
  width: 450px;
  height: 60px;
  margin-left: 0;
}

.button.left:hover {
  transform: scale(1.1);
}

.button.left.purple {
  background-color: #66edc6;
  margin-top: 50px;
}

.button.left.white {
  color: #2500b9;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 20px;
}

.button.bottom {
  text-transform: uppercase;
  width: 90%;
  height: 70px;
  margin-left: 0;
}

.button.bottom:hover {
  transform: scale(1.1);
}

.button.bottom.purple {
  background-color: #2500b9;
  margin-top: 50px;
}

.button.bottom.white {
  color: #2500b9;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 20px;
}

.button.red {
  background-color: #ff3b3e;
  width: 500px;
  height: 60px;
  margin-left: 0;
}

.button.red._2 {
  background-color: #43d0ff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.button.new-packs {
  width: 90%;
  margin-left: 0;
}

.image {
  width: 150px;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.text-block-2.purple-button {
  color: #40b190;
}

.disclaimer {
  background-color: #2500b9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-section {
  background-color: #e9fde8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #40b190;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.heading.white {
  color: #fff;
  margin-bottom: 50px;
}

.heading.white.medium {
  font-size: 40px;
  line-height: 50px;
}

.heading.center {
  color: #62bbd3;
  text-align: center;
}

.heading.sub {
  font-size: 31px;
  line-height: 42px;
}

.heading.side {
  color: #40b190;
}

.paragraph {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.box {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.no-space {
  padding-top: 0;
}

.paragraph.center {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.paragraph.bullet {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}

.paragraph.square {
  border-top: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.white-div-block {
  text-align: left;
  background-color: #fff;
  border: 5px solid #ff8c00;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  display: flex;
}

.bold-text {
  color: #43d0ff;
}

.div-block-2-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  max-width: 150px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-2.icons {
  color: #333;
  text-align: center;
  width: 450px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-2.bottom {
  color: #333;
  text-align: center;
  width: 700px;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-27 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.image-42 {
  align-self: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  width: 350px;
  margin-top: 20px;
}

.bold-text-14 {
  color: #333;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.div-block-4 {
  padding-bottom: 10px;
  display: none;
}

.left-s2-p3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
}

.image-39 {
  float: none;
  filter: brightness(0%);
  margin-right: 2px;
  display: inline-block;
}

.secure {
  width: 450px;
}

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

.text-block-12 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-decoration: line-through;
  display: flex;
}

.text-block-12.bold {
  color: #40b190;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-12.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
}

.columns-14 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 42px 0;
  display: flex;
}

.columns-14._2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding: 29px 0;
  display: flex;
}

.image-26 {
  display: none;
}

.div-block-20 {
  width: 500px;
}

.div-block-20.bottom {
  border: 2px #43d0ff;
  border-radius: 0;
  width: 450px;
  padding: 0;
}

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

.section {
  background-color: #43d0ff;
  background-image:
    linear-gradient(#43d0ff9e, #43d0ff9e),
    url("../images/Collagen_1Collagen.avif"),
    linear-gradient(#43d0ffde, #43d0ffde), url("../images/Dots_1Dots.webp");
  background-position:
    0 0,
    0 -8px,
    0 0,
    149%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, contain, auto, contain;
}

.container-3 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.purple {
  color: #62bbd3;
  font-size: 20px;
}

.column {
  padding-left: 30px;
}

.div-block-23 {
  background-image: url("../images/HairDoctor_1HairDoctor.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.why-section {
  background-color: #43d0ff;
  background-image:
    linear-gradient(#62bbd3d4, #62bbd3d4), url("../images/BG_1BG.avif"),
    linear-gradient(#62bbd3db, #62bbd3db);
  background-position:
    0 0,
    0 0,
    0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
}

.process-section {
  border-bottom: 2px #62bbd3;
}

.container-4 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.columns-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-24 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-25 {
  background-color: #40b190;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.expert-section {
  background-image:
    linear-gradient(90deg, #fff, #fff0 91% 104%),
    url("../images/HairDoctor2_1HairDoctor2.avif");
  background-position:
    0 0,
    154% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.container-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-section {
  background-color: #62bbd3;
}

.column-2 {
  padding: 150px 100px;
}

.column-3 {
  background-image: url("../images/happy-man_1happy-man.avif");
  background-position: 51% 17%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-43 {
  height: 100%;
}

.div-block-26 {
  width: auto;
  height: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials {
  background-image:
    linear-gradient(#fffffff5, #fffffff5),
    url("../images/CH_Hair_RiceBranOil_x2_1CH_Hair_RiceBranOil_x2.avif");
  background-position:
    0 0,
    100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.container-6 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.columns-16 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-17 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-2-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.columns-12 {
  margin-top: 50px;
  margin-bottom: 80px;
}

.button-2 {
  color: #20207e;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  width: 300px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.2s;
}

.button-2:hover {
  background-color: #afc5ff;
  font-size: 30px;
}

.text-block-7 {
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  text-decoration: line-through;
}

.text-block-7.big {
  color: #43d0ff;
  width: auto;
  font-size: 56px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-7.big.left {
  text-align: left;
  width: 100%;
  font-size: 63px;
  line-height: 66px;
}

.text-block-7.big.left._50 {
  width: 80%;
}

.text-block-7.big.left._50.white.center {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.bottle-and-text-wrapper-copy {
  background-color: #3d8ba0;
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin-top: 20px;
  padding: 50px;
  display: flex;
}

.div-block-28 {
  padding-top: 50px;
}

.div-block-28.white {
  padding-top: 0;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-8.white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.text-block-8.white.cebter {
  text-align: center;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.light-blue {
  color: #fff;
}

.order-section {
  background-color: #40b190;
  background-image: linear-gradient(#007e7a00, #007e7a00);
  overflow: hidden;
}

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

.image-25 {
  border: 4px solid #fff;
  box-shadow: 0 2px 5px #0003;
}

.count-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.image-46 {
  max-width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-block-16-copy {
  background-color: #fff;
  background-image:
    linear-gradient(#ffffffe3, #ffffffe3),
    url("../images/CTA-man_1CTA-man.avif");
  background-position:
    0 0,
    38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
  box-shadow: 0 2px 10px #0003;
}

.text-block-9 {
  text-align: center;
  align-self: center;
  width: 50%;
  padding-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-9.full {
  width: 80%;
}

.div-block-18 {
  width: 500px;
}

.div-block-18.bottom {
  background-color: #fff0;
  border-radius: 100px;
  width: auto;
  padding: 0 20px;
}

.text-block-28 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.image-47 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.count-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e9e900;
  border-radius: 24px;
  flex-flow: row;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 14px;
  display: flex;
}

.left-s2-p3-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
}

.text-block-29 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.image-23 {
  display: none;
}

.text-block-30 {
  color: #40b190;
  text-align: center;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.bold-text-22 {
  color: #62bbd3;
  font-size: 40px;
  line-height: 50px;
}

.heading-2 {
  color: #6600f8;
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-32 {
  color: #ffdf00;
  background-color: #fff;
  border: 2px solid #40b190;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 9px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-32._2 {
  border: 2px solid #40b190;
  flex-direction: row;
  align-items: center;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-32._2:hover {
  box-shadow: none;
}

.bold-text-19 {
  color: #40b190;
  -webkit-text-stroke-color: #f80;
}

.count-wrap {
  color: #160042;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.div-block-31 {
  color: #00e472;
  background-color: #62bbd3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.text-block-32 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-decoration: line-through;
  display: flex;
}

.text-block-32.bold {
  color: #40b190;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-32.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.columns-18 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.columns-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 42px 0;
  display: flex;
}

.columns-5._2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.count-number {
  color: red;
  text-shadow: 0 4px 1px #0003;
  margin-bottom: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
}

.image-48 {
  max-width: 100px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.image-48._2 {
  margin-right: 0;
}

.submit-button {
  text-transform: uppercase;
  background-color: #2caa02;
  border-radius: 100px;
  width: 100%;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  transition: all 0.2s;
  box-shadow: 0 4px #367700;
}

.submit-button:hover {
  background-color: #248d01;
  font-size: 38px;
}

.image-2-copy {
  max-width: 50px;
  margin-right: 5px;
}

.form-block {
  margin-top: 15px;
}

.text-field {
  text-align: center;
  background-color: #fff;
  border: 2px solid #6600f8;
  border-radius: 100px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
}

.bold-text-20 {
  color: #333;
  text-align: left;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 12px;
  display: inline-block;
}

.order-cta-section {
  background-color: #62bbd3;
  background-image:
    linear-gradient(#62bbd3ed, #62bbd3ed), url("../images/Dots_1Dots.webp");
  background-position:
    0 0,
    23%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bold-text-23 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.bold-text-24 {
  color: #fff;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.link-block-3 {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-block-3.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4,
.link-block-5,
.link-block-6 {
  text-decoration: none;
}

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

.image-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-form-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-main-wrapper {
  background-color: #8cb12f;
  background-image:
    linear-gradient(#8cb12fde, #8cb12fde), url("../images/2_12.avif");
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-main-wrapper.success {
  background-image:
    linear-gradient(#ff8c00cc, #ff8c00cc), url("../images/spray_1.avif");
  background-position:
    0 0,
    100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  padding-left: 70px;
}

.text-block-3-centered {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-3-centered.success {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 32px;
}

.text-block-3-centered.success-white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.sysf-form.sysf-form-horizontal {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.success-section {
  background-image:
    linear-gradient(#ffffffd9, #ffffffd9), url("../images/BG_1BG.avif");
  background-position:
    0 0,
    0%;
  background-size: auto, cover;
  padding-bottom: 123px;
}

.sysf-input {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: #85a5ff;
}

.sysf-input:active {
  border-color: #597ef7;
}

.sysf-input:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.sysf-input::placeholder {
  color: #838d95;
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000014;
}

.sysf-input.sysf-medium.sysf-horizontal {
  margin-bottom: 0;
  margin-right: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.s1-text {
  color: #000;
  text-align: center;
  font-size: 21px;
}

.s1-text._2 {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.s1-text._2.pink {
  color: #003fb4;
  text-align: left;
  text-shadow: none;
  font-size: 28px;
}

.s1-text._2.pink.c {
  color: #003fb4;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 54px;
}

.divider {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.image-51 {
  border-radius: 20px;
}

.sysf-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.25s;
  position: relative;
}

.sysf-button:hover {
  background-color: #597ef7;
}

.sysf-button:active {
  background-color: #1d39c4;
}

.sysf-button:focus {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
  background-color: #ff0015;
  border-radius: 6px;
  padding: 9px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.sysf-button.sysf-medium:hover {
  background-color: #d50012;
}

.sysf-button.sysf-medium:active {
  background-color: #0084e2;
}

.sysf-button.sysf-medium:focus {
  background-color: #af0003;
}

.columns-19 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-36 {
  float: none;
  color: #62bbd3;
  text-align: center;
  object-fit: contain;
  background-color: #62bbd3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 20%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.form-block-2 {
  padding-top: 25px;
}

.bold-text-17 {
  color: #e8318a;
  font-size: 36px;
}

.bold-text-17.success {
  color: #2500b9;
  font-size: 60px;
}

.small {
  padding: 85px 0;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.uui-footer07_legal-link {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.uui-footer07_legal-link:hover {
  color: #475467;
}

.footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-85 {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid #62bbd3;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 15px;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.container-7 {
  padding-top: 50px;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-43 {
  color: #2500b9;
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-4 {
  color: #f78404;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-47 {
  color: #ff8c00;
}

.paragraph-5 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-12 {
  color: #ff8c00;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-13 {
  color: #62bbd3;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.container-8 {
  font-size: 20px;
  line-height: 30px;
}

.bold-text-48,
.heading-14 {
  color: #002d81;
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-6 {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
}

.packs {
  background-image:
    linear-gradient(#ffffffc9, #ffffffc9), url("../images/man-hero_2.avif"),
    url("../images/spray_1.avif");
  background-position:
    0 0,
    -56% 100%,
    131%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  padding-bottom: 0;
}

.packs.upsell {
  background-image:
    linear-gradient(#ffffffc9, #ffffffc9),
    url("../images/HeroMan_1HeroMan.avif"),
    url("../images/CH_Biotin_hair_1CH_Biotin_hair.avif");
}

.packs.downsell {
  background-image:
    linear-gradient(#ffffffc9, #ffffffc9),
    url("../images/HeroMan_1HeroMan.avif"),
    url("../images/CH_Collagen_1CH_Collagen.avif");
}

.packs.upsell-2 {
  background-image:
    linear-gradient(#ffffffc9, #ffffffc9),
    url("../images/HeroMan_1HeroMan.avif"),
    url("../images/serum-1_1serum-1.avif");
  background-position:
    0 0,
    -89% 100%,
    208%;
}

.bold-text-44 {
  color: #ff0004;
  font-size: 25px;
  font-weight: 400;
  text-decoration: line-through;
}

.bold-text-44.white {
  color: #fff;
}

.image-53 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-99 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.s1-pack-wrapper-2 {
  background-color: #fff;
  border: 3px solid #ff8c00;
  border-bottom-width: 10px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-37 {
  background-color: #40b190;
  border: 3px solid #66edc6;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.money-guarantee {
  color: #40b190;
  text-align: center;
  text-shadow: -3px 1px 18px #fff;
  justify-content: center;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.text-block-34-copy {
  color: #7e868b;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-34-copy.white {
  color: #fff;
}

.div-block-38 {
  text-align: center;
}

.text-span-23 {
  color: #ff8c00;
  font-size: 22px;
  line-height: 0;
}

.text-span-23.white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.image-52 {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-16 {
  color: #2500b9;
  margin-top: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 26px;
  display: block;
}

.text-span-16.white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-wrapper {
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-15 {
  color: #002d81;
  text-shadow: -5px 4px 1px #e6e6e6b0;
  font-size: 87px;
  font-weight: 700;
  line-height: 50px;
}

.text-span-15.white {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 70px;
}

.text-span-15.upsell {
  color: #27b83a;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 70px;
}

.s1-pack-wrapper-fave-2 {
  background-color: #d00;
  border: 3px solid #ff8c00;
  border-bottom-width: 10px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: 10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.bold-text-44-copy {
  color: #219700;
  font-size: 30px;
  text-decoration: none;
}

.bold-text-44-copy.white {
  color: #fff;
}

.s1-pack-price {
  color: #f78404;
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-34 {
  color: #7e868b;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-34.white {
  color: #fff;
  font-size: 20px;
}

.list-container {
  flex-flow: column;
  justify-content: center;
  height: 480px;
  display: flex;
}

.image-54 {
  margin-right: 10px;
}

.div-block-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.s1-pack-text {
  color: #002d81;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.s1-pack-text.upsell {
  color: #2500b9;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.s1-pack-text.white {
  color: #fff;
  font-size: 30px;
}

.s9-top-copy-2-copy-5 {
  text-align: left;
  background-color: #fff;
  border-top: 2px solid #62bbd3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 100px;
  margin: 10px auto 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 5px 0 5px #62bbd3;
}

.s1-pack-container-2 {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  position: relative;
}

.button-copy {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button-copy:hover {
  box-shadow: 0 8px 12px #0003;
}

.button-copy.pack-button {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 23px;
  line-height: 28px;
}

.button-copy.pack-button.green {
  color: #fff;
  background-color: #24a800;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
}

.button-copy.checkoutbutton {
  color: #3baa2e;
  padding: 12px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.div-block-39 {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.per-bottle {
  color: #f78404;
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.checkout {
  background-color: #2500b9;
  background-image:
    url("../images/man-hero_2.avif"), linear-gradient(#2500b9c9, #2500b9c9),
    url("../images/Mark.avif"), url("../images/Dots_1Dots.webp");
  background-position:
    -57% 100%,
    0 0,
    0 0,
    0 0;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 123px;
}

.s2-container-c-2 {
  flex-flow: wrap;
  align-items: center;
  max-width: 1007px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-49 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.bold-text-21 {
  color: #fd0000;
  margin-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  text-decoration: line-through;
}

.text-block-54 {
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  display: block;
}

.item2-p3 {
  width: 60%;
  padding: 10px;
}

.text-field-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-53 {
  color: #fff;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.image-71 {
  float: none;
  filter: invert();
  margin-right: 2px;
  display: inline-block;
}

.text-block-98 {
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
}

.bold-text-42 {
  color: #fff;
  font-size: 16px;
}

.bold-text-32 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.field-2-column-3 {
  width: 48.9%;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.item-1-c {
  flex-direction: column;
  align-items: flex-start;
}

.image-7 {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.text-block-96 {
  color: #fff;
  text-align: center;
  background-color: #3baa2e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.bold-text-50 {
  color: #3baa2e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
}

.field-label-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.field-label-4 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.image-72 {
  display: block;
}

.text-span-18 {
  color: #00f608;
}

.div-block-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-50 {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: line-through;
}

.text-block-50.no-cross {
  text-decoration: none;
}

.bold-text-33 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.text-block-55 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.text-field-4 {
  width: 40%;
  display: inline-block;
}

.text-field-4._2-column {
  width: 50%;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-field-4._2-column._2nd-input {
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-30 {
  float: left;
  margin-right: 10px;
}

.text-block-52 {
  color: #fff;
  text-align: right;
  margin-top: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
}

.item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-51 {
  color: #fff;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.checkout-2 {
  background-color: #002d8100;
  padding: 20px;
}

.text-block-28-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.text-block-49 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.select-field-2 {
  width: 48.9%;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: inline-block;
}

.left-s2-p3-3 {
  text-align: left;
  width: 50%;
  padding: 10px;
}

.text-block-21-copy {
  color: #fff;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.item-wrapper-2-c {
  width: 50%;
}

.text-block-48 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  display: block;
}

.text-block-104 {
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-52 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.form-copy {
  margin-top: 0;
  padding: 10px;
}

.secured-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-9 {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.field-label-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.text-block-72 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.item3-p3 {
  color: #fff;
  text-align: right;
  width: 25%;
  padding: 10px;
}

.text-block-56 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.field-2-column-2 {
  color: #fff;
  width: 48.9%;
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.form-block-3 {
  color: #fff;
}

.text-block-51 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.image-70 {
  float: left;
  margin-right: 10px;
}

.left-2-columns {
  text-align: center;
  width: 50%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.text-block-20-copy-copy {
  color: #fff;
  text-align: right;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.main-wrapper-c {
  background-color: #000000a6;
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.item1-p3 {
  width: 20%;
  padding: 10px;
}

.text-block-57 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.item1-top-wrapper-c {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  height: 150px;
  margin-bottom: 20px;
  padding: 20px;
}

._2-columns {
  margin-top: 5px;
  display: flex;
}

.bold-text-41 {
  color: #fff;
  line-height: 25px;
}

.div-block-2-copy-2 {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-2-columns {
  width: 50%;
}

.right-s2-p3 {
  text-align: left;
  width: 50%;
  padding: 10px;
}

.item-wrapper-1-c {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._2-columns-copy {
  margin-top: 20px;
  display: flex;
}

.rating-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20-copy {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.text-block-2-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  line-height: 30px;
}

.radio-button-field-2 {
  margin-right: 20px;
  display: inline-block;
}

.bold-text-53 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-54,
.bold-text-55,
.bold-text-56,
.bold-text-57,
.bold-text-58,
.bold-text-59,
.bold-text-60 {
  color: #fff;
}

.div-block-42 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.success-message {
  background-color: #36be00;
}

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

.error-message {
  background-color: red;
}

.white {
  color: #fff;
}

.image-73 {
  border: 1px solid #62bbd3;
}

.columns-20 {
  background-image: url("../images/Hero-2_1Hero-2.avif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

.subheading {
  color: #40b190;
  text-align: center;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 60px;
}

.subheading.white {
  color: #fff;
  margin-bottom: 50px;
}

.subheading.white.medium {
  font-size: 40px;
  line-height: 50px;
}

.subheading.center {
  color: #62bbd3;
  text-align: center;
}

.subheading.sub {
  font-size: 31px;
  line-height: 42px;
}

.subheading.side {
  color: #40b190;
}

.subheading.red {
  color: #f30004;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-61 {
  font-size: 25px;
  line-height: 35px;
}

.green {
  color: #40b190;
}

.image-div {
  text-align: center;
  align-self: center;
}

.yellow-highlight {
  background-color: #fff04e;
}

.black-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-43 {
  border: 1px solid #000;
  height: 550px;
  padding: 10px;
}

.div-block-43.fixed {
  height: 650px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  background-color: #eee;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-list {
  padding-left: 20px;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-right: 20px;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_component {
  border: 1px solid gray;
  margin-top: 0;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 0.75rem;
  height: 2px;
  position: absolute;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-page-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: 0.75rem;
  position: absolute;
}

.bold-text-62 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-44 {
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
}

.div-block-44.with-space {
  text-align: center;
  margin-top: 50px;
}

.div-block-44.with-space._2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-44.top-space {
  margin-top: 20px;
  margin-bottom: 0;
}

._60-image {
  max-width: 60%;
}

.column-36 {
  display: none;
}

._80-image {
  max-width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

._80-image.space {
  margin-bottom: 0;
}

.link-block-7,
.link-block-8 {
  text-decoration: none;
}

.text-block-106 {
  color: #40b190;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.container-9 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.bold-text-64 {
  color: #fff;
}

.bold-text-65 {
  color: #40b190;
}

.packs-new-button {
  text-decoration: none;
  display: flex;
}

.button-text-packs {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.button-text-packs.small {
  font-size: 20px;
}

.button-text-packs.purple-button {
  color: #40b190;
}

.slide-nav {
  display: none;
}

.columns-21 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url("../images/PacksSlider1_1PacksSlider1.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
}

.slider-2 {
  width: 500px;
  height: 500px;
}

.slide-2 {
  background-image: url("../images/PacksSlider2_1PacksSlider2.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: url("../images/PacksSlider3_1PacksSlider3.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-45 {
  margin-bottom: 30px;
}

.slider---biotin {
  width: 500px;
  height: 500px;
}

.slide-4 {
  background-image: url("../images/PacksSliderBiotin_1PacksSliderBiotin.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-6 {
  background-image: url("../images/PacksSliderBiotin2_1PacksSliderBiotin2.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-7 {
  background-image: url("../images/PacksSliderSerum_1PacksSliderSerum.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-8 {
  background-image: url("../images/PacksSliderSerum2_1PacksSliderSerum2.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-9 {
  background-image: url("../images/PacksSliderCollagen_1PacksSliderCollagen.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-10 {
  background-image: url("../images/PacksSlider3_1PacksSlider3.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.video {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.icon,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6,
.icon-7,
.icon-8 {
  color: #62bbd3;
}

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

.columns-22 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 42px 0;
  display: flex;
}

.columns-22._2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 0;
  display: flex;
}

.text-block-107 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-decoration: line-through;
  display: flex;
}

.text-block-107.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.text-block-107.bold {
  color: #40b190;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: 600;
  text-decoration: none;
}

.price {
  width: 80%;
}

.image-74 {
  width: 100%;
  max-width: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-61 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-126 {
  display: inline-block;
}

.div-block-62 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-127 {
  display: inline-block;
}

.div-block-63 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-128 {
  display: inline-block;
}

.div-block-64 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-129 {
  display: inline-block;
}

.div-block-65 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-130 {
  display: inline-block;
}

.div-block-66 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-131 {
  display: inline-block;
}

.div-block-67 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-132 {
  display: inline-block;
}

.div-block-68 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-133 {
  display: inline-block;
}

.div-block-69 {
  text-align: center;
  border: 1px #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.image-134 {
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .button-2 {
    font-size: 32px;
  }

  .text-block-8 {
    font-size: 25px;
    line-height: 35px;
  }

  .packs {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9), url("../images/man-hero_2.avif"),
      url("../images/spray_1.avif");
    background-position:
      0 0,
      -35% 100%,
      120%;
  }

  .form-copy {
    margin-top: 0;
  }

  .text-block-107.gray {
    font-size: 30px;
    line-height: 30px;
  }

  .price {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .text-block {
    font-size: 18px;
  }

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

  .text-block-2 {
    font-size: 35px;
    line-height: 50px;
  }

  .hero-section {
    background-position:
      93% 25%,
      0 0,
      -41%,
      -500%;
    background-size: 650px, auto, contain, auto;
  }

  .paragraph {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-2.bottom {
    width: 700px;
  }

  .text-block-12 {
    font-size: 45px;
  }

  .purple {
    font-size: 25px;
  }

  .expert-section {
    background-position: 110% 100%;
  }

  .text-block-7 {
    padding-top: 0;
  }

  .order-cta-section {
    background-image:
      linear-gradient(#62bbd3ed, #62bbd3ed), url("../images/Dots_1Dots.webp");
    background-position:
      0 0,
      50%;
    background-size: auto, 3500px;
  }

  .text-block-3-centered.success,
  .text-block-3-centered.success-white {
    font-size: 25px;
    line-height: 35px;
  }

  .sysf-button.sysf-medium {
    font-size: 20px;
  }

  .packs {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9), url("../images/man-hero_2.avif"),
      url("../images/spray_1.avif");
    background-position:
      0 0,
      -23% 100%,
      118%;
  }

  .packs.upsell-2 {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9),
      url("../images/HeroMan_1HeroMan.avif"),
      url("../images/serum-1_1serum-1.avif");
    background-position:
      0 0,
      -89% 100%,
      160%;
  }

  .button-copy {
    padding: 20px 40px;
    font-size: 2em;
    font-weight: 700;
  }

  .checkout {
    background-image:
      url("../images/man-hero_2.avif"), linear-gradient(#2500b9c9, #2500b9c9),
      url("../images/Mark.avif"), url("../images/Dots_1Dots.webp");
    background-position:
      -22% 100%,
      0 0,
      0 0,
      0 0;
  }

  .bold-text-49 {
    font-size: 15px;
  }

  .bold-text-42 {
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text-52 {
    font-size: 20px;
  }

  .text-block-57 {
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-43 {
    height: 680px;
  }

  .div-block-43.fixed {
    height: 800px;
  }

  .button-text-packs {
    font-size: 35px;
    line-height: 50px;
  }

  .columns-22._2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-107 {
    font-size: 45px;
  }

  .price {
    flex-flow: column;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .logo-holder {
    text-align: center;
  }

  .container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .links {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block.white {
    font-size: 32px;
    line-height: 45px;
  }

  .button.left.purple {
    width: 100%;
  }

  .button.bottom.purple {
    width: 110%;
  }

  .image {
    margin-bottom: 20px;
  }

  .hero-section {
    background-image: linear-gradient(90deg, #ffffffcf, #fff9 49%, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    text-align: center;
    line-height: 57px;
  }

  .heading.sub.side,
  .heading.side {
    text-align: left;
  }

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

  .white-div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2-copy {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-2-copy.center {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .paragraph-2.icons {
    width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-2.bottom {
    font-size: 12px;
    line-height: 18px;
  }

  .secure {
    width: auto;
  }

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

  .text-block-12.bold {
    font-size: 80px;
  }

  .text-block-12.gray {
    font-size: 19px;
  }

  .columns-14._2 {
    text-align: left;
    flex-direction: row;
    width: auto;
  }

  .div-block-20 {
    width: 350px;
  }

  .div-block-20.bottom {
    width: auto;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    padding-left: 10px;
  }

  .expert-section {
    background-image:
      linear-gradient(#e7e7e7c9, #e7e7e7c9),
      url("../images/HairDoctor2_1HairDoctor2.avif");
    background-position:
      0 0,
      27%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .column-2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-26 {
    height: 500px;
  }

  .container-2-copy-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-2 {
    font-size: 25px;
  }

  .button-2:hover {
    font-size: 28px;
  }

  .text-block-7.big.left {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-7.big.left._50.white {
    font-size: 48px;
  }

  .text-block-7.big.left._50.white.center {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .bottle-and-text-wrapper-copy {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .column-32 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .flex-block-16-copy {
    width: 100%;
  }

  .text-block-9 {
    font-size: 11px;
  }

  .div-block-18 {
    width: 350px;
  }

  .left-s2-p3-2 {
    width: auto;
    margin-bottom: 0;
  }

  .text-block-29 {
    font-size: 24px;
    line-height: 25px;
  }

  .text-block-30 {
    font-size: 15px;
    line-height: 18px;
  }

  .form {
    width: 450px;
  }

  .text-block-31 {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 37px;
    line-height: 40px;
  }

  .div-block-32 {
    height: 80px;
  }

  .div-block-32._2 {
    height: 80px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-31 {
    height: 35px;
    line-height: 15px;
  }

  .text-block-32 {
    font-size: 21px;
  }

  .text-block-32.bold {
    font-size: 48px;
  }

  .text-block-32.gray {
    font-size: 19px;
  }

  .columns-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-5._2 {
    flex-direction: row;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-48 {
    max-width: 100px;
  }

  .submit-button {
    font-size: 34px;
  }

  .submit-button:hover {
    font-size: 33px;
  }

  .column-33 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .image-2-copy {
    max-width: 40px;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-30 {
    padding-left: 3px;
    padding-right: 3px;
  }

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

  .div-block-35 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-form-main-wrapper.success {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-3-centered.success {
    font-size: 20px;
  }

  .sysf-input {
    font-size: 16px;
  }

  .sysf-input.sysf-medium.sysf-horizontal {
    font-size: 20px;
  }

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

  .s1-text._2.pink,
  .s1-text._2.pink.c {
    font-size: 25px;
  }

  .sysf-button.sysf-medium {
    font-size: 20px;
  }

  .bold-text-17.success {
    font-size: 49px;
    line-height: 50px;
  }

  .small {
    padding: 70px 25px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .packs {
    background-image:
      linear-gradient(#ffffffdb, #ffffffdb),
      url("../images/CH_Hair_RiceBranOil_x2_1CH_Hair_RiceBranOil_x2.avif");
    background-position:
      0 0,
      50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .packs.upsell-2 {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9),
      url("../images/serum-1_1serum-1.avif");
    background-position:
      0 0,
      208%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
  }

  .s1-pack-wrapper-2 {
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-23 {
    line-height: 20px;
  }

  .text-span-16 {
    margin-bottom: 25px;
  }

  .text-span-16.white {
    margin-bottom: 35px;
  }

  .s1-pack-wrapper-fave-2 {
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s1-pack-text {
    font-size: 23px;
    line-height: 26px;
  }

  .s1-pack-text.upsell {
    height: 200px;
  }

  .s1-pack-text.white {
    height: 200px;
    font-size: 23px;
  }

  .s9-top-copy-2-copy-5 {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .item-wrapper-2-c {
    width: 100%;
    margin-top: 60px;
  }

  .text-block-104 {
    font-family: Verdana, Geneva, sans-serif;
  }

  .main-wrapper-c {
    flex-direction: column;
    width: 100%;
  }

  .item-wrapper-1-c {
    width: 100%;
  }

  .rating-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .columns-20 {
    background-position: 156% 100%;
    background-size: contain;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subheading {
    text-align: center;
    line-height: 57px;
  }

  .subheading.sub.side,
  .subheading.side {
    text-align: left;
  }

  .div-block-43.fixed {
    height: 680px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .uui-text-size-medium,
  .uui-faq01_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-44.with-space._2 {
    width: 100%;
  }

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

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

  .columns-21 {
    flex-flow: row;
    display: flex;
  }

  .slider-2 {
    width: 300px;
    height: 300px;
  }

  .div-block-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .column-40,
  .column-41 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns-22._2 {
    text-align: left;
    flex-direction: row;
    width: auto;
  }

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

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

  .text-block-107.bold {
    font-size: 80px;
  }

  .price {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo-holder._2 {
    flex-flow: column;
    display: block;
  }

  .links {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block.white {
    font-size: 20px;
    line-height: 35px;
  }

  .button {
    width: 80%;
    margin-left: 0;
  }

  .button.left.purple,
  .button.bottom.purple {
    width: 100%;
    margin-top: 30px;
  }

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

  .disclaimer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .hero-section {
    background-image:
      linear-gradient(90deg, #fff, #ffffff57),
      url("../images/Man-Hero_1Man-Hero.avif");
    background-position:
      0 0,
      -227%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .container-2 {
    padding-top: 20px;
  }

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

  .heading.white {
    margin-bottom: 20px;
  }

  .heading.center {
    font-size: 40px;
    line-height: 50px;
  }

  .heading.sub.side {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading.side,
  .paragraph {
    text-align: center;
  }

  .paragraph.box {
    text-align: left;
  }

  .paragraph.center {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph.bullet {
    padding-left: 0;
  }

  .white-div-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-2-copy {
    align-items: center;
  }

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

  .paragraph-2.bottom,
  .div-block-3 {
    width: auto;
  }

  .text-block-12 {
    text-align: center;
    justify-content: center;
    font-size: 30px;
  }

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

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

  .columns-14._2 {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-20 {
    width: 400px;
  }

  .div-block-20.bottom {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px 10px;
    display: block;
  }

  .container-3 {
    flex-flow: row;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .column {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23 {
    height: 300px;
  }

  .container-4 {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .expert-section {
    background-image:
      linear-gradient(#ffffffe3, #ffffffe3),
      url("../images/HairDoctor2_1HairDoctor2.avif");
    background-position:
      0 0,
      50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-5 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    flex-flow: column;
    align-items: center;
    padding: 50px 35px;
    display: flex;
  }

  .container-6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .columns-17 {
    display: block;
  }

  .div-block-8 {
    margin-bottom: 15px;
  }

  .container-2-copy-copy {
    padding: 50px 20px;
  }

  .columns-12 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .button-2:hover {
    font-size: 27px;
  }

  .text-block-7 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .text-block-7.big.left {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-7.big.left._50.white {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 20px;
  }

  .text-block-7.big.left._50.white.center {
    font-size: 35px;
    line-height: 40px;
  }

  .bottle-and-text-wrapper-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-28 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-8.white {
    text-align: left;
    font-size: 16px;
  }

  .text-block-8.white.cebter {
    font-size: 16px;
    line-height: 26px;
  }

  .count-text {
    font-size: 12px;
  }

  .image-46 {
    max-width: 80%;
  }

  .flex-block-16-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    width: 80%;
  }

  .div-block-18 {
    width: 400px;
  }

  .div-block-18.bottom {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 8px 10px;
    display: block;
  }

  .count-block {
    flex-flow: row;
    width: auto;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-29 {
    font-size: 22px;
    line-height: 27px;
  }

  .text-block-30 {
    margin-top: 5px;
    line-height: 16px;
  }

  .text-block-31 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 15px;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 31px;
  }

  .div-block-32 {
    height: 100px;
    margin-top: 10px;
  }

  .div-block-32._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .count-wrap {
    min-width: auto;
  }

  .text-block-32 {
    text-align: center;
    justify-content: center;
    font-size: 17px;
  }

  .text-block-32.bold {
    font-size: 39px;
  }

  .text-block-32.gray {
    font-size: 15px;
  }

  .columns-5._2 {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .count-number {
    font-size: 80px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 29px;
  }

  .submit-button:hover {
    font-size: 28px;
  }

  .image-2-copy {
    margin-right: 0;
  }

  .text-field {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .order-cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .link-block-4 {
    width: 450px;
  }

  .image-49 {
    max-width: 80%;
  }

  .div-block-34 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .column-34 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-35 {
    display: none;
  }

  .image-wrapper-2.success {
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .column-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 45px 40px;
  }

  .text-block-3-centered.success,
  .text-block-3-centered.success-white {
    font-size: 18px;
    line-height: 28px;
  }

  .s1-text {
    font-size: 19px;
  }

  .s1-text._2.pink {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
  }

  .s1-text._2.pink.c {
    font-size: 20px;
    line-height: 1.3em;
  }

  .image-51 {
    height: 500px;
  }

  .columns-19 {
    flex-direction: column;
  }

  .bold-text-17.success {
    font-size: 38px;
    line-height: 48px;
  }

  .small {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .s1-pack-wrapper-2 {
    width: 100%;
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    width: 100px;
    height: 100px;
  }

  .text-block-34-copy.white {
    font-size: 20px;
  }

  .text-span-16.white {
    font-size: 25px;
  }

  .list-wrapper {
    font-size: 14px;
  }

  .text-span-15,
  .text-span-15.white,
  .text-span-15.upsell {
    font-size: 120px;
  }

  .s1-pack-wrapper-fave-2 {
    order: -1;
    width: 100%;
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .list-container {
    height: 300px;
  }

  .s1-pack-text {
    font-size: 30px;
    line-height: 40px;
  }

  .s1-pack-text.white {
    font-size: 34px;
  }

  .s1-pack-container-2 {
    flex-direction: column;
  }

  .div-block-21 {
    height: 400px;
  }

  .checkout {
    background-image:
      url("../images/man-hero_2.avif"), linear-gradient(#2500b9c9, #2500b9c9),
      url("../images/Mark.avif"), url("../images/Dots_1Dots.webp");
    background-position:
      50% 100%,
      0 0,
      0 0,
      0 0;
  }

  .s2-container-c-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

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

  .image-11-copy {
    width: 100%;
  }

  .text-block-21-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .item1-top-wrapper-c {
    height: auto;
  }

  .columns-20 {
    background-image:
      linear-gradient(#ffffffc7, #ffffffc7),
      url("../images/Hero-2_1Hero-2.avif");
    background-position:
      0 0,
      50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .subheading {
    text-align: center;
    align-self: center;
  }

  .subheading.white {
    margin-bottom: 20px;
  }

  .subheading.center {
    font-size: 40px;
    line-height: 50px;
  }

  .subheading.sub.side {
    text-align: center;
    margin-bottom: 20px;
  }

  .subheading.side {
    text-align: center;
  }

  .black-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-43 {
    height: 600px;
  }

  .div-block-43.fixed {
    height: 750px;
  }

  .uui-faq01_heading {
    text-align: left;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-medium {
    text-align: left;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq01_question {
    text-align: left;
    flex-flow: row;
  }

  .column-36 {
    display: block;
  }

  .bold-text-63 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .packs-new-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .button-text-packs {
    font-size: 27px;
  }

  .columns-21 {
    flex-flow: column;
  }

  .column-38 {
    margin-bottom: 30px;
  }

  .columns-22._2 {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-107 {
    text-align: center;
    justify-content: center;
    font-size: 30px;
  }

  .text-block-107.gray {
    font-size: 20px;
    line-height: 30px;
  }

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

  .div-block-61,
  .div-block-62,
  .div-block-63,
  .div-block-64,
  .div-block-65,
  .div-block-66,
  .div-block-67,
  .div-block-68,
  .div-block-69 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .links {
    align-self: center;
    width: 100%;
  }

  .text-block.white {
    font-size: 20px;
    line-height: 30px;
  }

  .button.left,
  .button.bottom,
  .button.red {
    width: 100%;
  }

  .text-block-2 {
    text-align: center;
    padding: 11px 20px;
    font-size: 19px;
    line-height: 23px;
  }

  .text-block-2.purple-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading,
  .heading.white.medium,
  .heading.center,
  .paragraph.center {
    font-size: 30px;
    line-height: 40px;
  }

  .white-div-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2.icons,
  .paragraph-2.bottom {
    width: auto;
    font-size: 11px;
    line-height: 16px;
  }

  .image-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    width: auto;
  }

  .left-s2-p3 {
    text-align: center;
    object-fit: contain;
    align-self: auto;
    width: 100%;
    overflow: visible;
  }

  .text-block-12.gray {
    font-size: 25px;
  }

  .columns-14._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-26 {
    text-align: center;
    max-width: 100%;
    display: none;
  }

  .div-block-20 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
  }

  .div-block-20.bottom {
    width: 100%;
    padding-bottom: 20px;
  }

  .div-block-22 {
    align-self: center;
    width: 150px;
    display: block;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .expert-section {
    background-image:
      linear-gradient(#ffffffe3, #ffffffe3),
      url("../images/HairDoctor2_1HairDoctor2.avif");
    background-position:
      0 0,
      59%;
  }

  .column-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-12 {
    margin-bottom: 20px;
  }

  .button-2 {
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
  }

  .button-2:hover {
    font-size: 24px;
  }

  .text-block-7.big.left {
    font-size: 21px;
    line-height: 25px;
  }

  .text-block-7.big.left._50 {
    width: 100%;
  }

  .text-block-7.big.left._50.white {
    font-size: 21px;
  }

  .text-block-7.big.left._50.white.center {
    font-size: 23px;
    line-height: 25px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-8.white {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-8.white.cebter {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .order-section {
    background-image:
      linear-gradient(to bottom, null, null),
      url("../images/transparent_1transparent.avif"),
      radial-gradient(
        circle farthest-corner at 50% 50%,
        #052a24ed,
        #5bb0b896 44%,
        #0c5f72
      );
    background-size: auto, 800px, auto;
  }

  .column-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    width: 100%;
  }

  .div-block-18 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
  }

  .div-block-18.bottom {
    width: auto;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-47 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .count-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .left-s2-p3-2 {
    text-align: center;
    object-fit: contain;
    align-self: auto;
    width: 100%;
    overflow: visible;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .text-block-29:hover {
    font-size: 14px;
  }

  .image-23 {
    text-align: center;
    max-width: 100%;
    display: none;
  }

  .text-block-30 {
    font-size: 19px;
    line-height: 22px;
  }

  .form {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-31 {
    line-height: 12px;
  }

  .bold-text-22 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
    line-height: 33px;
  }

  .div-block-32 {
    border-radius: 18px;
    height: 90px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-32._2 {
    flex-flow: column;
    width: 100%;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .count-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    font-size: 23px;
  }

  .text-block-32.bold {
    font-size: 36px;
  }

  .columns-18 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-33 {
    align-self: center;
    width: 150px;
    display: block;
  }

  .columns-5._2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .count-number {
    font-size: 60px;
  }

  .image-48 {
    max-width: 80px;
  }

  .submit-button {
    width: auto;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
  }

  .submit-button:hover {
    font-size: 21px;
    transform: scale(1.05);
  }

  .image-2-copy {
    max-width: 30px;
    margin-bottom: 5px;
  }

  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    margin-top: 0;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .image-50 {
    max-width: 50%;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .cf-form-main-wrapper {
    padding: 36px 20px 20px;
  }

  .text-block-3-centered {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-3-centered.success {
    font-size: 18px;
  }

  .sysf-form.sysf-form-horizontal {
    flex-direction: column;
  }

  .success-section {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 0;
  }

  .sysf-input.sysf-medium {
    margin-bottom: 0.5rem;
  }

  .sysf-input.sysf-medium.sysf-horizontal {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .s1-text {
    font-size: 12px;
  }

  .s1-text._2,
  .s1-text._2.pink {
    font-size: 16px;
    line-height: 23px;
  }

  .s1-text._2.pink.c {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .image-51 {
    height: auto;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .bold-text-17 {
    font-size: 18px;
  }

  .bold-text-17.success {
    font-size: 36px;
    line-height: 46px;
  }

  .small {
    text-align: center;
    padding: 35px 11px;
  }

  .uui-text-size-small-3.text-color-gray500 {
    text-align: center;
  }

  .uui-footer07_legal-link {
    display: block;
  }

  .uui-footer07_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    place-content: center stretch;
    display: grid;
  }

  .container-7 {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-43 {
    font-size: 35px;
  }

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

  .bold-text-48 {
    font-size: 35px;
  }

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

  .packs {
    background-image: none;
    background-position: 0 0;
    padding-bottom: 0;
  }

  .packs.upsell {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9),
      url("../images/CH_Biotin_hair_1CH_Biotin_hair.avif");
    background-position:
      0 0,
      0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .packs.downsell,
  .packs.upsell-2 {
    background-image:
      linear-gradient(#ffffffc9, #ffffffc9),
      url("../images/CH_Hair_Serum_1CH_Hair_Serum.avif");
    background-position:
      0 0,
      0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

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

  .div-block-37 {
    width: 80px;
    height: 80px;
  }

  .money-guarantee {
    font-size: 22px;
    line-height: 33px;
  }

  .text-span-16 {
    font-size: 19px;
  }

  .text-span-16.white {
    font-size: 22px;
  }

  .list-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .text-span-15.white,
  .text-span-15.upsell {
    font-size: 80px;
    line-height: 80px;
  }

  .list-container {
    height: 500px;
  }

  .s1-pack-text {
    font-size: 26px;
    line-height: 31px;
  }

  .s1-pack-text.white {
    font-size: 30px;
    line-height: 29px;
  }

  .s9-top-copy-2-copy-5 {
    flex-direction: column;
  }

  .div-block-21 {
    height: 250px;
  }

  .button-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .per-bottle {
    margin-bottom: 0;
  }

  .checkout {
    padding-bottom: 0;
  }

  .s2-container-c-2 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-49 {
    font-size: 11px;
  }

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

  .item2-p3 {
    width: 50%;
  }

  .text-block-53 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

  .left-s2-p3-3 {
    text-align: center;
    width: 100%;
  }

  .text-block-21-copy {
    font-size: 19px;
    line-height: 27px;
  }

  .text-block-48 {
    font-size: 23px;
  }

  .bold-text-52 {
    font-size: 17px;
  }

  .field-label-3 {
    line-height: 25px;
  }

  .item3-p3 {
    width: 30%;
    padding: 5px;
  }

  .left-2-columns {
    width: 100%;
  }

  .text-block-20-copy-copy {
    text-align: center;
  }

  .right-2-columns,
  .right-s2-p3 {
    width: 100%;
  }

  ._2-columns-copy {
    flex-direction: column;
  }

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

  .text-block-20-copy {
    text-align: center;
  }

  .columns-20 {
    background-image:
      linear-gradient(to bottom, null, null), url("../images/Hero_1Hero.avif");
    background-position:
      0 0,
      50% 100%;
  }

  .subheading,
  .subheading.white.medium,
  .subheading.center {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-43.fixed {
    height: 650px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._60-image {
    max-width: 80%;
  }

  ._80-image {
    max-width: 90%;
  }

  .packs-new-button {
    margin-top: 0;
  }

  .button-text-packs {
    text-align: center;
    padding: 11px 20px;
    font-size: 21px;
    line-height: 23px;
  }

  .button-text-packs.purple-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .columns-22._2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-107 {
    line-height: 40px;
  }

  .text-block-107.gray {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-107.bold {
    line-height: 60px;
  }

  .price {
    width: 100%;
  }

  #w-node-_164158a1-642b-892a-dfe3-d077e726a2ac-e726a29e {
    align-self: auto;
  }
}

.button-2-copy-4-copy {
  text-align: center;
  background-color: #bd0003;
  border-bottom: 5px solid #900047;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  color: white;
}
.iti__selected-dial-code {
  color: #000;
}
.iti__search-input {
  color: #000;
}
