#promoBannerMain {
  display: none;
}

/* surpress floating navigation */
[data-testid=sticky-header] {
  position: unset !important;
}

/* deprecated Stitch Classes */
.sds_relative {
  position: relative;
}

.sds_block {
  display: block;
}

/* end deprecated Stitch Classes */
.navyblue-text {
  color: #003764;
}

.blue-text {
  color: #007FC4;
}

.white-text {
  color: #ffffff;
}

.yellow-text {
  color: #FFE700;
}

.legal-copy-text {
  font-size: 0.75rem;
}

.yellow-bg {
  background-color: #FFE700;
}

.green-bg {
  background-color: #00DEB3;
}

.red-bg {
  background-color: #FF5439;
}

.cta-btn {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #003764;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cta-btn {
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.0746666667vw;
    height: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .cta-btn {
    padding: 0 min(1.9444444444vw, 28px);
    font-size: min(1.1111111111vw, 16px);
    letter-spacing: min(0.0555555556vw, 0.8px);
    height: min(3.4027777778vw, 49px);
  }
}

.blue-btn {
  background-color: #007FC4;
}

.white-btn {
  color: #003764;
  background-color: #ffffff;
}

.overlay-link {
  position: absolute;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.overlay-link span {
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.underlined-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5vw;
  border-bottom: 0.278vw solid #000;
}
@media (min-width: 768px) {
  .underlined-link {
    font-size: 1.25vw;
    border-bottom: 0.139vw solid #000;
  }
}
@media (min-width: 1440px) {
  .underlined-link {
    font-size: 18px;
    border-bottom: 2px solid #000;
  }
}

.outlined-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  margin: 0rem auto;
  border: 2px solid rgb(0, 55, 100);
  border-radius: 8px;
  color: rgb(0, 55, 100);
  padding: 0.5rem 4rem;
  display: inline-block;
  width: auto;
}

.row-lockupbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

.superscript {
  font-size: 50%;
  vertical-align: super;
}

.border-top {
  border-top: 1px solid #d4d4d4;
}

.border-bottom {
  border-bottom: 1px solid #d4d4d4;
}

.border-right {
  border-right: 1px solid #d4d4d4;
}

.pb25 {
  padding-bottom: 25px !important;
}

.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.py33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

@media (max-width: 767px) {
  .sticky-top {
    top: -183px; /* gets overwritten by js */
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
  }
}

.dashed-border {
  border: 2px dotted #6EB5E2;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .hide-when-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-when-desktop {
    display: none !important;
  }
}
#ilp-content {
  margin: 0 auto;
  max-width: 1440px;
  box-sizing: border-box;
  letter-spacing: normal;
  line-height: normal;
}

#hero-section .join-for-free, #hero-section .apply-for-card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #hero-section .join-for-free {
    top: 31.5%;
    left: 26.7%;
    width: 45.95%;
  }
  #hero-section .apply-for-card {
    top: 50.5%;
    left: 17%;
    width: 66%;
  }
}
@media (min-width: 768px) {
  #hero-section .join-for-free {
    top: 60.9%;
    left: 19.3%;
    width: 16.3%;
  }
  #hero-section .apply-for-card {
    top: 83.5%;
    left: 16.2%;
    width: 22.7%;
  }
}

#perks-carousel-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7FBDE8;
  position: relative;
}
#perks-carousel-section .perks-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#perks-carousel-section .perks-carousel h3 {
  font-size: 1.319vw;
  font-weight: 800;
  letter-spacing: 2.2px;
  margin-top: 17px;
  margin-bottom: 5px;
}
@media (min-width: 1440px) {
  #perks-carousel-section .perks-carousel h3 {
    font-size: 19px;
  }
}
#perks-carousel-section .perks-carousel p {
  font-size: 1.25vw;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.5px;
}
@media (min-width: 1440px) {
  #perks-carousel-section .perks-carousel p {
    font-size: 16px;
  }
}
#perks-carousel-section picture img {
  margin: auto;
}
#perks-carousel-section .icon1 {
  max-width: 67px;
}
#perks-carousel-section .icon2 {
  max-width: 52px;
}
#perks-carousel-section .icon3 {
  max-width: 46px;
}
#perks-carousel-section .icon4 {
  max-width: 65px;
}
#perks-carousel-section .icon5 {
  max-width: 74px;
}
#perks-carousel-section .icon6 {
  max-width: 53px;
}
#perks-carousel-section h2 {
  margin-top: 3.195%;
  margin-bottom: 2.5%;
  font-weight: bold;
}
@media (min-width: 768px) {
  #perks-carousel-section h2 {
    font-size: 2.222vw;
    letter-spacing: 0.056vw;
  }
}
@media (min-width: 1440px) {
  #perks-carousel-section h2 {
    font-size: 32px;
    letter-spacing: 0.8px;
  }
}
#perks-carousel-section p {
  margin-top: 2.056%;
  font-weight: bold;
  font-size: 1.806vw;
  letter-spacing: 0.045vw;
}
@media (min-width: 768px) {
  #perks-carousel-section p {
    font-size: 1.806vw;
    letter-spacing: 0.045vw;
  }
}
@media (min-width: 1440px) {
  #perks-carousel-section p {
    font-size: 26px;
    letter-spacing: 0.65px;
  }
}
#perks-carousel-section .side-by-side-ctas {
  display: flex;
  margin-top: 2.5%;
  justify-content: center;
}
@media (max-width: 767px) {
  #perks-carousel-section .side-by-side-ctas a:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #perks-carousel-section .side-by-side-ctas a:first-child {
    margin-right: 51px;
  }
}
#perks-carousel-section .slick-arrow {
  position: relative;
  background-color: transparent;
  border: none;
}
#perks-carousel-section .slick-arrow img {
  height: 15px;
}
#perks-carousel-section .prev-arrow {
  transform: scaleX(-1);
  margin-right: 40px;
}
#perks-carousel-section .next-arrow {
  margin-left: 40px;
}
#perks-carousel-section .slick-list {
  max-width: calc(100% - 297px);
  padding: 0 !important;
  overflow: hidden;
  height: 210px;
}
@media (max-width: 1024px) {
  #perks-carousel-section .slick-list {
    height: 180px;
  }
}
#perks-carousel-section .slick-track {
  display: flex;
  align-items: center;
  height: 210px;
}
@media (max-width: 1024px) {
  #perks-carousel-section .slick-track {
    height: 180px;
  }
}
#perks-carousel-section .slick-slide {
  position: relative;
  display: flex;
  background-color: #D9EBF8;
  border-radius: 12px;
  height: 179px;
  width: 335px;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  transition: all 0.25s ease;
}
@media (max-width: 1024px) {
  #perks-carousel-section .slick-slide {
    height: 155px;
    width: 265px;
  }
}
#perks-carousel-section .slick-center {
  background-color: #FFFFFF;
  transform: scale(1.15);
}
#perks-carousel-section .slick-center h3 {
  font-size: 1.528vw;
  font-weight: 800;
  letter-spacing: 2.2px;
  margin-top: 17px;
  margin-bottom: 5px;
}
@media (min-width: 1440px) {
  #perks-carousel-section .slick-center h3 {
    font-size: 22px;
  }
}
#perks-carousel-section .slick-center p {
  font-size: 1.389vw;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.5px;
}
@media (min-width: 1440px) {
  #perks-carousel-section .slick-center p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #perks-carousel-section h2 {
    font-size: 5.867vw;
    letter-spacing: 0.147vw;
    margin-bottom: 4%;
    margin-top: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #perks-carousel-section p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 7%;
  }
  #perks-carousel-section .perks-carousel h3 {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
  #perks-carousel-section .perks-carousel p {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
  #perks-carousel-section .slick-list {
    max-width: 100%;
    height: 230px;
  }
  #perks-carousel-section .slick-track {
    height: 230px;
  }
  #perks-carousel-section .slick-slide {
    height: 191px;
    width: 141px;
    padding: 0 10px;
    box-sizing: content-box;
  }
  #perks-carousel-section .prev-arrow {
    position: absolute;
    bottom: -10px;
    right: 70%;
    width: 55px;
  }
  #perks-carousel-section .next-arrow {
    position: absolute;
    bottom: -10px;
    left: 70%;
    width: 55px;
  }
  #perks-carousel-section .side-by-side-ctas {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

#cardmembers-members-sidebyside-section {
  text-align: center;
}
#cardmembers-members-sidebyside-section h2 {
  font-weight: 800;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section h2 {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin: 6.133vw auto;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section h2 {
    margin: 4.167% auto 2.778%;
    font-size: 2.361vw;
    letter-spacing: 0.236vw;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section h2 {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .mobile-tabs .tab:first-child {
    margin-left: 1vw;
    margin-right: auto;
  }
  #cardmembers-members-sidebyside-section .mobile-tabs .tab:last-child {
    margin-left: auto;
    margin-right: 1vw;
  }
  #cardmembers-members-sidebyside-section .mobile-tabs .tab {
    position: relative;
    font-weight: bold;
    width: 46vw;
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid #003764;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    bottom: -2px;
  }
  #cardmembers-members-sidebyside-section .mobile-tabs .tab.active:first-child {
    background-color: #7FBDE8;
    color: #003764;
    z-index: 2;
  }
  #cardmembers-members-sidebyside-section .mobile-tabs .tab.active:last-child {
    background-color: #007FC4;
    color: #ffffff;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .mobile-tabs {
    display: none;
  }
}
#cardmembers-members-sidebyside-section .side-by-side-feature {
  position: relative;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .side-by-side-feature {
    margin-bottom: 0;
    z-index: 1;
    margin-top: 1px;
  }
  #cardmembers-members-sidebyside-section .side-by-side-feature .side-feature {
    display: none;
    width: 100%;
    padding: 12% 0 0;
  }
  #cardmembers-members-sidebyside-section .side-by-side-feature .side-feature.active {
    display: block;
    border-top: 1px solid #003764;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .side-by-side-feature {
    display: flex;
    font-size: 1.25vw;
  }
  #cardmembers-members-sidebyside-section .side-by-side-feature h3 {
    font-size: 1.806vw;
    letter-spacing: 0.09vw;
    background: #ffffff;
    padding: 2.778% 2%;
    font-weight: 600;
  }
  #cardmembers-members-sidebyside-section .side-by-side-feature .side-feature {
    width: 50%;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .side-by-side-feature h3 {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .side-by-side-feature {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .side-feature-details h4 {
    font-size: 4.8vw;
    font-weight: 800;
    letter-spacing: 0.48vw;
  }
  #cardmembers-members-sidebyside-section .side-feature-details p {
    font-size: 4.267vw;
    font-weight: 500;
    letter-spacing: 0.107vw;
  }
  #cardmembers-members-sidebyside-section .side-feature-details strong {
    display: block;
    font-size: 12vw;
    letter-spacing: 0.6vw;
  }
  #cardmembers-members-sidebyside-section .side-feature-details div.larger-text {
    font-size: 10.667vw;
    letter-spacing: 0.107vw;
    font-weight: 500;
  }
  #cardmembers-members-sidebyside-section .side-feature-details span.earn {
    font-size: 5.867vw;
    font-weight: 800;
    letter-spacing: 0.587vw;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .side-feature-details h4 {
    font-size: 1.736vw;
    letter-spacing: 0.174vw;
    font-weight: 800;
    margin-bottom: 1.39%;
    margin-top: 7.64%;
  }
  #cardmembers-members-sidebyside-section .side-feature-details p {
    font-size: 1.389vw;
    letter-spacing: 0.035vw;
    font-weight: 500;
    margin-bottom: 0;
  }
  #cardmembers-members-sidebyside-section .side-feature-details strong {
    display: block;
    font-size: 4.444vw;
    letter-spacing: 0.222vw;
    margin-top: 2.363%;
  }
  #cardmembers-members-sidebyside-section .side-feature-details div.larger-text {
    font-size: 3.819vw;
    font-weight: 500;
  }
  #cardmembers-members-sidebyside-section .side-feature-details span.earn {
    font-size: 2.014vw;
    letter-spacing: 0.201vw;
    font-weight: 800;
  }
  #cardmembers-members-sidebyside-section .side-feature-details a {
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 7.775%;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .side-feature-details h4 {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
  #cardmembers-members-sidebyside-section .side-feature-details p {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  #cardmembers-members-sidebyside-section .side-feature-details strong {
    font-size: 64px;
    letter-spacing: 3.2px;
  }
  #cardmembers-members-sidebyside-section .side-feature-details div.larger-text {
    font-size: 55px;
  }
  #cardmembers-members-sidebyside-section .side-feature-details span.earn {
    font-size: 29px;
    letter-spacing: 2.9px;
  }
}
#cardmembers-members-sidebyside-section .cardmembers-details {
  background-color: #7FBDE8;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .cardmembers-details h4 {
    margin-bottom: 2.4%;
  }
  #cardmembers-members-sidebyside-section .cardmembers-details strong {
    margin-top: 5.07%;
  }
  #cardmembers-members-sidebyside-section .cardmembers-details p.second-p span {
    display: inline-block;
    margin-bottom: 1.87%;
  }
  #cardmembers-members-sidebyside-section .cardmembers-details p.second-p {
    margin-bottom: 6.67%;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .cardmembers-details p.second-p {
    /*        margin-bottom: 18.056%; */
    margin-bottom: 18.056%;
  }
}
#cardmembers-members-sidebyside-section .members-details {
  background-color: #007FC4;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .members-details h4 {
    margin-bottom: 1.87%;
  }
  #cardmembers-members-sidebyside-section .members-details p.first-p {
    font-size: 4.267vw;
    letter-spacing: 0.107vw;
    display: inline-block;
    margin-bottom: 10.935%;
    width: 48%;
  }
  #cardmembers-members-sidebyside-section .members-details p.second-p {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 10.67%;
  }
  #cardmembers-members-sidebyside-section .members-details p.second-p .small-text {
    font-size: 4.267vw;
    letter-spacing: 0.107vw;
    font-weight: 500;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .members-details p.first-p {
    margin-bottom: 14.445%;
  }
  #cardmembers-members-sidebyside-section .members-details p.second-p {
    font-size: 2.5vw;
    letter-spacing: 0.25vw;
    font-weight: 800;
    margin-bottom: 31.528%;
  }
  #cardmembers-members-sidebyside-section .members-details p.second-p .small-text {
    font-size: 1.389vw;
    letter-spacing: 0.035vw;
    font-weight: 500;
    display: inline-block;
    margin-top: 1.667%;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .members-details p.second-p {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
  #cardmembers-members-sidebyside-section .members-details p.second-p .small-text {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
#cardmembers-members-sidebyside-section .points-equals-text {
  padding: 3.5% 0 0;
  background: #fff;
}
#cardmembers-members-sidebyside-section .points-equals-text h4 {
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .points-equals-text h4 {
    font-size: 5.867vw;
    letter-spacing: 0.587vw;
    margin-bottom: 1.335%;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .points-equals-text h4 {
    font-size: 2.361vw;
    letter-spacing: 0.236vw;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .points-equals-text h4 {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
}
#cardmembers-members-sidebyside-section .points-equals-text p {
  font-weight: 500;
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .points-equals-text p {
    font-size: 4.267vw;
    letter-spacing: 0.107vw;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .points-equals-text p {
    font-size: 1.667vw;
    letter-spacing: 0.042vw;
    margin-bottom: 3.473%;
  }
}
@media (min-width: 1440px) {
  #cardmembers-members-sidebyside-section .points-equals-text p {
    font-size: 24px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .apply-card {
    padding-bottom: 9%;
  }
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .apply-card {
    padding-bottom: 9%;
    border-bottom: 1px solid #003764;
  }
}
@media (min-width: 768px) {
  #cardmembers-members-sidebyside-section .apply-card a {
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 7.775%;
  }
}
@media (max-width: 767px) {
  #cardmembers-members-sidebyside-section .members-details .side-feature-details {
    padding-bottom: 6%;
  }
}

#benefits-grid-section {
  position: relative;
  background-color: #F5F1E3;
  background-size: cover;
}
@media (max-width: 767px) {
  #benefits-grid-section {
    background-image: url("https://oldnavyprod.a.bigcontent.io/v1/static/Mobile-BG");
  }
}
@media (min-width: 768px) {
  #benefits-grid-section {
    padding: 3.473% 3.473% 10px;
    margin-top: 0%;
    background-image: url("https://oldnavyprod.a.bigcontent.io/v1/static/Desktop-BG");
  }
}
#benefits-grid-section .benefits-header.pinned {
  background-color: transparent !important;
  box-shadow: none !important;
  overflow: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  pointer-events: none;
}
@media (max-width: 767px) {
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div {
    height: auto !important;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div > img {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div > h4 {
    padding-top: 15px;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > span {
    opacity: 0;
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > span > strong {
    opacity: 0;
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .info-banner {
    opacity: 0;
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned > div:nth-child(2) {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 0;
  }
  #benefits-grid-section .benefits-header.pinned :is(.yellow-bg, .green-bg, .red-bg) {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .benefits-header.pinned > div:first-child {
    opacity: 0;
  }
  #benefits-grid-section .benefits-header.pinned > div:first-child img {
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div {
    height: auto !important;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div > img {
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > div > h4 {
    padding-top: 15px;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > span {
    opacity: 0;
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .grid-header > div > span > strong {
    opacity: 0;
    display: none;
  }
  #benefits-grid-section .benefits-header.pinned .info-banner {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  #benefits-grid-section .benefits-header > div:nth-child(2) {
    padding-top: 0;
    padding-bottom: 6.67%;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
    margin-bottom: 8.535%;
  }
  #benefits-grid-section .benefits-header .headline {
    margin: 12.875% 0;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .benefits-header {
    border-radius: 8px;
    padding: 0 2.986% 2.986%;
    margin-bottom: 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
    transition: background-color 0.25s ease-in-out;
    flex-direction: row;
  }
  #benefits-grid-section .benefits-header > div {
    padding-top: 3%;
    margin: auto 0 0;
    width: 100%;
    text-align: center;
    transition: opacity 0.25s ease-in-out;
  }
  #benefits-grid-section .benefits-header > div {
    width: 50%;
  }
  #benefits-grid-section .benefits-header > div:first-child {
    padding-right: 3.175%;
  }
  #benefits-grid-section .benefits-header .headline {
    margin-top: auto;
    margin-left: 20px;
    width: 90%;
  }
  #benefits-grid-section .benefits-header .brand {
    width: 80%;
  }
}
#benefits-grid-section .grid-header {
  display: flex;
  width: 100%;
  background-color: white;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-header > div > span {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.08vw;
    color: #003764;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-header > div > span {
    font-size: 1.111vw;
    letter-spacing: 0.056vw;
    font-weight: 500;
    color: #000000;
  }
}
@media (min-width: 1440px) {
  #benefits-grid-section .grid-header > div > span {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
#benefits-grid-section .grid-header > div {
  text-align: center;
  width: 33.33%;
  transition: all 0.25s ease-in-out;
}
#benefits-grid-section .grid-header > div > span > strong {
  display: block;
  margin: 4.865% 0;
}
#benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
  height: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14.46%;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
    height: 45%;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
    height: 42%;
  }
}
@media (min-width: 900px) {
  #benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
    height: 44%;
  }
}
@media (min-width: 1080px) {
  #benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
    height: 50%;
  }
}
@media (min-width: 1280px) {
  #benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg, .red-bg) {
    height: 52.75%;
  }
}
#benefits-grid-section .grid-header > div > :is(.yellow-bg, .green-bg) {
  margin-right: 3px;
}
#benefits-grid-section .grid-header > div > div > img {
  margin-top: 11.13%;
  width: 22.25%;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-header > div > div > img {
    width: 25%;
  }
}
#benefits-grid-section .grid-header > div > div > h4 {
  font-weight: bold;
  margin: auto 0 8.345%;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-header > div > div > h4 {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-header > div > div > h4 {
    font-size: 1.042vw;
  }
}
@media (min-width: 1440px) {
  #benefits-grid-section .grid-header > div > div > h4 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
#benefits-grid-section .info-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: opacity 0.25s ease-in-out;
  margin: 12% 0 0;
}
@media (min-width: 768px) {
  #benefits-grid-section .info-banner {
    margin: 8.855% 0 0;
  }
}
#benefits-grid-section .info-banner div {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #EFF6F7;
  border-radius: 13px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
  font-weight: 500;
  padding: 5px 21px 5px 10.5px;
  font-size: 3.2vw;
  letter-spacing: 0.08vw;
  margin: 0 1.968%;
}
@media (min-width: 768px) {
  #benefits-grid-section .info-banner div {
    font-size: 0.833vw;
    letter-spacing: 0.021vw;
    margin: 0 1.968%;
  }
}
@media (min-width: 1440px) {
  #benefits-grid-section .info-banner div {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
#benefits-grid-section .info-banner div > img {
  margin-right: 10px;
}
#benefits-grid-section .grids-content {
  position: relative;
  overflow: hidden;
}
#benefits-grid-section .grids-content .collapse {
  overflow: hidden;
  position: relative;
  visibility: visible;
}
#benefits-grid-section .grids-content .collapse .grid-description h4 {
  padding-bottom: 20px;
}
#benefits-grid-section .grids-content .collapse .border-right {
  border: none !important;
}
#benefits-grid-section .grids-content .collapse .collapse-btn {
  position: absolute;
  display: block;
  left: calc(50% - 9.725px);
  top: unset;
  bottom: 14%;
  transform: none;
}
@media (min-width: 768px) {
  #benefits-grid-section .grids-content .collapse .collapse-btn {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #benefits-grid-section .grids-content .collapse .collapse-btn {
    top: 50px;
  }
}
#benefits-grid-section .grids-content .collapse .grid-table {
  opacity: 0 !important;
  display: none;
}
@media (min-width: 768px) {
  #benefits-grid-section .grids-content .collapse .grid-table {
    display: flex;
  }
}
#benefits-grid-section .grids-content .collapse .grid-inner-row:not(.row-title) {
  opacity: 0;
  display: none;
}
#benefits-grid-section .grid-row {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0823529412);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: height 0.5s ease-out;
}
#benefits-grid-section .grid-row:not(:first-child) {
  cursor: pointer;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-row {
    margin-left: 2.335%;
    margin-right: 2.335%;
    margin-bottom: 8.535%;
    padding: 0 2.355% 2.67%;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-row {
    margin-bottom: 40px;
  }
}
#benefits-grid-section .grid-row > .collapse-btn {
  position: absolute;
  display: block;
  transform: scaleY(-1);
  left: calc(50% - 9.725px);
  top: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-row > .collapse-btn {
    top: 50px;
  }
}
#benefits-grid-section .grid-row > * {
  pointer-events: none;
}
#benefits-grid-section .grid-inner-row {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
}
#benefits-grid-section .grid-inner-row.middle-border {
  z-index: 1;
}
#benefits-grid-section .grid-inner-row.middle-border > .grid-description > p {
  padding: 0;
  position: absolute;
  left: 20%;
  top: -25px;
}
#benefits-grid-section .grid-inner-row.middle-border > .grid-table > hr {
  height: 1px;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-inner-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-bottom: 10px;
  }
  #benefits-grid-section .grid-inner-row.border-bottom {
    border-bottom: none;
  }
  #benefits-grid-section .grid-inner-row:last-child > .grid-description > p {
    padding: 10px 0;
  }
  #benefits-grid-section .grid-inner-row:last-child > .grid-table > div > img {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-inner-row {
    flex-direction: row;
  }
  #benefits-grid-section .grid-inner-row:last-child > .grid-description > p {
    padding: 10px 0 25px;
  }
  #benefits-grid-section .grid-inner-row:last-child > .grid-table > div > img {
    padding: 10px 0px 25px;
  }
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description {
    width: 50%;
    padding-left: 20px;
  }
}
#benefits-grid-section .grid-description.flex-row {
  display: flex;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description.flex-row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description.flex-row {
    flex-direction: row;
  }
}
#benefits-grid-section .grid-description.flex-row > .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description.flex-row > .flex-col {
    width: 75%;
    margin-left: auto;
  }
}
#benefits-grid-section .grid-description.flex-row > .flex-col > p {
  font-weight: 500;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description.flex-row > .flex-col > p {
    font-size: 13.5px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description.flex-row > .flex-col > p {
    font-size: 14px;
    letter-spacing: 0.35px;
  }
}
#benefits-grid-section .grid-description > h4 {
  position: relative;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 25px 0 10px;
}
#benefits-grid-section .grid-description > h5 {
  font-weight: 800;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description > h5 {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 15.5px;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description > h5 {
    width: 20%;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
#benefits-grid-section .grid-description > p {
  font-weight: 500;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description > p {
    font-size: 13.5px;
    letter-spacing: 0.35px;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description > p {
    font-size: 13.5px;
    letter-spacing: 0.35px;
    padding: 10px 0;
  }
}
@media (min-width: 1163px) {
  #benefits-grid-section .grid-description > p .breakpoint {
    display: block;
    width: 100%;
  }
}
#benefits-grid-section .grid-description > p > strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-description > p > strong {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description > p > strong {
    margin: 15px 0;
    margin-right: 21.5%;
  }
}
#benefits-grid-section .grid-description ul {
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.35px;
  margin-left: 0;
  margin-top: -22px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-description ul {
    margin-left: 60px;
  }
}
#benefits-grid-section .grid-table {
  position: relative;
  display: flex;
  flex-direction: row;
  opacity: 1;
}
@media (max-width: 767px) {
  #benefits-grid-section .grid-table {
    width: 100%;
    margin-bottom: 2.945%;
  }
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-table {
    width: 50%;
  }
}
#benefits-grid-section .grid-table div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 20px);
  padding: 10px;
  flex: 1;
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-table div {
    width: calc(31.35% - 20px);
  }
  #benefits-grid-section .grid-table div:last-child {
    width: calc(37.3% - 25px);
  }
}
#benefits-grid-section .grid-table div.flex-row {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
#benefits-grid-section .grid-table div.flex-row > img {
  margin: 0 5px;
}
#benefits-grid-section .grid-table div > div {
  width: 100%;
  margin-top: auto;
  flex: none;
}
#benefits-grid-section .grid-table div > div.inline-padded {
  display: inline;
  padding: 8px;
  width: auto;
  margin: 2px 0 auto;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  #benefits-grid-section .grid-table div > div.inline-padded {
    padding: 8px 15px;
  }
}
#benefits-grid-section .grid-table div > img {
  height: 13px;
  padding: 10px 0px;
  line-height: 15px;
  border: none;
}
@media (max-width: 768px) {
  #benefits-grid-section .mobile-gray-bg {
    background-color: #F5F5F5;
  }
}

#make-it-official-section {
  padding: 3%;
  text-align: center;
  background-color: #003764;
}
#make-it-official-section > h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2.8px;
}
#make-it-official-section > p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.55px;
  margin-top: 10px;
  margin-bottom: 35px;
}
#make-it-official-section .side-by-side-ctas {
  display: flex;
  margin-top: 36px;
  justify-content: center;
}
#make-it-official-section .side-by-side-ctas a:first-child {
  margin-right: 51px;
}
@media (max-width: 767px) {
  #make-it-official-section .side-by-side-ctas a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #make-it-official-section {
    text-align: center;
    padding: 38px 23px;
  }
  #make-it-official-section > h2 {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
  #make-it-official-section > p {
    font-size: 14px;
    letter-spacing: 0.35px;
    margin-bottom: 20px;
  }
  #make-it-official-section .side-by-side-ctas {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

#psst-section {
  padding: 2%;
  background-color: #7FBDE8;
}
@media (max-width: 767px) {
  #psst-section {
    padding: 32px 0;
  }
}
#psst-section > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  #psst-section > div {
    flex-direction: column;
  }
}
#psst-section > div > div {
  width: 65%;
}
#psst-section > div > div:first-child {
  width: 15%;
}
#psst-section > div > div:first-child > strong {
  display: block;
  text-align: right;
  margin-right: 32px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  #psst-section > div > div:first-child {
    width: 100%;
  }
  #psst-section > div > div:first-child > strong {
    margin-right: 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#psst-section > div > div > p {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
#psst-section > div > div > p > .smaller-text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.45px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #psst-section > div > div {
    width: 100%;
  }
  #psst-section > div > div > p {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  #psst-section > div > div > p > .smaller-text {
    font-size: 14px;
    letter-spacing: 0.35px;
  }
  #psst-section > div > div > p > .mobile-break {
    display: block;
  }
}
#psst-section > div > div:last-child {
  width: 20%;
}
@media (max-width: 767px) {
  #psst-section > div > div:last-child {
    width: 100%;
    text-align: center;
  }
}
#psst-section > div > div:last-child > a {
  padding: 3.2% 5.4%;
  font-weight: 700;
  font-size: 3.733vw;
  letter-spacing: 0.375vw;
}
@media (min-width: 768px) {
  #psst-section > div > div:last-child > a {
    padding: 6.175% 9.95%;
    font-size: 1.389vw;
    letter-spacing: 0.139vw;
  }
}
@media (min-width: 1440px) {
  #psst-section > div > div:last-child > a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

#legal-copy-section {
  background-color: #f5efdf;
  color: #003764;
  padding: 3.681% 13.195%;
}
@media (max-width: 767px) {
  #legal-copy-section {
    padding: 35px 25px;
  }
}
#legal-copy-section .legal-copy-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #legal-copy-section .legal-copy-links {
    flex-direction: column;
  }
}
#legal-copy-section .legal-copy-links > a {
  font-weight: 800;
  text-transform: uppercase;
  margin-left: auto;
}
#legal-copy-section .legal-copy-links > a:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  #legal-copy-section .legal-copy-links > a {
    font-size: 4.267vw;
    letter-spacing: 0.427vw;
    margin: 0 auto 27px !important;
  }
  #legal-copy-section .legal-copy-links > a:last-child {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  #legal-copy-section .legal-copy-links > a {
    font-size: 1.25vw;
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1440px) {
  #legal-copy-section .legal-copy-links > a {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
#legal-copy-section .legal-copy-text {
  font-size: 10px;
  letter-spacing: 0.25px;
}
#legal-copy-section .legal-copy-text p {
  margin-bottom: 15px;
  line-height: 14px;
}
#legal-copy-section .legal-copy-text strong {
  font-weight: 500;
}
#legal-copy-section .legal-copy-text a {
  text-decoration: underline;
}/*# sourceMappingURL=styles3.css.map */