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

main section {
  scroll-margin-top: 180px; }
  @media (max-width: 991px) {
    main section {
      scroll-margin-top: 230px; } }

.subnav {
  background-color: #34657f; }
  .subnav__links {
    font-size: 16px;
    font-weight: 500; }
    .subnav__links a {
      outline-color: #fbc600; }  

@media (min-width: 992px) {
 .subnav {
    margin-bottom: 0px;}
  }
  
  
    .benefits-block__text ul {
      font-size: 16px ;
      line-height: 24px;
      }
	  

.hero-2019__image .hero-2019__card-art {
  transform: rotate(0deg) translateX(-50%); }
  @media (min-width: 1440px) {
    .hero-2019__image .hero-2019__card-art {
      bottom: -48px;
      left: -50px;
      width: 250px;
      transform: rotate(0deg); } }

.hero-2019-carousel .glide__bullets {
  bottom: -40px; }

@media (min-width: 1440px) {
  .hero-2019 .global-max-w {
    gap: 90px; } }

.section-1 {
  padding-left: 16px;
  padding-right: 16px; }
  .section-1 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700; }
  .section-1__subtitle {
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 767px) {
      .section-1__subtitle {
        font-size: 20px; } }
  .section-1__stats {
    display: flex;
    gap: 28px;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: center; }
    @media (max-width: 767px) {
      .section-1__stats {
        margin-top: 40px;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 12px; } }
    .section-1__stats .stat {
      background-color: #144b64;
      color: white;
      border-radius: 8px;
      padding: 50px 16px;
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 300px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .section-1__stats .stat {
          width: 100%; } }
      .section-1__stats .stat .number {
        font-size: 90px; }
      .section-1__stats .stat .months {
        font-size: 36px; }
      .section-1__stats .stat .text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px; }
  .section-1__plus {
    text-align: center;
    font-size: 24px;
    max-width: 1120px;
    margin: 0 auto 28px auto; }
    @media (max-width: 767px) {
      .section-1__plus {
        text-align: left;
        font-size: 18px; } }
  .section-1 .button-gold {
    margin: 0 auto; }
    @media (max-width: 479px) {
      .section-1 .button-gold {
        width: 100%; } }

#benefits .benefits-block__image img {
  display: block; }

@media (max-width: 1079px) {
  #benefits .benefits-block__image {
    margin-top: -24px; } }

@media (max-width: 1079px) {
  #benefits .gold-border {
    padding: 0 24px 12px 24px; } }

#benefits .gold-border ul {
  font-size: 24px;
  line-height: 64px; }
  @media (max-width: 991px) {
    #benefits .gold-border ul {
      font-size: 18px;
      line-height: 24px; } }
  #benefits .gold-border ul sup {
    font-size: 16px; }

#benefits .gold-border a {
  color: #3f647c; }

@media (min-width: 1080px) {
  .value-prop.dark-gray-bg {
    padding: 80px; } }

.value-prop.dark-gray-bg .value-prop__image {
  width: 680px;
  height: 420px; }
  @media (min-width: 992px) {
    .value-prop.dark-gray-bg .value-prop__image {
      max-width: 50%; } }

@media (min-width: 992px) {
  .value-prop.dark-gray-bg .value-prop__text {
    min-width: 350px; }
    .value-prop.dark-gray-bg .value-prop__text h2 {
      max-width: 550px; } }

.value-prop.white-bg {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .value-prop.white-bg .value-prop__image {
      margin: auto; } }
  .value-prop.white-bg .app-store-links {
    display: flex;
    gap: 16px;
    margin-top: 25px;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .value-prop.white-bg .app-store-links {
        justify-content: center; } }
    .value-prop.white-bg .app-store-links a {
      height: 48px; }
      .value-prop.white-bg .app-store-links a img {
        height: 100%;
        width: 162px; }

#retailers {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #retailers .retailers-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    justify-content: center; }
    @media (max-width: 767px) {
      #retailers .retailers-grid {
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 36px; } }
    #retailers .retailers-grid .retailer-logo {
      border: 1px solid #e8e9ec;
      display: flex;
      height: 126px;
      width: 190px;
      padding: 10px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        #retailers .retailers-grid .retailer-logo {
          height: 74px;
          width: 110px;
          padding: 5px; } }
      #retailers .retailers-grid .retailer-logo img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.related-articles {
  background-color: #e8e9ec;
  padding-top: 80px;
  padding-bottom: 80px; }
  .related-articles h2 {
    margin-bottom: 0; }

.faq li {
  line-height: 1.25; }

@media (min-width: 992px) {
  .dream-home {
    padding-top: 80px;
    padding-bottom: 80px; } }

.dream-home .value-prop__image {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1279px) {
    .dream-home .value-prop__image {
      border-radius: 12px; } }

.footnotes {
  text-align: left; }
  
  @media (max-width: 991px) {
    .text-24.m-18 {
        font-size: 18px !important;
        line-height: 24px;
    }
}
@media (max-width: 992px) {
    .text-24.m-18 {
        font-size: 24px;
        line-height: 24px;
    }

}
.pac-container {
  z-index: 10
  }
#merchant-input{
	text-transform:capitalize;
}
.gold-border p{
	  font-size: 16px !important ;
	  line-height: 24px !important;
  }


body{
	overflow-x: hidden;
}
.locator-widget__inner .locator-form-styles #merchant-input-dropdown li {
    padding: 8px 12px;
    cursor: pointer;
    color: black;
    text-transform: capitalize;
}
  
  @media (max-width:480px){
  .global-nav .main-nav .main-nav__content-grid .grid-center.alert-banner-on{
    height: calc(100dvh - 128px) !important;
  }
}