@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
@font-face {
  font-family: "CFAstyStd";
  src: url("../../assets/fonts/Asty/Asty-Regular.woff") format("woff"), url("../../assets/fonts/Asty/Asty-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CFAstyStd";
  src: url("../../assets/fonts/Asty/Asty-Medium.woff") format("woff"), url("../../assets/fonts/Asty/Asty-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CFAstyStd";
  src: url("../../assets/fonts/Asty/Asty-Bold.woff") format("woff"), url("../../assets/fonts/Asty/Asty-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?yop1x0");
  src: url("../../assets/fonts/icomoon.eot?yop1x0#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?yop1x0") format("truetype"), url("../../assets/fonts/icomoon.woff?yop1x0") format("woff"), url("../../assets/fonts/icomoon.svg?yop1x0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-xl {
  font-size: clamp(38px, 5.0632911392vw, 80px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(80px, 3.125vw, 120px);
  }
}

.heading-l {
  font-size: clamp(40px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 2.34375vw, 90px);
  }
}

h1,
.heading-ml {
  font-size: clamp(35px, 4.8828125vw, 50px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(50px, 1.953125vw, 75px);
  }
}

h2,
.heading {
  font-size: clamp(30px, 3.90625vw, 40px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(40px, 1.5625vw, 60px);
  }
}

.heading-m {
  font-size: clamp(25px, 3.41796875vw, 35px);
}
@media only screen and (min-width: 1921px) {
  .heading-m {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}

h3,
.heading-ms {
  font-size: clamp(22px, 1.8987341772vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.171875vw, 45px);
  }
}

h4,
.heading-s {
  font-size: clamp(16px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.text-l {
  font-size: clamp(20px, 2.44140625vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(25px, 0.9765625vw, 37.5px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.text {
  font-size: clamp(14px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}

.text-ms {
  font-size: clamp(12px, 1.3671875vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.button {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
.button--simple {
  font-size: 14px;
}
@media only screen and (min-width: 1921px) {
  .button--simple {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #f4f4f0;
  font-family: "CFAstyStd", sans-serif;
}

main {
  position: relative;
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #ffc424;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

ul {
  padding-inline-start: clamp(20px, 2.9296875vw, 30px);
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.boxed {
  max-width: 1620px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1580px, 82.2916666667vw, 3160px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1620px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1270px;
  padding-inline: 40px;
}
@media only screen and (max-width: 1024px) {
  .boxed-sm {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1230px, 64.0625vw, 2460px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1580px, 82.2916666667vw, 3160px);
    padding-inline: 40px;
  }
}

.width-full {
  width: 100%;
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1580px) {
  .push-left {
    margin-left: calc((100vw - 1580px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1580px, 82.2916666667vw, 3160px)) / 2);
  }
}

@media only screen and (min-width: 1580px) {
  .push-right {
    margin-right: calc((100vw - 1580px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1580px, 82.2916666667vw, 3160px)) / 2);
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 5.0632911392vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(150px, 12.6582278481vw, 200px) clamp(75px, 6.3291139241vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}

.basic {
  padding-block: clamp(20px, 2.5316455696vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 12.6582278481vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}

.curve-section {
  position: relative;
}
.curve-section__curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.curve-section__svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: clamp(70px, 8.8607594937vw, 140px);
}
@media only screen and (min-width: 1921px) {
  .curve-section__svg {
    height: clamp(140px, 5.46875vw, 210px);
  }
}
.curve-section--gray .curve-section__path {
  fill: #f4f4f0;
}
.curve-section--primary .curve-section__path {
  fill: #201652;
}
.curve-section--dark .curve-section__path {
  fill: #00003a;
}

.wave-section {
  position: relative;
  min-height: 50vh;
}
.wave-section--white .custom-shape-divider-bottom-1748504706 .shape-fill {
  fill: #fff;
}

.custom-shape-divider-bottom-1748504706 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1748504706 svg {
  position: relative;
  display: block;
  width: calc(140% + 1.3px);
  height: clamp(80px, 15.625vw, 160px);
}
@media only screen and (min-width: 1921px) {
  .custom-shape-divider-bottom-1748504706 svg {
    height: clamp(160px, 6.25vw, 240px);
  }
}

.custom-shape-divider-bottom-1748504706 .shape-fill {
  fill: #f4f4f0;
}

.wave-section-top {
  position: relative;
  padding-top: 190px;
}
@media only screen and (min-width: 1921px) {
  .wave-section-top {
    padding-top: clamp(190px, 7.421875vw, 285px);
  }
}
.wave-section-top--purple .custom-shape-divider-top-1748505649 .shape-fill {
  fill: #5c5cd1;
}

.custom-shape-divider-top-1748505649 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1748505649 svg {
  position: relative;
  display: block;
  width: calc(142% + 1.3px);
  height: clamp(95px, 18.5546875vw, 190px);
}
@media only screen and (min-width: 1921px) {
  .custom-shape-divider-top-1748505649 svg {
    height: clamp(190px, 7.421875vw, 285px);
  }
}

.custom-shape-divider-top-1748505649 .shape-fill {
  fill: #201652;
}
.custom-shape-divider-top-1748505649 .shape-fill--dark {
  fill: #00003a;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.4em;
}

.line-height-s {
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.primary {
  color: #201652;
}

.primary-bg {
  background-color: #201652;
}

.accent {
  color: #ffc424;
}

.accent-bg {
  background-color: #ffc424;
}

.dark-bg {
  background-color: #00003a;
}

.green {
  color: #56b17b;
}

.blue {
  color: #6393d2;
}

.orange {
  color: #ff9752;
}

.purple {
  color: #5c5cd1;
}

.gray-dark {
  color: #444444;
}

.green-bg {
  background-color: #56b17b;
}

.blue-bg {
  background-color: #6393d2;
}

.orange-bg {
  background-color: #ff9752;
}

.purple-bg {
  background-color: #5c5cd1;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  padding-block: clamp(18px, 3.515625vw, 36px);
  background-color: transparent;
}
.header__logo-black {
  display: none;
}
.header__logo-full-white {
  display: none;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  transition: all ease 300ms;
}
.header--sticky:before {
  opacity: 1;
}
.header--sticky .header__logo {
  display: none;
}
.header--sticky .header__logo-black {
  display: block;
}
.header--sticky .header__tel {
  color: #444444;
}
.header--sticky .hamburger--pressed .hamburger__button {
  background-color: transparent;
}
.header--sticky .hamburger--pressed .hamburger__button:before, .header--sticky .hamburger--pressed .hamburger__button:after {
  background-color: #fff;
}
.header--sticky .hamburger__button {
  background-color: #444444;
}
.header--sticky .hamburger__button:before, .header--sticky .hamburger__button:after {
  background-color: #444444;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(15px, 2.9296875vw, 30px);
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(150px, 19.04296875vw, 195px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(195px, 7.6171875vw, 292.5px);
  }
}
.header__logo-container {
  z-index: 1;
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
@media only screen and (min-width: 1921px) {
  .header__tel {
    gap: clamp(12px, 0.46875vw, 18px);
  }
}
.header:has(div.hamburger--pressed) .header__logo {
  display: block;
}
.header:has(div.hamburger--pressed) .header__logo-black {
  display: none;
}

.main-menu {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to bottom, #20145a, #612096, #a01789, #ec2c5d, #fc6840, #ffd100);
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    padding-block: 80px;
  }
}
.main-menu--closed {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
}
.main-menu__list {
  display: flex;
  gap: clamp(30px, 5.6962025316vw, 90px);
  position: relative;
  flex-direction: column;
  align-items: center;
  border: solid 4px black;
}
.main-menu__list a {
  display: flex;
  justify-content: center;
  font-size: clamp(22px, 1.8987341772vw, 30px);
  color: #fff;
  text-align: center;
  align-items: revert;
  font-size: 25px;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(30px, 1.171875vw, 45px);
  }
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #201652;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: revert;
  display: none;
  padding: revert;
}
.main-menu__list > li {
  width: fit-content;
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
.main-menu__schools {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, 5.0632911392vw, 80px);
}
@media only screen and (max-width: 1024px) {
  .main-menu__schools {
    flex-direction: column;
  }
}
.main-menu__schools a:hover:before {
  opacity: 1;
}
.main-menu__schools a:before {
  margin-right: 8px;
  opacity: 0.5;
  transition: opacity ease 300ms;
}
.main-menu__schools a[title=gym]:before {
  content: "\e90c";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu__schools a[title=lyc]:before {
  content: "\e90d";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu__schools a[title=summer]:before {
  content: "\e90e";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu__schools a[title=elite]:before {
  content: "\e90f";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu .stars {
  z-index: -1;
}
.main-menu .stars__star--1 .stars__path {
  fill: #ff9752;
}
.main-menu .stars__star--2 .stars__path {
  fill: #ff9752;
}
.main-menu .stars__star--3 .stars__path {
  fill: #ff9752;
}
.main-menu .stars__star--4 .stars__path {
  fill: #ff9752;
}
.main-menu .stars__star--5 .stars__path {
  stroke: #ff9752;
}
.main-menu .stars__star--6 .stars__path {
  stroke: #ff9752;
}

.hero {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: clamp(160px, 12.6582278481vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .hero {
    padding-top: clamp(200px, 7.8125vw, 300px);
  }
}
.hero--stars {
  position: relative;
}
.hero__text-container {
  position: relative;
  z-index: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5316455696vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .hero__text-container {
    max-width: clamp(500px, 19.53125vw, 750px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel__track {
  display: flex;
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
@media only screen and (min-width: 1921px) {
  .carousel__container {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
@media only screen and (max-width: 1024px) {
  .carousel__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.carousel__slide img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.carousel__buttons {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.0181634712vw, 20px);
}
.carousel__button {
  cursor: pointer;
  border: solid 1px #000;
  border-radius: 50%;
  width: clamp(40px, 7.0635721493vw, 70px);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .carousel__button {
    border-width: 2px;
  }
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
}
.carousel__dots {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 400px;
}
.carousel__dot {
  flex-grow: 1;
  height: 5px;
  width: 100%;
  max-width: 100px;
  background-color: #d9d9d9;
  transition: background-color ease 300ms;
  cursor: pointer;
}
.carousel__dot.glide__bullet--active {
  background-color: #000;
}

.tabs__buttons {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .tabs__buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tabs__button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  cursor: pointer;
  transition: all ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .tabs__button {
    gap: clamp(10px, 0.390625vw, 15px);
    padding: clamp(16px, 0.625vw, 24px) clamp(32px, 1.25vw, 48px);
  }
}
.tabs__button::before {
  font-size: 60px;
}
@media only screen and (min-width: 1921px) {
  .tabs__button::before {
    font-size: clamp(60px, 2.34375vw, 90px);
  }
}
.tabs__button span {
  position: relative;
  line-height: 1.1;
}
.tabs__button span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: 0.3s ease-out;
}
.tabs__button--active span::after {
  width: 100%;
}
.tabs__button:nth-child(1):before {
  content: "\e90c";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #56b17b;
}
.tabs__button:nth-child(2):before {
  content: "\e90d";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6393d2;
}
.tabs__button:nth-child(3):before {
  content: "\e90e";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff9752;
}
.tabs__button:nth-child(4):before {
  content: "\e90f";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5c5cd1;
}
.tabs__content {
  border-radius: clamp(20px, 2.5316455696vw, 40px);
}
.tabs__content--hidden {
  display: none;
}
.tabs__content--green {
  background-color: #56b17b;
  color: #fff;
}
.tabs__content--blue {
  background-color: #6393d2;
  color: #fff;
}
.tabs__content--orange {
  background-color: #ff9752;
  color: #fff;
}
.tabs__content--purple {
  background-color: #5c5cd1;
  color: #fff;
}
.tabs__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  padding-top: 20px;
}
@media only screen and (min-width: 1921px) {
  .tabs__text-container {
    max-width: clamp(1000px, 39.0625vw, 1500px);
    padding-top: clamp(20px, 0.78125vw, 30px);
  }
}

.accordion__item {
  border-bottom: solid 1px white;
  transition: border ease 300ms;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .accordion__button, .accordion__text {
    padding: clamp(16px, 0.625vw, 24px);
  }
}
.accordion__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 1.875vw, 72px);
  }
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__bottom {
  justify-content: center;
}
.lightbox .carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.video {
  position: relative;
  aspect-ratio: 16/9;
  max-height: 800px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(40px, 5.0632911392vw, 80px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .video {
    min-height: clamp(800px, 31.25vw, 1200px);
    border-radius: clamp(30px, 1.171875vw, 45px);
    margin-bottom: clamp(80px, 3.125vw, 120px);
  }
}
.video__vimeo-container {
  width: 100%;
  height: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.video__fallback {
  position: absolute;
  display: grid;
  inset: 0;
  place-items: center;
}

.stars-container {
  inset: 0;
  top: clamp(150px, 12.6582278481vw, 200px);
  pointer-events: none;
}
@media only screen and (min-width: 1921px) {
  .stars-container {
    top: clamp(200px, 7.8125vw, 300px);
  }
}

.stars {
  position: absolute;
  inset: 0;
}
.stars__star {
  position: absolute;
  max-width: clamp(24px, 2.8481012658vw, 45px);
}
.stars__star--fill {
  max-width: clamp(60px, 4.4303797468vw, 70px);
}
.stars__star--1 {
  top: 20%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .stars__star--1 {
    top: 60%;
  }
}
.stars__star--1 .stars__path {
  fill: #ff9752;
}
.stars__star--2 {
  top: 0;
  left: 30%;
}
@media only screen and (max-width: 1024px) {
  .stars__star--2 {
    top: 0;
    left: 20%;
  }
}
.stars__star--2 .stars__path {
  fill: #fff;
}
.stars__star--3 {
  top: 10%;
  right: 20%;
}
@media only screen and (max-width: 1024px) {
  .stars__star--3 {
    top: 10%;
    right: 5%;
  }
}
.stars__star--3 .stars__path {
  fill: #56b17b;
}
.stars__star--4 {
  top: 60%;
  right: 0;
}
.stars__star--4 .stars__path {
  fill: #6393d2;
}
.stars__star--5 {
  top: 60%;
  left: 5%;
}
.stars__star--5 .stars__path {
  stroke: #ff9752;
}
.stars__star--6 {
  top: 50%;
  right: 0;
}
.stars__star--6 .stars__path {
  stroke: #6393d2;
}

.banner {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  margin-top: clamp(30px, 3.7974683544vw, 60px);
  padding: clamp(30px, 3.7974683544vw, 60px);
  border-radius: clamp(20px, 1.8987341772vw, 30px);
  background-color: #ff9752;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .banner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .banner {
    margin-top: clamp(60px, 4.6875vw, 180px);
    padding: clamp(60px, 3.515625vw, 135px);
    border-radius: clamp(30px, 2.34375vw, 90px);
  }
}
.banner__button {
  padding-left: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .banner__img-container {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 40%;
  }
}
.banner__img-container img {
  width: 100%;
}

.footer {
  padding-block: clamp(20px, 3.90625vw, 40px);
  background-color: white;
}
.footer__top-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: clamp(20px, 2.5316455696vw, 40px);
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.footer__social-icons {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.footer__bottom {
  padding-top: 20px;
  border-top: solid 1px #d9d9d9;
  color: #444444;
}
.footer__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__logo-container img {
  max-width: clamp(140px, 15.625vw, 160px);
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer a {
  color: #444444;
  transition: 0.3s ease;
}
.footer a:hover {
  color: #6393d2;
}

body:has(.main--plain-text) .header__logo {
  display: none;
}
body:has(.main--plain-text) .header__logo-black {
  display: block;
}
body:has(.main--plain-text) .header__tel {
  color: #444444;
}
body:has(.main--plain-text) .hamburger__button, body:has(.main--plain-text) .hamburger__button::before, body:has(.main--plain-text) .hamburger__button::after {
  background-color: #444444;
}

.main--plain-text h2 {
  padding-block: clamp(20px, 3.41796875vw, 35px);
}
.main--plain-text p {
  margin-bottom: 20px;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #f4f4f0;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 200px;
  height: 140px;
  background: #639ed2;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  perspective: 1000px;
}
.loader__spinner::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 8px;
  background: #f5f5f5 no-repeat;
  background-size: 60px 10px;
  background-image: linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0);
  background-position: 15px 30px, 15px 60px, 15px 90px, 105px 30px, 105px 60px, 105px 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.loader__spinner::after {
  content: "";
  position: absolute;
  width: calc(50% - 10px);
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 8px;
  background: #fff no-repeat;
  background-size: 60px 10px;
  background-image: linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0), linear-gradient(#57b281 100px, transparent 0);
  background-position: 50% 30px, 50% 60px, 50% 90px;
  transform: rotateY(0deg);
  transform-origin: left center;
  animation: paging 1s linear infinite;
}
@keyframes paging {
  to {
    transform: rotateY(-180deg);
  }
}
.loader__percentage {
  padding: 20px;
  text-align: center;
  color: #201652;
}

.link {
  color: #ffc424;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  line-height: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(12px, 1.5189873418vw, 24px) clamp(15px, 1.8987341772vw, 30px);
  border-radius: clamp(32px, 4.0506329114vw, 64px);
  background-color: #201652;
  color: white;
}
.button--simple {
  background-color: transparent;
  border: none;
}
.button--primary {
  color: #201652;
}
.button--left {
  padding-left: 0;
}
.button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-top: 2px;
  width: 24px;
  margin-right: 10px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  transition: 0.3s ease-out;
}
.button:hover::after {
  width: 34px;
  margin-right: 0;
}
@media only screen and (min-width: 1921px) {
  .button::after {
    font-size: clamp(12px, 0.46875vw, 18px);
    padding-top: clamp(2px, 0.078125vw, 3px);
    width: clamp(24px, 0.9375vw, 36px);
    margin-right: clamp(10px, 0.390625vw, 15px);
  }
  .button:hover::after {
    width: clamp(34px, 1.328125vw, 51px);
    margin-right: 0;
  }
}
.button--play {
  background-color: #fff;
  color: #000;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: clamp(200px, 35.64453125vw, 365px);
  font-size: clamp(16px, 2.63671875vw, 27px);
  font-weight: 400;
}
@media only screen and (min-width: 1921px) {
  .button--play {
    gap: clamp(20px, 0.78125vw, 30px);
    font-size: clamp(27px, 1.0546875vw, 40.5px);
    width: clamp(365px, 14.2578125vw, 547.5px);
  }
}
.button--play::after {
  content: "\e903";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  width: auto;
  font-size: clamp(20px, 2.734375vw, 28px);
}
@media only screen and (min-width: 1921px) {
  .button--play::after {
    font-size: clamp(28px, 1.09375vw, 42px);
  }
}
.button--play:hover::after {
  width: auto;
  margin-right: 0;
  transform: scale(1.2);
}

.spotlight {
  background: radial-gradient(circle at 50% 50%, rgb(63, 76, 129) 0%, rgba(255, 255, 255, 0) 55%);
  top: 0;
  left: -50%;
  filter: blur(30px);
  width: 1920px;
  height: 1080px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .spotlight {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #ffc424;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
  z-index: 2;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.line-circle {
  position: relative;
  margin-inline: auto;
  width: 2px;
  height: clamp(80px, 6.3291139241vw, 100px);
  background-color: #201652;
}
.line-circle--up::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  aspect-ratio: 1;
  background-color: #201652;
  border-radius: 100%;
}
.line-circle--down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  aspect-ratio: 1;
  background-color: #201652;
  border-radius: 100%;
}

.ic-tel::before {
  content: "\e913";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blue-glow {
  position: absolute;
  background-image: radial-gradient(circle, #006eff, transparent 55%);
  width: clamp(820px, 62.5vw, 1200px);
  height: clamp(820px, 62.5vw, 1200px);
  opacity: 0.8;
}
.blue-glow--left-bottom {
  left: 0;
  bottom: 0;
  transform: translateX(-60%) translateY(-65%);
}
.blue-glow--right-top {
  right: 0;
  top: 0;
  transform: translateX(60%) translateY(65%);
}
@media only screen and (min-width: 1921px) {
  .blue-glow {
    width: clamp(1200px, 46.875vw, 1800px);
    height: clamp(1200px, 46.875vw, 1800px);
  }
}

.home-hero {
  height: clamp(700px, 55.0632911392vw, 870px);
  background: radial-gradient(circle at 45% 100%, #006eff 0%, #201652 55%);
}
@media only screen and (min-width: 1921px) {
  .home-hero {
    min-height: clamp(870px, 31.25vw, 1200px);
  }
}
.home-hero h1 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .home-hero__text--2, .home-hero__text--3 {
    margin-top: -20px;
  }
}
.home-hero__text--3 {
  margin-left: clamp(20px, 9.4936708861vw, 150px);
}
@media only screen and (min-width: 1025px) {
  .home-hero__logo-container {
    position: absolute;
    inset-inline: 0;
  }
}

.intro-home__container {
  max-width: 700px;
}
@media only screen and (min-width: 1921px) {
  .intro-home__container {
    max-width: clamp(700px, 27.34375vw, 1050px);
  }
}
.intro-home__text-2 {
  line-height: 1;
  padding-bottom: clamp(10px, 1.2658227848vw, 20px);
}

.video-home .video__image {
  align-self: end;
  width: 50%;
}
.video-home .video__image img {
  width: 100%;
}

.carousel-best-students {
  padding-block: clamp(40px, 5.0632911392vw, 80px) clamp(60px, 7.5949367089vw, 120px);
  border-top: solid 1px #201652;
}
@media only screen and (min-width: 1921px) {
  .carousel-best-students {
    padding-block: clamp(40px, 1.5625vw, 60px) clamp(120px, 4.6875vw, 180px);
  }
}
@media only screen and (min-width: 1921px) {
  .carousel-best-students {
    border-width: 2px;
  }
}

.tabs-home {
  padding-block: clamp(60px, 7.5949367089vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .tabs-home {
    padding-block: clamp(120px, 4.6875vw, 180px);
  }
}

.professional-home {
  padding-bottom: clamp(100px, 12.6582278481vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .professional-home {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}
.professional-home__container {
  display: grid;
  gap: clamp(40px, 5.0632911392vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .professional-home__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .professional-home__img-container img {
    margin-inline: auto;
    width: clamp(400px, 15.625vw, 600px);
  }
}
.professional-home__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2658227848vw, 20px);
}
.professional-home__logo {
  max-width: 70px;
}
.professional-home__logo img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .professional-home__logo {
    max-width: clamp(70px, 2.734375vw, 105px);
  }
}

.study-guide-home {
  padding-top: clamp(40px, 5.0632911392vw, 80px);
}
.study-guide-home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.5316455696vw, 40px);
}
.study-guide-home__container h2 {
  margin-bottom: clamp(20px, 2.5316455696vw, 40px);
}
.study-guide-home__img {
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: clamp(295px, 28.4810126582vw, 450px);
}
@media only screen and (min-width: 1921px) {
  .study-guide-home__img {
    max-width: clamp(450px, 17.578125vw, 675px);
  }
}

.about-hero {
  z-index: 2;
  background: radial-gradient(circle, rgb(0, 110, 255) 0%, #201652 70%);
  min-height: clamp(550px, 50.6329113924vw, 800px);
}
@media only screen and (min-width: 1921px) {
  .about-hero {
    min-height: clamp(550px, 21.484375vw, 825px);
  }
}
.about-hero__logo-container {
  position: relative;
  z-index: 2;
  max-width: 870px;
}
.about-hero__logo-container img {
  width: 100%;
}
.about-hero .stars__star--1 .stars__path {
  fill: #ff9752;
}
.about-hero .stars__star--2 .stars__path {
  fill: #ff9752;
}
.about-hero .stars__star--3 .stars__path {
  fill: #ff9752;
}
.about-hero .stars__star--4 .stars__path {
  fill: #ff9752;
}
.about-hero .stars__star--5 .stars__path {
  stroke: #ff9752;
}
.about-hero .stars__star--6 .stars__path {
  stroke: #6393d2;
}

.intro-about {
  position: relative;
  z-index: 1;
}
.intro-about__container {
  max-width: 800px;
}
@media only screen and (min-width: 1921px) {
  .intro-about__container {
    max-width: clamp(800px, 31.25vw, 1200px);
  }
}
.intro-about__text-3 {
  padding-block: clamp(100px, 8.8607594937vw, 140px) clamp(80px, 7.5949367089vw, 120px);
}

.why-about {
  position: relative;
  z-index: 1;
}
.why-about__list {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  padding-block: clamp(20px, 2.5316455696vw, 40px);
}
@media only screen and (min-width: 768px) {
  .why-about__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .why-about__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .why-about__list {
    padding-block: clamp(20px, 1.5625vw, 60px);
  }
}
.why-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.5189873418vw, 24px);
  padding: clamp(30px, 3.7974683544vw, 60px) clamp(10px, 1.2658227848vw, 20px);
  border-radius: clamp(20px, 1.8987341772vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .why-about__item {
    padding: clamp(30px, 2.34375vw, 90px) clamp(15px, 1.171875vw, 45px);
  }
}

.cards-about {
  position: relative;
  padding-block: clamp(100px, 8.8607594937vw, 140px);
  z-index: 1;
}
.cards-about__container {
  display: grid;
  gap: clamp(70px, 8.8607594937vw, 140px);
}
.cards-about__card {
  display: grid;
  gap: clamp(40px, 5.0632911392vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .cards-about__card:nth-child(even) .cards-about__img-container {
    order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .cards-about__card {
    grid-template-columns: 1fr 1fr;
  }
}
.cards-about__text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2658227848vw, 20px);
}
.cards-about__img-container img {
  margin-inline: auto;
}

.parents-about {
  z-index: 2;
  background: linear-gradient(180deg, rgb(99, 147, 210) 1%, rgba(92, 92, 209, 0) 100%);
}
.parents-about__container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5316455696vw, 40px);
  align-items: center;
  justify-content: center;
}

.logo-full-white .header .header__logo {
  display: none;
}
.logo-full-white .header .header__logo-full-white {
  display: block;
}
.logo-full-white .header--sticky .header__logo-full-white {
  display: none;
}
.logo-full-white .header:has(div.hamburger--pressed) .header__logo-full-white {
  display: none;
}

.hero-school {
  height: clamp(655px, 47.7848101266vw, 755px);
}
@media only screen and (min-width: 1921px) {
  .hero-school {
    height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-school__background-image {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(100vw, 750px);
}
@media only screen and (max-width: 1024px) {
  .hero-school__background-image {
    height: 100%;
    align-items: end;
  }
}
.hero-school__background-image img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .hero-school__background-image img {
    max-height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero-school__icon {
    max-width: 200px;
  }
}
.hero-school__logo-container {
  max-width: 485px;
}
@media only screen and (min-width: 1921px) {
  .hero-school__logo-container {
    max-width: clamp(485px, 18.9453125vw, 727.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .hero-school__logo-container {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
  }
}
.hero-school__logo-container img {
  width: 100%;
}
.hero-school .stars__star--1 .stars__path {
  fill: #ff9752;
}
.hero-school .stars__star--2 .stars__path {
  fill: #ff9752;
}
.hero-school .stars__star--3 .stars__path {
  fill: #ff9752;
}
.hero-school .stars__star--4 .stars__path {
  fill: #ff9752;
}
.hero-school .stars__star--5 .stars__path {
  stroke: #ff9752;
}
.hero-school .stars__star--6 .stars__path {
  stroke: #6393d2;
}

.intro-school {
  padding-block: clamp(50px, 6.3291139241vw, 100px) clamp(70px, 5.0632911392vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .intro-school {
    padding-block: clamp(100px, 3.90625vw, 150px) clamp(150px, 5.859375vw, 225px);
  }
}
.intro-school__container {
  display: grid;
  gap: clamp(20px, 2.5316455696vw, 40px);
}
.intro-school__button {
  justify-self: center;
}
.intro-school__list {
  display: grid;
  gap: clamp(40px, 5.0632911392vw, 80px) clamp(70px, 9.4936708861vw, 150px);
  padding-bottom: clamp(40px, 5.0632911392vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .intro-school__list {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}
@media only screen and (min-width: 1921px) {
  .intro-school__list {
    column-gap: clamp(150px, 5.859375vw, 225px);
  }
}
@media only screen and (min-width: 1025px) {
  .intro-school__list {
    grid-template-columns: 1fr 1fr;
  }
}
.intro-school__item {
  border-left: solid 3px #fff;
  padding-left: clamp(10px, 1.8987341772vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .intro-school__item {
    border-width: 4px;
  }
}

.schedule-school__table {
  display: grid;
  gap: clamp(15px, 1.8987341772vw, 30px);
  margin-top: clamp(20px, 2.5316455696vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .schedule-school__table {
    grid-template-columns: 1fr 1fr;
  }
}
.schedule-school__subheading {
  padding-top: clamp(40px, 3.7974683544vw, 60px);
}
.schedule-school__item-heading, .schedule-school__item-content {
  padding-inline: clamp(15px, 1.8987341772vw, 30px);
}
.schedule-school__item-heading {
  padding-block: clamp(16px, 2.2151898734vw, 35px) clamp(10px, 1.2658227848vw, 20px);
}
.schedule-school__item-content {
  padding-block: clamp(15px, 1.8987341772vw, 30px);
}
.schedule-school__item-asterisk {
  padding: 10px;
}
.schedule-school__lesson {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
  .main--gimnasio .schedule-school__table {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.quote-school__container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2658227848vw, 20px);
}

.hero-best-students {
  background-color: #9246dd;
  height: clamp(655px, 47.7848101266vw, 755px);
}
@media only screen and (min-width: 1921px) {
  .hero-best-students {
    height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-best-students__background-image {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(100vw, 750px);
}
@media only screen and (max-width: 1024px) {
  .hero-best-students__background-image {
    height: 100%;
    align-items: end;
  }
}
.hero-best-students__background-image img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .hero-best-students__background-image img {
    max-height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
@media only screen and (max-width: 1580px) {
  .hero-best-students__thumbs-up, .hero-best-students__congrats {
    display: none;
  }
}
.hero-best-students__thumbs-up {
  left: 0;
}
.hero-best-students__congrats {
  bottom: 20%;
  transform: translateX(-50%);
}
.hero-best-students__logo-container {
  max-width: 485px;
}
@media only screen and (min-width: 1921px) {
  .hero-best-students__logo-container {
    max-width: clamp(485px, 18.9453125vw, 727.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .hero-best-students__logo-container {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
  }
}
.hero-best-students__logo-container img {
  width: 100%;
}

.first-students {
  background-color: rgba(146, 70, 221, 0.5);
}
.first-students__grid {
  display: grid;
  gap: clamp(15px, 1.8987341772vw, 30px);
}
@media only screen and (min-width: 1025px) {
  .first-students__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .first-students__grid {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.first-students__item {
  background-color: #fff;
  padding: clamp(24px, 3.0379746835vw, 48px);
}
@media only screen and (min-width: 1921px) {
  .first-students__item {
    padding: clamp(24px, 0.9375vw, 36px);
  }
}
.first-students__points {
  padding-top: clamp(10px, 1.2658227848vw, 20px);
  margin-bottom: clamp(10px, 1.2658227848vw, 20px);
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 1921px) {
  .first-students__points {
    padding-top: clamp(20px, 0.78125vw, 30px);
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}

.successful-students {
  background-color: rgba(146, 70, 221, 0.3);
}
.successful-students table {
  width: 100%;
  margin-top: clamp(20px, 2.5316455696vw, 40px);
  text-align: left;
  border-spacing: 0;
}
@media only screen and (min-width: 1921px) {
  .successful-students table {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}
.successful-students table td {
  padding: clamp(12px, 1.5189873418vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .successful-students table td {
    padding: clamp(24px, 0.9375vw, 36px);
  }
}
.successful-students thead tr {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .successful-students thead tr {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}
.successful-students thead tr th {
  padding-inline: clamp(12px, 1.5189873418vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .successful-students thead tr th {
    padding-inline: clamp(24px, 0.9375vw, 36px);
  }
}
.successful-students tbody tr:nth-child(odd) {
  background-color: #fff;
}
.successful-students tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.successful-students tbody tr td:first-child {
  font-size: clamp(20px, 2.44140625vw, 25px);
  font-weight: 500;
}
@media only screen and (min-width: 1921px) {
  .successful-students tbody tr td:first-child {
    font-size: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.successful-students tbody tr td:nth-child(2) {
  color: #ff9752;
  font-size: clamp(25px, 3.41796875vw, 35px);
}
@media only screen and (min-width: 1921px) {
  .successful-students tbody tr td:nth-child(2) {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}
.successful-students__tabs {
  display: flex;
  gap: 8px;
  margin-top: clamp(24px, 3.0379746835vw, 48px);
}
.successful-students__tab {
  width: 100%;
  background-color: #fff;
  padding: clamp(10px, 1.2658227848vw, 20px) clamp(10px, 1.8987341772vw, 30px);
  color: #444444;
  text-align: center;
  cursor: pointer;
  transition: ease 0.3s;
}
.successful-students__tab--active {
  background-color: #56b17b;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .successful-students thead {
    display: none;
  }
  .successful-students tbody tr {
    display: grid;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .successful-students tbody tr {
    padding: clamp(30px, 1.171875vw, 45px) clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .successful-students tbody tr td {
    padding: 0;
  }
  .successful-students tbody tr td:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
  }
  .successful-students tbody tr td:nth-child(2)::after {
    content: "ΜΟΡΙΑ";
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .successful-students tbody tr td:nth-child(2)::after {
    font-size: clamp(12px, 0.46875vw, 18px);
    margin-left: clamp(8px, 0.3125vw, 12px);
  }
}
@media only screen and (max-width: 1024px) {
  .successful-students tbody tr td:nth-child(3) {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .successful-students tbody tr td:nth-child(3) {
    padding-top: clamp(10px, 0.390625vw, 15px);
  }
}

.best-students__table {
  width: 100%;
  border-collapse: collapse;
}
.best-students__table thead {
  background-color: #ff9752;
  color: #fff;
}
.best-students__table thead th {
  padding: clamp(12px, 1.5189873418vw, 24px);
  text-align: left;
  font-weight: 600;
  font-size: clamp(16px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .best-students__table thead th {
    font-size: clamp(20px, 0.78125vw, 30px);
    padding: clamp(24px, 0.9375vw, 36px);
  }
}
.best-students__table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.best-students__table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.best-students__table tbody tr td {
  padding: clamp(12px, 1.5189873418vw, 24px);
  border-bottom: 1px solid rgba(255, 151, 82, 0.1);
}
@media only screen and (min-width: 1921px) {
  .best-students__table tbody tr td {
    padding: clamp(24px, 0.9375vw, 36px);
  }
}
.best-students__table tbody tr td:nth-child(2) {
  color: #ff9752;
  font-size: clamp(25px, 3.41796875vw, 35px);
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  .best-students__table tbody tr td:nth-child(2) {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}

.hero-professional {
  background-color: #ffc424;
  height: clamp(655px, 47.7848101266vw, 755px);
}
@media only screen and (min-width: 1921px) {
  .hero-professional {
    height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-professional__background-image {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(100vw, 750px);
}
@media only screen and (max-width: 1024px) {
  .hero-professional__background-image {
    height: 100%;
    align-items: end;
  }
}
.hero-professional__background-image img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .hero-professional__background-image img {
    max-height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-professional__logo-container {
  max-width: 485px;
}
@media only screen and (min-width: 1921px) {
  .hero-professional__logo-container {
    max-width: clamp(485px, 18.9453125vw, 727.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .hero-professional__logo-container {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
  }
}
.hero-professional__logo-container img {
  width: 100%;
}

.video-professional {
  padding-top: clamp(45px, 5.6962025316vw, 90px);
}
@media only screen and (min-width: 1921px) {
  .video-professional {
    padding-top: clamp(90px, 3.515625vw, 135px);
  }
}

.intro-professional__text-3 {
  max-width: 700px;
  padding-block: clamp(60px, 7.5949367089vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .intro-professional__text-3 {
    max-width: clamp(700px, 27.34375vw, 1050px);
    padding-block: clamp(60px, 4.6875vw, 180px);
  }
}

.procedure-professional__steps {
  display: grid;
  gap: 14px;
  padding-block: clamp(45px, 5.6962025316vw, 90px);
}
@media only screen and (min-width: 1025px) {
  .procedure-professional__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .procedure-professional__steps {
    padding-block: clamp(90px, 3.515625vw, 135px);
  }
}
.procedure-professional__step {
  display: grid;
  gap: clamp(20px, 3.90625vw, 40px);
  padding: clamp(30px, 5.859375vw, 60px) clamp(40px, 7.8125vw, 80px) clamp(60px, 11.71875vw, 120px);
  border-radius: clamp(20px, 3.90625vw, 40px);
}

.quote-professional__container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3.90625vw, 40px);
  padding-block: clamp(45px, 5.6962025316vw, 90px);
}
@media only screen and (min-width: 1921px) {
  .quote-professional__container {
    max-width: clamp(900px, 35.15625vw, 1350px);
    padding-block: clamp(90px, 3.515625vw, 135px);
  }
}
.quote-professional__img-container {
  max-width: clamp(150px, 29.296875vw, 300px);
  top: 30%;
  left: -35%;
}
@media only screen and (min-width: 1921px) {
  .quote-professional__img-container img {
    width: clamp(400px, 15.625vw, 600px);
  }
}
@media only screen and (max-width: 1580px) {
  .quote-professional__img-container {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .quote-professional__img-container {
    max-width: clamp(300px, 11.71875vw, 450px);
  }
}

.faq-professional {
  background: linear-gradient(180deg, rgb(99, 147, 210) 1%, rgba(92, 92, 209, 0) 100%);
}
.faq-professional__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3.90625vw, 40px);
}

.hero-contact {
  background-color: #6393d2;
  height: clamp(655px, 47.7848101266vw, 755px);
}
@media only screen and (min-width: 1921px) {
  .hero-contact {
    height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-contact__background-image {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(100vw, 750px);
}
@media only screen and (max-width: 1024px) {
  .hero-contact__background-image {
    height: 100%;
    align-items: end;
  }
}
.hero-contact__background-image img {
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .hero-contact__background-image img {
    max-height: clamp(755px, 29.4921875vw, 1132.5px);
  }
}
.hero-contact__logo-container {
  max-width: 485px;
}
@media only screen and (min-width: 1921px) {
  .hero-contact__logo-container {
    max-width: clamp(485px, 18.9453125vw, 727.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .hero-contact__logo-container {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
  }
}
.hero-contact__logo-container img {
  width: 100%;
}

.contact-intro {
  position: relative;
  background-color: #d7c0eb;
}
@media only screen and (max-width: 1024px) {
  .contact-intro__container {
    padding-inline: 0;
  }
}
.contact-intro__map-container {
  position: relative;
  overflow: hidden;
}
.contact-intro__map-container iframe {
  filter: grayscale(1);
  height: 700px;
  margin-block: -150px;
}
.contact-intro__map-container iframe .gm-style .place-card {
  display: none !important;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__map-container iframe {
    height: clamp(700px, 27.34375vw, 1050px);
  }
}
.contact-intro__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 8px;
  width: calc(100% - 16px);
  max-width: 280px;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .contact-intro__wrapper {
    top: 8px;
    transform: none;
  }
}
@media only screen and (max-width: 640px) {
  .contact-intro__wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__wrapper {
    max-width: clamp(280px, 10.9375vw, 420px);
    left: clamp(8px, 0.3125vw, 12px);
  }
}
.contact-intro__info {
  width: 100%;
  background-color: #fff;
  padding: clamp(20px, 2.5316455696vw, 40px);
  line-height: 1.3;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__info {
    padding: clamp(40px, 1.5625vw, 60px);
  }
}
.contact-intro__info a:not(.button) {
  color: #000;
}
.contact-intro__button {
  margin-top: clamp(20px, 2.5316455696vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .contact-intro__button {
    width: fit-content;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__button {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}

.contact-info {
  max-width: 240px;
}
@media only screen and (min-width: 1921px) {
  .contact-info {
    max-width: clamp(240px, 9.375vw, 360px);
  }
}
.contact-info__button {
  padding-inline: 0;
}

.contact-form form {
  display: grid;
  gap: 16px;
}
.contact-form__grid {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__textarea, .contact-form__bottom {
    grid-column: span 2;
  }
}
.contact-form__acceptance span {
  margin: 0;
}
.contact-form__acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form__acceptance > div {
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance > div {
    margin-left: clamp(30px, 1.171875vw, 45px);
    margin-top: clamp(10px, 0.390625vw, 15px);
  }
}
.contact-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-form input,
.contact-form textarea {
  background-color: #fff;
  border: none;
  color: #000;
  width: 100%;
  padding: clamp(16px, 2.0325203252vw, 25px);
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 0;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.contact-form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  top: 5px;
  left: 5px;
  background-color: #ffc424;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact-form input[type=checkbox] {
    width: clamp(30px, 1.171875vw, 45px);
    height: clamp(30px, 1.171875vw, 45px);
    min-width: clamp(30px, 1.171875vw, 45px);
  }
  .contact-form input[type=checkbox]::before {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    top: clamp(5px, 0.1953125vw, 7.5px);
    left: clamp(5px, 0.1953125vw, 7.5px);
  }
}
.contact-form__acceptance {
  line-height: 1.2;
}
.contact-form__acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.contact-form__acceptance input[type=checkbox]::before {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance input[type=checkbox] {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    min-width: clamp(20px, 0.78125vw, 30px);
  }
  .contact-form__acceptance input[type=checkbox]::before {
    width: clamp(14px, 0.546875vw, 21px);
    height: clamp(14px, 0.546875vw, 21px);
    top: clamp(3px, 0.1171875vw, 4.5px);
    left: clamp(3px, 0.1171875vw, 4.5px);
  }
}
.contact-form__button::after {
  color: #444444;
}
.contact-form__button:has(input:disabled)::after {
  color: rgba(68, 68, 68, 0.4);
}
.contact-form input[type=submit] {
  background-color: revert;
  padding: 0;
}
.contact-form input[type=submit]:disabled {
  color: rgba(68, 68, 68, 0.4);
}
.contact-form .wpcf7-spinner {
  display: none;
}

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