/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #888;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #167EF8;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


body {
  color: #5F7088;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #13161B;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
  color: #13161B;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #167EF8;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #167EF8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #167EF8;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #5F7088;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #5F7088;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #167EF8;
  background: #167EF8;
}
.btn-theme:hover {
  background: #167EF8;
  color: #fff;
  border-color: #167EF8;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #167EF8;
}

.bg-dark {
  background-color: #13161B !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #167EF8;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

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

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.header-area {
  padding: 12px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  max-width: 140px;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 56px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #5F7088;
}
.main-menu ul li a:hover {
  color: #167EF8;
}

.header-btn a {
  display: inline-block;
  padding: 8px 20px;
  background: #167EF8;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border-radius: 6px;
}
.header-btn a:hover {
  background: #13161B;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -100%;
  width: 100%;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #9FA9B8;
  border-radius: 6px;
}
.open-mobile-menu a:hover {
  color: #167EF8;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #5F7088;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #167EF8;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #167EF8;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #167EF8;
  border-color: #167EF8;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #167EF8;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #167EF8;
  border-color: #167EF8;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-children > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.integrations-section {
  background: radial-gradient(56.74% 300.81% at 100% 50.08%, #E4F0FF 0%, #F1F4F7 100%);
  border-radius: 32px;
  margin: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .integrations-section {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .integrations-section {
    text-align: center;
    margin: 0;
    border-radius: 0;
  }
}
.integrations-section .common-content .text p {
  margin: 0;
  max-width: 575px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .integrations-section .common-content .text p {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .integrations-section .common-content .text p {
    margin: 0 auto;
  }
}
.integrations-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .integrations-section .s-shape-1 {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .integrations-section .s-shape-1 {
    position: static;
    transform: translateX(22%);
    width: 70%;
  }
}
@media (max-width: 767px) {
  .integrations-section .s-shape-1 {
    position: static;
    transform: none;
    width: 100%;
  }
}
.integrations-section .s-shape-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.testimonial-content-wrapper {
  display: flex;
  gap: 20px;
}
.testimonial-content-wrapper .testimonial-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.testimonial-slider-active .testimonial-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 15px;
}
.testimonial-slider-active .testimonial-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  flex: 1;
  background: #DFE2E7;
  opacity: 1;
  border-radius: 5px;
}
.testimonial-slider-active .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #167EF8;
}

.testimonial-content {
  padding: 24px;
  background: #F1F4F7;
  border-radius: 20px;
}
.testimonial-content .author-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.testimonial-content .author-wrap .info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #13161B;
  margin-bottom: 4px;
}
.testimonial-content .author-wrap .info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #7F8DA0;
}
.testimonial-content .review p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #262D36;
}

.faq-section {
  position: relative;
  z-index: 1;
}
.faq-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
}
.faq-section .s-shape-1 img {
  width: 100%;
}
.faq-section .common-content .text p {
  max-width: 428px;
}

.cta-section {
  background: linear-gradient(180deg, #1B1F27 0%, #12151A 100%);
  border-radius: 32px;
  margin: 0 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta-section {
    margin: 0;
    border-radius: 0;
  }
}
.cta-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: -8%;
  left: 0;
  max-width: 53%;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .cta-section .s-shape-1 {
    bottom: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-section .s-shape-1 {
    max-width: 50%;
    bottom: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-section .s-shape-1 {
    max-width: 50%;
    bottom: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section .s-shape-1 {
    bottom: 5%;
    left: -86px;
    max-width: 57%;
  }
}
@media (max-width: 767px) {
  .cta-section .s-shape-1 {
    bottom: 4%;
    left: -223px;
    max-width: 100%;
  }
}
.cta-section .s-shape-1 img {
  width: 100%;
}
.cta-section .s-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: -8%;
  right: 0;
  max-width: 53%;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .cta-section .s-shape-2 {
    bottom: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cta-section .s-shape-2 {
    max-width: 50%;
    bottom: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-section .s-shape-2 {
    max-width: 50%;
    bottom: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-section .s-shape-2 {
    bottom: 5%;
    right: -86px;
    max-width: 57%;
  }
}
@media (max-width: 767px) {
  .cta-section .s-shape-2 {
    bottom: 4%;
    right: -223px;
    max-width: 100%;
  }
}
.cta-section .s-shape-2 img {
  width: 100%;
}

.cta-content-wrap .icon {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content-wrap .icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-wrap .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-content-wrap .icon {
    margin-bottom: 16px;
  }
}
.cta-content-wrap .icon .i-shape-1 {
  position: absolute;
  z-index: -1;
  top: -88px;
  left: 50%;
  transform: translateX(-30%);
}
@media (max-width: 767px) {
  .cta-content-wrap .icon .i-shape-1 {
    top: -70%;
    left: auto;
    right: -87px;
    transform: translateX(-30%);
  }
}
.cta-content-wrap h3 {
  font-weight: 500;
  font-size: 56px;
  line-height: 130%;
  color: #BFC6CF;
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content-wrap h3 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-wrap h3 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .cta-content-wrap h3 {
    font-size: 48px;
    margin-bottom: 8px;
  }
}
.cta-content-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #9FA9B8;
  margin-bottom: 56px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-content-wrap p {
    margin-bottom: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-wrap p {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cta-content-wrap p {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.cta-content-wrap .cta-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  padding: 11px 32px;
  background: radial-gradient(58.24% 100% at 49.68% 100%, #A6EAFF 0%, #167EF8 86.96%);
  border-radius: 8px;
}

.terms-section {
  background: linear-gradient(180deg, #E4F0FF 0%, #FFFFFF 41.08%);
}
.terms-section .common-content .text p {
  margin: 0;
}

.terms-content {
  border-top: 1px solid #BFC6CF;
  padding-top: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .terms-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .terms-content {
    padding-top: 32px;
  }
}
.terms-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F7088;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .terms-content p {
    margin-bottom: 24px;
  }
}
.terms-content .title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13161B;
  margin-bottom: 16px;
}
.terms-content .list-wrap ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F7088;
  margin-bottom: 16px;
}

.enroll-active-wrap .swiper {
  height: 436px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .enroll-active-wrap .swiper {
    height: 345px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enroll-active-wrap .swiper {
    height: 591px !important;
  }
}
@media (max-width: 767px) {
  .enroll-active-wrap .swiper {
    height: auto !important;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 48px;
  gap: 10px;
  border-top: 1px solid rgba(130, 164, 205, 0.2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 24px;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #5F7088;
}
.footer-menu ul li a:hover {
  color: #167EF8;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.social-icon a {
  display: inline-block;
  opacity: 0.4;
}
.social-icon a:hover {
  opacity: 1;
}

.copyright p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #5F7088;
}

.footer-widget h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9FA9B8;
  margin-bottom: 16px;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  display: block;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5F7088;
}
.footer-widget ul li a:hover {
  color: #167EF8;
}

.footer-about {
  width: 100%;
  max-width: 388px;
}
.footer-about .footer-logo {
  margin-bottom: 16px;
}
.footer-about .footer-logo img {
  max-width: 144px;
}
.footer-about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5F7088;
}

.faq-accordion .accordion-item {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(130, 164, 205, 0.2);
}
.faq-accordion .accordion-item .accordion-header .accordion-button {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #13161B;
  padding: 24px 16px 16px;
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding-right: 56px;
}
.faq-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-accordion .accordion-item .accordion-header .accordion-button:before {
  content: "\f068";
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #167EF8;
}
.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  padding: 24px 16px;
  padding-right: 56px;
}
.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  content: "+";
  color: #BFC6CF;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 0 16px 24px;
}
.faq-accordion .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5F7088;
}

.faq-cta {
  background: #F1F4F7;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
  }
}
.faq-cta .faq-cta-content {
  max-width: 560px;
  width: 100%;
}
.faq-cta .faq-cta-content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #262D36;
  margin-bottom: 12px;
}
.faq-cta .faq-cta-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7F8DA0;
}
.faq-cta .faq-cta-btn {
  flex: none;
}
.faq-cta .faq-cta-btn a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #FFFFFF;
  background: #167EF8;
  border-radius: 8px;
}

.popup-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup-section .popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #EFF2F6 0%, #E4F0FF 100%);
  opacity: 0.9;
  backdrop-filter: blur(10px);
}
.popup-section .popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  max-width: 590px;
  width: 100%;
  padding: 40px 32px 32px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .popup-section .popup-content {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    padding: 40px 20px;
    max-height: 98vh;
    border-radius: 24px 24px 0 0;
  }
}
.popup-section .popup-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popup-section .popup-content::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.popup-section .popup-content::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.popup-section .popup-content::-webkit-scrollbar-thumb:active {
  background: #167EF8;
}
.popup-section .popup-content .popup-close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-section .popup-content .popup-back {
  position: absolute;
  left: 16px;
  top: 16px;
}
.popup-section .popup-content .popup-back a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #5F7088;
}
.popup-section .popup-content .popup-head {
  text-align: center;
  margin-bottom: 32px;
}
.popup-section .popup-content .popup-head .p-logo-wrap {
  margin-bottom: 16px;
}
.popup-section .popup-content .popup-head .p-logo-wrap img {
  max-width: 144px;
}
.popup-section .popup-content .popup-head h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #13161B;
  margin-bottom: 16px;
}
.popup-section .popup-content .popup-head p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #5F7088;
}
.popup-section .popup-content .nav-tabs {
  background: #DDE3EA;
  border-radius: 12px;
  padding: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.popup-section .popup-content .nav-tabs .nav-item {
  flex: 1;
}
.popup-section .popup-content .nav-tabs .nav-item .nav-link {
  width: 100%;
  border-radius: 10px;
  padding: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #13161B;
}
.popup-section .popup-content .nav-tabs .nav-item .nav-link.active {
  background: #fff;
  color: #167EF8;
}
.popup-section .popup-content .p-info-wrap {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #13161B;
  margin-top: 24px;
}
.popup-section .popup-content .p-info-wrap a {
  color: #167EF8;
}
.popup-section .popup-content .p-info-wrap a .icon {
  margin-right: 5px;
}

.p-form .input-wrap {
  margin-bottom: 12px;
}
.p-form .input-wrap label {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #13161B;
  margin-bottom: 8px;
}
.p-form .input-wrap input {
  padding: 5px 16px;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #DFE2E7;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #13161B;
}
.p-form .input-wrap input::-webkit-input-placeholder {
  color: #9FA9B8;
}
.p-form .input-wrap input:-moz-placeholder {
  color: #9FA9B8;
}
.p-form .input-wrap input::-moz-placeholder {
  color: #9FA9B8;
}
.p-form .input-wrap input:-ms-input-placeholder {
  color: #9FA9B8;
}
.p-form .p-pass-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.p-form .p-pass-wrap label {
  margin-bottom: 0;
}
.p-form .p-pass-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.p-form .p-pass-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 145%;
  color: #7F8DA0;
}
.p-form .p-pass-info .pass-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-form .p-pass-info .pass-status span {
  font-weight: 500;
  font-size: 12px;
  line-height: 145%;
  color: #13161B;
}
.p-form .p-pass-info .pass-status .p-bar-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-form .p-pass-info .pass-status .p-bar-wrap .p-bar {
  width: 24px;
  height: 4px;
  background: #DFE2E7;
  border-radius: 3px;
}
.p-form .p-pass-info .pass-status .p-bar-wrap .p-bar.active {
  background: #79C541;
}
.p-form .icon-input-wrap {
  position: relative;
  z-index: 1;
}
.p-form .icon-input-wrap .icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-form .input-submit {
  margin-top: 20px;
}
.p-form .input-submit button {
  padding: 5px 32px;
  width: 100%;
  height: 48px;
  background: #167EF8;
  border-radius: 12px;
  text-align: center;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  color: #FFFFFF;
}
.p-form .p-separator {
  border-top: 1px solid #EFF1F3;
}
.p-form .p-button-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 2px solid #E8F2FE;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #13161B;
  margin-bottom: 12px;
}
.p-form .p-button-group a:last-child {
  margin-bottom: 0;
}

.hero-section {
  background: linear-gradient(180deg, #EBF1F9 0%, #E4F0FF 100%);
  position: relative;
  z-index: 1;
}
.hero-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.hero-content .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  background: rgba(209, 248, 180, 0.8);
  border: 1px solid rgba(121, 197, 65, 0.2);
  border-radius: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero-content .subtitle {
    margin-bottom: 8px;
  }
}
.hero-content .subtitle .icon {
  line-height: 1;
  width: 16px;
}
.hero-content .subtitle h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #13161B;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .subtitle h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-content .subtitle h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
.hero-content .title h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 130%;
  color: #13161B;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title h1 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .title h1 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-content .title h1 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
.hero-content .description p {
  max-width: 588px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #5F7088;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .description p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-content .description p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }
}
.hero-content .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .btn-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-content .btn-wrapper {
    margin-bottom: 0;
  }
}
.hero-content .btn-wrapper .btn-1 {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  padding: 11px 24px;
  background: radial-gradient(72.8% 125% at 49.68% 125%, #A6EAFF 0%, #167EF8 86.96%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .btn-wrapper .btn-1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-content .btn-wrapper .btn-1 {
    font-size: 16px;
  }
}
.hero-content .btn-wrapper .btn-2 {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #167EF8;
  padding: 11px 24px;
  background: #FFFFFF;
  border: 1px solid #EFF1F3;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content .btn-wrapper .btn-2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-content .btn-wrapper .btn-2 {
    font-size: 16px;
  }
}
.hero-content .btn-wrapper .btn-2:hover {
  color: #FFFFFF;
  background: #167EF8;
  border-color: #167EF8;
}
.hero-content .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9FA9B8;
  margin-bottom: 8px;
}
.hero-content .brand-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 32px;
  max-width: 598px;
}
.hero-upload-wrap {
  padding: 20px;
  background: rgba(130, 164, 205, 0.06);
  border: 1px solid rgba(130, 164, 205, 0.2);
  border-radius: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-upload-wrap {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .hero-upload-wrap {
    padding: 12px;
  }
}
.hero-upload-wrap .hero-upload {
  width: 100%;
  padding: 188px 32px 32px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-upload-wrap .hero-upload {
    padding: 32px 24px 18px;
    border-radius: 32px;
  }
}
.hero-upload-wrap .hero-upload .selected-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hero-upload-wrap .hero-upload .selected-image.active {
  visibility: visible;
  opacity: 1;
}
.hero-upload-wrap .hero-upload .selected-image img {
  max-width: 100%;
}
.hero-upload-wrap .hero-upload .upload-icon a {
  margin-bottom: 18px;
}
.hero-upload-wrap .hero-upload h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #13161B;
  margin-bottom: 4px;
}
.hero-upload-wrap .hero-upload p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #9FA9B8;
  max-width: 267px;
  margin: 0 auto 18px;
}
.hero-upload-wrap .hero-upload .select-btn p {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 145%;
  color: #167EF8;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(130, 164, 205, 0.2);
  border-radius: 56px;
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .hero-upload-wrap .hero-upload .select-btn p {
    margin-bottom: 24px;
  }
}
.hero-upload-wrap .hero-upload .text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9FA9B8;
  margin-bottom: 8px;
}
.hero-upload-wrap .hero-upload .list-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-upload-wrap .hero-upload .list-wrap ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.hero-upload-wrap .hero-upload .list-wrap ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #13161B;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-upload-wrap input {
  display: none;
}

.hero-counter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-counter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-counter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero-counter-wrap .counter-wrap {
  text-align: center;
}
.hero-counter-wrap .counter-wrap h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #13161B;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-counter-wrap .counter-wrap h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-counter-wrap .counter-wrap h3 {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .hero-counter-wrap .counter-wrap h3 {
    font-size: 32px;
    line-height: 140%;
  }
}
.hero-counter-wrap .counter-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F7088;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-counter-wrap .counter-wrap p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-counter-wrap .counter-wrap p {
    font-size: 14px;
    line-height: 150%;
  }
}

.common-content .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  background: rgba(209, 248, 180, 0.8);
  border: 1px solid rgba(121, 197, 65, 0.2);
  border-radius: 32px;
  margin-bottom: 24px;
}
.common-content .subtitle .icon {
  line-height: 1;
  width: 16px;
}
.common-content .subtitle h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #13161B;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-content .subtitle h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-content .subtitle h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .common-content .subtitle h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
.common-content .title h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  color: #BFC6CF;
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-content .title h3 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-content .title h3 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .common-content .title h3 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
.common-content .text p {
  max-width: 590px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #7F8DA0;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-content .text p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common-content .text p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .common-content .text p {
    font-size: 16px;
    line-height: 150%;
  }
}
.common-content .c-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  padding: 11px 16px;
  background: #262D36;
  border: 1px solid #394352;
  border-radius: 8px;
  margin-top: 40px;
}
.common-content .c-btn a:hover {
  background: #167EF8;
  border-color: #167EF8;
}
.common-content .learn-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #167EF8;
  padding: 9px 24px;
  background: #FFFFFF;
  border-radius: 56px;
  margin-top: 30px;
}
.common-content .learn-btn a:hover {
  background: #167EF8;
  color: #FFFFFF;
}
.common-content.style-2 .title h3 {
  color: #13161B;
}
.common-content.style-2 .text p {
  color: #9FA9B8;
}

.problem-section {
  background: linear-gradient(180deg, #16191F 0%, #12151A 100%);
  border-radius: 32px;
  margin: 12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .problem-section {
    margin: 0;
    border-radius: 0;
  }
}
.problem-section .s-shape-1 {
  position: absolute;
  z-index: -1;
  top: 25px;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .problem-section .s-shape-1 {
    top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .problem-section .s-shape-1 {
    top: 35px;
  }
}
.problem-section .s-shape-1 img {
  width: 100%;
}

.onboarding-slider-active .onboarding-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.onboarding-slider-active .onboarding-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  flex: 1;
  background: #DFE2E7;
  opacity: 1;
  border-radius: 5px;
}
.onboarding-slider-active .onboarding-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #167EF8;
}

.problem-content-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .problem-content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 272px;
  }
}
@media (max-width: 767px) {
  .problem-content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 272px;
  }
}
.problem-content-wrapper .p-shape-1 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 972px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .problem-content-wrapper .p-shape-1 {
    max-width: 620px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .problem-content-wrapper .p-shape-1 {
    max-width: 246px;
  }
}
@media (max-width: 767px) {
  .problem-content-wrapper .p-shape-1 {
    max-width: 246px;
  }
}
.problem-content-wrapper .problem-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.problem-content-wrapper .problem-content-wrap .problem-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: rgba(38, 45, 54, 0.7);
  box-shadow: inset 0px 0px 12px rgba(66, 73, 82, 0.15);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  max-width: 317px;
}
.problem-content-wrapper .problem-content-wrap .problem-content .icon {
  flex: none;
}
.problem-content-wrapper .problem-content-wrap .problem-content .info h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #BFC6CF;
  margin-bottom: 8px;
}
.problem-content-wrapper .problem-content-wrap .problem-content .info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #7F8DA0;
}

.onboarding-content {
  padding: 28px 20px 20px;
  background: #F1F4F7;
  border-radius: 20px;
  margin-bottom: 20px;
}
.onboarding-content .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 236px;
}
.onboarding-content .content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.onboarding-content .content .number p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #13161B;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.onboarding-content .content .info h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #13161B;
  margin-bottom: 4px;
}
.onboarding-content .content .info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #5F7088;
  max-width: 277px;
}

.enroll-content {
  max-width: 470px;
}
@media (max-width: 767px) {
  .enroll-content {
    text-align: center;
  }
}
.enroll-content h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #13161B;
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .enroll-content h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enroll-content h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .enroll-content h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
.enroll-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9FA9B8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .enroll-content p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enroll-content p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .enroll-content p {
    font-size: 14px;
    line-height: 150%;
  }
}

.enroll-thumb img {
  border-radius: 20px;
}

.enroll-active-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .enroll-active-wrap {
    padding-bottom: 20px;
  }
}
.enroll-active-wrap .enroll-pagination {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .enroll-active-wrap .enroll-pagination {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .enroll-active-wrap .enroll-pagination {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    flex-direction: row;
  }
}
.enroll-active-wrap .enroll-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 2px;
  border-radius: 32px;
  background: #DFE2E7;
  opacity: 1;
}
@media (max-width: 767px) {
  .enroll-active-wrap .enroll-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 12px;
  }
}
.enroll-active-wrap .enroll-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 24px;
  background: #167EF8;
}
@media (max-width: 767px) {
  .enroll-active-wrap .enroll-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 2px;
    width: 24px;
  }
}

.feature-thumb img {
  border-radius: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature-thumb img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .feature-row {
    --bs-gutter-x: 36px;
  }
}

.feature-tab .nav-tabs {
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-tab .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .feature-tab .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-tab .nav-tabs .nav-item {
    max-width: 384px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .feature-tab .nav-tabs .nav-item {
    max-width: 384px;
    flex: none;
  }
}
.feature-tab .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
.feature-tab .nav-tabs .nav-item .nav-link.active .feature-content .icon-wrap {
  background: linear-gradient(180deg, #E4F0FF 41.22%, #CAE2FE 100%);
}
.feature-tab .nav-tabs .nav-item .nav-link.active .feature-content .icon-wrap .icon img {
  opacity: 1;
}
.feature-tab .nav-tabs .nav-item .nav-link.active .feature-content .icon-wrap p {
  color: #262D36;
}

.feature-content {
  border: 1px solid rgba(130, 164, 205, 0.2);
  border-radius: 16px;
  display: flex;
}
.feature-content .icon-wrap {
  text-align: center;
  padding: 28px 24px;
  background: #F1F4F7;
  border-right: 1px solid rgba(130, 164, 205, 0.2);
  border-radius: 16px 0 0 16px;
  min-width: 116px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-content .icon-wrap {
    min-width: 92px;
    max-width: 92px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .feature-content .icon-wrap {
    min-width: 92px;
    max-width: 92px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.feature-content .icon-wrap .icon {
  margin-bottom: 8px;
}
.feature-content .icon-wrap .icon img {
  opacity: 0.6;
}
.feature-content .icon-wrap p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9FA9B8;
}
.feature-content .info {
  padding: 20px 24px;
  text-align: start;
}
.feature-content .info h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #13161B;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-content .info h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .feature-content .info h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.feature-content .info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7F8DA0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-content .info p {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .feature-content .info p {
    font-size: 12px;
    line-height: 140%;
  }
}

.code-section {
  background: linear-gradient(180deg, #16191F 0%, #12151A 100%);
  border-radius: 32px;
  margin: 12px;
}
@media (max-width: 767px) {
  .code-section {
    margin: 0px;
    border-radius: 0px;
  }
}
.code-section .common-content .code-icon {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .code-section .common-content .code-icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .code-section .common-content .code-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .code-section .common-content .code-icon {
    margin-bottom: 20px;
  }
}
.code-section .common-content .text p {
  margin: 0;
  max-width: 478px;
}

.code-content-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .code-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .code-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.code-content-wrapper .code-content-wrap {
  max-width: 270px;
}
@media (max-width: 767px) {
  .code-content-wrapper .code-content-wrap {
    padding: 16px 0;
    max-width: 330px;
    display: flex;
    gap: 16px;
  }
}
.code-content-wrapper .code-content-wrap .icon {
  margin-bottom: 16px;
  height: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .code-content-wrapper .code-content-wrap .icon {
    flex: none;
  }
}
.code-content-wrapper .code-content-wrap .info h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #BFC6CF;
  margin-bottom: 4px;
}
.code-content-wrapper .code-content-wrap .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F7088;
}

.CodeMirror {
  text-align: left !important;
  width: 100%;
  border-radius: 20px;
  border: 1px solid transparent !important;
  background-image: linear-gradient(#151718, #151718), var(--gradient);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  height: 327px;
  padding-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .CodeMirror {
    font-size: 16px;
  }
}
.CodeMirror:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF5F56;
  position: absolute;
  left: 20px;
  top: 15px;
  border-radius: 100%;
  box-shadow: 26px 0 0 #FFBD2E, 52px 0 0 #27C93F;
}
.CodeMirror .CodeMirror-vscrollbar::-webkit-scrollbar {
  width: 5px;
}
.CodeMirror .CodeMirror-vscrollbar::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.CodeMirror .CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.CodeMirror .CodeMirror-vscrollbar::-webkit-scrollbar-thumb:active {
  background: #167EF8;
}
.CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-track {
  background: #c1c1c1;
}
.CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
.CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-thumb:active {
  background: #167EF8;
}

.frustrated-codemirror.style-2 .CodeMirror {
  height: 204px;
}



/*# sourceMappingURL=main.css.map */
