@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .description,
  .contact__social span,
  .contact__subtitle,
  .mentor__info-description,
  .about__card-description {
    font-size: 1.875rem;
    color: #020000;
    line-height: 1.43;
    font-weight: 400;
  }
  
  *,
  *::after,
  *::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  html {
    scroll-behavior: smooth;
    box-sizing: inherit;
  }
  
  body {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
  
  section {
    width: 100%;
  }
  
  [class*="__content"] {
    width: 100%;
  }
  
  ul {
    list-style: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  button {
    border: none;
    outline: none;
  }
  
  a {
    text-decoration: none;
  }
  
  a,
  i,
  button,
  img {
    cursor: pointer;
  }
  
  body {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.2px;
    overflow-x: hidden;
  }
  
  h1 {
    font-size: 3.625rem;
    line-height: 1.38;
  }
  
  h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
  
  h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  div,
  p,
  a,
  span,
  h4 {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  
  .about__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    grid-gap: 31px;
  }
  
  @media screen and (max-width: 1200px) {
    .about__cards {
      grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    }
  }
  
  @media screen and (max-width: 768px) {
    .about__cards {
      grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
      grid-gap: 20px;
    }
  }
  
  .about__card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 6px 13px 5px rgb(0 0 0 / 7%);
    padding: 35px 40px;
  }
  
  @media screen and (max-width: 992px) {
    .about__card {
      padding: 35px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .about__card {
      padding: 30px 25px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .about__card {
      padding: 30px 20px;
    }
  }
  
  .about__card-imgbox {
    width: 78px;
    height: 83px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about__card:nth-child(1) .about__card-imgbox {
    background: #b3e3ff;
  }
  
  .about__card:nth-child(2) .about__card-imgbox {
    background: #b9eaa8;
  }
  
  .about__card:nth-child(3) .about__card-imgbox {
    background: #ffdcd1;
  }
  
  .about__card-title {
    color: #252b42;
    position: relative;
    margin-bottom: 28px;
  }
  
  .about__card-title::before {
    content: "";
    width: 45%;
    background-color: #e77c40;
    height: 2px;
    left: 0;
    bottom: -20px;
    position: absolute;
  }
  
  .about__card-description {
    color: #737373;
  }
  
  .prices__cards {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
  }
  
  @media screen and (max-width: 1200px) {
    .prices__cards {
      flex-wrap: wrap;
    }
  }
  
  @media screen and (max-width: 576px) {
    .prices__cards {
      flex-direction: column;
    }
  }
  
  .prices__card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-basis: 30%;
    border-radius: 10px;
    box-shadow: 0px 6px 13px 5px rgb(0 0 0 / 7%);
    background-color: #fff;
  }
  
  @media screen and (max-width: 992px) {
    .prices__card {
      flex-basis: 47%;
    }
  
    .prices__card.card--pro {
      order: 10;
    }
  }
  
  @media (max-width: 680px) {
    .prices__card {
      flex-basis: 80%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .prices__card {
      flex-basis: 90%;
    }
  }
  
  @media screen and (max-width: 400px) {
    .prices__card {
      flex: 1;
    }
  }
  
  .prices__card.card--pro {
    background-color: #09184e;
    color: #fff;
  }
  
  .prices__card.card--pro :where(*) {
    color: #fff;
  }
  
  .prices__card.card--pro span,
  .prices__card.card--pro h4,
  .prices__card.card--pro i {
    color: yellow;
  }
  
  .prices__card.card--pro .prices__card-list>li i {
    color: yellow !important;
  }
  
  .prices__card.card--pro .prices__card-list>li span {
    color: #fff !important;
  }
  
  .prices__card.card--pro .prices__card-button {
    transition: 0.4s ease;
    cursor: pointer;
    background-color: yellow;
    color: #09184e;
  }
  
  .prices__card.card--pro .prices__card-button:hover {
    box-shadow: 0 0 0 4px yellow;
  }
  
  .prices__card-header {
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #dedede;
  }
  
  @media screen and (max-width: 576px) {
    .prices__card-header {
      padding: 15px 20px;
    }
  }
  
  .prices__card-title {
    font-size: 24px;
    color: inherit;
  }
  
  .prices__card-body {
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  
  @media screen and (max-width: 576px) {
    .prices__card-body {
      padding: 20px;
    }
  }
  
  .prices__card-body__main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  .prices__card-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 10px;
  }
  
  .prices__card-price h2 {
    color: #252b42;
  }
  
  .prices__card-price span {
    font-size: 16px;
    color: #23a6f0;
    font-weight: 700;
    margin-top: 8px;
  }
  
  .prices__card-description {
    font-size: 14px;
    color: #252b42;
    font-weight: 400;
  }
  
  .prices__card-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  
  .prices__card-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  
  .prices__card-item i {
    font-size: 14px;
    color: #02818e;
  }
  
  .prices__card-item span {
    font-size: 14px;
    color: #252b42;
    font-weight: 700;
  }
  
  .prices__card-item.non--active--item :where(i, span) {
    color: #737373;
  }
  
  .prices__card-item.non--active--item span {
    text-decoration: line-through;
  }
  
  .prices__card-button {
    border: 2px solid #09184e;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    color: #09184e;
    background: transparent;
    transition: 0.4s ease;
    cursor: pointer;
  }
  
  .prices__card-button:hover {
    background-color: #09184e;
    color: #fff;
  }
  
  .container {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 95vw;
    }
  }
  
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100vw;
    }
  }
  
  .footer {
    padding: 25px 0 27px 0;
  }
  
  .footer__content {
    text-align: center;
  }
  
  .footer__text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #737373;
    font-weight: 700;
  }
  
  .header {
    background-color: #fff;
    position: relative;
  }
  
  .header .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    z-index: 2;
  }
  
  @media screen and (max-width: 400px) {
    .header .navbar {
      padding: 0 20px;
    }
  }
  
  .header .navbar__brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  
  .header .navbar--open--icon {
    font-size: 2rem;
    display: none !important;
    color: #000;
  }
  
  @media screen and (max-width: 400px) {
    .header .navbar--open--icon {
      padding: 10px;
      display: block !important;
    }
  }
  
  .header .navbar--close--icon {
    font-size: 2rem;
    display: none !important;
  }
  
  @media screen and (max-width: 400px) {
    .header .navbar--close--icon {
      display: block !important;
      position: absolute;
      color: black;
      font-size: 35px;
      top: 40px;
      left: 40px;
      padding: 10px 18px;
    }
  }
  
  .header .navbar__left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex: 1 0 50%;
    max-width: 50%;
    height: 100%;
  }
  
  @media screen and (max-width: 992px) {
    .header .navbar__left {
      flex: 1.5;
      max-width: 75%;
      gap: 15px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .header .navbar__left {
      flex: 3;
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 576px) {
    .header .navbar__left {
      padding: 30px 0;
      flex: auto;
      max-width: 100%;
      justify-content: space-evenly;
    }
  }
  
  @media screen and (max-width: 400px) {
    .header .navbar__left {
      justify-content: flex-start;
    }
  }
  
  .header .navbar__right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex: 1 0 50%;
    max-width: 50%;
    background-color: #e77c40;
    height: 100%;
    padding: 30px 0;
  }
  
  .header .navbar__right #author_name {
    color: #fff;
    font-size: 1.5rem;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  
  @media screen and (max-width: 992px) {
    .header .navbar__right #author_name {
      width: 170px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .header .navbar__right #author_name {
      width: 130px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .header .navbar__right {
      flex: 1;
    }
  }
  
  @media screen and (max-width: 576px) {
    .header .navbar__right {
      display: none;
    }
  }
  
  @media screen and (max-width: 400px) {
    .nav {
      width: 100vw;
      height: 100vh;
      background: #fff;
      position: fixed;
      top: 0;
      left: 100%;
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: left 0.6s ease-in-out;
    }
  }
  
  .nav__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  
  @media screen and (max-width: 400px) {
    .nav__links {
      height: 60%;
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 340px) {
    .nav__links {
      height: 50%;
    }
  }
  
  .nav.open {
    left: 0;
  }
  
  .nav__item {
    margin: 0 32px;
  }
  
  @media screen and (max-width: 1200px) {
    .nav__item {
      margin: 0;
      margin-left: 32px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .nav__item {
      margin: 0 25px;
    }
  }
  
  @media (max-width: 900px) {
    .nav__item {
      margin: 0 18px;
    }
  }
  
  @media (max-width: 800px) {
    .nav__item {
      margin: 0 16px;
    }
  }
  
  .nav__item:last-child {
    margin-right: 72px;
  }
  
  @media screen and (max-width: 1200px) {
    .nav__item:last-child {
      margin-right: 32px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .nav__item:last-child {
      margin-right: 12px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .nav__item {
      margin: 0 13px;
    }
  }
  
  .nav__link {
    font-size: 1rem;
    line-height: 1.5;
    color: #737373;
    font-weight: 700;
    letter-spacing: 0.1px;
    position: relative;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: max-content;
  }
  
  .nav__link::after {
    transition: 0.3s ease;
    position: absolute;
    bottom: -7px;
    content: "";
    transform: scaleX(0);
    height: 2px;
    transform-origin: center;
    background-color: #000;
    border-radius: 6px;
    width: 100%;
  }
  
  .nav__link:hover::after {
    transform: scaleX(1);
  }
  
  .nav__link:hover {
    color: #000;
  }
  
  @media screen and (max-width: 400px) {
    .nav__link {
      font-size: 1.6rem;
    }
  }
  
  .hero {
    background-color: #00087e;
    padding: 130px 0 184px 0;
  }
  
  @media screen and (max-width: 768px) {
    .hero {
      padding: 100px 0 200px 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .hero {
      padding: 100px 0 180px 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    .hero {
      padding: 80px 0 130px 0;
    }
  }
  
  .hero__content {
    width: 655px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 768px) {
    .hero__content {
      width: 98%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .hero__content {
      width: 100%;
    }
  }
  
  .hero__suptitle {
    font-size: 1rem;
    line-height: 1.5;
    color: #b3e3ff;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 768px) {
    .hero__suptitle {
      margin-bottom: 32px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .hero__suptitle {
      margin-bottom: 24px;
    }
  }
  
  .hero__title {
    color: #fff;
  }
  
  @media screen and (max-width: 992px) {
    .hero__title {
      font-size: 3.3rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .hero__title {
      font-size: 3rem;
    }
  }
  
  @media screen and (max-width: 576px) {
    .hero__title {
      font-size: 2rem;
    }
  }
  
  .about {
    padding: 45px 0;
    padding-top: 55px;
  }
  
  .about__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .about__title {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #252b42;
    font-weight: 700;
    margin-bottom: 61px;
    position: relative;
  }
  
  @media screen and (max-width: 992px) {
    .about__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .about__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .about__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .about__title {
      font-size: 1.5rem;
    }
  }
  
  .about__title::before {
    content: "";
    width: 45%;
    background-color: #e77c40;
    height: 7px;
    left: 0;
    top: -11px;
    position: absolute;
  }
  
  @media screen and (max-width: 768px) {
    .about__title::before {
      width: 35%;
      height: 5px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .about__title::before {
      width: 28%;
    }
  }
  
  @media screen and (max-width: 400px) {
    .about__title::before {
      height: 4px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .about__title {
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .about__title {
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .about__title {
      margin-bottom: 35px;
    }
  }
  
  .mentor {
    padding: 44px 0 96px 0;
  }
  
  @media screen and (max-width: 576px) {
    .mentor {
      padding: 44px 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor {
      padding: 30px 0 44px 0;
    }
  }
  
  .mentor__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .mentor__title {
    margin-top: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
    margin-bottom: 110px !important;
    text-align: center;
  }
  
  @media screen and (max-width: 992px) {
    .mentor__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__title {
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__title {
      margin-bottom: 59px !important;
    }
  }
  
  .mentor__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  
  @media screen and (max-width: 768px) {
    .mentor__main {
      gap: 30px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__main {
      gap: 20px;
      flex-direction: column;
    }
  }
  
  .mentor__imgbox {
    width: 350px;
    height: 350px;
  }
  
  .mentor__imgbox img {
    border-radius: 50%;
  }
  
  @media screen and (max-width: 992px) {
    .mentor__imgbox {
      width: 300px;
      height: 300px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__imgbox {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__imgbox {
      width: 280px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__imgbox {
      width: 250px;
    }
  }
  
  @media screen and (max-width: 340px) {
    .mentor__imgbox {
      width: 220px;
    }
  }
  
  .mentor__info {
    width: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
    padding-top: 42px;
  }
  
  @media screen and (max-width: 992px) {
    .mentor__info {
      padding-top: 25px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__info {
      flex: 1;
      gap: 18px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__info {
      text-align: center;
      align-items: center;
      width: 85%;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__info {
      width: 100%;
    }
  }
  
  .mentor__info-title {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #252b42;
    font-weight: 700;
    position: relative;
    margin-bottom: 0 !important;
  }
  
  @media screen and (max-width: 992px) {
    .mentor__info-title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__info-title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__info-title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__info-title {
      font-size: 1.5rem;
    }
  }
  
  .mentor__info-title::before {
    content: "";
    width: 45%;
    background-color: #e77c40;
    height: 7px;
    left: 0;
    top: -11px;
    position: absolute;
  }
  
  @media screen and (max-width: 768px) {
    .mentor__info-title::before {
      width: 35%;
      height: 5px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mentor__info-title::before {
      width: 28%;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__info-title::before {
      height: 4px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .mentor__info-title {
      font-size: 1.7rem !important;
    }
  }
  
  @media screen and (max-width: 400px) {
    .mentor__info-title {
      font-size: 1.5rem !important;
    }
  }
  
  .mentor__info-description span {
    font-weight: 700;
    color: #252b42;
  }
  
  .mentor__info .mentor__socials-link {
    display: flex;
    align-items: center;
  }
  
  @media screen and (max-width: 768px) {
    .mentor__info .mentor__socials-link {
      justify-content: center;
    }
  }
  
  .mentor__info .mentor__socials-link-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  
  .mentor__info .mentor__socials-link-btn i {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 5px;
  }
  
  .mentor__info .mentor__socials-link-btn:nth-child(1) i {
    color: rgb(59, 140, 252);
  }

  
  .mentor__info .mentor__socials-link-btn:nth-child(2) i {
    color: rgb(69, 118, 253);
  }
  
  .mentor__info .mentor__socials-link-btn:hover i {
    opacity: 0.8;
  }
  
  .LISTS {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  @media screen and (max-width: 400px) {
    .LISTS {
      padding-top: 20px;
    }
  }
  
  .LISTS__title {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .LISTS__title h2 {
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .LISTS__title h2 {
      font-size: 1.7rem !important;
    }
  }
  
  @media screen and (max-width: 400px) {
    .LISTS__title h2 {
      font-size: 1.5rem !important;
    }
  }
  
  .LISTS__title .LISTS__desc {
    color: rgb(71, 73, 71) !important;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 5 0;
  }
  
  .LISTS__accardion {
    width: 100%;
  }
  
  .LISTS__accardion-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  
  .LISTS__accardion-item {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
  }
  
  .LISTS__accardion-item .LISTS__accardion-header {
    cursor: pointer;
  }
  
  .LISTS__accardion-item.active-accardion-item .LISTS__accardion-header {
    background-color: #e7f1ff;
  }
  
  .LISTS__accardion-item.active-accardion-item .LISTS__accardion-header h4 {
    color: #0c63e4;
  }
  
  .LISTS__accardion-item.active-accardion-item .LISTS__accardion-header svg {
    transform: rotate(-90deg);
  }
  
  .LISTS__accardion-item.active-accardion-item .LISTS__accardion-header svg path {
    fill: #0c63e4;
  }
  
  .LISTS__accardion-item.active-accardion-item .LISTS__accardion-body {
    display: block;
  }
  
  .LISTS__accardion-header {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  
  @media screen and (max-width: 576px) {
    .LISTS__accardion-header {
      padding: 10px 15px;
    }
  }
  
  .LISTS__accardion-header h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
  }
  
  @media screen and (max-width: 768px) {
    .LISTS__accardion-header h4 {
      font-size: 1.1rem;
    }
  }
  
  @media screen and (max-width: 576px) {
    .LISTS__accardion-header h4 {
      font-size: 1rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .LISTS__accardion-header h4 {
      font-size: 0.9rem;
    }
  }
  
  .LISTS__accardion-header svg {
    transform: rotate(90deg);
  }
  
  .LISTS__accardion-body {
    width: 100%;
    display: none;
    padding: 16px 20px;
  }
  
  .LISTS__accardion-body ul {
    list-style-type: decimal;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 1rem;
  }
  
  @media screen and (max-width: 576px) {
    .LISTS__accardion-body {
      padding: 10px 15px;
    }
  }
  
  .LISTS__accardion-body p {
    font-size: 1rem;
    line-height: 1.5;
    color: #252b42;
    font-weight: 700;
    letter-spacing: 0.1px;
    font-weight: 400;
    line-height: 1.7;
  }
  
  @media screen and (max-width: 576px) {
    .LISTS__accardion-body p {
      font-size: 0.9rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .LISTS__accardion-body p {
      font-size: 0.8rem;
    }
  }
  
  .contact {
    padding: 80px 0 55px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  
  .contact-animated {
    animation: contact;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0.8s;
    animation-iteration-count: 1;
  }
  
  @keyframes contact {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(1.3);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
  @media screen and (max-width: 576px) {
    .contact {
      padding-top: 30px;
      padding-bottom: 60px;
    }
  }
  
  .contact__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 320px;
    margin: 0 auto;
    gap: 25px;
  }
  
  @media screen and (max-width: 992px) {
    .contact__content {
      width: 310px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .contact__content {
      width: 240px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .contact__content {
      gap: 20px;
      align-items: center;
      text-align: center;
    }
  }
  
  .contact__title {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #252b42;
    font-weight: 700;
    margin-bottom: 0 !important;
  }
  
  @media screen and (max-width: 992px) {
    .contact__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .contact__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .contact__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .contact__title {
      font-size: 1.5rem;
    }
  }
  
  .contact__subtitle {
    width: 75%;
  }
  
  @media screen and (max-width: 768px) {
    .contact__subtitle {
      width: 100%;
    }
  }
  
  .contact__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  
  .contact__social span {
    font-size: 1.2rem;
  }
  
  .contact__social:hover span {
    color: #23a6f0;
    font-weight: 700;
  }
  
  .video {
    padding: 90px 0;
  }
  
  @media screen and (max-width: 576px) {
    .video {
      padding: 55px 0;
    }
  }
  
  .video__content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  
  .video__title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
  }
  
  .video__desc {
    margin-bottom: 45px;
  }
  
  @media screen and (max-width: 992px) {
    .video__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .video__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .video__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .video__title {
      font-size: 1.5rem;
    }
  }
  
  .video__videobox {
    height: 600px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
  }
  
  .video__videobox iframe {
    height: inherit !important;
    width: inherit;
    border-radius: inherit;
  }
  
  @media screen and (max-width: 768px) {
    .video__videobox {
      height: 45vh;
    }
  }
  
  @media screen and (max-width: 576px) {
    .video__videobox {
      height: 40vh;
      border-radius: 40px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .video__videobox {
      height: 35vh;
      border-radius: 30px;
    }
  }
  
  .prices {
    padding: 45px 0;
  }
  
  .prices__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .prices__title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
  }
  
  @media screen and (max-width: 992px) {
    .prices__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .prices__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .prices__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .prices__title {
      font-size: 1.5rem;
    }
  }
  
  .review__cards {
    width: 100%;
  }
  
  .review__card {
    width: 100%;
    height: 400px;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
    margin: 30px 0;
    box-shadow: 0px 6px 13px 5px rgb(0 0 0 / 7%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  
  @media screen and (max-width: 1200px) {
    .review__card {
      padding: 30px 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .review__card {
      padding: 20px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review__card {
      padding: 25px;
    }
  }
  
  .review__card-profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }
  
  @media screen and (max-width: 768px) {
    .review__card-profile {
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review__card-profile {
      flex-direction: row;
      gap: 25px;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 400px) {
    .review__card-profile {
      flex-direction: column;
      gap: 0;
      align-items: flex-start;
    }
  }
  
  .review__card-img {
    width: 82px !important;
    height: 82px !important;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 576px) {
    .review__card-img {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 400px) {
    .review__card-img {
      margin-bottom: 15px;
    }
  }
  
  .review__card-heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .review__card-title {
    font-size: 22px;
    font-weight: 700;
    color: #252b42;
    margin-bottom: 5px;
  }
  
  @media screen and (max-width: 1200px) {
    .review__card-title {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review__card-title {
      font-size: 18px;
    }
  }
  
  .review__card-subtitle {
    font-weight: 700;
    color: #737373;
    font-size: 15px;
  }
  
  @media screen and (max-width: 576px) {
    .review__card-subtitle {
      font-size: 14px;
    }
  }
  
  .review__card-description {
    color: #737373;
    line-height: 2;
  }
  
  .review {
    padding: 95px 0 65px 0;
  }
  
  @media screen and (max-width: 992px) {
    .review {
      padding: 65px 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review {
      padding: 60px 0 10px 0;
    }
  }
  
  .review__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .review__header {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 60px;
  }
  
  @media screen and (max-width: 992px) {
    .review__header {
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .review__header {
      margin-bottom: 25px;
      gap: 10px;
    }
  }
  
  .review__title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
  }
  
  @media screen and (max-width: 992px) {
    .review__title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .review__title {
      font-size: 1.9rem;
      margin-bottom: 45px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review__title {
      font-size: 1.7rem;
    }
  }
  
  @media screen and (max-width: 400px) {
    .review__title {
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 992px) {
    .review__title {
      margin-bottom: 0 !important;
    }
  }
  
  .review__description {
    font-size: 18px;
    color: #252b42;
  }
  
  @media screen and (max-width: 992px) {
    .review__description {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .review__description {
      font-size: 14px;
    }
  }
  
  .review__cards {
    width: 100%;
  }
  
  .review__slider {
    width: 100%;
  }
  
  .review--swiper {
    width: 100%;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
    padding: 5px !important;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .swiper {
    margin-left: auto;
    margin-right: auto;
  }