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

.gibson {
  font-family: "canada-type-gibson", sans-serif; }
  .gibson * {
    font-family: "canada-type-gibson", sans-serif; }

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

.one-sign-in {
  background-color: #00358e;
  color: white; }

.bumper-page-hero {
  background-color: #97eaff;
  position: relative; }
  .bumper-page-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 64px;
    /* 4 rows × (8px dot + 8px gap) */
    background-repeat: repeat-x;
    background-size: 23px 16px;
    /* 4 rows, staggered every other row */
    background-image: radial-gradient(circle 4px at center, #3bc5ec 100%, transparent 101%), radial-gradient(circle 4px at center, #3bc5ec 100%, transparent 101%), radial-gradient(circle 4px at center, #3bc5ec 100%, transparent 101%), radial-gradient(circle 4px at center, #3bc5ec 100%, transparent 101%);
    background-position: 0 0px, 8px 16px, 0px 32px, 8px 48px;
    /* row 4 staggered */
    pointer-events: none; }
  @media (min-width: 992px) {
    .bumper-page-hero .b {
      width: 47% !important;
      flex-shrink: 0; } }
  @media (max-width: 991px) {
    .bumper-page-hero .b img {
      max-height: none !important; } }
  @media (max-width: 991px) {
    .bumper-page-hero .a {
      padding-top: 80px !important; } }
  .bumper-page-hero .a .a__content-wrapper h1 {
    font-size: 36px !important;
    font-weight: 600;
    line-height: 36px;
    color: #00358e; }
  .bumper-page-hero .a .a__content-wrapper p {
    font-size: 18px !important;
    color: #11224b; }
  .bumper-page-hero .a .a__content-wrapper .other-links {
    color: #11224b; }
    .bumper-page-hero .a .a__content-wrapper .other-links a {
      text-decoration: none;
      color: #00358e !important;
      font-weight: 600; }

.hero-content .cta-buttons .button-basic {
  color: white;
  background-color: #0062ad;
  border-color: #0062ad;
  font-weight: 500;
  font-size: 18px;
  border-radius: 1000px !important;
  width: 360px !important;
  max-width: none !important;
  box-sizing: border-box; }
  @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: #0071a7; }

.hero-content .cta-buttons .button-outlined {
  border-color: #0062ad;
  color: #0062ad; }
  .hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus {
    background-color: #dff2f7;
    color: #08294c;
    border-color: #08294c; }

.benefits-section {
  background-color: #11224b;
  color: white;
  display: flex;
  box-sizing: border-box;
  gap: 40px;
  justify-content: center;
  padding: 60px 42px; }
  @media screen and (max-width: 1120px) {
    .benefits-section {
      flex-direction: column;
      gap: 20px;
      padding: 48px 42px; } }
  @media (max-width: 767px) {
    .benefits-section {
      padding: 40px 16px; } }
  @media screen and (min-width: 1120px) {
    .benefits-section .column {
      width: 50%;
      max-width: 480px; } }
  .benefits-section .vertical {
    border: none;
    width: 2px;
    background-color: #0062ad;
    margin: 0; }
  .benefits-section .title-and-card-art {
    display: flex;
    gap: 14px;
    padding-bottom: 24px;
    border-bottom: 2px solid #0062ad;
    margin-bottom: 20px; }
    @media screen and (max-width: 1120px) {
      .benefits-section .title-and-card-art {
        flex-direction: column-reverse; } }
    .benefits-section .title-and-card-art h2 {
      font-size: 32px;
      font-weight: 600;
      line-height: 38px;
      margin: 0; }
      @media screen and (max-width: 1120px) {
        .benefits-section .title-and-card-art h2 {
          font-size: 28px;
          line-height: 34px; } }
    .benefits-section .title-and-card-art img {
      width: 262px;
      height: auto; }
      @media (max-width: 479px) {
        .benefits-section .title-and-card-art img {
          width: 100%; } }
  .benefits-section p,
  .benefits-section li {
    font-size: 20px;
    line-height: 30px; }
  .benefits-section .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .benefits-section .benefits-list .benefit {
      display: flex;
      gap: 10px;
      padding-right: 24px; }
      .benefits-section .benefits-list .benefit > span {
        color: #97eaff;
        font-size: 48px;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 1120px) {
          .benefits-section .benefits-list .benefit > span {
            font-size: 44px; } }
        .benefits-section .benefits-list .benefit > span .percent {
          vertical-align: super;
          font-size: 30px; }
          @media screen and (max-width: 1120px) {
            .benefits-section .benefits-list .benefit > span .percent {
              font-size: 26px; } }
  .benefits-section ul {
    padding-left: 28px; }
    .benefits-section ul li {
      padding-left: 8px; }
      .benefits-section ul li::marker {
        color: #97eaff;
        /* your bullet color */ }
  .benefits-section sup {
    outline-color: #fbc600 !important;
    font-size: inherit; }

.faq {
  color: #11224b; }
  .faq sup {
    font-size: inherit; }
  .faq h2 {
    color: #00358e;
    font-size: 42px ;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px; }
  .faq h3 {
    color: #11224b ;
    margin-top: 0;
    margin-bottom: 40px; }
  .faq summary {
    font-weight: 500;
    font-size: 16px; }
  .faq .answer {
    font-size: 16px;
    padding-top: 0; }
    .faq .answer a {
      font-weight: 600;
      color: #00358e; }
    .faq .answer ul {
      line-height: 24px; }

.footnote a {
  font-weight: 600;
  color: #00358e; }
  
/*Added for faq heading font size issue*/
.heading-1.m-32 {
font-size: 42px !important;
font-weight: 600;
}
/* Added for sign in button font color*/
.main-nav .main-nav__content-grid .login-area #login-button {
  color: #3b3d49;}
  
.faq h3 {
    font-weight: 500; }
	



