/* Landing School */

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5{
  margin-top: 0;
  margin-bottom: 0;
}
p{
  letter-spacing: unset;
}
.tc-b2{
  color: #115B77;
}
.tc-b3{
  color: #184A5D;
}
.tc-jg{
  color: #012D26;
}
.tc-dg{
  color: #2B7D88;
}
.tc-gr{
  color: #0187B9;
}
.tc-bk{
  color: #30343A;
}
.tc-wh{
  color: #FFFFFF;
}
.h-20{
  font-size: 20px;
  line-height: 28px;
}
.h-28{
  font-size: 28px;
  line-height: 36px;
}
.h-40{
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
.tx-40{
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}
.tx-16{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ff-noto{
  font-family: "Noto Serif", sans-serif;
}


/* Hero section */

.starter-first-section hr, .landing-section-container hr{
  border: solid 1px rgba(17, 91, 119, 0.50);
}
.landing-section-container p{
  margin: 0;
}
.hero-starter-scheme{
  padding: 45px 0;
  background: linear-gradient(107deg, #00ADEE -11.85%, #0187B9 40.17%, #184A5D 114.33%);
}

.landing-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-hero > div:first-child {
  max-width: 536px;
  padding: 0 0 0 80px;
}

.landing-hero > div:last-child {
  max-width: 499px;
  padding: 0 0;
}

.landing-hero h1 {
  font-size: 48px;
  line-height: 56px;
}

.landing-hero h2 {
  margin-bottom: 40px;
  font-weight: 400;
}

.landing-hero .btn {
  background: #FFF;
  box-shadow: 0px 3.145px 15.726px 0px rgba(0, 0, 0, 0.25);
}

.landing-hero .hero-image-container {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.landing-hero .hero-image-container .hero-logo {
  max-height: 115px;
  margin-left: auto;
}

.starter-first-section {
  background: #FFF;
  padding: 130px 0 64px;
}

.neg-q-container h3 {
  color: #097097;
  font-family: "Noto Serif", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  width: 100%;
  max-width: 288px;
  padding-right: 50px;
}

.neg-q-container p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.neg-q-container {
  margin-bottom: 94px;
  display: flex;
  gap: 64px;
}

.neg-q-container .neg-q {
  width: 222px;
  margin-top: -28px;
  padding-top: 34px;
  background: url("../images/aacstarters/neg-quote-bg.png") no-repeat left 0;
}

.neg-q-container .neg-q h4 {
  color: #30343A;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.neg-q-container .neg-q p {
  color: #30343A;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}


/* Open an ACC Account section */

.open-aac-account-message {
  padding: 64px 0;
}

.open-aac-account-message ul {
  margin-bottom: 35px;
}

.open-aac-account-message ul li {
  margin-bottom: 8px;
}

.open-aac-account-message h2 {
  font-weight: 400;
  margin-bottom: 28px;
}

.open-aac-account-message h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.open-aac-account-message h3 span {
  display: block;
}

.open-aac-account-message p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 28px 0 0;
}

.open-aac-account-message img {
  width: 297px;
  margin-top: 32px;
  transform: translateX(-10px);
}



/* Quote section */

.quote-section {
  background: #FFFFFF;
}

.quote-container {
  width: 100%;
  max-width: 944px;
  min-height: 361px;
  margin: 0 auto;
  padding: 60px 90px;
  border-radius: 10px;
  border: solid 2px rgba(177, 223, 248, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-container h3 {
  font-family: "Noto Serif", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #184A5D;
  margin-bottom: 15px;
}

.quote-container p {
  font-weight: 400;
  color: #30343A;
  margin-bottom: 20px;
}

.quote-container .quote-name,
.quote-container .quote-position {
  color: #5B6866;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.quote-container .quote-position {
  font-weight: 400;
}

.what-is-aac {
  padding: 92px 0;
}

.what-is-aac h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

.what-is-aac h4 {
  width: 65%;
  margin: 0 auto;
}

.how-it-works {
  margin-bottom: 120px;
}

.how-it-works h5 {
  margin-top: 48px;
  margin-bottom: 32px;
}

.how-it-works p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 477px;
}

.how-it-works p + p{
  margin-top: 24px;
  margin-bottom: 0;
}
.how-it-works .video-container{
      height: 340px;
  }
.how-it-works img{
  padding-left: 48px;
  padding-right: 16px;
}


/* Benefits section */

.benefits {
  background: #097097;
}

.benefits-title {
  padding: 85px 0 85px;
  color: #FFF;
}

.benefits-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-section-container {
  background: #FFF;
  position: relative;
}

.landing-section {
  background: transparent;
}

.landing-section-image {
  background: transparent;
}

.landing-section-container.image-on-left .landing-section-image {
  background-color: transparent;
  padding: 64px 72px 64px 0;
}

.landing-section-container.image-on-right .landing-section-image {
  background-color: transparent;
  padding: 88px 0 88px 124px;
}

.landing-section-container.image-on-left .landing-section-content {
  padding: 88px 0 88px 95px;
}

.landing-section-container.image-on-right .landing-section-content {
  padding: 88px 81px 88px 0;
}

.landing-section-container.benefits-section-container {
  background: #097097;
  color: #FFF;
}

.landing-section-container .benefits-title {
  text-align: center;
}

.landing-section-container.benefits-section-container h2 {
  margin-bottom: 24px;
}

.benefits-section-container h3 { 
  color: #FFF;
  margin-bottom: 24px;
}

.landing-section .landing-section-content h3 {
  width: 100%;
  max-width: 409px;
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
}

.landing-section-container.benefits-section-container h3 span{
  color: #6ACBF4;
}

.landing-section-container.benefits-section-container h4{
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  color: #6ACBF4;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.landing-section-container.benefits-section-container p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  max-width: 472px;
}

.landing-section-container.benefits-section-container p a{
  color: #6ACBF4;
  margin-top: 15px;
  display: block;
}

.landing-section-container.benefits-section-container p a:hover{
  color: #abe6ff;
}

.landing-section-container.image-on-right:before, .landing-section-container.image-on-left:before {
  content: " ";
  display: block;        
  background: #0187B9;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: 2;
}
.image-on-right .landing-section-image img, .image-on-left .landing-section-image img{
  padding: 0 0;
  width: 100%;
}
.landing-section-container.banner-section{
  background: #FFFFFF;
  padding: 64px 0 94px;
}
.last-banner h3 {
  margin-bottom: 32px;
}
.last-banner p {
  margin-bottom: 32px;
}


/* Good Company Section */

.good-company-section {
  background: #FFF;
  padding: 60px 0;
}

.good-company-section h3 {
  margin-bottom: 32px;
}

.good-company-section h4 {
  color: #30343A;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 auto 72px auto;
  width: 100%;
  max-width: 869px;
}

.good-company-section .ijds {
  width: auto;
  max-width: 180px;
  min-width: 100px;
  margin: 0 auto 65px auto;
}

.good-company-section .step-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.good-company-section .step-container .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
}

.good-company-section .step-container .step img {
  width: 150px;
}

.good-company-section .step-container .step h5 {
  color: #097097;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.good-company-section .step-container .step p {
  color: #30343A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}



/* Banner Section */
.banner-section-first h3 {
  margin-bottom: 19px;
  max-width: 540px !important;
}

.banner-section-first p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.banner-section-first .referal-code {
  color: white;
  text-align: center;
  margin: 0 auto;
  padding-right: 40px;
}

.banner-section-first .referal-code p {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.banner-section-first .referal-code span {
  color: white;
  font-size: 94px;
  font-weight: 300;
  line-height: 94px;
}

.banner-section-first .referal-code span.bottom-text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}

.banner-section-first .referal-code hr {
  display: none;
}

.banner-section-first .blue-cta {
  margin-top: 39px;
}

.banner-section-first .landing-section-content {
  padding: 63px 72px;
}




/* Icons Section */

.icons-section {
  background: #FFF;
  padding: 60px 0;
}

.icons-section h3 {
  margin-top: 15px;
  margin-bottom: 45px;
}

.icons-section .step-container {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.icons-section.second .step-container {
  gap: 0;
}

.icons-section .step-home {
  position: relative;
  text-align: center;
  font-size: 18px;
}

.icons-section .step-home img{
  display: block;
  margin: 0 auto 20px auto;
  max-width: 150px;
}
.icons-section .step-home p{
  margin: 0;
  letter-spacing: normal;
}
.icons-section .step-home p:first-of-type{
  margin-bottom: 24px;
}

.divider-section {
  background-color: #fff;
  padding: 0;
}

.divider-section hr {
  height: 1px;
  background-color: #B1DFF8;
}



/* Cards Section */

.cards-section {
  background: #FFF;
  padding: 200px 0 60px;
}

.choose-account-section {
  display: flex;
  margin-top: 64px;
  gap: 32px;
}

.choose-account-section .list-item {
  padding-left: 40px;
  margin-bottom: 24px;
  background: url("../images/aacschool/card-icon-check.png") no-repeat left 50%;
  background-size: 23px;
}

.choose-account-section .highlighted-account-card .list-item {
  padding-left: 40px;
  margin-bottom: 24px;
  background: url("../images/aacschool/card-icon-check-white.png") no-repeat left 50%;
  background-size: 23px;
}

.account-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  margin-top: 48px;
  padding: 32px;
  color: #115B77;
  border-radius: 24px;
  border: 1px solid #00ADEE;
  background: #FFF;
  box-shadow: 0px 1.824px 10.945px 0px rgba(20, 20, 43, 0.08);
}

.account-card a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 0;
  border-radius: 4px;
  background: #00ADEE;
}

.account-card-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.account-card-desc h4 {
  color: #0187B9;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 28px;
}

.account-card-desc p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.account-card.highlighted-account-card {
  margin-top: 0;
  margin-bottom: 48px;
  color: #FFFFFF;
  border: 0.912px solid #EFF0F6;
  background: #0187B9;
}

.account-card.highlighted-account-card h4 {
  color: #ffffff;
}

.account-card.highlighted-account-card span {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  background:  #FFFFFF;
  color: #0187B9;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
}


/* Highlighted Section */

.highlighted-section {
  display: block;
  background-color: #fff;
}

.highlighted-section a {
  text-decoration: none;
  background-color: #0187B9;
  padding: 15px 70px;
  min-height: 94px;
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  line-height: 48px;
  font-family: 'Noto Serif';
  color: white;
  font-weight: 200;
}


/* How to open an account Section */


.how-to-open-account {
  margin-top: 120px;
  margin-bottom: 64px;
}

.how-to-open-account h3 {
  color: #0187B9;
  margin-bottom: 32px;
}

.how-to-open-account-title p:first-of-type {
  margin-bottom: 16px;
}

.how-to-open-account-title p {
  max-width: 90%;
}

.numbered-steps-container {
  display: flex;
  gap: 32px;
}

.numbered-steps-container + .numbered-steps-container {
  margin-top: 32px;
}

.numbered-steps span {
  color: #B1DFF8;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.numbered-steps-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.numbered-steps-description p {
  margin:0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}


/* Banner Section */

.banner-gradient-green{
  opacity: 0.85;
  background: linear-gradient(107deg, #00ADEE -11.85%, #0187B9 40.17%, #184A5D 114.33%);
}
.banner-gradient-blue{
  opacity: 0.85;
  background: linear-gradient(274deg, rgba(31, 20, 60, 0.00) 27.46%, #184A5D 94.51%)#2B7D88;
}
.banner-gradient-green .landing-section-content, .banner-gradient-blue .landing-section-content{
  width: 60%;
}
.banner-gradient-green .landing-section-image, .banner-gradient-blue .landing-section-image{
  width: 40%;
}
.banner-section .landing-section h3{
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px; /* 120% */
}
.banner-section .landing-section h4{ 
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;   
  line-height: 22px; /* 157.143% */
}
.banner-section .landing-section.banner-gradient-blue h4{ 
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.blue-cta, .green-cta{
  display: flex;
}
.banner-section .landing-section a{
  display: flex;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 3.145px 15.726px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 44px;
  gap: 12px;
  justify-content: space-around;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.banner-section .landing-section .blue-cta a{
  color: #0187B9;
}
.banner-section .landing-section .green-cta a{
  color: #0187B9;
}


/* Last Banner Section */

.last-banner {
  padding: 25px 0 50px !important;
}

.last-banner .banner-gradient-green {
  background: linear-gradient(107deg, #184A5D -11.85%, #0187B9 40.17%, #00ADEE 114.33%);
}

.last-banner .landing-section-image{
  padding: 26px 0;
}

.last-banner img{
  display: block;
  width: 317px;
}

@media (max-width: 1199px) {
  .landing-hero > div:first-child {
    max-width: 50%;
    padding: 0 0 0 35px;
  }
  .landing-hero > div:last-child {
    max-width: 50%;
    padding: 0 50px;
  }

  .landing-hero h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 991px) {
  .neg-q-container {
    gap: 15px;
  }

  .neg-q-container h3 {
    font-size: 30px;
    line-height: 40px;
    max-width: unset;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .starter-first-section {
      padding: 48px 0;
  }
  .mobile-order-first{
      order: -1;
  }
  .h-20{
      font-size: 20px;
      line-height: 28px;
  }
  .h-28{
      font-size: 20px;
      line-height: 28px;
  }
  .h-40{
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
  }
  .tx-40{
      font-size: 32px;
      font-weight: 300;
      line-height: 40px;
  }
  .tx-16{
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
  }

  .tc-gr-mob{
      color: #115B77;
  }

  .open-aac-account-message {
      padding: 0;
  }

  .starter-first-section hr {
    display: none;
  }

  .landing-hero {
      padding: 0 24px 20px;
      flex-direction: column;
  }

  .landing-hero h1 {
      font-size: 40px;
      line-height: 48px;
  }

  .landing-hero > div:first-child,
  .landing-hero > div:last-child {
    max-width: 100%;
  }

  .hero-starter-scheme div.order-1 {
    padding: 8px 0 0;
  }
  .landing-hero > div:last-child {
    padding: 0;
  }
  .landing-hero > div {
    padding: 0;
    margin: 0 auto;
  }

  .neg-q-container{
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .neg-q-container .neg-q {
    width: 100%;
  }

  .neg-q-container .neg-q-title h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  
  .neg-q-container .neg-q{
    margin-top: 0;
    padding-top: 8px;
    padding-left: 40px;
    background: url("../images/aacstarters/neg-quote-bg.png") no-repeat left top;
  }

  .open-aac-account-message img {
    margin: 50px auto;
  }

  .open-aac-account-message ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .open-aac-account-message p {
    font-size: 16px;
    line-height: 24px;
  }

  .icons-section h3 {
    margin-top: 55px;
    margin-bottom: 0;
  }

  .quote-container {
    padding: 36px 24px;
    margin: 0 auto;
    background-size: 35%;
    width: 92%;
  }

  .what-is-aac {
    padding: 92px 0 31px;
  }

  .what-is-aac h4 {
    width: 100%;
  }

  .how-it-works {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .how-it-works h5 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 40px;
  }

  .how-it-works img {
    padding-left: 32px;
    padding-right: 32px;
  }

  .how-it-works .video-container{
    height: 200px;
  }

  .benefits-title {
    padding: 60px 45px 100px;
  }

  .benefits-title h2{
    margin-bottom: 32px;
  }
  .benefits-section-container h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .landing-section-container.image-on-right .landing-section-image,
  .landing-section-container.image-on-left .landing-section-image {
    padding: 60px 40px;
  }

  .landing-section-container.image-on-right .landing-section-content,
  .landing-section-container.image-on-left .landing-section-content {
    padding: 50px 24px;
    background:#097097;
  }

  .image-on-right .landing-section-image img, .image-on-left .landing-section-image img{
    padding: 0;
  }
  .landing-section-container.image-on-right:before, .landing-section-container.image-on-left:before {
    width: 100%;
  }

  .good-company-section {
    padding: 60px 0 0;
  }

  .good-company-section h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .good-company-section .step-container .step {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .good-company-section .step-container .step:first-child {
    margin-bottom: 40px;
  }

  .good-company-section .step-container .step img {
    width: 100px;
  }

  .good-company-section .step-container .step h5 {
    font-size: 16px;
    line-height: 40px;
  }

  .banner-gradient-green .landing-section-image, .banner-gradient-blue .landing-section-image,.banner-gradient-green .landing-section-content, .banner-gradient-blue .landing-section-content {
    width: 100%;
  }

  .banner-section-first .landing-section-content {
    padding: 15px 30px 50px;
  }

  .banner-section-first .referal-code {
    padding: 50px 30px 15px;
    width: 100%;
  }

  .banner-section-first .banner-gradient-green {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .banner-section-first .referal-code span {
    font-size: 48px;
    line-height: 60px;
  }
  
  .banner-section-first .landing-section h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner-section-first p,
  .banner-section-first small {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-section-first .referal-code hr {
    display: block;
    padding-bottom: 0;
    margin-top: 35px;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .banner-section-first .referal-code span.bottom-text {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
  }

  .banner-section .landing-section a {
    width: 100%;
  }

  .quote-container h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .icons-section .step-home img {
    margin: 0 auto 0px auto;
    max-width: 100px;
  }

  .icons-section .step-home p {
    font-size: 16px;
    line-height: 24px;
  }

  .divider-section {
    padding: 0 30px;
  }

  .divider-section hr {
    width: 100%;
  }

  .icons-section.second .step-home .step-des {
    margin-bottom: 30px;
  }

  .cards-section {
    padding: 20px 0 50px;
  }

  .highlighted-section {
    display: block;
    background-color: #0187B9;
    padding: 64px 32px;
  }

  .highlighted-section p {
    color: #fff;
    font-family: "Noto Serif";
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0;
    padding: 0 0;
    display: block;
  }

  .numbered-steps-description h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .numbered-steps span {
    font-size: 40px;
    line-height: 32px;
  }

  .banner-section.last-banner .landing-section h3 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-section.last-banner .landing-section p {
    font-size: 16px;
    line-height: 24px;
  }


  .landing-section-image{
      padding: 32px 16px 0;
  }
  .landing-section-content{
      padding: 24px 16px 32px;
  }
  .landing-section h3 {
      margin-bottom: 16px;
  }
  .icons-section{
      padding: 32px 0;
  }
  .icons-section .step-container {
      flex-direction: column;
  }
  .are-you-aged-title h3 {
      margin-top: 32px;
  }
  .are-you-aged-title h4 {
      margin-top: 16px;
      margin-bottom: 16px;
  }
  .are-you-aged-content img {
      /* display: none; */
      width: 100%;
      margin: 0;
      padding: 32px;
  }
  .are-you-aged-title h3 br{
      display: block;
  }
  .did-you-know {
      margin-bottom: 32px;
  }
  .did-you-know img {
      width: 160px;
  }
  .gift-aid-section .row:last-of-type p:first-of-type{
      max-width: 100%;
  }
  .how-to-open-account {
      margin-top: 32px;
      margin-bottom: 32px;
      /* gap: 32px; */
  }
  .how-to-open-account-title{
      margin-bottom: 32px;
  }
  .how-to-open-account-title p{
      max-width: 100%;
  }
  .numbered-steps-container {
      flex-direction: column;
      gap: 16px;
  }
  .choose-account-section {
      flex-direction: column;
      margin-top: 32px;
  }
  .choose-account-title h3 {
      margin-top: 32px;
  }
  .account-card {
      margin-top: 0;
  }
  .account-card.highlighted-account-card {
      order: -1;
      margin-bottom: 0;
  }
  .last-banner img {
      margin: 24px auto 0;
      width: 206px;
  }
  .faqs-section .panel-group {
      flex-direction: column;
      gap:0 ;
  }
}