@charset "UTF-8";
@import url("https://use.typekit.net/oxg8gjz.css");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

@media (max-width: 991px) {
  .container {
    padding-left: 11px;
    padding-right: 11px;
    --bs-gutter-x: 1.5rem;
  }
}

.section {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section .container {
    padding-left: 11px;
    padding-right: 11px;
  }
}
body.home .section {
  padding: 2.5rem 0;
}
@media (min-width: 1200px) {
  body.home .section {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  body.home .section.three-rows {
    padding: 5rem 0;
  }
}

.image-text {
  padding-bottom: 2.5rem;
}
.image-text.no-border {
  border-bottom: 0;
}
body.home .image-text h2 {
  margin-bottom: 2rem;
}
body.home .image-text p {
  margin-bottom: 2rem;
}

.emph-large {
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
}

/*======== BACKGROUNDS =======*/
.bkg-light-blue-gray {
  background-color: #F8F8FD !important;
}
@media (min-width: 992px) {
  .bkg-light-blue-gray.hhv2-content {
    background-color: transparent !important;
  }
}

.bkg-light-dark-gray {
  background-color: #4D4D4D !important;
}

ul.list {
  position: relative;
  padding-left: 0;
}
ul.list li {
  position: relative;
  list-style: none;
}
ul.list li span {
  display: block;
  font-weight: 700;
}
ul.list.link-list li {
  margin-bottom: 0.75rem;
  list-style: none;
}
ul.list.link-list li a {
  color: #743DBC;
}
ul.list.link-list li a:hover {
  text-decoration: underline;
}
ul.list.link-list li ul {
  padding-left: 1.5rem;
  margin: 0.75rem 0;
}
ul.list.checkmark li {
  margin-bottom: 1.5rem;
  padding-left: 56px;
  padding-right: 15px;
}
ul.list.checkmark li span {
  margin-bottom: 10px;
}
ul.list.checkmark li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-checkmark.svg") no-repeat;
  transform: translateY(-50%);
}

.list-dots {
  list-style: disc;
  padding-left: 1.5rem;
}
.list-dots li {
  list-style-type: disc;
}
.list-dots li::marker {
  color: #743DBC;
}
.list-dots.tight-gap > li {
  margin-bottom: 10px;
}
.list-dots.tight-gap > li:last-of-type {
  margin-bottom: 0;
}

.section-study-design .list-dots li {
  margin-bottom: 8px;
}

sup {
  font-size: 0.7em;
  top: -0.6em;
}

img.circle-image {
  width: 164px;
  max-width: 100%;
}
@media (min-width: 992px) {
  img.circle-image {
    width: 278px;
  }
}

/*======== FONT VARIABLES =======*/
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}

section {
  position: relative;
}

.container {
  --bs-gutter-x: 3.125rem;
}

/*======== COPY STYLING =======*/
h1 {
  font-family: "myriad-pro", sans-serif;
}

h2,
h3,
h4,
h5 {
  color: #3A3A3A;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 44px;
  }
}
h1 .display-hero, .h1 .display-hero {
  font-size: 80px;
  font-weight: 600;
  text-transform: none;
}

h2, .h2 {
  color: #009DDC;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3A3A3A;
}

h4, .h4, .subhead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}

h5, .h5, .subhead-sm {
  font-size: 18px;
  font-weight: 600;
}

p, li, .body-copy {
  color: #3A3A3A;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
p.footnote, li.footnote, .body-copy.footnote {
  font-size: 12px;
  line-height: 140%;
}
p.footnote.hang-note, li.footnote.hang-note, .body-copy.footnote.hang-note {
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
}
p.footnote.hang-note::before, li.footnote.hang-note::before, .body-copy.footnote.hang-note::before {
  content: "";
  font-size: 75%;
  position: absolute;
  top: -5px;
  left: 0;
}
p.footnote.hang-note.one::before, li.footnote.hang-note.one::before, .body-copy.footnote.hang-note.one::before {
  content: "1";
  font-size: 75%;
  top: -2px;
  left: 0;
}
p.footnote.hang-note.two::before, li.footnote.hang-note.two::before, .body-copy.footnote.hang-note.two::before {
  content: "2";
  font-size: 75%;
  top: -2px;
  left: 0;
}
p.footnote.hang-note.three::before, li.footnote.hang-note.three::before, .body-copy.footnote.hang-note.three::before {
  content: "3";
  font-size: 75%;
  top: -2px;
  left: 0;
}
p.footnote.hang-note.four::before, li.footnote.hang-note.four::before, .body-copy.footnote.hang-note.four::before {
  content: "4";
  font-size: 75%;
  top: -2px;
  left: 0;
}
p.footnote.hang-note.ast::before, li.footnote.hang-note.ast::before, .body-copy.footnote.hang-note.ast::before {
  content: "*";
  font-size: 100%;
  top: -2px;
  left: 0;
}
p.footnote.hang-note.dbl-ast::before, li.footnote.hang-note.dbl-ast::before, .body-copy.footnote.hang-note.dbl-ast::before {
  content: "**";
  font-size: 100%;
  top: -2px;
  left: -5px;
}
p.footnote.hang-note.dagger::before, li.footnote.hang-note.dagger::before, .body-copy.footnote.hang-note.dagger::before {
  content: "†";
  font-size: 65%;
}
p.footnote.hang-note.two-dagger::before, li.footnote.hang-note.two-dagger::before, .body-copy.footnote.hang-note.two-dagger::before {
  content: "††";
  font-size: 65%;
  left: -5px;
}
p.footnote.hang-note.dbl-dagger::before, li.footnote.hang-note.dbl-dagger::before, .body-copy.footnote.hang-note.dbl-dagger::before {
  content: "‡";
  font-size: 65%;
}
p.footnote.hang-note.two-dbl-dagger::before, li.footnote.hang-note.two-dbl-dagger::before, .body-copy.footnote.hang-note.two-dbl-dagger::before {
  content: "‡‡";
  font-size: 65%;
  left: -4px;
}
p.footnote.hang-note.hash::before, li.footnote.hang-note.hash::before, .body-copy.footnote.hang-note.hash::before {
  content: "#";
}
p.footnote.hang-note.pilcrow::before, li.footnote.hang-note.pilcrow::before, .body-copy.footnote.hang-note.pilcrow::before {
  content: "¶";
  font-size: 65%;
}
p.footnote.hang-note.sect::before, li.footnote.hang-note.sect::before, .body-copy.footnote.hang-note.sect::before {
  content: "§";
}
p.footnote.hang-note.vert::before, li.footnote.hang-note.vert::before, .body-copy.footnote.hang-note.vert::before {
  content: "||";
  font-size: 55%;
  top: -3px;
  left: 1px;
}

sup.ast {
  top: -0.2em;
  font-size: inherit;
}

a {
  color: #743DBC;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  text-decoration: underline;
}

label {
  font-family: "myriad-pro", sans-serif;
}

/*======== COLOR STYLING =======*/
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-neutral {
  color: #3A3A3A !important;
}

.text-sky-blue {
  color: #009DDC !important;
}

.text-light-sky-blue {
  color: #99D9F3 !important;
}

.text-purple {
  color: #743DBC !important;
}

.text-light-purple {
  color: #9E77D0 !important;
}

.text-cobalt {
  color: #0A1AB0 !important;
}

.text-gradient {
  background-image: linear-gradient(125deg, rgb(0, 157, 220) 0%, rgb(116, 61, 188) 100%);
  background-clip: text;
  -webkit-background-clip: text; /* For older browser compatibility */
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/*======== TEXT ALIGNMENT =======*/
.text-center {
  text-align: center;
}

/*======== RANDOM FONT-SIZE =======*/
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.body-copy-small {
  font-size: 12px;
}

.text-wrap-auto {
  text-wrap: auto !important;
}

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

/*======== RANDOM SPACING =======*/
.mt-5 {
  margin-top: 5px !important;
}

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

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

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

.mb-32 {
  margin-bottom: 32px;
}

.accordion-type details {
  width: 100%;
  margin: 0 auto;
}
.accordion-type details summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  color: #743DBC;
  border: 3px solid #743DBC;
  border-radius: 16px;
}
.accordion-type details summary:hover {
  color: #fff;
  background-color: #743DBC;
}
.accordion-type details summary:hover .indicator img {
  filter: brightness(0) invert(1);
}
.accordion-type details summary:focus, .accordion-type details summary:active {
  outline: none;
}
.accordion-type details summary .trigger-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  padding-right: 24px;
}
@media screen and (min-width: 992px) {
  .accordion-type details summary .trigger-text {
    padding-right: 0px;
  }
}
.accordion-type details summary .indicator img {
  display: none;
}
.accordion-type details summary .indicator img:first-of-type {
  display: flex;
}
.accordion-type details[open] .indicator img {
  display: flex;
}
.accordion-type details[open] .indicator img:first-of-type {
  display: none;
}
.accordion-type .accordion-content {
  padding: 24px;
}
.accordion-type .comparison-group {
  margin-bottom: 32px;
}
.accordion-type .comparison-group > h3 {
  margin-bottom: 8px;
}
.accordion-type .comparison-group > img {
  display: none;
}
.accordion-type .comparison-group > div {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
}
.accordion-type .comparison-group > div img {
  width: 230px;
  height: auto;
  margin: 0 0;
  border-radius: 16px 16px 0 0;
}
.accordion-type .comparison-group > div img + div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 230px;
  padding: 4px 24px;
  background-color: #F3F4FB;
  border-radius: 0 0 16px 16px;
}
.accordion-type .comparison-group > div p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  margin: 0 0;
}
@media screen and (min-width: 768px) {
  .accordion-type .comparison-group {
    display: flex;
    flex-direction: row;
  }
  .accordion-type .comparison-group > h3 {
    white-space: nowrap;
    margin: 0 16px auto 0;
  }
  .accordion-type .comparison-group > img {
    display: block;
    width: 32px;
    height: auto;
    margin: 90px 16px auto 16px;
  }
  .accordion-type .comparison-group > div {
    margin: 0 0;
  }
}
@media screen and (min-width: 992px) {
  .accordion-type .comparison-group > h3 {
    margin: 0 24px auto 0;
  }
  .accordion-type .comparison-group > img {
    display: block;
    width: 63px;
    height: auto;
    margin: 80px 24px auto 24px;
  }
}

.anchor-nav {
  margin-top: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.anchor-nav.sticky-top {
  z-index: 100;
}
.anchor-nav .navbar-toggler {
  position: relative;
  width: 100%;
  padding: 18px 0;
  border: 0px;
  color: #3A3A3A;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.anchor-nav .navbar-toggler.expanded:after {
  transform: translateY(-50%) rotate(180deg);
}
.anchor-nav .navbar-toggler:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 11px;
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-chevron-down-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotateX(0);
  transform-origin: center;
}
.anchor-nav .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}
.anchor-nav ul.navbar-nav {
  max-width: 892px;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  .anchor-nav ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.anchor-nav ul.navbar-nav li {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .anchor-nav ul.navbar-nav li {
    justify-content: center;
    flex: 1 1 auto;
    gap: 20px;
  }
}
.anchor-nav ul.navbar-nav li a {
  border-bottom: 3px solid transparent;
  display: inline-block;
  padding: 18px 0;
  color: #3A3A3A;
  font-weight: 700;
  text-decoration: none;
}
.anchor-nav ul.navbar-nav li a:hover {
  border-color: #743DBC;
}
.anchor-nav ul.navbar-nav li a.active, .anchor-nav ul.navbar-nav li a.nav-link.active {
  border-color: #743DBC;
  color: #3A3A3A;
}
.anchor-nav ul.navbar-nav li a:active {
  outline: none;
}

/*======== ADVERSE-REACTIONS-TABLE =======*/
.adverse-reactions-table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border-spacing: 0px;
}
.adverse-reactions-table th {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .adverse-reactions-table th {
    font-size: 16px;
  }
}
.adverse-reactions-table th,
.adverse-reactions-table td {
  padding: 8px 20px;
}
@media screen and (min-width: 992px) {
  .adverse-reactions-table th,
  .adverse-reactions-table td {
    padding: 8px 24px;
  }
}
.adverse-reactions-table tr {
  margin-bottom: 2px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.adverse-reactions-table tr.gradient-column-bg {
  background-image: linear-gradient(112deg, #009DDC 0%, #009DDC 29.74%, #743DBC 95.05%);
}
.adverse-reactions-table tr.gradient-column-bg th:nth-child(1) {
  width: 30%;
}
.adverse-reactions-table tr.gradient-column-bg th:nth-child(2) {
  background: transparent;
  border-radius: 0px;
  border-top-left-radius: 8px;
  border-right: 2px solid #fff;
}
.adverse-reactions-table tr.gradient-column-bg th:last-child {
  border-top-right-radius: 8px;
}
@media screen and (min-width: 768px) {
  .adverse-reactions-table tr.gradient-column-bg {
    background-image: linear-gradient(112deg, #009DDC 0%, #009DDC 49.74%, #743DBC 95.05%);
  }
  .adverse-reactions-table tr.gradient-column-bg th:nth-child(1) {
    width: 50%;
  }
}
.adverse-reactions-table th {
  border-spacing: 0;
  border-bottom: 2px solid #0A1AB0;
}
.adverse-reactions-table th:first-child {
  vertical-align: bottom;
  color: #3A3A3A;
}
.adverse-reactions-table th:nth-child(2) {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-image: linear-gradient(95deg, var(--sky-blue-100, #00A1E1) 4.46%, var(--purple-100, #743DBC) 96.77%);
}
.adverse-reactions-table td {
  border-bottom: 2px solid rgba(10, 26, 176, 0.15);
  font-size: 16px;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .adverse-reactions-table td {
    font-size: 16px;
  }
}
.adverse-reactions-table td:first-child {
  border-right: 2px solid rgba(10, 26, 176, 0.15);
}
.adverse-reactions-table td.border-LR {
  border-right: 2px solid rgba(10, 26, 176, 0.15);
  border-left: 2px solid rgba(10, 26, 176, 0.15);
}

/*======== ADVERSE-REACTIONS-TABLE =======*/
.back-to-top {
  background-color: #743DBC;
  border: 3px solid #743DBC;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #743DBC;
  cursor: pointer;
  font-weight: 600;
  opacity: 0;
  overflow: hidden;
  padding: 7px 0;
  pointer-events: none;
  position: fixed;
  bottom: 290px;
  right: 0;
  text-indent: -999px;
  width: 48px;
  z-index: 98;
}
.back-to-top:hover {
  background-color: #fff;
  color: #743DBC;
}
.back-to-top:hover::before {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-chevron-up-purple.svg");
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top::before {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-chevron-up-white.svg");
  background-size: 100% 100%;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (min-width: 992px) {
  .back-to-top {
    bottom: 258px;
    text-indent: 0;
  }
}

.bg-swoosh {
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-swoosh::before {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/bg-swoosh/bg-swoosh.svg");
  background-size: 100% 100%;
  content: "";
  height: 256px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 360px);
  width: 675px;
}
@media screen and (min-width: 992px) {
  .bg-swoosh::before {
    height: 1272px;
    left: calc(50% - 2060px);
    width: 3202px;
  }
}
@media screen and (min-width: 576px) {
  .bg-swoosh {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .bg-swoosh {
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-swoosh {
    height: 615px;
  }
}

.button {
  background-color: transparent;
  border: 0.1875rem solid #743DBC;
  border-radius: 0.5rem;
  color: #743DBC;
  cursor: pointer;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .button {
    width: auto;
  }
}
.button:hover {
  background: linear-gradient(to right, #743DBC, #743DBC) padding-box, linear-gradient(to right, #743DBC, #743DBC) border-box;
  color: #fff;
  text-decoration: none;
}
.button.stretch {
  width: stretch !important;
}

.button--secondary {
  background: transparent;
  border: 0.1875rem solid #fff;
  color: #fff;
}
.button--secondary:hover {
  background: #fff;
  border: 0.1875rem solid #fff;
  color: #743DBC;
}

.button--specialty {
  background: #743DBC !important;
  color: #fff !important;
  border: 0px;
}
.button--specialty:hover {
  background: #4e26a9 !important;
  color: #fff !important;
  border: 0px;
}

.button--white {
  padding: 0.5rem 1rem;
  color: #fff;
  border: 0.1875rem solid #fff;
  border-radius: 8px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button--white:hover {
  background: #fff;
  border: 0.1875rem solid #fff;
  color: #743DBC;
}

.link {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon_button-arrow-tert.svg");
  background-position: right;
  background-repeat: no-repeat;
  border: 0;
  color: #743DBC;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-weight: 600;
  padding: 0;
  padding-right: 1.5rem;
  text-decoration: none;
}

.link--download {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-download.svg");
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

.image-text {
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #743DBC;
}
.image-text.no-border {
  border-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

.callout.sandwich {
  margin: 1.25rem 0;
  padding: 24px;
  border-top: 2px solid #0A1AB0;
  border-bottom: 2px solid #0A1AB0;
  color: #0A1AB0;
  text-align: center;
  font-weight: 400;
}
.callout.sandwich strong {
  font-weight: 700;
}
.callout.sandwich p {
  font-size: 24px;
}
.callout.sandwich h3 {
  color: #0A1AB0;
  font-weight: 400;
}
.callout.graph {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  height: auto;
  max-width: 100%;
  padding: 10px 16px;
}
.callout.graph img {
  height: auto;
  width: 100%;
}
.callout.large-icon {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #0074B5;
  background: url("/wp-content/themes/twentytwentyfive-child/images/bg-callout/callout-bg-mob.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  color: #fff;
}
@media (min-width: 991px) {
  .callout.large-icon {
    background: url("/wp-content/themes/twentytwentyfive-child/images/bg-callout/callout-bg.png") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.callout.large-icon h3,
.callout.large-icon p,
.callout.large-icon a {
  color: #fff;
}
.callout.large-icon .callout-content {
  text-align: center;
  max-width: 736px;
}
@media (min-width: 992px) {
  .callout.large-icon .callout-content {
    gap: 32px;
    display: flex;
    text-align: left;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .callout.large-icon .callout-content .img {
    margin-bottom: 32px;
  }
}
.callout.large-icon .callout-content .copy {
  flex: 1;
}
.callout.large-icon .callout-content .copy .btn {
  color: #fff;
  border-color: #fff;
  border-radius: 8px;
  border-width: 3px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .callout.large-icon .callout-content .copy .btn {
    display: block;
    margin-top: 24px;
  }
}
.callout.large-icon .callout-content .copy .btn:hover {
  background: #fff;
  color: #743DBC;
  text-decoration: none;
}

.section-safety-results .callout.graph {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: none;
}

.number-callout {
  border: 4px solid #9DA3DF;
  padding: 1.5rem;
  border-radius: 1.15em;
  max-width: 100%;
  box-sizing: content-box;
  margin: auto;
}
@media (min-width: 768px) {
  .number-callout {
    max-width: 225px;
  }
}
.number-callout .sandwich {
  padding: 0.5rem 0;
  border-top: 2px solid #0A1AB0;
  border-bottom: 2px solid #0A1AB0;
}
@media (min-width: 992px) {
  .number-callout .sandwich {
    padding: 0.5rem 0;
  }
}
.number-callout .sandwich.border-bottom-none {
  border-top: none;
}

.factoid {
  position: relative;
  padding-left: 1.5rem;
}
.factoid:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #0A1AB0;
}
.factoid li {
  position: relative;
  list-style: none;
}
.factoid li span {
  display: block;
  font-weight: 700;
}
.factoid .text-neutral {
  color: #3A3A3A;
}
.factoid.checkmark {
  margin-bottom: 2.1875rem;
}
@media (min-width: 992px) {
  .factoid.checkmark {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.factoid.checkmark::before {
  display: none;
}
.factoid.checkmark li {
  margin-bottom: 1.5rem;
  padding-left: 56px;
  padding-right: 15px;
}
.factoid.checkmark li span {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .factoid.checkmark li {
    width: 50%;
    margin-bottom: 25px;
  }
  .factoid.checkmark li.pb-1rem {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.factoid.checkmark li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-checkmark.svg") no-repeat;
}
.factoid.text-rule, .factoid.bullet-text-rule {
  position: relative;
}
.factoid.bullet-text-rule ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.factoid.bullet-text-rule ul li {
  list-style-type: disc;
}
.factoid.bullet-text-rule ul li::marker {
  color: #743DBC;
}
.factoid.bullet-text-rule:before {
  background: #0A1AB0;
}
@media screen and (max-width: 991px) {
  .factoid.bullet-text-rule.adjust-for-stacking {
    padding-left: 30px;
    margin-bottom: 24px;
  }
  .factoid.bullet-text-rule.adjust-for-stacking:before {
    left: 12px;
  }
}

.footer {
  margin-top: 0;
  padding: 60px 0;
  background: #743DBC;
  background: linear-gradient(90deg, #743DBC 0%, #2F0D4F 100%);
}
@media (min-width: 992px) {
  .footer {
    padding: 72px 0;
  }
}
.footer__logo {
  margin-bottom: 48px;
}
.footer__links {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  line-height: 1;
}
.footer__links li {
  display: inline-block;
  padding: 0;
  margin-right: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.footer__links li:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__links li {
    margin-right: 24px;
  }
}
.footer__links li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.footer__highlight {
  margin-bottom: 32px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .footer__highlight {
    margin-bottom: 0px;
  }
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.pap-form {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/bg-swoosh/form-swoosh-mobile.png"), linear-gradient(180deg, #009DDC 0%, #743DBC 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 32px;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 40px 24px;
  position: relative;
  width: 100%;
}
.pap-form h2, .pap-form p {
  margin-bottom: 40px;
}
.pap-form hr {
  border-color: #F7EC6E;
  border-width: 2px;
  margin-bottom: 1.5em;
  opacity: 1;
}
.pap-form #phone-text-required {
  display: none;
}
.pap-form #phone-text-required.phone-text-required-show {
  display: inline;
}
.pap-form .audience-iama-blank {
  animation: FadeOut 2s ease-in-out;
  display: none;
  opacity: 0;
}
.pap-form.audience-iama-healthcare-professional .audience-iama-healthcare-professional-show {
  animation: FadeIn 1s ease-in-out;
  display: block !important;
  opacity: 1;
}
.pap-form.audience-iama-payer .audience-iama-payer-show {
  animation: FadeIn 1s ease-in-out;
  display: block !important;
  opacity: 1;
}
.pap-form.audience-iama-patient .audience-iama-patient-show {
  animation: FadeIn 1s ease-in-out;
  display: block !important;
  opacity: 1;
}
.pap-form.audience-iama-caregiver .audience-iama-caregiver-show {
  animation: FadeIn 1s ease-in-out;
  display: block !important;
  opacity: 1;
}
.pap-form input,
.pap-form label {
  display: block;
  width: 100%;
}
.pap-form input[type=checkbox] .omn-field-error,
.pap-form input[type=email] .omn-field-error,
.pap-form input[type=phone] .omn-field-error,
.pap-form input[type=text] .omn-field-error {
  border-color: transparent;
}
.pap-form input {
  border: 2px solid transparent;
  border-radius: 8px;
  height: 48px;
  padding: 12px;
}
.pap-form input:active, .pap-form input:focus {
  border-color: #743DBC;
  outline: none;
}
.pap-form label[for] {
  cursor: pointer;
}
.pap-form .form-error-message {
  background-color: #F7EC6E;
  color: #000;
  display: none;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 6px;
  padding: 6px;
}
.pap-form .form-error-message:has(+ .omn-field-error, + label.omn-field-error) {
  display: inline-block;
}
.pap-form .form-error-message:has(+ label .omn-field-error) {
  display: inline-block;
}
.pap-form .form-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  margin-bottom: 0.5em;
  position: relative;
}
.pap-form .form-label--checkbox,
.pap-form .form-label--radio {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 2px;
  padding-bottom: 8px;
  padding-left: 30px;
}
.pap-form .form-label--checkbox:has(input:checked)::after,
.pap-form .form-label--radio:has(input:checked)::after {
  opacity: 1;
}
.pap-form .form-label--checkbox:has(input:focus)::before,
.pap-form .form-label--radio:has(input:focus)::before {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  outline: 2px solid #743DBC;
}
.pap-form .form-label--checkbox:has(input.omn-field-error):before,
.pap-form .form-label--radio:has(input.omn-field-error):before {
  border-color: transparent;
}
.pap-form .form-label--checkbox::before,
.pap-form .form-label--radio::before {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 22px;
}
.pap-form .form-label--checkbox::after,
.pap-form .form-label--radio::after {
  color: #743DBC;
  content: "✓";
  display: block;
  height: 22px;
  line-height: 22px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 22px;
}
.pap-form .form-label--checkbox input,
.pap-form .form-label--radio input {
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
.pap-form .form-label--radio:has(input:checked)::before {
  background-color: #fff;
  border-color: transparent;
}
.pap-form .form-label--radio:has(input:checked)::after {
  opacity: 1;
}
.pap-form .form-label--radio::before, .pap-form .form-label--radio::after {
  border-radius: 50%;
}
.pap-form .form-label--radio::after {
  background-color: #743DBC;
  content: "";
  height: 14px;
  top: 4px;
  left: 4px;
  width: 14px;
}
.pap-form .omn-field-error {
  border-color: transparent;
}
.pap-form .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .pap-form {
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/bg-swoosh/form-swoosh-desktop.png"), linear-gradient(180deg, #009DDC 0%, #743DBC 100%);
    padding: 80px 190px;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.25);
  }
}
.pap-form .button#omn-submit-btn {
  width: 100%;
}
@media (min-width: 576px) {
  .pap-form .button#omn-submit-btn {
    width: unset;
  }
}
.pap-form .button#omn-submit-btn:focus {
  background: transparent;
  color: #fff;
}
.pap-form .button#omn-submit-btn .loader {
  display: inline-block;
  height: 10px;
  position: relative;
  top: -17px;
  width: 15px;
}
.pap-form .button#omn-submit-btn .loader::before {
  animation: rotationBack 3s linear infinite;
  background-color: #FFF;
  background-image: radial-gradient(circle 8px at 18px 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 18px 0, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 0 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, #6D42BD 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, #6D42BD 100%, transparent 0);
  background-repeat: no-repeat;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 36px;
  position: absolute;
  left: 5px;
  top: 3px;
  width: 36px;
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    height: initial;
  }
  100% {
    opacity: 1;
    height: initial;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
    height: initial;
  }
  99% {
    opacity: 0;
    height: initial;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
#sign-up-connect-thank-you {
  display: none;
  opacity: 0;
}

body {
  padding-top: 7.25rem;
}
@media screen and (min-width: 580px) {
  body {
    padding-top: 6.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 9.5625rem;
  }
}

.header {
  background-color: #fff;
  height: auto;
  max-height: auto;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 101;
}
.header::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  height: 12px;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  z-index: 101;
}
@media screen and (min-width: 1200px) {
  .header::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    height: 3px;
    bottom: -3px;
  }
}
.header.collapsed {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.header.mobile-nav-active .header-nav-list {
  max-height: 100%;
}
.header.mobile-nav-active .header-nav-toggle {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-hamburger-close.svg");
  transform: rotateY(180deg);
}
a:focus {
  outline: none;
}

.header-main {
  margin: auto;
}
@media (min-width: 1200px) {
  .header-main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header-main {
    max-width: 1116px;
  }
}

.header-eyebrow-2 {
  background: linear-gradient(to right, #743dbc, #2f0d4f);
  font-size: 14px;
}
.header-eyebrow-2 p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0.5rem 0;
}
.header-eyebrow-2 > .container {
  justify-content: center;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .header-eyebrow-2 > .container {
    margin: 0 auto;
    padding: 0;
  }
}

.header-eyebrow {
  background-color: #F3F4FB;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .header-eyebrow {
    background-color: white;
    padding-top: 8px;
  }
}
.header-eyebrow nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-eyebrow nav {
    display: block;
  }
}
.header-eyebrow p {
  margin: 0;
  font-size: 12px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .header-eyebrow p {
    text-align: right;
  }
}
.header-eyebrow > .container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .header-eyebrow > .container {
    align-items: start;
  }
}

.header-eyebrow-item {
  margin: 0;
  width: max-content;
}

.header-eyebrow-link {
  color: #3A3A3A;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0;
  position: relative;
  text-decoration: underline;
}
.header-eyebrow-link::before {
  height: 8px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
}
.header-eyebrow-link:hover {
  color: #3A3A3A;
  text-decoration: none;
}

.header-eyebrow-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 24px;
}

@media screen and (min-width: 1200px) {
  .header-logo {
    margin-top: 0px;
  }
}
.header-logo img {
  height: auto;
  width: 120px;
}
@media screen and (min-width: 1200px) {
  .header-logo img {
    width: 171px;
  }
}

.header-nav {
  position: relative;
}
.header-nav > .container {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: space-between;
}
.header-nav nav {
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header-nav nav {
    position: static;
    width: auto;
    transform: unset;
  }
}

.header-nav-item {
  margin: 0;
  padding: 0 12px;
}
.header-nav-item .header-nav-link svg {
  transition: transform 0.3s ease;
}
.header-nav-item:first-child {
  padding-top: 12px;
}
@media screen and (min-width: 1200px) {
  .header-nav-item:first-child {
    padding: 0;
  }
}
.header-nav-item:hover .header-nav-link svg {
  transform: rotate(180deg);
}
.header-nav-item.show .header-nav-link svg {
  transform: rotate(180deg);
}
.header-nav-item.noshow .header-nav-link svg {
  transform: rotate(0deg);
}
.header-nav-item .header-nav-submenu {
  display: none;
  position: static;
  list-style: none;
  z-index: 1000;
  background-color: white;
  min-width: 177px;
  padding: 0;
}
@media (max-width: 1199px) {
  .header-nav-item .header-nav-submenu {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.header-nav-item .header-nav-submenu.show {
  display: block;
  /* make room for bottom border of active parent item */
}
@media screen and (max-width: 1199px) {
  .header-nav-item .header-nav-submenu.show {
    margin-top: 3px;
  }
}
.header-nav-item .header-nav-submenu .header-nav-submenu-item {
  margin-bottom: 0;
  padding: 0;
}
.header-nav-item .header-nav-submenu .header-nav-submenu-item .header-nav-link {
  padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-M, 24px);
  background: transparent;
  border-bottom: 2px solid transparent;
}
.header-nav-item .header-nav-submenu .header-nav-submenu-item .header-nav-link:before {
  display: none;
}
.header-nav-item .header-nav-submenu .header-nav-submenu-item .header-nav-link:hover {
  background: #fff;
  border-bottom: 2px solid #743DBC;
}
.header-nav-item .header-nav-submenu .header-nav-submenu-item .header-nav-link.active {
  background: var(--purple-40, #C7B1E4);
}
@media (min-width: 1200px) {
  .header-nav-item .header-nav-submenu {
    top: calc(100% + 3px);
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav-item {
    margin-left: 24px;
    padding: 0;
  }
  .header-nav-item:hover .header-nav-submenu {
    display: block;
  }
}

.header-nav-item--utility {
  background-color: #F3F4FB;
}
.header-nav-item--utility.first {
  padding-top: 12px;
}
.header-nav-item--utility.last {
  padding-bottom: 12px;
}
.header-nav-item--utility a {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header-nav-item--utility {
    display: none;
  }
}

.header-nav-link {
  color: #3A3A3A;
  display: inline-block;
  font-weight: 600;
  line-height: 1.45;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header-nav-link {
    width: auto;
  }
}
.header-nav-link::before {
  background-color: rgba(116, 61, 188, 0);
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.header-nav-link:focus {
  outline: none;
}
.header-nav-link:hover, .header-nav-link.active {
  color: #3A3A3A;
  text-decoration: none;
}
.header-nav-link:hover::before, .header-nav-link.active::before {
  background-color: #743dbc;
}
@media screen and (min-width: 1200px) {
  .header-nav-link {
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) {
  .header-nav-link svg {
    margin-left: 3px;
  }
}

.header-nav-item.active {
  background-color: #F3F4FB;
}
@media screen and (min-width: 1200px) {
  .header-nav-item.active {
    background-color: #fff;
  }
}
.header-nav-item:hover {
  background-color: #F3F4FB;
}
@media screen and (min-width: 1200px) {
  .header-nav-item:hover {
    background-color: #fff;
  }
}

.header-nav-link--button {
  background-color: #743DBC;
  border: 3px solid #743DBC;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 12px 0;
  margin-bottom: 24px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none !important;
}
.header-nav-link--button::before {
  display: none;
}
.header-nav-link--button:hover {
  background-color: #fff;
  color: #743DBC;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header-nav-link--button {
    display: inline-block;
    margin: 0;
    padding: 8px 16px;
  }
}
.header-nav-link--button.active {
  color: #fff;
}
.header-nav-link--button.active:hover {
  color: #743DBC;
}

.header-nav-list {
  background-color: #fff;
  height: 100vh;
  max-height: 0;
  list-style: none;
  overflow: scroll;
  margin: 0;
  padding: 0;
  transition: max-height 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header-nav-list {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

.header-nav-toggle {
  background-color: transparent;
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon-hamburger-open.svg");
  border: 0;
  height: 40px;
  transform: rotateY(0deg);
  transition: all 0.2s ease-in-out;
  width: 42px;
}
@media screen and (min-width: 1200px) {
  .header-nav-toggle {
    display: none;
  }
}

.home-hero {
  padding: 80px 0 0;
  background: #0074B5;
  background-image: linear-gradient(240deg, hsl(219, 54%, 76%) 0%, hsl(219, 54%, 76%) 1%, hsl(219, 54%, 76%) 2%, hsl(219, 54%, 76%) 3%, hsl(219, 54%, 76%) 5%, hsl(219, 54%, 76%) 8%, hsl(220, 55%, 78%) 11%, hsl(221, 57%, 81%) 14%, hsl(222, 60%, 83%) 19%, hsl(223, 64%, 86%) 24%, hsl(224, 70%, 88%) 31%, hsl(224, 73%, 89%) 39%, hsl(223, 66%, 87%) 49%, hsl(222, 61%, 84%) 60%, hsl(221, 58%, 81%) 73%, hsl(220, 56%, 79%) 88%, hsl(219, 54%, 76%) 100%);
}
@media (max-width: 991px) {
  .home-hero {
    padding-bottom: 0;
  }
}
.home-hero h1, .home-hero h3, .home-hero p {
  color: #fff;
}
.home-hero h1, .home-hero h3 {
  margin-bottom: 18px;
}
.home-hero h1 {
  line-height: 53px;
  font-size: 44px;
  font-family: "myriad-pro", sans-serif;
  text-transform: none;
}
.home-hero h1 span.highlight {
  color: #00A1E1;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  .home-hero h1 {
    font-size: 36px;
  }
}
.home-hero p {
  margin-bottom: 32px;
}
.home-hero img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .home-hero img {
    margin-bottom: 12px;
  }
}
.home-hero .button--white {
  display: inline-block;
  font-size: 44px;
  font-family: "myriad-pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.section-page-title {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #0074B5;
}
@media (min-width: 991px) {
  .section-page-title {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
.section-page-title.inner-hero {
  position: relative;
  display: flex;
  align-items: center;
  background: url("/wp-content/themes/twentytwentyfive-child/images/inner-hero/inner-hero-mob.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  min-height: 134px;
}
@media (min-width: 991px) {
  .section-page-title.inner-hero {
    background: url("/wp-content/themes/twentytwentyfive-child/images/inner-hero/inner-hero.png") no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: unset;
  }
}
.section-page-title.inner-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(270.93deg, #4E26A9 0.58%, #0074B5 91.55%);
}
@media (min-width: 991px) {
  .section-page-title.inner-hero:after {
    height: 0.5rem;
  }
}
.section-page-title h1, .section-page-title .h1 {
  color: #0A1AB0 !important;
  text-transform: none;
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .section-page-title h1, .section-page-title .h1 {
    font-size: 36px;
    line-height: normal;
  }
}

.hhv2 {
  background-color: #fff;
  overflow: hidden;
  padding-top: 224px;
  position: relative;
  width: 100%;
}
.hhv2 .faux-row {
  height: 100%;
}
.hhv2 .faux-row > .container {
  position: relative;
}
@media (min-width: 1120px) {
  .hhv2 .faux-row > .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 1120px) {
  .hhv2 {
    height: 523px;
    padding: 0;
  }
}

.hhv2-bg {
  background-image: linear-gradient(90deg, #93A4D3 25%, #F8F8FD 100%);
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hhv2-bg::before {
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/home-hero/glass-woman-mobile.webp");
  background-size: 100% 100%;
  content: "";
  height: 224px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
}
@media (min-width: 1120px) {
  .hhv2-bg::before {
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/home-hero/glass-woman-desktop.webp");
    height: 523px;
    right: 50%;
    left: auto;
    transform: none;
    width: 803px;
  }
}
.hhv2-bg h1 {
  height: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 0;
}
@media (min-width: 1120px) {
  .hhv2-bg {
    height: 523px;
  }
}

.hhv2-content {
  padding: 24px 0;
}
@media (min-width: 1120px) {
  .hhv2-content {
    width: 42%;
  }
}

.icon-cta-card {
  margin-bottom: 24px;
  border-radius: 16px;
  border: none;
  background: #E7E8F7;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .icon-cta-card {
    margin-bottom: 32px;
  }
}
.icon-cta-card .card-content {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
  padding: 24px;
  background: #fff;
  position: relative;
  top: 12px;
  margin-bottom: 12px;
  height: 100%;
}
.icon-cta-card .card-content img {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
}
.icon-cta-card .card-content p:first-of-type {
  flex-grow: 1;
}
.icon-cta-card .card-content p a:hover {
  text-decoration: none;
  color: #9E77D0;
}
.icon-cta-card .card-content p:has(.button--tertiary) {
  margin-top: auto;
  margin-bottom: 0;
}

.glass-icon {
  position: relative;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  margin: 0 auto 32px;
}
@media (min-width: 992px) {
  .glass-icon {
    min-width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.glass-icon {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), inset 2px 2px 2px -2px #f1e3ff, inset -2px -2px 2px -2px #f1e3ff;
  overflow: hidden;
}
.glass-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 255, 0.01);
  backdrop-filter: blur(0px);
}
.glass-icon img {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

#sticky-isi {
  position: fixed;
  padding-top: 24px;
  padding-bottom: 28px;
  z-index: 100;
  height: calc(100vh - 204px);
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -2px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 360px) {
  #sticky-isi {
    padding-top: 15px;
  }
}
@media (min-width: 576px) {
  #sticky-isi {
    height: calc(100vh - 291px);
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  #sticky-isi {
    height: calc(100vh - 331px);
  }
}
#sticky-isi .container {
  position: relative;
}
#sticky-isi .container .close-btn,
#sticky-isi .container .close-accordion {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 12px;
}
@media (min-width: 576px) {
  #sticky-isi .container .close-btn,
  #sticky-isi .container .close-accordion {
    right: 25px;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .mobile-sticky-isi h3, #sticky-isi .mobile-sticky-isi h4 {
    line-height: 1;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .mobile-sticky-isi h3 {
    font-size: 20px;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .mobile-sticky-isi h4 {
    font-size: 18px;
  }
}
#sticky-isi.close {
  top: calc(100% - 280px);
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi.close {
    top: calc(100% - 166px);
  }
}
@media (min-width: 992px) {
  #sticky-isi.close {
    top: calc(100% - 250px);
    padding-top: 16px;
  }
  #sticky-isi.close .col-left,
  #sticky-isi.close .col-right {
    width: 50%;
  }
}
#sticky-isi.close .close-btn {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-expand.svg");
}
#sticky-isi.close .close-btn:hover {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-expand-purple.svg");
}
#sticky-isi.open {
  top: 200px;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  #sticky-isi.open {
    top: 295px;
  }
}
@media (min-width: 992px) {
  #sticky-isi.open {
    top: 335px;
    padding-top: 24px;
  }
}
#sticky-isi.open .close-btn {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-close.svg");
}
#sticky-isi.open .close-btn:hover {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-close-purple.svg");
}
#sticky-isi .close-accordion.collapsed {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-expand.svg");
}
#sticky-isi .close-accordion.collapsed:hover {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-expand-purple.svg");
}
#sticky-isi .close-accordion.expanded {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-close.svg");
}
#sticky-isi .close-accordion.expanded:hover {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-close-purple.svg");
}
#sticky-isi .close-accordion.collapsed ~ .accordion-content {
  display: none;
}
#sticky-isi .close-accordion.expanded ~ .accordion-content {
  display: block;
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .accordion1, #sticky-isi .accordion2 {
    position: relative;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .accordion1 .close-btn,
  #sticky-isi .accordion1 .close-accordion, #sticky-isi .accordion2 .close-btn,
  #sticky-isi .accordion2 .close-accordion {
    right: 6px;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  #sticky-isi .accordion2 .close-btn,
  #sticky-isi .accordion2 .close-accordion {
    top: 20px;
  }
}
#sticky-isi .accordion2:has(.close-accordion.collapsed) {
  height: 180px;
  overflow: hidden;
}
#sticky-isi .accordion2:has(.close-accordion.expanded) {
  height: unset;
  overflow: unset;
  padding-bottom: 102px;
}
#sticky-isi.open .mobile-sticky-isi {
  justify-content: space-between;
}

.sticky-bg:has(#sticky-isi.open) {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 102;
}

.modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  z-index: 200;
  padding: 1rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    margin-left: 0;
  }
}
.modal .modal-dialog.hidden {
  display: none;
}
.modal .modal-dialog .modal-content-container .modal-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
  align-items: center;
  max-width: 1024px;
  height: auto;
  overflow: auto;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content-container .modal-content {
    min-width: 600px;
  }
}
.modal .modal-dialog .modal-content-container .modal-content .modal-header {
  position: relative;
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0px !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 559px) {
  .modal .modal-dialog .modal-content-container .modal-content .modal-header {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.modal .modal-dialog .modal-content-container .modal-content .modal-header .modal-title {
  color: #743DBC;
}
.modal .modal-dialog .modal-content-container .modal-content .modal-header .btn-close {
  position: absolute !important;
  top: -24px !important;
  right: -16px !important;
  width: 46px !important;
  height: 46px !important;
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/icon_modal-close.svg") no-repeat;
  cursor: pointer;
  opacity: 1;
}
.modal .modal-dialog .modal-content-container .modal-content .modal-footer {
  padding: 0 !important;
  padding-bottom: 0rem !important;
  justify-content: center !important;
  border-top: 0px !important;
  width: 100%;
}
.modal .modal-dialog .modal-content-container .modal-content .button {
  position: relative;
  margin-right: 24px !important;
  background: #743DBC !important;
  border: 3px solid transparent !important;
  color: #fff !important;
}
.modal .modal-dialog .modal-content-container .modal-content .button:hover {
  background: #fff !important;
  color: #743DBC !important;
  border-color: #743DBC !important;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content-container .modal-content .button {
    margin-bottom: 1rem;
    margin-right: 0px !important;
  }
}
.modal .modal-dialog .modal-content-container .modal-content .button.button--specialty {
  background: #743DBC !important;
  color: #fff !important;
  border: 3px solid #743DBC !important;
}
.modal .modal-dialog .modal-content-container .modal-content .button.button--specialty:hover {
  background: #4e26a9 !important;
  color: #fff !important;
  border: 3px solid #4e26a9 !important;
}
.modal .modal-dialog .modal-content-container .modal-content p {
  margin-bottom: 1rem !important;
}
.modal .modal-dialog .modal-content-container .modal-content .cancel {
  color: #743DBC !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: 3px solid #743DBC;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content-container .modal-content .cancel {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content-container .modal-content .cancel:hover {
  background: #743DBC !important;
  color: #fff !important;
}
.modal .modal-dialog .modal-content-container .modal-content .btn-row {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 576px) {
  .modal .modal-dialog .modal-content-container .modal-content .btn-row {
    flex-direction: row;
    width: unset;
  }
}
.modal .modal-dialog .modal-content-container .modal-content .modal-close {
  background: url("/wp-content/themes/twentytwentyfive-child/images/icons/Icon-expand.svg");
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  right: -8px;
  top: -32px;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content-container .modal-content .modal-close {
    top: -96px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.patient-img-bg.RRP {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .patient-img-bg.RRP {
    padding-bottom: 2.5rem;
    background-image: url("/wp-content/themes/twentytwentyfive-child/images/pages/RRP/patient-image.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(50% + clamp(610px, 20vw, 600px)) center;
  }
}

.referencesWrapper {
  line-height: 0.9;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .referencesWrapper {
    margin-bottom: 80px;
  }
}
.referencesWrapper ol {
  counter-reset: references-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.referencesWrapper ol li {
  display: inline;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  margin-right: 0.1em;
  padding: 0;
}
.referencesWrapper ol li:first-child {
  font-weight: 700;
}
.referencesWrapper ol li:first-child::before {
  content: "";
}
.referencesWrapper ol li:not(:first-child) {
  counter-increment: list-counter;
}
.referencesWrapper ol li::before {
  content: counter(list-counter) ". ";
  font-weight: 700;
}

.splash-hero {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .splash-hero .container {
    align-items: stretch;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .splash-hero {
    padding: 60px 0;
    padding-bottom: 0;
  }
}

.splash-hero-col {
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  .splash-hero-col {
    padding: 26px 40px;
  }
}

.splash-hero-col--left {
  position: relative;
}
.splash-hero-col--left::before {
  background-color: #0A1AB0;
  content: "";
  height: 3px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .splash-hero-col--left::before {
    bottom: 0;
    height: 100%;
    width: 3px;
  }
}
.splash-hero-col--left img {
  height: auto;
  width: 270px;
}
@media screen and (min-width: 992px) {
  .splash-hero-col--left img {
    width: 334px;
  }
}
@media screen and (min-width: 1200px) {
  .splash-hero-col--left {
    padding-left: 40px;
  }
}

.splash-hero-col--right h1 {
  background-color: #743DBC;
  background-image: linear-gradient(90deg, #009DDC 0%, #3A6FCF 40%, #743DBC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .splash-hero-col--right {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .splash-hero-col--right {
    padding-right: 40px;
  }
}

.system-page {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .system-page {
    margin-top: 10px;
  }
}
.system-page img {
  width: 230px;
}
@media (min-width: 992px) {
  .system-page img {
    width: 330px;
  }
}
.system-page .button {
  width: 100%;
}
@media (min-width: 576px) {
  .system-page .button {
    width: unset;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* For a 16:9 aspect ratio (9 / 16 * 100%) */
  height: 0;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.video-container > div:has(.video-placeholder-normal) {
  padding: 0 !important;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#response-timeline {
  margin: 32px 0 0;
  max-width: 666px;
}
#response-timeline tr td {
  vertical-align: top;
}
#response-timeline tr td:nth-of-type(1) {
  text-align: right;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(1) {
    padding-right: 36px;
  }
}
#response-timeline tr td:nth-of-type(1) strong {
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.65px;
  font-family: "myriad-pro", sans-serif;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(1) strong {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
#response-timeline tr td:nth-of-type(2) {
  min-width: 16px;
  position: relative;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(2) {
    min-width: 26px;
  }
}
#response-timeline tr td:nth-of-type(2) span {
  width: 16px;
  height: 16px;
  display: block;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(2) span {
    height: 26px;
    width: 26px;
  }
}
#response-timeline tr td:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  outline: 2px solid #000;
  border-radius: 50%;
  margin: 4px auto 0 2px;
  position: absolute;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(2)::before {
    width: 20px;
    height: 20px;
    outline: 3px solid #000;
    margin: 4px auto 0 3px;
  }
}
#response-timeline tr td:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 3px;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(2)::after {
    width: 14px;
    height: 14px;
    top: 7px;
    left: 6px;
  }
}
#response-timeline tr td:nth-of-type(3) {
  padding-left: 12px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(3) {
    padding-left: 36px;
  }
}
#response-timeline tr td:nth-of-type(3) p {
  margin-bottom: 6px;
}
#response-timeline tr td:nth-of-type(3) p:first-of-type {
  color: #3A3A3A;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 992px) {
  #response-timeline tr td:nth-of-type(3) p:first-of-type {
    font-size: 20px;
  }
}
#response-timeline tr td:nth-of-type(3) p:first-of-type span:last-of-type {
  display: block;
  font-weight: 700;
  margin-left: 6px;
}
#response-timeline tr:nth-of-type(1) td:nth-of-type(2) {
  background: linear-gradient(180deg, var(--sky-blue-100, #00A1E1) 0%, #3474D0 100%);
}
#response-timeline tr:nth-of-type(1) td:nth-of-type(2) * {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #00A1E1 50%, #00A1E1 100%);
}
#response-timeline tr:nth-of-type(1) td:nth-of-type(3) p:not(:last-of-type) {
  display: flex;
}
#response-timeline tr:nth-of-type(1) td:nth-of-type(3) p:not(:last-of-type) span:last-of-type {
  position: relative;
  top: 4px;
  line-height: 19px;
  margin-left: 8px;
  font-weight: 700;
}
#response-timeline tr:nth-of-type(2) td:nth-of-type(2) {
  background: linear-gradient(180deg, #3474D0 0%, var(--purple-100, #743DBC) 100%);
}
#response-timeline tr:nth-of-type(3) td:nth-of-type(2) {
  background: #F3F4FB;
}
#response-timeline tr:nth-of-type(3) td:nth-of-type(2) span {
  background: linear-gradient(to bottom, #743DBC 0%, #743DBC 50%, #F3F4FB 50%, #F3F4FB 100%);
}
#response-timeline tr:nth-of-type(4) td:nth-of-type(2) {
  background: #F3F4FB;
}
#response-timeline tr:nth-of-type(4) td:nth-of-type(2)::after {
  background-color: #FFFFFF;
}
#response-timeline tr:nth-of-type(4) td:nth-of-type(3) p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #response-timeline tr:nth-of-type(4) td:nth-of-type(3) p {
    margin-bottom: 106px;
  }
}
#response-timeline tr:nth-of-type(5) td:nth-of-type(2)::after {
  background-color: #FFFFFF;
}
#response-timeline tr:nth-of-type(5) td:nth-of-type(2) span {
  background: linear-gradient(to bottom, #F3F4FB 0%, #F3F4FB 50%, transparent 50%, transparent 100%);
}
#response-timeline tr:nth-of-type(5) td p {
  margin-bottom: 0;
}
#response-timeline caption {
  font-size: 12px;
  font-family: "myriad-pro", sans-serif;
  margin-top: 50px;
}
#response-timeline .large-stat {
  background: var(--Angle-Gradient, linear-gradient(112deg, var(--Sky-blue, #009DDC) 0.74%, var(--Purple, #743DBC) 95.05%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px; /* 97.727% */
}

.round-white-box {
  max-width: none;
  padding: 0px 11px 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  border-radius: 0 0 24px 24px;
  margin: auto;
}
@media (min-width: 992px) {
  .round-white-box {
    padding: 0px 0px 72px;
  }
}
.round-white-box .picture-frame.diagram {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .round-white-box .picture-frame.diagram img {
    max-width: 100%;
  }
}
.round-white-box div.footnotes {
  max-width: 736px;
  margin: 32px auto 0;
}
@media screen and (min-width: 1200px) {
  .round-white-box div.footnotes {
    max-width: 842px;
  }
}
@media screen and (min-width: 1400px) {
  .round-white-box div.footnotes {
    max-width: 888px;
  }
}
.round-white-box div.footnotes > p {
  margin-bottom: 0;
}

#waterfall-chart {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 992px) {
  #waterfall-chart {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}
#waterfall-chart .picture-frame {
  flex: 1;
  max-width: 640px;
  overflow: hidden;
}
#waterfall-chart .picture-frame picture img {
  height: auto;
  width: 100%;
}
#waterfall-chart .pod .pod-content {
  border-radius: 12px;
  border: 4px solid var(--cobalt-40, #9DA3DF);
  padding: 24px;
}
@media (min-width: 992px) {
  #waterfall-chart .pod .pod-content {
    width: 236px;
    padding: 24px 20px;
  }
}
#waterfall-chart .pod p {
  text-align: center;
  margin-bottom: 0;
}
#waterfall-chart .pod p:nth-of-type(1) {
  color: var(--Charcoal, #3A3A3A);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
}
#waterfall-chart .pod p:nth-of-type(2) {
  font-size: 16px;
}
#waterfall-chart .pod hr {
  border: none;
  /* Removes the default border */
  height: 2px;
  /* Sets the thickness/height */
  background-color: #0A1AB0;
  /* Sets the color */
  opacity: 1;
}
@media (min-width: 992px) {
  #waterfall-chart .pod hr {
    height: 2px;
    background-color: #0A1AB0;
  }
}
#waterfall-chart .pod strong {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: var(--Angle-Gradient, linear-gradient(112deg, var(--Sky-blue, #009DDC) 0.74%, var(--Purple, #743DBC) 95.05%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}

#t-cell-impact p {
  margin-bottom: 4px;
}
#t-cell-impact .color-sky-blue {
  color: #009DDC;
}
#t-cell-impact .color-cobalt {
  color: #0A1AB0;
}
#t-cell-impact .footnotes {
  font-size: 12px;
}
#t-cell-impact div:has(> .pod) {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  #t-cell-impact div:has(> .pod) {
    flex-direction: row;
  }
}
#t-cell-impact .pod {
  display: flex;
  padding: 24px var(--Spacing-24, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 4px solid #9DA3DF;
}
@media (min-width: 992px) {
  #t-cell-impact .pod {
    min-width: calc(50% - 12px);
  }
}
#t-cell-impact .pod p {
  color: var(--Cobalt, #0A1AB0);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
}
#t-cell-impact .pod p:nth-of-type(3) span.color-gradient {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  background: var(--Angle-Gradient, linear-gradient(112deg, var(--Sky-blue, #009DDC) 0.74%, var(--Purple, #743DBC) 95.05%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#t-cell-impact .pod p:nth-of-type(3) span.color-neutral {
  color: #3A3A3A;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5;
  text-transform: uppercase;
}
#t-cell-impact .pod p.body-copy {
  color: #3A3A3A;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0;
}
#t-cell-impact .pod p.body-copy sup {
  letter-spacing: normal;
}
#t-cell-impact .pod p.subheading {
  color: #0A1AB0;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5;
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 2px solid #0A1AB0;
}
#t-cell-impact p:has(> .first-sup) {
  position: relative;
}
#t-cell-impact p:has(> .first-sup) .first-sup {
  position: absolute;
  top: 6px;
  left: -6px;
}

.margin-bottom-2px {
  margin-bottom: 2px !important;
}

.margin-bottom-8px {
  margin-bottom: 8px !important;
}

.margin-bottom-10px {
  margin-bottom: 10px !important;
}

.margin-bottom-16px {
  margin-bottom: 16px !important;
}

.margin-bottom-24px {
  margin-bottom: 24px !important;
}

.margin-bottom-32px {
  margin-bottom: 32px !important;
}

.letter-spacing-1px {
  letter-spacing: 1px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.callout.large-icon.swirl {
  background-image: url("../images/pages/efficacy/blue-purple-swirl-bg.png");
}
/*# sourceMappingURL=index.css.map */
