@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.eot') format("embedded-opentype"), url('../fonts/Satoshi-Medium.woff') format("woff"), url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2"), url('../fonts/Satoshi-Regular.eot') format("embedded-opentype"), url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2"), url('../fonts/Satoshi-Light.eot') format("embedded-opentype"), url('../fonts/Satoshi-Light.woff') format("woff"), url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2"), url('../fonts/Satoshi-Bold.eot') format("embedded-opentype"), url('../fonts/Satoshi-Bold.woff') format("woff"), url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2"), url('../fonts/Satoshi-Black.eot') format("embedded-opentype"), url('../fonts/Satoshi-Black.woff') format("woff"), url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --base-color-brand--blue-dark: #001c31;
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light: #f0f1fc;
  --base-color-brand--blue: #6c72b0;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

body {
  color: #000;
  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 {
  color: #231e1e;
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.with-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--base-color-brand--blue-dark);
  text-align: center;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
}

.heading-style-h2.text-weight-bold {
  text-transform: capitalize;
  font-weight: 700;
}

.heading-style-h2.text-align-left {
  text-align: left;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.17;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

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

.text-size-medium {
  font-size: 1.25rem;
}

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-color: var(--base-color-brand--blue-light);
  color: #231e1e;
  background-image: url('../images/Rectangle-138.svg'), url('../images/Rectangle-137.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: block;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: static;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.headers-w {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.countdown-timer {
  color: #2a2552;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timer-banner-p {
  color: #f0f1fc;
  text-align: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.timerlabel {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: .4388rem;
  line-height: 1;
}

.timerlabel.offer {
  letter-spacing: -.3px;
  text-transform: capitalize;
  font-size: .875rem;
}

.timerbox {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.timerbox.new {
  border-radius: 5.5px;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.3rem;
  min-height: 2.3rem;
}

.timerbox.new.offer {
  background-color: #eeefff;
  border-radius: 10px;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.sticky-headers {
  z-index: 999;
  position: sticky;
  top: 0;
}

.timernumber {
  font-size: 1.188rem;
  font-weight: 800;
  line-height: 1;
}

.timernumber.offer {
  letter-spacing: -.3px;
  font-size: 2rem;
  font-weight: 700;
}

.offer-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #cc0e0e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
  overflow: visible;
}

.span-timerbanner-small {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.timerdots {
  color: #fff;
  padding-left: .15rem;
  padding-right: .15rem;
  font-weight: 800;
}

.timerdots.new.offer {
  color: #001c31;
  font-size: 2rem;
  font-weight: 700;
}

.offer-secondary {
  color: #000;
  background-color: #97a2e0;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-weight: 800;
  display: flex;
  overflow: hidden;
}

.heading {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 900;
}

.paragraph {
  letter-spacing: -1px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.hero_image-top-box {
  width: 43%;
}

.hero_text-top-box {
  width: 57%;
}

.hero_wrapper-top {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.hero_heading-box {
  max-width: 62.7rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_heading-box.is-narrow {
  max-width: 52rem;
}

.text-span {
  color: #6c72b0;
  font-size: 2rem;
  font-weight: 700;
}

.hero_review-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_review-star-img {
  height: 16px;
}

.hero_review-circle-img {
  height: 28px;
}

.hero_review-text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.body {
  color: #001c31;
  font-family: Satoshi, Arial, sans-serif;
}

.hero_review-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 6px 13px;
  display: flex;
}

.paragraph_hero {
  text-align: left;
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph_hero.for-desk {
  letter-spacing: -.6px;
}

.paragraph_hero.for-mobile {
  display: none;
}

.hero_bullet-features-box {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.hero_bullet-features-box-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_bullet-features-box-inner.with-border {
  border-bottom: 1px solid #e4e6ea;
  padding-bottom: 15px;
}

.text_18 {
  letter-spacing: -.6px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text_18.text-align-center.text-weight-normal {
  font-weight: 400;
}

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

.text_18.text-weight-normal {
  font-weight: 400;
}

.text_18.small-line-height {
  line-height: 1.3;
}

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

.bullet_inner-one, .bullet_inner-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.hero_quote-wrapper.for-mobile {
  display: none;
}

.hero_quote-inner {
  background-color: #f7f9ff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_quote-inner-one {
  width: 20%;
}

.hero_quote-inner-two {
  width: 80%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph_18 {
  text-align: left;
  letter-spacing: -.4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph_18.for-mobile {
  display: none;
}

.dr_signature-img {
  text-align: center;
  position: absolute;
  inset: auto 2% 5% auto;
}

.offer-secondary-text {
  color: #fff;
  letter-spacing: .5px;
  font-weight: 700;
}

.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 {
  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 {
  color: #1a1b1f;
  letter-spacing: -.6px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.2;
  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-divider {
  background-color: #000;
  width: 1px;
  height: 22px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.header_brand-logo-img {
  width: 165px;
}

.header_btn {
  letter-spacing: -.6px;
  text-shadow: 0 1px 4px #0003;
  background-color: #16bb28;
  border-radius: 12px;
  padding: 20px 26px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 4px #0003;
}

.hero_cta-btn-box {
  margin-top: 30px;
}

.cred-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cred-icon-box {
  position: relative;
  top: -1px;
}

.cred-text {
  color: #231e1e;
  text-align: center;
  letter-spacing: -.6px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.hero_cta-box {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.hero_cta-btn {
  letter-spacing: -.3px;
  text-shadow: 0 1px 4px #0003;
  background-color: #16bb28;
  border-radius: 12px;
  width: 100%;
  padding: 15px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 4px #0003;
}

.text-span-2 {
  display: block;
}

.hero_cta-span-txt {
  padding-top: 2px;
  font-size: 1rem;
  display: block;
}

.container-small-x {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.secure-text {
  letter-spacing: -.6px;
  font-weight: 500;
  line-height: 1;
}

.secure-icon {
  position: relative;
  top: -2px;
}

.cred-badges-img {
  margin-left: auto;
  margin-right: auto;
}

.cred-badges-div {
  text-align: center;
  margin-top: 12px;
}

.section_problem {
  background-color: #fbfbfe;
}

.text-span-3 {
  color: var(--base-color-brand--blue);
}

.split-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-block.is-balanced {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.split-block._15-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/Line-365.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  position: relative;
}

.split-block.with-bg {
  background-image: url('../images/diff-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.split-box-a {
  width: 48%;
}

.split-box-a.is-balanced {
  width: 50%;
  position: static;
}

.split-box-a._35 {
  width: 35%;
}

.split-box-a._25 {
  width: 30%;
}

.split-box-a._33-33 {
  width: 33.33%;
}

.split-box-a._40 {
  justify-content: center;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.split-block-b {
  width: 52%;
}

.split-block-b.is-balanced {
  width: 50%;
}

.split-block-b._65 {
  width: 65%;
}

.split-block-b._75 {
  width: 70%;
}

.split-block-b._33-33 {
  width: 33.33%;
}

.split-block-b._40 {
  justify-content: center;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.split-block-b._40.is-reversed {
  display: flex;
}

.text-block {
  letter-spacing: -1.2px;
  font-size: 32px;
  font-weight: 700;
}

.split_icon-box {
  margin-top: 60px;
}

.split_icon-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.split_icon-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_confidence {
  background-color: var(--base-color-brand--blue-light);
  background-image: url('../images/Rectangle-138.svg'), url('../images/Rectangle-137.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.dark_span {
  color: var(--base-color-brand--blue);
}

.section_comparison {
  background-color: #fbfbfe;
}

.bold-text {
  color: #b21600;
}

.side_bottle-img {
  width: 180px;
  position: absolute;
  inset: auto 2% -7% auto;
}

.split_image-div {
  position: relative;
}

.section_benefits {
  background-color: var(--base-color-brand--blue-light);
  background-image: url('../images/blob3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text_20 {
  color: #231e1e;
  text-align: center;
  letter-spacing: -.6px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.text_20.text-align-left {
  text-align: left;
}

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

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  place-items: center;
}

.text_24 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.benefits_text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section_ingredients {
  background-color: #f7f9ff;
}

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

.ingredient_block {
  flex-flow: column;
  display: block;
}

.text_16 {
  letter-spacing: -.6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_16.text-align-center.text-weight-normal {
  font-weight: 400;
}

.text_16.text-align-center.with-gap {
  letter-spacing: .5px;
  font-family: Manrope, sans-serif;
  font-size: .8rem;
  line-height: 22px;
}

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

.text_16.no-spacing {
  letter-spacing: -.2px;
}

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

.ingredients_cta-btn-box {
  margin-top: 30px;
}

.ingredients_cta-box {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.ingredients_cta-btn {
  letter-spacing: -.3px;
  text-shadow: 0 1px 4px #0003;
  background-color: #6c72b0;
  border-radius: 12px;
  width: 365px;
  padding: 20px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 4px #0003;
}

.section_proud {
  z-index: 200;
  background-color: #fcfcff;
  background-image: url('../images/pill-back.webp'), url('../images/Mask-group-2.png');
  background-position: 0%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  position: relative;
  overflow: visible;
}

.proud_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.proud_black-one {
  width: 45%;
  position: absolute;
}

.proud_block-two {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 15%;
}

.proud_img {
  width: 300px;
  overflow: clip;
}

.proud_img.for-mobile {
  display: none;
}

.section_icons {
  z-index: 300;
  background-color: var(--base-color-brand--blue-light);
  position: relative;
  top: -2px;
}

.center_icons_grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.section_debunked {
  background-color: #fbfbfe;
}

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

.debunk_block-a {
  border: 2px solid #d7dbf2;
  border-radius: 7.71px 44.4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.debunk_block-a.diff-radius {
  border-radius: 44.4px 7.71px;
}

.debunk_block-a.diff-radius.is-reversed, .debunk_block-a.is-reversed {
  flex-flow: row-reverse;
}

.debunk_img.for-mobile {
  display: none;
}

.debunk_img-block {
  width: 45%;
}

.debunk_text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding: 0 10px;
  display: flex;
}

.bold-text-2 {
  color: #c80000;
}

.section_difference {
  background-color: var(--base-color-brand--blue-light);
}

.split-block-c {
  position: relative;
}

.split-block-c.is-equal {
  width: 33.33%;
}

.split-block-c.is-equal.for-mobile {
  display: none;
}

.split-block-c.is-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.split-block-c.is-flex._20 {
  width: 20%;
}

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

.split-center-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
}

.product-center-img {
  width: 213px;
}

.padding-section-xsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pill-img {
  width: 148px;
  position: absolute;
  inset: -4% auto auto -16%;
}

.section_timeline {
  background-color: #fcfcff;
}

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

.timeline_block {
  border: 2px solid #d7dbf2;
  border-radius: 100px 16px;
  flex-flow: column;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.container-xlarge {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.section_pill {
  background-color: #d8dcf2;
  background-image: url('../images/patt-light_v02.svg'), url('../images/patt-light.svg');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.circle_dark-block {
  background-color: #9197db;
  border-radius: 50%;
  width: 131px;
  height: 131px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 1px auto;
}

.circle_light-block {
  background-color: #9096db1a;
  border-radius: 50%;
  width: 178px;
  height: 178px;
}

.single_pill-img {
  z-index: 10;
  position: absolute;
}

.step-block {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.step-block.is-reversed {
  flex-flow: row-reverse;
}

.step_inner-text-block {
  background-color: #eff0fc;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 52%;
  padding: 15px;
}

.step_inner-text-block.diff-radius {
  border-radius: 0 16px 16px 0;
}

.step_inner-img-block {
  background-image: url('../images/glass-pill.webp');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.step_inner-img-block.diff-image {
  background-image: url('../images/lady-fit.webp');
}

.step_inner-img {
  object-fit: cover;
}

.separator_img-block {
  text-align: center;
  margin-top: -20px;
  position: relative;
  inset: auto auto -70px;
}

.separator_img {
  border: 7px solid #fbfbfe;
  border-radius: 50%;
  width: 78px;
}

.section_doctor {
  background-color: #d9ddf3;
  background-image: url('../images/bg-patt.png'), url('../images/bcpatt.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

.dr-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dr-block-a {
  width: 60%;
}

.dr-block-b {
  width: 40%;
  position: absolute;
  inset: -45% 0% auto auto;
}

.dr-text {
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.lady_dr-img {
  width: 400px;
}

.dr-sig-img {
  width: 500px;
  margin-top: 24px;
}

.dr-sig-img.for-mobile {
  display: none;
}

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

.glow-block {
  filter: blur(80px);
  background-color: #343ea9;
  border-radius: 50%;
  width: 300px;
  height: 100px;
  position: absolute;
  inset: 39% 2% auto auto;
}

.center_bottle-img {
  padding-bottom: 50px;
}

.section_faq {
  background-color: #fbfbfe;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: flex;
}

.p-m-wrap {
  background-color: #9197db;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #001c3133;
  border-radius: 16px;
}

.section_demand {
  background-color: #eff0fc;
}

.old-lady-img {
  object-fit: fill;
}

.old-text {
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.oldie-block-a {
  width: 55%;
}

.oldie-block-b {
  width: 45%;
  position: static;
  inset: -45% 0% auto auto;
}

.bot-col {
  background-color: #9197db;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.t-table-container {
  max-width: 1140px;
  margin-top: 0;
}

.check-icon-wrong {
  background-color: #0000;
  width: 20px;
}

.table-logo-2 {
  height: 11px;
  margin-bottom: 4px;
}

.table_main-product-block {
  justify-content: center;
  align-items: center;
  display: block;
}

.table-head-img-2 {
  position: static;
  inset: -60px 0% auto 50%;
}

.table-head-img-2.is-diff {
  height: 97px;
}

.table-text {
  color: #001c31;
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.table_main-product-title-block {
  text-align: center;
  width: 60%;
}

.table_cell-item {
  background-color: #f0f1fc;
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.table_cell-item.with-logo {
  background-color: #0000;
}

.table_cell-item.first-one {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.table_cell-item.last-one {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.table-head-img-hero {
  position: static;
  inset: -60px 0% auto 50%;
}

.top-col {
  background-color: #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.tb-1-div-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px #dcdada;
  justify-content: space-between;
  max-width: 1140px;
  display: flex;
}

.tab-1-div-top {
  justify-content: space-between;
  max-width: 1140px;
  display: flex;
}

.check-icon-correct {
  background-color: #0000;
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.table_cell-primary-item {
  background-color: #9197db;
  justify-content: center;
  align-items: center;
  width: 18%;
  display: flex;
}

.table_cell-primary-item.with-logo {
  background-color: #0000;
}

.table_cell-primary-item.first-one {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 18%;
}

.table_cell-primary-item.last-one {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.table_component-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px #dcdada;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.table_component-row.is-dark {
  background-color: #0000;
}

.top-col-oppo {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-370 {
  color: #f6f6f6;
  text-align: center;
  font-size: 1.1rem;
  line-height: 18px;
}

.row-el-wrapper {
  text-align: left;
  width: 100%;
  padding-left: 35px;
  padding-right: 10px;
}

.row-el-wrapper.ff1 {
  padding-left: 0;
  padding-right: 0;
}

.table_cell-name {
  width: 28%;
  padding: 18px 16px;
  display: flex;
}

.table_cell-name.with-color {
  background-color: #d8dcf2;
}

.table_cell-name.with-color.with-radius {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.comp-text {
  color: #333;
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
}

.mid-col {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-icon-right {
  background-color: #0000;
  width: 27px;
  min-width: 25px;
  height: 27px;
  min-height: 25px;
  margin-right: 0;
}

.feature-table-text-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrong-col {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section_offer {
  background-color: #d8dcf2;
}

.offer_wrapper {
  background-color: #fff;
  border: 2px solid #363636;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 2.875rem 5.625rem;
  display: flex;
}

.offer_img-block {
  width: 45%;
}

.offer_content-block {
  flex-flow: column;
  width: 55%;
  display: flex;
}

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

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

.section_reviews {
  background-color: #fcfcff;
}

.review_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.reveiw_inner-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #9096db;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.875rem 2.375rem;
  display: flex;
}

.paragraph_16 {
  color: #001c31;
  letter-spacing: -.3px;
  line-height: 1.3;
}

.star_icon-img {
  height: 16px;
}

.star_icon-img.big {
  height: 20px;
}

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

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

.review_author-pic-block {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.review_author-name-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.green_check-img {
  margin-left: 8px;
  margin-right: 2px;
}

.section_comparison-table {
  background-color: #f7f9ff;
}

.section_mbg {
  background-color: #f6f9ff;
}

.mbg_wrapper {
  background-color: #eff0fc;
  background-image: radial-gradient(circle at 87% 100%, #343ea97d, #fff0 29%), url('../images/Rectangle-137-1.svg'), url('../images/Rectangle-138-2.svg');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  border: 2px solid #9096db;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: .575rem 2.025rem;
  display: flex;
}

.mbg_img-block {
  text-align: center;
  width: 25%;
}

.mbg_content-block {
  flex-flow: column;
  width: 75%;
  display: flex;
}

.mbg_img {
  width: 250px;
}

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

.review_summary {
  justify-content: space-around;
  align-items: stretch;
  max-width: 38rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review_summary-block-a {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review_summary-block-b {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.review_big-num {
  color: #9096db;
  letter-spacing: -3px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.review_item-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review_item-block-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: #9096db;
}

.dot-block {
  background-color: #9096db;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.review_separator-block {
  background-color: #001c3133;
  justify-content: center;
  align-items: stretch;
  width: 2px;
  height: 200px;
  padding-bottom: 0;
  display: flex;
}

.section_footer {
  background-color: #d7dbf2;
}

.footer_wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .575rem 2.025rem;
  display: block;
}

.footer_separator-block {
  background-color: #9a9a9a;
  height: 2px;
  margin-top: 8px;
}

.footer_logo-img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer_link-block {
  color: #001c31;
  text-decoration: none;
}

.footer_link-text {
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  line-height: 24px;
}

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

.sp_lo {
  margin-left: 10px;
  margin-right: 10px;
}

.four_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.four_block.is-balanced {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.four_block._15-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  position: relative;
}

.four_block.with-bg {
  background-image: url('../images/diff-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.proud_mobile-block {
  display: none;
}

.testmonial-videos {
  width: auto;
  display: block;
}

.slick-slide {
  text-align: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.slider-testimonials {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.slider-author {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.slick-image-wrapper {
  position: relative;
}

.slick-below-wrapper {
  background-color: #fff;
  padding: 10px 6px;
  display: none;
}

.svg-embed {
  line-height: 1;
}

.svg-embed.icon--play-video-testimonials {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-icon-right {
  font-size: 1.2rem;
  text-decoration: none;
}

.slick-inside-img {
  width: 100%;
  display: inline-block;
}

.video-cc-wrapper {
  width: 200px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.slick_wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slick-prev-box {
  text-decoration: none;
  display: none;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: -3%;
}

.video-testimonial-light {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  text-decoration: none;
  display: block;
}

.slick-next-box {
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 40% -3% auto auto;
}

.slick_wrapper-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.slider-stars {
  color: #f2db0f;
  font-size: .6rem;
}

.slider-testimonial-head {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.arrow-icon-left {
  font-size: 1.2rem;
  text-decoration: none;
}

.ing_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: none;
}

.ing-inner-block {
  flex-flow: column;
  display: block;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  inset: auto 0% 0%;
}

.swiper-pagination.sw06 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.slider_component {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-button-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  transition: box-shadow .2s, color .2s, border-color .2s, transform .2s;
}

.swiper-button-2:active {
  transform: scale(.92);
}

.swiper-button-2.is-v2 {
  z-index: 1;
  transform-origin: 50%;
  border: 2px solid #1d4ed800;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  box-shadow: 0 0 1rem #1d4ed800;
}

.swiper-button-2.is-v2:hover {
  border-color: #000;
}

.swiper-button-2.is-v2:active {
  box-shadow: 0 0 1rem #1d4ed833;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
}

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

.component-wrapper {
  z-index: 1;
  background-color: #fff;
  border: .5px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  overflow: clip;
}

.swiper-button-wrap {
  grid-column-gap: 1.2rem;
  align-items: center;
  display: flex;
}

.swiper-button-wrap.sw06 {
  display: none;
}

.custom-css {
  display: none;
  transform: rotate(-90deg);
}

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

.bz-component {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-slide {
  border-radius: 50%;
}

.swiper-slide.is-gray {
  background-color: #e9e9e9;
  border-radius: .5rem;
  overflow: hidden;
}

.cs-components {
  flex-flow: column;
  width: 100%;
  min-width: 420px;
  max-width: 420px;
  display: flex;
}

.cs-components.cc-col {
  min-width: 0;
  max-width: 1080px;
}

.custom-code {
  display: none;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper.is-ugc {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-wrapper {
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.cc-2x3 {
  aspect-ratio: 2 / 3;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.swiper-slide_inner {
  position: relative;
}

.swiper-button_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.component-holders {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  min-width: 60px;
  min-height: 20px;
  padding: 4px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .section_hero {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 0;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero_bullet-features-box-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    clear: none;
    inset: auto auto auto -14%;
  }

  .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 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .split-block.with-bg {
    flex-flow: column;
  }

  .split-box-a.is-balanced, .split-box-a._33-33, .split-block-b.is-balanced, .split-block-b._33-33 {
    width: 100%;
  }

  .split_icon-grid {
    align-items: start;
  }

  .split_icon-img {
    width: 90px;
  }

  .grid {
    place-items: start center;
  }

  .debunk_block-a.diff-radius.is-reversed, .debunk_block-a.is-reversed {
    flex-flow: wrap;
  }

  .debunk_img.for-mobile {
    display: block;
  }

  .debunk_img.for-desk {
    display: none;
  }

  .split-block-c.is-equal.for-desk {
    width: 30%;
    display: none;
  }

  .split-block-c.is-equal.for-mobile {
    display: block;
  }

  .grid_difference {
    grid-column-gap: 12px;
    grid-row-gap: 28px;
  }

  .split-center-block.no-mobile {
    display: none;
  }

  ._5-block-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .circle_dark-block {
    width: 100px;
    height: 100px;
  }

  .circle_light-block {
    width: 140px;
    height: 140px;
  }

  .step-block, .step-block.is-reversed {
    flex-flow: column;
  }

  .step_inner-text-block {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .step_inner-text-block.diff-radius {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0;
  }

  .step_inner-img-block {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 100%;
    height: 200px;
  }

  .dr-block-b {
    width: 46%;
    top: auto;
    bottom: -13%;
  }

  .lady_dr-img {
    width: 400px;
  }

  .center_bottle-img {
    padding-bottom: 0;
  }

  .old-text {
    font-size: 1.4rem;
  }

  .t-table-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .check-icon-wrong {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .table-head-img-2, .table-head-img-2.is-diff {
    height: 80px;
  }

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

  .table-head-img-hero {
    height: 80px;
  }

  .check-icon-correct {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .check-icon-right {
    width: 25px;
    min-width: 23px;
    height: 25px;
    min-height: 23px;
  }

  .offer_wrapper {
    padding: 2rem;
  }

  .four_block {
    flex-flow: column;
  }

  .icon {
    display: none;
  }

  .swiper-button-2.is-v2 {
    background-color: #f8ffe5;
  }

  .component.negative-swiper {
    margin-left: calc(-1 * var(--container-padding--desktop));
    margin-right: calc(-1 * var(--container-padding--desktop));
  }

  .custom-code {
    display: none;
  }

  .swiper.is-ugc {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    overflow: visible;
  }
}

@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-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .timerbox.new {
    width: 1.65rem;
    min-width: 1.65rem;
    height: 1.65rem;
    min-height: 1.65rem;
  }

  .offer-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 62px;
  }

  .timerdots.new {
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .padding-section-xsmall {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table-logo-2 {
    width: auto;
    height: 15px;
  }

  .table-head-img-2 {
    height: 77px;
    top: -25px;
  }

  .table-text {
    font-size: 18px;
    line-height: 20px;
  }

  .table-head-img-hero {
    height: 77px;
    top: -25px;
  }

  .row-el-wrapper {
    padding-left: 10px;
  }

  .spacer-s {
    padding-top: 1.25rem;
  }

  .component.negative-swiper {
    margin-left: calc(-1 * var(--container-padding--mobile));
    margin-right: calc(-1 * var(--container-padding--mobile));
  }

  .cs-components {
    min-width: 0;
  }

  .swiper.is-ugc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .swiper-button_icon {
    width: .8rem;
    height: .8rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.padding-section-small {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .padding-global.no-pad {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4.is-big {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.625rem;
  }

  .heading-style-h2.text-align-left.for-mobile-center {
    text-align: center;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .spacer-medium.no-mobile {
    display: none;
  }

  .spacer-small {
    padding-top: 1rem;
  }

  .hero_image {
    width: 300px;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_hero {
    background-position: 122% 67%, 0 -31px;
    padding-top: 0;
  }

  .timerbanner-secondary-p {
    font-size: 15px;
  }

  .countdown-timer {
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
  }

  .countdown-timer.new {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
  }

  .timer-banner-p {
    font-size: 14px;
    line-height: 1.1;
  }

  .timerlabel {
    font-size: .3rem;
  }

  .timerlabel.offer {
    font-size: .559rem;
  }

  .timerbox {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
  }

  .timerbox.new {
    border-radius: 3.6px;
    width: 1.5rem;
    min-width: 1.6rem;
    height: 1.7rem;
    min-height: 1.7rem;
    margin-left: 1px;
    margin-right: 1px;
  }

  .timerbox.new.offer {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .timernumber {
    font-size: .8rem;
  }

  .timernumber.offer {
    font-size: 1.25rem;
  }

  .offer-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
  }

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

  .offer-secondary {
    height: 34px;
    font-size: 13px;
  }

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

  .hero_text-top-box {
    width: 100%;
  }

  .hero_wrapper-top {
    flex-flow: column;
  }

  .text-span {
    font-size: 1.5rem;
  }

  .hero_review-star-img {
    height: 11px;
  }

  .hero_review-circle-img {
    height: 19px;
  }

  .hero_review-text {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .hero_review-inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 4px 20px;
  }

  .paragraph_hero {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .paragraph_hero.for-desk {
    display: none;
  }

  .paragraph_hero.for-mobile {
    margin-top: 0;
    display: block;
  }

  .hero_bullet-features-box {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    flex-flow: column;
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_bullet-features-box.is-full {
    width: auto;
  }

  .hero_bullet-features-box-inner {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .hero_bullet-features-box-inner.with-border {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 8px;
  }

  .bullet-features-icon-box {
    width: 8%;
  }

  .bullet-features-text-box {
    width: 92%;
  }

  .text_18 {
    font-size: .875rem;
    line-height: 1.5;
  }

  .text_18.text-weight-medium.for-mobile-center {
    text-align: center;
  }

  .text_18.text-weight-medium.for-mobile, .text_18.text-weight-bold.for-mobile {
    font-size: .75rem;
  }

  .bullet_inner-one, .bullet_inner-two {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .hero_quote-wrapper.for-desk {
    display: none;
  }

  .hero_quote-wrapper.for-mobile {
    margin-top: 50px;
    display: block;
  }

  .hero_quote-inner {
    padding: 8px;
  }

  .hero_quote-inner-one {
    width: 35%;
  }

  .hero_quote-inner-two {
    width: 65%;
    padding-bottom: 22px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph_18 {
    text-align: left;
    font-size: .875rem;
    line-height: 1.5;
  }

  .paragraph_18.for-desk {
    display: none;
  }

  .paragraph_18.for-mobile {
    margin-top: 1rem;
    display: block;
  }

  .paragraph_18.with-space {
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dr_signature-img {
    right: 4%;
  }

  .offer-secondary-text {
    font-size: 12px;
  }

  .header-block {
    background-color: #f0f1fc;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 5px;
    padding-right: 12px;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    margin-left: -49px;
    left: 1%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    padding: 0 9px;
  }

  .menu-button.w--open {
    background-color: #f0f1fc;
    padding: 0 9px;
  }

  .header_brand-logo-img {
    width: 126px;
  }

  .header_btn {
    text-align: center;
    border-radius: 7px;
    padding: 11px 18px;
    font-size: .729rem;
  }

  .hero_cta-btn-box {
    margin-top: 20px;
  }

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

  .cred-icon {
    height: 14px;
  }

  .hero_cta-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero_cta-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.25rem;
  }

  .hero_cta-span-txt {
    font-size: .75rem;
  }

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

  .secure-icon {
    height: 13px;
  }

  .cred-badges-img {
    height: 29px;
  }

  .cred-badges-div {
    margin-top: 8px;
  }

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

  .split-block.is-balanced {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .split-block._15-gap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    background-image: url('../images/Line-365-1.svg');
    flex-flow: column;
    align-items: center;
  }

  .split-block.with-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .split-box-a {
    width: 100%;
    margin-bottom: 10px;
  }

  .split-box-a.is-balanced {
    width: 100%;
    margin-bottom: 0;
  }

  .split-box-a._35 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .split-box-a._25 {
    width: 100%;
  }

  .split-box-a._33-33 {
    width: 100%;
    margin-bottom: 0;
  }

  .split-block-b, .split-block-b.is-balanced, .split-block-b._65, .split-block-b._75, .split-block-b._33-33 {
    width: 100%;
  }

  .text-block {
    text-align: center;
    font-size: 1.25rem;
  }

  .split_icon-box {
    margin-top: 50px;
  }

  .split_icon-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start stretch;
  }

  .split_icon-block {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .split_icon-img {
    width: 56px;
  }

  .section_benefits {
    background-position: -35% 0;
    background-size: auto;
  }

  .text_20 {
    font-size: .875rem;
    line-height: 1.5;
  }

  .grid {
    place-items: start center;
  }

  .text_24 {
    font-size: 1.25rem;
  }

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

  .bottle_img {
    height: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  ._4-block-grid {
    display: none;
  }

  .text_16 {
    font-size: .875rem;
    line-height: 1.5;
  }

  .text_16.text-align-center.with-gap {
    font-size: .8rem;
  }

  .ingredients_cta-btn-box {
    margin-top: 15px;
  }

  .ingredients_cta-btn {
    width: 300px;
    font-size: 1.25rem;
  }

  .section_proud {
    background-image: url('../images/mob-pill.png'), url('../images/Mask-group-2.png');
    background-position: 50%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 400px, contain;
  }

  .proud_wrapper {
    flex-flow: wrap-reverse;
  }

  .proud_black-one {
    z-index: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
    display: flex;
    position: relative;
  }

  .proud_block-two {
    width: 100%;
    position: static;
  }

  .proud_img.for-desk {
    display: none;
  }

  .proud_img.for-mobile {
    z-index: 500;
    width: 250px;
    display: block;
    position: static;
  }

  .section_icons {
    margin-top: 0;
    padding-top: 0;
  }

  .center_icons_grid {
    grid-column-gap: 4px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .debunk_block-a {
    border-radius: 4px 27px;
    padding: 10px;
  }

  .debunk_block-a.diff-radius {
    border-radius: 4px 27px;
  }

  .debunk_block-a.diff-radius.is-reversed, .debunk_block-a.is-reversed {
    flex-flow: wrap;
  }

  .debunk_img.for-mobile {
    display: block;
  }

  .debunk_img.for-desk {
    display: none;
  }

  .split-block-c.is-equal {
    width: 100%;
  }

  .split-block-c.is-equal.for-desk {
    display: none;
  }

  .split-block-c.is-equal.for-mobile {
    background-image: url('../images/diff-bg.png');
    background-position: 50%;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-block-c.is-flex._20 {
    width: 100%;
  }

  .grid_difference {
    grid-column-gap: 13px;
    grid-row-gap: 25px;
  }

  .split-center-block.no-mobile {
    display: none;
  }

  .pill-img {
    top: -7%;
    left: -5%;
  }

  .five-block {
    flex-flow: column;
  }

  ._5-block-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .circle_dark-block {
    width: 99px;
    height: 99px;
  }

  .circle_light-block {
    width: 135px;
    height: 135px;
  }

  .single_pill-img {
    width: 150px;
  }

  .step-block {
    flex-flow: wrap-reverse;
    width: 70%;
  }

  .step-block.is-reversed {
    flex-flow: wrap-reverse;
  }

  .step_inner-text-block {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    width: 100%;
  }

  .step_inner-img-block {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    height: 175px;
  }

  .separator_img-block {
    margin-top: -30px;
  }

  .separator_img {
    width: 80px;
  }

  .section_doctor {
    background-image: url('../images/Mask-group-1.png'), url('../images/bcpatt.svg');
    background-position: 100% 60%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 300px, auto;
  }

  .dr-block {
    flex-flow: column;
  }

  .dr-block-a {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dr-block-b {
    text-align: center;
    width: 100%;
    position: relative;
    top: auto;
    bottom: -32px;
    right: auto;
  }

  .dr-text {
    text-align: center;
    font-size: 1.625rem;
  }

  .lady_dr-img {
    width: 300px;
  }

  .dr-sig-img {
    text-align: center;
  }

  .dr-sig-img.for-desk {
    display: none;
  }

  .dr-sig-img.for-mobile {
    width: 300px;
    display: block;
  }

  .glow-block {
    inset: auto 0% 17%;
  }

  .center_bottle-img {
    text-align: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .p-m-wrap {
    margin-left: 40px;
  }

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

  .section_demand {
    padding-top: 20px;
  }

  .old-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.75rem;
  }

  .oldie-block-a, .oldie-block-b {
    width: 100%;
  }

  .bot-col {
    padding: 8px 2px;
  }

  .t-table-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .check-icon-wrong {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
  }

  .table-logo-2 {
    height: 12px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-head-img-2 {
    height: 50px;
    padding-top: 5px;
    top: 0;
  }

  .table-head-img-2.is-diff {
    height: 50px;
  }

  .table-scroll {
    border-bottom: 12px solid #0000;
    width: 500px;
    overflow: visible;
  }

  .table-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  .table_main-product-title-block {
    width: 100%;
  }

  .table_cell-item {
    width: 18%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .table_cell-item.first-one {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .table_cell-item.last-one {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .table-head-img-hero {
    height: 50px;
    padding-top: 5px;
    position: static;
    top: 0;
    left: auto;
  }

  .top-col {
    padding: 10px 2px;
    position: relative;
  }

  .tb-1-div-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .table_main-product-img-block {
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: -68% auto auto;
  }

  .tab-1-div-top {
    justify-content: center;
    align-items: center;
  }

  .check-icon-correct {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }

  .table_cell-primary-item {
    width: 18%;
  }

  .table_cell-primary-item.first-one {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .table_cell-primary-item.last-one {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .table_component-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .top-col-oppo {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-370 {
    font-size: 12px;
    line-height: 13px;
  }

  .row-el-wrapper {
    max-width: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .row-el-wrapper.ff1 {
    max-width: none;
    padding-left: 10px;
  }

  .table_cell-name {
    width: 28%;
    padding-right: 10px;
  }

  .comp-text {
    font-size: 11px;
    line-height: 13px;
  }

  .mid-col {
    padding: 15px 2px;
  }

  .check-icon-right {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .feature-table-text-block {
    padding: 6px 0;
  }

  .wrong-col {
    padding: 18px 2px;
  }

  .offer_wrapper {
    flex-flow: column;
    padding: 1.5rem;
  }

  .offer_img-block, .offer_content-block {
    width: 100%;
  }

  .reveiw_inner-block {
    padding: 1.5rem;
  }

  .star_icon-img.big {
    height: 12px;
  }

  .mbg_wrapper {
    background-position: 0 0, -48px -17px, 100% 195%;
    flex-flow: column;
    padding: 0 1.5rem 1.5rem;
  }

  .mbg_img-block, .mbg_content-block {
    width: 100%;
  }

  .mbg_img {
    width: 150px;
  }

  .review_summary {
    justify-content: space-around;
    align-items: center;
  }

  .review_summary-block-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review_big-num {
    font-size: 2.875rem;
  }

  .dot-block {
    width: 5px;
    height: 5px;
  }

  .review_separator-block {
    height: 143px;
  }

  .single-block {
    display: none;
  }

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

  .four_block.is-balanced {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .four_block._15-gap {
    flex-flow: column;
    align-items: center;
  }

  .four_block.with-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .proud_mobile-block {
    background-color: #f0f1fc;
    height: 119px;
    margin-top: -145px;
    display: block;
  }

  .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-author {
    font-size: 12px;
    line-height: 12px;
  }

  .slick-below-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-icon-right {
    color: #fff;
    font-size: 1.3rem;
  }

  .slick-inside-img {
    width: 100%;
  }

  .slick-prev-box {
    text-align: center;
    background-color: #0000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    display: flex;
    top: 0%;
    left: 0%;
  }

  .slick-next-box {
    text-align: center;
    background-color: #0000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    display: flex;
    top: 0%;
    right: 0%;
  }

  .slider-stars {
    font-size: .6rem;
  }

  .slider-testimonial-head {
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .arrow-icon-left {
    color: #fff;
    font-size: 1.3rem;
  }

  .icon {
    display: none;
  }

  .image-2 {
    position: relative;
    top: -3px;
  }

  .ing_block {
    display: none;
  }

  .swiper-button-2.is-v2 {
    background-color: #0000;
    border-style: none;
    border-color: #6c72b0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
  }

  .swiper-navigation.sw06 {
    justify-content: center;
    align-items: center;
  }

  .component-wrapper {
    background-color: #0000;
    border-style: none;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .swiper-button-wrap.sw06 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swiper-slide.is-gray {
    background-color: #0000;
  }

  .swiper-button_icon {
    color: #6c72b0;
    width: .6rem;
  }

  .component-holders {
    padding: 0;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-53887a15 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-53887a15, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-53887a15 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-53887a15 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-53887a15 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-53887a15 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-53887a15, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-53887a15 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-53887a15 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-53887a15, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-53887a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-53887a15 {
  justify-self: start;
}

#w-node-_8492c963-ebff-d0ed-8278-cc8e7927d665-40215b3a, #w-node-_8492c963-ebff-d0ed-8278-cc8e7927d672-40215b3a, #w-node-_8492c963-ebff-d0ed-8278-cc8e7927d67f-40215b3a, #w-node-_8492c963-ebff-d0ed-8278-cc8e7927d68c-40215b3a, #w-node-_8492c963-ebff-d0ed-8278-cc8e7927d6a6-40215b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf945678-bea6-46cc-de7b-873e06e71623-40215b3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}