.cmp-social-share-modal__social-wrapper {
  display: none;
}
.cmp-social-share-modal__social-wrapper.show {
  display: block !important;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-alert-copied {
  display: none;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9100;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(60%);
  min-width: 280px;
  max-width: 600px;
  max-height: calc(80%);
  transform: translate(-50%, -50%) translateZ(0);
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  z-index: 9101;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  padding: 50px 10px 0;
  cursor: pointer;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-modal-close-button span {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-modal-close-button span:first-of-type {
  transform: rotate(45deg);
}
.cmp-social-share-modal__social-wrapper .cmp-social-share-modal__social-modal-close-button span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.cmp-social-share-modal__social-modal {
  max-width: 490px;
  min-width: 335px;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-close-button {
  top: 8px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-close-button {
    top: 25px;
  }
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-close-button span {
  width: 20px;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content {
    padding: 30px 40px 39px 39px;
  }
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content h2 {
  color: #5A5A5A;
  font-size: 3rem;
  line-height: 3.75rem;
}
@media screen and (min-width: 1199px) {
  .cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content h2 {
    max-width: 60rem;
  }
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-share-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 4rem auto;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-share-buttons .cmp-social-share-modal-social-button {
  font-size: 2.75rem;
  line-height: 3.75rem;
  text-align: center;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-share-buttons .cmp-social-share-modal-social-button img {
  margin: 2rem auto;
  display: block;
  cursor: pointer;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-copy-url {
  border: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  height: 4rem;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-copy-url input#copy-url {
  padding: 1rem;
  border: none;
  width: 72%;
  background: transparent;
  flex: 2;
}
.cmp-social-share-modal__social-modal .cmp-social-share-modal__social-modal-content .cmp-social-share-modal-copy-url input#copy-url-bttn {
  background: transparent;
  color: #3f37c9;
  text-transform: uppercase;
  border: none;
  width: 20%;
  height: 4rem;
  font-weight: bold;
}
.cmp-social-share-modal__social-alert-copied {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  color: #fff;
  transform: translate(-50%, -50%) translateZ(0);
  background: rgba(145, 195, 83, 0.8) url('../../../etc.clientlibs/argenx/components/content/social-share-modal/clientlib-social-share-modal/resources/icons/icon-checkmark.svg') no-repeat 50% 35%;
  width: calc(60%);
  min-width: 335px;
  max-width: 490px;
  min-height: 143px;
  max-height: calc(80%);
  padding: 165px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .cmp-social-share-modal__social-alert-copied {
    min-height: 180px;
  }
}

.cmp-click-out-modal__main-wrapper {
  display: none;
}
.cmp-click-out-modal__main-wrapper.show {
  display: block !important;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9100;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(60%);
  min-width: 280px;
  max-width: 600px;
  max-height: calc(80%);
  transform: translate(-50%, -50%) translateZ(0);
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  z-index: 9101;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  padding: 50px 10px 0;
  cursor: pointer;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal-close-button span {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal-close-button span:first-of-type {
  transform: rotate(45deg);
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal-close-button span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.cmp-click-out-modal__main-modal {
  max-width: 490px;
  min-width: 335px;
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-close-button {
  top: 8px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-close-button {
    top: 25px;
  }
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-close-button span {
  width: 20px;
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content {
    padding: 30px 40px 39px 39px;
  }
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content h2 {
  color: #5A5A5A;
  font-size: 3rem;
  line-height: 3.75rem;
}
@media screen and (min-width: 1199px) {
  .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content h2 {
    max-width: 60rem;
  }
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 4rem auto;
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button {
  font-size: 2.75rem;
  line-height: 3.75rem;
  text-align: center;
}
.cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button img {
  margin: 2rem auto;
  display: block;
  cursor: pointer;
}

.tooltip-tag {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid black;
  /*&:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 0);
      border: 13px solid transparent;
      border-top: 13px solid #ffffff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.23));
    opacity:0;
      transition: all 0s ease-out;
  }

  &:hover {
      &:before {
          opacity:1;
          transition: all 0.6s ease-in;
      }
  }*/
}
.tooltip-tag.clicked .tooltip-arrow {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0;
  position: absolute;
  bottom: 61%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tooltip-tag.clicked .tooltip-arrow {
    bottom: 83%;
    transition-delay: 0.5s;
  }
}
.tooltip-tag .tooltip-arrow {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tooltip-tag .tooltip-arrow {
    transition: visibility 0.5s;
  }
}
.tooltip-tag .tooltip-content {
  visibility: hidden;
  width: 290px;
  max-width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: normal;
  font-size: 12px;
  transition-property: visibility;
}
@media screen and (min-width: 768px) {
  .tooltip-tag .tooltip-content {
    width: 300px;
  }
}
.tooltip-tag .tooltip-content.adjusted:after {
  display: none;
}
.tooltip-tag .tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .tooltip-tag .tooltip-content {
    font-size: 10px;
    max-width: calc(75vw);
  }
}
@media screen and (min-width: 768px) {
  .tooltip-tag:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
  }
}
.tooltip-content {
  visibility: hidden;
  width: 290px;
  max-width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: normal;
  font-size: 12px;
  transition-property: visibility;
}
.tooltip-content.active {
  visibility: visible;
  opacity: 1;
  z-index: 6;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .tooltip-content {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .tooltip-content {
    font-size: 10px;
    max-width: calc(75vw);
  }
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KExcOPIDU.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0O6tKR0.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e-VcOPIDUg-g.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79B_mh4P6iKR0LBQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 8px;
  font-family: 'PT Sans', sans-serif;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-size: 2.625rem;
  margin: 0 auto;
}
body.page-nat-geo {
  background-color: #000000;
}
body.no-overflow {
  overflow: hidden;
}
h1,
h2,
h3 {
  margin: 0 0 2rem 0;
}
p {
  font-size: 2rem;
  line-height: normal;
  margin: 0 0 2rem 0;
}
p:last-child {
  margin-bottom: 0;
}
img {
  display: block;
}
.btn-primary,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-confirm,
.multi-bg-images-teaser.cta-primary .cmp-teaser__action-link,
.multi-images-teaser.cta-primary .cmp-teaser__action-link,
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link,
.cmp-teaser-advocacy .cmp-teaser__action-link {
  display: inline-block;
  background-color: #ffce00;
  color: #000000;
  padding: 1rem 2rem;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-confirm:hover,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-confirm:focus,
.multi-bg-images-teaser.cta-primary .cmp-teaser__action-link:hover,
.multi-bg-images-teaser.cta-primary .cmp-teaser__action-link:focus,
.multi-images-teaser.cta-primary .cmp-teaser__action-link:hover,
.multi-images-teaser.cta-primary .cmp-teaser__action-link:focus,
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover,
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:focus,
.cmp-teaser-advocacy .cmp-teaser__action-link:hover,
.cmp-teaser-advocacy .cmp-teaser__action-link:focus {
  transform: scale(1.05);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #000000;
}
.btn-primary:focus,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-confirm:focus,
.multi-bg-images-teaser.cta-primary .cmp-teaser__action-link:focus,
.multi-images-teaser.cta-primary .cmp-teaser__action-link:focus,
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:focus,
.cmp-teaser-advocacy .cmp-teaser__action-link:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.btn-primary:active,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-confirm:active,
.multi-bg-images-teaser.cta-primary .cmp-teaser__action-link:active,
.multi-images-teaser.cta-primary .cmp-teaser__action-link:active,
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:active,
.cmp-teaser-advocacy .cmp-teaser__action-link:active {
  transform: scale(0.98);
}
.btn-secondary,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-cancel,
.multi-bg-images-teaser.cta-secondary .cmp-teaser__action-link,
.multi-images-teaser.cta-secondary .cmp-teaser__action-link,
.cmp-teaser-end-of-page-content .cmp-teaser__action-link {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #ffce00;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-secondary:hover,
.btn-secondary:focus,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-cancel:hover,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-cancel:focus,
.multi-bg-images-teaser.cta-secondary .cmp-teaser__action-link:hover,
.multi-bg-images-teaser.cta-secondary .cmp-teaser__action-link:focus,
.multi-images-teaser.cta-secondary .cmp-teaser__action-link:hover,
.multi-images-teaser.cta-secondary .cmp-teaser__action-link:focus {
  transform: scale(1.05);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #ffffff;
}
.btn-secondary:focus,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-cancel:focus,
.multi-bg-images-teaser.cta-secondary .cmp-teaser__action-link:focus,
.multi-images-teaser.cta-secondary .cmp-teaser__action-link:focus {
  outline: 2px solid #ffce00;
  outline-offset: 2px;
}
.btn-secondary:active,
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button.click-out-cancel:active,
.multi-bg-images-teaser.cta-secondary .cmp-teaser__action-link:active,
.multi-images-teaser.cta-secondary .cmp-teaser__action-link:active {
  transform: scale(0.98);
}
.styled-quotes::before,
.styled-quotes::after {
  position: relative;
  bottom: -18px;
  line-height: 1px;
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffce00;
  font-family: 'PT Sans', sans-serif;
}
@media screen and (min-width: 768px) {
  .styled-quotes::before,
  .styled-quotes::after {
    font-size: 12rem;
    bottom: -4rem;
  }
}
.styled-quotes::before {
  content: open-quote;
  left: -0.5rem;
}
.styled-quotes::after {
  content: close-quote;
}
@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 100001;
}
.modal-close-button {
  position: absolute;
  cursor: pointer;
}
.modal-close-button span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.modal-close-button span + span {
  transform: rotate(-45deg);
}
.modal-main {
  background-color: transparent;
  z-index: 100002;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%, -50%);
}
/*
 * Styles for Click Out Modal Component from external repo
 *
 * .cmp-click-out-modal__main-wrapper {
 *     display: none;
 *
 *     &.show {
 *         display: block !important;
 *     }
 *
 *     .cmp-click-out-modal__main-backdrop {
 *         position: fixed;
 *         top: 0;
 *         left: 0;
 *         width: 100%;
 *         height: 100%;
 *         background-color: rgba(0, 0, 0, .5);
 *         backdrop-filter: blur(5px);
 *         z-index: 9100;
 *     }
 *
 *     .cmp-click-out-modal__main-modal {
 *         position: fixed;
 *         top: 50%;
 *         left: 50%;
 *         width: calc(100% - 40px);
 *         min-width: 280px;
 *         max-width: 600px;
 *         max-height: calc(100% - 20px);
 *         transform: translate(-50%, -50%) translateZ(0);
 *         background-color: #fff;
 *         font-size: 12px;
 *         line-height: 16px;
 *         overflow: hidden;
 *         z-index: 9101;
 *
 *         .cmp-click-out-modal__main-modal-close-button {
 *             position: absolute;
 *             top: 10px;
 *             right: 10px;
 *             width: 50px;
 *             padding: 50px 10px 0;
 *             cursor: pointer;
 *
 *             span {
 *                 position: absolute;
 *                 top: 22px;
 *                 left: 10px;
 *                 width: 30px;
 *                 height: 4px;
 *                 border-radius: 2px;
 *                 background-color: #333;
 *
 *                 &:first-of-type {
 *                     transform: rotate(45deg);
 *                 }
 *
 *                 &:nth-of-type(2) {
 *                     transform: rotate(-45deg);
 *                 }
 *             }
 *         }
 *     }
 * }
 *
 * .cmp-click-out-modal__main-modal {
 *     max-width: 490px;
 *     min-width: 335px;
 *
 *     .cmp-click-out-modal__main-modal-close-button {
 *         top: 8px;
 *         right: 0;
 *
 *         @media screen and (min-width: 768px) {
 *             top: 25px;
 *         }
 *
 *         span {
 *             width: 20px;
 *         }
 *     }
 *
 *     .cmp-click-out-modal__main-modal-content {
 *         padding: 2rem;
 *
 *         @media screen and (min-width: 768px) {
 *             padding: 30px 40px 39px 39px;
 *         }
 *
 *         h2 {
 *             color: #5A5A5A;
 *             font-size: 3rem;
 *             line-height: (unit(30px, rem) / 8px);
 *
 *             @media screen and (min-width: 1199px) {
 *                 max-width: 60rem;
 *             }
 *         }
 *
 *         .cmp-click-out-modal-main-buttons {
 *             display: flex;
 *             flex-flow: row wrap;
 *             justify-content: space-around;
 *             align-items: flex-start;
 *             margin: 4rem auto;
 *
 *             .cmp-click-out-modal-main-button {
 *                 font-size: (unit(22px, rem) / 8px);
 *                 line-height: (unit(30px, rem) / 8px);
 *                 text-align: center;
 *
 *                 img {
 *                     margin: 2rem auto;
 *                     display: block;
 *                     cursor: pointer;
 *                 }
 *             }
 *         }
 *     }
 * }
 */
/*
 * Example HTML structure:
 *
 * <div class="click-out-modal">
 *     <section class="cmp-click-out-modal__main-wrapper">
 *         <div class="cmp-click-out-modal__main-backdrop"></div>
 *         <div class="cmp-click-out-modal__main-modal">
 *             <div class="cmp-click-out-modal__main-modal-close-button">
 *                 <span></span>
 *                 <span></span>
 *             </div>
 *             <div class="cmp-click-out-modal__main-modal-content">
 *                 <h2 tabindex="0" class="cmp-click-out-modal__main-title">
 *                     <p>You are now leaving "CIDPtravels.com".</p>
 *                 </h2>
 *                 <p class="cmp-click-out-modal__main-desc"></p>
 *                 <p>
 *                     You will be directed to a site about a prescription treatment option. Please
 *                     click "CONTINUE" to go to the site or click "CANCEL" to remain on
 *                     "CIDPtravels.com".
 *                 </p>
 *                 <p></p>
 *                 <div class="cmp-click-out-modal-main-buttons">
 *                     <button class="cmp-click-out-modal-main-button click-out-cancel">CANCEL</button>
 *                     <button class="cmp-click-out-modal-main-button click-out-confirm">
 *                         CONTINUE
 *                     </button>
 *                 </div>
 *             </div>
 *         </div>
 *     </section>
 * </div>
 */
.click-out-modal .cmp-click-out-modal__main-modal-content {
  background-color: #000000;
  color: #ffffff;
  padding: 2.5rem 2rem 2rem;
}
@media (min-width: 768px) {
  .click-out-modal .cmp-click-out-modal__main-modal-content {
    padding: 4rem 3rem 3rem;
  }
}
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title {
  color: #ffce00;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title {
    font-size: 5rem;
    margin-bottom: 4rem;
    line-height: 1.2;
  }
}
.click-out-modal .cmp-click-out-modal__main-modal-content p {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.click-out-modal .cmp-click-out-modal__main-modal-content p:last-of-type {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .click-out-modal .cmp-click-out-modal__main-modal-content p {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .click-out-modal .cmp-click-out-modal__main-modal-content p:last-of-type {
    margin-bottom: 6rem;
  }
}
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem auto;
}
.click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button {
  width: 100%;
  max-width: 25rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons {
    flex-direction: row-reverse;
    gap: 4rem;
    margin: 4rem auto;
  }
  .click-out-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .cmp-click-out-modal-main-button {
    width: auto;
    min-width: 18.75rem;
    max-width: none;
  }
}
.cmp-container-header {
  padding: 1.75rem 0;
}
@media (min-width: 768px) {
  .cmp-container-header {
    padding: 4rem 0 3.75rem;
  }
}
.cmp-container-header .cmp-container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 2rem;
}
.cmp-container-header .cmp-container .teaser .cmp-teaser .cmp-teaser__image .cmp-image img {
  width: 13.875rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cmp-container-header .cmp-container .teaser .cmp-teaser .cmp-teaser__image .cmp-image img {
    width: 21.375rem;
    margin: 0;
  }
}
.cmp-container-hero {
  max-width: 1920px;
  margin: 0 auto;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser {
    position: static;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser {
    position: relative;
    align-items: center;
  }
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 7;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-wrap: pretty;
  margin-bottom: 0;
  padding: 3rem 3rem 2.25rem;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content {
    background-color: transparent;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 2;
    margin-bottom: 0;
    padding: 2rem;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row: 1;
    padding: 0 2rem;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content {
    grid-column-start: 2;
    grid-column-end: 7;
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container-heading {
  color: #ffce00;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-size: 4.25rem;
  line-height: 4.625rem;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 7.5rem;
    line-height: 8.375rem;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 6rem;
    line-height: 6.625rem;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 7.5rem;
    line-height: 8.375rem;
    letter-spacing: 3px;
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #ffce00;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 1rem;
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title p {
  margin: 0;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-weight: 700;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:has(+ .footnote) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:has(+ .footnote) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:has(+ .footnote) {
    margin-bottom: 0;
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .footnote {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.75rem;
  line-height: normal;
  letter-spacing: 1.1px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .footnote {
    position: static;
    transform: unset;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .footnote {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.125rem;
    letter-spacing: 1.25px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__image {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 1;
    width: 100%;
    order: unset;
  }
}
@media (min-width: 1199px) {
  .cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__image {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row: 1;
    width: 100%;
    order: unset;
  }
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__image .cmp-image {
  width: 100%;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__image .cmp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__mobile-image {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cmp-container-hero .cmp-container .multi-images-teaser .cmp-teaser .cmp-teaser__mobile-image img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.cmp-container-body {
  background-color: #000000;
}
.cmp-container-announcement-bar {
  background-color: #ffce00;
}
.cmp-container-announcement-bar .cmp-container {
  padding: 1.625rem 6.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cmp-container-announcement-bar .cmp-container {
    padding: 2rem 6.125rem;
  }
}
.cmp-container-announcement-bar .cmp-container .text .cmp-text {
  color: #000000;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 700;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .cmp-container-announcement-bar .cmp-container .text .cmp-text {
    font-size: 3.625rem;
    line-height: 4rem;
  }
}
.cmp-container-announcement-bar .cmp-container .text .cmp-text p {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-wrap: inherit;
}
.cmp-container-end-of-page {
  background-color: #ffce00;
  padding: 3rem 1.875rem 2.75rem 1.875rem;
}
@media (min-width: 768px) {
  .cmp-container-end-of-page .cmp-container {
    margin: 0 auto;
    width: calc((((100% - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
  }
}
.cmp-container-video-callout {
  background-color: #000000;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .cmp-container-video-callout {
    margin-top: 8.25rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .multi-viewport-image.image {
    flex: 0 0 50%;
    order: 1;
  }
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    order: 2;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content {
  color: #ffffff;
  padding: 3.75rem 2rem 3.25rem 3.125rem;
}
@media (min-width: 768px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content {
    padding: 4.5rem 2.75rem 4.5rem 4rem;
  }
}
@media screen and (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 3rem 3rem 1.375rem;
  }
}
@media (min-width: 1440px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content {
    padding: 4.5rem 2.75rem 1.375rem 4rem;
  }
}
@media (min-width: 1800px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content {
    padding: 4.5rem 3rem 1.375rem 8rem;
  }
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #ffce00;
  font-family: 'PT Sans', sans-serif;
  font-size: 4.375rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 2rem;
  }
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 4.125rem;
  margin: 0;
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0 0 1rem 0;
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:last-child {
  color: #ffce00;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: normal;
  margin: 4.25rem 0 0 0;
}
@media screen and (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:last-child {
    margin-top: auto;
  }
}
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description i,
.cmp-container-video-callout .cmp-container .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description em {
  font-style: italic;
}
@media (min-width: 1199px) {
  .cmp-container-video-callout .cmp-container .teaser .cmp-teaser#behind-the-scenes .cmp-teaser__title {
    max-width: 80%;
  }
}
.cmp-container-video-callout .cmp-container .cmp-image {
  position: relative;
}
.cmp-container-video-callout .cmp-container .cmp-image .cmp-image__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmp-container-video-callout .cmp-container .cmp-image .cmp-image__link:hover .cmp-image__image {
  transform: scale(1.05);
}
.cmp-container-video-callout .cmp-container .cmp-image .cmp-image__image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.cmp-container-video-callout .cmp-container .cmp-image .cmp-image__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffce00;
  color: #4a4a4a;
  font-family: 'PT Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: left;
  padding: 2rem 1rem 1.375rem 3.5rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.375rem;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .cmp-container-video-callout .cmp-container .cmp-image .cmp-image__title {
    padding-left: 4rem;
  }
}
.cmp-container-video-callout .cmp-container .cmp-image .cmp-image__link:hover .cmp-image__title {
  background-color: #cca500;
}
.cmp-container-bg-lava {
  position: relative;
  background-image: url('../../../content/dam/cidp-travels/backgrounds/LAVA-ROCK-BACKGROUND-mobile.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 1.75rem 7.5rem;
}
@media (min-width: 768px) {
  .cmp-container-bg-lava {
    background-image: url('../../../content/dam/cidp-travels/backgrounds/LAVA-ROCK-BACKGROUND.jpg');
    padding-top: 2.25rem;
  }
}
.cmp-container-bg-lava > .cmp-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cmp-container-bg-lava > .cmp-container {
    width: calc((((100% - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
  }
}
@media (min-width: 1199px) {
  .cmp-container-bg-lava > .cmp-container {
    width: calc((((100% - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
  }
}
.cmp-container-advocacy {
  margin: 5rem auto;
}
@media (min-width: 768px) {
  .cmp-container-advocacy {
    margin: 5.625rem auto 6.25rem auto;
  }
}
.cmp-container-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 4.75rem 1.875rem 12.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cmp-container-footer {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .cmp-container-footer .cmp-container {
    margin: 0 auto;
    width: calc((((100% - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
  }
}
.cmp-container-footer .cmp-container-hulu-eopc {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc {
    margin-bottom: 3rem;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser {
  margin-bottom: 4.75rem;
}
@media (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__image {
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__image {
    margin-bottom: 6rem;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__image img {
  max-width: 229px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__image img {
    max-width: 265px;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__title {
  font-size: 2.25rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__title {
    font-size: 3.125rem;
    line-height: normal;
    letter-spacing: 1px;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__description p {
  font-size: 2.625rem;
  line-height: 3.625rem;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__description p {
    font-size: 3.5rem;
    line-height: normal;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__action-link {
  color: #ffffff;
  font-size: 2.625rem;
  line-height: 3.625rem;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__action-link {
    font-size: 3.5rem;
    line-height: normal;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .teaser .cmp-teaser__action-link:hover {
  color: #ffffff;
}
.cmp-container-footer .cmp-container-hulu-eopc .text .cmp-text {
  font-size: 1.875rem;
  line-height: 1.4;
}
.cmp-container-footer .cmp-container-hulu-eopc .text .cmp-text p {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .text .cmp-text p {
    font-size: 2.75rem;
    line-height: 4.5rem;
  }
}
.cmp-container-footer .cmp-container-hulu-eopc .text .cmp-text p:last-child {
  margin-top: 10rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer .cmp-container-hulu-eopc .text .cmp-text p:last-child {
    margin-top: 0;
  }
}
.cmp-container-footer-links > .cmp-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-container-footer-links > .cmp-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
    align-items: start;
  }
}
.cmp-container-footer-links .teaser {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-container-footer-links .teaser {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row: 1;
    text-align: center;
  }
}
.cmp-container-footer-links .teaser .cmp-teaser__content {
  display: flex;
  flex-direction: column;
}
.cmp-container-footer-links .teaser .cmp-teaser__action-container {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cmp-container-footer-links .teaser .cmp-teaser__action-container {
    margin-bottom: 0;
  }
}
.cmp-container-footer-links .teaser .cmp-teaser__action-container .cmp-teaser__action-link {
  position: relative;
  display: inline;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: normal;
  letter-spacing: -0.1px;
  text-decoration: underline;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .cmp-container-footer-links .teaser .cmp-teaser__action-container .cmp-teaser__action-link {
    font-size: 2.75rem;
    line-height: normal;
  }
}
.cmp-container-footer-links .teaser .cmp-teaser__action-container .cmp-teaser__action-link:last-child {
  margin-right: 0;
}
.cmp-container-footer-links .teaser .cmp-teaser__action-container .cmp-teaser__action-link:hover {
  color: #ffffff;
}
.cmp-container-footer-links .teaser .cmp-teaser__action-container .cmp-teaser__action-link:not(:last-child)::after {
  position: absolute;
  content: " | ";
  right: -2rem;
  bottom: 0;
  text-decoration: none !important;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .cmp-container-footer-links .text {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row: 2;
    text-align: center;
  }
}
.cmp-container-footer-links .cmp-text {
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .cmp-container-footer-links .cmp-text {
    margin: 1.5rem 0 0 0;
  }
}
.cmp-container-footer-links .cmp-text p {
  margin: 0;
}
.cmp-container-footer-links .image {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .cmp-container-footer-links .image {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-self: end;
    align-self: start;
  }
}
.cmp-container-footer-links .cmp-image {
  margin-bottom: 0;
}
.cmp-container-footer-links .cmp-image img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
.cmp-multi-viewport-image.cmp-image__image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .cmp-multi-viewport-image.cmp-image__image-mobile {
    display: none;
  }
}
.cmp-multi-viewport-image.cmp-image__image-tablet {
  display: none;
}
@media (min-width: 768px) {
  .cmp-multi-viewport-image.cmp-image__image-tablet {
    display: block;
  }
}
@media (min-width: 959px) {
  .cmp-multi-viewport-image.cmp-image__image-tablet {
    display: none;
  }
}
.cmp-multi-viewport-image.cmp-image__image-desktop {
  display: none;
}
@media (min-width: 959px) {
  .cmp-multi-viewport-image.cmp-image__image-desktop {
    display: block;
  }
}
.multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title p,
.multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0 0 2rem;
}
.multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title p:last-child,
.multi-images-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:last-child {
  margin-bottom: 0;
}
.multi-images-teaser .cmp-teaser__image {
  display: none;
}
@media (min-width: 768px) {
  .multi-images-teaser .cmp-teaser__image {
    display: block;
  }
}
.multi-images-teaser .cmp-teaser__mobile-image {
  display: block;
}
@media (min-width: 768px) {
  .multi-images-teaser .cmp-teaser__mobile-image {
    display: none;
  }
}
.multi-images-teaser .cmp-teaser__mobile-image img {
  width: 100%;
  height: auto;
}
.overlay-modal {
  position: relative;
  display: none;
}
.overlay-modal.active {
  display: block;
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 100001;
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal {
  background-color: transparent;
  z-index: 100002;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  height: auto;
  max-width: 132rem;
  aspect-ratio: 531 / 298;
}
@media screen and (orientation: landscape) and (max-height: 880px) {
  .overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal {
    width: 80%;
    margin: 0 auto;
  }
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal > div,
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal > iframe {
  z-index: 100002;
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-close-button {
  position: absolute;
  cursor: pointer;
  top: -32px;
  right: 0;
  width: 30px;
  height: 30px;
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-close-button span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-close-button span + span {
  transform: rotate(-45deg);
}
@media screen and (orientation: landscape) and (max-height: 880px) {
  .overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-close-button {
    right: -40px;
    top: 0;
  }
}
@media screen and (min-width: 1199px) {
  .overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-close-button {
    right: -30px;
  }
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-content {
  width: calc(100% - 4rem);
}
.overlay-modal.active div[id*="video-modal"] section .cmp-overlay-modal__main-modal .cmp-overlay-modal__main-modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
/*
Default separator HTML:

<div class="separator">
    <div id="separator-d1e316a0f2" class="cmp-separator">
        <hr class="cmp-separator__horizontal-rule">
    </div>
</div>
*/
.separator .cmp-separator__horizontal-rule {
  margin: 0;
  border: none;
  height: 1px;
  background-color: #ffce00;
}
.separator:has(+ .cmp-container-video-callout) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .separator:has(+ .cmp-container-video-callout) {
    margin-bottom: 8.25rem;
  }
}
.cmp-teaser-discovery {
  padding: 0 3rem;
  margin: 6rem 0 4.25rem;
}
@media (min-width: 768px) {
  .cmp-teaser-discovery {
    margin: 7.5rem auto;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-discovery {
    width: calc((((100% - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
  }
}
@media (min-width: 1920px) {
  .cmp-teaser-discovery {
    max-width: 171.875rem;
  }
}
.cmp-teaser-discovery .cmp-teaser {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__image {
  order: 1;
  margin-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser .cmp-teaser__image {
    order: 1;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__image .cmp-image img {
  max-width: 10.25rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser .cmp-teaser__image .cmp-image img {
    max-width: 22.375rem;
    margin: 0;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content {
  order: 2;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser .cmp-teaser__content {
    order: 2;
    flex: 1;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #ffce00;
  font-size: 4.5rem;
  line-height: 5.375rem;
  letter-spacing: 0.36rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 6.875rem;
    line-height: 8rem;
    letter-spacing: 0.55rem;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-size: 2.625rem;
  line-height: 3.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 3rem;
    line-height: 5.125rem;
  }
}
.cmp-teaser-discovery .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.cmp-teaser-pullquote {
  position: relative;
  padding: 3rem 5rem;
}
@media (min-width: 768px) {
  .cmp-teaser-pullquote {
    width: calc((((100% - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (10/12)) + (4rem * 9));
    margin: 0 auto;
    padding: 4rem;
  }
}
@media (min-width: 1440px) {
  .cmp-teaser-pullquote {
    padding: 6rem;
  }
}
@media (min-width: 1800px) {
  .cmp-teaser-pullquote {
    width: calc((((100% - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
    max-width: calc((((1344px - 4rem) - (4rem * 11)) * (12/12)) + (4rem * 11));
  }
}
.cmp-teaser-pullquote .cmp-teaser__content {
  position: relative;
  text-align: center;
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description {
  color: #ffce00;
  text-wrap-style: balance;
  font-family: 'PT Sans', sans-serif;
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child {
  position: relative;
  font-size: 4.25rem;
  line-height: 5.5rem;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 2rem;
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::before,
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::after {
  position: relative;
  bottom: -18px;
  line-height: 1px;
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffce00;
  font-family: 'PT Sans', sans-serif;
}
@media screen and (min-width: 768px) {
  .cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::before,
  .cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::after {
    font-size: 12rem;
    bottom: -4rem;
  }
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::before {
  content: open-quote;
  left: -0.5rem;
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child::after {
  content: close-quote;
}
@media (min-width: 1440px) {
  .cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:first-child {
    font-size: 5.625rem;
    line-height: 8.875rem;
    margin-bottom: 0;
  }
}
.cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:last-child {
  font-size: 3.125rem;
  line-height: 4.25rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1440px) {
  .cmp-teaser-pullquote .cmp-teaser__content .cmp-teaser__description p:last-child {
    font-size: 5.125rem;
    line-height: 9.375rem;
  }
}
.cmp-teaser-end-of-page-content {
  text-align: center;
}
.cmp-teaser-end-of-page-content .cmp-teaser__title {
  font-size: 3.75rem;
  line-height: 5rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .cmp-teaser-end-of-page-content .cmp-teaser__title {
    font-size: 5rem;
    line-height: 7rem;
  }
}
.cmp-teaser-end-of-page-content .cmp-teaser__action-container {
  margin-top: 2rem;
}
.cmp-teaser-advocacy {
  color: #ffffff;
}
.cmp-teaser-advocacy .cmp-teaser__content {
  text-align: center;
}
.cmp-teaser-advocacy .cmp-teaser__title {
  text-wrap-style: balance;
  font-size: 4.375rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
.cmp-teaser-advocacy .cmp-teaser__description {
  text-wrap-style: balance;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.cmp-teaser-advocacy .cmp-teaser__action-container-heading {
  color: #ffce00;
  text-wrap-style: balance;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1199px) {
  .cmp-teaser-advocacy .cmp-teaser__action-container-heading {
    margin-bottom: 4rem;
  }
}

