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

.subnav {
  background-color: #40637c; }
  @media (min-width: 992px) {
    .subnav {
      margin-bottom: 24px;
      padding-top: 5px !important;
      padding-bottom: 5px !important; } }
  .subnav .subnav__links {
    align-items: center;
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 992px) {
      .subnav .subnav__links {
        height: 34px; } }

main {
  color: #3b3d49; }
  main a {
    color: inherit; }
  main sup {
    position: relative;
    top: -3px;
    left: 1px;
    font-size: 12px; }

h2 {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 32px;
  font-size: 50px;
  line-height: 50px; }
  @media (max-width: 991px) {
    h2 {
      margin-bottom: 30px;
      font-size: 42px;
      line-height: 42px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px;
      line-height: 32px; } }

.button-gold,
.button-outlined,
.button-white {
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  min-width: 180px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center; }
  @media (max-width: 767px) {
    .button-gold,
    .button-outlined,
    .button-white {
      font-size: 16px;
      padding: 12px 24px; } }

.value-prop {
  background-color: #e8e9ec;
  padding: 40px;
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
  color: #3b3d49; }
  @media (min-width: 992px) {
    .value-prop.reverse {
      flex-direction: row-reverse; } }
  @media (max-width: 991px) {
    .value-prop {
      flex-direction: column;
      gap: 30px;
      padding: 30px 16px;
      align-items: unset;
      margin: 40px 0; } }
  .value-prop.teal-bg {
    background-color: #3f647c;
    color: white;
    background: linear-gradient(180deg, #417d9f 0%, #34657f 100%), #3f647c; }
  .value-prop.dark-gray-bg {
    background-color: #b7bdc9; }
  .value-prop.white-bg {
    background-color: white; }
  .value-prop__image {
    height: 475px;
    width: 475px;
    -o-object-fit: cover;
    object-fit: cover; }
    .value-prop__image.half-height {
      height: 237px; }
    @media (max-width: 991px) {
      .value-prop__image {
        height: 330px;
        width: 330px;
        max-width: 100%; }
        .value-prop__image.half-height {
          height: 165px; } }
  .value-prop__text {
    height: -moz-fit-content;
    height: fit-content; }
    @media (min-width: 992px) {
      .value-prop__text {
        max-width: 769px; } }
    .value-prop__text p,
    .value-prop__text ul {
      font-size: 24px;
      line-height: 30px; }
      @media (max-width: 479px) {
        .value-prop__text p,
        .value-prop__text ul {
          font-size: 20px;
          line-height: 24px; } }
      .value-prop__text p a,
      .value-prop__text ul a {
        word-break: break-word; }
    .value-prop__text ul.checkmarks {
      list-style-type: none;
      padding-left: 0;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      @media (max-width: 991px) {
        .value-prop__text ul.checkmarks {
          font-size: 16px; } }
      .value-prop__text ul.checkmarks li {
        position: relative;
        padding-left: 28px; }
        .value-prop__text ul.checkmarks li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 19px;
          height: 18px;
          background: url("../img/bau-checkmark.png") no-repeat center;
          background-size: contain; }
    .value-prop__text .links {
      display: flex;
      gap: 18px;
      align-items: end;
      flex-wrap: wrap; }
      @media (max-width: 479px) {
        .value-prop__text .links a {
          width: 100%; } }
    .value-prop__text .button-gold:first-of-type {
      margin-top: 40px; }
      @media (max-width: 479px) {
        .value-prop__text .button-gold:first-of-type {
          margin-top: 30px;
          width: 100%; } }
    .value-prop__text .teal {
      color: #3f647c; }

.benefits-block {
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  margin: 80px auto; }
  @media (max-width: 1439px) {
    .benefits-block {
      padding: 0 40px; } }
  @media (max-width: 1079px) {
    .benefits-block {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .benefits-block {
      padding: 0 16px;
      margin: 40px auto; } }
  .benefits-block__text {
    flex: 1; }
    @media (min-width: 1080px) {
      .benefits-block__text h2 {
        padding-right: 120px; } }
    .benefits-block__text .gold-border {
      border: 2px solid #fbc600;
      padding: 40px 120px 50px 42px; }
      @media (max-width: 1079px) {
        .benefits-block__text .gold-border {
          padding: 40px 24px 72px 24px; } }
    .benefits-block__text p {
      margin: 0; }
    .benefits-block__text p,
    .benefits-block__text ul {
      font-size: 16px;
      line-height: 24px; }
    .benefits-block__text .button-gold {
      margin-top: 40px; }
      @media (max-width: 479px) {
        .benefits-block__text .button-gold {
          width: 100%;
          margin-top: 30px; } }
  .benefits-block__image {
    margin-left: -80px;
    width: calc(100% + 80px); }
    @media (min-width: 1080px) {
      .benefits-block__image {
        height: 450px;
        flex: 1; }
        .benefits-block__image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
    @media (max-width: 1079px) {
      .benefits-block__image {
        margin-left: auto;
        width: 70%;
        height: auto;
        margin-top: -50px; }
        .benefits-block__image img {
          width: 100%;
          height: auto; } }

.locator-widget {
  background-image: url("../img/locator-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white; }
  .locator-widget__inner {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .locator-widget__inner h2 {
      margin-bottom: 16px; }
    .locator-widget__inner .locator-form-styles {
      font-family: "Synchrony Sans", Helvetica, sans-serif;
      display: flex;
      align-items: end;
      gap: 15px;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .locator-widget__inner .locator-form-styles {
          flex-direction: column;
          align-items: stretch; } }
      .locator-widget__inner .locator-form-styles .form-group {
        flex: 1; }
        .locator-widget__inner .locator-form-styles .form-group label {
          display: block;
          font-size: 18px;
          line-height: 20px; }
        @media (min-width: 992px) {
          .locator-widget__inner .locator-form-styles .form-group:has(input) {
            max-width: 380px;
            min-width: 275px; } }
        @media (min-width: 992px) {
          .locator-widget__inner .locator-form-styles .form-group:has(select) {
            max-width: 200px; } }
      .locator-widget__inner .locator-form-styles .input-wrapper {
        border: 2px solid white;
        border-radius: 3px;
        width: 100%;
        height: 56px;
        display: flex;
        gap: 8px;
        align-items: center;
        padding: 0 16px;
        box-sizing: border-box;
        background-color: white; }
        .locator-widget__inner .locator-form-styles .input-wrapper:has(input:focus), .locator-widget__inner .locator-form-styles .input-wrapper:has(select:focus) {
          border-color: #3b3d49; }
        .locator-widget__inner .locator-form-styles .input-wrapper input,
        .locator-widget__inner .locator-form-styles .input-wrapper select {
          width: 100%;
          padding: 0 8px;
          font-family: inherit;
          border: none;
          outline-color: transparent;
          outline: none;
          font-size: 19px; }
      .locator-widget__inner .locator-form-styles #merchant-input-dropdown {
        background-color: white;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
        max-height: 250px;
        overflow: auto;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        display: none;
        /* Scrollbar styles */ }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown::-webkit-scrollbar {
          width: 12px;
          height: 12px;
          cursor: pointer; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown::-webkit-scrollbar-track {
          background: #e8e9ec;
          opacity: 0.7;
          border-radius: 12px; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown::-webkit-scrollbar-thumb {
          border-radius: 12px;
          background: #62657b; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown::-webkit-scrollbar-thumb:hover {
          background: #62657b; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown li {
          padding: 8px 12px;
          cursor: pointer; }
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown li.active,
        .locator-widget__inner .locator-form-styles #merchant-input-dropdown li:hover {
          background-color: #eee; }
      .locator-widget__inner .locator-form-styles button[type="submit"] {
        height: 56px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          .locator-widget__inner .locator-form-styles button[type="submit"] {
            width: 100%; } }
        .locator-widget__inner .locator-form-styles button[type="submit"][disabled] {
          color: #b7bdc9;
          background-color: transparent;
          border-color: #b7bdc9; }
    .locator-widget__inner .category-buttons {
      margin-top: 60px;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .locator-widget__inner .category-buttons #category-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center; }
      .locator-widget__inner .category-buttons button {
        border: 0.5px solid white;
        font-size: 16px;
        color: white;
        padding: 6px 10px 5px 10px;
        height: 38px;
        border-radius: 3px; }
        .locator-widget__inner .category-buttons button[aria-selected="true"] {
          border-color: #fbc600;
          background-color: #fbc600;
          color: #3b3d49; }

.row-of-cards {
  background: linear-gradient(180deg, #417d9f 0%, #34657f 100%), #3f647c;
  margin: 80px auto; }
  @media (max-width: 1439px) {
    .row-of-cards {
      margin: 40px auto; } }
  .row-of-cards__content {
    margin: auto;
    box-sizing: border-box;
    padding: 40px 80px; }
    @media (max-width: 1439px) {
      .row-of-cards__content {
        padding: 40px 40px; } }
    @media (max-width: 767px) {
      .row-of-cards__content {
        padding: 40px 16px; } }
  .row-of-cards__cards {
    display: grid;
    gap: 20px; }
    @media (min-width: 1080px) {
      .row-of-cards__cards.three {
        grid-template-columns: repeat(3, 1fr); }
      .row-of-cards__cards.four {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1079px) {
      .row-of-cards__cards.three {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .row-of-cards__cards.three .card {
          width: 300px; }
      .row-of-cards__cards.four {
        grid-template-columns: repeat(2, 1fr); }
        .row-of-cards__cards.four .card {
          flex: 1; } }
    @media screen and (max-width: 600px) {
      .row-of-cards__cards {
        grid-template-columns: repeat(1, 1fr); } }
    .row-of-cards__cards .card {
      background-color: white;
      border-bottom: 6px solid #fbc600;
      box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.4);
      padding: 24px 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .row-of-cards__cards .card img {
        width: 80px;
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain; }
      .row-of-cards__cards .card h3 {
        margin-top: 24px;
        margin-bottom: 18px;
        font-size: 24px;
        font-weight: 500; }
      .row-of-cards__cards .card p {
        font-size: 18px; }
        .row-of-cards__cards .card p a {
          color: inherit; }

.related-articles h2 {
  margin-bottom: 24px;
  line-height: 32px !important; }

.related-articles > p {
  text-align: center; }

.faq-section {
  max-width: 1440px;
  box-sizing: border-box;
  margin: 80px auto ;
  padding: 0 80px !important; }
  @media (max-width: 1439px) {
    .faq-section {
      margin: 40px auto;
      padding: 0 40px !important; } }
  @media (max-width: 991px) {
    .faq-section {
      padding: 0 16px !important; } }
  .faq-section h2 {
    margin-bottom: 16px; }
  .faq-section h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .faq-section h3 {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 479px) {
      .faq-section h3 {
        font-size: 18px;
        line-height: 20px; } }
  .faq-section .two-col {
    display: flex;
    gap: 28px; }
    @media (max-width: 991px) {
      .faq-section .two-col {
        flex-direction: column;
        gap: 0; } }
    .faq-section .two-col .col {
      flex: 1; }
  .faq-section details {
    border: none;
    border-radius: 0; }
    .faq-section details[open] summary {
      border-bottom: 2px solid #fbc600; }
    .faq-section details summary {
      padding: 20px 16px 13px 16px;
      border-bottom: 1px solid rgba(59, 61, 73, 0.25); }
    .faq-section details .answer {
      padding: 16px;
      background-color: #e9eaeb;
      gap: 16px; }
      .faq-section details .answer p {
        margin: 0; }

.footnotes {
  margin: 80px auto;
  padding: 0 80px;
  text-align: center; }
  @media (max-width: 1439px) {
    .footnotes {
      padding: 0 40px; } }
  @media (max-width: 991px) {
    .footnotes {
      margin: 40px auto;
      padding: 0 16px; } }

.category-dropdown {
  align-items: center;
  padding: 0px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
  /* Custom arrow rotation on button when expanded */ }
  @media (max-width: 1439px) {
    .category-dropdown {
      padding: 0px 40px; } }
  @media (max-width: 767px) {
    .category-dropdown {
      padding: 0px 16px;
      margin-bottom: 12px; } }
  .category-dropdown__label {
    font-size: 24px;
    font-weight: 500; }
  .category-dropdown__wrapper {
    width: 300px;
    max-width: 100%; }
  .category-dropdown__toggle {
    font-family: inherit;
    background-color: #fbc600;
    color: #3b3d49;
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .category-dropdown__toggle:focus {
      outline: 2px solid #3b3d49; }
  .category-dropdown .category-dropdown__toggle[aria-expanded="true"] .category-dropdown__icon {
    transform: rotate(180deg); }
  .category-dropdown__menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    /* Start collapsed */
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease; }
    .category-dropdown__menu.open {
      transform: scaleY(1);
      opacity: 1;
      pointer-events: auto; }
    .category-dropdown__menu li a {
      display: block;
      padding: 10px 12px;
      color: inherit;
      text-decoration: none; }
      .category-dropdown__menu li a span {
        position: relative; }
        .category-dropdown__menu li a span::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2px;
          height: 2px;
          background-color: #3b3d49;
          transition: height 0.3s ease-in-out;
          z-index: -1; }
        .category-dropdown__menu li a span:hover::after, .category-dropdown__menu li a span:focus::after {
          height: 4px;
          background-color: #fbc600; }
  .category-dropdown__icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease; }

.preferred-brands {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 767px) {
    .preferred-brands {
      flex-direction: column;
      gap: 16px; } }
  .preferred-brands .title-wrapper,
  .preferred-brands .logo-grid {
    max-width: 620px;
    width: 50%; }
    @media (max-width: 767px) {
      .preferred-brands .title-wrapper,
      .preferred-brands .logo-grid {
        width: 100%;
        max-width: 100%; } }
  .preferred-brands .title-wrapper {
    display: flex;
    align-items: center; }
    .preferred-brands .title-wrapper h2 {
      font-weight: 400;
      font-size: 64px;
      line-height: 64px;
      margin: 0; }
      @media (max-width: 991px) {
        .preferred-brands .title-wrapper h2 {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 767px) {
        .preferred-brands .title-wrapper h2 {
          font-size: 32px;
          line-height: 38px; } }
  .preferred-brands .logo-grid {
    display: grid;
    align-content: center;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 16px; }
    .preferred-brands .logo-grid.six-items {
      grid-template-rows: repeat(2, 100px); }
      @media screen and (max-width: 1180px) {
        .preferred-brands .logo-grid.six-items {
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(3, 100px); } }
      @media (max-width: 767px) {
        .preferred-brands .logo-grid.six-items {
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: repeat(2, 100px);
          -moz-column-gap: 40px;
          column-gap: 40px; } }
      @media (max-width: 479px) {
        .preferred-brands .logo-grid.six-items {
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(3, 100px);
          -moz-column-gap: 30px;
          column-gap: 30px; } }
      @media screen and (max-width: 320px) {
        .preferred-brands .logo-grid.six-items {
          justify-content: center;
          grid-template-columns: repeat(1, 200px);
          grid-template-rows: repeat(6, 100px);
          row-gap: 8px; } }
    .preferred-brands .logo-grid.nine-items {
      grid-template-rows: repeat(3, 100px); }
      @media (max-width: 479px) {
        .preferred-brands .logo-grid.nine-items {
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(4, 100px);
          -moz-column-gap: 30px;
          column-gap: 30px; }
          .preferred-brands .logo-grid.nine-items .logo-cell:last-of-type {
            grid-column: span 2;
            width: 50%;
            margin-left: auto;
            margin-right: auto; } }
      @media screen and (max-width: 320px) {
        .preferred-brands .logo-grid.nine-items {
          justify-content: center;
          grid-template-columns: repeat(1, 200px);
          grid-template-rows: repeat(9, 100px);
          row-gap: 8px; }
          .preferred-brands .logo-grid.nine-items .logo-cell:last-of-type {
            grid-column: span 1;
            width: 100%; } }
    .preferred-brands .logo-grid .logo-cell {
      display: flex;
      align-items: center;
      justify-content: center; }
      .preferred-brands .logo-grid .logo-cell img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%; }

.another-component-with-three-tiles {
  margin: 80px auto;
  padding: 0 80px;
  box-sizing: border-box; }
  @media (max-width: 1439px) {
    .another-component-with-three-tiles {
      padding: 0 40px; } }
  @media (max-width: 991px) {
    .another-component-with-three-tiles {
      padding: 0 16px;
      margin: 40px auto; } }
  .another-component-with-three-tiles h2 {
    font-weight: 400; }
    @media (max-width: 991px) {
      .another-component-with-three-tiles h2 {
        text-align: center; } }
  .another-component-with-three-tiles .tiles {
    display: flex;
    justify-content: space-between;
    gap: 24px; }
    @media (max-width: 991px) {
      .another-component-with-three-tiles .tiles {
        flex-direction: column;
        align-items: center; } }
    .another-component-with-three-tiles .tiles .tile {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 992px) {
        .another-component-with-three-tiles .tiles .tile {
          max-width: 313px; } }
      @media (max-width: 991px) {
        .another-component-with-three-tiles .tiles .tile img {
          height: 125px;
          width: 125px; } }
      .another-component-with-three-tiles .tiles .tile p {
        font-size: 24px;
        text-align: center; }
        .another-component-with-three-tiles .tiles .tile p:first-of-type {
          font-weight: 500; }
        @media (max-width: 991px) {
          .another-component-with-three-tiles .tiles .tile p {
            font-size: 18px; } }
        .another-component-with-three-tiles .tiles .tile p sup {
          font-size: 16px; }
          @media (max-width: 991px) {
            .another-component-with-three-tiles .tiles .tile p sup {
              font-size: 14px; } }

@media (min-width: 992px) {
  #mobile.value-prop.teal-bg , .mobile-with-graphic {
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 991px) {
  #mobile.value-prop.teal-bg , .mobile-with-graphic {
    text-align: center; } }

#mobile.value-prop.teal-bg  .value-prop__image  , .mobile-with-graphic .value-prop__image {
  height: 100%;
  width: auto; }
  @media (max-width: 991px) {
    #mobile.value-prop.teal-bg  .value-prop__image  , .mobile-with-graphic .value-prop__image {
      display: none; } }

#mobile.value-prop.teal-bg h2 , .mobile-with-graphic h2 {
  font-weight: 400; }

.app-store-links {
  display: flex;
  gap: 16px;
  margin-top: 25px;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .app-store-links {
      justify-content: center; } }
 .app-store-links a {
    height: 58px; }
    .app-store-links a img {
      height: 100%;
      width: 195px; }


      .faq.global-max-w.container.my-80#faq{
        box-sizing: content-box;
      }
      .mobile-with-graphic#mobile{
        margin-top: 0px !important;
      }
      .faq#faq{
        box-sizing: content-box;
      }