@charset "UTF-8";

@font-face {
  font-family: "TT Fors Trial Variable";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TT Fors Trial Variable";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Fors Trial Variable";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT Fors Trial Variable";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Widock TRIAL";
  font-display: swap;
  src: url("../fonts/Widock-trial-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  background-color: #ffffff;
  font-family: "TT Fors Trial Variable";
  font-size: 14px;
  color: #000000;
}

.__container {
  max-width: 1294px;
  margin: 0 auto;
  padding: 0 7px;
  overflow: hidden;
  position: relative;
}

.button-general {
  cursor: pointer;
  background-color: #37aadb;
  border: 1px solid #74caef;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  transition: all 0.3s ease;
  z-index: 1;
}

.button-general:hover {
  box-shadow: 0px 0px 25px 0px #74caef;
}

.form__button {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  background-color: #2fc858;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.form__button:hover:not(:disabled) {
  box-shadow: 0px 0px 25px 0px #74caef;
}

.form__button:hover:not(:disabled) img {
  transform: scale(1.2);
}

.form__button:disabled {
  background-color: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
  box-shadow: none;
}

.form__button:disabled img {
  transform: none;
}

.iti input {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #dfdfdf !important;
  border-top-left-radius: 42px !important;
  border-bottom-left-radius: 42px !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: transparent !important;
}

#header_menu {
  background-image: url("../images/header-bg.webp");
  background-size: cover;
  background-position: 45%;
  background-repeat: no-repeat;
}

.header__menu {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.header__nav {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.3s ease;
}

.header__nav a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 8px 12px;
  border-radius: 30px;
}

.header__hero-info__achievement {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 140%;
}

.header__hero-info__achievement-wrapper {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header__hero-info__title {
  font-size: 32px;
  font-family: "Widock TRIAL";
  color: #ffffff;
  font-weight: 700;
  line-height: 120%;
}

.header__hero-info__subtitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 140%;
}

.header__hero-info__list {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 140%;
}

.header__hero-info__stats {
  list-style-type: disc;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 140%;
}

.header__hero-info__stats li::marker {
  font-size: 0.8rem;
}

.header__hero-form {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.header__hero-form__title {
  font-family: 'Widock TRIAL';
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.header__hero-form__subtitle {
  font-family: 'Widock TRIAL';
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.header__hero-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  outline: none;
}

.header__hero-form input::-moz-placeholder {
  color: #636363;
}

.header__hero-form input::placeholder {
  color: #636363;
}

.header__hero-form__agreement {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.header__hero-form__agreement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header__hero-form__agreement a:hover {
  text-decoration: none;
}

#menu-toggle.open .line1 {
  transform: translateY(6px) rotate(45deg);
}

#menu-toggle.open .line2 {
  opacity: 0;
}

#menu-toggle.open .line3 {
  transform: translateY(-6px) rotate(-45deg);
}

.about_us {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.about_us__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
}

.about_us__divider {
  color: rgba(0, 0, 0, 0.1);
}

.about_us__history-title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
}

.about_us__history-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.about_us__history-list li span {
  position: relative;
}

.about_us__history-list li span::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 7px);
  background-image: repeating-linear-gradient(to bottom, #bae5ff 0, #bae5ff 4px, transparent 4px, transparent 8px);
}

.about_us__history-list li:last-child span::after {
  display: none;
}

.about_us__history-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: -7px;
}

.our_mission {
  background: #bae5ff;
  background: linear-gradient(90deg, rgb(186, 229, 255) 0%, rgb(255, 255, 255) 100%);
}

.our_mission__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.our_mission__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.our_mission__image-wrapper {
  position: relative;
  display: inline-block;
}

.our_mission__image-wrapper:hover .our_mission__image {
  opacity: 0;
}

.our_mission__image-wrapper:hover .our_mission__image-hover {
  opacity: 1;
}

.our_mission__glow {
  position: absolute;
  width: 143px;
  height: 143px;
  left: 37px;
  top: -40px;
  background-color: #ffff00;
  border-radius: 50%;
  filter: blur(165px);
  z-index: 0;
}

.our_mission__image {
  position: relative;
  z-index: 1;
}

.our_mission__image-wrapper:hover .our_mission__image {
  opacity: 0;
}

.our_mission__image-wrapper:hover .our_mission__image-hover {
  opacity: 1;
}

.adaptation {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.adaptation__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.adaptation__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.adaptation__video-wrapper {
  position: relative;
  display: inline-block;
}

.adaptation__glow {
  position: absolute;
  width: 143px;
  height: 143px;
  left: 35%;
  top: 40%;
  background-color: #00ff90;
  border-radius: 50%;
  filter: blur(65px);
  z-index: 0;
}

.adaptation__video {
  position: relative;
  z-index: 1;
}

.investment {
  background: #bae5ff;
  background: linear-gradient(90deg, rgb(186, 229, 255) 0%, rgb(255, 255, 255) 100%);
}

.investment__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0%;
}

.investment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.investment__subtitle {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.investment__card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.investment__card:nth-child(2) {
  background: #f2f5ff;
  background: linear-gradient(180deg, rgb(242, 245, 255) 0%, rgb(242, 255, 251) 100%);
}

.investment__card:nth-child(3) {
  background: #eefeff;
  background: linear-gradient(180deg, rgb(238, 254, 255) 0%, rgb(245, 255, 243) 100%);
}

.investment__card:nth-child(4) {
  background: #f3f4f9;
  background: linear-gradient(180deg, rgba(243, 244, 249, 1) 0%, rgba(242, 255, 251, 1) 100%);
}

.investment__card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}

.investment__card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.investment__card-list {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.investment__card-list li::marker {
  font-size: 0.7rem;
}

.mentors {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.mentors__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.mentors__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.mentors__card {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
}

.mentors__card-title {
  font-size: 20px;
  color: #50cbff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.mentors__card-title__last {
  font-size: 20px;
  color: #50cbff;
  font-weight: 500;
}

.mentors__card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.mentors__card-text-plus {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0%;
}

.mentors__card-list {
  font-size: 16px;
  font-weight: 280;
  letter-spacing: 0%;
}

.popup__title {
  font-size: 20px;
  color: #50cbff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.popup__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.popup__list li::marker {
  font-size: 0.7rem;
}

.awards {
  background: #bae5ff;
  background: linear-gradient(90deg, rgb(186, 229, 255) 0%, rgb(255, 255, 255) 100%);
}

.awards__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.awards__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.join {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.join__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.join__text span {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0%;
}

.join__title {
  font-size: 32px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0%;
}

.faq {
  background: #bae5ff;
  background: linear-gradient(90deg, rgb(186, 229, 255) 0%, rgb(255, 255, 255) 100%);
}

.faq__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.faq__list-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0%;
}

.reviews {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.reviews__title {
  font-size: 28px;
  font-family: "Widock TRIAL";
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.reviews__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.reviews__video-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
}

.reviews__video-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
}

.playButton {
  filter: drop-shadow(0px 0px 15px #000000);
  -webkit-filter: drop-shadow(0px 0px 15px #000000);
  -moz-filter: drop-shadow(0px 0px 15px #000000);
  -o-filter: drop-shadow(0px 0px 15px #000000);
}

.cta {
  background: #bae5ff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

.cta__contact {
  font-size: 16px;
  color: #464646;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
}

.cta__title {
  font-family: "Widock TRIAL";
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.cta__subtitle {
  font-family: "Widock TRIAL";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.cta__form {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.cta__form-wrapper {
  position: relative;
  z-index: 1;
}

.cta__form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  color: #636363;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  outline: none;
}

.cta__form__button {
  cursor: pointer;
  background-color: #2fc858;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.cta__form__button:hover {
  background-color: #2ab34f;
}

.cta__form__agreement {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}

.cta__form__agreement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta__form__agreement a:hover {
  text-decoration: none;
}

.cta__form-glow {
  position: absolute;
  width: 143px;
  height: 143px;
  left: 30%;
  top: 30%;
  background-color: #ffff00;
  border-radius: 50%;
  filter: blur(165px);
  z-index: 0;
}

.footer__text {
  font-size: 14px;
  color: rgba(49, 49, 49, 0.7);
  font-weight: 400;
  letter-spacing: 0%;
}

.footer__title {
  font-size: 20px;
  color: #202020;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
}

.footer__list {
  font-size: 16px;
  color: #202020;
  font-weight: 280;
  letter-spacing: 0%;
  transition: all 0.3 ease;
}

.footer__list a:hover {
  cursor: pointer;
  transform: translateX(5px);
}

.footer__subtitle {
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  letter-spacing: 0%;
}

.footer__copyright {
  font-size: 12px;
  color: rgba(49, 49, 49, 0.7);
  font-weight: 300;
}

.footer__copyright span {
  font-weight: 500;
}

.popup_form__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
}

.popup_form__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.popup_form__form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  color: #636363;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  outline: none;
}

.popup_form__form__button {
  cursor: pointer;
  background-color: #2fc858;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.popup_form__form__button:hover {
  background-color: #2ab34f;
}

.popup_form__form__agreement {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}

.popup_form__form__agreement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.popup_form__form__agreement a:hover {
  text-decoration: none;
}

.popupThanks__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}

.popupThanks__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.privacy__title {
  font-family: "Widock TRIAL";
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.privacy__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.header__privacy,
.main__privacy {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(186, 229, 255) 100%);
}

@media (min-width: 300px) {
  .about_us__history-list li span::after {
    height: 350%;
  }
}

@media (min-width: 400px) {
  .about_us__history-list li span::after {
    height: 230%;
  }
}

@media (min-width: 768px) {
  .about_us__history-list li span::after {
    height: 150%;
  }
}

@media (min-width: 1023px) {
  .about_us__history-list li span::after {
    height: 230%;
  }
}

@media (width >=48rem) {
  .header {
    background-position: center;
  }

  .header__hero-info__title {
    font-size: 40px;
    line-height: 100%;
  }

  .header__hero-form__title {
    font-size: 28px;
  }

  .header__hero-form__subtitle {
    font-family: 'TT Fors Trial Variable';
    font-size: 20px;
  }

  .our_mission__glow {
    position: absolute;
    width: 143px;
    height: 143px;
    left: 70%;
    top: 30%;
    background-color: #ffff00;
    border-radius: 50%;
    filter: blur(165px);
    z-index: 0;
  }

  .adaptation__glow {
    position: absolute;
    width: 143px;
    height: 143px;
    left: 35%;
    top: 40%;
    background-color: #00ff90;
    border-radius: 50%;
    filter: blur(65px);
    z-index: 0;
  }

  .cta {
    background: #bae5ff;
    background: linear-gradient(90deg, rgb(186, 229, 255) 0%, rgb(255, 255, 255) 100%);
  }

  .cta__title {
    font-size: 28px;
  }

  .cta__subtitle {
    font-size: 18px;
  }

  .cta__form-glow {
    position: absolute;
    width: 143px;
    height: 143px;
    left: 10%;
    top: 40%;
    background-color: #ffff00;
    border-radius: 50%;
    filter: blur(165px);
    z-index: 0;
  }

  .popup_form__title {
    font-size: 28px;
  }

  .popup_form__form__title {
    font-size: 32px;
  }

  .popup_form__form__subtitle {
    font-size: 20px;
  }

  .popupThanks__title {
    font-size: 32px;
  }
}

@media (width >=80rem) {
  .mentors__card-title__last {
    font-size: 24px;
  }
}