:root {
  --base-color-neutral--white: #fff;
  --background-color--background-primary: #2c86a2;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: #002307;
  --text-color--text-secondary: #008da8;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: #ffffff1a;
  --base-color-neutral--black: #000;
  --background-color--background-tertiary: var(--base-color-neutral--white);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --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: #d9e5ff;
  --green: var(--base-color-system--success-green);
  --color-2: #13a700;
  --color: #028da9;
  --base-color-brand--blue: #2d62ff;
  --base-color-neutral--neutral: #666;
  --background-light-green: var(--base-color-neutral--neutral-darker);
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --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: var(--base-color-system--error-red-dark);
  --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);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-primary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
}

.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;
}

@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 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

a {
  color: var(--base-color-neutral--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Montserrat, sans-serif;
}

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-family: Montserrat, sans-serif;
  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;
}

.padding-top.padding-section-medium {
  padding-bottom: 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;
}

.padding-bottom.padding-section-medium {
  padding-top: 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 {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-weight-semibold {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h3.text-color-white {
  color: var(--text-color--text-alternate);
  overflow: visible;
}

.heading-style-h3.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  margin-left: 140px;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.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;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-hero {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.padding-global.padding-section-small.no-bottom {
  padding-top: 1rem;
  padding-bottom: 0;
}

.padding-global.padding-section-small.relative {
  z-index: 3;
  position: relative;
}

.padding-global.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-medium.no-top {
  padding-top: 0;
}

.padding-global.padding-section-medium.less-bottom {
  padding-bottom: 4rem;
}

.padding-global.padding-top.padding-section-medium {
  padding-bottom: 0;
}

.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 {
  text-align: left;
  font-size: 1rem;
}

.text-size-regular.custom-line-height {
  line-height: 1;
}

.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-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h4.text-align-center.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4.smaller {
  font-size: 1.625rem;
  font-weight: 700;
}

.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;
}

.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;
}

.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(--background-color--background-primary);
  text-decoration: underline;
  transition: all .2s;
}

.text-style-link:hover {
  color: var(--text-color--text-primary);
}

.text-size-large {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.text-size-large.is-custom {
  color: var(--text-color--text-secondary);
  text-align: center;
  font-weight: 500;
}

.text-size-large.is-custom-2 {
  color: #005868;
  font-weight: 500;
}

.text-size-large.grey {
  color: var(--base-color-neutral--black);
}

.text-size-large.big {
  font-size: 1.625rem;
}

.text-size-large.big.text-weight-semibold.text-color-white {
  text-align: left;
}

.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(--text-color--text-primary);
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  color: var(--text-color--text-alternate);
}

.heading-style-h2.text-color-white.text-align-center {
  margin-top: 2rem;
}

.heading-style-h2.text-weight-bold {
  font-weight: 700;
}

.heading-style-h2.text-weight-bold.text-color-white {
  margin-top: 0;
}

.heading-style-h2.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h2.is-custom {
  color: var(--background-color--background-primary);
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.heading-style-h2.small {
  font-size: 2.625rem;
  font-weight: 400;
}

.heading-style-h2.small.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2.small.text-weight-medium.text-color-white {
  padding-top: 0;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-primary);
  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-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
}

.container-large {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  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-main {
  background-color: var(--background-color--background-tertiary);
  color: var(--background-color--background-primary);
  text-align: center;
  border-radius: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.375rem;
  font-weight: 600;
  transition: all .3s ease-in-out;
  box-shadow: 7px 8px #4abcd4;
}

.button-main:hover {
  color: #fff;
  background-color: #ff9015;
  box-shadow: 7px 8px #fff;
}

.button-main.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-main.is-small {
  color: var(--background-color--background-primary);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  box-shadow: 4px 5px #4abcd4;
}

.button-main.is-small:hover {
  color: var(--text-color--text-alternate);
  box-shadow: 4px 5px #fff;
}

.button-main.is-small.hide-desktop {
  display: none;
}

.button-main.is-large {
  padding: 1rem 2rem;
}

.button-main.is-secondary {
  border: 0px none var(--background-color--background-primary);
  box-shadow: none;
  color: var(--link-color--link-alternate);
  background-color: #4abcd4;
  border-radius: .75rem;
  font-size: 1.25rem;
}

.button-main.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-main.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button-main.on-white {
  border: 1px solid #4abcd440;
  display: block;
}

.button-main.on-white:hover {
  box-shadow: 7px 8px #331b0069;
}

.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 {
  color: var(--text-color--text-primary);
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-weight-semibold {
  font-style: normal;
}

.text-size-medium.text-weight-semibold.text-style-italic.text-align-center.super-under {
  background-image: url('../images/Line-shorter.svg');
  align-self: center;
  padding-bottom: .5rem;
}

.text-size-medium.text-weight-semibold.text-color-teal {
  color: #005868;
}

.text-size-medium.text-color-secondary {
  line-height: 1;
}

.text-size-medium.text-color-white.text-weight-semibold {
  font-family: Open Sans, sans-serif;
}

.text-size-medium.text-color-teal {
  color: #005868;
}

.text-size-medium.text-color-teal.margin-top.margin-xsmall {
  text-align: left;
  display: inline-flex;
}

.text-size-medium.is-custom {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.text-size-medium.text-align-center {
  color: var(--text-color--text-primary);
}

.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: 6.25rem;
  padding-bottom: 6.25rem;
}

.padding-section-medium.is-large-bottom {
  padding-bottom: 8rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.real {
  max-width: 64.4375rem;
}

.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: 1rem;
}

.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 {
  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: #0000;
  background-image: none;
  width: 100%;
  padding-top: 0;
  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;
  padding-top: .5rem;
  display: flex;
}

.nav_logo {
  width: 13rem;
}

.nav_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.nav_menu_link:hover {
  text-decoration: underline;
}

.nav_menu_link.w--current {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.nav_button {
  padding: 1rem;
  display: none;
}

.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;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 90%;
  max-width: none;
  display: block;
  position: static;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero-invest {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#000c, #000c);
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  display: flex;
  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 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-3, .heading-4, .paragraph {
  font-family: Montserrat, sans-serif;
}

.link {
  font-weight: 400;
}

.nav_bonus-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--background-color--background-primary);
  background-color: #fffffff2;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .875rem;
  text-decoration: none;
  display: flex;
}

.nav_bonus-button:hover {
  background-color: #e6f4f7;
}

.nav_bonus-text {
  text-decoration: none;
}

.nav-bonus-header {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.hero_bg-video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_h3-line-wrapper {
  width: 80%;
  margin-top: 2rem;
  padding-bottom: .5rem;
  position: relative;
  overflow: visible;
}

.hero_line {
  position: absolute;
  inset: auto 4% 0% auto;
}

.hero_button-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.summary_2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.summary_content-wrapper {
  width: 60%;
}

.summary_content-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #005868;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.summary_image {
  object-fit: contain;
  flex: 1;
  align-self: flex-end;
  max-width: 40%;
  padding-left: 0%;
  padding-right: 0%;
}

.summary_image.full {
  vertical-align: top;
  width: 120%;
  max-width: 120%;
  margin-left: -25%;
}

.hero_link-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

.section_deal-terms {
  background-image: linear-gradient(#008da8cc, #008da8cc), url('../images/dealterms.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -1px;
}

.deal-terms_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.875rem;
  display: grid;
}

.deal-terms_wrapper.is-2col {
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.deal-terms_card {
  text-align: center;
  background-color: #fffc;
  border: 1px solid #bedbe3;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section_perks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section_perks.hide {
  display: block;
}

.perks_header {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.perks_grid-bonuses {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.perks_grid-bonuses.is-3col {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.perks_subheader {
  color: var(--background-color--background-primary);
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}

.perks_light-left {
  background-color: #008da81a;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 21px;
  padding: .625rem;
}

.perks_light-right {
  background-color: #008da81a;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: .625rem;
}

.perks_dark-left {
  background-color: #008da859;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 21px;
  padding: .625rem;
}

.perks_dark-right {
  background-color: #008da859;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: .625rem;
}

.perks_light-middle {
  background-color: #008da81a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .625rem;
}

.perks_dark-middle {
  background-color: #008da859;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .625rem;
}

.section_quotes {
  background-color: var(--background-color--background-secondary);
  text-align: left;
  position: relative;
}

.quotes_slider-wrapper {
  position: relative;
}

.quotes_slider {
  background-color: #0000;
  height: auto;
}

.quotes_mask {
  height: auto;
  position: static;
}

.quotes_slide {
  height: 100%;
}

.quotes_slider-nav {
  position: absolute;
  inset: auto 0% -3rem;
}

.quotes_slide-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: static;
}

.quote_card {
  background-color: var(--background-color--background-tertiary);
  color: var(--background-color--background-primary);
  text-align: center;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.quote_name-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quotes_product-decor {
  width: 18%;
  position: absolute;
  inset: -41% 0% auto auto;
}

.section_glutathione {
  background-image: linear-gradient(#bedbe3, #fff0 28%), url('../images/human-body.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  position: relative;
}

.glutathione_header {
  text-align: center;
}

.glut-h3-line-wrapper {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: .5rem;
  position: relative;
}

.glut-line {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.glut-line.align-left {
  margin-left: 0;
}

.glutathione_2col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.glutathione_card {
  background-color: #fffc;
  border: 1px solid #bedbe3;
  border-radius: 2rem;
  width: 48%;
  padding: 2rem;
  font-family: Open Sans, sans-serif;
}

.glut-list {
  text-align: left;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.glut-product-decor {
  z-index: 1;
  width: 16%;
  position: absolute;
  inset: auto auto -4% 0%;
}

.section_dr-herbert {
  background-image: url('../images/plain-curved-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.dr-herbert_wrapper {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.dr-herbert_riboceine-wrapper {
  text-align: center;
  background-color: #e6f4f7;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 2px 2px 15px #00000026;
}

.span-h2-custom {
  color: #ff9015;
  font-style: italic;
  font-weight: 700;
}

.dr-herbert-text {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.dr-herbert-text.is-bigger {
  font-size: 1.75rem;
  font-weight: 600;
}

.dr-herbert-text.text-weight-semibold {
  margin-bottom: -6px;
  margin-left: 140px;
  font-weight: 600;
}

.dr-herbert-text.text-weight-semibold.no-margin {
  margin-bottom: 0;
}

.h3-line-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: .5rem;
  position: relative;
}

.h3-line-wrapper.alignt-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dr-herbert-content {
  padding-bottom: 4rem;
  padding-left: 19.5rem;
}

.dr-herbert_image-wrapper {
  width: 43%;
  position: absolute;
  inset: auto auto 0% -3%;
}

.section_proof {
  position: relative;
}

.section_proof.bg {
  background-image: linear-gradient(#e6f4f700 70%, #e6f4f7 70%);
}

.absolute-bg {
  z-index: 0;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.proof_header {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.proof_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.proof_row.hero_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proof_card {
  color: #fff;
  text-align: center;
  background-color: #57d9eb;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 1rem;
  display: flex;
}

.proof_card.is-2 {
  background-color: #00a9c0;
}

.proof_card.is-3 {
  background-color: #2b859b;
}

.proof_card.is-4 {
  background-color: #006c87;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1rem;
}

.proof_card.is-4-pubmed {
  background-color: #006c87;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 1rem;
  padding-right: 1rem;
}

.span-text-2rem {
  font-size: 2rem;
  line-height: .7;
}

.section_chart {
  background-color: var(--background-color--background-secondary);
}

.proof_chart-image {
  width: 100%;
}

.section_testimonials {
  position: relative;
}

.section_testimonials.dark {
  background-color: #008da8;
}

.section_testimonials.bg {
  background-image: linear-gradient(#e6f4f700 42%, #e6f4f7 42%);
}

.section-curved-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: -1px 0% auto;
}

.section-curved-image.is-bottom {
  z-index: 2;
  inset: auto 0% 0%;
}

.section-curved-image.is-bottom._30 {
  margin-bottom: -1px;
  bottom: 30%;
}

.section-curved-image.is-bottom._50 {
  margin-bottom: -1px;
  bottom: 58%;
}

.section-curved-image.static {
  background-color: #e6f4f7;
  position: static;
}

.section-curved-image.static.invert.top {
  background-color: #e6f4f700;
  margin-top: -1px;
}

.section-curved-image.invert {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.testimonial_slider {
  background-color: #0000;
  height: auto;
}

.testimonial_slider.hide-desktop {
  display: none;
}

.testimonial_mask {
  height: auto;
}

.left-arrow, .right-arrow {
  color: #008da8;
  width: 4%;
}

.slide-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
}

.slide-content-wrapper {
  width: 30%;
}

.slide-content-wrapper.is-right-aligned {
  text-align: right;
}

.slide-content-wrapper.is-mobile {
  width: 100%;
}

.testimonial_hero {
  z-index: 1;
  width: 45.7rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section_ceo {
  background-color: #028da9;
}

.ceo_header-wrapper {
  color: #fff;
  text-align: center;
}

.short-line-1 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -25% 0% 0%;
}

.short-line-2 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -48% 0% 0%;
}

.ceo_max-2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ceo_max-image {
  width: 25%;
}

.ceo_max-quote {
  text-align: center;
  background-color: #ddebee;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 2rem;
  display: flex;
}

.ceo_max-career {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #ddebee;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.ceo_max-career-wrapper {
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 2px 2px 15px #00000026;
}

.section_process {
  background-color: var(--background-color--background-secondary);
  position: relative;
}

.process-card {
  color: #fff;
  text-align: center;
  background-color: #57d9eb;
  border-radius: 1rem 0 1rem 0;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 1rem;
  display: flex;
}

.process-card.is-2 {
  background-color: #00a9c0;
}

.process-card.is-3 {
  background-color: #2b859b;
}

.process-card.is-4 {
  background-color: #006c87;
}

.process_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.process_card-grid {
  background-color: var(--background-color--background-tertiary);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
}

.process_card-2col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_card-header {
  color: var(--text-color--text-secondary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.text-size-xlarge {
  color: var(--text-color--text-secondary);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
}

.process-underline {
  position: absolute;
  inset: auto auto 1rem 1.5rem;
}

.button-wrapper {
  z-index: 2;
  text-align: center;
  padding-top: 4rem;
  position: relative;
}

.about {
  margin-top: 0;
}

.section_tap {
  z-index: 1;
  background-color: #008da8;
  background-image: url('../images/Subtract.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 9.75rem;
  position: relative;
}

.tap_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.highlight {
  font-style: italic;
  text-decoration: underline;
}

.super-under {
  background-image: url('../images/short-line-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.section_pill {
  background-color: #e6f4f7;
  position: relative;
}

.pills_wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-color-neutral--white);
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex-flow: column;
  margin-top: -10rem;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 15px #00000026;
}

.pills_wrapper.large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 0;
  padding: 5rem 4rem;
}

.pills_wrapper.no-margin {
  margin-top: 0;
}

.pils_upper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-color-teal {
  color: var(--background-color--background-primary);
}

.pills_center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.full-width {
  width: 100%;
}

.pills_forms-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pills_form-text {
  color: var(--base-color-neutral--white);
  background-color: #2de5ff;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.pills_form-text._2 {
  background-color: #00a9c0;
}

.pills_form-text._3 {
  background-color: var(--background-color--background-primary);
}

.pills_form-text._4 {
  background-color: #006c87;
}

.pills_form-text._5 {
  background-color: #005267;
}

.section_join {
  background-color: #028da9;
  padding-bottom: 10rem;
  position: static;
}

.join_stack {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_disclosures {
  background-color: #e6f4f7;
  position: static;
}

.button-secondary {
  background-color: #4abcd4;
  border-radius: .75rem;
  align-self: flex-start;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.button-secondary:hover {
  background-color: var(--background-color--background-primary);
}

.button-secondary.new, .button-secondary.no-toggle {
  align-self: auto;
}

.button-secondary.is-smaller {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.faq_stack {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.faq_line {
  background-color: var(--background-color--background-primary);
  color: #fff;
  width: 100%;
  height: 1px;
}

.faq_line.extra-padding {
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.faq_line.top-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.faq_item {
  flex-flow: column;
  height: auto;
  display: flex;
}

.faq_lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  height: auto;
  display: block;
  overflow: hidden;
}

.faq_upper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.comment_split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_link-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link {
  color: var(--background-color--background-primary);
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer_link:hover {
  color: var(--text-color--text-primary);
  text-decoration: underline;
}

.footer_sublink-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.footer_sublink {
  color: #005868;
  flex: 0 auto;
  margin-left: auto;
  margin-right: 0;
  display: none;
}

.footer_sublink:hover {
  color: var(--background-color--background-primary);
}

.footer_sublink.left {
  text-align: right;
  flex: 1;
  display: none;
}

.wave_float-bot {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.wave_float-bot.top-static {
  z-index: 0;
  position: relative;
}

.wave_float-bot.top {
  transform-style: preserve-3d;
  inset: -1px 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.hero_lightbox {
  transition: opacity .2s ease-in-out;
}

.hero_lightbox:hover {
  opacity: .7;
}

.span-underline {
  background-image: url('../images/Line-long.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.span-underline-hero {
  background-image: url('../images/orange-curved-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.5;
  overflow: visible;
}

.section_disclosures-popup {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #008da880;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.section_disclosures-popup.show {
  display: block;
}

.disclosures_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--background-tertiary);
  border-top-left-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  position: static;
  box-shadow: 2px 2px 15px #00000026;
}

.disclosures_exit-icon {
  cursor: pointer;
  height: 2rem;
  position: static;
  inset: 1rem 1rem auto auto;
}

.diclosures_header {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.diclosures_header.is-disclosures {
  justify-content: space-between;
}

.section_link-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--background-color--background-primary);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
}

.section_link-row.with-padding {
  margin-top: 2rem;
}

.dark-link {
  color: var(--text-color--text-primary);
  display: inline-flex;
}

.section_faq {
  background-color: #e6f4f7;
  position: relative;
}

.section_policy {
  background-color: #e6f4f7;
  position: static;
}

.section_disqus {
  background-color: var(--background-color--background-secondary);
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  height: 6.25rem;
  display: flex;
}

.navbar_wrapper.small {
  width: 100%;
  height: 3.4375rem;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.brand-logo {
  width: 100%;
}

.brand-logo.small {
  width: 6.25rem;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.space {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 1.125rem;
}

.nav-link:hover, .nav-link.w--current {
  color: #b0123c;
}

.nav-link.alt {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.nav-link.alt:hover {
  opacity: .8;
  color: #fff;
}

.icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background-color: #12121252;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
}

.navbar.ie {
  z-index: 1111;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  top: 0;
}

.pop-up_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.section_proceeds-popup {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #008da880;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.section_proceeds-popup.show {
  display: block;
}

.nav-email-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-tertiary);
  color: var(--background-color--background-primary);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-email-link:hover {
  background-color: var(--base-color-brand--blue-light);
}

.nav-email-icon {
  color: #ff9016;
}

.hide-desktop {
  display: none;
}

.proceeds-chart {
  border-radius: 2rem 0 2rem 0;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 2px 2px 15px #00000026;
}

.list {
  list-style-type: lower-roman;
}

.faq-link-span {
  color: var(--text-color--text-secondary);
  text-decoration: underline;
}

.list-2 {
  list-style-type: lower-roman;
}

.section_invest-popup {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #008da880;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.section_invest-popup.show {
  display: block;
}

.investor-form-popup {
  text-align: center;
  width: 100%;
}

.subscribe-form {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-email {
  border: 2px solid var(--background-color--background-primary);
  border-radius: .6rem;
  height: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.partner_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-color-neutral--white);
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.partner_image {
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 100%;
  height: 100%;
}

.partner_info-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.partner_info-grid.even {
  grid-template-columns: 1fr 1fr;
}

.partner_info-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e6f4f7;
  border: 1px solid #00000008;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
  box-shadow: 2px 2px 15px #00000026;
}

.partner_info-card.dark {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #008da8;
  justify-content: center;
  padding: 3rem 2rem;
}

.partner_stat-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.study_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  box-shadow: 2px 2px 15px #00000026;
}

.study-card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partner_info-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  box-shadow: 2px 2px 15px #00000026;
}

.partner_bullet-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.partner_bullet {
  background-color: #e6f4f7;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.bold-text {
  color: var(--green);
}

.list-item, .list-item-2 {
  display: none;
}

.bold-text-2 {
  color: var(--color-2);
}

.bold-text-3 {
  color: var(--color);
  display: inline;
}

.perks_grid-bonuses-copy {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.perks_grid-bonuses-copy.is-3col {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.perks_grid-bonuses-copy.is-3col-copy {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-size-large-copy {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.text-size-large-copy.is-custom {
  color: var(--text-color--text-secondary);
  text-align: center;
  font-weight: 500;
}

.text-size-large-copy.is-custom-2 {
  color: #005868;
  font-weight: 500;
}

.text-size-large-copy.grey {
  color: var(--base-color-neutral--black);
  font-size: 1rem;
  line-height: 1.1;
}

.text-size-large-copy.big {
  font-size: 1.625rem;
}

.heading-style-h3-copy {
  color: var(--text-color--text-primary);
  text-align: center;
  margin-top: 1rem;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.perks_light-middle-copy {
  background-color: #008da81a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .625rem;
}

.perks_dark-middle-copy {
  background-color: #008da859;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .625rem;
}

.heading-style-h3-copy {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-copy.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3-copy.text-color-white {
  color: var(--text-color--text-alternate);
  overflow: visible;
}

.heading-style-h3-copy.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3-copy.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.perks_subheader-copy {
  color: var(--background-color--background-primary);
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}

.heading-5 {
  text-align: center;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.image {
  max-width: 60%;
}

.nav_container_copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  display: flex;
}

.link-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 0;
  line-height: 1.5;
  display: flex;
}

.summary_content-item-1 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #005868;
  background-color: #da4c4c00;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: 0;
  padding-left: .625rem;
  display: flex;
}

.footnote {
  color: #000;
  text-align: left;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.summary_content-item-2 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #005868;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .5rem;
  padding-left: .625rem;
  display: flex;
}

.summary_content-item-3 {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #005868;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem .625rem .5rem;
  display: flex;
}

.citation {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link-3 {
  color: var(--text-color--text-secondary);
}

.paragraph-faq {
  text-align: left;
  padding-top: .125rem;
  padding-bottom: .125rem;
  font-size: 1.25rem;
}

.link-4, .link-5 {
  color: var(--text-color--text-secondary);
}

.heading-style-h2-opener {
  color: var(--text-color--text-primary);
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-opener.text-color-white {
  color: var(--text-color--text-alternate);
}

.heading-style-h2-opener.text-color-white.max-width {
  text-align: center;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.5rem;
  display: block;
}

.heading-style-h2-opener.text-weight-bold {
  font-weight: 700;
}

.heading-style-h2-opener.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h2-opener.is-custom {
  color: var(--background-color--background-primary);
  text-align: center;
}

.heading-style-h2-opener.small {
  font-size: 2.625rem;
  font-weight: 400;
}

.heading-style-h2-opener.small.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2-opener.small.text-weight-medium.text-color-white {
  padding-top: 0;
}

.proof_row_pubmed {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: .5rem;
  display: flex;
}

.proof_row_pubmed.hero_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-6 {
  font-weight: 600;
  text-decoration: none;
}

.citation_dark {
  color: #000;
  text-align: center;
  overflow-wrap: break-word;
  width: 40%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.citation_red {
  color: red;
  text-align: center;
  margin-top: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.paid_sponsor {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.partner_cred, .text-span {
  font-size: 1rem;
}

.citation_ceo {
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.heading-style-h3-invest {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-invest.text-weight-semibold {
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 600;
}

.heading-style-h3-invest.text-color-white {
  color: var(--text-color--text-alternate);
  overflow: visible;
}

.heading-style-h3-invest.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3-invest.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-style-h3-invest.text-weight-semibold-invest {
  background-color: var(--background-color--background-secondary);
  color: var(--link-color--link-alternate);
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
  margin: 3rem auto 2rem;
  padding: 2rem 1rem 2rem 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  box-shadow: 0 2px 5px 3px #0003;
}

.text_orange {
  color: #ff9015;
}

.text-span-2, .text-span-3 {
  color: var(--text-color--text-secondary);
}

.heading-style-h3-top {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-top.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3-top.text-color-white {
  color: var(--text-color--text-alternate);
  margin-top: 2rem;
  overflow: visible;
}

.heading-style-h3-top.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3-top.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.button-main-orange {
  color: var(--background-color--background-tertiary);
  text-align: center;
  background-color: #ff9015;
  border-radius: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  box-shadow: 7px 8px #fff;
}

.button-main-orange:hover {
  color: #000;
  background-color: #ff9015;
  box-shadow: 7px 8px #fff;
}

.button-main-orange.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-main-orange.is-small {
  color: var(--background-color--background-primary);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  box-shadow: 4px 5px #4abcd4;
}

.button-main-orange.is-small:hover {
  color: var(--text-color--text-alternate);
  box-shadow: 4px 5px #fff;
}

.button-main-orange.is-small.hide-desktop {
  display: none;
}

.button-main-orange.is-large {
  padding: 1rem 2rem;
}

.button-main-orange.is-secondary {
  border: 0px none var(--background-color--background-primary);
  box-shadow: none;
  color: var(--link-color--link-alternate);
  background-color: #4abcd4;
  border-radius: .75rem;
  font-size: 1.25rem;
}

.button-main-orange.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-main-orange.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button-main-orange.on-white {
  border: 1px solid #4abcd440;
  display: block;
}

.button-main-orange.on-white:hover {
  box-shadow: 7px 8px #331b0069;
}

.button-main-blue {
  background-color: var(--background-color--background-tertiary);
  color: var(--background-color--background-primary);
  text-align: center;
  border-radius: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.375rem;
  font-weight: 600;
  transition: all .3s ease-in-out;
  box-shadow: 7px 8px #4abcd4;
}

.button-main-blue:hover {
  color: #fff;
  background-color: #ff9015;
  box-shadow: 7px 8px #fff;
}

.button-main-blue.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-main-blue.is-small {
  color: var(--background-color--background-primary);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  box-shadow: 4px 5px #4abcd4;
}

.button-main-blue.is-small:hover {
  color: var(--text-color--text-alternate);
  box-shadow: 4px 5px #fff;
}

.button-main-blue.is-small.hide-desktop {
  display: none;
}

.button-main-blue.is-large {
  padding: 1rem 2rem;
}

.button-main-blue.is-secondary {
  border: 0px none var(--background-color--background-primary);
  box-shadow: none;
  color: var(--link-color--link-alternate);
  background-color: #4abcd4;
  border-radius: .75rem;
  font-size: 1.25rem;
}

.button-main-blue.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-main-blue.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button-main-blue.on-white {
  border: 1px solid #4abcd440;
  display: block;
}

.button-main-blue.on-white:hover {
  box-shadow: 7px 8px #331b0069;
}

.super-under-lg {
  background-image: url('../images/short-line-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-style-h1-hero {
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-4 {
  font-size: 1.5rem;
  line-height: 1;
}

.section_process-_copy {
  background-color: #e7f4f8;
  position: relative;
}

.link_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  display: flex;
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  vertical-align: middle;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: auto;
  max-width: none;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
}

.paragraph-2, .bold-text-4 {
  color: #fff;
}

.paragraph-3 {
  font-size: .9rem;
}

.text_partner_cred {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.certifications_container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  max-width: 100%;
  margin-top: 1rem;
  display: grid;
}

.image-2 {
  text-align: left;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-5 {
  font-size: 1.8rem;
}

.text-span-6 {
  font-size: 1rem;
}

.citation_hero {
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.process_card-header-01 {
  color: #fff;
  background-color: #48e2f2;
  border-radius: 15px;
  padding: .125rem .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.process_card-header-02 {
  color: #fff;
  background-color: #01aabf;
  border-radius: 15px;
  padding: .125rem .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.process_card-header-03 {
  color: #fff;
  background-color: #2b86a2;
  border-radius: 15px;
  padding: .125rem .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.process_card-header-04 {
  color: #fff;
  background-color: #026c86;
  border-radius: 15px;
  padding: .125rem .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.process_card-header-05 {
  color: #fff;
  background-color: #015267;
  border-radius: 15px;
  padding: .125rem .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.partner_image_chris {
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: auto;
  height: 100%;
}

.athlete_cred {
  font-size: 1rem;
}

.image_copy {
  max-width: 55%;
}

.citation_boxes {
  font-size: .8rem;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  text-align: left;
}

.heading-style-h1-hero-mobile {
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  display: none;
}

.link-7, .link-8 {
  color: var(--base-color-neutral--black);
}

.link-9 {
  color: var(--text-color--text-primary);
  font-weight: 600;
  text-decoration: none;
}

.button-main-study {
  color: var(--background-color--background-tertiary);
  text-align: center;
  background-color: #ff9015;
  border-radius: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  box-shadow: 7px 8px #fff;
}

.button-main-study:hover {
  color: #000;
  background-color: #ff9015;
  box-shadow: 7px 8px #fff;
}

.button-main-study.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-main-study.is-small {
  color: var(--background-color--background-primary);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  box-shadow: 4px 5px #4abcd4;
}

.button-main-study.is-small:hover {
  color: var(--text-color--text-alternate);
  box-shadow: 4px 5px #fff;
}

.button-main-study.is-small.hide-desktop {
  display: none;
}

.button-main-study.is-large {
  padding: 1rem 2rem;
}

.button-main-study.is-secondary {
  border: 0px none var(--background-color--background-primary);
  box-shadow: none;
  color: var(--link-color--link-alternate);
  background-color: #4abcd4;
  border-radius: .75rem;
  font-size: 1.25rem;
}

.button-main-study.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-main-study.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button-main-study.on-white {
  border: 1px solid #4abcd440;
  display: block;
}

.button-main-study.on-white:hover {
  box-shadow: 7px 8px #331b0069;
}

.nagasawa_source {
  color: #000;
  text-align: center;
  overflow-wrap: break-word;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.citation_dark_2 {
  color: #000;
  text-align: center;
  background-color: #da4c4c;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.text-span-8 {
  color: var(--base-color-neutral--black);
  -webkit-text-stroke-color: var(--base-color-neutral--black);
}

.heading-style-h3-jon {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-jon.text-weight-semibold {
  font-size: 1.8rem;
  font-weight: 600;
}

.heading-style-h3-jon.text-color-white {
  color: var(--text-color--text-alternate);
  overflow: visible;
}

.heading-style-h3-jon.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3-jon.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.text-span-9 {
  color: var(--base-color-neutral--black);
}

.text-span-10 {
  font-size: 1rem;
}

.text-span-11 {
  font-size: 1rem;
  line-height: 1.2;
}

.footnote-footer {
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.container-large_footer {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-10, .link-11, .link-12 {
  color: var(--base-color-neutral--black);
}

.text_nagasawa_title {
  color: #fff;
  margin-top: .5rem;
  font-family: Montserrat, sans-serif;
}

.container-large-_nagasawa {
  text-align: left;
  background-color: #008da8;
  border-radius: 30px 30px 0 0;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 2rem 4rem;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 5px 4px #0003;
}

.italic-text {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.link-13, .link-14, .link-15, .link-16 {
  color: var(--base-color-neutral--black);
}

.container-large_inner {
  text-align: left;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  display: none;
}

.spacer-medium-less {
  width: 100%;
  padding-top: 1rem;
}

.text_partner_cite {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.link-17 {
  color: var(--base-color-brand--blue);
}

.link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25 {
  color: var(--base-color-neutral--black);
}

.heading-style-h3-wellness {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-wellness.text-weight-semibold {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h3-wellness.text-color-white {
  color: var(--text-color--text-alternate);
  width: 90%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  overflow: visible;
}

.heading-style-h3-wellness.is-dr-custom {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.heading-style-h3-wellness.is-custom {
  color: #005868;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-style-h2-wellness {
  color: var(--text-color--text-primary);
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-wellness.text-color-white {
  color: var(--text-color--text-alternate);
}

.heading-style-h2-wellness.text-color-white.text-align-center {
  margin-top: 0;
}

.heading-style-h2-wellness.text-weight-bold {
  font-weight: 700;
}

.heading-style-h2-wellness.text-weight-bold.text-color-white {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 600;
}

.heading-style-h2-wellness.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h2-wellness.is-custom {
  color: var(--background-color--background-primary);
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.heading-style-h2-wellness.small {
  font-size: 2.625rem;
  font-weight: 400;
}

.heading-style-h2-wellness.small.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2-wellness.small.text-weight-medium.text-color-white {
  padding-top: 0;
}

.text-size-medium-study {
  color: var(--text-color--text-primary);
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-study.text-weight-semibold.text-style-italic.text-align-center.super-under {
  background-image: url('../images/Line-shorter.svg');
  align-self: center;
  padding-bottom: .5rem;
}

.text-size-medium-study.text-weight-semibold.text-color-teal {
  color: #005868;
}

.text-size-medium-study.text-color-secondary {
  line-height: 1;
}

.text-size-medium-study.text-color-white.text-weight-semibold {
  font-family: Open Sans, sans-serif;
}

.text-size-medium-study.text-color-teal {
  color: #005868;
}

.text-size-medium-study.text-color-teal.margin-top.margin-xsmall {
  text-align: left;
  display: inline-flex;
}

.text-size-medium-study.is-custom {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.text-size-medium-study.text-align-center {
  color: var(--text-color--text-primary);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footnote-indent {
  color: #000;
  text-align: left;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.text-size-medium-quote {
  color: var(--text-color--text-primary);
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-quote.text-weight-semibold {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-weight: 600;
}

.text-size-medium-quote.text-weight-semibold.text-style-italic.text-align-center.super-under {
  background-image: url('../images/Line-shorter.svg');
  align-self: center;
  padding-bottom: .5rem;
}

.text-size-medium-quote.text-weight-semibold.text-color-teal {
  color: #005868;
}

.text-size-medium-quote.text-color-secondary {
  line-height: 1;
}

.text-size-medium-quote.text-color-white.text-weight-semibold {
  font-family: Open Sans, sans-serif;
}

.text-size-medium-quote.text-color-teal {
  color: #005868;
}

.text-size-medium-quote.text-color-teal.margin-top.margin-xsmall {
  text-align: left;
  display: inline-flex;
}

.text-size-medium-quote.is-custom {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.text-size-medium-quote.text-align-center {
  color: var(--text-color--text-primary);
}

.heading-style-h2-nomarg {
  color: var(--text-color--text-primary);
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2-nomarg.text-color-white {
  color: var(--text-color--text-alternate);
}

.heading-style-h2-nomarg.text-color-white.text-align-center {
  margin-top: 0;
}

.heading-style-h2-nomarg.text-weight-bold {
  margin-top: 1rem;
  font-weight: 700;
}

.heading-style-h2-nomarg.text-weight-bold.text-color-white {
  margin-top: 0;
}

.heading-style-h2-nomarg.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h2-nomarg.is-custom {
  color: var(--background-color--background-primary);
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.heading-style-h2-nomarg.small {
  font-size: 2.625rem;
  font-weight: 400;
}

.heading-style-h2-nomarg.small.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2-nomarg.small.text-weight-medium.text-color-white {
  padding-top: 0;
}

.dr-herbert-text-citations {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.dr-herbert-text-citations.is-bigger {
  font-size: 1.75rem;
  font-weight: 600;
}

.dr-herbert-text-citations.text-weight-semibold {
  margin-bottom: -6px;
  margin-left: 0;
  font-weight: 600;
}

.dr-herbert-text-citations.text-weight-semibold.no-margin {
  margin-bottom: 0;
}

.dr-herbert-text-citation {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.dr-herbert-text-citation.is-bigger {
  font-size: 1.75rem;
  font-weight: 600;
}

.dr-herbert-text-citation.text-weight-semibold {
  margin-bottom: -6px;
  margin-left: 140px;
  font-weight: 600;
}

.dr-herbert-text-citation.text-weight-semibold.no-margin {
  margin-bottom: 0;
  margin-left: 0;
}

.dr-herbert-text-citation-2 {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.dr-herbert-text-citation-2.is-bigger {
  font-size: 1.75rem;
  font-weight: 600;
}

.dr-herbert-text-citation-2.text-weight-semibold {
  margin-bottom: -6px;
  margin-left: 0;
  font-weight: 600;
}

.dr-herbert-text-citation-2.text-weight-semibold.no-margin {
  margin-bottom: 0;
}

.dr-herbert-text-copy.text-weight-semibold.no-margin {
  margin-bottom: 0;
  margin-left: 0;
}

.dr-herbert-text-copy {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.dr-herbert-text-copy.is-bigger {
  font-size: 1.75rem;
  font-weight: 600;
}

.dr-herbert-text-copy.text-weight-semibold {
  margin-bottom: -6px;
  margin-left: 0;
  font-weight: 600;
}

.dr-herbert-text-copy.text-weight-semibold.no-margin {
  margin-bottom: 0;
}

.text-size-large-filler {
  color: var(--text-color--text-primary);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.text-size-large-filler.is-custom {
  color: var(--text-color--text-secondary);
  text-align: center;
  font-weight: 500;
}

.text-size-large-filler.is-custom-2 {
  color: #005868;
  font-weight: 500;
}

.text-size-large-filler.grey {
  color: var(--base-color-neutral--neutral);
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-size-large-filler.big {
  font-size: 1.625rem;
}

.text-size-medium-left {
  color: var(--text-color--text-primary);
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-left.text-weight-semibold {
  font-style: normal;
}

.text-size-medium-left.text-weight-semibold.text-style-italic.text-align-center.super-under {
  background-image: url('../images/Line-shorter.svg');
  align-self: center;
  padding-bottom: .5rem;
}

.text-size-medium-left.text-weight-semibold.text-color-teal {
  color: #005868;
}

.text-size-medium-left.text-color-secondary {
  line-height: 1;
}

.text-size-medium-left.text-color-white.text-weight-semibold {
  font-family: Open Sans, sans-serif;
}

.text-size-medium-left.text-color-teal {
  color: #005868;
}

.text-size-medium-left.text-color-teal.margin-top.margin-xsmall {
  text-align: left;
  display: inline-flex;
}

.text-size-medium-left.is-custom {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
}

.text-size-medium-left.text-align-center {
  color: var(--text-color--text-primary);
}

.text-size-regular-center {
  text-align: center;
  font-size: 1rem;
}

.text-size-regular-center.custom-line-height {
  line-height: 1;
}

.top-message {
  background-color: var(--color);
  max-width: 100%;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.deadline {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.section {
  color: var(--base-color-neutral--white);
  background-color: #fff;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.deadline-header {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

@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;
  }

  .padding-top.padding-section-medium {
    padding-bottom: 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;
  }

  .heading-style-h3 {
    font-size: 1.625rem;
  }

  .heading-style-h3.text-weight-semibold {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .heading-style-h3.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3.is-dr-custom {
    margin-left: 0;
    font-size: 1.25rem;
  }

  .heading-style-h3.small-tablet {
    font-size: 1.375rem;
  }

  .padding-global.padding-section-hero {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .padding-global.padding-section-small.no-bottom {
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-medium {
    padding: 3rem 1.5rem;
  }

  .padding-global.padding-section-medium.no-bot-tablet {
    padding-bottom: 0;
  }

  .padding-global.padding-top.padding-section-medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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;
  }

  .text-size-large, .text-size-large.text-weight-medium, .text-size-large.big.text-weight-semibold.text-color-white {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.text-color-white.max-width {
    width: 73%;
  }

  .heading-style-h2.text-weight-semibold {
    font-size: 1.75rem;
  }

  .heading-style-h2.small.text-weight-medium.text-color-white {
    font-size: 2rem;
  }

  .button-main {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    box-shadow: 5px 6px #4abcd4;
  }

  .button-main.is-small.hide-desktop {
    display: inline-flex;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .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: 1rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xxhuge.is-custom {
    padding-top: 4rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_menu {
    background-color: var(--background-color--background-primary);
    text-align: center;
  }

  .nav_menu_link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: var(--background-color--background-tertiary);
    color: var(--background-color--background-primary);
    border-radius: 1rem;
    padding: .9rem;
  }

  .hero_content {
    width: 100%;
  }

  .section_hero-invest {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .nav_bonus-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .nav_bonus-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero_h3-line-wrapper {
    width: 100%;
  }

  .hero_line {
    width: 30%;
    right: 19%;
  }

  .summary_content-wrapper {
    width: 100%;
  }

  .summary_image {
    display: none;
  }

  .deal-terms_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .deal-terms_card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .perks_header {
    width: 80%;
  }

  .perks_grid-bonuses {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    text-align: center;
    width: 100%;
  }

  .perks_grid-bonuses.is-3col {
    grid-template-columns: 1fr 1fr;
  }

  .perks_subheader {
    font-size: 1.25rem;
  }

  .perks_light-left {
    border-radius: .75rem 0 0 .75rem;
  }

  .perks_light-right {
    border-radius: 0 .75rem .75rem 0;
  }

  .perks_dark-left {
    border-radius: .75rem 0 0 .75rem;
  }

  .perks_dark-right {
    border-radius: 0 .75rem .75rem 0;
  }

  .perks_light-middle, .perks_dark-middle {
    border-radius: 0;
  }

  .quote_name-2col {
    flex-flow: row;
    width: 100%;
  }

  .quotes_product-decor {
    width: 15%;
    top: -10%;
  }

  .glutathione_2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .glut-list {
    font-size: 1rem;
  }

  .dr-herbert_wrapper {
    flex-flow: column;
  }

  .dr-herbert-text {
    font-size: 1rem;
  }

  .dr-herbert-text.is-bigger {
    font-size: 1.5rem;
  }

  .dr-herbert-text.text-weight-semibold {
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .dr-herbert-content {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .dr-herbert_image-wrapper {
    order: 1;
    width: 100%;
    position: static;
  }

  .proof_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .proof_card {
    width: 100%;
  }

  .testimonial_slider.hide-desktop {
    display: block;
  }

  .right-arrow {
    width: 5%;
    inset: 0% 1% 0% auto;
  }

  .slide-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slide-content-wrapper {
    width: 100%;
  }

  .slide-content-wrapper.is-right-aligned {
    display: block;
  }

  .testimonial_hero {
    width: 60%;
    margin-top: -81px;
    margin-left: 20%;
    margin-right: 20%;
    position: static;
  }

  .short-line-1, .short-line-2 {
    display: none;
  }

  .ceo_max-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .ceo_max-image {
    flex: 0 auto;
    width: 47%;
  }

  .ceo_max-quote {
    flex: 0 auto;
    width: auto;
  }

  .ceo_max-career-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .process-card {
    width: 100%;
  }

  .process_grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .button-wrapper {
    z-index: 2;
    position: relative;
  }

  .section_tap {
    z-index: 1;
  }

  .pills_wrapper.large {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .pills_center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .join_stack {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-secondary {
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .hero-play-button {
    width: 85%;
  }

  .nav-hamburger-icon {
    width: 100%;
    font-size: 2.8rem;
    line-height: .8;
  }

  .mobile-button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .disclosures_wrapper {
    text-align: left;
  }

  .menu-button {
    max-height: 100%;
  }

  .menu-button.w--open {
    background-color: #b0123c;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
  }

  .nav-menu.space {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #121212;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_wrapper.dark {
    background-color: #000;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-email-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
  }

  .hide-desktop {
    display: block;
  }

  .subscribe-form {
    width: 100%;
  }

  .partner_info-grid.even {
    grid-template-columns: 1fr;
  }

  .partner_info-card.dark {
    padding: 2rem;
  }

  .study_wrap {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .study-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partner_bullet {
    text-align: center;
    font-size: 1rem;
  }

  .perks_grid-bonuses-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    text-align: center;
    width: 100%;
  }

  .perks_grid-bonuses-copy.is-3col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .perks_grid-bonuses-copy.is-3col-copy {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-large-copy, .text-size-large-copy.text-weight-medium, .text-size-large-copy.big.text-weight-semibold.text-color-white {
    font-size: 1.25rem;
  }

  .perks_light-middle-copy, .perks_dark-middle-copy {
    border-radius: 0;
  }

  .heading-style-h3-copy {
    font-size: 1.625rem;
  }

  .heading-style-h3-copy.text-weight-semibold {
    font-size: 1.25rem;
  }

  .heading-style-h3-copy.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-copy.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3-copy.is-dr-custom {
    font-size: 1.25rem;
  }

  .heading-style-h3-copy.small-tablet {
    font-size: 1.375rem;
  }

  .perks_subheader-copy {
    font-size: 1.25rem;
  }

  .paragraph-faq {
    font-size: 1.125rem;
  }

  .heading-style-h2-opener {
    font-size: 2rem;
  }

  .heading-style-h2-opener.text-color-white.max-width {
    width: 80%;
    font-size: 2rem;
  }

  .heading-style-h2-opener.text-weight-semibold {
    font-size: 1.75rem;
  }

  .heading-style-h2-opener.small.text-weight-medium.text-color-white {
    font-size: 2rem;
  }

  .proof_row_pubmed {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-style-h3-invest {
    font-size: 1.625rem;
  }

  .heading-style-h3-invest.text-weight-semibold {
    font-size: 1.25rem;
  }

  .heading-style-h3-invest.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-invest.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3-invest.is-dr-custom {
    font-size: 1.25rem;
  }

  .heading-style-h3-invest.small-tablet {
    font-size: 1.375rem;
  }

  .heading-style-h3-invest.text-weight-semibold-invest {
    width: 80%;
    font-size: 1rem;
  }

  .heading-style-h3-invest.text-weight-semibold-invest.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-top {
    font-size: 1.625rem;
  }

  .heading-style-h3-top.text-weight-semibold {
    font-size: 1.25rem;
  }

  .heading-style-h3-top.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-top.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3-top.is-dr-custom {
    font-size: 1.25rem;
  }

  .heading-style-h3-top.small-tablet {
    font-size: 1.375rem;
  }

  .button-main-orange {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    box-shadow: 5px 6px #f5f9fa;
  }

  .button-main-orange.is-small.hide-desktop {
    display: inline-flex;
  }

  .button-main-blue {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    box-shadow: 5px 6px #4abcd4;
  }

  .button-main-blue.is-small.hide-desktop {
    display: inline-flex;
  }

  .heading-style-h1-hero {
    font-size: 2.5rem;
    display: none;
  }

  .heading-style-h1-hero-mobile {
    font-size: 1.9rem;
    display: block;
  }

  .button-main-study {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    box-shadow: 5px 6px #f5f9fa;
  }

  .button-main-study.is-small.hide-desktop {
    display: inline-flex;
  }

  .heading-style-h3-jon {
    font-size: 1.625rem;
  }

  .heading-style-h3-jon.text-weight-semibold {
    font-size: 1.25rem;
  }

  .heading-style-h3-jon.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-jon.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3-jon.is-dr-custom {
    font-size: 1.25rem;
  }

  .heading-style-h3-jon.small-tablet {
    font-size: 1.375rem;
  }

  .image-3 {
    text-align: center;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span-12 {
    font-size: .9rem;
  }

  .spacer-medium-less {
    padding-top: 1rem;
  }

  .heading-style-h3-wellness {
    font-size: 1.625rem;
  }

  .heading-style-h3-wellness.text-weight-semibold {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .heading-style-h3-wellness.text-weight-semibold.big-tablet {
    font-size: 1.75rem;
  }

  .heading-style-h3-wellness.text-color-white {
    width: 100%;
    font-size: 2.5rem;
  }

  .heading-style-h3-wellness.is-dr-custom {
    font-size: 1.25rem;
  }

  .heading-style-h3-wellness.small-tablet {
    font-size: 1.375rem;
  }

  .heading-style-h2-wellness {
    font-size: 2rem;
  }

  .heading-style-h2-wellness.text-color-white.max-width {
    width: 73%;
  }

  .heading-style-h2-wellness.text-weight-semibold {
    font-size: 1.75rem;
  }

  .heading-style-h2-wellness.small.text-weight-medium.text-color-white {
    font-size: 2rem;
  }

  .text-size-medium-study {
    font-size: 1.125rem;
  }

  .text-size-medium-study.text-align-center {
    width: 90%;
  }

  .text-size-medium-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2-nomarg {
    font-size: 2rem;
  }

  .heading-style-h2-nomarg.text-color-white.max-width {
    width: 73%;
  }

  .heading-style-h2-nomarg.text-weight-semibold {
    font-size: 1.75rem;
  }

  .heading-style-h2-nomarg.small.text-weight-medium.text-color-white {
    font-size: 2rem;
  }

  .image-4 {
    max-width: 60%;
  }

  .dr-herbert-text-citations {
    font-size: 1rem;
  }

  .dr-herbert-text-citations.is-bigger {
    font-size: 1.5rem;
  }

  .dr-herbert-text-citations.text-weight-semibold {
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .dr-herbert-text-citation {
    font-size: 1rem;
  }

  .dr-herbert-text-citation.is-bigger {
    font-size: 1.5rem;
  }

  .dr-herbert-text-citation.text-weight-semibold {
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .dr-herbert-text-citation-2 {
    font-size: 1rem;
  }

  .dr-herbert-text-citation-2.is-bigger {
    font-size: 1.5rem;
  }

  .dr-herbert-text-citation-2.text-weight-semibold {
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .dr-herbert-text-copy {
    font-size: 1rem;
  }

  .dr-herbert-text-copy.is-bigger {
    font-size: 1.5rem;
  }

  .dr-herbert-text-copy.text-weight-semibold {
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .text-size-large-filler, .text-size-large-filler.text-weight-medium, .text-size-large-filler.big.text-weight-semibold.text-color-white {
    font-size: 1.25rem;
  }

  .text-size-medium-left {
    font-size: 1.125rem;
  }
}

@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-h2.text-color-white.max-width {
    width: 93%;
  }

  .heading-style-h2.small {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-size-medium.is-custom {
    padding-top: 1rem;
  }

  .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;
  }

  .hero_h3-line-wrapper {
    width: 100%;
  }

  .deal-terms_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .perks_header {
    width: 100%;
  }

  .quote_name-2col {
    flex-flow: column;
  }

  .glutathione_2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .glutathione_card {
    width: 100%;
  }

  .glut-product-decor {
    width: 20%;
    bottom: -3%;
  }

  .proof_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .proof_row.hero_grid, .process_grid {
    grid-template-columns: 1fr;
  }

  .process_card-header {
    font-size: 1.5rem;
  }

  .process_card-icon {
    height: 3rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .pills_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .pills_center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .comment_split {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_sublink-flex {
    flex-flow: wrap;
  }

  .disclosures_wrapper {
    padding-left: 1rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner_image {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .partner_info-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .partner_info-card.dark {
    padding: 1rem;
  }

  .partner_stat-cell {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .partner_info-stack {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
  }

  .text-size-large-copy {
    font-size: 1.25rem;
  }

  .heading-style-h3-copy {
    font-size: 1.5rem;
  }

  .heading-style-h2-opener {
    font-size: 2rem;
  }

  .heading-style-h2-opener.text-color-white.max-width {
    width: 93%;
  }

  .heading-style-h2-opener.small {
    font-size: 2rem;
  }

  .proof_row_pubmed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .proof_row_pubmed.hero_grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-invest, .heading-style-h3-top {
    font-size: 1.5rem;
  }

  .heading-style-h1-hero {
    font-size: 2.5rem;
    display: none;
  }

  .process_card-header-01, .process_card-header-02, .process_card-header-03, .process_card-header-04, .process_card-header-05 {
    font-size: 1.5rem;
  }

  .partner_image_chris {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .heading-style-h1-hero-mobile {
    font-size: 2.5rem;
  }

  .heading-style-h3-jon {
    font-size: 1.5rem;
  }

  .spacer-medium-less {
    padding-top: 1.25rem;
  }

  .heading-style-h3-wellness {
    font-size: 1.5rem;
  }

  .heading-style-h2-wellness {
    font-size: 2rem;
  }

  .heading-style-h2-wellness.text-color-white.max-width {
    width: 93%;
  }

  .heading-style-h2-wellness.small {
    font-size: 2rem;
  }

  .text-size-medium-study.is-custom, .text-size-medium-quote.is-custom {
    padding-top: 1rem;
  }

  .heading-style-h2-nomarg {
    font-size: 2rem;
  }

  .heading-style-h2-nomarg.text-color-white.max-width {
    width: 93%;
  }

  .heading-style-h2-nomarg.small {
    font-size: 2rem;
  }

  .text-size-large-filler {
    font-size: 1.25rem;
  }

  .text-size-medium-left.is-custom {
    padding-top: 1rem;
  }
}

@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;
  }

  .heading-style-h3 {
    font-size: 1.3rem;
  }

  .heading-style-h3.text-weight-semibold {
    font-size: 1.2rem;
  }

  .heading-style-h3.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3.text-color-white {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading-style-h3.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3.small-tablet {
    font-size: 1.3rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    text-align: center;
    font-size: 2rem;
  }

  .padding-global.padding-section-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-medium.no-bot-tablet {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.custom-line-height {
    font-size: .9rem;
  }

  .heading-style-h4.text-color-secondary {
    font-size: 1.4rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .text-size-large.text-weight-bold, .text-size-large.grey {
    font-size: .7rem;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
  }

  .heading-style-h2.text-color-white {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-style-h2.text-color-white.max-width {
    width: 100%;
  }

  .heading-style-h2.text-weight-bold.text-color-white {
    font-size: 1.8rem;
  }

  .heading-style-h2.text-weight-semibold, .heading-style-h2.is-custom {
    font-size: 1.6rem;
  }

  .heading-style-h2.small {
    font-size: 1.8rem;
  }

  .button-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-main.is-small.hide-desktop {
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .text-size-medium.text-weight-semibold.text-color-teal {
    text-align: left;
  }

  .nav_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav_logo {
    width: 6rem;
  }

  .nav_button.w--open {
    padding: .5rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .nav_bonus-button, .nav_bonus-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-bonus-header {
    font-size: 1rem;
  }

  .hero_h3-line-wrapper {
    width: 100%;
  }

  .hero_line {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .hero_button-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .hero_link-row {
    grid-column-gap: 1.6rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .deal-terms_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .deal-terms_wrapper.is-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .deal-terms_card {
    padding: 1rem;
  }

  .perks_header {
    width: 100%;
  }

  .perks_grid-bonuses {
    margin-top: 0;
  }

  .perks_subheader {
    font-size: 1.2rem;
  }

  .quotes_slide-wrapper {
    grid-template-columns: 1fr;
  }

  .quotes_product-decor {
    width: 22%;
    inset: -6% 0% auto auto;
  }

  .section_glutathione {
    background-position: 0 0, 46%;
    background-size: auto, cover;
  }

  .glut-line {
    width: 8.6rem;
    bottom: 2px;
  }

  .glutathione_card {
    padding: 1rem;
  }

  .glut-product-decor {
    width: 28%;
    inset: auto auto -2% 0%;
  }

  .dr-herbert_riboceine-wrapper {
    padding: 1rem;
  }

  .dr-herbert-text.is-bigger {
    font-size: 1.2rem;
  }

  .dr-herbert-text.text-weight-semibold {
    font-size: 1.1rem;
  }

  .proof_header {
    width: 100%;
  }

  .proof_row {
    grid-template-rows: auto auto auto;
  }

  .proof_card.is-4-pubmed {
    width: 100%;
  }

  .span-text-2rem {
    font-size: 1.8rem;
  }

  .section-curved-image.static.invert.top {
    vertical-align: top;
  }

  .left-arrow {
    width: 11%;
  }

  .right-arrow {
    width: 12%;
  }

  .slide-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .ceo_max-2col {
    flex-flow: column;
  }

  .ceo_max-image {
    width: 100%;
  }

  .ceo_max-quote {
    padding: 1rem;
  }

  .process_card-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .process_card-header {
    font-size: 1.4rem;
  }

  .process_card-icon {
    height: 2.5rem;
  }

  .button-wrapper {
    z-index: 2;
  }

  .pills_wrapper {
    padding: 1rem;
  }

  .pils_upper {
    padding-bottom: 1rem;
  }

  .pills_forms-stack {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .pills_form-text {
    font-size: 1rem;
    line-height: 1.3;
  }

  .faq_line.top-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq_lower.show {
    display: block;
  }

  .footer_link-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .footer_link {
    font-size: 1.2rem;
  }

  .footer_sublink-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_sublink {
    margin-left: 0;
  }

  .footer_sublink.left {
    text-align: left;
    margin-left: 0;
  }

  .hero-play-button {
    width: 80%;
  }

  .mobile-button-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section_disclosures-popup {
    display: none;
  }

  .disclosures_wrapper {
    padding: 1rem;
  }

  .disclosures_exit-icon {
    height: 1.5rem;
  }

  .section_link-row {
    grid-column-gap: 1.6rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .navbar_wrapper {
    height: 5rem;
  }

  .container {
    width: 94%;
  }

  .container.nav {
    width: 100%;
  }

  .brand-logo {
    width: 164px;
  }

  .brand_wrapper.w--current {
    margin-right: 10px;
  }

  .section_proceeds-popup, .section_invest-popup {
    display: none;
  }

  .partner_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
  }

  .partner_image {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .perks_grid-bonuses-copy {
    margin-top: 0;
  }

  .text-size-large-copy {
    font-size: 1.1rem;
  }

  .text-size-large-copy.grey {
    font-size: .5rem;
  }

  .heading-style-h3-copy {
    font-size: 1.3rem;
  }

  .heading-style-h3-copy.small-tablet, .heading-style-h3-copy {
    font-size: 1.3rem;
  }

  .heading-style-h3-copy.text-weight-semibold {
    font-size: .8rem;
  }

  .heading-style-h3-copy.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-copy.text-color-white {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading-style-h3-copy.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3-copy.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3-copy.small-tablet {
    font-size: 1.3rem;
  }

  .perks_subheader-copy {
    font-size: .8rem;
  }

  .heading-5 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .8rem;
    font-weight: 400;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    font-size: .7rem;
    font-weight: 700;
  }

  .image {
    max-width: 80%;
  }

  .nav_container_copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h2-opener {
    font-size: 1.6rem;
  }

  .heading-style-h2-opener.text-color-white {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-style-h2-opener.text-color-white.max-width {
    width: 100%;
    font-size: 1.2rem;
  }

  .heading-style-h2-opener.text-weight-bold.text-color-white {
    font-size: 1.8rem;
  }

  .heading-style-h2-opener.text-weight-semibold, .heading-style-h2-opener.is-custom {
    font-size: 1.6rem;
  }

  .heading-style-h2-opener.small {
    font-size: 1.8rem;
  }

  .proof_row_pubmed {
    grid-template-rows: auto;
  }

  .heading-style-h3-invest {
    font-size: 1.3rem;
  }

  .heading-style-h3-invest.text-weight-semibold {
    font-size: 1.2rem;
  }

  .heading-style-h3-invest.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-invest.text-color-white {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading-style-h3-invest.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3-invest.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3-invest.small-tablet {
    font-size: 1.3rem;
  }

  .heading-style-h3-invest.text-weight-semibold-invest {
    width: 90%;
    font-size: 1rem;
  }

  .heading-style-h3-invest.text-weight-semibold-invest.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-top {
    font-size: 1.3rem;
  }

  .heading-style-h3-top.text-weight-semibold {
    font-size: 1.2rem;
  }

  .heading-style-h3-top.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-top.text-color-white {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading-style-h3-top.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3-top.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3-top.small-tablet {
    font-size: 1.3rem;
  }

  .button-main-orange {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-main-orange.is-small.hide-desktop {
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .button-main-blue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-main-blue.is-small.hide-desktop {
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-style-h1-hero {
    text-align: center;
    font-size: 1.5rem;
    display: none;
  }

  .link_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    display: inline-flex;
  }

  .certifications_container {
    grid-auto-flow: column;
  }

  .citation_hero {
    overflow-wrap: break-word;
  }

  .process_card-header-01, .process_card-header-02, .process_card-header-03, .process_card-header-04, .process_card-header-05 {
    font-size: 1.4rem;
  }

  .partner_image_chris {
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .image_copy {
    max-width: 80%;
  }

  .text-span-7 {
    font-size: .8rem;
  }

  .heading-style-h1-hero-mobile {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.3rem;
  }

  .button-main-study {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-main-study.is-small.hide-desktop {
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-style-h3-jon {
    font-size: 1.3rem;
  }

  .heading-style-h3-jon.text-weight-semibold {
    font-size: 1.2rem;
  }

  .heading-style-h3-jon.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-jon.text-color-white {
    text-align: center;
    font-size: 1.25rem;
  }

  .heading-style-h3-jon.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3-jon.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3-jon.small-tablet {
    font-size: 1.3rem;
  }

  .text_nagasawa_title {
    font-size: .8rem;
  }

  .container-large-_nagasawa {
    margin-bottom: 0;
    padding: 1rem;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .image-3 {
    max-width: 55%;
  }

  .heading-style-h3-wellness {
    font-size: 1.3rem;
  }

  .heading-style-h3-wellness.text-weight-semibold {
    font-size: 1.2rem;
  }

  .heading-style-h3-wellness.text-weight-semibold.big-tablet {
    font-size: 1.4rem;
  }

  .heading-style-h3-wellness.text-color-white {
    text-align: center;
    font-size: 1.8rem;
  }

  .heading-style-h3-wellness.is-dr-custom {
    line-height: 1.3;
  }

  .heading-style-h3-wellness.is-custom {
    font-size: 1.2rem;
  }

  .heading-style-h3-wellness.small-tablet {
    font-size: 1.3rem;
  }

  .heading-style-h2-wellness {
    font-size: 1.6rem;
  }

  .heading-style-h2-wellness.text-color-white {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-style-h2-wellness.text-color-white.max-width {
    width: 100%;
  }

  .heading-style-h2-wellness.text-weight-bold.text-color-white, .heading-style-h2-wellness.text-weight-semibold, .heading-style-h2-wellness.is-custom {
    font-size: 1.6rem;
  }

  .heading-style-h2-wellness.small {
    font-size: 1.8rem;
  }

  .text-size-medium-study.text-weight-semibold.text-color-teal {
    text-align: left;
  }

  .text-size-medium-study.text-align-center {
    width: 100%;
  }

  .text-size-medium-quote.text-weight-semibold.text-color-teal {
    text-align: left;
  }

  .heading-style-h2-nomarg {
    font-size: 1.6rem;
  }

  .heading-style-h2-nomarg.text-color-white {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-style-h2-nomarg.text-color-white.max-width {
    width: 100%;
  }

  .heading-style-h2-nomarg.text-weight-bold.text-color-white {
    font-size: 1.8rem;
  }

  .heading-style-h2-nomarg.text-weight-semibold, .heading-style-h2-nomarg.is-custom {
    font-size: 1.6rem;
  }

  .heading-style-h2-nomarg.small {
    font-size: 1.8rem;
  }

  .dr-herbert-text-citations.is-bigger {
    font-size: 1.2rem;
  }

  .dr-herbert-text-citations.text-weight-semibold {
    font-size: 1.1rem;
  }

  .dr-herbert-text-citation.is-bigger {
    font-size: 1.2rem;
  }

  .dr-herbert-text-citation.text-weight-semibold {
    font-size: 1.1rem;
  }

  .dr-herbert-text-citation-2.is-bigger {
    font-size: 1.2rem;
  }

  .dr-herbert-text-citation-2.text-weight-semibold {
    font-size: 1.1rem;
  }

  .dr-herbert-text-copy.is-bigger {
    font-size: 1.2rem;
  }

  .dr-herbert-text-copy.text-weight-semibold, .text-size-large-filler {
    font-size: 1.1rem;
  }

  .text-size-large-filler.grey {
    font-size: .5rem;
  }

  .text-size-medium-left.text-weight-semibold.text-color-teal {
    text-align: left;
  }

  .text-size-regular-center.custom-line-height {
    font-size: .9rem;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .deadline {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .deadline-header {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-bf2a4353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8cf3739-f9b7-4431-bd68-e461d9a00a36-bf2a4353 {
  place-self: auto;
}

#w-node-_164b1527-d30e-327b-c10f-e96b963a1593-bf2a4353, #w-node-_594abe58-9594-8151-a957-78ff69c78167-bf2a4353 {
  align-self: end;
}

#w-node-_44ca98c0-1901-eb38-5719-51efa2168613-bf2a4353 {
  place-self: stretch;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bf2a4356 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-bf2a4356, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-bf2a4356 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-bf2a4356 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-bf2a4356 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-bf2a4356 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-bf2a4356, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-bf2a4356 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-bf2a4356 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-bf2a4356, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-bf2a4356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-bf2a4356 {
  justify-self: start;
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-5fdccaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7c91ae-da24-a7cc-e1d4-daf9ca1993f4-5fdccaba, #w-node-_0e223410-728c-1bd5-3bc1-5741917d7d47-5fdccaba, #w-node-d2509673-4d9a-0409-55ed-61587966664f-5fdccaba, #w-node-_9a7c91ae-da24-a7cc-e1d4-daf9ca1993f6-5fdccaba {
  align-self: end;
}

#w-node-_44ca98c0-1901-eb38-5719-51efa2168613-5fdccaba {
  place-self: stretch;
}

#w-node-_5ef03a8c-a0df-7778-bbc7-754b6fe758cb-5fdccaba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a79a1f9-7426-617b-f44c-ac77c00db1b1-5fdccaba {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-f8ffda9b-bf86-35fc-4f6f-107e5c10df85-bf2a4353, #w-node-_84b4420d-3fc8-5b96-3561-16785ec81587-bf2a4353 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c97acd1b-2910-3e9b-eba5-59ad3fdb5595-bf2a4353 {
    align-self: center;
  }

  #w-node-_5ef03a8c-a0df-7778-bbc7-754b6fe758cb-5fdccaba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c97acd1b-2910-3e9b-eba5-59ad3fdb5595-5fdccaba {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8ffda9b-bf86-35fc-4f6f-107e5c10df85-bf2a4353, #w-node-_84b4420d-3fc8-5b96-3561-16785ec81587-bf2a4353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


