html {
  scroll-behavior: smooth;
}

.anchor_scroll {
  position: absolute;
  top: -140px;
  z-index: -1;
}

.overflow_hidden {
  overflow: hidden;
}

.bg_cyan {
  background-color: #E5FCFF;
}

.bg_peach {
  background-color: #F9EBE6;
}

.bg_green {
  background-color: #ECF9F0;
}

.bg_vanilla {
  background-color: #FFF5D2;
}

.bg_yellow {
  background-color: #F9D923;
}

.bg_blue {
  background-color: #32BACA;
}

.bg_orange {
  background-color: #ED692D;
}

.dark_color {
  color: #0F2441;
}

.white_color {
  color: #ffffff;
}

a {
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

body#static-header header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0;
}

p {
  font-family: var(--rt-font-dm);
}

.orange_btn {
  background-color: #EE7D54;
  padding: 20px 32px;
  color: #ffffff;
  border-radius: 16px;
  font-size: 18px;
  font-family: var(--rt-font-dm);
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  line-height: 13px;
}
.orange_btn:hover {
  background-color: #FC926C;
  transition: all 0.3s;
}

.btn_bordered {
  color: #0F2441;
  border: 1px solid #ADC8F4;
  border-radius: 12px;
  padding: 5px 16px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  background-color: #ffffff;
  cursor: pointer;
}
.btn_bordered:hover {
  border: 1px solid #32BACA;
  transition: all 0.3s;
}

.section_title {
  text-align: center;
  font-family: var(--rt-font-ibm);
  font-size: 64px;
  color: #0F2441;
  font-weight: 600;
  line-height: 70px;
}

.section_desc {
  color: rgba(15, 36, 65, 0.6);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 640px;
  width: 80%;
  margin: 20px auto 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.bg_shadow_after {
  position: relative;
}
.bg_shadow_after:after {
  content: "";
  background-image: linear-gradient(180deg, #EEF5FF 70%, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -140px;
  width: 100%;
  height: 150px;
}

.bg_shadow_before {
  position: relative;
}
.bg_shadow_before:before {
  content: "";
  background-image: linear-gradient(0deg, #EEF5FF 0%, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  top: -100px;
  z-index: 0;
}

.top-header {
  background-color: #32BACA;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  padding: 0 15px;
}
.top-header svg {
  width: 16px;
  height: 13px;
}
.top-header p,
.top-header a {
  color: #ffffff;
  font-size: 16px;
  font-family: var(--rt-font-dm);
  font-weight: 500;
}

header {
  padding-top: 0;
  background-color: transparent;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  header {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(41, 64, 102, 0.0509803922);
    padding-bottom: 7px;
  }
}

.mobile_logo {
  display: none;
}
@media (max-width: 1024px) {
  .mobile_logo {
    display: inline-flex;
    margin: 16px 0 0 16px;
  }
}

.page-template-template-new-home main {
  padding-top: 180px;
}

.mobile_menu_n {
  width: 100%;
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #FFF;
  z-index: -1;
  transform: translateX(100%);
  transition: all 0.3s;
  overflow: auto;
  padding: 32px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile_menu_n .header-new-menu {
  margin-top: 35px;
}
.mobile_menu_n .header-new-menu li a {
  text-decoration: none;
  color: #0F2441;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}
.mobile_menu_n .header-new-menu li a:hover {
  transition: all 0.3s;
  color: #32BACA;
}
.mobile_menu_n.opened {
  z-index: 100000;
  transform: translateX(0);
  transition: all 0.3s;
}
.mobile_menu_n .close_menu {
  position: absolute;
  top: 32px;
  right: 32px;
}
.mobile_menu_n .mobile-login-new-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rt-font-dm);
  justify-content: center;
  margin: 0 auto 50px;
}
.mobile_menu_n .mobile-login-new-menu li {
  width: 45%;
}
.mobile_menu_n .mobile-login-new-menu li a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(1) a,
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(2) a {
  color: #0F2441;
  border: 1px solid #ADC8F4;
  border-radius: 12px;
  padding: 5px 16px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(1) a:hover,
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(2) a:hover {
  transition: all 0.3s;
  border: 1px solid #32BACA;
}
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(3) a {
  color: #ffffff;
  background-color: #EE7D54;
  border-radius: 12px;
  padding: 5px 16px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.mobile_menu_n .mobile-login-new-menu li:nth-of-type(3) a:hover {
  transition: all 0.3s;
  background-color: #FC926C;
}

.mobile-hamburdger {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-hamburdger {
    position: fixed;
    top: 60px;
    right: 20px;
    display: block;
    cursor: pointer;
    z-index: 24;
  }
}

.new-menu {
  max-width: 960px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E1E4EA;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 24px auto 0;
  padding: 0 24px;
  box-shadow: 0px 8px 16px 0px rgba(41, 64, 102, 0.0509803922);
  background-color: #ffffff;
}
.new-menu .logo {
  width: 147px;
  height: 26px;
  object-fit: cover;
  display: block;
}
.new-menu .header-new-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-family: var(--rt-font-dm);
  font-weight: 400;
  margin: 0 42px;
}
.new-menu .header-new-menu a {
  text-decoration: none;
  color: #0F2441;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}
.new-menu .header-new-menu a:hover {
  transition: all 0.3s;
  color: #32BACA;
}
.new-menu .header-login-new-menu {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: var(--rt-font-dm);
}
.new-menu .header-login-new-menu li:nth-of-type(1) a,
.new-menu .header-login-new-menu li:nth-of-type(2) a {
  color: #0F2441;
  border: 1px solid #ADC8F4;
  border-radius: 12px;
  padding: 5px 16px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}
.new-menu .header-login-new-menu li:nth-of-type(1) a:hover,
.new-menu .header-login-new-menu li:nth-of-type(2) a:hover {
  transition: all 0.3s;
  border: 1px solid #32BACA;
}
.new-menu .header-login-new-menu li:nth-of-type(3) a {
  color: #ffffff;
  background-color: #EE7D54;
  border-radius: 12px;
  padding: 5px 16px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.new-menu .header-login-new-menu li:nth-of-type(3) a:hover {
  transition: all 0.3s;
  background-color: #FC926C;
}
@media (max-width: 1024px) {
  .new-menu {
    display: none;
  }
}

.hero_banner {
  margin-top: 30px;
  height: 756px;
  background-image: url(../../assets/images/new-home/hero_bg.svg), linear-gradient(0deg, rgb(238, 245, 255) 0%, rgb(255, 255, 255) 90%);
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top;
}
.hero_banner .logos_slides .swiper-wrapper {
  transition-timing-function: linear !important;
}
.hero_banner p {
  color: rgba(15, 36, 65, 0.6);
  font-size: 20px;
  line-height: 24px;
  font-family: var(--rt-font-dm);
  text-align: center;
}
.hero_banner span {
  color: rgba(15, 36, 65, 0.4);
  font-size: 14px;
  font-family: var(--rt-font-dm);
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
}
.hero_banner .wrapper .title_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.hero_banner .logos_slides {
  margin-top: 20%;
}
.hero_banner {
  /* Ensure slides only take up as much room as the image requires */
}
.hero_banner .logos_slides .swiper-slide {
  width: 218px;
}
.hero_banner .logos_slides .swiper-slide img {
  height: 98px;
  width: 100%;
  object-fit: contain;
}

.testimonials_new {
  background: linear-gradient(180deg, #EEF5FF 0%, #fff 70%);
  padding: 40px 0 0;
  overflow: hidden;
}
.testimonials_new .testimonial-slider {
  position: relative;
  width: 100%;
  height: 470px;
}
.testimonials_new .testimonial-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 360px;
  transition: transform 0.6s ease, left 0.6s ease;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(41, 64, 102, 0.0509803922);
  border-radius: 8px 24px 24px 8px;
  touch-action: pan-y;
}
.testimonials_new .testimonial-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 8px 24px 24px 8px;
  touch-action: pan-y;
  display: block;
}
.testimonials_new .info {
  position: absolute;
  bottom: 25px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 24px;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.testimonials_new .info h3 {
  font-family: var(--rt-font-ibm);
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 22px;
}
.testimonials_new .info .position {
  font-family: var(--rt-font-dm);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.testimonials_new .active .info {
  opacity: 1;
}
.testimonials_new .active::after {
  content: "";
  position: absolute;
  background: linear-gradient(transparent 75%, rgba(0, 0, 0, 0.8));
  border-radius: 8px 24px 24px 8px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.testimonials_new .active::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url(../../assets/images/new-home/quote-left-saying-speech.svg);
  background-repeat: no-repeat;
  width: 48px;
  height: 28px;
  pointer-events: none;
}
.testimonials_new .center {
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 7;
}
.testimonials_new .left {
  left: 25%;
  transform: translateX(-60%) scale(0.67) translateY(26%);
  z-index: 6;
}
.testimonials_new .right {
  left: 75%;
  transform: translateX(-40%) scale(0.67) translateY(26%);
  z-index: 6;
}
.testimonials_new .left-far {
  left: 0%;
  transform: translateX(-47%) scale(0.55) translateY(67%);
  z-index: 4;
}
.testimonials_new .right-far {
  left: 100%;
  transform: translateX(-47%) scale(0.55) translateY(67%);
  z-index: 4;
}
.testimonials_new .hidden {
  opacity: 0;
  pointer-events: none;
}
.testimonials_new .testi_texts {
  position: relative;
  z-index: 1;
}
.testimonials_new .testi_text {
  display: none;
  text-align: center;
  max-width: 680px;
  margin: 50px auto;
}
.testimonials_new .testi_text .text {
  font-size: 44px;
  line-height: 1.1;
  font-family: var(--rt-font-ibm);
  color: #132C55;
  font-weight: 500;
}
.testimonials_new .testi_text.active_text {
  display: block;
}
.testimonials_new .pagination {
  background: #E9F0F7;
  min-width: 90px;
  width: fit-content !important;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 11px;
  border-radius: 80px;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.testimonials_new .bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #bbb;
}
.testimonials_new .bullet.active_bullet {
  background: #95BD2F;
}

.testi-divider {
  background-image: url(../../assets/images/new-home/testi-divider.svg), linear-gradient(180deg, #fff 0%, #EEF5FF 79%, #fff 80%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 320px;
  width: 100%;
  margin-top: -100px;
  position: relative;
}

.text_and_image {
  background-color: #EEF5FF;
  position: relative;
  z-index: 2;
  margin-top: -68px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.text_and_image .wrapper {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.text_and_image .wrapper .section_title {
  max-width: 1008px;
  width: 94%;
  margin: auto;
}
.text_and_image .wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 64px;
}

.text_and_image_v1 {
  position: relative;
}

.text_and_image_v2 {
  border-radius: 0;
  margin: -120px 0 0;
  position: relative;
}
.text_and_image_v2 .wrapper .section_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  max-width: 640px;
}
.text_and_image_v2 .banner {
  padding: 32px 0 40px;
  margin-top: 51px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(180deg, #EEF5FF 0%, #fff 20%);
}
.text_and_image_v2 .banner .b_wrapper {
  display: flex;
  max-width: 1080px;
  width: 96%;
  justify-content: space-between;
  align-items: start;
  margin: auto;
  gap: 40px;
}
.text_and_image_v2 .banner .b_wrapper .icon_title {
  display: flex;
  gap: 34px;
  align-items: center;
  max-width: 460px;
  width: 100%;
}
.text_and_image_v2 .banner .b_wrapper .icon_title img {
  width: 60px;
  height: 70px;
  object-fit: contain;
  display: block;
}
.text_and_image_v2 .banner .b_wrapper .icon_title .banner_title {
  font-size: 36px;
  font-family: var(--rt-font-ibm);
  line-height: 40px;
  font-weight: 500;
  color: #0F2441;
}
.text_and_image_v2 .banner .b_wrapper .banner_desc {
  color: rgba(15, 36, 65, 0.8);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.text_and_image_v2 .banner .b_wrapper .banner_logos {
  display: flex;
  gap: 32px;
  justify-content: start;
  align-items: start;
  margin-top: 32px;
}
.text_and_image_v2 .banner .b_wrapper .banner_logos img {
  height: 40px;
  width: auto;
  display: block;
}

.feature_cards .cards {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-top: 52px;
}
.feature_cards .cards .card {
  border-radius: 8px 32px 32px 8px;
  width: 288px;
  height: 288px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.feature_cards .cards .card img {
  width: 29px;
  height: 32px;
  object-fit: contain;
}
.feature_cards .cards .card h4 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 12px;
}
.feature_cards .cards .card p {
  font-size: 16px;
  line-height: 23px;
  color: #0F2441;
  font-weight: 400;
}

.feature_cards_v1 {
  padding: 0px 0 60px;
  background-image: url(../../assets/images/new-home/featured_bg.png);
  background-position: top;
  background-size: 100% 28%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.feature_cards_v1 .section_title {
  max-width: 1008px;
  width: 94%;
  margin: auto;
}
.feature_cards_v1 .wrapper {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 3;
}
.feature_cards_v1 .cards {
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}
.feature_cards_v1 .cards .card {
  padding: 32px;
  border: 1px solid #CBE0FF;
  border-radius: 32px;
  width: 594px;
  height: auto;
  display: flex;
  align-items: start;
  column-gap: 54px;
  flex-direction: row;
}
.feature_cards_v1 .cards .card h4 {
  font-size: 24px;
  line-height: 32px;
}
.feature_cards_v1 .cards .card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.feature_cards_v1 .cards .card .card_info {
  width: 418px;
}
.feature_cards_v1 .cards .card .card_info ul li {
  background-image: url(../../assets/images/new-home/list_Icon.svg);
  background-size: 20px;
  background-position: left;
  background-repeat: no-repeat;
  list-style-position: outside;
  font-size: 20px;
  padding-left: 40px;
  line-height: 24px;
  color: rgba(15, 36, 65, 0.8);
  font-weight: 400;
  margin-bottom: 6px;
}

.feature_cards_v3 {
  margin-top: 160px;
}
.feature_cards_v3 .section_title,
.feature_cards_v3 .wrapper {
  max-width: 1008px;
  width: 94%;
  margin: auto;
}
.feature_cards_v3 .logo_icon {
  width: 147px;
  height: 26px;
  object-fit: cover;
  display: block;
  margin: 16px auto;
}
.feature_cards_v3 .cards {
  background-image: url(../../assets/images/new-home/Sphere.svg);
  width: 458px;
  height: 458px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 120px auto 160px;
  flex-wrap: wrap;
  position: relative;
}
.feature_cards_v3 .cards .card {
  width: 240px !important;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #E1E4EA;
  backdrop-filter: blur(30px);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
}
.feature_cards_v3 .cards .card img {
  margin-bottom: 12px;
}
.feature_cards_v3 .cards h3 {
  position: absolute;
  top: 40%;
  color: #414141;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  width: 191px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature_cards_v3 .cards .card:nth-of-type(1) {
  left: -28%;
  top: 0%;
}
.feature_cards_v3 .cards .card:nth-of-type(2) {
  right: -28%;
  top: 4%;
}
.feature_cards_v3 .cards .card:nth-of-type(3) {
  top: 65%;
  left: -15%;
}
.feature_cards_v3 .cards .card:nth-of-type(4) {
  right: -15%;
  top: 65%;
}

.feature_cards_shadow_title:before {
  content: "";
  display: block;
  position: absolute;
  height: 28%;
  width: 100%;
  z-index: 0;
  background: radial-gradient(circle, #fff 40%, transparent 120%);
}

.feature_cards_v2 {
  /*background: linear-gradient(180deg,
          #fff 0%,
          $cyan_color 85%,
          #fff 100%);*/
  padding: 0px 0 200px;
  background-image: url(../../assets/images/new-home/featured_bg.png);
  background-position: top;
  background-size: 100% 28%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.feature_cards_v2 .section_title {
  max-width: 640px;
  width: 94%;
  margin: auto;
}
.feature_cards_v2 .wrapper {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  position: relative;
}
.feature_cards_v2 .cards .card {
  height: auto;
  gap: 32px;
  background-color: #ffffff;
}
.feature_cards_v2 {
  /* &:after {
      content: '';
      background-image: url(../../assets/images/new-home/highlights_bg.png);
      width: 100%;
      height: 180px;
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
  }*/
}

.banner .wrapper {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.banner .wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.banner .wrapper:after {
  content: "";
  background: linear-gradient(270deg, rgba(6, 14, 26, 0) 29.72%, rgba(6, 14, 26, 0.5) 53.73%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.banner .wrapper .banner_info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  max-width: 580px;
  padding: 80px 0 100px 104px;
  width: 100%;
  z-index: 2;
}
.banner .wrapper .banner_info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
}
.banner .wrapper .banner_info .btn {
  background-color: #32BACA;
  border-radius: 24px;
  padding: 16px 24px;
  width: fit-content;
}
.banner .wrapper .banner_info .btn p {
  font-family: var(--rt-font-ibm);
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 12px;
}
.banner .wrapper .banner_info .btn span {
  font-family: var(--rt-font-dm);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.banner_v2 {
  position: relative;
  background-image: url(../../assets/images/new-home/banner_Container.svg);
  background-color: #ECF9F0;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 32px 180px;
  margin: 54px 16px;
  overflow: hidden;
}
.banner_v2 .wrapper {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: auto;
}
.banner_v2 .wrapper .banner_info {
  max-width: 756px;
  width: 100%;
}
.banner_v2 .wrapper .banner_info .section_title {
  color: #0F2441;
  text-align: left;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 24px;
}
.banner_v2 .wrapper .banner_info p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
  color: rgba(15, 36, 65, 0.8);
  max-width: 667px;
  width: 100%;
  line-height: 28px;
}
.banner_v2 .wrapper .banner_info span {
  background-color: #EE7D54;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: var(--rt-font-ibm);
  font-size: 48px;
  line-height: 53px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
}
.banner_v2 .wrapper .growth {
  width: 170px;
  height: 201px;
  background-color: #32BACA;
  padding: 16px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 10%;
}
.banner_v2 .wrapper .growth .info {
  z-index: 5;
  position: relative;
}
.banner_v2 .wrapper .growth p {
  color: #ffffff;
  font-size: 58px;
  line-height: 64px;
  font-family: var(--rt-font-ibm);
  font-weight: 700;
}
.banner_v2 .wrapper .growth span {
  font-size: 28px;
  color: #ffffff;
  font-family: var(--rt-font-dm);
  line-height: 31px;
  font-weight: 500;
}
.banner_v2 .wrapper .growth:after {
  content: "";
  width: 4px;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
  background-color: #32BACA;
  position: absolute;
  top: 100%;
  height: 43px;
  margin: auto;
  z-index: 3;
}
.banner_v2 .wrapper .growth:before {
  content: "";
  width: 18px;
  left: 0;
  right: 0;
  display: block;
  bottom: -35px;
  background-color: #32BACA;
  position: absolute;
  height: 18px;
  margin: auto;
  border-radius: 4px;
  border: 4px solid #ECF9F0;
  z-index: 2;
}
@media (min-width: 1600px) {
  .banner_v2 .wrapper .growth:after {
    height: 63px;
  }
  .banner_v2 .wrapper .growth:before {
    bottom: -45px;
  }
}
.banner_v2:after {
  content: url(../../assets/images/new-home/growth_bg.svg);
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
}

.feature_showcase {
  position: relative;
  margin-bottom: 40px;
}
.feature_showcase .wrapper {
  margin-top: 80px;
}
.feature_showcase .wrapper .section_title {
  max-width: 640px;
  margin: auto;
  width: 94%;
}
.feature_showcase .wrapper .features {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 1200px;
  width: 96%;
  margin: 64px auto 0;
  align-items: center;
  justify-content: center;
}
.feature_showcase .wrapper .features .feature {
  border-radius: 8px 32px 32px 8px;
  padding: 80px 64px 80px 100px;
  width: 100%;
  display: flex;
  column-gap: 56px;
  align-items: start;
}
.feature_showcase .wrapper .features .feature .info {
  max-width: 410px;
}
.feature_showcase .wrapper .features .feature .info h3 {
  font-size: 48px;
  line-height: 52px;
  color: #0F2441;
  font-weight: 500;
  margin-bottom: 24px;
}
.feature_showcase .wrapper .features .feature .info p {
  color: rgba(15, 36, 65, 0.8);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.feature_showcase .wrapper .features .feature .info .highlights {
  display: flex;
  gap: 8px;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 24px;
}
.feature_showcase .wrapper .features .feature .info .highlights .highlight {
  padding: 8px 12px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.feature_showcase .wrapper .features .feature .info .highlights .highlight p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #0F2441;
}
.feature_showcase .wrapper .features .feature .info .highlights .highlight img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
}
.feature_showcase .wrapper .features .feature .img {
  max-width: 570px;
  width: 100%;
  overflow: hidden;
}
.feature_showcase .wrapper .features .feature .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.reading_model {
  padding-top: 84px;
  background-image: linear-gradient(0deg, #EEF5FF 90%, #fff 100%);
  background-position: right 36px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -30px;
}
.reading_model .wrapper {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
.reading_model .wrapper .section_title {
  max-width: 640px;
  width: 94%;
  margin: auto;
}
.reading_model .content {
  height: 1100px;
  position: relative;
}
.reading_model .content .diagram {
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  top: 37px;
}
@media (min-width: 1600px) {
  .reading_model .content .diagram {
    height: 96%;
    object-fit: fill;
    top: 60px;
    width: 70%;
  }
}
.reading_model .content .wrapper {
  padding: 0 32px 0 48px;
  position: relative;
}
.reading_model .content .wrapper .left h3 {
  font-size: 48px;
  line-height: 52px;
  color: #0F2441;
  margin-bottom: 32px;
  font-weight: 500;
}
.reading_model .content .wrapper .left .sec_title {
  margin-top: 24px;
}
.reading_model .content .wrapper .left .items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.reading_model .content .wrapper .left .items .item {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 16px;
  padding: 16px 20px;
  width: 320px;
  height: 86px;
  gap: 10px;
}
.reading_model .content .wrapper .left .items .item h4 {
  font-size: 20px;
  line-height: 24px;
  color: #0F2441;
  font-weight: 600;
}
.reading_model .content .wrapper .left .items .item span {
  font-size: 16px;
  line-height: 22px;
  color: rgba(15, 36, 65, 0.6);
  font-weight: 400;
  font-family: var(--rt-font-dm);
}
.reading_model .content .wrapper .left .items .item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.reading_model .content .wrapper .right-box {
  width: 250px;
  height: 312px;
  border-radius: 24px;
  border: 4px solid rgba(100, 156, 249, 0.3019607843);
  padding: 32px;
  position: absolute;
  right: 0%;
  top: 44%;
}
.reading_model .content .wrapper .right-box span {
  display: inline-flex;
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 12px;
  align-items: center;
  font-family: var(--rt-font-ibm);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #0F2441;
  text-align: center;
}
.reading_model .content .wrapper .top_badge {
  position: absolute;
  left: 50%;
  top: 15%;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.reading_model .content .wrapper .top_badge span {
  background-color: #EE7D54;
  border-radius: 24px;
  padding: 16px 24px;
  color: #ffffff;
  font-family: var(--rt-font-ibm);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  width: 162px;
  overflow: hidden;
  height: 84px;
  display: inline-flex;
  align-items: center;
}
.reading_model .content .wrapper .top_badge img {
  position: relative;
  top: 35px;
}
.reading_model .content .wrapper .bottom_badge {
  position: absolute;
  left: 52%;
  bottom: 10%;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.reading_model .content .wrapper .bottom_badge span {
  background-color: #32BACA;
  border-radius: 16px;
  padding: 16px 20px;
  color: #ffffff;
  font-family: var(--rt-font-ibm);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  width: 167px;
  overflow: hidden;
  height: 84px;
  display: inline-flex;
  align-items: center;
}
.reading_model .content .wrapper .bottom_badge img {
  position: relative;
  top: 40px;
}

.cta_banner {
  background: url(../../assets/images/new-home/cta_banner.svg), #32BACA;
  background-position: bottom;
  overflow: hidden;
  border-radius: 32px;
  padding: 80px 120px;
  margin: 64px 16px 16px;
  position: relative;
  background-repeat: no-repeat;
}
.cta_banner .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 680px;
  margin: auto;
}
.cta_banner .wrapper .section_title,
.cta_banner .wrapper .section_desc {
  color: #ffffff;
}

.pricing_plans {
  background-color: #EEF5FF;
  padding: 80px 0 30px;
}
.pricing_plans .title_wrapper {
  max-width: 883px;
  width: 94%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.pricing_plans.bg_shadow_before::before {
  top: -12px;
}
.pricing_plans.bg_shadow_before::after {
  bottom: -60px;
  background-image: linear-gradient(180deg, #EEF5FF 40%, #fff 100%);
}
.pricing_plans .monthly {
  box-shadow: 0px 8px 16px 0px rgba(41, 64, 102, 0.0509803922);
  width: 240px;
  padding: 4px;
  border: 1px solid #CBE0FF;
  display: flex;
  border-radius: 36px;
  align-items: center;
  height: 48px;
  margin: 60px auto 0;
  position: relative;
  z-index: 3;
  justify-content: space-between;
  background-color: #ffffff;
}
.pricing_plans .monthly span {
  font-size: 16px;
  line-height: 24px;
  color: #0F2441;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 36px;
  width: 116px;
  display: inline-flex;
  justify-content: center;
}
.pricing_plans .monthly span.active {
  color: #ffffff;
  background-color: #32BACA;
  transition: all 0.3s;
}
.pricing_plans .plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  width: 96%;
  margin: 32px auto;
  gap: 16px;
  position: relative;
  z-index: 5;
}
.pricing_plans .plans .plan {
  border-radius: 20px;
  border: 1px solid #CBE0FF;
  padding: 32px 32px 66px;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto auto auto;
}
.pricing_plans .plans .plan .type img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pricing_plans .plans .plan .type {
  font-size: 16px;
  text-transform: uppercase;
  color: #32BACA;
  align-items: center;
}
.pricing_plans .plans .plan .title_desc {
  border-bottom: 1px solid #CBE0FF;
  padding: 32px 0;
}
.pricing_plans .plans .plan .title_desc p {
  font-size: 16px;
  color: rgba(15, 36, 65, 0.6);
  font-weight: 400;
  line-height: 22px;
}
.pricing_plans .plans .plan .title_desc h4 {
  font-size: 24px;
  line-height: 32px;
  color: #210F48;
  margin-bottom: 12px;
}
.pricing_plans .plans .plan .prices {
  padding: 32px 0;
}
.pricing_plans .plans .plan .prices .btn_bordered {
  padding: 20px 32px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
}
.pricing_plans .plans .plan .prices h4 {
  font-size: 36px;
  line-height: 42px;
  color: #132C55;
  margin-bottom: 12px;
  font-weight: 600;
}
.pricing_plans .plans .plan .prices h4 span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(15, 36, 65, 0.6);
  line-height: 20px;
  font-family: var(--rt-font-ibm);
  font-weight: 500;
}
.pricing_plans .plans .plan .prices .description {
  font-size: 16px;
  color: #0F2441;
  line-height: 24px;
  font-weight: 400;
}
.pricing_plans .plans .plan .prices .description li {
  background-image: url(../../assets/images/new-home/price_list.svg);
  background-size: 12px 9px;
  background-position: left;
  background-repeat: no-repeat;
  list-style-position: outside;
  padding-left: 30px;
  margin-bottom: 6px;
}
.pricing_plans .plans .plan:nth-of-type(3n) {
  border: 1px solid #EE7D54;
}
.pricing_plans .plans .plan:nth-of-type(3n) .btn_bordered {
  background-color: #EE7D54;
  border: 1px solid transparent;
  color: #ffffff;
  position: relative;
}
.pricing_plans .plans .plan:nth-of-type(3n) .btn_bordered:hover {
  background-color: #FC926C;
  border: 1px solid transparent;
}
.pricing_plans .plans .plan:nth-of-type(3n) .btn_bordered:after {
  content: "Start Free Trial";
  color: rgba(15, 36, 65, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  justify-content: center;
  display: flex;
}
.pricing_plans + .feature_cards_v1 {
  margin-top: 60px;
}

.school_plans {
  position: relative;
  background-color: #EEF5FF;
  padding-bottom: 80px;
  margin-top: 32px;
}
.school_plans .wrapper {
  max-width: 1200px;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.school_plans .wrapper .section_title {
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
}
.school_plans .wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0F2441;
  margin-top: 20px;
}
.school_plans .wrapper .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.school_plans .wrapper .items .item {
  display: grid;
  grid-template-rows: auto auto auto;
  padding: 32px;
  border: 1px solid #CBE0FF;
  border-radius: 32px;
  background-color: #ffffff;
}
.school_plans .wrapper .items .item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.school_plans .wrapper .items .item h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0F2441;
  margin-top: 20px;
}
.school_plans .wrapper .banner {
  margin-top: 64px;
  flex-direction: column;
  align-items: center;
}
.school_plans .wrapper .banner .section_desc {
  max-width: 777px;
  margin-bottom: 42px;
}
.school_plans.bg_shadow_before:before {
  top: 0px;
  background-image: linear-gradient(0deg, #EEF5FF 0%, #fff 60%);
}

.qa {
  padding-top: 80px;
  background-color: #EEF5FF;
  margin-bottom: 100px;
}
.qa.bg_shadow_after:after {
  bottom: 0;
  background-image: linear-gradient(180deg, #EEF5FF 0%, #fff 100%);
}
.qa .wrapper {
  max-width: 880px;
  margin: auto;
  width: 94%;
  position: relative;
  z-index: 3;
}
.qa .wrapper .faqs {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.qa .wrapper .faqs .item {
  padding: 24px 32px 8px;
  border: 1px solid #CBE0FF;
  border-radius: 32px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.qa .wrapper .faqs .item .d-flex {
  cursor: pointer;
}
.qa .wrapper .faqs .item h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0F2441;
  margin-bottom: 0;
}
.qa .wrapper .faqs .item svg {
  position: relative;
  top: 10px;
  transition: all 0.3s;
}
.qa .wrapper .faqs .item .desc {
  width: 100%;
  font-size: 20px;
  color: rgba(15, 36, 65, 0.8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 16px;
}
.qa .wrapper .faqs .item .desc p {
  line-height: 28px;
  margin-bottom: 16px;
}
.qa .wrapper .faqs .item .desc ul {
  list-style: circle;
}
.qa .wrapper .faqs .item .desc ul li {
  margin-bottom: 12px;
}
.qa .wrapper .faqs .item.active svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.qa .wrapper .faqs .item.active svg path {
  fill: #32BACA;
}

.new_footer {
  padding: 60px 16px 32px;
  position: relative;
  background: transparent;
}
.new_footer .middle-columns-mobile {
  display: none;
}
.new_footer .footer-menu li {
  margin-bottom: 24px;
}
.new_footer .footer-menu li a {
  color: #210F48;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 14px;
}
.new_footer .footer-menu li a:hover {
  color: #32BACA;
  transition: all 0.3s;
}
.new_footer::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 180px;
  display: block;
  background-image: linear-gradient(180deg, #EEF5FF 60%, #fff 100%);
  z-index: -1;
}
.new_footer::after {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  width: 100%;
  height: 151px;
  display: block;
  background-image: linear-gradient(0deg, #EEF5FF 60%, #fff 100%);
  z-index: -1;
}
.new_footer .wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.new_footer .wrapper .footer-logo {
  width: 147px;
  height: 26px;
  object-fit: cover;
  display: block;
}
.new_footer .wrapper .col-1 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.new_footer .wrapper .col-1 .logo_txt {
  display: flex;
  column-gap: 24px;
  align-items: start;
}
.new_footer .wrapper .col-1 p {
  font-family: var(--rt-font-dm);
  color: #210F48;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-style: italic;
}
.new_footer .wrapper .col-1 span {
  line-height: 28px;
}
.new_footer .wrapper .col-1 .logo_socials {
  display: flex;
  gap: 20px;
}
.new_footer .wrapper .col-1 .logo_socials .social_icons {
  display: flex;
  gap: 8px;
  align-items: start;
}
.new_footer .wrapper .col-1 .logo_socials .social_icons a {
  display: inline-flex;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 50%;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  align-items: center;
}
.new_footer .wrapper .col-1 .logo_socials .social_icons a:hover svg path {
  fill: #32BACA;
  transition: all 0.3s;
}
.new_footer .wrapper .col-1 .logo_socials .social_icons svg {
  width: 16px;
  height: 16px;
  fill: #0F2441;
}
.new_footer .wrapper .col-1 .subscribe_footer p {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}
.new_footer .wrapper .col-1 .subscribe_footer form {
  position: relative;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.new_footer .wrapper .col-1 .subscribe_footer form input {
  background-color: #132C55;
  height: 46px;
  border: none;
  outline: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  width: 280px;
  padding-left: 15px;
  color: #ffffff;
}
.new_footer .wrapper .col-1 .subscribe_footer form button {
  color: #ffffff;
  padding: 10px 6px;
  border-radius: 8px;
  background-color: #EE7D54;
  transition: all 0.3s;
  position: absolute;
  display: inline-flex;
  width: 39px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: none;
  right: 5px;
  cursor: pointer;
}
.new_footer .wrapper .col-1 .subscribe_footer form button:hover {
  background-color: #FC926C;
  transition: all 0.3s;
}
.new_footer .wrapper .col-1 .subscribe_footer form ::placeholder {
  font-size: 14px;
  color: #ffffff;
  font-family: var(--rt-font-dm);
  font-weight: 400;
  opacity: 0.7;
}
.new_footer .wrapper .col-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid #E1E4EA;
  border-bottom: 1px solid #E1E4EA;
  margin-top: 36px;
  height: 500px;
  overflow: hidden;
  transition: all 0.3s;
}
.new_footer .wrapper .col-2 h3 {
  color: #210F48;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
  font-family: var(--rt-font-dm);
}
.new_footer .wrapper .col-2 .w-15 {
  width: 15%;
}
.new_footer .wrapper .col-2 .w-15.short_menu {
  position: relative;
  height: 100%;
}
.new_footer .wrapper .col-2 .w-15.short_menu .see_more {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  color: #210F48;
  font-size: 14px;
  font-family: var(--rt-font-dm);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 10px 0;
}
.new_footer .wrapper .col-2 .w-15.short_menu .see_more svg {
  transition: all 0.3s;
}
.new_footer .wrapper .col-2 .w-15.short_menu .see_more.opened_arrow {
  position: relative;
  bottom: -10px;
}
.new_footer .wrapper .col-2 .w-15.short_menu .see_more.opened_arrow svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .new_footer .wrapper .col-2 {
    display: none;
  }
}
.new_footer .wrapper .col-2.opened_footer_menu {
  height: auto;
  transition: all 0.3s;
}
.new_footer .footer_bottom {
  padding-top: 32px;
  font-size: 14px;
  font-family: var(--rt-font-dm);
  color: #210F48;
}
.new_footer .footer_bottom .w-50 {
  width: 50%;
  display: flex;
  gap: 24px;
}
.new_footer .footer_bottom .w-50 .copyright {
  font-weight: 600;
}
.new_footer .footer_bottom .logos {
  justify-content: end;
}
.new_footer .footer_bottom .logos img {
  width: 70px;
  height: 24px;
  object-fit: cover;
}
.new_footer .footer_bottom .footer-menu-copyright {
  gap: 24px;
}
.new_footer .footer_bottom .footer-menu-copyright li {
  padding-bottom: 0;
}
.new_footer .footer_bottom .footer-menu-copyright li a {
  color: #210F48;
  font-weight: 400;
  transition: all 0.3s;
}
.new_footer .footer_bottom .footer-menu-copyright li a:hover {
  color: #32BACA;
  transition: all 0.3s;
}

@media (max-width: 1100px) {
  .reading_model .content .diagram {
    height: 90%;
    top: 9%;
  }
}
@media (max-width: 1070px) {
  .banner_v2 .wrapper .growth {
    top: 30%;
  }
  .banner_v2 .wrapper .banner_info {
    width: 70%;
  }
  .banner_v2 .wrapper .banner_info p {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .new_footer .wrapper {
    flex-wrap: wrap;
  }
  .new_footer .wrapper .col-2 {
    max-width: 100%;
  }
  .subscribe_footer {
    margin: 32px 0;
  }
  .new_footer .footer_bottom {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
  .feature_showcase .wrapper .features .feature {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature_showcase .wrapper .features .feature .info {
    max-width: 100%;
  }
  .hero_banner {
    height: 530px;
  }
  .page-template-template-new-home.admin-bar main {
    padding-top: 100px;
  }
  body#static-header header {
    background-color: #ffffff;
  }
}
@media (max-width: 980px) {
  .reading_model .content .diagram {
    display: none;
  }
  .feature_cards_v2 {
    background-size: 100%;
  }
  .feature_cards .cards {
    flex-wrap: wrap;
    gap: 16px 0;
  }
  .feature_cards .cards .card {
    width: 49%;
  }
  .banner .wrapper .banner_info {
    max-width: 75%;
    padding: 50px;
  }
}
@media (max-width: 960px) {
  .banner_v2 .wrapper .growth {
    top: 33%;
  }
}
@media (max-width: 880px) {
  .text_and_image_v2 .banner .b_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .text_and_image_v2 .banner .b_wrapper .banner_logos {
    justify-content: center;
  }
  .pricing_plans .plans {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature_cards_v1 .cards .card {
    gap: 24px;
    flex-wrap: wrap;
  }
  .feature_cards_v1 .cards .card .card_info {
    width: 100%;
  }
  .qa {
    padding-top: 0;
  }
  .pricing_plans {
    padding: 32px 0 30px;
  }
  .school_plans {
    margin-top: 0;
  }
}
@media (max-width: 780px) {
  .banner_v2 .wrapper .growth {
    top: 36%;
  }
}
@media (max-width: 768px) {
  .feature_showcase .wrapper .features .feature .info .highlights .highlight p {
    font-size: 16px;
    line-height: 21px;
  }
  .testi-divider {
    height: 250px;
    background-size: 100%;
  }
  .bg_shadow_after:after {
    height: 120px;
    bottom: -90px;
  }
  .feature_cards_v3 {
    margin-top: 90px;
  }
  .feature_showcase .wrapper {
    margin-top: 60px;
  }
  .feature_cards_v3 .cards {
    margin: 60px auto 160px;
  }
  .new_footer .middle-columns-mobile {
    display: block;
  }
  .reading_model .content .wrapper .bottom_badge,
  .reading_model .content .wrapper .top_badge {
    left: 35%;
  }
  .section_title {
    font-size: 48px;
    line-height: 54px;
  }
  .reading_model .content .wrapper .left h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .new_footer .middle-columns-mobile {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 56px;
    border-top: 1px solid #E1E4EA;
    border-bottom: 1px solid #E1E4EA;
  }
  .new_footer .middle-columns-mobile:before {
    display: none;
  }
  .new_footer .footer_bottom .logos {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .new_footer .footer_bottom {
    gap: 12px;
  }
  .new_footer .footer_bottom {
    margin-top: 0;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new > li > a {
    color: #0F2441;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new .sub-menu {
    width: 100%;
    background: #ffffff;
    margin-top: 12px;
    position: relative;
    z-index: 8;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new > li {
    position: relative;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new .sub-menu.active-ul,
  .new_footer .middle-columns-mobile .footer-menu-mobile-new li.active .sub-menu {
    display: block;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new > li.menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../assets/images/new-home/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s;
    right: 0px;
    top: 5px;
    width: 18px;
    height: 8px;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-newli.menu-item-has-children.active a {
    color: #32BACA;
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new > li.menu-item-has-children.active:after {
    background-image: url(../../assets/images/new-home/arrow_down_active.svg);
    transform: rotate(180deg);
  }
  .new_footer .middle-columns-mobile .footer-menu-mobile-new .sub-menu li a {
    color: #210F48 !important;
    font-weight: 400;
  }
  .new_footer .footer_bottom {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .new_footer .footer_bottom .w-50 {
    width: 100%;
  }
  .new_footer .wrapper .col-1 {
    flex-wrap: wrap;
  }
  .new_footer .wrapper .col-1 .logo_txt {
    width: 100%;
  }
  .new_footer .wrapper .col-1 .logo_socials {
    width: 100%;
    justify-content: start;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .testimonials_new .testi_text .text {
    font-size: 36px;
  }
  .banner .wrapper .banner_info h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner .wrapper .banner_info .btn p {
    font-size: 22px;
    line-height: 30px;
  }
  .feature_cards_v3 .cards .card:nth-of-type(1) {
    left: -10%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(2) {
    right: -10%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(3) {
    left: -10%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(4) {
    right: -10%;
  }
  .banner_v2 .wrapper {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .banner_v2 .wrapper .banner_info p {
    width: 100%;
  }
  .banner_v2 .wrapper .growth {
    position: relative;
    right: 0;
    z-index: 4;
    width: 150px;
    height: 170px;
  }
  .banner_v2 .wrapper .growth p {
    font-size: 48px;
    height: 52px;
  }
  .banner_v2 .wrapper .banner_info {
    width: 100%;
  }
  .banner_v2 {
    margin: 34px 16px;
  }
  .cta_banner {
    margin: 34px 16px;
  }
  .reading_model {
    padding-top: 54px;
  }
  .text_and_image_v2 .banner {
    margin-top: 34px;
  }
  .feature_cards_v2 {
    margin-top: 54px;
  }
  .pricing_plans .plans {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature_cards_v1 .cards .card {
    width: 100%;
  }
  .feature_cards_v1 {
    background-size: 100%;
  }
  .school_plans .wrapper .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .qa .wrapper .faqs .item svg {
    position: absolute;
    right: 0px;
    top: calc(50% - 9px);
  }
  .qa .wrapper .faqs .item .d-flex {
    position: relative;
  }
}
@media (max-width: 670px) {
  .banner .wrapper .banner_info {
    max-width: 100%;
    padding: 20px;
    justify-content: center;
    gap: 12px;
  }
  .banner .wrapper img {
    height: 500px;
    object-fit: cover;
  }
  .banner .wrapper .banner_info .btn {
    border-radius: 12px;
    padding: 12px 12px;
    width: 100%;
  }
  .banner_v2 .wrapper .banner_info span {
    font-size: 32px;
    line-height: 38px;
  }
  .reading_model .content {
    height: auto;
  }
  .reading_model .content .wrapper .top_badge {
    position: relative;
    left: 0;
  }
  .reading_model .content .wrapper .bottom_badge {
    position: relative;
    bottom: 40px;
    left: 0;
  }
  .reading_model .content .wrapper .right-box {
    position: relative;
    margin: 20px auto;
  }
  .reading_model .content .wrapper .left .items .item {
    width: 100%;
  }
  .reading_model .content .wrapper {
    padding: 0 32px;
  }
  .cta_banner,
  .new_footer,
  .feature_showcase .wrapper .features .feature,
  .banner_v2 {
    padding: 32px;
  }
  .feature_showcase .wrapper .features .feature .info h3,
  .text_and_image_v2 .banner .b_wrapper .icon_title .banner_title,
  .banner_v2 .wrapper .banner_info .section_title {
    font-size: 32px;
    line-height: 36px;
  }
  .section_desc {
    width: 100%;
  }
  .qa .wrapper .faqs .item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 580px) {
  .feature_cards .cards .card {
    width: 100%;
  }
  .feature_cards_v3 .cards {
    margin: 60px auto 90px;
  }
  .banner .wrapper .banner_info {
    max-width: 100%;
    padding: 20px;
  }
  .feature_cards_v3 .cards .card {
    width: 180px !important;
    height: 180px;
  }
  .feature_cards_v3 .cards .card:nth-of-type(1) {
    left: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(2) {
    right: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(3) {
    left: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(4) {
    right: 0%;
  }
  .new_footer .wrapper .col-1 .logo_txt {
    gap: 12px;
  }
  .new_footer .wrapper .col-1 p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }
  .top-header {
    padding: 0 10px;
  }
  .top-header p,
  .top-header a {
    font-size: 12px;
  }
  .mobile_menu_n .mobile-login-new-menu {
    flex-wrap: wrap;
  }
  .pricing_plans + .feature_cards_v1 {
    margin-top: 30px;
  }
  .feature_cards_v1 .cards .card {
    padding: 24px;
    gap: 24px;
  }
  .feature_cards_v1 .cards .card img {
    width: 42px;
    height: 42px;
  }
  .school_plans .wrapper .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .school_plans .wrapper .items .item {
    padding: 24px;
  }
  .qa .wrapper .faqs .item {
    padding: 24px 24px 8px;
  }
  .pricing_plans .plans .plan .prices h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .school_plans .wrapper .section_title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .feature_cards_v3 .cards {
    width: 400px;
    height: 400px;
  }
  .feature_cards_v3 .cards .card:nth-of-type(2) {
    top: -5%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(1) {
    top: -10%;
  }
  .new_footer .footer_bottom .footer-menu-copyright {
    gap: 12px;
  }
  .qa .wrapper .faqs .item h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
  }
  .mobile_menu_n .mobile-login-new-menu li {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .reading_model .content .wrapper .top_badge img,
  .reading_model .content .wrapper .bottom_badge img {
    width: 100px;
  }
  .feature_cards_v3 .cards .card:nth-of-type(1) {
    left: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(2) {
    right: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(3) {
    left: 0%;
  }
  .feature_cards_v3 .cards .card:nth-of-type(4) {
    right: 0%;
  }
  .feature_cards .cards .card h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .feature_cards .cards .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .feature_cards_v3 .cards .card {
    width: 160px !important;
    height: 160px;
  }
  .feature_cards_v3 .cards {
    width: 350px;
    height: 350px;
  }
}