@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  tab-size: 4; /* 4 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  /* font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; */
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(214, 231, 235, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  text-align: center;
  /* padding: 30px; */
  padding: 60px 90px;
  width: 726px;
  max-width: 90vh;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__header h3 {
  margin-top: 0;
  color: #1D4D60;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.modal__footer a {
  cursor: pointer;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* barlow */
/* @font-face {
  font-family: "Barlow";
  src: url("/themes/custom/zepzelcapro/fonts/Barlow-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/themes/custom/zepzelcapro/fonts/Barlow-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/themes/custom/zepzelcapro/fonts/Barlow-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/themes/custom/zepzelcapro/fonts/Barlow-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("/themes/custom/zepzelcapro/fonts/Barlow-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
/* merriweather */
/* @font-face {
  font-family: "Merriweather";
  src: url("/themes/custom/zepzelcapro/fonts/Merriweather_24pt-SemiBold.ttf")
    format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("/themes/custom/zepzelcapro/fonts/Merriweather_24pt-Bold.ttf")
    format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */
h1 {
  font-family: "Barlow";
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
  }
}

h2 {
  font-family: "Barlow";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
  }
}

h3 {
  font-family: "Barlow";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
}

h4 {
  font-family: "Barlow";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
}

h5 {
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}

h6 {
  font-family: "Barlow";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}

p {
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.isi-title {
  color: #0d4e69;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

label,
legend {
  /* Desktop & Mobile/Body-SemiBold */
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.section-title {
  color: var(--prussian-blue-medium);
  border-bottom: 3px solid var(--gold);
  margin-bottom: 7px;
  display: inline-block;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 27px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 40px;
  }
}

p.reference {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
p.reference span.hang {
  margin-left: -6px;
}

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

.text-underline {
  text-decortaion: underline;
}

.text-blue {
  color: #2f7a8b !important;
}

.text-white {
  color: white;
}

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

.text-rust {
  color: var(--rust-dark) !important;
}

.text-prussian-blue-med {
  color: var(--prussian-blue-medium);
}

:root {
  /* COLORS */
  /* neutral */
  --white: #ffffff;
  --neutral-150: #d8d9d9;
  --neutral-300: #b2b2b2;
  --neutral-400: #999999;
  --neutral-500: #7f7f7f;
  --neutral-600: #666666;
  --neutral-900: #333333;
  --black: #000000;
  /* primary */
  --cerulean-blue-accessible: #2f7a8b;
  --prussian-blue-dark: #103240;
  --prussian-blue-medium: #1d4d60;
  --cerulean-blue: #4995a6;
  --cerulean-blue-medium: #70aab7;
  --cerulean-blue-light: #d6e7eb;
  /* secondary */
  --rust-dark: #993e3e;
  --bronze: #c77429;
  --gold: #fac278;
  --peach: #f9e9d6;
  --beige: #f6f5f0;
  /* system */
  --error: #d11e1e;
  --success: #077754;
}

body {
  background: var(--beige);
  font-feature-settings: "liga" off;
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.down-arrow-link {
  position: relative;
  display: inline-block;
  color: var(--prussian-blue-medium);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 22px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: 3px solid var(--rust-dark);
}
.down-arrow-link:after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  right: -30px;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down@2x.png") no-repeat top right transparent;
  background-size: 24px;
}
.down-arrow-link:hover {
  border-bottom: 3px solid transparent;
}

.right-arrow-link {
  position: relative;
  display: inline-block;
  color: var(--prussian-blue-medium);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 3px solid var(--rust-dark);
}
.right-arrow-link:hover {
  border-bottom: 3px solid #fff;
}
.right-arrow-link.no-border {
  border-bottom: 3px solid #fff !important;
}
.right-arrow-link.no-border:hover {
  border-bottom: 3px solid var(--rust-dark) !important;
}
.right-arrow-link:after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  right: -30px;
  transition: right 200ms ease-out;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right2@2x.png") no-repeat top right transparent;
  background-size: 24px;
}
.right-arrow-link:hover:after {
  right: -34px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.nowrap {
  text-wrap: nowrap;
}

@media (min-width: 1024px) {
  .anchor-link {
    position: relative;
    top: 4px;
  }
}
@media (max-width: 1023px) {
  .anchor-link {
    scroll-margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .anchor-link-efficacy {
    scroll-margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .anchor-link-safety {
    position: relative;
    top: 4px;
  }
}
@media (max-width: 1023px) {
  .anchor-link-safety {
    scroll-margin-top: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}
.container--form {
  max-width: 730px;
}

.section {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .section {
    margin-left: 180px;
  }
}
.section > div {
  /* max-width: 823px; */
  width: 100%;
}
@media (min-width: 1024px) {
  .section > div {
    max-width: 823px;
    padding-top: 40px;
  }
}

.hero,
.hero-contact {
  position: relative;
}
.hero .site-logo,
.hero-contact .site-logo {
  position: relative;
  z-index: 2;
  max-width: 203px;
}
.hero h1,
.hero-contact h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--prussian-blue-medium);
}
.hero h1 span,
.hero-contact h1 span {
  color: var(--cerulean-blue-accessible);
}
.hero h2,
.hero-contact h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--prussian-blue-medium);
}
.hero h2 span.text-blue,
.hero-contact h2 span.text-blue {
  color: var(--cerulean-blue-accessible);
}

@media (min-width: 1024px) {
  .hero {
    min-height: 100vh;
  }
}
.hero > div {
  padding: 160px 0 0px;
}

.hero-contact > div {
  padding-top: 60px;
}

/* hero content */
.hero--content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* > div {
    opacity: 0;
    transition: opacity 100ms ease-out;
  } */
}
@media (min-width: 1024px) {
  .hero--content {
    flex-direction: row;
    padding-left: 40px;
  }
}
.hero--content .hero--content--one {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.hero--content .hero--content--one h1 {
  margin: 0 0 8px 0;
}
.hero--content .hero--content--one p {
  color: var(--prussian-blue-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
  max-width: 450px;
  width: 100%;
}
.hero--content .hero--content--two {
  position: relative;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero--content .hero--content--two {
    flex: 0 1 373px;
  }
}
.hero--content .hero--content--two h2 {
  font-family: "Barlow Condensed";
  margin: 0 0 40px 0;
}

.hero--scroll-more-cta {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .hero--scroll-more-cta {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero--scroll-more-cta {
    margin-top: 200px;
  }
}
.hero--scroll-more-cta span {
  border-radius: 40px;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-scroll-more-dark@2x.png") no-repeat center right 20px #1d4d60;
  background-size: 16px 23px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8px 46px 8px 18px;
  /* color: #fff; */
  color: #1d4d60;
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

/* hero card */
.hero--card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  opacity: 0;
  transition: opacity 100ms ease-out;
  margin-top: 20px;
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .hero--card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
  }
}
.hero--card.hero-three {
  opacity: 1;
}
.hero--card hr {
  height: 6px;
  max-width: 97px;
  background: var(--cerulean-blue);
  margin: 0 auto;
  display: block;
  border: 0;
}
@media (min-width: 1024px) {
  .hero--card hr {
    display: none;
  }
}
.hero--card h2 {
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.484px;
  margin: 0 0 8px 0;
  color: var(--cerulean-blue-accessible);
}
.hero--card h3 {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 30px 0;
  color: var(--cerulean-blue-accessible);
}
@media (min-width: 1024px) {
  .hero--card h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hero--card .hero--card--header {
    flex: 0 0 auto;
    border-right: 6px solid var(--cerulean-blue);
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .hero--card .hero--card--content {
    padding-left: 30px;
  }
}
.hero--card .hero--card--content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  color: #0d4e69;
  margin: 30px 0 12px 0;
  text-transform: none;
}
@media (min-width: 1024px) {
  .hero--card .hero--card--content h2 {
    margin-top: 0;
  }
}
.hero--card .hero--card--content p {
  max-width: 746px;
  margin: 0;
}

.hero-contact.hero--node-11 {
  /* background: url("/themes/custom/zepzelcapro/images/bg/signup-hero-mobile.jpg")
    no-repeat 0 0 / contain transparent; */
  padding-bottom: 80px;
  background: url("/themes/custom/zepzelcapro/images/bg/sign-up-bg.png") no-repeat 0 0 var(--beige);
  /* background-size: 5062px 949px; */
  background-size: cover;
  background-attachment: fixed;
  /* background-position: -1400px 0; */
}
@media (min-width: 768px) {
  .hero-contact.hero--node-11 {
    /* background: url("/themes/custom/zepzelcapro/images/bg/signup-hero.jpg")
      no-repeat 0 0 / cover transparent; */
  }
}
@media (max-width: 1023px) {
  .hero-contact.hero--node-11 {
    background: url("/themes/custom/zepzelcapro/images/bg/mobile-bg.png") no-repeat 0 0 var(--beige);
    background-size: cover;
    background-size: 100%;
    background-attachment: fixed;
    background: transparent;
  }
}
.hero-contact.hero--node-11 > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero-contact.hero--node-11 > .container {
    padding-top: 40px;
  }
}

.hero-contact.hero--node-16,
.hero-contact.hero--node-21 {
  background: #f6f5f0;
  padding-bottom: 200px;
  /* min-height: 100vh; */
}
.hero-contact.hero--node-16 h1,
.hero-contact.hero--node-21 h1 {
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  color: #1d4d60;
  display: inline-block;
  border-bottom: 3px solid var(--gold);
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .hero-contact.hero--node-16 h1,
  .hero-contact.hero--node-21 h1 {
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
  }
}
.hero-contact.hero--node-16 h3,
.hero-contact.hero--node-21 h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #2f7a8b;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero-contact.hero--node-16 h3,
  .hero-contact.hero--node-21 h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
}

.bg-tear {
  background: url("/themes/custom/zepzelcapro/images/bg/bg-tear-4.svg") no-repeat center left transparent;
  background-position: top left -190px;
  background-size: 1250px auto;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .bg-tear {
    background-position: center right;
    background-size: cover;
    height: 100vh;
    top: 0;
    left: 0;
    width: 220%;
    background-position: top left -300px;
    background-size: 1220px auto;
  }
}

.hero--people {
  position: fixed;
  width: 164px;
  top: 440px;
  left: 200px;
  z-index: 2;
}
.hero--people img {
  width: 164px;
}
@media (max-width: 1023px) {
  .hero--people {
    /* display: none !important; */
    left: 75px;
  }
}

.hero--grass {
  position: fixed;
  width: 160px;
  top: 546px;
  left: 180px;
  z-index: 2;
}
.hero--grass img {
  width: 160px;
}
@media (max-width: 1023px) {
  .hero--grass {
    /* display: none !important; */
    left: 75px;
  }
}

.bg-hero-extras {
  z-index: 0;
}
@media (max-width: 1023px) {
  .bg-hero-extras {
    display: none !important;
  }
}
.bg-hero-extras img {
  position: absolute;
  /* bottom: 180px; */
  top: 580px;
  right: 30px;
  max-width: 164px;
  /* transform: translateX(194px); */
  opacity: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}
.bg-hero-extras.active img {
  /* transform: translateX(0); */
  opacity: 1;
}

.main {
  position: relative;
  overflow-x: hidden;
  background: url("/themes/custom/zepzelcapro/images/bg/image-beach-scene-2@2x.png") no-repeat 0 0 var(--beige);
  background-size: 5062px 949px;
  background-attachment: fixed;
  background-position: -1400px 0;
  /* &.main-efficacy {
    background-position: -600px 0;
  }
  &.main-safety {
    background-position: -1000px 0;
  }
  &.main-dosing {
    background-position: -1400px 0;
  }
  &.main-resources {
    background-position: -1800px 0;
  } */
}
@media (max-width: 1023px) {
  .main {
    background: url("/themes/custom/zepzelcapro/images/bg/mobile-bg.png") no-repeat 0 0 var(--beige);
    background: transparent;
    background-size: cover;
    background-size: 100%;
    background-attachment: fixed;
  }
}

.bg-position-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-main-land {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/themes/custom/zepzelcapro/images/bg/img-beach-scene-land@2x.png") no-repeat 0 0 transparent;
  background-size: 5062px 949px;
  background-attachment: fixed;
  background-position: -1400px 0;
}
@media (max-width: 1023px) {
  .bg-main-land {
    display: none !important;
  }
}

.bg-sun {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/themes/custom/zepzelcapro/images/bg/img-sun-bg-2@2x.png") no-repeat top right 40px transparent;
  /* background-size: 840px 949px; */
  background-size: 710px 695px;
  background-position: top left 730px;
  background-attachment: fixed;
}
@media (max-width: 1023px) {
  .bg-sun {
    display: none !important;
  }
}

#beachVideo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  #beachVideo {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  #beachVideo {
    width: 100%;
  }
}

.main--inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main--inner {
    flex-direction: row;
  }
}
.main--inner .main--content {
  flex: 1 1 auto;
  /* background: #F6F5F0; */
}

@media (max-width: 1023px) {
  .mobile-bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/themes/custom/zepzelcapro/images/bg/mobile-bg.png") no-repeat 0 0 var(--beige);
    background-size: cover;
    z-index: -1; /* Place it behind the content */
  }
}

body.hide-secondary-menu .secondary-menu,
body.hide-secondary-menu .menu,
body.hide-menu .secondary-menu,
body.hide-menu .menu {
  transform: translate(0%, -100%);
}

.hero--logo {
  transition: opacity 300ms ease-out;
}

@media (min-width: 1024px) {
  body.hide-logo .hero--logo {
    opacity: 0;
  }
}

.secondary-menu,
.menu {
  font-family: "Barlow";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: var(--prussian-blue-medium);
  position: fixed;
  width: 100%;
  z-index: 999;
  transform: translate(0%, 0%);
  transition: transform 300ms ease-out;
}

.menu-bg {
  background: rgba(255, 255, 255, 0.9);
}

.seconday-menu--inner,
.menu--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .seconday-menu--inner,
  .menu--inner {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .seconday-menu--inner > div:nth-child(1),
  .menu--inner > div:nth-child(1) {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .seconday-menu--inner > div:nth-child(2),
  .menu--inner > div:nth-child(2) {
    width: 100%;
  }
  .seconday-menu--inner > div:nth-child(2) ul,
  .menu--inner > div:nth-child(2) ul {
    justify-content: center;
  }
}
.seconday-menu--inner ul,
.menu--inner ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .seconday-menu--inner ul,
  .menu--inner ul {
    gap: 20px;
    padding: 0;
    margin: 0;
  }
}
.seconday-menu--inner li,
.menu--inner li {
  list-style: none;
}
@media (max-width: 1023px) {
  .seconday-menu--inner li:nth-child(3), .seconday-menu--inner li:nth-child(4),
  .menu--inner li:nth-child(3),
  .menu--inner li:nth-child(4) {
    display: none;
  }
}
.seconday-menu--inner a,
.menu--inner a {
  font-family: "Barlow";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--prussian-blue-medium);
  text-decoration: none;
}
.seconday-menu--inner a:hover,
.menu--inner a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .seconday-menu--inner a,
  .menu--inner a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
  }
}

.secondary-menu--sign-up-link a,
.menu--sign-up-link a {
  font-family: "Barlow";
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--rust-dark);
}
.secondary-menu--sign-up-link a:hover,
.menu--sign-up-link a:hover {
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

/* menu logo */
.menu-logo {
  padding: 12px 0;
}
.menu-logo img {
  max-width: 203px;
}
.menu-logo .hero--logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .menu-logo {
    background: rgba(255, 255, 255, 0.9);
  }
}

.menu-icon img {
  width: 44px;
}
.menu-icon .menu-icon--open {
  margin-top: 4px;
}
.menu-icon .menu-icon--close {
  display: none;
}
.menu-icon.m-open .menu-icon--open {
  display: none;
}
.menu-icon.m-open .menu-icon--close {
  display: block;
}
@media (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
}

/* mobile menu */
.mobile-menu {
  display: none;
  background: #fff;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #1d4d60;
}
.mobile-menu .mobile-menu--cta {
  background: #1d4d60;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}
.mobile-menu .mobile-menu--cta a {
  display: inline-block;
  color: #fff;
  padding: 0 0 4px 0;
  border-bottom: 3px solid var(--rust-dark);
  font-style: italic;
  font-weight: 900;
}
.mobile-menu .mobile-menu--cta a:hover {
  border-bottom: 3px solid transparent;
}
.mobile-menu .external-link-icon {
  position: relative;
  display: inline-block;
}
.mobile-menu .external-link-icon:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  content: "";
  width: 11px;
  height: 11px;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-external@2x.png") no-repeat 0 0 transparent;
  background-size: 11px 11px;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

body:not(.hide-menu) .sidebar {
  top: 120px;
}

.sidebar {
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--prussian-blue-medium);
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: opacity 100ms ease-out;
  position: relative;
  position: fixed;
  z-index: 997;
  top: 75px;
  max-height: 50vh;
  flex: 0 0 180px;
  padding-right: 20px;
  transition: top 200ms ease-out;
  /* mobile */
}
.sidebar.sidebar-active {
  opacity: 1;
}
@media (min-width: 1024px) {
  .sidebar ul {
    padding-left: 0;
  }
}
.sidebar li {
  list-style: none;
  margin: 10px 0;
}
.sidebar li a {
  display: inline-block;
  padding: 8px 0;
  color: var(--prussian-blue-medium);
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .sidebar li a {
    border: 0;
  }
}
.sidebar li a:hover, .sidebar li a.active {
  font-weight: 700;
  border-bottom: 3px solid var(--rust-dark);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .sidebar {
    position: fixed;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    background: var(--white);
  }
  .sidebar.mobile-open {
    height: 200px;
  }
  .sidebar.mobile-open a {
    display: inline-block !important;
    padding: 14px 0;
  }
  .sidebar.mobile-open a.active:after {
    transform: rotate(180deg) translateY(50%);
  }
  .sidebar.mobile-open ul {
    margin-top: 0;
  }
  .sidebar ul {
    margin: 0;
    padding: 0;
    margin-top: 6px;
  }
  .sidebar li {
    margin: 0;
  }
  .sidebar li a {
    display: none;
  }
  .sidebar li a.active {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    color: var(--rust-dark);
  }
  .sidebar li a.active:after {
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    width: 12px;
    height: 7px;
    background: url("/themes/custom/zepzelcapro/images/icons/icon-sidebar-arrow@2x.png") no-repeat 0 0 transparent;
    background-size: 12px 7px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.efficacy-container {
  position: relative;
  z-index: 2;
}
.efficacy-container > div {
  padding-top: 100px;
}
.efficacy-container h2 {
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  color: var(--prussian-blue-medium);
  border-bottom: 3px solid var(--gold);
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .efficacy-container h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin-top: 0;
  }
}
.efficacy-container h3 {
  font-weight: 500;
}
.efficacy-container .graph-container .graph-header {
  background: var(--cerulean-blue-accessible);
  text-align: center;
  color: var(--white);
  border-radius: 15px;
  padding: 12px;
}
.efficacy-container .graph-container .graph-header h6 {
  font-weight: 600;
  margin: 0;
}
.efficacy-container .graph-container .graph-img {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.efficacy-container .graph-container .graph-img img {
  border-radius: 20px;
}
.efficacy-container .graph-container .graph-img .desktop-graph {
  display: flex;
}
@media (max-width: 1024px) {
  .efficacy-container .graph-container .graph-img .desktop-graph {
    display: none;
  }
}
.efficacy-container .graph-container .graph-img .mobile-graph {
  display: none;
}
.efficacy-container .graph-container .graph-img .mobile-graph .mobile-pinch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: white;
}
.efficacy-container .graph-container .graph-img .mobile-graph .mobile-pinch img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .efficacy-container .graph-container .graph-img .mobile-graph {
    display: inherit;
  }
  .efficacy-container .graph-container .graph-img .mobile-graph .mobile-graph {
    background: white;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.efficacy-container .graph-container .graph-img .second-graph {
  position: absolute;
  top: 0;
  left: 0;
}
.efficacy-container .graph-container .graph-img .second-graph img {
  opacity: 0;
}
.efficacy-container .graph-container .graph-img .second-graph .callout {
  opacity: 0;
  background: url(/themes/custom/zepzelcapro/images/efficacy/dual-chart-callout@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -130px;
  top: 16px;
  width: 580px;
  height: 220px;
}
.efficacy-container .graph-container .graph-img .second-graph.second-callout .callout {
  background-image: url(/themes/custom/zepzelcapro/images/efficacy/dual-chart-over-callout@2x.png);
  width: 740px;
  top: 38px;
  right: -150px;
}
@media (min-width: 1025px) and (max-width: 1290px) {
  .efficacy-container .graph-container {
    margin-right: 100px;
  }
  .efficacy-container .graph-container .graph-img .second-graph .callout {
    width: 515px;
    right: -120px;
    top: 4px;
  }
  .efficacy-container .graph-container .graph-img .second-graph.second-callout .callout {
    width: 664px;
    right: -150px;
    top: 38px;
  }
}
@media (min-width: 1025px) and (max-width: 1110px) {
  .efficacy-container .graph-container {
    margin-right: 180px;
  }
  .efficacy-container .graph-container .graph-img .second-graph .callout {
    width: 460px;
    right: -154px;
    top: 30px;
  }
  .efficacy-container .graph-container .graph-img .second-graph.second-callout .callout {
    width: 590px;
    right: -154px;
    top: 34px;
  }
}
.efficacy-container .white-card {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 40px 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px;
}
.efficacy-container .white-card h5 {
  margin: 0;
}
.efficacy-container p.reference {
  margin: 0;
}
.meet-the-expert {
  position: relative;
  z-index: 4;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background: url(/themes/custom/zepzelcapro/images/bg/efficacy/me-bg-xxl.png);
}
.meet-the-expert .container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, -103% 76%);
}
@media (min-width: 1024px) {
  .meet-the-expert {
    /* background-size: 1560px; */
    background-size: cover;
    background-position: center;
    min-height: 556px;
  }
  .meet-the-expert .container {
    padding-bottom: 120px;
    /* clip-path: polygon(0 0, 100% 0, 100% 108%, -61% 67%); */
    clip-path: polygon(0 0, 100% 0, 80% 97.7%, -58% 65%);
  }
}
@media (min-width: 1560px) {
  .meet-the-expert {
    background: url("/themes/custom/zepzelcapro/images/bg/efficacy/me-bg-xxl.png");
    background-size: 1813px;
    background-position: center;
  }
  .meet-the-expert .container {
    padding-bottom: 116px;
  }
}
@media (min-width: 1813px) {
  .meet-the-expert {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .meet-the-expert {
    margin-top: 90px;
    background: none;
    background-size: 100%;
  }
  .meet-the-expert:before {
    content: "";
    display: block;
    background: url(/themes/custom/zepzelcapro/images/bg/efficacy/meet-the-expert-bg-mobile.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -90px;
  }
  .meet-the-expert .container {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.meet-the-expert .efficacy--meet-the-expert {
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .meet-the-expert .efficacy--meet-the-expert {
    margin-left: 180px;
    flex-direction: row;
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .meet-the-expert .efficacy--meet-the-expert {
    padding-top: 50px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.meet-the-expert .efficacy--meet-the-expert h2 {
  /* margin: 0 0 8px 0; */
  padding-bottom: 8px !important;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .meet-the-expert .efficacy--meet-the-expert h2 {
    font-size: 27px;
  }
}
.meet-the-expert .efficacy--meet-the-expert h4 {
  margin: 10px 0 10px;
  color: #0d4e69;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .meet-the-expert .efficacy--meet-the-expert h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .meet-the-expert .efficacy--meet-the-expert h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
.meet-the-expert .efficacy--meet-the-expert p {
  margin: 0;
}
.meet-the-expert .efficacy--meet-the-expert a {
  display: inline-block;
  color: var(--prussian-blue-medium);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 28px;
  /* background: url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right@2x.png")
    no-repeat center right transparent;
  background-size: 18px 14px; */
  margin-bottom: 20px;
  border-bottom: 3px solid var(--rust-dark);
  position: relative;
  margin-top: 20px;
  text-decoration: none;
  padding-bottom: 3px;
}
.meet-the-expert .efficacy--meet-the-expert a:after {
  content: "";
  width: 18px;
  height: 14px;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right@2x.png") no-repeat center center transparent;
  background-size: 18px 14px;
  position: absolute;
  right: -28px;
  top: 4px;
  transform: rotate(90deg);
}
.meet-the-expert .efficacy--meet-the-expert a:hover {
  border-bottom: 3px solid transparent;
}
@media (min-width: 1024px) {
  .meet-the-expert .efficacy--meet-the-expert > div:nth-child(2) {
    flex: 0 1 450px;
    transform: translateY(40px);
  }
}
.meet-the-expert .efficacy--meet-the-expert > div:nth-child(1) {
  position: relative;
}
.meet-the-expert .efficacy--meet-the-expert > div:nth-child(1) img {
  width: 100%;
}
@media (min-width: 1024px) {
  .meet-the-expert .efficacy--meet-the-expert > div:nth-child(1) img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .meet-the-expert .efficacy--meet-the-expert > div:nth-child(1) {
    flex: 0 0 300px;
  }
  .meet-the-expert .efficacy--meet-the-expert > div:nth-child(1) img {
    position: absolute;
    width: 350px;
    top: -12px;
    left: -60px;
  }
}

@media (min-width: 1024px) {
  .study-design-image {
    max-width: 920px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .study-design-image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .study-design-image {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: auto auto 30px auto;
  }
}

@media (min-width: 1024px) {
  .efficacy-container .white-card {
    max-width: 920px;
    width: 120%;
    padding: 10px 30px 15px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .efficacy-container .white-card {
    width: 100%;
  }
}
.efficacy-container .white-card h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

#efficacy.anchor-link {
  position: absolute;
  top: 8px;
}
@media (max-width: 1023px) {
  #efficacy.anchor-link {
    top: 140px;
  }
}

.efficacy-card {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 40px; */
  margin: 40px 0 100px;
}
@media (min-width: 1024px) {
  .efficacy-card {
    flex-direction: row;
  }
  .efficacy-card.card-pfsrate {
    margin: 40px 0;
  }
}
@media (max-width: 1023px) {
  .efficacy-card {
    margin: 40px 0 40px;
  }
}
.efficacy-card > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .efficacy-card > div {
    flex-direction: row;
    gap: 0;
  }
}
.efficacy-card > div > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.efficacy-card img {
  max-width: 115px;
  margin: 10px auto auto 20px;
  position: absolute;
  right: 20px;
  margin: 0;
}
@media (max-width: 1023px) {
  .efficacy-card img {
    max-width: 90px;
  }
}
.efficacy-card > div:first-child {
  flex-direction: column;
  color: var(--white);
}
@media (max-width: 1023px) {
  .efficacy-card > div:first-child {
    gap: 0;
  }
}
.efficacy-card .efficacy-card--blue {
  background: var(--cerulean-blue-accessible);
  border-radius: 20px;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .efficacy-card .efficacy-card--blue {
    position: relative;
    flex: 0 0 350px;
  }
}
.efficacy-card .efficacy-card--blue span:first-child {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: var(--gold);
}
.efficacy-card .efficacy-card--blue span:nth-child(2) {
  font-family: "Barlow";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: #fbfdfd;
  margin-top: 4px;
}
.efficacy-card .efficacy-card--white {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  justify-content: space-between;
  flex-direction: row;
}
.efficacy-card .efficacy-card--white span:first-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  color: var(--neutral-600);
}
@media (max-width: 1023px) {
  .efficacy-card .efficacy-card--white span:first-child {
    font-size: 18px;
  }
}
.efficacy-card .efficacy-card--white span:last-child {
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  color: var(--neutral-500);
}
@media (max-width: 1023px) {
  .efficacy-card .efficacy-card--white span:last-child {
    font-size: 48px;
  }
}
.efficacy-card .efficacy-card--white > div {
  border-left: 3px solid var(--gold);
  padding-left: 15px;
  justify-content: space-between;
  flex: 0 0 50%;
}
@media (min-width: 1024px) {
  .efficacy-card .efficacy-card--white > div {
    flex: 1 1 170px;
  }
}
.efficacy-card > div:nth-child(1) {
  background: var(--cerulean-blue-accessible);
  border-radius: 20px;
  padding: 28px 20px;
  justify-content: center;
}
.efficacy-card > div:nth-child(2) {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1023px) {
  .efficacy-card > div:nth-child(2) {
    padding: 30px 20px;
    gap: 10px;
  }
}

html.js .efficacy-frame-1,
html.js .efficacy-frame-2,
html.js .efficacy-frame-3 {
  opacity: 0;
}

.efficacy-animation > div:nth-child(2),
.efficacy-animation > div:nth-child(3) {
  opacity: 0;
  left: 5%;
}

/* .efficacy-bg {
  background: url("/themes/custom/zepzelcapro/images/bg/beach-scene-home.png")
    no-repeat 0 0 var(--beige);
  background-size: cover;
  background-position: -800px 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 2;
} */
.efficacy-container {
  position: relative;
  z-index: 3;
  /* opacity: 0; */
}

.efh {
  background: var(--white);
  color: var(--prussian-blue-medium);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 10px 20px;
}
.efh span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.efh-gold {
  background: var(--gold);
  color: #0d4e69;
  padding: 15px 40px;
}

.tab {
  display: inline-block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
}

.efficacy-animation {
  position: relative;
  min-height: 470px;
}
.efficacy-animation p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.efficacy-animation p b {
  font-weight: 700;
}
.efficacy-animation > div:nth-child(1) {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}
.efficacy-animation > div:nth-child(1) > div:nth-child(1) {
  flex: 0 0 156px;
}
.efficacy-animation > div:nth-child(1) > div:nth-child(2) {
  flex: 0 0 230px;
}
.efficacy-animation > div:nth-child(1) > div:nth-child(3) {
  flex: 0 0 100%;
}
.efficacy-animation > div:nth-child(2) {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}
.efficacy-animation > div:nth-child(2) > div:nth-child(1) {
  flex: 0 0 100%;
}
.efficacy-animation > div:nth-child(2) > div:nth-child(2) {
  flex: 0 0 50%;
  align-items: center;
}
.efficacy-animation > div:nth-child(2) > div:nth-child(3) {
  flex: 0 0 50%;
  align-items: center;
}
.efficacy-animation > div:nth-child(3) {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}
.efficacy-animation > div:nth-child(3) > div:nth-child(1) {
  flex: 0 0 100%;
}

.efficacy-frame-3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.efficacy-frame-3--header {
  font-size: 32.046px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.387px;
  color: #2F7A8B;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 0;
  padding: 20px 60px;
}

.efficacy-frame-5--content > div:first-child,
.efficacy-frame-6--content > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.efficacy-frame-5--content > div:first-child > span:first-child,
.efficacy-frame-6--content > div:first-child > span:first-child {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 85.581px;
}
.efficacy-frame-5--content > div:last-child,
.efficacy-frame-6--content > div:last-child {
  text-align: center;
}

.efficacy-frame-5--content > div:first-child > span:first-child {
  color: var(--neutral-500);
}

.efficacy-frame-6--content > div:first-child > span:first-child {
  color: var(--cerulean-blue-accessible);
}

.efficacy-frame-7 {
  flex: 1 1 100%;
  justify-content: center;
}

.efficacy-frame-7--content {
  text-align: center;
  display: flex;
  justify-content: center;
}
.efficacy-frame-7--content span {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}

.efficacy-frame-8 {
  flex: 1 1 100%;
  justify-content: center;
}
.efficacy-frame-8 .efficacy-frame-8--content {
  text-align: center;
  display: flex;
  justify-content: center;
}
.efficacy-frame-8 .efficacy-frame-8--content > span {
  background: #D6E7EB;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 18.055px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.085px;
  display: inline-block;
}
.efficacy-frame-8 .efficacy-frame-8--content > span > span {
  font-size: 24.073px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.085px;
  display: inline-block;
  color: var(--cerulean-blue-accessible);
}

.efficacy-frame-10--content > div:first-child,
.efficacy-frame-11--content > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.efficacy-frame-10--content > div:first-child > span:first-child,
.efficacy-frame-11--content > div:first-child > span:first-child {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 85.581px;
  color: var(--neutral-500);
}
.efficacy-frame-10--content > div:last-child,
.efficacy-frame-11--content > div:last-child {
  text-align: center;
}

.efficacy-frame-10--content > div:first-child > span:first-child {
  color: var(--neutral-500);
}

.efficacy-frame-11--content > div:first-child > span:first-child {
  color: var(--cerulean-blue-accessible);
}

.efficacy-frame-12 {
  flex: 1 1 100%;
  justify-content: center;
}
.efficacy-frame-12 .efficacy-frame-12--content {
  text-align: center;
  display: flex;
  justify-content: center;
}
.efficacy-frame-12 .efficacy-frame-12--content span {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}

.efficacy-people {
  position: absolute;
  bottom: 0;
  right: 80%;
  opacity: 0;
}

.efficacy-people-2 {
  position: absolute;
  bottom: 20px;
  right: 5%;
  opacity: 0;
}

.safety-container > div {
  /* padding-bottom: 100px; */
}
@media (min-width: 1024px) {
  .safety-container > div {
    max-width: 823px;
    padding-top: 66px;
  }
}

@media (max-width: 1023px) {
  .s-wrapper {
    padding-top: 80px;
  }
}

.safety-card--table {
  margin-top: 60px;
}
@media (min-width: 66px) {
  .safety-card--table .img-mobile {
    display: none;
  }
  .safety-card--table .img-desktop {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .safety-card--table .img-mobile {
    display: inline-block;
    width: 100%;
    /* max-width: 475px */
  }
  .safety-card--table .img-desktop {
    display: none;
  }
}
.safety-card--table h4 {
  color: #1D4D60;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .safety-card--table h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
}

.safety-card {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 40px 40px 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 1024px) {
  .safety-card {
    flex-direction: row;
  }
}
.safety-card h2 {
  order: 2;
  flex: 1 1 100%;
  margin: 0;
  padding-bottom: 8px;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  color: #0d4e69;
  border-bottom: 3px solid var(--gold);
  display: inline-block;
}
@media (min-width: 1024px) {
  .safety-card h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
  }
}
.safety-card h5 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* color: #0D4E69; */
  color: var(--cerulean-blue-accessible);
}
@media (min-width: 1024px) {
  .safety-card h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
.safety-card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #0d4e69;
  margin: 0;
}
.safety-card .safety-card--title {
  order: 2;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .safety-card .safety-card--title {
    order: 1;
    flex: 1 1 100%;
  }
}
.safety-card .safety-card--content {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  order: 3;
}
@media (min-width: 1024px) {
  .safety-card .safety-card--content {
    order: 2;
    flex: 1 1 50%;
    padding-right: 20px;
  }
}
.safety-card .safety-card--image {
  flex: 1 1 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .safety-card .safety-card--image {
    order: 2;
    flex: 0 0 75px;
  }
}
.safety-card .safety-card--image img {
  width: 75px;
}

.safety-card--container {
  position: relative;
  overflow-y: hidden;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .safety-card--container {
    /* height: 280px; */
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.safety-bg {
  background: url("/themes/custom/zepzelcapro/images/bg/beach-scene-home.png") no-repeat 0 0 var(--beige);
  background-size: cover;
  background-position: -1200px 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 4;
}

/* extras */
@media (max-width: 1023px) {
  .bg-safety-extras {
    display: none !important;
  }
}
.bg-safety-extras img {
  transition: transform 400ms ease-out;
}
.bg-safety-extras img:first-child {
  position: absolute;
  bottom: 62px;
  left: 0;
  transform: translateX(-215px);
}
.bg-safety-extras img:last-child {
  position: absolute;
  bottom: 62px;
  right: 0;
  transform: translateX(184px);
}
.bg-safety-extras.active img:first-child {
  transform: translateX(0);
}
.bg-safety-extras.active img:last-child {
  transform: translateX(0);
}

.safety--table {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .safety--table {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
  }
}
.safety--table th,
.safety--table td {
  background: rgba(255, 255, 255, 0.8);
}
.safety--table th {
  padding: 8px 5px;
}
.safety--table th:first-child {
  text-align: left;
  padding: 15px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #1D4D60;
}
.safety--table td {
  padding: 8px 5px 8px 15px;
}
@media (min-width: 1024px) {
  .safety--table td {
    padding: 8px 40px;
  }
}
.safety--table tr td:not(:first-child) {
  text-align: center;
  padding: 8px 0px;
}
.safety--table tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
.safety--table .text-bold {
  font-weight: 600;
  padding: 8px 10px;
}
@media (min-width: 1024px) {
  .safety--table .text-bold {
    padding: 8px 20px;
  }
}
.safety--table .bg-teal {
  color: #fff;
  background: #2F7A8B;
}
@media (min-width: 1024px) {
  .safety--table .bg-teal {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 25%;
  }
}
.safety--table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.safety--table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.safety--table .table--header th:first-child {
  width: 50%;
  border-top-left-radius: 10px;
}
@media (min-width: 1024px) {
  .safety--table .table--header th:first-child {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 20px;
  }
}
.safety--table .table--header th:last-child {
  border-top-right-radius: 10px;
}
.safety--table .table--sub-header {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #1D4D60;
}
@media (min-width: 1024px) {
  .safety--table .table--sub-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .safety--table .table--sub-header td {
    padding: 8px 0;
  }
}

@media (max-width: 1023px) {
  .dosing-container {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .dosing-container > div {
    max-width: 823px;
    /* padding-bottom: 100px; */
    padding-top: 100px;
  }
}
.dosing-container h2 {
  margin-top: 0;
}
.dosing-container h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--cerulean-blue-accessible);
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .dosing-container h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}
.dosing-container ul {
  margin-left: 0;
  padding-left: 22px;
}
.dosing-container li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 6px;
  /* color: #164355; */
}

.dosing-card {
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: var(--cerulean-blue-accessible);
  padding: 10px 40px;
  border-radius: 10px;
  margin: 40px 0;
}
.dosing-card.yellow-card {
  background: #FAC278;
  color: #1D4D60;
}
.dosing-card br {
  display: none;
}
@media (min-width: 1024px) {
  .dosing-card br {
    display: inline;
  }
}

.clock-animation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .clock-animation {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .clock-animation {
    position: relative;
    gap: 60px;
  }
  .clock-animation::after {
    content: "";
    height: 3px;
    width: 130px;
    background: #2F7A8B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* clock */
.clock {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  gap: 12px;
}
@media (min-width: 768px) {
  .clock {
    flex: 0 0 50%;
  }
}
.clock .clock--icon {
  flex: 0 0 150px;
  position: relative;
  min-height: 173px;
}
.clock .clock--icon--clock {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 150px;
  width: 100%;
}
.clock .clock--icon--hand {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 150px;
}
.clock .clock--content {
  flex: 1 1 auto;
  text-align: center;
}
.clock .clock--content > span:nth-child(1) {
  color: var(--cerulean-blue-accessible);
  font-size: 42.848px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.978px;
}
.clock .clock--content > span:nth-child(1) > span {
  font-size: 26.185px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.283px;
}
.clock .clock--content > span:nth-child(3) {
  color: var(--cerulean-blue-accessible);
  font-size: 17.457px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.217px;
}
.clock .clock--content > span:nth-child(5) {
  color: var(--prussian-blue-medium);
  font-size: 38.087px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.978px;
}

/* calendar */
.calendar {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .calendar {
    flex: 0 0 50%;
  }
}
.calendar img {
  max-width: 161px;
  width: 100%;
}
.calendar .calendar--content {
  padding-left: 30px;
  color: var(--prussian-blue-medium);
  flex: 1 1 auto;
  text-align: left;
  font-size: 19.043px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.804px;
}
.calendar .calendar--icon {
  position: relative;
}
.calendar .calendar--icon .day-counter {
  color: var(--prussian-blue-medium);
  position: absolute;
  text-align: center;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 59.511px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.978px;
}

@media (max-width: 1023px) {
  .bg-dosing-extras {
    display: none !important;
  }
}
.bg-dosing-extras img {
  transition: transform 400ms ease-out;
  /* transition-delay: 100ms; */
}
.bg-dosing-extras img:first-child {
  position: absolute;
  bottom: 0;
  left: 136px;
  transform: translateX(-286px);
}
.bg-dosing-extras img:last-child {
  position: absolute;
  /* bottom: 119px; */
  top: 580px;
  right: 30px;
  transform: translateX(243px);
}
.bg-dosing-extras.active img:first-child {
  transform: translateX(0);
}
.bg-dosing-extras.active img:last-child {
  transform: translateX(0);
}

.resources-container {
  /* position: relative;
  z-index: 6;
  padding: 40px 0 100px;
  opacity: 0; */
  /* margin-bottom: 100px; */
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .resources-container {
    padding-top: 80px;
  }
}
.resources-container > div {
  /* margin: 0 auto; */
}
@media (min-width: 1024px) {
  .resources-container > div {
    padding-top: 100px;
    max-width: 823px;
  }
}
.resources-container h2 {
  margin-top: 0;
}
.resources-container img {
  max-width: 280px;
  width: 100%;
  margin-top: 40px;
}
.resources-container h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #1d4d60;
}
@media (max-width: 1023px) {
  .resources-container h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
}
.resources-container .resources-cta {
  padding: 20px 40px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.resources-container .resources-cta h6 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: var(--cerulean-blue-accessible);
}
.resources-container .resources-cta a {
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 22px; /* 100% */
  text-transform: uppercase;
  color: var(--prussian-blue-medium);
  text-decoration: none;
  border-bottom: 3px solid var(--rust-dark);
  margin-top: 8px;
  display: inline-block;
  padding-bottom: 4px;
}
.resources-container .resources-cta a:hover {
  border-bottom: 3px solid transparent;
}
.resources-container .resources-links {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 40px 0;
}
.resources-container .resources-links a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: var(--rust-dark);
}
.resources-container .resources-links a:hover {
  text-decoration: none;
}
.resources-container p.reference {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .resources-container p.reference {
    margin-top: 20px;
  }
}

.resources-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}
.resources-nav button {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999vw;
  background-image: url(../../images/icons/icon-chevron-right.svg);
  background-size: 8px;
  background-position: 54% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.resources-nav button.previous {
  transform: scaleX(-1);
}
.resources-nav.carousel-start button.previous {
  opacity: 0.5;
}
.resources-nav.carousel-end button.next {
  opacity: 0.5;
}

.resources-cards {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .resources-cards {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.resources-cards > div {
  transition: transform 300ms ease-out;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
  margin-top: 40px;
  /* overflow: hidden; */
}
@media (min-width: 1024px) {
  .resources-cards > div {
    margin-top: 0;
    padding: 20px 0;
  }
}
.resources-cards > div .resources-card {
  flex: 0 0 285px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 0 solid var(--2025-Brand-Colors-Primary-Cerulean-Blue-Dark, #2f7a8b);
  background: var(--2025-Brand-Colors-Neutral-white, #fff);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  /* border-top: 180px solid #ccc; */
  /* padding: 20px 30px; */
}
.resources-cards > div .resources-card .resources-card--pad {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resources-cards > div .resources-card img {
  max-width: unset;
  margin-top: 0;
}
.resources-cards > div h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #2f7a8b;
  margin: 0 0 10px 0;
}
.resources-cards > div p {
  flex: 1 1 auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.resources-cards > div .circle-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.resources-cards > div .circle-link a {
  height: 32px;
  width: 32px;
  background: url("/themes/custom/zepzelcapro/images/icons/icon-cta-circle@2x.png") no-repeat 0 0 transparent;
  background-size: 32px;
  text-decoration: none;
}

@media (min-width: 1140px) {
  .resources-card-pin {
    max-width: 920px;
    width: 130%;
  }
  .resources-card-pin .resources-cards {
    width: 960px;
    padding-left: 30px;
    transform: translateX(-30px);
  }
}

/* extras */
@media (max-width: 1023px) {
  .bg-resources-extras {
    display: none !important;
  }
}
.bg-resources-extras img {
  transition: transform 400ms ease-out;
  /* transition-delay: 100ms; */
}
.bg-resources-extras img:first-child {
  position: absolute;
  bottom: 40px;
  left: 0px;
  transform: translateX(-246px);
}
.bg-resources-extras img:last-child {
  position: absolute;
  bottom: 62px;
  right: 0px;
  transform: translateX(221px);
}
.bg-resources-extras.active img:first-child {
  transform: translateX(0);
}
.bg-resources-extras.active img:last-child {
  transform: translateX(0);
}

.page--node-11 {
  /* Focus state for accessibility */
}
.page--node-11 input:-webkit-autofill,
.page--node-11 input:-webkit-autofill:hover,
.page--node-11 input:-webkit-autofill:focus,
.page--node-11 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.page--node-11 .isi .reference,
.page--node-11 .sticky-isi .reference {
  display: none !important;
}
.page--node-11 h2 {
  border-bottom: 3px solid var(--gold);
  color: var(--prussian-blue-medium);
  margin: 40px 0;
  padding-bottom: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-transform: none;
}
.page--node-11 #edit-intro h5 {
  color: #1d4d60;
}
@media (min-width: 1024px) {
  .page--node-11 #edit-intro h5 {
    margin-top: 40px;
  }
}
.page--node-11 #edit-intro p {
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #1D4D60;
}
@media (min-width: 1024px) {
  .page--node-11 #edit-intro p {
    margin: 40px 0 20px;
  }
}
.page--node-11 #edit-intro p span {
  color: #000;
}
.page--node-11 input {
  font-weight: 400 !important;
}
.page--node-11 fieldset {
  border: none;
  padding: 0;
}
.page--node-11 .form-checkbox {
  opacity: 0;
  position: absolute;
}
.page--node-11 .form-checkbox.error ~ label.option::before {
  border: 1px solid var(--error);
}
.page--node-11 .form-checkbox ~ label.option {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 38px;
  position: relative;
}
@media (min-width: 768px) {
  .page--node-11 .form-checkbox ~ label.option {
    height: 30px;
  }
}
.page--node-11 .form-checkbox ~ label.option::before {
  background: white;
  border: 1px solid transparent;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 30px;
}
.page--node-11 .form-checkbox ~ label.option::after {
  content: "";
  border: solid var(--cerulean-blue-accessible);
  border-width: 0 3px 3px 0;
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 16px;
  color: var(--cerulean-blue-accessible);
  font-weight: bold;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s;
  width: 10px;
  height: 20px;
}
.page--node-11 .form-checkbox:checked ~ label.option::after {
  opacity: 1;
}
.page--node-11 .form-checkbox:focus ~ label.option::before {
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}
.page--node-11 .form-checkbox.error + label.error:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/themes/custom/zepzelcapro/images/icons/triangle-exclamation-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.page--node-11 .form-checkboxes label.error {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page--node-11 #edit-i-am-interested-in--wrapper legend {
  margin-bottom: 15px;
}
.page--node-11 .description {
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.page--node-11 .description a {
  color: var(--rust-dark);
}
.page--node-11 label[for=edit-specialty]:after {
  content: " (optional)";
  font-weight: 400;
}
.page--node-11 label.error {
  color: var(--error);
  display: block;
  font-family: "Barlow";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
  margin-top: -20px;
}
.page--node-11 input:not(.form-submit),
.page--node-11 select {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 2px 0 0 var(--cerulean-blue-accessible);
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 25px;
  margin-top: 8px;
  max-width: 100%;
  outline: none;
  padding: 0.875rem 1rem;
  /* transition: background 0.3s ease; */
  width: 100%;
  color: #000 !important;
}
.page--node-11 input:not(.form-submit):focus,
.page--node-11 select:focus {
  border: 1px solid var(--cerulean-blue-medium);
}
.page--node-11 input:not(.form-submit).error,
.page--node-11 select.error {
  background-image: url("/themes/custom/zepzelcapro/images/icons/triangle-exclamation-solid.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
  box-shadow: 0 2px 0 0 var(--error);
}
.page--node-11 select {
  appearance: none;
  /* background-image: url("data:image/svg~xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath fill='none' stroke='%23B5B5B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M4 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 10px; */
  background: url("/themes/custom/zepzelcapro/images/icons/icon-select-arrow@2x.png") no-repeat center right 16px #ffffff;
  background-size: 18px;
  padding-right: 2.5rem;
}
.page--node-11 input[type=number].valid::-webkit-outer-spin-button, .page--node-11 input[type=number].valid::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page--node-11 .webform-flex--6 {
    width: 50%;
    flex: 0 0 auto;
  }
}
.page--node-11 .form-type-checkbox {
  margin-bottom: 15px;
  position: relative;
}
.page--node-11 .form-item-i-am-interested-in-calls label.error {
  margin-bottom: 16px;
  margin-top: -10px;
}
.page--node-11 .form-item-i-am-interested-in-calls label.error::before {
  content: none !important;
}
.page--node-11 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.page--node-11 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us label.option {
  margin-bottom: 25px;
}
.page--node-11 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us .form-checkbox {
  order: 1;
}
.page--node-11 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us label.error {
  order: 2;
  margin-bottom: 16px;
}
.page--node-11 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us .description {
  order: 3;
}
.page--node-11 .form-submit {
  background: transparent;
  border: none;
  border-bottom: 3px solid var(--rust-dark);
  box-shadow: none;
  cursor: pointer;
  font-family: "Barlow";
  font-size: 22px;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 4px;
  color: var(--prussian-blue-medium);
}
.page--node-11 .form-submit:hover {
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.page--node-11 #edit-actions {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 5px;
  grid-template-columns: 80px 24px;
}
.page--node-11 #edit-actions:after {
  transition: transform 200ms ease-out;
  background: url("/themes/custom/zepzelcapro/images/icons/link-right.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
}
.page--node-11 #edit-actions:hover:after {
  transform: translateX(4px);
}
.page--node-11 .g-recaptcha {
  margin-bottom: 40px;
}
.page--node-11 .isi,
.page--node-11 .footer {
  z-index: 1;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 20px;
  padding: 30px 40px 40px;
  text-align: center;
  max-width: 90vw;
}
.ui-widget.ui-widget-content .ui-widget-header {
  background: #fff;
  border: none;
  padding: 0;
}
.ui-widget.ui-widget-content h1 {
  font-family: "Barlow";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
  width: 100%;
  color: var(--prussian-blue-medium);
}
@media (min-width: 1024px) {
  .ui-widget.ui-widget-content h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
.ui-widget.ui-widget-content .ui-button {
  border: none;
  background-color: transparent;
  height: 28px;
  top: 0%;
  width: 28px;
}
.ui-widget.ui-widget-content .ui-button .ui-button-icon {
  background: url("/themes/custom/zepzelcapro/images/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  margin-left: 0;
  margin-top: 0;
  width: 28px;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content {
  padding: 0;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:first-child {
  color: var(--cerulean-blue-accessible);
  font-family: "Barlow";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .ui-widget.ui-widget-content .webform-confirmation-modal--content p:first-child {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) {
  font-family: "Barlow";
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2):hover {
  text-decoration: none;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a {
  align-items: center;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-grid;
  gap: 5px;
  grid-template-columns: max-content 24px;
  justify-content: center;
  text-decoration: none;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a:focus-visible {
  outline: none;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a span {
  border-bottom: 3px solid var(--rust-dark);
  color: var(--prussian-blue-medium);
  padding-bottom: 3px;
}
.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a:after {
  background: url("/themes/custom/zepzelcapro/images/icons/link-right.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: -2px;
}

.ui-widget-overlay {
  background: #d6e7eb !important;
  opacity: 0.7 !important;
}

@media (max-width: 1023px) {
  label.error {
    margin-bottom: 24px !important;
  }
}

.isi-footer {
  /* margin-top: 100px; */
}

.isi {
  position: relative;
  z-index: 998;
  background: var(--white);
  padding: 40px 0 40px;
}

.isi--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .isi--inner {
    flex-direction: row;
  }
}
.isi--inner a:hover {
  text-decoration: none;
}
.isi--inner .isi--indication p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .isi--inner .isi--indication {
    flex: 0 0 350px;
  }
}
.isi--inner .isi--content {
  flex: 1 1 auto;
}

.page--node-11 .isi .reference {
  display: none;
}

.sticky-isi {
  background: var(--white);
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 210px;
  opacity: 1;
  z-index: 1000;
  /* display: none; */
  transition: height 100ms ease-out, opacity 100ms ease-out;
}
@media (min-width: 1024px) {
  .sticky-isi {
    z-index: 1000;
  }
}
.sticky-isi.minimized {
  height: 62px;
}
.sticky-isi.hide {
  opacity: 0;
}
.sticky-isi .sticky-isi--plus,
.sticky-isi .sticky-isi--minus {
  cursor: pointer;
}
.sticky-isi .sticky-isi--plus {
  display: inline;
}
.sticky-isi .sticky-isi--minus {
  display: none;
}
.sticky-isi.opened {
  height: 80vh;
  overflow: scroll;
}
.sticky-isi.opened .sticky-isi--plus {
  display: none;
}
.sticky-isi.opened .sticky-isi--minus {
  display: inline;
}

.sticky-isi--inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .sticky-isi--inner {
    flex-direction: row;
    gap: 30px;
  }
}
.sticky-isi--inner .sticky-isi--indication {
  flex: 0 0 350px;
}
@media (max-width: 1238px) and (min-width: 1024px) {
  .sticky-isi--inner .sticky-isi--indication {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .sticky-isi--inner .sticky-isi--indication {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 1023px) {
  .sticky-isi--inner .sticky-isi--indication .hide-mobile {
    display: none;
  }
}
.sticky-isi--inner .sticky-isi--content {
  flex: 1 1 auto;
}
@media (max-width: 1023px) {
  .sticky-isi--inner .sticky-isi--content .isi-title.hide-mobile {
    display: none;
  }
  .sticky-isi--inner .sticky-isi--content p:nth-child(2) {
    margin-top: 0;
  }
}
.sticky-isi--inner a:hover {
  text-decoration: none;
}

.opened .sticky-isi--inner {
  /* flex-direction: column-reverse; */
}

/* .sticky-isi .hide-mobile {
  @media (max-width: 1023px) {
    display: none;
  }
} */
@media (max-width: 1023px) {
  .sticky-isi.opened .hide-mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sticky-isi.opened .show-mobile {
    display: block !important;
  }
}

/* buttons */
.sticky-isi--buttons {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 14px;
  z-index: 3;
}
.sticky-isi--buttons img {
  width: 32px;
}
@media (max-width: 382px) {
  .sticky-isi--buttons {
    right: -10px;
  }
}

.isi-title.mobile-title {
  display: none;
}
@media (max-width: 1023px) {
  .isi-title.mobile-title {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .sticky-isi--indication .isi-title {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sticky-isi.minimized:not(.opened) .isi-title {
    display: none;
  }
  .sticky-isi.minimized:not(.opened) .sticky-isi--indication .isi-title,
  .sticky-isi.minimized:not(.opened) .isi-title.mobile-title {
    display: block;
    padding-left: 40px;
  }
}

@media (max-width: 1023px) {
  .sticky-reference {
    display: none !important;
  }
}

.isi-title--sticky {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 18px 0;
  background: #fff;
  z-index: 2;
}
.isi-title--sticky p {
  margin: 0;
}

.sticky--isi-buttons-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .sticky--isi-buttons-mobile {
    display: block;
  }
  .sticky--isi-buttons-mobile .isi-title {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .sticky-isi--content .isi-title--sticky {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 998;
  background: var(--prussian-blue-medium);
  padding: 40px 0;
  color: var(--white);
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer ul {
    flex-direction: row;
    gap: 80px;
  }
}
.footer li {
  list-style: none;
}
.footer a {
  color: var(--white);
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer img {
  max-width: 100%;
}

.footer-logos {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
  gap: 30px;
}
@media (min-width: 1024px) {
  .footer-logos {
    flex-direction: row-reverse;
    gap: 100px;
  }
}
.footer-logos a:first-child img {
  max-width: 103px;
  width: 100%;
}
.footer-logos a:last-child img {
  max-width: 321px;
  width: 100%;
}

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