@font-face {
  font-family: "Charter";
  src: url("/pages/static/fonts/charter_regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Charter";
  src: url("/pages/static/fonts/charter-itc-regular-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("/pages/static/fonts/GreycliffCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("/pages/static/fonts/GreycliffCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("/pages/static/fonts/GreycliffCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("/pages/static/fonts/GreycliffCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url('/pages/static/fonts/Cabin-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url('/pages/static/fonts/LibreBaskerville-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  background: #0a0021;
  color: white;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.center {
  max-width: 1264px;
  padding: 0 2rem;
  margin: 0 auto;
}

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

@media screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .medication-pre-quiz .center {
    max-width: 100%;
    padding: 0 20px !important;
  }
  .medication-pre-quiz .hero-section .row {
    flex-direction: column;
  }
  .medication-pre-quiz .hero-section h1 {
    font-size: 36px;
    line-height: 44px;
    white-space: normal;
    margin-bottom: 24px;
  }
}
.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.medication-pre-quiz {
  font-family: "Cabin", sans-serif;
  background: white;
  color: #030212;
  position: relative;
}

.medication-pre-quiz .center {
  max-width: 654px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.medication-pre-quiz header {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.medication-pre-quiz header img {
  height: 29px;
}

.medication-pre-quiz .cta {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.medication-pre-quiz .cta img {
  width: 124px;
}

.medication-pre-quiz .hero-section {
  display: flex;
  min-height: 100vh;
  background-image: url("/pages/static/images/medication-pre-quiz/background.webp");
  background-position: center center;
  background-repeat: no-repeat;
}

.medication-pre-quiz .hero-section .center {
  max-width: 950px;
}

.medication-pre-quiz .hero-section .btn {
  width: 100%;
}

.medication-pre-quiz .hero-section img {
  width: 100%;
}

.medication-pre-quiz .hero-section h1 {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
}

.medication-pre-quiz .hero-section h1 u {
  color: #4E00FF;
  font-style: italic;
}

.medication-pre-quiz .hero-section p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.medication-pre-quiz .hero-section .row {
  display: flex;
  align-items: center;
}

.medication-pre-quiz .section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.medication-pre-quiz .section.colored {
  background: #F1F0FF;
}

.medication-pre-quiz .section h2 {
  color: #030212;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  margin: 60px 0;
}

.medication-pre-quiz .section h2 span {
  font-size: 16px;
}

.medication-pre-quiz .section .btn {
  margin-bottom: 20px;
}

.medication-pre-quiz .btn {
  border: none;
  width: 100%;
  background: #4E00FF;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 56px;
  color: #FFF;
  font-family: "Cabin", sans-serif !important;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  will-change: transform;
  transform: translateZ(0);
}

.medication-pre-quiz .disclaimer {
  margin-top: 20px;
  color: #9A9A9A;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", serif;
}

.medication-pre-quiz .disclaimer a {
  text-decoration: underline;
  color: inherit;
}

.medication-pre-quiz .tracker {
  display: flex;
  align-items: center;
  justify-content: center;
}

.medication-pre-quiz .tracker .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #030212;
  font-size: 14px;
}

.medication-pre-quiz .tracker .number.active {
  background-color: #030212;
  color: white;
}

.medication-pre-quiz .tracker .divider {
  width: 40px;
  display: flex;
  border-top: 1px dashed #030212;
  margin: 0 12px;
}

.medication-pre-quiz #finish h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #4E00FF;
  font-weight: 400;
  text-decoration: underline;
  font-style: italic;
}

.medication-pre-quiz #finish h2 {
  text-align: left;
  margin-top: 40px;
}

.medication-pre-quiz #finish .checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
}

.medication-pre-quiz #finish .checklist li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.medication-pre-quiz #finish .checklist li b {
  font-weight: 600;
}

.medication-pre-quiz #finish .checklist li i {
  font-size: 24px;
  margin-right: 28px;
}

.medication-pre-quiz #finish .btn {
  animation: pulse-shadow 1.5s infinite;
  white-space: nowrap;
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(203, 199, 248, 0.9);
  }
  70% {
    box-shadow: 0 0 15px 10px rgba(203, 199, 248, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(203, 199, 248, 0);
  }
}
.medication-pre-quiz .split-test-no-questions .hero-section {
  height: 100%;
  padding-bottom: 32px;
}

@media screen and (max-width: 500px) {
  .medication-pre-quiz header {
    margin-bottom: 0;
  }
  .medication-pre-quiz header img {
    height: 20px;
  }
  .medication-pre-quiz .hero-section {
    background-image: url("/pages/static/images/medication-pre-quiz/background-mobile.webp");
    background-size: contain;
    background-position: center bottom;
    min-height: 780px;
  }
  .medication-pre-quiz .hero-section .btn {
    max-width: 100% !important;
    width: 100% !important;
  }
  .medication-pre-quiz .hero-section img {
    margin: 0 -32px;
    width: calc(100% + 64px);
    max-width: calc(100% + 64px);
    height: auto;
  }
  .medication-pre-quiz .hero-section p {
    font-size: 18px;
  }
  .medication-pre-quiz .section {
    height: 780px;
  }
  .medication-pre-quiz .disclaimer {
    text-align: center;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.split-test-gplex-86 h1 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .split-test-gplex-86 h1 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .split-test-gplex-86 .hero-section p {
    margin-bottom: 16px;
  }
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.button {
  border-radius: 8px;
  border: 1px solid #979797;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 6px;
  width: calc(50% - 12px);
  margin-bottom: 12px;
  padding: 0 22px;
  text-decoration: none;
  color: #000;
  font-family: "Cabin", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
  .button:nth-child(1) {
    order: 1;
  }
  .button:nth-child(2) {
    order: 3;
  }
  .button:nth-child(3) {
    order: 2;
  }
  .button:nth-child(4) {
    order: 4;
  }
}
.button img {
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: auto !important;
  margin: 0 !important;
}

.banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #FFF7D2;
  padding: 12px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .banner-container {
    display: flex;
    justify-content: center;
    padding: 22px;
  }
}

.banner-scroll {
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .banner-scroll {
    animation: scrollBanner 20s linear infinite;
  }
}

.banner-item {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  font-size: 16px;
}
.banner-item svg {
  margin-right: 12px;
}
@media screen and (max-width: 1500px) {
  .banner-item {
    font-size: 12px;
  }
  .banner-item svg {
    width: 16px;
  }
}

@keyframes scrollBanner {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */