/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.charter {
  font-family: "charter-bt-pro", sans-serif; }
  .charter * {
    font-family: "charter-bt-pro", sans-serif; }

.avenir-next {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 350; }
  .avenir-next * {
    font-family: avenir-next-lt-pro, sans-serif; }

.montserrat {
  font-family: "Montserrat", sans-serif; }
  .montserrat * {
    font-family: "Montserrat", sans-serif; }

.main-nav .logo .partner-link {
  height: 24px; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 16px !important; } }

.bumper-page-hero {
  background-color: #eeebe7; }
  .bumper-page-hero .a .a__content-wrapper {
    color: black; }
    .bumper-page-hero .a .a__content-wrapper h1 {
      font-weight: 400;
      line-height: 76px; }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper h1 {
          line-height: 52px; } }
    .bumper-page-hero .a .a__content-wrapper .other-links {
      line-height: 24px; }

.hero-content .cta-buttons .button-basic {
  color: white;
  background-color: black;
  border-color: black;
  border-width: 1.5px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 9999px !important;
  width: 360px !important;
  max-width: none !important;
  box-sizing: border-box;
  letter-spacing: 1.6px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hero-content .cta-buttons .button-basic {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .hero-content .cta-buttons .button-basic {
      width: 100% !important; } }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible {
    background-color: #f2f2f2;
    border-color: #231f20;
    color: #231f20; }

.faq {
  color: black; }
  .faq h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.15; }
    @media (max-width: 991px) {
      .faq h2 {
        font-size: 32px;
        line-height: 1.25; } }
  .faq h3 {
    margin-top: 0;
    margin-bottom: 40x;
    font-size: 24px;
    line-height: 30px;
    font-weight: 350; }
    @media (max-width: 991px) {
      .faq h3 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .faq details summary,
  .faq details .answer {
    font-size: 16px;
    line-height: 24px; }
  .faq details .answer li {
    line-height: 24px; }

.footnotes {
  color: black;
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 20px; }
  .footnotes strong {
    font-weight: 600; }