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

@font-face {
  font-family: Acherusgrotesque;
  src: url('../fonts/horizon-type-acherusgrotesque-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acherusgrotesque Italic;
  src: url('../fonts/horizon-type-acherusgrotesque-regularitalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #2e3031;
  --blue-north-biomed: #013b8b;
  --red-north-biomed: #de6352;
  --alice-blue: #e6f1f7;
  --light-coral: #dc8b89;
  --dark-slate-grey: #414141;
  --white: white;
  --white2: var(--white);
  --m_c7: 30px;
}

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

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

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

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

body {
  color: #000;
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-xhuge {
  padding: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-bottom: .3rem;
}

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

.padding-global {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

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

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

.text-size-tiny {
  font-family: Helvetica, sans-serif;
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  font-size: 12px;
}

.text-size-tiny.montserrat {
  font-family: Montserrat, sans-serif;
}

.text-size-tiny.montserrat.text-color-blue.text-weight-medium {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.text-size-regular {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-size-regular.montserrat {
  color: #616161;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-size-regular.montserrat.text-weight-bold.text-color-blue.bold {
  font-weight: 700;
}

.text-size-regular.montserrat._15 {
  font-size: .9rem;
}

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

.text-size-small {
  color: #3f3f3f;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.text-size-small.text-weight-medium {
  font-weight: 400;
}

.text-size-small.montserrat {
  font-family: Montserrat, sans-serif;
}

.text-size-small.montserrat.text-weight-medium {
  color: #fff;
  background-color: #ff634e;
  border-radius: 20px;
  align-self: center;
  margin-top: 0;
  padding: 3px 40px;
  font-size: 17px;
  font-weight: 600;
}

.text-size-small.montserrat.text-weight-semibold {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
}

.text-size-small.montserrat.text-weight-medium-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #ff634e;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-large {
  font-family: Helvetica, sans-serif;
  font-size: 1.5rem;
}

.text-size-large.montserrat {
  background-image: linear-gradient(101deg, var(--blue-north-biomed), var(--red-north-biomed));
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(101deg, #013b8b, #de6352);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.page-wrapper {
  overflow: hidden;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.text-size-medium {
  color: var(--black);
  margin-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-size-medium.prata {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-size-medium.alice-blue {
  color: var(--blue-north-biomed);
  margin-top: -22px;
  margin-bottom: -22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.heading-2 {
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-2.gradient {
  background-image: linear-gradient(93deg, var(--blue-north-biomed), var(--red-north-biomed));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-2.gradient._2 {
  background-image: linear-gradient(93deg, var(--blue-north-biomed), var(--red-north-biomed));
  text-align: center;
  text-transform: none;
  align-self: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-5 {
  font-family: Lora, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.heading-5.text-color-blue.cap {
  text-transform: none;
  font-family: Lora, sans-serif;
}

.navbar {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ddd0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 10px;
  display: flex;
}

.nav-logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.nav-logo-link.w--current {
  justify-content: center;
  display: flex;
}

.image {
  width: 158px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-section {
  background-image: linear-gradient(#fff, #fff);
  margin-bottom: 10px;
  display: block;
}

.hero-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.form-embed {
  background-color: #0000;
  background-image: linear-gradient(159deg, #013b8b3b 9%, #dc8b8954);
  border-radius: 12px;
  align-self: center;
  width: 550px;
  height: auto;
  margin-top: 0;
  padding: 10px;
}

.hero-main {
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-flex;
}

.home-section-1 {
  background-color: #e6f1f7;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.section-1-container {
  grid-row-gap: 100px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.section-1-heading {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 38px;
  display: flex;
}

.heading-paragraph {
  width: 100%;
}

.component-1-heading {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-color-blue {
  color: #013b8b;
}

.component-1-content {
  background-color: #0000;
  background-image: linear-gradient(#ffffff80, #fff0);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 45px 30px;
  display: flex;
}

.c1-left-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 55%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.c1-left-content.c5 {
  grid-row-gap: 40px;
  width: 50%;
  margin-top: 0;
}

.c1-right-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.c1-right-image.c5 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.c1-right-image.c6 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 44px;
  margin-left: 0;
  margin-right: -21px;
  display: flex;
  overflow: visible;
}

.section-1-component-2 {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.section-1-component-2.component-1-content {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-1-component-2.component-1-content.card {
  align-items: center;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.c2-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.component-2-left {
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 48%;
  height: auto;
  padding: 0;
  display: flex;
}

.c2-paragraph {
  color: var(--black);
  height: 245px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.section-1-component-1-copy {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.section-1-component-1-copy.component-1-content {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-1-component-1-copy.component-1-content.card {
  background-image: linear-gradient(#fff, #fff0);
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-1-component-3 {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.section-1-component-3.component-1-content {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-1-component-3.component-1-content.card {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.c-3link {
  background-image: linear-gradient(345deg, var(--blue-north-biomed), var(--red-north-biomed));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.section-1-component-4 {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding: 0 0 0 40px;
  display: flex;
}

.section-1-component-4.component-1-content {
  padding-top: 40px;
  padding-right: 40px;
}

.section-1-component-4.component-1-content.card {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.component-4-content {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.paragraph-3 {
  color: var(--black);
  column-count: 2;
  column-gap: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.c4-bottom {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.component-4-left {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  width: 47%;
  height: auto;
  padding: 12px;
  display: block;
  overflow: hidden;
}

.component-4-right {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  align-self: auto;
  align-items: center;
  width: 47%;
  height: auto;
  padding: 12px;
  display: block;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  flex: 0 auto;
  width: 240px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: inline-block;
}

.lora {
  font-family: Lora, sans-serif;
  font-size: 18px;
}

.lora.h2.gradient.heading-2 {
  align-self: flex-end;
  display: flex;
  position: static;
}

.paragraph-4 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
}

.section-1-component-5 {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.section-1-component-5.component-1-content {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-1-component-5.component-1-content.card {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.c5-small-txt {
  font-family: Lora, sans-serif;
}

.section-1-component-3-copy {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.section-1-component-3-copy.component-1-content {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-1-component-3-copy.component-1-content.card {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-3 {
  z-index: -1;
  width: 649px;
  max-width: none;
  margin-top: 0;
  margin-bottom: -49px;
  margin-right: -200px;
  padding-bottom: 0;
  position: absolute;
}

.section-statements {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-item {
  filter: grayscale();
  background-color: #b1a5a5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 13.5%;
  height: 80px;
  display: flex;
}

.logo-item.is-1 {
  background-color: #0000;
  background-image: url('../images/Vegan-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 85px;
}

.logo-item.is-2 {
  background-color: #0000;
  background-image: url('../images/petroleum-derivatives-free-1.png');
}

.logo-item.is-3 {
  filter: grayscale();
  background-color: #0000;
  background-image: url('../images/natural-origin-1.png');
}

.logo-item.is-4 {
  background-color: #0000;
  background-image: url('../images/not-tested-animals-1.png');
  width: 13%;
}

.logo-item.is-5 {
  background-color: #0000;
  background-image: url('../images/made-usa-1.png');
  max-width: 300px;
}

.logo-item.is-5.made-in-usa {
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-top: -158px;
  margin-bottom: 0;
  margin-right: -42px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-item.is-6 {
  background-color: #0000;
  background-image: url('../images/fda-registered-1.png');
}

.logo-item.is-7 {
  background-color: #0000;
  background-image: url('../images/gmp-1.png');
  width: 14%;
  height: 80px;
}

.section-2-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2-timeline {
  height: auto;
  margin-top: 60px;
}

.section-3-container {
  background-image: linear-gradient(158deg, var(--alice-blue) 24%, #de63524a);
  border-radius: 36px;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  padding: 20px 20px 20px 80px;
  display: flex;
}

.section-3-content {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.s3-left-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 40px 0 20px;
  display: flex;
}

.home-section-4 {
  background-image: linear-gradient(to bottom, #fff, var(--alice-blue));
  margin-top: 60px;
}

.section-4-container {
  flex-direction: column;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.section-4-content {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.c4-right-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 63%;
  margin-left: 30px;
  padding-right: 60px;
  display: flex;
}

.footer {
  background-color: var(--alice-blue);
  margin-top: 0;
  padding-top: 20px;
}

.footer-container {
  grid-row-gap: 50px;
  background-color: #ffffffcf;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  display: flex;
}

.footer-top {
  grid-column-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  width: 150px;
}

.footer-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: -15px;
  display: flex;
}

.footer-box {
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  align-self: auto;
  width: 32%;
  height: auto;
  display: flex;
}

.paragraph-5 {
  color: #3f3f3f;
  margin-top: -12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.subfooter {
  background-color: #043c8c;
}

.subfooter-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.subfooter-links {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.image-5 {
  flex: 0 auto;
  width: 420px;
  margin-bottom: 20px;
  display: block;
}

.paragraph-6 {
  color: #3f3f3f;
  margin-top: -12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.section-1-bg {
  opacity: .5;
  filter: blur(100px);
  background-color: #dc8b8980;
  border-radius: 100%;
  width: 2000px;
  height: 2000px;
  position: absolute;
  inset: 6% -69% auto auto;
}

.section-1-bg.hidden {
  width: 2000px;
  height: 2000px;
  display: block;
  inset: 11% auto auto 14%;
}

.section-1-bg._2 {
  opacity: .34;
  width: 2000px;
  height: 2000px;
  display: none;
  inset: auto auto 4% -64%;
}

.div-block-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  display: flex;
}

.div-block-6 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  object-fit: contain;
  object-position: 50% 50%;
  align-self: auto;
  width: auto;
  min-width: 595px;
  max-width: 700px;
  margin-top: 0;
  margin-left: -40px;
}

.list-item {
  background-image: url('../images/Mask-group_1Mask group.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  list-style-type: none;
}

.list {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.word-animation {
  text-align: left;
}

.split-text {
  background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
  perspective: 800px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
}

.split-text.prata {
  font-family: Prata, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.split-text.prata.hero-heading {
  background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.split-text.lora.h2 {
  font-size: 40px;
  font-weight: 400;
}

.split-text.lora.h2.hero-heading {
  font-size: 38px;
}

.timeline-box {
  background-color: #a07b7b;
  flex-direction: column;
  width: 20%;
  height: 250px;
  display: flex;
}

.timeline-box.is-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--alice-blue);
  text-align: center;
  border-radius: 6px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  min-width: 200px;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.timeline-box.is-2 {
  text-align: center;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

.timeline-box.is-3 {
  background-color: #0000;
  align-items: center;
  height: auto;
}

.timeline-top {
  align-items: flex-end;
  display: flex;
}

.timeline-line {
  z-index: 1;
  background-image: linear-gradient(to right, var(--red-north-biomed) 100%, transparent);
  perspective-origin: 0%;
  transform-origin: 0%;
  border: 1px #000;
  border-radius: 8px;
  flex-wrap: nowrap;
  height: 5px;
  margin: 40px 10%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.timeline-bottom {
  display: flex;
}

.div-block-7 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-image: linear-gradient(to bottom, var(--red-north-biomed), var(--red-north-biomed));
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  display: flex;
}

.html-embed {
  color: #fff;
  width: 17px;
  display: flex;
}

.html-embed._2 {
  width: 14px;
}

.paragraph-7 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  height: 55px;
  margin-bottom: 0;
  display: flex;
}

.html-embed-2 {
  outline-offset: 0px;
  color: var(--alice-blue);
  border-style: none;
  border-color: #000;
  outline: 3px #e6f1f7;
  width: 30px;
  position: absolute;
  inset: -22px auto auto;
}

.html-embed-3 {
  color: var(--alice-blue);
  width: 30px;
  position: absolute;
  inset: auto auto -25px;
}

.image-7 {
  width: 550px;
  max-width: none;
  margin: -30px 0 20px -11px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-8 {
  width: 420px;
  margin-bottom: 20px;
}

.image-9 {
  min-width: 400px;
  max-width: 100%;
}

.html-embed-4 {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 10px 20px 20px;
}

.html-embed-5 {
  display: none;
}

.bold-text {
  font-size: 13px;
  text-decoration: underline;
}

.sticky-cta {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--black);
  color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.sticky-cta:hover {
  box-shadow: 0 0 20px #fd635166;
}

.cta-txt {
  font-family: Lora, sans-serif;
  font-size: 19px;
}

.cta-btn {
  background-color: #2e3031;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-btn-txt {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.cta1 {
  flex: 0 auto;
  width: 100%;
}

.heading-7 {
  overflow-wrap: normal;
  background-color: #fff;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 17px;
}

.text-span-9 {
  color: #464646;
  font-size: 13px;
}

.image-10 {
  border-radius: 0;
  max-width: 360px;
}

.image-11 {
  z-index: 1;
  width: 80px;
  margin-top: 0;
  display: block;
  position: relative;
  top: -104px;
  left: 0;
}

.text-block {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  display: block;
  position: relative;
  top: 38px;
  left: 56px;
}

.image-13 {
  width: 200px;
  max-width: none;
}

.html-embed-6 {
  border-radius: 0;
}

.paragraph-8 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: block;
}

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

.div-block-7-progress {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-image: linear-gradient(to bottom, var(--red-north-biomed), var(--red-north-biomed));
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  display: flex;
}

.div-block-7-pending {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-image: linear-gradient(to right, var(--red-north-biomed) 30%, #dab1ac 45%, #bdbdbd 62%);
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 35px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  display: flex;
}

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

.timeline-line-bg {
  z-index: 0;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #e7e7e7;
  border: 1px #000;
  border-radius: 8px;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 5px;
  margin: 0 10%;
  display: flex;
  position: relative;
  top: -45px;
  transform: translate(0);
}

.bold-text-3 {
  font-size: 13px;
}

.bold-text-4.c-3link {
  background-image: linear-gradient(345deg, var(--blue-north-biomed), var(--red-north-biomed));
  font-size: 13px;
}

.c-3link-copy {
  background-image: linear-gradient(345deg, var(--blue-north-biomed), #fd6351);
  color: var(--blue-north-biomed);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.padding-cta {
  z-index: 1;
  text-align: left;
  border-radius: 40px;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-17 {
  align-self: center;
  margin-top: 20px;
}

.tooltip {
  color: var(--black);
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  display: inline;
}

.text-span-11 {
  font-size: 11.7px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-18 {
  text-align: center;
  background-color: #ffffffe6;
  border-radius: 8px;
  padding: 7px 10px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  top: 370px;
  left: 191px;
}

.text-span-12 {
  font-size: 37px;
}

.subheading-cta {
  align-self: center;
  margin-top: -20px;
  margin-bottom: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.heading-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.9rem;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  display: block;
}

.text-block-2 {
  margin-top: 33px;
  font-family: Poppins, sans-serif;
}

.image-14 {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  width: 176px;
  max-width: none;
}

.text-size-regular-2 {
  color: #2e3031;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-size-regular-2.montserrat {
  color: #616161;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-size-regular-2.montserrat.text-weight-bold.text-color-blue.bold {
  font-weight: 700;
}

.paragraph-9 {
  color: #3f3f3f;
  margin-top: -12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.paragraph-10 {
  color: #3f3f3f;
  margin-top: -12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.text-block-3 {
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
}

.footer-container-legal {
  grid-row-gap: 50px;
  background-color: #ebf3ffcf;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 30px 40px;
  display: flex;
}

.heading-9 {
  margin-top: 1.7rem;
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.html-embed-7 {
  margin-bottom: 20px;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
}

.hero-container-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
}

.div-block-6-copy {
  grid-row-gap: 16px;
  text-align: center;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.image-16 {
  align-self: flex-start;
  width: 84px;
  margin-top: 10px;
  padding-right: 2px;
  display: none;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.c-3link-study {
  background-image: linear-gradient(345deg, var(--blue-north-biomed), var(--red-north-biomed));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.text-span-13 {
  font-size: 10px;
  font-style: italic;
}

.div-block-21 {
  text-align: center;
  background-color: #f1efef;
  border: 1px #000;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 15px;
  line-height: 1.2;
  position: static;
  top: 0;
  left: -3px;
  right: 0;
  box-shadow: 0 2px 5px #0003;
}

.padding-global-offer {
  z-index: 1;
  text-align: left;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.main-section-offer {
  background-color: #e6f1f7;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.text-size-regular-offer {
  color: var(--black);
  margin-top: -17px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.offer-1-component-1 {
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.offer-1-component-1.offer-1-content-offer {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.offer-1-component-1.offer-1-content-offer.card-offer {
  background-image: linear-gradient(#fff, #ffffff29);
  width: 46%;
  padding: 50px 60px;
  font-family: Montserrat, sans-serif;
}

.offer-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.button-left {
  color: var(--blue-north-biomed);
  text-align: center;
  background-color: #fff9;
  border-radius: 13px;
  align-self: center;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.b1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px dotted #c5c5c5;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.bold-text-6 {
  color: #202020;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.html-embed-8 {
  color: #272322;
  text-align: center;
  -webkit-text-stroke-color: #000;
  align-self: center;
  width: 25px;
  height: 25px;
}

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

.text-button-befiore {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.offers {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.offer-heading-vip {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.button-right {
  background-color: #fff9;
  background-image: linear-gradient(140deg, #e88065, var(--red-north-biomed));
  color: #fff;
  text-align: center;
  border-radius: 13px;
  align-self: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-7 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

.subtitle-text {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #000;
  align-self: center;
  padding: 3px 5px;
  font-size: 14px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  border: 1px dashed #000;
  border-radius: 4px;
  margin: 15px auto;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  display: block;
}

.text-span-15 {
  text-decoration: line-through;
}

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

.image-17 {
  align-self: center;
  width: 85%;
  margin-top: 10px;
}

.text-block-7 {
  align-self: center;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.text-secure-payment {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-18 {
  align-self: center;
  width: 9px;
}

.popular-text {
  background-color: var(--red-north-biomed);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  outline: 3px #000;
  align-self: center;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  position: relative;
  top: -18px;
}

.statement-1 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-8 {
  text-align: center;
  font-size: 14px;
}

.heading-11 {
  text-align: center;
  margin-bottom: .7rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-statements-copy {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.bold-text-9 {
  font-weight: 500;
}

.section-logos {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image14 {
  text-align: left;
  width: 180px;
  margin: 10px auto;
  display: block;
}

.div-block-22 {
  border-radius: 24px;
  display: block;
}

.signupdiv {
  background-color: #ffffffe6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  min-width: 300px;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.split-text-copy {
  background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
  perspective: 800px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
}

.split-text-copy.prata {
  font-family: Prata, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.split-text-copy.prata.hero-heading {
  background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
  text-align: center;
  font-family: Prata, sans-serif;
  font-size: 58px;
  line-height: 1.3;
}

.split-text-copy.lora.h2 {
  font-size: 40px;
  font-weight: 400;
}

.split-text-copy.lora.h2.hero-heading {
  font-size: 38px;
}

.text-span-17 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: flex;
  position: static;
}

.c2-right-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.c2-right-image.c5 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.c2-right-image.c6 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  overflow: visible;
}

.image-7-copy {
  width: 100%;
  max-width: 360px;
  margin: 0 0 20px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.padding-vertical-timeline {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-timeline.padding-huge {
  padding-bottom: .3rem;
}

.text-size-small-footer {
  color: #3f3f3f;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-size-small-footer.text-weight-medium {
  font-weight: 400;
}

.text-size-small-footer.montserrat {
  font-family: Montserrat, sans-serif;
}

.text-size-small-footer.montserrat.text-weight-medium {
  align-self: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
}

.text-size-small-footer.montserrat.text-weight-semibold {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
}

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

.accordion-wrapper {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3;
}

.accordion-item {
  background-color: #eee;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.icon {
  width: 34px;
  height: 34px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  padding: 2px 1px;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 15px;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}

.bold-text-10 {
  line-height: 20px;
}

.bold-text-11, .bold-text-12 {
  font-weight: 500;
}

.section-4-container-2 {
  flex-direction: column;
  margin-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  padding-bottom: 10px;
}

.heading-9-copy {
  margin-top: 1.7rem;
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-size-large-copy {
  font-family: Helvetica, sans-serif;
  font-size: 1.5rem;
}

.text-size-large-copy.montserrat {
  background-image: linear-gradient(101deg, var(--blue-north-biomed), var(--red-north-biomed));
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(101deg, #013b8b, #de6352);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.text-size-large-copy.montserrat-copy {
  background-image: linear-gradient(101deg, var(--blue-north-biomed), var(--red-north-biomed));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.button-2 {
  background-color: var(--red-north-biomed);
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 10px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  border: 2px dotted #616161;
  border-style: dotted none;
  border-radius: 20px;
  min-width: 180px;
  margin-top: -11px;
  margin-bottom: 7px;
  padding: 12px 6px 8px;
  display: flex;
}

.claims {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.text-block-9 {
  color: #fff;
  background-color: #ff634e;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 3px 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.text-block-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-25, .div-block-26.div-block-25 {
  width: 50%;
}

.text-block-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-27 {
  clear: none;
  text-align: center;
  flex: 1;
  order: 0;
  max-width: 255px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
}

.text-block-12 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

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

.bold-text-13, .bold-text-14 {
  font-size: 12px;
}

.image-19 {
  max-width: 120px;
  margin-top: 9px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-11-copy {
  color: #fff;
  border-bottom: 2px dotted #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.image-20 {
  max-width: 353px;
}

.arrow-rigt-cta-footer {
  color: #ffb100;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

.cta-btn-prelaunch {
  background-color: #222;
  background-image: linear-gradient(to right, #e88065, #de6352);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
}

.div-block-10-prelaunch {
  justify-content: center;
  align-items: center;
  width: 58%;
  height: 100%;
  display: flex;
}

.sticky-cta-prelaunch {
  z-index: 999;
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.sticky-cta-prelaunch:hover {
  box-shadow: 0 0 20px #fd635166;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  flex-flow: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: block;
  overflow: visible;
}

.div-block-28 {
  flex-direction: row;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

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

.heading-12 {
  text-align: center;
  margin-top: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-13 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.div-block-29 {
  flex-flow: column;
  align-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-14 {
  flex-direction: row;
  justify-content: center;
  margin-top: 1.3rem;
  font-weight: 400;
  display: flex;
}

.div-block-30 {
  border: 1px #000;
  border-radius: 18px;
}

.button-cta-1 {
  border: 3px dashed #000;
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: block;
}

.button-cta-1.coupon-div {
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  padding: 13px 40px;
  font-family: Montserrat, sans-serif;
  display: inline-flex;
}

.coupon-code {
  border-bottom: 2px dotted #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.coupon-code.coupon-code-footer {
  text-align: center;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 400;
}

.coupon-code.pre-coupon-code {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom-style: none;
  margin: 20px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.coupon-code.copy-coupon {
  margin: -17px auto 0;
  font-size: 11px;
  font-weight: 400;
}

.div-block-32 {
  border: 3px dashed #000;
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: block;
}

.div-block-32.coupon-div {
  border-style: dotted;
  border-width: 3px;
  padding: 13px 40px;
}

.text-span-21 {
  font-family: Prata, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.preheader {
  text-align: center;
  background-color: #000;
  margin-top: -7px;
  display: block;
}

.preheader-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.image-22 {
  max-width: 69px;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-15 {
  border-bottom: 2px dotted #000;
}

.image-23 {
  max-width: 111px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-24 {
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.stars-rating {
  aspect-ratio: auto;
  object-fit: scale-down;
  max-width: 74px;
}

.text-reviews {
  padding-left: 6px;
  padding-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.rating {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline-flex;
}

.image-24 {
  max-width: 60px;
  padding-top: 10px;
}

.main-div-cta-bottom {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.arrow-rigt-cta-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: none;
}

.bold-text-16 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 900;
  display: block;
}

.bold-text-17 {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 900;
}

.grid {
  grid-template: "Area-3 Area Area-2"
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
}

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

.grid-2 {
  grid-template: "Area Area-2 Area-3"
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
}

.html-embed-9 {
  align-self: center;
  max-width: 800px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.html-embed-10 {
  align-self: center;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  flex: 0 auto;
  order: -1;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  opacity: 1;
  background-image: url('../images/menu-open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #fff0;
  background-image: url('../images/menu-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  overflow: visible;
}

.menu-button.open {
  background-image: url('../images/menu-close.svg');
}

.thumbnail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  overflow: visible;
}

.icon-bullet {
  color: #000;
}

.product-image {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #e7e7e700;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.thumbnail {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/empty.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex: none;
  width: 250px;
  height: 250px;
}

.thumbnail.sf-active-thumbnail {
  background-image: url('../images/empty.svg');
  background-size: cover;
  border: 2px #000;
  border-radius: 30px;
  width: 250px;
  height: 250px;
}

.thumbnail.sf-active-thumbnail.thumb1 {
  background-image: url('../images/nanoretinol_main_desk.webp');
}

.thumbnail.thumb2 {
  background-image: url('../images/Nanoretinol-2.webp');
}

.thumbnail.thumb3 {
  background-image: url('../images/Nanoretinol-3.webp');
}

.thumbnail.thumb4 {
  background-image: url('../images/image-4-nanoretinol.webp');
}

.thumbnail.thumb5 {
  background-image: url('../images/image-5-nanoretinol.webp');
}

.thumbnail.thumb6 {
  background-image: url('../images/image-6-nanoretinol.webp');
}

.thumbnail.thumb7 {
  background-image: url('../images/image-7-nanoretinol.webp');
  display: none;
}

.thumbnail.thumb8 {
  background-image: url('../images/image-8-nanoretinol.webp');
  display: none;
}

.quantity-block {
  align-items: flex-start;
  display: flex;
}

.price {
  font-size: 28px;
  line-height: 30px;
}

.price.compare-price {
  color: #aaa;
  font-size: 18px;
  line-height: 23px;
  text-decoration: line-through;
}

.add-to-cart-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.add-to-cart-text.sf-out-of-stock {
  display: none;
}

.product-description {
  margin-bottom: 2.1rem;
}

.sale-tag {
  color: #fff;
  background-color: #eba800;
  border-radius: 20px;
  padding: 1px 6px;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: -15% auto auto 100%;
}

.product {
  grid-column-gap: 71px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 70px;
  display: grid;
}

.product.centered-box {
  grid-column-gap: 30px;
  background-color: #fff0;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  height: 100%;
  margin: -30px auto 50px;
  padding: 0;
  display: flex;
}

.product-image-slider {
  z-index: 0;
  object-fit: contain;
  background-color: #ddd0;
  flex: 1;
  height: 700px;
}

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

.text-size-small-2.text-color-secondary {
  color: #000;
  font-weight: 700;
}

.title-wrapper {
  position: relative;
}

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

.text-block-13 {
  white-space: nowrap;
  margin-right: 4px;
}

.quantity-changer {
  text-align: center;
  background-color: #fff0;
  border-style: solid solid none;
  border-color: #000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.product-detail {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
}

.product-image-gallery {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  max-width: 50%;
  height: 100%;
  display: block;
  position: static;
}

.product-information {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-top: 80px;
  display: flex;
  overflow: visible;
}

.quantity-increaser {
  color: #616161;
  cursor: pointer;
  background-color: #fff;
  border: 1px #e7e7e7;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  transition: color .1s, background-color .1s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.quantity-increaser:hover {
  color: #fff;
  background-color: #000;
}

.product-detail-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #d8d8d8;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.product-price-wrapper {
  grid-column-gap: .575rem;
  grid-row-gap: .575rem;
  align-items: flex-end;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.quantity-decreaser {
  color: #616161;
  cursor: pointer;
  background-color: #fff;
  border: 1px #e7e7e7;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  transition: color .1s, background-color .1s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.quantity-decreaser:hover {
  color: #fff;
  background-color: #000;
}

.buy-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  cursor: pointer;
  background-color: #fd6351;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.buy-button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 12px #00000014;
}

.buy-button.sf-out-of-stock {
  pointer-events: none;
  background-color: #fd6351;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 17px 15px;
  display: flex;
}

.add-to-cart-row {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.product-title {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 2.6rem;
  display: flex;
  position: relative;
}

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

.product-subtitle {
  text-align: center;
  letter-spacing: 0;
  flex-flow: row;
  align-self: auto;
  margin-bottom: 10px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: block;
  position: static;
  overflow: visible;
}

.copyright {
  justify-content: center;
  align-items: flex-start;
  margin-top: .25rem;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 23px;
  display: block;
}

.product-title {
  letter-spacing: -5px;
  margin-bottom: 0;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 90px;
}

.list-2 {
  list-style-type: disc;
}

.bullet-points-main {
  grid-column-gap: 12px;
  text-align: left;
  grid-template-columns: 3% 97%;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.code-embed {
  width: 16px;
  height: 16px;
}

.code-embed.bullet-sns {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.text-block-14, .text-block-15 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.product-image-6 {
  object-fit: contain;
  background-color: #e7e7e700;
  background-image: url('../images/Nanoretinol-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.icon-2 {
  color: #000;
}

.product-image-1 {
  background-color: #e7e7e700;
  background-image: url('../images/Nanoretinol-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.product-image-slider-2 {
  background-color: #ddd0;
  flex: 1;
}

.mask-2 {
  height: 100%;
}

.product-image-gallery-2 {
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.brand {
  text-align: left;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.navbar-2 {
  background-color: #ddd0;
  position: sticky;
}

.container-5 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image-25 {
  vertical-align: baseline;
  max-width: 100%;
  margin: auto 25px auto auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: fill;
  background-color: #ececec99;
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin: 10px auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: sticky;
  top: 0;
  right: 0;
  box-shadow: 2px 2px 5px #6e6e6e33;
}

.nav-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f3f3f3b3;
  border-radius: 15px;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.cart-opener {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.cart-item-discount {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.discount-code-submit {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .3rem;
  flex: none;
  align-self: auto;
  padding: 2px 26px;
  font-weight: 600;
  display: block;
}

.discount-code-submit:hover {
  color: #fff;
  background-color: #000;
}

.ghost-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .3rem;
  flex: 1;
  justify-content: center;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.ghost-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #707070;
}

.cart-empty-message {
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px 22px;
  display: none;
}

.order-discount-list {
  grid-column-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cart-item-title {
  font-weight: 700;
}

.cart-item {
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 28px 40px 40px;
  font-size: 16px;
  display: flex;
}

.discount-code-item {
  color: #000;
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .3rem;
  align-items: center;
  margin-bottom: 12px;
  padding: 15px 3px 15px 9px;
  font-size: 14px;
  font-weight: 500;
}

.cart-item-quantity-changer {
  color: #616161;
  cursor: pointer;
  background-color: #fff;
  border: 1px #e7e7e7;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  transition: color .1s, background-color .1s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.cart-item-quantity-changer:hover {
  color: #fff;
  background-color: #000;
}

.discount-code-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #e7e7e7;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  width: 190px;
  padding-top: 0;
  display: flex;
}

.cart-bottom-row {
  width: 100%;
  padding: 28px 40px 0;
}

.order-note-row {
  grid-column-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.order-discount-item {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.product-options-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cart-items-list {
  width: 100%;
}

.coupon-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e7e7e7;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.item-first-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 320px;
}

.cart-item-subscription {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-row, .cart-total-row {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.cart-container {
  z-index: 3;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px #dfdfdf;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px;
  font-size: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #00000014;
}

.cart-discount-code-input {
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  min-width: 200px;
  height: 50px;
  margin-bottom: 0;
}

.cart-popup {
  z-index: 60;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cart-popup.sf-cart-opened {
  opacity: 1;
}

.coupon-error-message {
  color: #e81e1e;
  text-align: center;
  background-color: #ffdede;
  align-self: flex-end;
  margin-top: 0;
  padding: 4px 10px;
  font-size: 14px;
}

.coupon-field-wrapper {
  grid-column-gap: 10px;
  align-items: stretch;
  width: 100%;
}

.order-note-input {
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}

.cart-popup-overlay {
  background-color: #000000b0;
  position: absolute;
  inset: 0%;
}

.cart-popup-overlay.popup-closer {
  background-color: #000000b0;
}

.cart-item-prediscount-price {
  color: #8d8d8d;
  font-size: 13px;
  text-decoration: line-through;
}

.cart-quantity {
  text-align: center;
  background-color: #fff0;
  border-style: solid solid none;
  border-color: #000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.order-discount-code-item {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.label {
  flex: none;
  font-size: 1rem;
  font-weight: 700;
}

.popup-css {
  display: none;
}

.item-price-information {
  flex-direction: column;
  width: 80px;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-remover {
  color: #616161;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  display: flex;
}

.discount-code-remover {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cart-item-discount-code {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-note-form {
  width: 100%;
}

.checkout-button {
  color: #000;
  cursor: pointer;
  background-color: #ffd904;
  border-radius: .3rem;
  flex: 1;
  justify-content: center;
  max-width: 49%;
  margin-left: auto;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.checkout-button:hover {
  color: #f8d300;
  background-color: #fffffe;
  box-shadow: 0 2px 12px #00000014;
}

.cart-note-wrapper {
  grid-column-gap: 10px;
  background-color: #f7f7f7;
  border: 1px dashed #bebebe;
  border-radius: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 12px;
}

.order-discount-code-title, .cart-item-variant-options {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-item-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #e7e7e7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .3rem;
  width: 80px;
  height: 80px;
}

.order-discount-title {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.discount-code-block {
  grid-column-gap: 10px;
  border: 1px dashed #bebebe;
  border-radius: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.cart-popup-closer {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 2.6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.order-discount-amount, .order-discount-code-amount {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.search-result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  font-size: 16px;
  display: flex;
  position: relative;
}

.search-results {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-flow: column;
  width: 480px;
  display: flex;
}

.search-modal {
  z-index: 2147483647;
  opacity: 0;
  background-color: #f5f5f5;
  border: 1px solid #c8cacc;
  border-radius: 12px;
  margin-top: 18px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: 100% 0% auto auto;
}

.search-modal-closer {
  color: #959699;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  font-size: 1rem;
  display: flex;
}

.search-result-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #e7e7e7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .3rem;
  flex: none;
  width: 70px;
  height: 70px;
}

.search-popup-opener {
  cursor: pointer;
  position: relative;
}

.text-field-3 {
  grid-column-gap: 8px;
  color: #001533;
  background-color: #ffffff73;
  border: 1px solid #c8cacc;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin-bottom: 0;
  padding: 1rem 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  color: #001533;
  border-color: #001533;
}

.text-field-3.search {
  background-color: #fff;
  background-image: url('../images/bx_search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 48px;
}

.vendor-name {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1rem;
  text-decoration: none;
}

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

.product-info-cart {
  flex-direction: column;
  justify-content: center;
  padding-top: .5rem;
  display: flex;
}

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

.search-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18.0035px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.search-result-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.search-result-title.body-large {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.cart-item-remover-copy {
  color: #616161;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

._100-margin-top {
  margin-top: 0;
}

.carousel-container {
  border-radius: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-container.text-carousel {
  color: #fff;
  align-items: center;
  min-width: 1300px;
}

.logo-image {
  height: 40px;
}

.carousel-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f8f8fa;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.is-reversed {
  justify-content: flex-end;
  align-items: center;
}

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

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.carousel {
  z-index: 9999;
  background-color: #eee;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  padding: 5px 25px;
  display: flex;
  position: static;
  left: auto;
  overflow: hidden;
}

.carcontent1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.text-block-16 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.code-embed-2 {
  color: #000;
  width: 20px;
  height: 20px;
}

.buy-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 490px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.row {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.row.frequency-selectors.sns-frequency-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  margin-top: 10px;
}

.row.purchase-option {
  grid-row-gap: 15px;
}

.selling-plan-selectors {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.selling-plan-selectors.inactive {
  display: none;
}

.selling-plan-selectors.active {
  grid-column-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.purchase-option-selectors {
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.purchase-option-selectors.toggle {
  z-index: 0;
  background-color: #ececec;
  border: 5px solid #ececec;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.option-name {
  font-size: 13px;
}

.option-name.sns-title {
  color: #000;
  border-top: 1px #fd6351;
  border-left: 1px #fd6351;
  border-right: 1px #fd6351;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.option-name.otp-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.option-name.frequency-selected {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.option-name.frequency-not-selected {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.purchase-option-value {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #f3f3f399;
  border: 1px #d6d6d6;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.purchase-option-value.sf-active {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f3f3f399;
  border: 1px #acacac;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.purchase-option-value.sf-active.sns, .purchase-option-value.otp {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f3f3f300;
}

.purchase-option-value.sns {
  box-shadow: none;
  background-color: #f3f3f300;
  border-radius: 0;
}

.selling-plan-value {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: 40px;
  padding: 10px 17px;
  line-height: 1;
  display: flex;
}

.selling-plan-value.sf-active {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
  padding: 10px 17px;
}

.subscription-module {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.money-back-guarantee {
  text-align: center;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.icons-features-row2_old {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.feature-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.code-embed-3 {
  color: #cecece;
  width: 80px;
  height: 80px;
  margin-top: -61px;
}

.heading-15 {
  color: #303030;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.text-dropdowns {
  width: 100%;
  margin-top: 40px;
  display: block;
  position: relative;
}

.dropdown {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: block;
  overflow: hidden;
}

.dropdown.dropdown-first, .dropdown.first {
  height: auto;
}

.dropdown-toggle {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 70px;
  padding-right: 60px;
  display: flex;
}

.h3 {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.dropdown-list {
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  position: static;
}

.text-block-17 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.accordion-icon {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  padding: 3px 0;
}

.code-embed-4 {
  width: 18px;
  height: 18px;
}

.div-block-35 {
  height: 1px;
}

.separator-line {
  background-color: #e2e2e2;
  height: 1px;
  margin: 10px 20px;
  padding-left: 0;
  padding-right: 0;
}

.bullet-points-sns {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  color: #000;
  text-align: left;
  grid-template-columns: 3% 96%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.variant-selectors {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 4%;
  flex-flow: column wrap;
  display: flex;
}

.option-group {
  width: 100%;
  margin-bottom: 15px;
}

.option-selector {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  height: 60px;
  margin-bottom: 0;
  padding: 0 0 0 8px;
}

.title-n-price {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.price-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.price-2.inactive {
  display: block;
}

.metafield-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #d8d8d8;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.price-3.compare-price {
  color: #858585;
  font-family: Poppins, sans-serif;
  text-decoration: line-through;
}

.pricing-sns {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.compare-price-sns {
  color: #727272;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.price-sns {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.sale-tag-2 {
  color: #fff;
  background-color: #eba800;
  border-radius: 20px;
  padding: 1px 6px;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.text-block-19 {
  white-space: nowrap;
  margin-right: 4px;
}

.compare-n-save-otp {
  justify-content: center;
  align-items: center;
}

.save-sns {
  color: #fff;
  background-color: #fd6351;
  border-radius: 6px;
  padding: 1px 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.separator-line-buy-box {
  background-color: #acacac;
  width: 100%;
  height: 1px;
  margin: 10px 20px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block {
  width: 100%;
}

.delivery-freq-subtitle {
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.code-embed-5 {
  width: 18px;
  height: 18px;
}

.checkbox {
  align-self: center;
  width: 16px;
  height: 16px;
}

.checkbox-n-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.checkbox-div {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  width: 19px;
  height: 19px;
  box-shadow: inset 0 0 0 4px #fff;
}

.checkbox-div.active {
  background-color: #000;
}

.checkbox-div.inactive {
  display: none;
}

.checkbox-div-otp {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  width: 19px;
  height: 19px;
  box-shadow: inset 0 0 0 4px #fff;
}

.checkbox-div-otp.active {
  background-color: #fff;
  display: none;
}

.checkbox-div-otp.inactive {
  background-color: #000;
}

.sns-subtitle {
  width: 100%;
}

.subtitle-pur {
  margin-top: 0;
  padding: 10px 10px 10px 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.checkbox-n-title-otp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.pricing-otp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.price-otp {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.otp-subtitle {
  width: 100%;
  margin-bottom: 10px;
}

.title-n-price-otp {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.bundle-block {
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.bundle-block.active, .bundle-block.active.sf-active {
  display: flex;
}

.bundle-block.inactive {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.bundle-subtitle {
  flex: none;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.custom-option-selectors {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.custom-option-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  padding-top: 10px;
  display: flex;
}

.custom-option-value {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.custom-option-value.sf-active {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.option-name-2 {
  font-size: 13px;
}

.bundle-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.bundle-value {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
}

.bundle-value.sf-active {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}

.custom-option-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.custom-option-value-2 {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.custom-option-value-2.sf-active {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.option-name-3 {
  font-size: .875rem;
}

.row-copy {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.row-copy.frequency-selectors.sns-frequency-selector {
  margin-top: 10px;
}

.row-copy.purchase-option {
  grid-row-gap: 15px;
}

.bundle-button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
}

.bundle-button.sf-active {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}

.bundle-button.sf-active._1-unit {
  box-shadow: none;
  border-radius: 30px;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button._2-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button._2-units.sf-active {
  background-color: #000;
}

.bundle-button._3-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button._3-units.sf-active {
  background-color: #000;
}

.save-otp-2-units, .save-otp-3-units {
  color: #fff;
  background-color: #fd6351;
  border-radius: 3px;
  margin-top: -18px;
  margin-bottom: 4px;
  padding: 2px 4px;
  font-size: 11px;
  position: static;
}

.per-bottle-otp {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.out-of-stock {
  display: none;
}

.out-of-stock.sf-out-of-stock {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-16 {
  z-index: 99999;
  color: #585858;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-field-4 {
  border-radius: 10px;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  overflow: clip;
}

.text-field-4::placeholder {
  color: #747474;
}

.form-2 {
  width: 507px;
  height: 40px;
  display: flex;
}

.form-block {
  width: auto;
  margin-top: -5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.submit-button {
  background-color: #fd6351;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 auto;
  width: auto;
  height: 40px;
  margin-left: -10px;
  display: block;
  overflow: clip;
}

.bold-text-18 {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.sold-out-text {
  font-size: 19px;
  display: none;
}

.sold-out-text.sf-out-of-stock {
  font-weight: 300;
  display: flex;
}

.success-message {
  background-color: #fff;
}

.error-message {
  text-align: center;
}

.sold-out-form {
  width: 507px;
  height: 40px;
  display: flex;
}

.sold-out-input {
  border-radius: 10px;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  overflow: clip;
}

.sold-out-input::placeholder {
  color: #747474;
}

.submit-button-email-form {
  background-color: #fd6351;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 auto;
  width: auto;
  height: 40px;
  margin-left: -10px;
  display: block;
  overflow: clip;
}

.flex-block-2 {
  width: 100%;
}

.code-embed-6 {
  width: 480px;
  margin-top: -6px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.code-embed-7 {
  flex-flow: row;
  display: flex;
}

.menu-icon {
  background-image: url('../images/bars-solid.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.menu-icon.open {
  display: none;
}

.logo-icon-container {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.main-logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: auto;
  margin-left: -10px;
  padding: 5px 0;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.close-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: none;
}

.close-icon.open {
  display: flex;
}

.menu-main-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  flex-flow: row;
  height: auto;
  margin-left: 0;
  padding: 20px 30px 30px;
  display: flex;
}

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

.heading-17 {
  color: #535353;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.nanoretinol-menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffb3;
  border-radius: 12px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  height: auto;
  padding: 25px;
}

.heading-18 {
  letter-spacing: -1px;
  padding-bottom: 5px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.text-block-21 {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.text-span-25 {
  font-weight: 400;
}

.separator-line-menu {
  background-color: #e2e2e2;
  flex: none;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.text-span-26 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  vertical-align: text-top;
  font-size: 12px;
  line-height: 1.8;
}

.dropdown-menu-icon {
  width: 14px;
  height: 14px;
}

.nanoretinol-product-grid-menu {
  grid-column-gap: 5px;
  grid-row-gap: 14px;
  text-align: left;
  flex: none;
  grid-template-columns: 30px 1fr;
  align-self: flex-start;
  margin-top: 0;
}

.text-block-22 {
  order: 0;
  align-self: flex-start;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.text-span-27 {
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-22-copy {
  order: 0;
  align-self: flex-start;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.nanoretinol-menu-item {
  color: #000;
  text-align: left;
  order: 0;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.nanoretinol-menu-item:hover {
  text-decoration: underline;
}

.nanoretinol-menu-item:active {
  color: #727272;
}

.nanoretinol-menu-buy-now {
  text-align: left;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.buy-now-nanoretinol-menu {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.text-span-28 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.menu-company-container, .menu-support-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.menu-col1 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  width: 50%;
}

.menu-col2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 50%;
}

.close-button-inside {
  background-image: url('../images/bars-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.close-button-inside.w--open {
  z-index: 0;
  opacity: 0;
  background-color: #fff0;
  background-image: url('../images/xmark-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.auxiliar-icon {
  justify-content: center;
  align-items: flex-start;
  width: 9px;
  height: 9px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

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

.nanoretinol-ad-menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/nanoretinol-menu.webp');
  background-repeat: no-repeat;
  background-size: 234px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 275px;
  padding: 25px;
}

.heading-19 {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}

.text-right-nanoretinol-menu-cont {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.text-span-29 {
  letter-spacing: -1px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 26px;
}

.superscript-2 {
  overflow-wrap: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.superscript-3 {
  font-size: 13px;
  line-height: 1.1;
  display: inline;
  position: relative;
  top: -10px;
}

.italic-text-4 {
  font-style: normal;
  text-decoration: underline;
}

.heading-20 {
  font-size: 18px;
  font-weight: 200;
}

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

.text-block-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 11px;
  display: flex;
}

.text-span-30 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

.heading-21 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-31 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
}

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

.text-span-32 {
  color: #8d8d8d;
  text-align: left;
  vertical-align: baseline;
  padding-left: 5px;
  font-size: 11px;
  font-style: italic;
}

.navbar-ext-container {
  width: 100%;
}

.image-26 {
  z-index: -10;
  position: absolute;
  top: 385px;
  right: -2.5px;
}

.nanoparticle {
  z-index: -1000000;
  position: absolute;
  inset: 0% 6% auto auto;
  overflow: hidden;
}

.nanoparticle._1 {
  left: -19px;
}

.nanoparticle._2 {
  z-index: -2147483648;
  position: absolute;
  top: 22%;
  right: 20%;
}

.nanoparticle._3 {
  top: -7%;
  right: 38%;
}

.nanoparticle._4 {
  top: 27%;
  right: 36%;
}

.nanoparticle._5 {
  top: 29%;
  left: auto;
  right: -1%;
}

.nanoparticle.t1 {
  top: 222%;
  right: -10%;
  overflow: visible;
}

.nanoparticle.t1-copy {
  top: 100%;
  right: -10%;
  overflow: visible;
}

.nanoparticle.f1 {
  z-index: 9999;
  z-index: -2147483648;
  position: absolute;
  top: 19%;
  right: 10%;
  overflow: visible;
}

.nanoparticle.f2 {
  z-index: -2147483648;
  position: absolute;
  top: 0%;
  right: -3%;
}

.slide-nav {
  display: block;
  position: relative;
  top: -35px;
}

.scientific-results-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  border-radius: 30px;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  margin: 60px 20px;
  padding: 30px 20px;
  display: flex;
}

.scientifically-proven {
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 40px 20px 30px;
}

.scientifically-proven.phone-screen_img.first {
  background-image: none;
  width: 50%;
}

.scientifically-proven.phone-screen_img.second {
  background-image: none;
  width: 50%;
  position: static;
}

.scientifically-proven.phone-screen_img.third {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  position: static;
}

.clinically-tested {
  background-color: #f5f5f500;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 40px 20px 30px;
}

.clinically-tested.phone-screen_img.fourth {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  position: static;
}

.heading-22 {
  color: #464646;
  background-image: linear-gradient(90deg, #d2d2d2, #939393 35%, #d4d4d4 65%, #d1d1d1);
  border-radius: 20px;
  padding: 4px 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.metallic-heading {
  color: #303030;
  text-align: center;
  background-image: linear-gradient(90deg, #e6e6e6, #a3a3a3 35%, #e7e6e6 65%, #d1d1d1);
  border-radius: 20px;
  margin-top: -53px;
  margin-bottom: 0;
  padding: 4px 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.sci-icon {
  opacity: 1;
  vertical-align: baseline;
  width: 80px;
  margin: 10px 10px 5px;
  overflow: hidden;
}

.sci-icons-cont {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-top: 15px;
}

.sci-vertical-feature {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.sci-vertical-feature.phone-screen_img {
  background-image: none;
  width: 50%;
}

.sci-vertical-feature.phone-screen_img.second, .sci-vertical-feature.phone-screen_img.third, .sci-vertical-feature.phone-screen_img.fourth {
  position: static;
}

.text-block-26 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: block;
  overflow: hidden;
}

.number-feature {
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: block;
  overflow: hidden;
}

.title-feature {
  color: #000;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.1;
  display: block;
  overflow: hidden;
}

.subtitle-feature {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  overflow: visible;
}

.footer-feature {
  text-align: center;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.scientific-results-outer-cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.scientific-results-container-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f5f5f53d;
  border-radius: 30px;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  height: 290px;
  margin: 0;
  padding: 0;
  display: flex;
}

.scientific-results-container-mobile.phone-screen_img.first {
  background-image: none;
  width: 90%;
  height: auto;
  position: static;
}

.scientific-results-container-mobile.phone-screen_img.third {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #b6b6b666;
  background-image: none;
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
  position: static;
  top: 30%;
}

.scientific-results {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.features-icons-outer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  filter: blur();
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 20px;
  padding: 20px 0;
}

.feature-icon-outer {
  background-color: #efefef;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 0;
  padding: 10px 0;
}

._99 {
  color: #717171;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  overflow: hidden;
}

.text-span-33 {
  font-size: 33px;
}

.vegan-icon {
  color: #717171;
  width: 45px;
  height: 45px;
  margin-top: 0;
}

.separator-line-features {
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  margin: 0 20px 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fragrance-icon, .endocrine-icon {
  color: #717171;
  width: 45px;
  height: 45px;
  margin-top: 0;
}

.heading-endocrine {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.icons-features-col2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icons-features-row1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50%;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.feature-icon-col2-e1 {
  background-color: #efefef;
  border-radius: 30px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 150px;
  padding: 0;
  overflow: hidden;
}

.feature-icon-col2-e1.metallic-heading, .feature-icon-col2-e1.metallic-bg {
  background-image: linear-gradient(90deg, silver, #fff 28%, #a8a8a8 52%, #f1f1f1 81%, #c7c7c7);
  margin-top: 0;
}

.feature-image1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/made-in-usa.webp');
  background-position: 50% 6%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.feature-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.text-block-27 {
  text-align: center;
  font-size: 18px;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.subtittle-mini-cards {
  text-align: center;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

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

.text-span-35 {
  font-size: 13px;
  text-decoration: underline;
}

.free-of-fragrance {
  color: #303030;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.code-embed-8 {
  width: 50px;
  height: 50px;
}

.icons-features-row2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 140px;
  margin-right: 20px;
  overflow: visible;
}

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

.cli-icons-cont {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-top: 5px;
}

.text-span-37 {
  border-bottom: 1px dashed #000;
}

.text-span-38 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.5;
}

.text-span-39, .text-span-40 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.footer-cont {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#fff, #cecece);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.footer-bg {
  z-index: 2147483647;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: absolute;
}

.footer-inner-cont {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fbfbfb80;
  border: 1px #d6d6d6;
  border-radius: 15px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.footer-inner-cont.sf-active {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f3f3f399;
  border: 1px #acacac;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.subfooter-cont {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.footer-main-cont {
  z-index: 2147483647;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  height: 300px;
  display: flex;
  position: static;
}

.footer-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 0;
  position: static;
}

.subfooter-main-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.text-block-30 {
  color: #5d5d5d;
  width: 100%;
  margin: 20px auto;
  font-size: 11px;
  font-weight: 300;
}

.footer-col1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 100%;
}

.heading-23 {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.text-block-31 {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 1.6;
}

.image-28 {
  padding-bottom: 10px;
}

.heading-24 {
  color: #5d5d5d;
  margin-top: 0;
  font-size: 12px;
  font-weight: 300;
}

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

.footer-main-links {
  color: #000;
  font-size: 12px;
  line-height: 1.3;
}

.footer-main-links:hover {
  color: #000;
  text-decoration: underline;
}

.heading-25 {
  color: #5d5d5d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.slogan-footer {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-29 {
  margin: 0 7px 10px 0;
}

.text-span-42 {
  font-weight: 500;
  line-height: 1.5;
}

.footer-col2, .footer-col3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 100%;
}

.nanoparticles-absolute-cont {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1px;
  right: auto;
}

.contact-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 2px solid #f8f7f7;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 2px 2px 10px #f1f1f1cc;
}

.heading-26 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3;
}

.body-3 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
}

.heading-27 {
  font-weight: 400;
}

.heading-28 {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.col1 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: auto;
  margin-top: 30px;
}

.coll2 {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  height: 100%;
  margin-top: 20px;
  padding: 30px;
}

.select-reason {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg.is-radio-card {
  z-index: 2;
  color: #4b4b4b;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-radio-card {
  color: #121331;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 500;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-hide {
  display: none;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card {
  padding-left: 0;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.text-field-5, .text-field-6 {
  border-radius: 6px;
}

.image-30 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.submit-button-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #000;
}

.text-block-32 {
  margin-top: 20px;
  font-size: 12px;
}

.satis-cont {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.code-embed-9 {
  width: 20px;
  height: 20px;
  display: flex;
}

.bold-text-19 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.email-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 10px;
}

.image-31 {
  padding: 10px 10px 10px 0;
}

.code-embed-10 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.heading-29 {
  font-size: 15px;
  font-weight: 300;
}

.main-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-query {
  border-radius: 6px;
  height: 200px;
}

.textarea {
  border-radius: 6px;
  min-height: 400px;
  overflow: visible;
}

.satis-cont-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 7px;
}

.order-number {
  border-radius: 6px;
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

.form-3 {
  height: 100%;
}

.success-message-2 {
  background-color: #fff0;
  height: 100%;
}

.text-block-33 {
  font-size: 16px;
}

.text-span-43 {
  font-weight: 500;
}

.image-container-r1 {
  background-image: url('../images/r1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.link-block {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.text-span-44 {
  font-weight: 500;
}

.col2-outer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
}

.image-container-returns {
  background-image: url('../images/returns-north-biomedical.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 90%;
  height: 430px;
}

.image-container-ceo {
  background-image: url('../images/Paul_Rom-North-Biomedical_sm.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  max-width: 350px;
  height: 300px;
}

.form-contact-ceo {
  width: 100%;
  height: 100%;
}

.text-block-34 {
  text-align: right;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.image-outer-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.textarea-ceo {
  border-radius: 6px;
  min-height: 400px;
  overflow: visible;
}

.textarea-return {
  border-radius: 6px;
  min-height: 180px;
  overflow: visible;
}

.textarea-support {
  border-radius: 6px;
  min-height: 200px;
  overflow: visible;
}

.order-where {
  border-radius: 6px;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  padding-left: 38px;
}

.ms-input.has-https {
  box-shadow: none;
  padding-left: 62px;
}

.ms-input.is-overlapping {
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 6px;
}

.ms-input.ms-text-area {
  min-height: 80px;
}

.ms-input.ms-text-area.is-overlapping {
  height: 200px;
  margin-top: 10px;
}

.subtitle {
  color: #121331;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
}

.ms-input-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.is-overlapping {
  width: 100%;
  margin-top: 10px;
}

.ms-input-label-2 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label-2.is-overlapping {
  z-index: 3;
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -.7em;
  left: 8px;
}

.ms-dropdown {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #000;
  width: 70px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.ms-dropdown.is-leading {
  z-index: 3;
  width: 50px;
  padding-right: 0;
  left: 0;
}

.ms-input-label-3 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label-3.is-overlapping {
  z-index: 3;
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
  position: absolute;
  top: -.7em;
  left: 8px;
}

.ms-radio-dot {
  border-color: #12133140;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border-width: 6px;
  border-color: #2962ff;
}

.ms-input-label-4 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.body-4 {
  font-family: Poppins, sans-serif;
}

.text-block-35 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-span-45, .text-span-46 {
  font-size: 22px;
}

.bold-text-20, .bold-text-21 {
  font-size: 24px;
  font-weight: 300;
}

.main-iframe {
  height: 800px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.hidden-on-desktop {
  display: none;
}

.text-200 {
  line-height: 20px;
}

.text-200.color-accent-1 {
  font-size: 13px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
  color: #000;
}

.btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12:hover {
  color: #fff;
  background-color: #fd6351;
  border-color: #fd6351;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
  color: #000;
}

.btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12:hover {
  color: #fff;
  background-color: #fd6351;
  border-color: #fd6351;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card-2.content-left.pd-32px---48px---56px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #eee;
  border-style: none;
  border-color: #000;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
}

.card-2.content-left.pd-32px---48px---56px.stacked {
  margin-top: 0;
}

.card-2.content-centered {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card-2.content-centered.pd-32px---48px---56px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}

.card-2.content-centered.pd-32px---48px---56px.stacked {
  margin-top: 0;
}

.container-default {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

.inner-container._490px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 490px;
  display: flex;
}

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

.mg-bottom-24px {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-bottom: 10px;
  display: block;
}

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.heading-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.reviews-section-inner {
  padding-top: 176px;
  padding-bottom: 176px;
}

.reviews-section-inner.overflow-hidden {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  overflow: visible;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.heading-30 {
  text-align: center;
  letter-spacing: -.05em;
  width: 100%;
  max-width: 600px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 200;
}

.stars-reviews {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.code-embed-11 {
  color: #facd47;
  width: 25px;
  height: 25px;
}

.code-embed-12 {
  width: 20px;
  height: 30px;
  line-height: .8;
}

.reviews-badges {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
}

.badge1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
}

.heading-31 {
  font-size: 40px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
}

.reviews-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-17 {
  text-align: center;
  font-size: 16px;
}

.text-span-47 {
  font-weight: 600;
}

.badge-icon {
  color: #000;
  width: 30px;
  height: 30px;
}

.reviews {
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.text-block-36, .text-block-37, .text-block-38 {
  text-align: center;
  max-width: 250px;
}

.review-source {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
}

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

.image-32 {
  height: 400px;
}

.image-amazon-logo {
  max-width: 70px;
  margin-top: 3px;
}

.bold-text-22 {
  font-size: 17px;
  line-height: 2.2;
}

.image-container-r2 {
  background-image: url('../images/r2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.image-container-r3 {
  background-image: url('../images/r3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.text-span-48 {
  font-weight: 600;
}

.image-container-r4 {
  background-image: url('../images/r4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.image-container-r5 {
  background-image: url('../images/r5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.verified-review {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 173px;
}

.text-block-39 {
  padding-left: 5px;
  padding-right: 5px;
}

.icon-verified {
  color: #facd47;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-left: -10px;
}

.verified-review-dark {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 173px;
  margin-top: -10px;
  margin-left: -10px;
  padding-top: 0;
}

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

.div-block-37 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  flex-flow: column;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44, .div-block-45 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-span-49 {
  font-family: Prata, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.reviews-on {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 60px;
  display: flex;
}

.reviews-on-amazon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
}

.code-embed-13 {
  color: #000;
  width: 20px;
  height: 20px;
}

.heading-32 {
  text-align: center;
  max-width: 248px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-32.tts {
  font-size: 16px;
}

.heading-32.main {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 300;
}

.stars-amazon {
  margin-top: 0;
}

.text-span-50 {
  font-style: italic;
  font-weight: 700;
}

.amazons-choice {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  width: 33%;
}

.reviews-on-tts {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
}

.text-span-51 {
  font-size: 15px;
  font-weight: 300;
}

.hero-science {
  background-image: url('../images/bg1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  height: 1081px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 50px 50px 100px;
  display: flex;
  transform: translate(0);
}

.text-span-52 {
  font-family: Prata, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

.heading-34 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  width: 100%;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 200;
}

.code-embed-14 {
  background-color: #fff;
  margin-bottom: 0;
  display: none;
}

.feature-image2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/gmp-certified.webp');
  background-position: 50% 46%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.hero-science-outer {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-37 {
  margin-top: -6px;
}

.icons-features-row2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50%;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.feature-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #71717100;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.badges {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.col1-sci-res, .col2-sci-res {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.nat-ingre {
  color: #303030;
  text-align: center;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.main-cont-ar {
  background-image: url('../images/bg1.webp');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  margin: 30px 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.feature-ar {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.feature-ar.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.feature-ar.steps.fourth, .feature-ar.steps.second {
  grid-column-gap: 25px;
  grid-template-columns: 40px 1fr;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.feature-ar.steps.first {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 40px 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.feature-ar.steps.first.w--current {
  grid-column-gap: 25px;
  grid-template-columns: 40px 1fr;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.feature-ar.steps.third {
  grid-column-gap: 25px;
  grid-template-columns: 40px 1fr;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.circle-number.steps1 {
  background-color: #fff0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-top: 0;
}

.circle-number.steps3, .circle-number.steps2 {
  background-color: #fff0;
  width: 35px;
  height: 35px;
  margin-top: 0;
}

.circle-number.steps4 {
  background-color: #fff0;
  width: 35px;
  height: 35px;
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
}

.phone-screen {
  position: relative;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #cacaca;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 40px;
  display: grid;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.stick-text_detail.steps3 {
  text-align: center;
}

.stick-text_detail.steps1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  flex-flow: column;
  display: block;
}

.stick-text_detail.steps4, .stick-text_detail.steps2 {
  text-align: center;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.second, .phone-screen_img.fourth {
  position: absolute;
  inset: 0%;
}

.position-relative {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.position-relative.left {
  height: 100%;
}

.main-container-ar {
  border-radius: 20px;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.container-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  font-size: 16px;
  display: block;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.phone-mock {
  background-color: #cacaca;
  border-radius: 2em;
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.age-reversal {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.phone-mock_tab {
  background-color: #cacaca;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 6%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.h3-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.text-span-53 {
  font-family: Prata, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

.heading-35 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.text-span-54, .text-span-55, .text-span-56, .text-span-57 {
  font-style: italic;
}

.text-block-40, .text-block-41, .text-block-42, .text-block-43 {
  padding-top: 15px;
  padding-right: 15px;
  font-size: 50px;
  font-style: italic;
  font-weight: 100;
}

.text-span-58 {
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.subtitle-sci-results {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
}

.text-span-59, .text-span-60, .text-span-61, .text-span-62 {
  font-weight: 600;
}

.text-span-63 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
}

.text-block-44 {
  color: #292929;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-64 {
  font-style: italic;
  font-weight: 600;
}

.text-span-65, .text-span-66 {
  font-weight: 600;
}

.headings-hero-science {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.text-span-67, .text-span-68 {
  border: 1px solid #000;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2;
}

.subheading-intro {
  color: #292929;
  text-align: center;
  text-transform: none;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: none;
}

.text-block-45 {
  color: #fff;
  background-color: #000;
  border: 2px #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
}

.text-span-69 {
  font-weight: 600;
}

.text-block-46 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
}

.subheading-intro-static {
  color: #292929;
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-70 {
  color: #fff;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #fd635100;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 300;
  line-height: 1.5;
}

.science {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.reviews-on-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.science-inner-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.flex-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.heading-36 {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  letter-spacing: -2px;
  outline: 3px #000;
  font-family: Acherusgrotesque Italic, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.heading-37 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 100;
}

.image-customer-support-main {
  background-image: url('../images/support-north-biomedical.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 430px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.popup1 {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #b6b6b659;
  border-radius: 20px;
  width: 342px;
  height: auto;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  inset: auto 5% -150px auto;
}

.text-block-49 {
  font-size: 14px;
  font-weight: 300;
}

.popup1-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-48 {
  letter-spacing: -1px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.popup1-link {
  color: #000;
  text-align: right;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.superscript-4 {
  font-size: 12px;
}

.popup1-title {
  letter-spacing: -1px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.anouncement {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.popup1-anouncement-text {
  color: #585858;
  font-size: 13px;
  font-weight: 400;
}

.popup1-anouncement-point {
  color: #fd6351;
  font-size: 21px;
  font-weight: 300;
  line-height: .8;
}

.close-popup1 {
  cursor: pointer;
  background-color: #313131;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-right: -5px;
  padding-top: 5px;
  position: absolute;
  inset: -5px -5px auto auto;
}

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

.code-embed-15 {
  color: #fff;
  width: 12px;
  height: 12px;
  font-size: 14px;
  line-height: .8;
}

.div-block-46 {
  z-index: -99999;
  background-color: #ffc9c9;
  border-radius: 20px;
  width: 100%;
  height: 500px;
  display: flex;
  position: static;
  top: auto;
}

.card-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-left {
  background-color: #919191;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  inset: auto auto 0% 5%;
}

.carousel-slider {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  right: auto;
}

.carousel-slider._3 {
  left: auto;
  right: auto;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  left: auto;
  right: auto;
}

.carousel-slider._2 {
  inset: auto;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  left: auto;
  right: auto;
}

.carousel-slider._6 {
  right: -105%;
}

.card-header {
  background-image: url('../images/Shot1_mod_nanoretinol.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 800px;
  height: 100%;
  padding: 30px;
}

.card-header.one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #313131;
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card-header.two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-header.three {
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card-header.three.card-3-2 {
  background-color: #fff0;
}

.card-header.five {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/Shot4_nanoretinol.webp');
  background-position: 59% 0;
  background-repeat: no-repeat;
  background-size: 1500px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.card-body {
  height: auto;
  padding: 30px;
}

.carousel-mask {
  width: 80%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.arrow-right {
  background-color: #919191;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  inset: auto 5% 0% auto;
}

.carousel-science {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.science-slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.science-slider.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.icon-3, .icon-4 {
  color: #fff;
}

.card-heading {
  color: #1b1b1b;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.4;
}

.card-heading.one, .card-intro-text {
  color: #fff;
}

.card-intro-text.one {
  z-index: 2147483647;
  position: static;
}

.card-intro-text.two {
  color: #1b1b1b;
}

.slide-nav-2 {
  background-color: #919191;
  border-radius: 30px;
  width: 170px;
  margin-bottom: 5px;
  padding-top: 13px;
}

.heading-39 {
  letter-spacing: -.05em;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: .9;
}

.text-span-71 {
  font-size: 44px;
}

.text-span-72 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: .6;
  text-decoration: none;
}

.subtitle-science {
  text-align: center;
  max-width: 1000px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-73 {
  font-weight: 500;
  text-decoration: none;
}

.nanoparticle-orb {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 30px;
  display: flex;
  position: static;
}

.orb, .orb-inner {
  height: 400px;
  position: relative;
}

.code-embed-16 {
  z-index: 9999999;
  position: static;
}

.code-embed-16.orb {
  width: 290px;
  height: 300px;
}

.code-embed-16.mesh {
  text-align: center;
  transform-style: preserve-3d;
  width: 1000px;
  height: auto;
}

.learn-more {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  position: static;
  inset: auto 0% -4%;
}

.learn-more.two {
  justify-content: space-between;
  align-items: flex-end;
}

.learn-more-inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  cursor: pointer;
  background-color: #c5c5c5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px 9px 7px 22px;
}

.learn-more-inner.two {
  background-color: #666;
}

.learn-more-text {
  font-size: 14px;
}

.learn-more-text.two {
  color: #fff;
}

.superscript-5 {
  font-size: 33px;
}

.popups {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.popups-copy {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.popup-one {
  z-index: 999999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.popup-one.popup-science {
  background-color: #ffffffd9;
  display: none;
  overflow: scroll;
}

.popup-announcement {
  z-index: 9999999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ebebeb80;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  width: 450px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 5%;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 3px #0000004d;
}

.inner-popup {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-38 {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-17 {
  background-color: #000000b3;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  padding: 15px 20px;
}

.close-button-popup {
  cursor: pointer;
  background-color: #000000b3;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  padding: 12px 15px 15px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  font-size: 30px;
  font-weight: 200;
}

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

.download-icon {
  color: #fff;
  background-color: #383838;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 8px 11px;
}

.sciente-title-n-subt {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.card-two-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.image-39 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff40;
  border-radius: 20px;
  width: 430px;
  padding: 10px;
}

.image-39.four {
  width: 339px;
}

.image-39.five {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff26;
  border-radius: 30px;
  width: 520px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.donwload-study {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px 10px 7px 22px;
}

.donwload-study-text {
  font-size: 16px;
  line-height: 1.3;
}

.learn-more-icon {
  color: #fff;
  background-color: #fd6351;
  border-radius: 20px;
  width: 33px;
  height: 33px;
  padding: 7px 8px 8px;
}

.donwload-sudy-text {
  padding-left: 5px;
  padding-right: 5px;
}

.popup-two {
  z-index: 999999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.popup-two.popup-science {
  background-color: #ffffffd9;
  display: none;
  overflow: scroll;
}

.text-span-74 {
  font-weight: 400;
}

.bold-text-23 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.text-span-75, .text-span-76, .text-span-77 {
  font-size: 20px;
  line-height: 1.6;
}

.mesh-np {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300px;
  margin-top: 30px;
  display: flex;
  position: static;
}

.icon-arrow-right, .icon-arrow-left {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cardfive-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.text-span-78 {
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.separator-line-buy-box-header {
  background-color: #acacac;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  padding-left: 0;
  padding-right: 0;
}

.toggle-switch {
  background-color: #ececec;
  border: 5px solid #ececec;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 50px;
  margin: 0 50px 10px;
  display: flex;
  position: relative;
}

.text-toggle {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.text-toggle.otp {
  color: #000;
  cursor: pointer;
}

.text-toggle.sns {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.toggle-button {
  z-index: -1;
  background-color: #222;
  border-radius: 50px;
  width: 50%;
  height: 100%;
  padding-top: 0;
  position: absolute;
}

.buy-nanoretinol {
  letter-spacing: -.05em;
  background-color: #fff;
  width: auto;
  margin-top: -54px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 24px;
  position: absolute;
}

.superscript-6 {
  font-size: 15px;
}

.bullet-points-pur {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  color: #000;
  text-align: left;
  grid-template-columns: 3% 96%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.opt-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.image-40 {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}

.image-container-cta {
  background-image: url('../images/Shot2_nanoretinol_800x800.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 350px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-left: 20px;
}

.heading-40 {
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
}

.heading-40-copy {
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
}

.subheading-cta-lats {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

.cta-button-reviews {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  cursor: pointer;
  background-color: #fd6351;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px 10px 25px;
}

.cta-button-reviews.two {
  background-color: #666;
}

.cta-button-text {
  color: #fff;
  letter-spacing: -.05px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 21px;
}

.cta-button-text.two {
  color: #fff;
}

.cta-button-reviews-icon {
  color: #fff;
  background-color: #fd6351;
  border-radius: 20px;
  width: 33px;
  height: 33px;
  padding: 7px 8px 8px;
}

.superscript-7 {
  font-size: 14px;
}

.cta-button-subtext {
  letter-spacing: -.05px;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 13px;
}

.cta-button-subtext.two {
  color: #fff;
}

.text-span-79 {
  font-size: 18px;
}

.reviews-title-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-subtitle-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff40;
  border-radius: 20px;
  padding: 7px 15px;
}

.side-effects {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
}

.headiing-side-effects {
  letter-spacing: -.05em;
  max-width: none;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: .9;
}

.text-span-80 {
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.image-41 {
  border-radius: 30px;
  margin-top: 20px;
}

.main-image-side-eff {
  background-image: url('../images/Shot4_mod_nanoretinol.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1124px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 800px;
  height: 900px;
  display: flex;
  overflow: visible;
}

.main-content-side-eff {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  overflow: visible;
}

.main-content-text {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
}

.text-block-51 {
  color: #818181;
  max-width: 70%;
  margin-top: 0;
  padding-bottom: 50px;
  font-size: 17px;
  font-weight: 400;
}

.text-span-81, .text-span-82 {
  color: #000;
}

.dise-effects-title-n-subt {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.main-image-side-eff-copy {
  background-image: url('../images/Shot4_mod_nanoretinol.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1100px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 800px;
  height: 900px;
  display: flex;
  overflow: visible;
}

.features-side-effects {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  top: -103px;
  bottom: auto;
}

.feature-side-effects {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 33%;
}

.heading-41 {
  font-size: 22px;
  font-weight: 300;
}

.heading-features-se {
  font-size: 20px;
  font-weight: 500;
}

.subheading-features-se {
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.feature-title-n-subt-se {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-52 {
  color: #5e5e5e;
}

.scroll-se {
  background-color: #919191;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px 7px 20px;
  display: none;
}

.heading-42 {
  color: #fff;
  font-size: 19px;
  font-weight: 200;
}

.scroll-arow-se {
  color: #fff;
  width: 30px;
  height: 30px;
  margin: auto;
  padding: 7px 10px;
}

.col-left-ar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.col-left-ar.left {
  height: 100%;
}

.col-right-ar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.col-right-ar.left {
  height: 100%;
}

.right-arrow {
  background-color: #000;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  inset: -5px 9% auto auto;
}

.slide-nav-3 {
  background-color: #919191;
  border-radius: 20px;
  width: 129px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% -13%;
}

.slider {
  background-color: #fff0;
  border-radius: 20px;
  height: 280px;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
}

.slide-1 {
  background-image: url('../images/nanoretinol_main_desk.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.slide-3 {
  background-image: url('../images/Nanoretinol-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.slide-2 {
  background-image: url('../images/Nanoretinol-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.slide-4 {
  background-image: url('../images/image-4-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.left-arrow {
  background-color: #000;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  top: -5px;
  bottom: auto;
  left: 9%;
}

.slide-0 {
  padding: 30px 50px;
}

.text-span-83 {
  letter-spacing: -.05em;
  font-family: Acherusgrotesque, sans-serif;
}

.superscript-9 {
  font-size: 16px;
}

.line-0 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.start-point {
  background-color: #000;
  border-style: none;
  border-color: #000;
  border-radius: 20px;
  flex: none;
  width: 12px;
  height: 12px;
}

.doted-line {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -30%;
  position: relative;
}

.mask-3 {
  overflow: visible;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.time-indicator-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-top: 0;
}

.slide-01 {
  padding: 30px 50px 10px;
}

.slide-02, .slide-03, .slide-04 {
  padding: 30px 50px;
}

.line-end {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.doted-line-master {
  border: 1px dashed #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 5000px;
  height: 1px;
  margin-top: -11px;
  margin-bottom: auto;
  margin-left: 360px;
  position: absolute;
}

.empty-space {
  background-color: #fff0;
  width: 50%;
  height: 12px;
}

.doted-line-end {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -20%;
  position: static;
}

.end-point {
  background-color: #000;
  border-style: none;
  border-color: #000;
  border-radius: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 12px;
  height: 12px;
  position: static;
}

.line-0-copy, .line-0last {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.doted-line-last {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 1px;
  margin: auto 0% auto -30%;
  position: relative;
}

.shop-pay-button {
  cursor: pointer;
  background-color: #5b31f5;
  border: 1px #222;
  border-radius: .3rem;
  flex: 1;
  justify-content: center;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.shop-pay-button:hover {
  color: #363636;
  background-color: #390ced;
  box-shadow: 0 2px 12px #00000014;
}

.shop-pay-icon {
  max-height: 22px;
}

.faqs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faqs-title-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-30-faqs {
  text-align: center;
  letter-spacing: -.05em;
  width: 100%;
  font-family: Acherusgrotesque, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 200;
}

.text-span-84 {
  border: 1px #000;
  border-bottom-style: dashed;
}

.pay-later-under-cta {
  text-align: center;
  margin-top: 0;
  padding-top: 3px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.image-42 {
  width: 76px;
  margin-top: 4px;
}

.flex-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
}

.shoppay {
  width: 76px;
  margin-top: 4px;
}

.best-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 316px;
  margin-top: 4px;
  position: absolute;
  inset: auto 0 -10px 90px;
}

.heading-last-card {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 29px;
  font-weight: 400;
}

.subheading-last-card {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}

.cta-button-sci-cards {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #000;
  cursor: pointer;
  background-color: #fd6351;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  padding: 10px 20px 10px 25px;
}

.cta-button-sci-cards.two {
  background-color: #666;
}

.last-card-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 40%;
  height: 100%;
}

.last-card-outer-cont {
  background-image: url('../images/Shot1_nanoretinol.webp');
  background-position: 0 105%;
  background-repeat: no-repeat;
  background-size: 1005px;
  border: 1px #000;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.last-card-outer-cont.one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #313131;
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.last-card-outer-cont.two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, #fff, #b4b4b4);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.last-card-outer-cont.three {
  background-image: radial-gradient(circle, #fff, #929292);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.last-card-outer-cont.five {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/Shot4_nanoretinol.webp');
  background-position: 59% 0;
  background-repeat: no-repeat;
  background-size: 1500px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.card-last {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 2px 2px 10px -2px #0003;
}

.card-3-copy {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.card-3-2 {
  background-color: #fff;
  background-image: radial-gradient(circle, #fff, #b4b4b4);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.our-values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 2px solid #f8f7f7;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 2px 2px 10px #f1f1f1cc;
}

.submit-button-3 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.submit-button-3:hover {
  color: #fff;
  background-color: #000;
}

.heading-43 {
  font-size: 15px;
  font-weight: 300;
}

.text-span-85 {
  font-weight: 500;
}

.satis-cont-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 430px;
  margin-top: 10px;
}

.heading-44 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.text-block-53 {
  margin-top: 20px;
  font-size: 12px;
}

.image-43 {
  padding: 10px 10px 10px 0;
}

.form-block-3 {
  width: 100%;
  height: 100%;
}

.heading-45 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3;
}

.form-4 {
  height: 100%;
}

.code-embed-18 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-text-24 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.success-message-3 {
  background-color: #fff0;
  height: 100%;
}

.code-embed-19 {
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-54 {
  font-size: 16px;
}

.values-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 2px solid #f8f7f7;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin: 60px auto 30px;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 2px 2px 10px #f1f1f1cc;
}

.text-span-86, .bold-text-25, .bold-text-26, .bold-text-27 {
  font-size: 18px;
}

.coll2-values {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 40px 30px 30px;
}

.image-values-support-main {
  background-image: url('../images/made-in-usa.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

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

.commitment-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 2px solid #f8f7f7;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin: 30px auto 60px;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 2px 2px 10px #f1f1f1cc;
}

.image-commitment-main {
  background-image: url('../images/gmp-certified.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.aff-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border: 2px solid #f8f7f7;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 40px 40px 60px;
  display: flex;
  box-shadow: 2px 2px 10px #f1f1f1cc;
}

.col2-aff {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 40px 30px 30px;
}

.subheading {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

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

.text-span-87 {
  font-size: 21px;
  font-weight: 200;
  line-height: 2;
}

.row-2 {
  grid-column-gap: 15px;
  display: flex;
}

.selling-plan-selectors-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.purchase-option-selectors-2 {
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.option-name-4 {
  font-size: .875rem;
}

.purchase-option-value-2 {
  cursor: pointer;
  border: 1px #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px 10px;
  display: flex;
}

.purchase-option-value-2.sf-active {
  color: #fff;
  background-color: #0000;
  border-radius: 50px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.selling-plan-value-2 {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 15px 18px;
  display: flex;
}

.selling-plan-value-2.sf-active {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  height: 40px;
}

.subscription-module-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 19px;
  display: flex;
}

.pur-option-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.pur-option-selector.toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ececec;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.purchase-option-value-sns {
  cursor: pointer;
  border: 1px #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px 10px;
  display: flex;
}

.purchase-option-value-sns.sf-active {
  color: #fff;
  background-color: #0000;
  border-radius: 50px;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.purchase-option-value-otp {
  cursor: pointer;
  border: 1px #222;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px 0;
  display: flex;
}

.purchase-option-value-otp.sf-active {
  color: #fff;
  background-color: #0000;
  border-radius: 50px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.option-name-5 {
  font-size: 13px;
}

.option-name-5.sns-title {
  color: #000;
  border-top: 1px #fd6351;
  border-left: 1px #fd6351;
  border-right: 1px #fd6351;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.code-embed-20 {
  width: 16px;
  height: 16px;
}

.code-embed-20.bullet-sns {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.flex-block-7, .delivery-every-subt {
  width: 100%;
}

.sns-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.otp-content {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.option-name-6 {
  font-size: 13px;
}

.option-name-6.sns-title {
  color: #000;
  border-top: 1px #fd6351;
  border-left: 1px #fd6351;
  border-right: 1px #fd6351;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.code-embed-21 {
  width: 16px;
  height: 16px;
}

.code-embed-21.bullet-sns {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.code-embed-21.best-deal-icon {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.code-embed-21.best-deal-icon-buy {
  width: 13px;
  height: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-8 {
  width: 100%;
}

.option-name-7 {
  font-size: 13px;
}

.slider-2 {
  height: 500px;
}

.slider-2.no-perspective {
  width: 50%;
  height: 700px;
  margin-bottom: 140px;
  transform: none;
}

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

.container-8 {
  perspective: 843px;
  perspective-origin: 50% 10%;
  max-width: 1400px;
  height: 1400px;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-thumb-wrap {
  border-radius: 20px;
  flex-flow: column;
  width: 250px;
  height: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  left: -76px;
}

.slider-arrow.right {
  right: -77px;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: #fff0;
  border: 1px #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-size: 250px;
  line-height: 1;
  display: flex;
  top: 721px;
}

.slider-navigation.no-perspective {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.slider-thumb-image {
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.slider-img1 {
  background-image: url('../images/Nanoretinol-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-img2 {
  background-image: url('../images/Nanoretinol-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-img3 {
  background-image: url('../images/Nanoretinol-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-img4 {
  background-image: url('../images/Nanoretinol-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-img5 {
  background-image: url('../images/Nanoretinol-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-img6 {
  background-image: url('../images/Nanoretinol-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.flex-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.deal-type {
  border: 1px dashed #000;
  border-radius: 20px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1;
}

.save-otp {
  color: #fff;
  background-color: #fd6351;
  border-radius: 6px;
  padding: 1px 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.tiktokfeed-slider {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.video {
  margin-right: 0;
}

.videocard {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.videocard.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.videocard.content-left.pd-32px---48px---56px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #eee;
  border-style: none;
  border-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

.videocard.content-left.pd-32px---48px---56px.stacked {
  margin-top: 0;
}

.videocard.content-centered {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.videocard.content-centered.pd-32px---48px---56px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}

.videocard.content-centered.pd-32px---48px---56px.stacked {
  margin-top: 0;
}

.video-slider-mask {
  max-width: 303px;
  height: 100%;
}

.video-slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.code-embed-22 {
  height: 575px;
}

.tiktok-feed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.tiktok-inner-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.tiktok-title-n-subt {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.subtitle-tiktok {
  text-align: center;
  max-width: 1000px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.tiktok-slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.tiktok-slider.is_contained {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 85px;
  display: block;
  position: relative;
}

.video-slider {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  left: auto;
  right: auto;
}

.video-slider._3 {
  left: auto;
  right: auto;
}

.video-slider._8 {
  right: -147%;
}

.video-slider._4 {
  left: auto;
  right: auto;
}

.video-slider._2 {
  inset: auto;
}

.video-slider._7 {
  right: -126%;
}

.video-slider._5 {
  left: auto;
  right: auto;
}

.video-slider._6 {
  right: -105%;
}

.video-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.carousel-mask-tiktok {
  width: 400px;
  height: 575px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: auto;
  overflow: visible;
}

.div-block-48 {
  width: 500px;
  height: 100px;
  margin-top: 20px;
}

.code-embed-23 {
  width: 100%;
  height: 100%;
}

.subtitle-section {
  text-align: center;
  max-width: 1000px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-88 {
  font-weight: 600;
}

.slide-nav-2-copy {
  background-color: #919191;
  border-radius: 30px;
  width: 300px;
  margin-bottom: 5px;
  padding-top: 13px;
}

.slide-nav-tiktok {
  background-color: #919191;
  border-radius: 30px;
  width: 320px;
  margin-bottom: 5px;
  padding-top: 13px;
}

.rating-stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f0f0f0;
  border: 1px #c2c2c2;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 7px 4px;
}

.stars-main {
  margin-top: 0;
}

.star-main {
  color: #000;
  width: 15px;
  height: 16px;
}

.verified-loox {
  color: #8d8d8d;
  text-align: center;
  max-width: 248px;
  padding-left: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: .9;
}

.verified-loox.tts {
  font-size: 16px;
}

.verified-loox.main {
  font-size: 13px;
  font-weight: 300;
}

.code-embed-24 {
  color: #8d8d8d;
  width: 30px;
  height: 13px;
  margin-left: 0;
  padding-left: 0;
  line-height: 1;
}

.tick-verified {
  color: #8d8d8d;
  width: 11px;
  height: 12px;
  margin-left: 0;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
}

.verified {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.verified-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.coll2-refunds, .coll2-aff, .coll2-se {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 30px;
}

.frequency-button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
}

.frequency-button.sf-active {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}

.frequency-button.sf-active._1-unit {
  box-shadow: none;
  border-radius: 30px;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.frequency-button.sf-active._3weeks {
  box-shadow: none;
  border-radius: 30px;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.frequency-button._2-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.frequency-button._2-units.sf-active {
  background-color: #000;
}

.frequency-button._3-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.frequency-button._3-units.sf-active {
  background-color: #000;
}

.frequency-button._4weeks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: 40px;
  padding-left: 4px;
  padding-right: 4px;
}

.frequency-button._5weeks {
  height: 40px;
  padding-left: 20px;
}

.frequency-button._6weeks {
  height: 40px;
}

.bundle-button-copy {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
}

.bundle-button-copy.sf-active {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
}

.bundle-button-copy.sf-active._1-unit {
  box-shadow: none;
  border-radius: 30px;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button-copy._2-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button-copy._2-units.sf-active {
  background-color: #000;
}

.bundle-button-copy._3-units {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button-copy._3-units.sf-active {
  background-color: #000;
}

.bundle-button-copy._4weeks {
  box-shadow: none;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  min-width: auto;
  max-width: none;
  height: 40px;
}

.bundle-button-copy._4weeks.sf-active {
  background-color: #000;
}

.most-common-badge {
  color: #fff;
  background-color: #fd6351;
  border-radius: 3px;
  margin-top: -18px;
  margin-bottom: 4px;
  padding: 2px 4px;
  font-size: 10px;
  position: static;
}

.product-image-1-copy {
  background-color: #e7e7e700;
  background-image: url('../images/Nanoretinol-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-5 {
  background-image: url('../images/image-5-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.slide-6 {
  background-image: url('../images/image-6-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.slide-7 {
  background-image: url('../images/image-7-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.slide-8 {
  background-image: url('../images/image-8-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.product-image-3 {
  background-color: #e7e7e700;
  background-image: url('../images/Nanoretinol-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.code-embed-25 {
  color: #8d8d8d;
  width: 30px;
  height: 13px;
  margin-left: 0;
  padding-left: 0;
  line-height: 1;
}

.verified-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.code-embed-26 {
  width: 16px;
  height: 16px;
}

.code-embed-26.bullet-sns {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.code-embed-27 {
  width: 480px;
  margin-top: -6px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.bundle-selector-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.code-embed-28 {
  width: 16px;
  height: 16px;
}

.text-span-89 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.5;
}

.option-name-8 {
  font-size: 13px;
}

.code-embed-29 {
  width: 16px;
  height: 16px;
}

.code-embed-29.bullet-sns {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.slide-nav-4 {
  display: none;
}

.text-span-90 {
  border-bottom: 1px dashed #000;
}

.text-block-60 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.purchase-option-selectors-3 {
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.purchase-option-selectors-3.toggle {
  z-index: 0;
  background-color: #ececec;
  border: 5px solid #ececec;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.text-span-91 {
  border: 1px solid #000;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2;
}

.superscript-10 {
  font-size: 15px;
}

.option-name-9 {
  font-size: 13px;
}

.option-name-9.sns-title {
  color: #000;
  border-top: 1px #fd6351;
  border-left: 1px #fd6351;
  border-right: 1px #fd6351;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.heading-46 {
  z-index: 99999;
  color: #585858;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-block-62 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.selling-plan-selectors-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.product-image-slider-3 {
  z-index: 0;
  object-fit: contain;
  background-color: #ddd0;
  flex: 1;
  height: 700px;
}

.subscription-module-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.flex-block-11 {
  width: 100%;
}

.text-span-92 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.add-to-cart {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  cursor: pointer;
  background-color: #fd6351;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.add-to-cart:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 12px #00000014;
}

.add-to-cart.sf-out-of-stock {
  pointer-events: none;
  background-color: gray;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 17px 15px;
  display: flex;
}

.mask-4 {
  height: 100%;
}

.text-span-93 {
  border: 1px solid #000;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2;
}

.heading-47 {
  text-align: center;
  max-width: 248px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-47.main {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 300;
}

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

.text-block-63 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-span-95 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.popup-cta-button {
  text-align: center;
  width: 100%;
  margin-top: 7px;
}

.button-3 {
  color: #fff;
  background-color: #fd6351;
  border-radius: 10px;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
}

.button-3:hover, .button-3:active, .button-3:visited, .button-3:lang(en) {
  color: #fff;
}

.slide-6-copy {
  background-image: url('../images/image-6-nanoretinol.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
}

.left-arrow-2 {
  display: block;
}

.text-span-96, .bold-text-28 {
  font-size: 12px;
  font-weight: 400;
}

.amazons-choice-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.amazons-choice-text.tts {
  font-size: 16px;
}

.amazons-choice-text.main {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 300;
}

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

.bundle-selector-otp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.compare-n-save {
  justify-content: center;
  align-items: center;
}

.black-friday-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  outline-offset: 0px;
  background-color: #000;
  border-radius: 20px;
  outline: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 4px 8px;
  display: flex;
}

.black-friday-div.metallic-heading {
  background-image: none;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 5px 10px;
}

.bf-deal-text {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 1;
  display: block;
}

.bf-main-text {
  color: #fff;
  flex-flow: row;
  width: auto;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
}

.bf-detail1-text {
  color: #000;
  flex-flow: row;
  width: auto;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: static;
}

.black-friday-div2 {
  color: #202020;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 400;
}

.text-span-97 {
  font-weight: 500;
  text-decoration: line-through;
}

.text-block-64 {
  color: #000;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

.bf-offer-sns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 10px 0 20px;
  padding-left: 5px;
  display: flex;
}

.text-span-98 {
  font-weight: 400;
}

.text-span-99 {
  font-weight: 500;
}

.bf-deals-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.black-friday-div-main {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 8px 0 0;
  display: flex;
}

.bf-main-text-top {
  color: #fff;
  background-color: #000;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: row;
  width: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 3px 10px 3px 11px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  display: flex;
  position: static;
}

.bf-detail1-text-top {
  color: #000;
  flex-flow: row;
  width: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  position: static;
}

.text-span-100 {
  font-size: 12px;
}

.best-deal-text-buy {
  text-align: center;
  margin-top: 0;
  padding-top: 3px;
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
}

.best-deal-buy-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: -10px;
  padding: 0 10px 5px;
  line-height: 1;
  display: flex;
}

.best-deal-savings-buy {
  text-align: center;
  margin-top: 0;
  padding-top: 3px;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
}

.buy-now-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.add-to-cart-text-copy {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.add-to-cart-text-copy.sf-out-of-stock {
  display: none;
}

.buy-now-price {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.buy-now-price.sf-out-of-stock {
  display: none;
}

.buy-now-price-compare {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.buy-now-price-compare.sf-out-of-stock {
  display: none;
}

.purchase-option-selectors-4 {
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.purchase-option-selectors-4.toggle {
  z-index: 0;
  background-color: #ececec;
  border: 5px solid #ececec;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.flex-block-12 {
  border-bottom: 1px dotted #000;
  justify-content: center;
  align-items: center;
  height: 8px;
  margin: 0 10px 25px;
}

.text-span-101 {
  font-weight: 500;
}

.text-span-102 {
  font-size: 12.5px;
  font-weight: 500;
}

.freq-selector-sns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 5px;
  display: flex;
  overflow: auto;
}

.flex-block-15 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px dashed #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 10px;
}

.text-block-65 {
  font-size: 11.5px;
  font-style: italic;
}

.text-span-103 {
  width: 100%;
  font-size: 11.5px;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .padding-vertical.padding-xhuge {
    padding-top: 7.9rem;
    padding-bottom: 7.9rem;
  }

  .padding-global {
    padding-left: 180px;
    padding-right: 180px;
  }

  .text-size-tiny {
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
  }

  .text-size-regular {
    display: block;
  }

  .text-size-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-small.montserrat.text-weight-medium {
    font-size: 17px;
  }

  .text-size-small.montserrat.text-weight-medium-footer {
    font-size: 13px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.prata {
    text-align: center;
  }

  .text-size-medium.alice-blue {
    font-size: 13px;
  }

  .heading-2.gradient {
    margin-top: 0;
    font-size: 45px;
  }

  .heading-2.gradient._2 {
    text-transform: none;
    font-size: 45px;
  }

  .heading-5.text-color-blue.cap {
    text-transform: none;
    font-size: 36px;
  }

  .home-hero-section {
    margin-bottom: 10px;
  }

  .hero-container {
    padding-bottom: 100px;
  }

  .cta-1 {
    flex-flow: column;
    width: 35%;
  }

  .form-embed {
    background-color: #0000;
    width: 550px;
    max-height: none;
    margin-top: 10px;
  }

  .hero-main {
    width: 100%;
  }

  .section-1-heading {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .c1-left-content {
    margin-top: 0;
  }

  .c1-right-image {
    align-self: auto;
    width: 45%;
  }

  .section-1-component-2 {
    margin-top: 40px;
  }

  .c2-paragraph {
    height: 180px;
  }

  .section-1-component-1-copy {
    margin-top: 0;
  }

  .section-1-component-1-copy.component-1-content {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-1-component-1-copy.component-1-content.card {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-1-component-3 {
    margin-top: 40px;
  }

  .c-3link {
    background-image: linear-gradient(345deg, var(--blue-north-biomed), var(--red-north-biomed));
    margin-top: 15px;
    padding-top: 0;
  }

  .section-1-component-4 {
    margin-top: 40px;
  }

  .component-4-left, .component-4-right {
    padding: 12px;
  }

  .image-2 {
    border-radius: 10px;
    width: 220px;
  }

  .section-1-component-5, .section-1-component-3-copy {
    margin-top: 40px;
  }

  .section-3-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-section-4 {
    margin-top: 60px;
  }

  .section-4-container {
    padding-bottom: 0;
  }

  .div-block-4 {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .div-block-6 {
    grid-row-gap: 20px;
    align-self: center;
    align-items: center;
    width: 70%;
  }

  .image-6 {
    max-width: 700px;
    margin-top: -60px;
  }

  .word-animation {
    align-self: center;
  }

  .split-text.prata.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), var(--red-north-biomed));
  }

  .split-text.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), var(--red-north-biomed));
    font-size: 50px;
  }

  .timeline-box.is-1 {
    min-width: 200px;
    padding-top: 20px;
  }

  .paragraph-7 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .image-7 {
    width: 550px;
    max-width: none;
    margin-left: -11px;
  }

  .sticky-cta {
    width: 550px;
  }

  .cta1 {
    width: 100%;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: -46px;
    top: 26px;
  }

  .div-block-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: -50px;
    display: flex;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .div-block-15 {
    flex-flow: row;
    display: flex;
  }

  .c-3link-copy {
    background-image: linear-gradient(345deg, var(--blue-north-biomed), #fd6351);
  }

  .padding-cta {
    border-width: 1px;
    border-color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .div-block-18 {
    top: 389px;
  }

  .text-span-12 {
    text-transform: none;
    font-size: 42px;
  }

  .heading-10 {
    align-self: flex-start;
  }

  .div-block-6-copy {
    grid-row-gap: 20px;
    text-align: center;
    grid-row-gap: 20px;
    align-self: flex-start;
    align-items: center;
    width: 70%;
  }

  .c-3link-study {
    background-image: linear-gradient(345deg, var(--blue-north-biomed), var(--red-north-biomed));
    margin-top: 15px;
    padding-top: 0;
  }

  .padding-global-offer {
    padding-left: 180px;
    padding-right: 180px;
  }

  .offer-1-component-1 {
    margin-top: 0;
  }

  .offer-1-component-1.offer-1-content-offer {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .offer-1-component-1.offer-1-content-offer.card-offer {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .split-text-copy.prata.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), var(--red-north-biomed));
  }

  .split-text-copy.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), var(--red-north-biomed));
    font-size: 50px;
  }

  .c2-right-image {
    align-self: auto;
    width: 45%;
  }

  .image-7-copy {
    width: 360px;
    max-width: none;
    margin-left: -11px;
  }

  .padding-vertical-timeline.padding-xhuge {
    padding-top: 7.9rem;
    padding-bottom: 7.9rem;
  }

  .text-size-small-footer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-size-small-footer.montserrat.text-weight-medium {
    font-size: 1rem;
  }

  .section-4-container-2 {
    margin-top: 136px;
    padding-bottom: 0;
  }

  .paragraph-15, .paragraph-16 {
    padding-bottom: 10px;
  }

  .div-block-23 {
    margin-bottom: 7px;
    padding: 12px 8px 9px;
  }

  .claims {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

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

  .div-block-10-prelaunch {
    width: 55%;
  }

  .sticky-cta-prelaunch {
    width: 840px;
  }

  .body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .product-image-slider {
    height: 700px;
    min-height: 100%;
  }

  .buy-button.sf-out-of-stock {
    cursor: pointer;
    background-color: #fd6351;
    border-radius: 20px;
  }

  .body-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    height: 100%;
  }

  .bullet-points-main {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .code-embed {
    width: 16px;
  }

  .code-embed.bullet-sns {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }

  .buy-box {
    background-color: #fff0;
    flex-flow: column;
    width: 523px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
  }

  .row {
    flex-flow: column;
  }

  .row.frequency-selectors {
    flex-flow: row;
  }

  .row.frequency-selectors.sns-frequency-selector {
    flex-flow: wrap;
    margin-top: 10px;
  }

  .row.purchase-option {
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .option-name {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .option-name.sns-title {
    font-size: 19px;
  }

  .option-name.otp-title {
    font-size: 18px;
  }

  .option-name.frequency-selected {
    color: #fff;
  }

  .option-name.frequency-not-selected {
    color: #000;
  }

  .purchase-option-value {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .purchase-option-value.sf-active {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

  .purchase-option-value.otp, .purchase-option-value.sns.sf-active {
    cursor: auto;
  }

  .selling-plan-value {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .selling-plan-value.sf-active {
    padding: 10px 20px;
  }

  .subscription-module {
    margin-bottom: 0;
  }

  .money-back-guarantee {
    padding-top: 10px;
  }

  .bullet-points-sns {
    color: #000;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
  }

  .text-block-18 {
    font-family: Poppins, sans-serif;
  }

  .pricing-sns {
    flex: none;
  }

  .save-sns {
    overflow: visible;
  }

  .flex-block {
    width: 100%;
  }

  .delivery-freq-subtitle {
    font-size: 14px;
  }

  .checkbox-div.active {
    flex: none;
    width: 18px;
    height: 18px;
  }

  .checkbox-div.inactive {
    flex: none;
  }

  .checkbox-div-otp.active {
    background-color: #000;
    flex: none;
  }

  .checkbox-div-otp.inactive {
    background-color: #fff;
    flex: none;
    width: 19px;
    height: 19px;
  }

  .subtitle-pur {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 5px;
  }

  .pricing-otp {
    flex: none;
  }

  .bundle-block {
    width: 100%;
  }

  .bundle-subtitle {
    font-size: 14px;
  }

  .bundle-value {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .bundle-value.sf-active {
    padding: 10px 20px;
  }

  .row-copy {
    flex-flow: column;
  }

  .row-copy.frequency-selectors {
    flex-flow: row;
  }

  .row-copy.frequency-selectors.sns-frequency-selector {
    flex-flow: wrap;
    margin-top: 10px;
  }

  .row-copy.purchase-option {
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .bundle-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .bundle-button.sf-active {
    padding: 10px 20px;
  }

  .bundle-button._2-units, .bundle-button._3-units {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .save-otp-2-units, .save-otp-3-units {
    margin-bottom: 5px;
  }

  .sold-out-text {
    font-size: 18px;
  }

  .code-embed-6 {
    width: 550px;
  }

  .slide-nav {
    top: -32px;
  }

  .scientifically-proven.phone-screen_img.first, .clinically-tested.phone-screen_img.fourth {
    background-image: none;
    width: 50%;
    position: static;
  }

  .title-feature {
    font-size: 17px;
  }

  .scientific-results {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icons-features-col2 {
    width: 100%;
  }

  .footer-inner-cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-inner-cont.sf-active {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

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

  .image-28 {
    padding-bottom: 10px;
  }

  .text-span-42 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
  }

  .footer-col2, .footer-col3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ms-radio-wrap {
    width: 100%;
  }

  .ms-input-label {
    font-size: 16px;
    font-weight: 500;
  }

  .satis-cont {
    margin-top: 10px;
  }

  .ms-input.ms-text-area.is-overlapping {
    margin-top: 0;
  }

  .subtitle {
    z-index: 10;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 8px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
  }

  .ms-input-wrap {
    z-index: 0;
    margin-top: 10px;
  }

  .ms-input-label-2.is-overlapping {
    font-size: 13px;
  }

  .ms-input-label-4 {
    font-weight: 500;
  }

  .card-2.content-left.pd-32px---48px---56px, .card-2.content-left.pd-32px---48px---56px.stacked, .card-2.content-centered.pd-32px---48px---56px, .card-2.content-centered.pd-32px---48px---56px.stacked {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-h4-size.heading-link {
    font-size: 19px;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .image-container-r2, .image-container-r3, .image-container-r4, .image-container-r5 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .verified-review-dark {
    margin-top: -10px;
    margin-left: -10px;
  }

  .reviews-on {
    margin-left: auto;
    margin-right: auto;
  }

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

  .main-cont-ar {
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-grid {
    padding-left: 20px;
  }

  .container-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-on-inner, .flex-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .popup1-title {
    font-size: 22px;
  }

  .popup1-anouncement-text {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
  }

  .close-popup1 {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 4px;
    padding-right: 0;
    top: -10px;
    right: -10px;
  }

  .popup-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .code-embed-15 {
    width: 12px;
    font-size: 16px;
  }

  .popup-announcement {
    width: 450px;
    bottom: 1%;
  }

  .toggle-switch {
    margin-top: 0;
  }

  .buy-nanoretinol {
    letter-spacing: -.05em;
    background-color: #fff;
    width: auto;
    margin-top: -54px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-family: Acherusgrotesque, sans-serif;
    font-size: 24px;
    font-weight: 800;
    display: block;
    position: absolute;
  }

  .superscript-6 {
    font-size: 15px;
  }

  .bullet-points-pur {
    color: #000;
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
  }

  .image-container-cta {
    padding-top: 20px;
    padding-left: 20px;
  }

  .side-effects {
    margin-left: auto;
    margin-right: auto;
  }

  .pay-later-under-cta {
    padding-top: 10px;
  }

  .shoppay {
    margin-top: 10px;
  }

  .best-price {
    left: 110px;
    right: 110px;
  }

  .last-card-outer-cont {
    background-position: 0 64%;
    background-size: 1081px;
  }

  .option-name-5 {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .option-name-5.sns-title {
    font-size: 19px;
  }

  .code-embed-20 {
    width: 16px;
  }

  .code-embed-20.bullet-sns {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }

  .text-block-57 {
    font-family: Poppins, sans-serif;
  }

  .flex-block-7, .delivery-every-subt {
    width: 100%;
  }

  .option-name-6 {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .option-name-6.sns-title {
    font-size: 19px;
  }

  .code-embed-21 {
    width: 16px;
  }

  .code-embed-21.bullet-sns, .code-embed-21.best-deal-icon {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }

  .code-embed-21.best-deal-icon-buy {
    width: 13px;
    height: 13px;
  }

  .text-block-58 {
    font-family: Poppins, sans-serif;
  }

  .flex-block-8 {
    width: 100%;
  }

  .save-otp, .tiktokfeed-slider {
    overflow: visible;
  }

  .videocard.content-left.pd-32px---48px---56px, .videocard.content-left.pd-32px---48px---56px.stacked, .videocard.content-centered.pd-32px---48px---56px, .videocard.content-centered.pd-32px---48px---56px.stacked {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .frequency-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .frequency-button.sf-active {
    padding: 10px 20px;
  }

  .frequency-button._2-units, .frequency-button._3-units {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .frequency-button._4weeks {
    flex-flow: column;
  }

  .frequency-button._4weeks.sf-active {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bundle-button-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1;
  }

  .bundle-button-copy.sf-active {
    padding: 10px 20px;
  }

  .bundle-button-copy._2-units, .bundle-button-copy._3-units, .bundle-button-copy._4weeks {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .most-common-badge {
    margin-bottom: 5px;
  }

  .code-embed-26 {
    width: 16px;
  }

  .code-embed-26.bullet-sns {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }

  .code-embed-27 {
    width: 550px;
  }

  .text-block-59 {
    font-family: Poppins, sans-serif;
  }

  .code-embed-28 {
    width: 16px;
  }

  .option-name-8 {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .code-embed-29 {
    width: 16px;
  }

  .code-embed-29.bullet-sns {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }

  .superscript-10 {
    font-size: 15px;
  }

  .option-name-9 {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .option-name-9.sns-title {
    font-size: 19px;
  }

  .text-block-61 {
    font-family: Poppins, sans-serif;
  }

  .selling-plan-selectors-3 {
    grid-column-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .product-image-slider-3 {
    height: 700px;
    min-height: 100%;
  }

  .subscription-module-3 {
    margin-bottom: 0;
  }

  .flex-block-11 {
    width: 100%;
  }

  .popup-cta-button {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .button-3 {
    color: #fff;
    text-align: center;
    background-color: #fd6351;
    border-radius: 11px;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
  }

  .button-3:hover, .button-3:active, .button-3:visited {
    color: #fff;
  }

  .black-friday-div {
    flex: 0 auto;
  }

  .black-friday-div2 {
    padding-left: 40px;
  }

  .bf-deals-main {
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .black-friday-div-main {
    flex: 0 auto;
  }

  .best-deal-text-buy {
    padding-top: 10px;
  }

  .text-block-65 {
    font-size: 11.5px;
    font-style: italic;
  }

  .text-span-103 {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-size-regular {
    margin-top: 0;
    display: block;
  }

  .text-size-large.montserrat {
    font-size: 17px;
  }

  .container-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2.gradient {
    font-size: 35px;
  }

  .heading-5.text-color-blue {
    line-height: 1.5;
  }

  .navbar {
    justify-content: flex-end;
    align-items: stretch;
  }

  .hero-container {
    padding-bottom: 10px;
  }

  .cta-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-embed {
    text-align: left;
    align-self: center;
    width: 450px;
    display: block;
  }

  .hero-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .section-1-container {
    grid-row-gap: 50px;
    margin-bottom: 0;
  }

  .section-1-heading {
    margin-bottom: 20px;
  }

  .component-1-content {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .c1-left-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .c1-left-content.c5 {
    width: 100%;
  }

  .c1-right-image {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .c1-right-image.c5 {
    width: 100%;
  }

  .c1-right-image.c6 {
    width: 100%;
    margin-top: 0;
  }

  .section-1-component-2.component-1-content {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-1-component-2.component-1-content.card {
    margin-top: 40px;
  }

  .c2-content {
    align-items: stretch;
    margin-top: 0;
  }

  .component-2-left {
    padding-left: 0;
    padding-right: 0;
  }

  .c2-paragraph {
    height: auto;
  }

  .section-1-component-1-copy.component-1-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-1-component-3.component-1-content {
    flex-direction: column;
  }

  .section-1-component-3.component-1-content.card {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-1-component-4.component-1-content {
    flex-direction: column;
  }

  .section-1-component-4.component-1-content.card {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .component-4-content {
    margin-top: 0;
  }

  .paragraph-3 {
    column-count: 1;
    font-size: 15px;
  }

  .c4-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .component-4-left, .component-4-right {
    width: 100%;
    padding: 15px;
  }

  .image-2 {
    border-radius: 10px;
    width: 220px;
  }

  .section-1-component-5.component-1-content {
    flex-direction: column;
  }

  .section-1-component-5.component-1-content.card {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-1-component-3-copy.component-1-content {
    flex-direction: column;
  }

  .section-1-component-3-copy.component-1-content.card {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    z-index: -1;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin: -245px -100px -90px;
    display: inline-flex;
    position: relative;
  }

  .section-statements {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
  }

  .logo-item, .logo-item.is-1 {
    height: 60px;
  }

  .logo-item.is-5 {
    width: 10%;
  }

  .logo-item.is-5.made-in-usa {
    flex: 0 auto;
    order: -1;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-right: 60px;
    display: inline-flex;
  }

  .section-2-timeline {
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

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

  .section-3-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .s3-left-content {
    width: 100%;
    padding-left: 20px;
  }

  .section-4-container {
    padding-bottom: 60px;
  }

  .section-4-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .c4-right-content {
    width: 100%;
    margin-top: -6px;
    margin-left: 0;
    padding-right: 0;
  }

  .footer-container {
    margin-top: 94px;
  }

  .footer-top {
    grid-column-gap: 20px;
  }

  .image-5 {
    width: 100%;
    margin-top: auto;
  }

  .div-block-5 {
    flex-wrap: wrap;
  }

  .div-block-6 {
    width: 100%;
  }

  .image-6 {
    width: 380px;
    max-width: 100%;
    height: auto;
    margin-left: -40px;
  }

  .split-text {
    font-size: 40px;
  }

  .split-text.lora.h2.hero-heading {
    background-image: linear-gradient(72deg, var(--blue-north-biomed), #fd6351 60%);
  }

  .timeline-box.is-1 {
    flex: none;
    width: 250px;
    min-width: auto;
  }

  .timeline-box.is-2, .timeline-box.is-3 {
    flex: none;
    width: 250px;
  }

  .timeline-top {
    width: 100%;
  }

  .timeline-line {
    object-fit: fill;
    flex-wrap: nowrap;
    width: 1010px;
    margin-left: 120px;
  }

  .image-7 {
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-8 {
    margin-top: auto;
  }

  .image-9 {
    width: 70%;
  }

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

  .sticky-cta {
    z-index: 100;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 80px;
    padding-left: 0;
    bottom: 0;
    box-shadow: 0 0 5px #0003;
  }

  .cta-txt {
    text-align: center;
    font-size: 18px;
  }

  .cta-btn-txt {
    text-align: center;
    font-size: .9rem;
  }

  .heading-7 {
    float: left;
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0;
    display: inline;
    position: relative;
    inset: 0% auto 4px 0%;
  }

  .text-span-9 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .image-10 {
    align-self: center;
    width: auto;
    max-width: 400px;
    margin-bottom: -148px;
  }

  .image-11 {
    margin-top: -116px;
    margin-left: 147px;
    top: -6px;
    left: -7px;
  }

  .text-block {
    margin-top: 52px;
    margin-left: 134px;
    top: 8px;
  }

  .div-block-12 {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .div-block-13 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .div-block-14, .div-block-15 {
    flex-direction: column;
  }

  .timeline-line-bg {
    width: 1010px;
    margin-left: 120px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .padding-cta {
    border-radius: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .address-2 {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .tooltip {
    margin-top: 0;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 40px;
    display: block;
    top: 363px;
    left: 45px;
  }

  .text-size-regular-2 {
    margin-top: 0;
    display: block;
  }

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

  .hero-container-copy {
    padding-bottom: 140px;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .text-span-13 {
    font-size: 10px;
  }

  .padding-global-offer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-regular-offer {
    margin-top: 0;
    display: block;
  }

  .offer-1-component-1.offer-1-content-offer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .offer-1-component-1.offer-1-content-offer.card-offer {
    width: 48%;
    padding: 40px 20px 30px;
  }

  .offer-heading {
    font-size: 26px;
  }

  .text-block-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

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

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

  .button-right {
    padding: 15px 10px;
  }

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

  .link {
    font-size: 16px;
  }

  .subtitle-text {
    font-size: 13px;
  }

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

  .image-17 {
    width: 100%;
  }

  .text-secure-payment {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 10px;
  }

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

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

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

  .section-statements-copy {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 11px;
    margin-bottom: 0;
  }

  .section-logos {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .signupdiv {
    width: 100%;
    height: auto;
  }

  .split-text-copy {
    font-size: 40px;
  }

  .split-text-copy.lora.h2.hero-heading {
    background-image: linear-gradient(72deg, var(--blue-north-biomed), #fd6351 60%);
  }

  .c2-right-image {
    justify-content: center;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .c2-right-image.c5 {
    width: 100%;
  }

  .c2-right-image.c6 {
    width: 100%;
    margin-top: 62px;
  }

  .image-7-copy {
    width: 300px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .padding-vertical-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-timeline.padding-xhuge {
    width: 100%;
    padding-top: 6rem;
  }

  .text-size-small-footer {
    font-size: 12px;
  }

  .accordion-item-trigger {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-4-container-2 {
    padding-bottom: 60px;
  }

  .text-size-large-copy.montserrat, .text-size-large-copy.montserrat-copy {
    font-size: 17px;
  }

  .div-block-23 {
    padding-bottom: 10px;
  }

  .claims {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

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

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

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

  .div-block-27 {
    max-width: 250px;
  }

  .text-block-12 {
    font-size: 11px;
    line-height: 1.3;
  }

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

  .arrow-rigt-cta-footer {
    color: #ffb100;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    font-size: 40px;
    display: inline-flex;
  }

  .sticky-cta-prelaunch {
    z-index: 100;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 80px;
    padding-left: 0;
    bottom: 0;
    box-shadow: 0 0 5px #0003;
  }

  .button-cta-1.coupon-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coupon-code {
    font-size: 16px;
  }

  .coupon-code.pre-coupon-code {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .main-div-cta-bottom {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .arrow-rigt-cta-1 {
    font-size: 12px;
  }

  .html-embed-9 {
    align-self: center;
    max-width: 700px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 14px;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .thumbnail-wrapper {
    flex-flow: row;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .product-image {
    flex: 1;
    min-height: 89vw;
  }

  .thumbnail {
    border-radius: 13px;
    width: 100px;
    height: 100px;
  }

  .thumbnail.sf-active-thumbnail.thumb1 {
    width: 100px;
    height: 100px;
  }

  .thumbnail.thumb7, .thumbnail.thumb8 {
    display: block;
  }

  .product {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .product.centered-box {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image-gallery {
    grid-column-gap: 30px;
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .product-information {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
  }

  .product-image-6, .product-image-1 {
    flex: 1;
    min-height: 89vw;
  }

  .product-image-gallery-2 {
    grid-column-gap: 30px;
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .flex-row {
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo-image {
    height: 30px;
  }

  .icons-features-row2_old {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    display: flex;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    display: none;
  }

  .menu-products-container {
    width: 100%;
  }

  .nanoretinol-product-grid-menu {
    grid-row-gap: 18px;
  }

  .buy-now-nanoretinol-menu {
    padding-bottom: 18px;
  }

  .menu-company-container, .menu-support-container {
    width: 100%;
  }

  .close-button-inside {
    padding: 12px;
  }

  .close-button-inside.w--open {
    color: #fff;
  }

  .menu-banner-container {
    width: 100%;
  }

  .navbar-ext-container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .nanoparticle.f1 {
    right: 16%;
  }

  .nanoparticle.f2 {
    right: 1%;
  }

  .slide-nav {
    margin-bottom: -27px;
    font-size: 12px;
    display: none;
    position: relative;
    top: -45px;
  }

  .scientific-results-container {
    display: none;
  }

  .sci-icons-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .number-feature {
    font-size: 23px;
  }

  .title-feature {
    font-size: 14px;
  }

  .footer-feature {
    font-size: 12px;
  }

  .scientific-results-container-mobile {
    width: 100%;
    max-width: 620px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .scientific-results-container-mobile.phone-screen_img.first, .scientific-results-container-mobile.phone-screen_img.third {
    width: 100%;
  }

  .scientific-results {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .features-icons-outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  ._99 {
    line-height: 1.2;
  }

  .vegan-icon, .fragrance-icon, .endocrine-icon {
    margin-bottom: 5px;
  }

  .heading-endocrine {
    font-size: 14px;
  }

  .icons-features-col2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .icons-features-row1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .feature-icon-col2-e1 {
    width: 100%;
  }

  .feature-icon-col2-e1.metallic-heading, .feature-icon-col2-e1.metallic-bg {
    height: 100px;
  }

  .free-of-fragrance {
    font-size: 14px;
  }

  .cli-icons-cont {
    margin-top: 7px;
  }

  .footer-inner-cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-main-cont {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .footer-main-wrapper {
    width: auto;
  }

  .subfooter-main-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-30 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .col1, .coll2 {
    width: 100%;
  }

  .email-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .image-31 {
    text-align: center;
    max-width: 200px;
  }

  .code-embed-10 {
    flex: none;
  }

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

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

  .image-container-r1 {
    height: 300px;
  }

  .col2-outer {
    width: 100%;
  }

  .image-container-returns {
    max-width: 500px;
    height: 500px;
  }

  .image-container-ceo {
    background-position: 80%;
    height: 350px;
  }

  .form-contact-ceo {
    width: 100%;
  }

  .text-block-34 {
    margin-top: 7px;
    font-size: 11px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-2.content-centered.pd-32px---48px---56px {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .slider-mask {
    position: static;
  }

  .mg-bottom-24px {
    font-size: 13px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .reviews-section-inner {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .image-container-r2, .image-container-r3, .image-container-r4, .image-container-r5 {
    height: 300px;
  }

  .heading-32 {
    font-size: 15px;
    line-height: 1.4;
  }

  .heading-32.tts, .heading-32.amz, .heading-32.main {
    font-size: 15px;
  }

  .hero-science {
    background-position: 31%;
  }

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

  .feature-image2 {
    background-position: 50% 37%;
  }

  .icons-features-row2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .feature-left, .feature-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .col1-sci-res {
    flex-flow: row;
    width: 100%;
  }

  .col2-sci-res {
    width: 100%;
  }

  .nat-ingre {
    font-size: 14px;
  }

  .main-cont-ar {
    background-position: 29%;
    background-size: cover;
  }

  .feature-ar.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .sticky-grid {
    grid-auto-flow: row;
    padding-left: 20px;
    display: flex;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .position-relative.left {
    min-width: 396px;
  }

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

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    font-size: 15px;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .h3-3 {
    font-size: 17px;
  }

  .subheading-intro, .subheading-intro-static {
    font-size: 16px;
  }

  .science {
    margin-top: 30px;
  }

  .science-inner-cont {
    background-position: 50%;
  }

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

  .image-customer-support-main {
    width: 90%;
    height: 500px;
  }

  .popup1 {
    width: 325px;
  }

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

  .popup1-link {
    font-size: 11px;
  }

  .popup1-title {
    font-size: 18px;
  }

  .popup1-anouncement-text {
    font-size: 11px;
  }

  .card-header.two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 30px;
  }

  .card-header.five {
    background-position: 60% 0;
    background-size: 1200px;
  }

  .card-heading {
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .heading-39 {
    font-size: 45px;
    line-height: 1.2;
  }

  .subtitle-science {
    font-size: 18px;
  }

  .code-embed-16.orb {
    width: 250px;
    height: 260px;
  }

  .code-embed-16.mesh {
    width: 1000px;
    overflow: visible;
    transform: scale(.5);
  }

  .learn-more.two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 10px;
  }

  .learn-more-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 46px;
    padding-right: 8px;
  }

  .learn-more-text {
    font-size: 13px;
  }

  .superscript-5 {
    font-size: 30px;
  }

  .popup-announcement {
    width: 375px;
    padding: 15px;
  }

  .sciente-title-n-subt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-two-image {
    margin-top: 0;
  }

  .image-39 {
    width: 330px;
  }

  .image-39.five {
    width: 400px;
  }

  .donwload-study {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
  }

  .donwload-study-text {
    font-size: 13px;
  }

  .cardfive-image {
    margin-top: 0;
  }

  .image-container-cta {
    height: 300px;
  }

  .cta-button-reviews {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 46px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .cta-button-text {
    font-size: 23px;
  }

  .cta-button-subtext {
    font-size: 13px;
  }

  .side-effects {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headiing-side-effects {
    text-align: center;
    font-size: 45px;
    line-height: 1.2;
  }

  .main-image-side-eff {
    width: 60%;
  }

  .main-content-text {
    padding-bottom: 10%;
  }

  .text-block-51 {
    max-width: 90%;
  }

  .dise-effects-title-n-subt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-side-effects {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    justify-content: center;
    align-items: flex-end;
    top: -124px;
  }

  .heading-features-se {
    font-size: 18px;
  }

  .subheading-features-se {
    font-size: 14px;
  }

  .text-block-52 {
    font-size: 13px;
  }

  .col-right-ar {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .col-right-ar.left {
    min-width: 396px;
  }

  .right-arrow {
    top: -2px;
    bottom: auto;
    right: 0;
  }

  .slide-nav-3 {
    display: none;
  }

  .slider {
    background-color: #fff0;
    width: 70%;
    height: 100%;
    margin-left: 20%;
    margin-right: 0;
  }

  .left-arrow {
    top: 0;
    bottom: auto;
    left: -2%;
  }

  .div-block-47 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff4d;
    border-radius: 20px;
    padding: 20px;
  }

  .faqs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-button-sci-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    height: 46px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .last-card-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .last-card-outer-cont {
    background-position: 0 130%;
    background-size: 750px;
  }

  .last-card-outer-cont.two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 30px;
  }

  .last-card-outer-cont.five {
    background-position: 60% 0;
    background-size: 1200px;
  }

  .our-values {
    flex-flow: column;
  }

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

  .image-43 {
    text-align: center;
    max-width: 200px;
  }

  .code-embed-18 {
    flex: none;
  }

  .values-cont {
    flex-flow: column;
  }

  .coll2-values {
    width: 100%;
  }

  .image-values-support-main {
    width: 90%;
    height: 500px;
  }

  .commitment-cont {
    flex-flow: column;
  }

  .image-commitment-main {
    background-position: 50%;
  }

  .aff-cont {
    flex-flow: column;
  }

  .col2-aff {
    width: 100%;
  }

  .tiktokfeed-slider {
    overflow: visible;
  }

  .videocard.content-centered.pd-32px---48px---56px {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .video-slider-mask {
    position: static;
  }

  .tiktok-feed {
    margin-top: 30px;
  }

  .tiktok-inner-cont {
    background-position: 50%;
  }

  .tiktok-title-n-subt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-tiktok, .subtitle-section {
    font-size: 18px;
  }

  .verified-loox {
    font-size: 10px;
    line-height: 1.4;
  }

  .verified-loox.tts, .verified-loox.amz, .verified-loox.main {
    font-size: 15px;
  }

  .code-embed-24 {
    height: 14px;
  }

  .verified, .verified-2 {
    justify-content: center;
    align-items: center;
  }

  .coll2-refunds, .coll2-aff, .coll2-se {
    width: 100%;
  }

  .product-image-1-copy {
    flex: 1;
    min-height: 89vw;
  }

  .set-height {
    min-height: 90vw;
  }

  .product-image-3 {
    flex: 1;
    min-height: 89vw;
  }

  .code-embed-25 {
    height: 14px;
  }

  .verified-3 {
    justify-content: center;
    align-items: center;
  }

  .heading-47 {
    font-size: 15px;
    line-height: 1.4;
  }

  .heading-47.main {
    font-size: 15px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .amazons-choice-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .amazons-choice-text.tts, .amazons-choice-text.amz, .amazons-choice-text.main {
    font-size: 15px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    width: 100%;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-regular.montserrat {
    font-size: 15px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.montserrat {
    text-align: center;
    text-align: center;
    font-size: 1.1rem;
  }

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

  .text-size-medium.prata {
    font-size: 18px;
  }

  .heading-2.gradient {
    line-height: 1.3;
  }

  .heading-2.gradient._2 {
    font-size: 35px;
    line-height: 1.4;
  }

  .heading-5.text-color-blue {
    font-size: 25px;
  }

  .heading-5.text-color-blue.cap {
    line-height: 1.4;
  }

  .nav-logo-link {
    width: 150px;
  }

  .nav-logo-link.w--current {
    width: auto;
  }

  .hero-container {
    padding-bottom: 0;
  }

  .cta-1 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .form-embed {
    width: 100%;
  }

  .hero-main {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    overflow: visible;
  }

  .section-1-container {
    grid-row-gap: 50px;
  }

  .section-1-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading-top {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .component-1-heading {
    margin-bottom: 40px;
  }

  .c1-left-content {
    flex-direction: column;
  }

  .c1-right-image {
    flex-direction: column;
    align-items: center;
  }

  .c1-right-image.c6 {
    width: auto;
    margin-top: 41px;
  }

  .section-1-component-2.component-1-content.card {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c2-content {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: -20px;
  }

  .component-2-left {
    width: 100%;
  }

  .section-1-component-1-copy.component-1-content.card {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-1-component-3.component-1-content.card {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-3link {
    font-size: 12px;
  }

  .section-1-component-4.component-1-content.card {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .component-4-content {
    margin-top: -20px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .image-2 {
    width: 200px;
  }

  .lora.h2.gradient.heading-2 {
    line-height: 1.3;
  }

  .section-1-component-5.component-1-content.card {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-1-component-3-copy.component-1-content {
    display: block;
  }

  .section-1-component-3-copy.component-1-content.card {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    z-index: 10;
    align-self: center;
    width: 596px;
    margin-top: -265px;
    margin-bottom: -55px;
    margin-right: -100px;
    position: relative;
  }

  .section-statements {
    margin-top: 0;
  }

  .logo-item.is-5.made-in-usa {
    margin-top: 0;
    margin-right: 0;
  }

  .section-2-container {
    width: 100%;
  }

  .section-3-container {
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .s3-left-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4-container {
    padding-bottom: 60px;
  }

  .c4-right-content {
    margin-top: 28px;
  }

  .footer {
    padding-top: 0;
  }

  .footer-top {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-bottom {
    grid-row-gap: 35px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-box {
    grid-row-gap: 10px;
    width: 100%;
  }

  .subfooter-container {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-5 {
    width: 420px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-5 {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-6 {
    text-align: center;
    flex: 0 auto;
    width: 400px;
    margin-top: 0;
    margin-left: 0;
    transform: rotate(0);
  }

  .split-text {
    font-size: 30px;
  }

  .split-text.prata.hero-heading {
    font-size: 40px;
  }

  .split-text.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351 82%);
    font-size: 42px;
  }

  .image-7 {
    order: -1;
    width: 130%;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .image-9 {
    width: 90%;
  }

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

  .sticky-cta {
    padding-left: 0;
  }

  .sticky-cta:hover {
    width: 100%;
    height: 80px;
  }

  .cta-txt {
    font-size: 14px;
  }

  .cta-btn-txt {
    font-size: .8rem;
  }

  .div-block-10 {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-10 {
    align-self: center;
  }

  .image-11 {
    width: 70px;
    margin-top: 0;
    margin-left: 0;
    top: -125px;
    left: 3px;
  }

  .text-block {
    margin-top: 0;
    margin-left: 49px;
    font-size: 12px;
    top: 6px;
    left: -1px;
  }

  .div-block-12 {
    flex-direction: column-reverse;
    width: 100%;
  }

  .div-block-13 {
    margin-top: 0;
    display: flex;
    position: static;
  }

  .div-block-14, .div-block-15 {
    margin-top: -20px;
  }

  .bold-text-3, .bold-text-4.c-3link {
    font-size: 12px;
  }

  .c-3link-copy {
    margin-top: 32px;
    font-size: 12px;
  }

  .padding-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .address-2 {
    flex-direction: column;
    margin-bottom: -70px;
    display: flex;
  }

  .div-block-18 {
    top: -148px;
    left: 61px;
  }

  .text-span-12 {
    font-size: 33px;
  }

  .subheading-cta {
    margin-top: 0;
  }

  .text-size-regular-2.montserrat {
    font-size: 15px;
  }

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

  .heading-9 {
    text-align: left;
  }

  .html-embed-7 {
    text-align: left;
    font-size: 10px;
  }

  .hero-container-copy {
    padding-bottom: 140px;
  }

  .image-16 {
    display: block;
  }

  .div-block-20 {
    margin-bottom: -75px;
  }

  .c-3link-study {
    font-size: 12px;
  }

  .div-block-21 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    top: -100px;
  }

  .padding-global-offer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-regular-offer {
    text-align: center;
    margin-top: 0;
    margin-bottom: -24.5px;
    font-size: 18px;
  }

  .offer-1-component-1.offer-1-content-offer.card-offer {
    background-image: linear-gradient(#fff, #ffffff5e);
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 47px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
  }

  .offers {
    flex-direction: column;
  }

  .image-17 {
    max-width: 360px;
  }

  .statement-1 {
    width: 80%;
  }

  .section-statements-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 14px;
  }

  .section-logos {
    margin-top: 0;
  }

  .split-text-copy {
    font-size: 30px;
  }

  .split-text-copy.prata.hero-heading {
    font-size: 40px;
  }

  .split-text-copy.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351 82%);
    font-size: 42px;
  }

  .text-span-18 {
    flex-flow: row;
    display: flex;
  }

  .c2-right-image {
    flex-direction: column;
    align-items: center;
  }

  .c2-right-image.c6 {
    margin-top: 58px;
  }

  .image-7-copy {
    order: -1;
    width: 350px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .padding-vertical-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-timeline.padding-huge {
    width: 100%;
  }

  .padding-vertical-timeline.padding-xhuge {
    width: 100%;
    padding-bottom: 6rem;
  }

  .text-size-small-footer {
    font-size: 12px;
  }

  .accordion-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-trigger {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-4-container-2 {
    padding-bottom: 60px;
  }

  .heading-9-copy {
    text-align: left;
  }

  .text-size-large-copy {
    font-size: 1.25rem;
  }

  .text-size-large-copy.montserrat {
    text-align: center;
    text-align: center;
    font-size: 1.1rem;
  }

  .text-size-large-copy.montserrat-copy {
    text-align: center;
    font-size: 1.1rem;
  }

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

  .claims {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-self: flex-end;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-25 {
    width: 50%;
  }

  .div-block-27 {
    max-width: 250px;
  }

  .image-19 {
    max-width: 110px;
  }

  .text-block-11-copy {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
  }

  .arrow-rigt-cta-footer {
    color: #ffb100;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
    padding-top: 0;
    font-size: 40px;
    line-height: 0;
    display: flex;
  }

  .div-block-10-prelaunch {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-cta-prelaunch {
    padding-left: 0;
  }

  .sticky-cta-prelaunch:hover {
    width: 100%;
    height: 80px;
  }

  .stars-rating {
    max-width: 74px;
  }

  .main-div-cta-bottom {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .html-embed-9 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    flex: none;
    padding: 14px;
  }

  .menu-button.w--open {
    margin-right: 0;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .product-image {
    flex: none;
  }

  .thumbnail {
    width: 18.5%;
    height: 18vw;
  }

  .product-description {
    width: 100%;
  }

  .product {
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .product.centered-box {
    flex-flow: column;
    min-width: 100%;
    margin-top: 10px;
  }

  .product-image-gallery {
    flex-direction: column;
    width: 100%;
  }

  .product-information {
    width: 100%;
    max-width: 100%;
  }

  .bullet-points-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image-6, .product-image-1 {
    flex: none;
  }

  .mask-2 {
    height: auto;
  }

  .product-image-gallery-2 {
    flex-direction: column;
  }

  .navbar-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-menu {
    z-index: 2147483647;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0;
  }

  .cart-item {
    flex-wrap: wrap;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discount-code-item {
    margin-bottom: 12px;
  }

  .discount-code-list {
    width: 100%;
  }

  .cart-bottom-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-items-list {
    flex: 1;
    overflow: scroll;
  }

  .coupon-form {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .item-first-col {
    margin-bottom: 18px;
  }

  .cart-container {
    max-height: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-popup {
    align-items: flex-start;
    padding-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-note-form {
    margin-top: 10px;
  }

  .cart-note-wrapper {
    flex-direction: column;
  }

  .discount-code-block {
    grid-column-gap: 12px;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .cart-popup-closer {
    width: 50px;
    height: 50px;
  }

  .search-result-item {
    flex-wrap: wrap;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-info-cart {
    padding-top: 0;
  }

  .logo-container {
    min-width: 150%;
  }

  .buy-box {
    width: 100%;
    margin-top: 50px;
  }

  .row.frequency-selectors.sns-frequency-selector {
    justify-content: flex-start;
    width: 100%;
  }

  .selling-plan-selectors {
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .purchase-option-selectors {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .option-name.sns-title {
    font-size: 20px;
  }

  .selling-plan-value, .selling-plan-value.sf-active {
    flex: none;
  }

  .icons-features-row2_old {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    flex: 0 auto;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .heading-15 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .h3 {
    font-size: 18px;
  }

  .option-selector {
    height: 45px;
  }

  .pricing-sns {
    grid-column-gap: 14px;
  }

  .pricing-otp {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .custom-option-selectors {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bundle-selector {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    padding-top: 7px;
    overflow: auto;
  }

  .per-bottle-otp {
    font-size: 11px;
  }

  .form-2, .form-block, .sold-out-form {
    width: 100%;
  }

  .code-embed-6 {
    width: 440px;
  }

  .logo-icon-container {
    flex: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-main-div {
    box-shadow: none;
    flex-flow: column;
  }

  .menu-products-container, .menu-company-container, .menu-support-container, .menu-col1, .menu-col2 {
    width: 100%;
  }

  .close-button-inside {
    flex: none;
  }

  .close-button-inside.w--open {
    opacity: 1;
    background-image: url('../images/menu-close.svg');
    background-size: 25px 25px;
    margin-right: 0;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .menu-banner-container {
    width: 100%;
  }

  .navbar-ext-container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .nanoparticle.f1 {
    top: 35%;
  }

  .nanoparticle.f2 {
    top: 4%;
    right: -2%;
  }

  .slide-nav {
    margin-bottom: -30px;
    font-size: 11px;
    display: none;
    position: relative;
    top: -53px;
  }

  .scientifically-proven {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
  }

  .clinically-tested {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .metallic-heading {
    margin-top: -40px;
    font-size: 13px;
  }

  .number-feature {
    font-size: 24px;
  }

  .title-feature {
    font-size: 14px;
  }

  .subtitle-feature {
    font-size: 12px;
  }

  .footer-feature {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .scientific-results-container-mobile {
    height: auto;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .scientific-results-container-mobile.phone-screen_img.third {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .scientific-results {
    flex-flow: row;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-icon-outer {
    width: 100%;
    max-width: 130px;
    height: 130px;
  }

  ._99 {
    font-size: 36px;
  }

  .endocrine-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
  }

  .heading-endocrine {
    font-size: 13px;
    line-height: 1.1;
  }

  .icons-features-col2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    height: auto;
  }

  .icons-features-row1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-icon-col2-e1 {
    max-width: none;
  }

  .feature-image1 {
    background-position: 50% 0;
  }

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

  .text-span-35 {
    font-size: 12px;
  }

  .free-of-fragrance {
    font-size: 13px;
    line-height: 1.1;
  }

  .icons-features-row2-col {
    width: 50%;
    max-width: 300px;
  }

  .cli-icons-cont {
    margin-top: 7px;
  }

  .footer-inner-cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .footer-main-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col1 {
    width: 40%;
  }

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

  .footer-main-links {
    font-size: 11px;
    line-height: 1.3;
  }

  .heading-25 {
    font-size: 16px;
    line-height: 1.3;
  }

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

  .footer-col2, .footer-col3 {
    width: 30%;
  }

  .contact-container {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col1, .coll2, .satis-cont {
    width: 100%;
  }

  .code-embed-9 {
    justify-content: center;
    align-items: center;
  }

  .image-container-r1 {
    background-position: 0%;
    width: 126%;
    height: 300px;
  }

  .col2-outer {
    width: 100%;
  }

  .image-container-returns {
    background-position: 0%;
    height: 500px;
  }

  .image-container-ceo {
    background-position: 80%;
    height: 350px;
  }

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

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: 50%;
    left: 5%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: 50%;
    right: 5%;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-2.content-centered.pd-32px---48px---56px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-mask.width-390px {
    max-width: 330px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .reviews-section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider-wrapper {
    overflow: visible;
  }

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

  .reviews-badges {
    margin-top: 20px;
  }

  .image-container-r2, .image-container-r3, .image-container-r4, .image-container-r5 {
    background-position: 0%;
    width: 126%;
    height: 300px;
  }

  .reviews-on {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-32 {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-32.tts, .heading-32.main {
    font-size: 14px;
  }

  .image-33 {
    max-width: 150px;
  }

  .image-36 {
    max-width: 120px;
  }

  .text-span-51 {
    font-size: 13px;
    line-height: 1.3;
  }

  .hero-science {
    background-position: 29%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    max-width: 443px;
    margin-top: 20px;
    font-size: 31px;
  }

  .image-37 {
    max-width: 120px;
  }

  .icons-features-row2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
  }

  .feature-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nat-ingre {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.1;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .main-cont-ar {
    margin: 10px 20px;
    position: static;
  }

  .h3-2 {
    font-size: 1.7rem;
  }

  .feature-ar.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .feature-ar.steps.fourth, .feature-ar.steps.second {
    grid-column-gap: 20px;
    position: absolute;
    bottom: 20px;
  }

  .feature-ar.steps.first {
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
    bottom: 20px;
  }

  .feature-ar.steps.first.w--current {
    position: absolute;
    bottom: 40px;
  }

  .feature-ar.steps.third {
    grid-column-gap: 20px;
    position: absolute;
    bottom: 20px;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .sticky-grid {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 20px 20px 10px;
    position: relative;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .position-relative {
    order: 1;
    height: auto;
    position: static;
  }

  .position-relative.left {
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    top: 20%;
  }

  .main-container-ar {
    height: auto;
  }

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

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

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .paragraph-l.cc-sm-small.mb-0.text-dark {
    font-size: 13px;
  }

  .phone-mock {
    box-shadow: none;
    width: 150%;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .h3-3 {
    font-size: 17px;
  }

  .heading-35 {
    font-size: 50px;
  }

  .text-block-40, .text-block-41, .text-block-42, .text-block-43 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0;
  }

  .text-block-44 {
    max-width: 300px;
    display: block;
    position: absolute;
    top: 37%;
    right: 0;
  }

  .headings-hero-science {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .subheading-intro {
    font-size: 14px;
    display: none;
    position: static;
    top: 36%;
    right: 0;
  }

  .subheading-intro.phone-screen_img {
    background-image: none;
    position: absolute;
  }

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

  .subheading-intro-static {
    font-size: 14px;
    display: block;
    position: static;
    top: 36%;
    right: 0;
  }

  .subheading-intro-static.phone-screen_img {
    background-image: none;
    position: absolute;
  }

  .science {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .science-inner-cont {
    height: 1000px;
    padding-bottom: 20px;
  }

  .flex-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: -36px;
  }

  .heading-36 {
    letter-spacing: -2px;
    font-size: 55px;
  }

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

  .image-customer-support-main {
    background-position: 0%;
    width: 90%;
    height: 450px;
  }

  .popup1 {
    width: 290px;
  }

  .text-block-49 {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }

  .popup1-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .popup1-link {
    font-size: 10px;
  }

  .popup1-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .popup1-anouncement-text {
    color: #646464;
    font-size: 12px;
  }

  .close-popup1 {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-right: 0;
    top: -10px;
    right: -10px;
  }

  .popup-content {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .code-embed-15 {
    width: 13px;
    height: 13px;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 85%;
  }

  .science-slider.is_contained {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .card-heading {
    font-size: 27px;
    line-height: 1.3;
  }

  .card-intro-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .heading-39 {
    font-size: 43px;
    line-height: 1.2;
  }

  .subtitle-science {
    font-size: 17px;
  }

  .code-embed-16 {
    width: 300px;
    height: 300px;
  }

  .code-embed-16.mesh {
    transform: scale3d(1none, 1none, 1none);
    height: 261px;
  }

  .learn-more {
    justify-content: center;
    align-items: flex-start;
  }

  .learn-more.two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
  }

  .learn-more-inner {
    height: 44px;
    padding-right: 7px;
  }

  .popup-one.popup-science {
    display: none;
    overflow: auto;
  }

  .popup-announcement {
    z-index: 2147483647;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    inset: auto 0 0;
  }

  .inner-popup {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .close-button-popup {
    width: 70px;
    height: 70px;
    padding: 9px 15px 10px;
    position: sticky;
    top: 0;
    left: 95%;
    right: auto;
  }

  .text-block-50 {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }

  .donwload-study {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 7px;
  }

  .popup-two.popup-science {
    display: none;
    overflow: auto;
  }

  .toggle-switch {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-toggle.otp, .text-toggle.sns {
    font-weight: 400;
  }

  .image-container-cta {
    background-position: 0%;
    width: 126%;
    height: 300px;
  }

  .heading-40 {
    font-size: 23px;
  }

  .cta-button-reviews {
    height: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .cta-button-text {
    font-size: 19px;
  }

  .side-effects {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headiing-side-effects {
    font-size: 43px;
    line-height: 1.2;
  }

  .main-image-side-eff {
    background-position: 50% 12%;
    background-size: 1000px;
    order: -1;
    width: 100vw;
    max-width: none;
    height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-content-side-eff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .main-content-text {
    width: 100%;
  }

  .text-block-51 {
    order: 1;
    max-width: 100%;
    font-size: 15px;
  }

  .features-side-effects {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 80px;
    top: -20px;
    overflow: scroll;
  }

  .feature-side-effects {
    flex: none;
    width: 300px;
  }

  .scroll-se {
    background-color: #919191;
    border-radius: 20px;
    flex: none;
    padding: 7px 10px 7px 20px;
    display: flex;
    position: absolute;
    inset: auto auto 20px 30%;
  }

  .heading-42 {
    font-size: 18px;
    font-weight: 400;
  }

  .col-left-ar {
    order: 1;
    height: auto;
    position: static;
  }

  .col-left-ar.left {
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    top: 20%;
  }

  .col-right-ar {
    order: 1;
    height: auto;
    position: static;
  }

  .col-right-ar.left {
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    top: 20%;
  }

  .right-arrow {
    position: absolute;
    top: 493px;
    right: 15px;
  }

  .slider {
    width: 80%;
    height: auto;
    margin-top: 376px;
    margin-bottom: 10px;
    position: static;
  }

  .left-arrow {
    top: 493px;
    left: 72%;
  }

  .slide-0 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .doted-line {
    width: 130%;
    margin-right: -60%;
  }

  .time-indicator-wrapper {
    margin-bottom: 20px;
  }

  .slide-01 {
    padding: 30px;
    position: static;
  }

  .faqs {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30-faqs {
    font-size: 50px;
  }

  .best-price {
    position: static;
  }

  .heading-last-card {
    font-size: 24px;
  }

  .subheading-last-card {
    font-size: 16px;
  }

  .cta-button-sci-cards {
    height: 44px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .last-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 50%;
  }

  .last-card-outer-cont {
    background-position: 11% 106%;
    background-size: 600px;
  }

  .our-values {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .satis-cont-3 {
    width: 100%;
  }

  .code-embed-19 {
    justify-content: center;
    align-items: center;
  }

  .values-cont {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coll2-values {
    width: 100%;
  }

  .image-values-support-main {
    background-position: 0%;
    width: 90%;
    height: 450px;
  }

  .commitment-cont, .aff-cont {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col2-aff {
    width: 100%;
  }

  .selling-plan-selectors-2, .purchase-option-selectors-2 {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pur-option-selector {
    flex-flow: wrap;
  }

  .option-name-5.sns-title, .option-name-6.sns-title {
    font-size: 20px;
  }

  .tiktokfeed-slider {
    overflow: visible;
  }

  .videocard.content-centered.pd-32px---48px---56px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-slider-mask.width-390px {
    max-width: 330px;
  }

  .tiktok-feed {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tiktok-inner-cont {
    padding-bottom: 20px;
  }

  .subtitle-tiktok {
    font-size: 17px;
  }

  .tiktok-slider.is_contained {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .video-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-slider._3 {
    right: -18%;
  }

  .video-slider._8 {
    right: -63%;
  }

  .video-slider._4 {
    right: -27%;
  }

  .video-slider._2 {
    right: -9%;
  }

  .video-slider._7 {
    right: -54%;
  }

  .video-slider._5 {
    right: -36%;
  }

  .video-slider._6 {
    right: -45%;
  }

  .carousel-mask-tiktok {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-section {
    font-size: 17px;
  }

  .verified-loox {
    line-height: 1.5;
  }

  .verified-loox.tts, .verified-loox.main {
    font-size: 14px;
  }

  .code-embed-24 {
    height: 13px;
  }

  .coll2-refunds, .coll2-aff, .coll2-se {
    width: 100%;
  }

  .product-image-1-copy, .product-image-3 {
    flex: none;
  }

  .code-embed-25 {
    height: 13px;
  }

  .code-embed-27 {
    width: 440px;
  }

  .bundle-selector-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .purchase-option-selectors-3 {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .option-name-9.sns-title {
    font-size: 20px;
  }

  .selling-plan-selectors-3 {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-4 {
    height: auto;
  }

  .heading-47 {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-47.main {
    font-size: 14px;
  }

  .popup-cta-button {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .button-3 {
    background-color: #fd6351;
    border-radius: 14px;
    width: 60%;
    font-size: 16px;
    font-weight: 600;
  }

  .amazons-choice-text {
    font-size: 13px;
  }

  .amazons-choice-text.tts, .amazons-choice-text.main {
    font-size: 14px;
  }

  .bundle-selector-otp {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .black-friday-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .bf-main-text, .bf-detail1-text {
    font-size: 11px;
  }

  .purchase-option-selectors-4 {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-13 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: -39px;
  }

  .freq-selector-sns {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    padding-top: 7px;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-global {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-tiny.text-color-white {
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
  }

  .text-size-regular {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .text-size-regular.montserrat {
    font-size: .9rem;
  }

  .text-size-regular.montserrat._15 {
    font-size: .7rem;
    font-weight: 600;
  }

  .text-size-small.montserrat.text-weight-medium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: center;
    background-color: #ff624e;
    border-radius: 13px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .text-size-small.montserrat.text-weight-medium-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: center;
    background-color: #ff624e;
    border-radius: 13px;
    justify-content: center;
    align-items: flex-start;
    max-height: 18px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px;
    font-size: 9px;
    font-weight: 500;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .container-large {
    max-width: 79.2rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .text-size-medium {
    font-size: 17px;
  }

  .text-size-medium.prata {
    width: 100%;
    margin-top: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    transform: rotate(0);
  }

  .heading-2.gradient {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-2.gradient._2 {
    font-size: 29px;
    line-height: 1.4;
  }

  .heading-5.text-color-blue {
    font-size: 20px;
    font-weight: 500;
  }

  .heading-5.text-color-blue.cap {
    font-size: 24px;
    line-height: 1.4;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .navbar-container {
    height: 60px;
    padding-top: 0;
  }

  .nav-logo-link {
    width: 130px;
  }

  .nav-logo-link.w--current {
    width: auto;
  }

  .image {
    width: 120px;
  }

  .hero-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .cta-1 {
    z-index: 0;
    grid-row-gap: 0px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
    position: static;
    transform: rotate(0);
  }

  .form-embed {
    align-self: flex-start;
  }

  .hero-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 31px;
    margin-right: 0;
    display: flex;
    transform: translate(0);
  }

  .section-1-container {
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .section-1-heading {
    margin-bottom: 0;
  }

  .heading-top {
    padding-left: 0;
    padding-right: 0;
  }

  .component-1-heading {
    margin-bottom: 25px;
  }

  .component-1-content {
    grid-row-gap: 10px;
    padding: 30px 20px;
  }

  .c1-left-content {
    object-fit: fill;
    flex-direction: column;
    margin-top: 0;
    display: flex;
    overflow: visible;
  }

  .c1-left-content.c5 {
    margin-top: 0;
  }

  .c1-right-image {
    justify-content: center;
    margin-bottom: -20px;
    overflow: visible;
  }

  .c1-right-image.c5 {
    width: 115%;
  }

  .c1-right-image.c6 {
    margin-top: 15px;
  }

  .section-1-component-2.component-1-content.card {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c2-content {
    grid-row-gap: 30px;
    margin-top: 0;
  }

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

  .c2-paragraph {
    font-size: 15px;
  }

  .section-1-component-1-copy.component-1-content.card {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-1-component-3.component-1-content.card {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-3link {
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
  }

  .section-1-component-4 {
    padding-left: 0;
  }

  .section-1-component-4.component-1-content {
    padding-left: 40px;
  }

  .section-1-component-4.component-1-content.card {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .component-4-content {
    margin-top: 0;
  }

  .c4-bottom {
    margin-bottom: 20px;
  }

  .component-4-left {
    grid-row-gap: 10px;
    flex-direction: column;
    padding: 15px;
  }

  .component-4-right {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 19px;
    padding-right: 0;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 220px;
  }

  .lora.h2.gradient.heading-2 {
    line-height: 1.3;
  }

  .paragraph-4 {
    padding: 5px 16px 0;
    font-size: 13px;
  }

  .italic-text {
    font-size: 13px;
  }

  .italic-text-2, .italic-text-3 {
    font-size: 17px;
  }

  .section-1-component-5.component-1-content.card {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c5-small-txt {
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
  }

  .section-1-component-3-copy.component-1-content {
    display: block;
  }

  .section-1-component-3-copy.component-1-content.card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    z-index: 0;
    object-fit: fill;
    order: -1;
    width: 448px;
    margin-top: -171px;
    margin-bottom: -32px;
    margin-right: -66px;
    position: relative;
  }

  .section-statements {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .logo-item {
    grid-column-gap: 20px;
    width: 70px;
  }

  .logo-item.is-1, .logo-item.is-2, .logo-item.is-3, .logo-item.is-4 {
    width: 30%;
    height: 70px;
  }

  .logo-item.is-5 {
    flex: none;
    width: 70px;
  }

  .logo-item.is-5.made-in-usa {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    margin-top: 0;
  }

  .logo-item.is-6, .logo-item.is-7 {
    width: 30%;
    height: 70px;
  }

  .home-section-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-2-timeline {
    margin-top: 20px;
    padding-bottom: 15px;
    overflow: visible;
  }

  .section-3-container {
    grid-row-gap: 10px;
    border-radius: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s3-left-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-4 {
    margin-top: 62px;
  }

  .section-4-container {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .section-4-content {
    align-self: center;
  }

  .c4-right-content {
    margin-top: 35px;
    margin-left: 0;
  }

  .footer-container {
    background-color: #ffffffcf;
  }

  .footer-top {
    text-align: center;
  }

  .footer-logo-link, .footer-logo-link.w--current {
    width: auto;
  }

  .subfooter-container {
    text-align: center;
    flex-direction: column-reverse;
  }

  .subfooter-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }

  .footer-link {
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
  }

  .div-block-4 {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-5 {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
  }

  .div-block-6 {
    margin-top: 0;
    display: block;
  }

  .image-6 {
    z-index: 0;
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-top: -25px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    transform: rotate(0);
  }

  .list-item {
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .split-text {
    font-size: 22px;
  }

  .split-text.prata.hero-heading {
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    position: relative;
  }

  .split-text.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
    font-size: 33px;
  }

  .timeline-box.is-3 {
    width: 250px;
  }

  .timeline-line {
    width: 1010px;
    margin-left: 120px;
    margin-right: 120px;
  }

  .image-7 {
    width: 400px;
    min-width: 450px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .image-9 {
    width: 100%;
    min-width: auto;
  }

  .html-embed-4, .html-embed-5 {
    text-align: left;
  }

  .sticky-cta {
    z-index: 100;
    background-color: #2e3031;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex-direction: column;
    height: 80px;
    padding-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 5px 1px #000000a8;
  }

  .cta-txt {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cta-btn {
    grid-column-gap: 17px;
    grid-row-gap: 18px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .cta-btn-txt {
    margin-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-10 {
    width: 100%;
    height: 39%;
    display: none;
  }

  .cta1 {
    flex-direction: row;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .heading-7 {
    margin-bottom: 0;
    top: -3px;
  }

  .text-span-9 {
    font-size: 13px;
  }

  .image-10 {
    text-align: left;
    max-width: 346px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-11 {
    clear: none;
    width: 70px;
    margin-top: -116px;
    margin-left: 13px;
    position: absolute;
    top: 327px;
    left: -5px;
  }

  .text-block {
    z-index: 100;
    margin-top: -115px;
    margin-left: 19px;
    padding: 10px;
    font-size: 11px;
    display: inline-block;
    position: absolute;
    top: 391px;
    left: 27px;
  }

  .div-block-12 {
    flex-flow: column-reverse;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .div-block-13 {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-14 {
    flex-direction: column-reverse;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 0;
  }

  .timeline-line-bg {
    flex-direction: column;
    width: 1010px;
    margin-left: 120px;
  }

  .div-block-16 {
    position: sticky;
    overflow: scroll;
  }

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

  .c-3link-copy {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 12px;
    text-decoration: underline;
  }

  .padding-cta {
    border-radius: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 30px;
  }

  .address-2 {
    clear: none;
    flex-flow: column;
    align-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-bottom: -25px;
    display: flex;
    position: static;
  }

  .tooltip {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 13px;
  }

  .div-block-18 {
    top: -130px;
    left: 26px;
  }

  .text-span-12 {
    font-size: 27px;
    line-height: 1.4;
  }

  .text-size-regular-2 {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

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

  .footer-container-legal {
    background-color: #013b8b0f;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 20px;
  }

  .html-embed-7 {
    font-size: 8px;
  }

  .heading-10 {
    font-size: 34px;
  }

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

  .c-3link-study {
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
  }

  .text-span-13 {
    font-size: 9px;
  }

  .padding-global-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-regular-offer {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 15px;
    display: block;
  }

  .offer-1-component-1.offer-1-content-offer.card-offer {
    margin-top: 0;
    padding: 30px 15px;
  }

  .bullets {
    margin-top: -10px;
  }

  .subtitle-text {
    font-size: 14px;
  }

  .text-block-6 {
    padding-left: 10px;
    font-size: 12px;
  }

  .image-17 {
    margin-top: 15px;
  }

  .popular-text {
    top: -12px;
  }

  .statement-1 {
    grid-column-gap: 20px;
    width: 80%;
  }

  .section-statements-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .section-logos {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .split-text-copy {
    font-size: 22px;
  }

  .split-text-copy.prata.hero-heading {
    z-index: 1;
    font-size: 35px;
    display: block;
    position: relative;
  }

  .split-text-copy.lora.h2.hero-heading {
    background-image: linear-gradient(118deg, var(--blue-north-biomed), #fd6351);
    font-size: 33px;
  }

  .c2-right-image {
    justify-content: center;
    margin-bottom: -20px;
    overflow: visible;
  }

  .c2-right-image.c5 {
    width: 115%;
  }

  .c2-right-image.c6 {
    margin-top: 15px;
  }

  .image-7-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .padding-vertical-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-timeline.padding-huge {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-small-footer.montserrat.text-weight-medium {
    font-size: 15px;
  }

  .accordion-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 20px;
    display: flex;
  }

  .accordion-item-trigger {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-heading {
    font-size: 15px;
    line-height: 22px;
  }

  .accordion-item-content {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .section-4-container-2 {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-11 {
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    padding-bottom: 0;
  }

  .heading-9-copy {
    margin-top: 0;
    font-size: 20px;
  }

  .button-2 {
    width: auto;
  }

  .div-block-23 {
    z-index: 5;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    object-fit: fill;
    border: 2px dotted #616161;
    border-style: dotted none;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    min-width: 150px;
    margin-top: -11px;
    margin-bottom: 0;
    padding: 12px 3px 8px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .claims {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    flex: 0 auto;
    place-content: center;
    align-self: center;
    align-items: flex-start;
    width: 103%;
    margin: 20px -20px 0;
    display: flex;
  }

  .text-block-9 {
    z-index: 10;
    color: #fff;
    text-align: left;
    background-color: #ff624e;
    border: 1px #000;
    border-radius: 5px;
    margin: 0 auto;
    padding: 2px 5px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }

  .text-block-10 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .div-block-26 {
    width: 50%;
  }

  .div-block-26.div-block-25 {
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-11 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }

  .div-block-27 {
    text-align: center;
    flex: 0 auto;
    width: 50%;
    min-width: 158px;
    max-width: 205px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12 {
    color: #000;
    width: 100%;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
  }

  .bold-text-13, .bold-text-14 {
    font-size: 10px;
  }

  .image-19 {
    max-width: 85px;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-11-copy {
    color: #fff;
    text-align: center;
    border-bottom: 2px dotted #fff;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .image-20 {
    max-width: 307px;
  }

  .arrow-rigt-cta-footer {
    color: #ffb100;
    text-align: center;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 0;
    display: block;
  }

  .cta-btn-prelaunch {
    grid-column-gap: 17px;
    grid-row-gap: 18px;
    flex-direction: row;
    width: 100%;
    height: 70%;
  }

  .div-block-10-prelaunch {
    width: 100%;
    height: 50%;
    display: block;
  }

  .sticky-cta-prelaunch {
    z-index: 100;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex-direction: column;
    height: 82px;
  }

  .body {
    overflow: auto;
  }

  .button-cta-1.coupon-div {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    padding: 6px 30px;
    display: inline-flex;
    box-shadow: 1px 1px 4px #0000006b;
  }

  .coupon-code {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    border-bottom: 2px dotted #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }

  .coupon-code.pre-coupon-code {
    color: var(--black);
    background-color: #fff0;
    border-bottom-style: none;
    border-left: 0 #000;
    margin-top: 7px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
  }

  .coupon-code.copy-coupon {
    margin-top: 2px;
  }

  .div-block-32.coupon-div {
    padding: 10px 30px;
  }

  .text-span-21 {
    font-family: Lora, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .text-span-22 {
    font-weight: 600;
  }

  .preheader {
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 7px;
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .preheader-text {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .image-22 {
    aspect-ratio: auto;
    flex: none;
    max-width: 58px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-15 {
    border-bottom: 2px dotted #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }

  .image-23 {
    padding-top: 6px;
    padding-left: 10px;
  }

  .text-span-23 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .text-span-24 {
    font-style: italic;
  }

  .div-block-33 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .stars-rating {
    max-width: 69px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .text-reviews {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    display: inline-flex;
  }

  .rating {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-24 {
    max-width: 48px;
    margin-top: 9px;
    padding-top: 0;
  }

  .main-div-cta-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .arrow-rigt-cta-1 {
    color: #ff9c00;
    text-align: center;
    margin-top: -10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 0;
    display: block;
  }

  .div-block-34 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: inline-flex;
    position: static;
  }

  .bold-text-16 {
    display: inline-block;
  }

  .grid-2 {
    grid-template-areas: "Area Area-2 Area-3"
                         "Area-4 Area-5 Area-6"
                         "Area-7 Area-8 Area-9"
                         "Area-10 Area-11 Area-12"
                         "Area-13 Area-14 Area-15";
    align-self: stretch;
  }

  .html-embed-9 {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 12px;
    font-weight: 400;
  }

  .html-embed-10 {
    margin-left: -20px;
    margin-right: -20px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button {
    padding: 14px;
  }

  .menu-button.w--open {
    z-index: 999999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px 20px 20px 0;
    display: block;
    position: absolute;
    inset: 10px 20px auto auto;
  }

  .thumbnail-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: -5px;
    display: flex;
    overflow: auto;
  }

  .thumbnail {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .thumbnail.sf-active-thumbnail.thumb1 {
    border-radius: 13px;
    flex: none;
    width: 60px;
    height: 60px;
    overflow: visible;
  }

  .thumbnail.thumb2 {
    flex: none;
  }

  .thumbnail.thumb4 {
    display: block;
  }

  .price {
    font-size: 24px;
  }

  .sale-tag {
    font-size: .6rem;
  }

  .product.centered-box {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .product-image-slider {
    flex: 1;
  }

  .product-information {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .quantity-increaser {
    font-size: 23px;
  }

  .buy-button {
    padding-left: 27px;
    padding-right: 27px;
    font-size: .9rem;
  }

  .buy-button.sf-out-of-stock {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-title {
    font-size: 1.8rem;
  }

  .product-subtitle {
    font-family: Acherusgrotesque, sans-serif;
    font-size: 5vw;
  }

  .product-title {
    letter-spacing: -5px;
    font-family: Acherusgrotesque, sans-serif;
    font-size: 15vw;
  }

  .product-image-1 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    flex-flow: column;
    flex: none;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .image-25 {
    box-sizing: border-box;
    flex: none;
    width: 142px;
    margin-left: 0;
    overflow: visible;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 5px 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    z-index: 9999999;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .discount-code-submit {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ghost-button {
    padding: 16px 27px;
  }

  .cart-item-title {
    font-size: 14px;
  }

  .cart-item {
    grid-row-gap: 21px;
    flex-wrap: wrap;
    padding-top: 18px;
  }

  .discount-code-item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .cart-item-quantity-changer {
    font-size: 22px;
  }

  .product-info {
    flex: 0 auto;
  }

  .cart-bottom-row {
    font-size: 14px;
  }

  .item-first-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 6px;
  }

  .cart-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-discount-code-input, .order-note-input {
    min-width: 120px;
    height: 37px;
  }

  .cart-quantity {
    width: 34px;
    font-size: 13px;
  }

  .label {
    font-size: 13px;
  }

  .cart-note-form {
    margin-bottom: 0;
  }

  .cart-note-wrapper {
    padding: 12px;
  }

  .cart-item-image {
    width: 50px;
    height: 50px;
  }

  .search-result-item {
    grid-row-gap: 21px;
    flex-wrap: wrap;
    padding-top: 18px;
  }

  .search-modal {
    display: block;
  }

  .search-result-image {
    width: 50px;
    height: 50px;
  }

  .search-popup-opener {
    flex: none;
  }

  .text-field-3 {
    min-height: 40px;
    font-size: .875rem;
  }

  .vendor-name {
    font-size: 11px;
  }

  .product-info-cart {
    flex: 0 auto;
  }

  .search-result-title {
    font-size: 14px;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .carousel-container-2 {
    border-radius: 0;
  }

  .carousel {
    margin-bottom: 0;
    display: flex;
  }

  .logo-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .code-embed-2 {
    width: 18px;
    height: 18px;
  }

  .buy-box {
    width: 100%;
    min-width: 360px;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px 25px;
  }

  .row {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .row.frequency-selectors.sns-frequency-selector {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .row.purchase-option {
    margin-left: auto;
    margin-right: auto;
  }

  .selling-plan-selectors {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .selling-plan-selectors.active {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .purchase-option-selectors {
    padding-left: 0;
    padding-right: 0;
  }

  .purchase-option-selectors.toggle {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .option-name {
    font-size: 14px;
  }

  .option-name.sns-title {
    font-size: 18px;
  }

  .option-name.frequency-selected, .option-name.frequency-not-selected {
    font-size: 14px;
  }

  .purchase-option-value {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purchase-option-value.sf-active {
    margin-left: auto;
    margin-right: auto;
  }

  .purchase-option-value.otp, .purchase-option-value.sns.sf-active {
    padding-left: 10px;
    padding-right: 10px;
  }

  .selling-plan-value, .selling-plan-value.sf-active {
    flex: none;
    min-width: 110px;
  }

  .subscription-module {
    margin-bottom: 5px;
  }

  .money-back-guarantee {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
  }

  .icons-features-row2_old {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 400px;
  }

  .feature-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .h3 {
    flex-flow: wrap;
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
  }

  .accordion-icon {
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .option-selector {
    height: 45px;
    font-size: .8rem;
  }

  .title-n-price {
    flex-flow: row;
    height: 60px;
  }

  .price-2 {
    font-size: 19px;
  }

  .price-3 {
    font-size: 24px;
  }

  .price-3.compare-price {
    font-size: 16px;
  }

  .pricing-sns {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    padding: 0;
  }

  .price-sns {
    order: 1;
    font-size: 21px;
    font-weight: 500;
  }

  .sale-tag-2 {
    font-size: .6rem;
  }

  .compare-n-save-otp {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row-reverse;
  }

  .save-sns {
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .checkbox-n-title {
    align-self: center;
    margin-top: 0;
  }

  .checkbox-div.inactive, .checkbox-div-otp.active {
    flex: none;
  }

  .sns-subtitle {
    margin-top: 0;
  }

  .subtitle-pur {
    padding-top: 20px;
  }

  .checkbox-n-title-otp {
    align-self: center;
  }

  .pricing-otp {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 150px;
    padding: 0;
  }

  .price-otp {
    order: 1;
    font-size: 21px;
    font-weight: 500;
  }

  .title-n-price-otp {
    flex-flow: row;
    align-self: auto;
    height: 60px;
  }

  .bundle-block.inactive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .custom-option-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .custom-option-value {
    padding: 9px 11px;
  }

  .option-name-2 {
    font-size: .8rem;
  }

  .bundle-selector {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .custom-option-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .custom-option-value-2 {
    padding: 9px 11px;
  }

  .option-name-3 {
    font-size: .8rem;
  }

  .row-copy {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .row-copy.frequency-selectors.sns-frequency-selector {
    margin-top: 0;
  }

  .row-copy.purchase-option {
    margin-left: auto;
    margin-right: auto;
  }

  .bundle-button {
    min-width: 110px;
    height: 40px;
  }

  .bundle-button.sf-active._1-unit, .bundle-button._2-units, .bundle-button._3-units {
    flex: none;
    min-width: 110px;
  }

  .per-bottle-otp {
    order: 1;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-16 {
    margin-right: 25px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }

  .text-field-4 {
    font-size: 11px;
  }

  .form-2 {
    width: 100%;
    display: flex;
  }

  .form-block {
    align-self: center;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }

  .submit-button {
    line-height: 1.2;
  }

  .sold-out-form {
    width: 100%;
    display: flex;
  }

  .sold-out-input {
    font-size: 11px;
  }

  .submit-button-email-form {
    line-height: 1.2;
  }

  .code-embed-6 {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    position: static;
  }

  .logo-icon-container {
    flex: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 25px;
  }

  .main-logo-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
    min-width: auto;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-main-div {
    box-shadow: none;
    padding-top: 20px;
    position: static;
    overflow: auto;
  }

  .heading-17 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-col1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .close-button-inside.w--open {
    z-index: 999999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 25px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px 20px 20px 0;
    display: block;
    position: absolute;
    inset: 10px 20px auto auto;
  }

  .auxiliar-icon {
    flex-flow: column;
    flex: none;
    align-self: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

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

  .nanoretinol-ad-menu-container {
    background-position: -15%;
    background-size: 230px;
    background-attachment: scroll;
    height: 250px;
  }

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

  .text-right-nanoretinol-menu-cont {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-span-29 {
    font-size: 24px;
  }

  .heading-21, .text-span-31 {
    font-size: 14px;
  }

  .text-span-32 {
    padding-top: 4px;
    padding-left: 0;
    display: inline-flex;
  }

  .navbar-ext-container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .nanoparticle.t1 {
    top: 341%;
  }

  .nanoparticle.f1 {
    top: 17%;
    right: 16%;
  }

  .nanoparticle.f2 {
    max-width: 120px;
    max-height: 120px;
    top: 3%;
  }

  .slide-nav {
    margin-bottom: -20px;
    font-size: 11px;
    display: none;
    position: relative;
    top: -3px;
    overflow: visible;
  }

  .scientifically-proven {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px;
  }

  .clinically-tested {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .clinically-tested.phone-screen_img.fourth {
    height: 100%;
  }

  .metallic-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .sci-icon {
    width: 70px;
  }

  .sci-icons-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: flex-end;
  }

  .sci-vertical-feature {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    height: 100%;
  }

  .number-feature {
    margin-bottom: 3px;
    font-size: 23px;
  }

  .title-feature {
    margin-top: 0;
    font-size: 13px;
    font-weight: 300;
  }

  .subtitle-feature {
    font-size: 12px;
  }

  .footer-feature {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .scientific-results-container-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 400px;
    margin: 20px 0;
  }

  .scientific-results-container-mobile.phone-screen_img.first {
    width: 100%;
  }

  .scientific-results-container-mobile.phone-screen_img.third {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
    margin: 0 -20px 15px;
    padding-left: 0;
  }

  .scientific-results {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .features-icons-outer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-icon-outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    width: 185px;
    height: 130px;
  }

  ._99 {
    font-size: 33px;
  }

  .fragrance-icon, .endocrine-icon {
    width: 40px;
    height: 40px;
  }

  .heading-endocrine {
    font-size: 12px;
    line-height: 1;
  }

  .icons-features-col2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .icons-features-row1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .feature-icon-col2-e1 {
    flex: 0 auto;
    width: 100%;
    height: 140px;
  }

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

  .text-span-35 {
    font-size: 10px;
  }

  .free-of-fragrance {
    font-size: 12px;
    line-height: 1;
  }

  .icons-features-row2-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 100%;
  }

  .cli-icons-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 7px;
  }

  .footer-cont {
    height: 770px;
    overflow: hidden;
  }

  .footer-inner-cont {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .footer-inner-cont.sf-active {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col1 {
    width: 100%;
  }

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

  .image-28 {
    max-width: 130px;
  }

  .footer-main-links {
    font-size: 12px;
    line-height: 1.3;
  }

  .slogan-footer {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .footer-col2 {
    width: 100%;
    margin-top: 10px;
  }

  .footer-col3 {
    width: 100%;
    margin-top: 15px;
  }

  .nanoparticles-absolute-cont {
    top: -30px;
  }

  .contact-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
  }

  .heading-26 {
    text-align: center;
    font-size: 22px;
  }

  .heading-28 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .col1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .ms-help-text {
    font-size: 88%;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-input-label {
    font-size: 16px;
  }

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

  .submit-button-2 {
    width: 100%;
  }

  .satis-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 5px;
  }

  .code-embed-9 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    display: block;
  }

  .email-div {
    justify-content: center;
    align-items: center;
  }

  .code-embed-10 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .email-contact {
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    text-align: center;
    font-size: 13px;
  }

  .satis-cont-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
  }

  .image-container-r1 {
    height: 320px;
  }

  .image-container-returns {
    border-radius: 10px;
    height: 360px;
  }

  .image-container-ceo {
    background-position: 80% 100%;
    border-radius: 10px;
    width: 90%;
    max-width: 300px;
    height: 300px;
  }

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

  .subtitle {
    font-size: 16px;
  }

  .ms-input-label-2.is-overlapping {
    font-size: 11px;
  }

  .ms-input-label-3.is-overlapping {
    font-size: 13px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .hidden-on-desktop {
    display: none;
  }

  .text-200.color-accent-1 {
    font-size: 12px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    opacity: 0;
    left: 0%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    opacity: 1;
    right: 0%;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-2.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.content-left.pd-32px---48px---56px {
    padding: 20px;
  }

  .card-2.content-centered {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.content-centered.pd-32px---48px---56px {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 20px;
  }

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

  .slider-mask.width-390px {
    max-width: 300px;
  }

  .mg-bottom-24px {
    margin-bottom: 7px;
  }

  .heading-h4-size.heading-link {
    font-size: 18px;
    line-height: 15px;
  }

  .reviews-section-inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .reviews-section-inner.overflow-hidden {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .slider-wrapper {
    overflow: visible;
  }

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

  .reviews-badges {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .reviews-title {
    margin-bottom: 20px;
  }

  .text-block-36 {
    font-size: 11px;
    line-height: 1.3;
  }

  .text-block-37 {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }

  .text-block-38 {
    font-size: 11px;
    line-height: 1.3;
  }

  .review-source {
    justify-content: center;
    align-items: center;
  }

  .image-container-r2, .image-container-r3, .image-container-r4, .image-container-r5 {
    height: 320px;
  }

  .verified-review {
    margin-top: 10px;
    margin-left: 10px;
  }

  .verified-review-dark {
    margin-top: 0;
    margin-left: 0;
  }

  .reviews-on {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }

  .code-embed-13 {
    width: 17px;
    height: 17px;
  }

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

  .heading-32.tts, .heading-32.amz {
    font-size: 11px;
  }

  .heading-32.main {
    font-size: 13px;
  }

  .image-33 {
    max-width: 130px;
  }

  .image-34 {
    max-width: 45px;
  }

  .image-35 {
    max-width: 40px;
  }

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

  .text-span-51 {
    font-size: 12px;
  }

  .hero-science {
    background-position: 30%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    width: auto;
    max-width: none;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 29px;
  }

  .image-37 {
    max-width: 110px;
  }

  .icons-features-row2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .feature-left {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .feature-right {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .col1-sci-res, .col2-sci-res {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nat-ingre {
    font-size: 12px;
    line-height: 1;
  }

  .main-cont-ar {
    background-position: 31%;
    border-radius: 30px;
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .feature-ar.steps {
    grid-template-columns: 1fr;
  }

  .feature-ar.steps.fourth {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .feature-ar.steps.second {
    grid-template-columns: 100%;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .feature-ar.steps.first {
    grid-template-columns: 100%;
    bottom: 20px;
  }

  .feature-ar.steps.first.w--current {
    grid-template-columns: 100%;
    margin-top: 1vh;
    margin-bottom: 1vh;
    bottom: 20px;
  }

  .feature-ar.steps.third {
    grid-template-columns: 100%;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .circle-number.steps1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    position: absolute;
    bottom: 180px;
    left: 5%;
  }

  .circle-number.steps3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    position: absolute;
    bottom: 180px;
    left: 56%;
  }

  .circle-number.steps2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    position: absolute;
    bottom: 180px;
    left: 28%;
  }

  .circle-number.steps4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    position: absolute;
    bottom: 180px;
    left: 85%;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .sticky-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    padding: 10px 0 0;
  }

  .position-relative {
    justify-content: flex-start;
    height: auto;
    position: static;
  }

  .position-relative.left {
    width: 100%;
    min-width: auto;
    position: relative;
    top: 9%;
  }

  .main-container-ar {
    width: auto;
  }

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

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .sticky-trigger._20 {
    top: 10%;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .h3-3 {
    font-size: 18px;
  }

  .heading-35 {
    font-size: 40px;
  }

  .text-block-40, .text-block-41, .text-block-42, .text-block-43 {
    padding-top: 0;
    padding-left: 0;
    font-style: normal;
  }

  .text-block-44 {
    text-align: center;
    font-size: 14px;
  }

  .headings-hero-science {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
  }

  .subheading-intro {
    text-align: right;
    max-width: 200px;
    padding-right: 0;
    font-size: 14px;
    position: absolute;
  }

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

  .subheading-intro-static {
    text-align: center;
    width: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.7;
    position: static;
  }

  .science {
    height: auto;
    margin-top: 50px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-on-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .science-inner-cont {
    height: auto;
  }

  .flex-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-top: 0;
  }

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

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

  .image-customer-support-main {
    height: 320px;
  }

  .popup1 {
    background-color: #b6b6b673;
  }

  .text-block-49 {
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
  }

  .popup1-text {
    width: 100%;
  }

  .popup1-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }

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

  .popup1-anouncement-text {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 500;
  }

  .close-popup1 {
    z-index: 99999999;
    width: 29px;
    height: 28px;
    top: -10px;
    right: -10px;
  }

  .popup-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
  }

  .code-embed-15 {
    width: 14px;
    height: 14px;
    font-weight: 200;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-header.one, .card-header.two {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .card-header.five {
    background-position: 46% 0;
    background-size: 1200px;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .science-slider.is_contained {
    margin-top: 30px;
  }

  .card-heading {
    margin-bottom: 0;
    font-size: 22px;
  }

  .slide-nav-2 {
    width: 158px;
  }

  .heading-39 {
    font-size: 40px;
    line-height: 1.1;
  }

  .subtitle-science {
    font-size: 16px;
  }

  .nanoparticle-orb {
    margin-top: 5px;
  }

  .code-embed-16 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .code-embed-16.orb {
    width: 220px;
    height: 230px;
  }

  .code-embed-16.mesh {
    transform: scale(.6);
  }

  .learn-more {
    bottom: 3%;
  }

  .learn-more.two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .learn-more-inner {
    z-index: 99999999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 41px;
    padding-left: 20px;
    padding-right: 9px;
    position: static;
  }

  .learn-more-text {
    font-size: 13px;
  }

  .superscript-5 {
    font-size: 25px;
  }

  .popup-announcement {
    z-index: 9999999;
    border-radius: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 10px 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .popup-heading {
    font-size: 25px;
  }

  .download-icon {
    width: 28px;
    height: 28px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .card-two-image {
    margin-top: 5px;
  }

  .donwload-study {
    z-index: 99999999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    padding: 6px 9px 6px 20px;
    position: static;
  }

  .donwload-study-text {
    font-size: 13px;
  }

  .learn-more-icon {
    width: 28px;
    height: 28px;
  }

  .mesh-np {
    height: 200px;
    margin-top: 5px;
  }

  .cardfive-image {
    margin-top: 5px;
  }

  .toggle-switch {
    margin-left: 0;
    margin-right: 0;
  }

  .text-toggle.otp {
    font-size: 14px;
    font-weight: 400;
  }

  .text-toggle.sns {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .buy-nanoretinol {
    margin-top: -44px;
  }

  .opt-title {
    margin-left: -5px;
  }

  .image-container-cta {
    height: 320px;
  }

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

  .cta-button-reviews {
    z-index: 99999999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 41px;
    padding: 15px 20px 15px 25px;
    position: static;
  }

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

  .cta-button-reviews-icon {
    width: 28px;
    height: 28px;
  }

  .cta-button-subtext {
    font-size: 13px;
  }

  .superscript-8 {
    font-size: 14px;
  }

  .card-subtitle-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .headiing-side-effects {
    font-size: 40px;
    line-height: 1.1;
  }

  .main-image-side-eff {
    background-size: 800px;
    height: 500px;
  }

  .features-side-effects {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subheading-features-se {
    font-size: 15px;
  }

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

  .col-left-ar {
    justify-content: flex-start;
    height: auto;
    position: static;
  }

  .col-left-ar.left {
    width: 100%;
    min-width: auto;
    position: relative;
    top: 9%;
  }

  .col-right-ar {
    justify-content: flex-start;
    height: auto;
    margin-right: 0;
    position: static;
  }

  .col-right-ar.left {
    width: 100%;
    min-width: auto;
    position: relative;
    top: 9%;
  }

  .right-arrow {
    top: 440px;
    right: 1px;
  }

  .slider {
    width: 90%;
    margin-top: 315px;
    margin-bottom: 0;
    margin-left: 30%;
  }

  .slide-1 {
    background-image: url('../images/nanoretinol_main_mob.webp');
  }

  .left-arrow {
    top: 440px;
    left: 58%;
  }

  .superscript-9 {
    font-size: 13px;
  }

  .mask-3 {
    height: auto;
  }

  .div-block-47 {
    margin-top: -10px;
    padding: 10px;
  }

  .shop-pay-button {
    padding-left: 27px;
    padding-right: 27px;
    font-size: .9rem;
  }

  .heading-30-faqs {
    font-size: 40px;
  }

  .pay-later-under-cta {
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.3;
  }

  .flex-block-6 {
    margin-top: 4px;
  }

  .best-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    left: 54px;
  }

  .heading-last-card {
    font-size: 23px;
  }

  .cta-button-sci-cards {
    z-index: 99999999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 41px;
    padding: 15px 20px 15px 25px;
    position: static;
  }

  .last-card-outer-cont {
    background-position: 11% 110%;
  }

  .last-card-outer-cont.one, .last-card-outer-cont.two {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .last-card-outer-cont.five {
    background-position: 46% 0;
    background-size: 1200px;
  }

  .our-values {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
  }

  .submit-button-3 {
    width: 100%;
  }

  .heading-43 {
    text-align: center;
    font-size: 13px;
  }

  .satis-cont-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 5px;
  }

  .heading-44 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .heading-45 {
    text-align: center;
    font-size: 22px;
  }

  .code-embed-18 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .code-embed-19 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    display: block;
  }

  .values-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
  }

  .coll2-values {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-values-support-main {
    height: 320px;
  }

  .commitment-cont, .aff-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
  }

  .col2-aff {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subheading {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .row-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .option-name-4 {
    font-size: .8rem;
  }

  .selling-plan-value-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pur-option-selector {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .option-name-5 {
    font-size: 14px;
  }

  .option-name-5.sns-title {
    font-size: 18px;
  }

  .delivery-every-subt {
    margin-top: 10px;
  }

  .sns-content {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .otp-content {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .option-name-6 {
    font-size: 14px;
  }

  .option-name-6.sns-title {
    font-size: 18px;
  }

  .code-embed-21.best-deal-icon, .code-embed-21.best-deal-icon-buy {
    width: 16px;
    height: 16px;
    font-size: 13px;
  }

  .flex-block-8 {
    margin-top: 15px;
  }

  .option-name-7 {
    font-size: 14px;
  }

  .save-otp {
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .tiktokfeed-slider {
    overflow: visible;
  }

  .videocard.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .videocard.content-left.pd-32px---48px---56px {
    padding: 20px;
  }

  .videocard.content-centered {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .videocard.content-centered.pd-32px---48px---56px {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding: 20px;
  }

  .video-slider-mask.width-390px {
    max-width: 300px;
  }

  .tiktok-feed {
    height: auto;
    margin-top: 50px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .tiktok-inner-cont {
    height: auto;
  }

  .subtitle-tiktok {
    font-size: 16px;
  }

  .tiktok-slider.is_contained {
    margin-top: 30px;
  }

  .video-slider {
    padding-left: 5px;
    padding-right: 5px;
  }

  .video-slider._3, .video-slider._8, .video-slider._4, .video-slider._2, .video-slider._7, .video-slider._5, .video-slider._6 {
    right: 0%;
  }

  .carousel-mask-tiktok {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-section {
    font-size: 16px;
  }

  .slide-nav-2-copy {
    width: 210px;
  }

  .slide-nav-tiktok {
    width: 210px;
    display: none;
  }

  .star-main {
    width: 17px;
    height: 17px;
  }

  .verified-loox.tts, .verified-loox.amz, .verified-loox.main {
    font-size: 11px;
  }

  .tick-verified {
    width: 11px;
  }

  .verified {
    margin-left: 14px;
  }

  .verified-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .coll2-refunds, .coll2-aff, .coll2-se {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .frequency-button {
    min-width: 110px;
    height: 40px;
  }

  .frequency-button.sf-active._1-unit {
    flex: none;
    min-width: 110px;
  }

  .frequency-button.sf-active._3weeks {
    flex: none;
  }

  .frequency-button._2-units, .frequency-button._3-units {
    flex: none;
    min-width: 110px;
  }

  .frequency-button._4weeks, .frequency-button._5weeks, .frequency-button._6weeks, .frequency-button._3weeks {
    min-width: auto;
  }

  .bundle-button-copy {
    min-width: 110px;
    height: 40px;
  }

  .bundle-button-copy.sf-active._1-unit, .bundle-button-copy._2-units, .bundle-button-copy._3-units, .bundle-button-copy._4weeks {
    flex: none;
    min-width: 110px;
  }

  .product-image-1-copy {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .set-height {
    min-height: 90vw;
  }

  .product-image-3 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .verified-3 {
    margin-left: 14px;
  }

  .code-embed-27 {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .bundle-selector-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .option-name-8 {
    font-size: 14px;
  }

  .purchase-option-selectors-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .purchase-option-selectors-3.toggle {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .option-name-9 {
    font-size: 14px;
  }

  .option-name-9.sns-title {
    font-size: 18px;
  }

  .heading-46 {
    margin-right: 25px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }

  .selling-plan-selectors-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .add-to-cart {
    padding-left: 27px;
    padding-right: 27px;
    font-size: .9rem;
  }

  .add-to-cart.sf-out-of-stock {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-47, .heading-47.main {
    font-size: 13px;
  }

  .popup-cta-button {
    text-align: center;
    width: 100%;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3 {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #fd6351;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
  }

  .button-3:active, .button-3:visited {
    color: #fff;
  }

  .button-3.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-96, .bold-text-28 {
    font-size: 11px;
  }

  .amazons-choice-text {
    font-size: 11px;
    line-height: 1.4;
  }

  .amazons-choice-text.tts, .amazons-choice-text.amz {
    font-size: 11px;
  }

  .amazons-choice-text.main {
    font-size: 13px;
  }

  .bundle-selector-otp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
  }

  .compare-n-save {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row-reverse;
  }

  .black-friday-div {
    width: auto;
    margin-left: -1px;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .black-friday-div.metallic-heading {
    padding: 6px 10px 6px 8px;
  }

  .black-friday-div2 {
    padding-left: 0;
  }

  .bf-offer-sns {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .bf-deals-main {
    margin-left: -5px;
    margin-right: -5px;
  }

  .bf-main-text-top, .bf-detail1-text-top {
    font-size: 11px;
  }

  .text-span-100 {
    display: none;
  }

  .best-deal-text-buy {
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.3;
  }

  .best-deal-buy-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 4px;
  }

  .best-deal-savings-buy {
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.3;
  }

  .purchase-option-selectors-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .purchase-option-selectors-4.toggle {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .flex-block-13 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% -9px;
  }

  .freq-selector-sns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: scroll;
  }

  .flex-block-14 {
    width: 100%;
  }

  .flex-block-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 8px;
  }
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd4e-4a22fd39 {
  place-self: center;
}

#w-node-_14169007-73a8-0d94-7836-062d628e3915-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd51-4a22fd39 {
  place-self: center;
}

#w-node-_5d22212a-a4e0-e44c-25ac-86fc6cae71d8-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd54-4a22fd39 {
  place-self: center;
}

#w-node-_6e21a88d-c313-f08a-98c3-a87e45026c4e-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd57-4a22fd39 {
  place-self: center;
}

#w-node-d572bc22-15fc-8940-4f6b-2a3af35edd7d-4a22fd39 {
  place-self: start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd5b-4a22fd39, #w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd61-4a22fd39 {
  place-self: center;
}

#w-node-_68ecb990-e9d0-7449-48b7-24767729046b-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd64-4a22fd39 {
  place-self: center;
}

#w-node-_59bcdd7d-17f1-5878-d9e9-cab1f00f1c91-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd67-4a22fd39 {
  place-self: center;
}

#w-node-_6a5b84b9-a33e-6730-17fb-e08fbc5d172a-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd70-4a22fd39 {
  place-self: center;
}

#w-node-_04d23438-e8e9-7e39-223c-b17b451fb354-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd73-4a22fd39 {
  place-self: center;
}

#w-node-_4a0b2af5-48db-679e-086b-d4c0b44aab84-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd76-4a22fd39 {
  place-self: center;
}

#w-node-_054fe4ca-68d5-684c-65c2-293e14a58686-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd79-4a22fd39 {
  place-self: center;
}

#w-node-bcacbba5-209d-410a-d3dd-7f51abeec314-4a22fd39 {
  place-self: center start;
}

#w-node-_0b8c8844-9d92-96e8-c53a-088b4a22fd7c-4a22fd39 {
  place-self: center;
}

#w-node-bcd6c13a-6a1f-1c0d-b348-de5ea5578f07-4a22fd39 {
  place-self: center start;
}

#w-node-b58e37b6-8ab1-c87e-47ed-95a7c4263268-d807e76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-f701554d-901c-a185-1ec8-f80316e15d93-d807e76a, #w-node-b988bdd2-af33-3a54-4642-b2d784a2eef6-d807e76a {
  place-self: center;
}

#w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-d807e76a, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-d807e76a, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-d807e76a, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-d807e76a {
  place-self: start center;
}

#w-node-_2fbd6496-f97d-7d47-d2e5-5fa95c41606c-d807e76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58e37b6-8ab1-c87e-47ed-95a7c4263268-d807e78e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-f701554d-901c-a185-1ec8-f80316e15d93-d807e78e, #w-node-b988bdd2-af33-3a54-4642-b2d784a2eef6-d807e78e {
  place-self: center;
}

#w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-d807e78e, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-d807e78e, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-d807e78e, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-d807e78e {
  place-self: start center;
}

#w-node-_2fbd6496-f97d-7d47-d2e5-5fa95c41606c-d807e78e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32979957-97dc-77bd-5548-32dd8d619c4e-6a60e28e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_32979957-97dc-77bd-5548-32dd8d619c6d-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619c70-6a60e28e {
  place-self: center;
}

#w-node-_32979957-97dc-77bd-5548-32dd8d619c97-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619c9a-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619cbe-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619cc1-6a60e28e {
  place-self: start center;
}

#w-node-_2fbd6496-f97d-7d47-d2e5-5fa95c41606c-6a60e28e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f701554d-901c-a185-1ec8-f80316e15d93-0df862b5, #w-node-b988bdd2-af33-3a54-4642-b2d784a2eef6-0df862b5 {
  place-self: center;
}

#w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-0df862b5, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-0df862b5, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-0df862b5, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-0df862b5 {
  place-self: start center;
}

#w-node-_2fbd6496-f97d-7d47-d2e5-5fa95c41606c-0df862b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f701554d-901c-a185-1ec8-f80316e15d93-15665eac, #w-node-b988bdd2-af33-3a54-4642-b2d784a2eef6-15665eac {
  place-self: center;
}

#w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-15665eac, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-15665eac, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-15665eac, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-15665eac {
  place-self: start center;
}

#w-node-_2fbd6496-f97d-7d47-d2e5-5fa95c41606c-15665eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-d807e76a, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-d807e76a, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-d807e76a, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-d807e76a, #w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-d807e78e, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-d807e78e, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-d807e78e, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-d807e78e, #w-node-_32979957-97dc-77bd-5548-32dd8d619c97-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619c9a-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619cbe-6a60e28e, #w-node-_32979957-97dc-77bd-5548-32dd8d619cc1-6a60e28e, #w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-0df862b5, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-0df862b5, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-0df862b5, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-0df862b5, #w-node-_6aa72028-cdce-e47a-e5c6-50068471317f-15665eac, #w-node-_6aa72028-cdce-e47a-e5c6-500684713182-15665eac, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9f7-15665eac, #w-node-_68990f9a-735d-390f-0829-e6d39a77b9fa-15665eac {
    align-self: start;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acherusgrotesque';
  src: url('../fonts/horizon-type-acherusgrotesque-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acherusgrotesque Italic';
  src: url('../fonts/horizon-type-acherusgrotesque-regularitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}