* {
  --purple: #520eb8;
  --avocado: #d3e841;
  --pink: #fe17a1;
  --pink-light: #fcd4ee;
  --orange: #ff8942;
  --green: #53da3f;
  --blue: #7adfda;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Black.woff2") format("woff2"), url("../assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DelaGothicOne";
  src: url("../assets/fonts/DelaGothicOne-Regular.woff2") format("woff2"), url("../assets/fonts/DelaGothicOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Horizon";
  src: url("../assets/fonts/Horizon-Regular.woff2") format("woff2"), url("../assets/fonts/Horizon-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HorizonOutlined";
  src: url("../assets/fonts/Horizon-Outlined.woff2") format("woff2"), url("../assets/fonts/Horizon-Outlined.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Extenda 30 Deca";
  src: url("../assets/fonts/Extenda-30Deca.woff2") format("woff2"), url("../assets/fonts/Extenda-30Deca.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  --purple: #520eb8;
  --avocado: #d3e841;
  --pink: #fe17a1;
  --pink-light: #fcd4ee;
  --orange: #ff8942;
  --green: #53da3f;
  --blue: #7adfda;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Black.woff2") format("woff2"), url("../assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DelaGothicOne";
  src: url("../assets/fonts/DelaGothicOne-Regular.woff2") format("woff2"), url("../assets/fonts/DelaGothicOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Horizon";
  src: url("../assets/fonts/Horizon-Regular.woff2") format("woff2"), url("../assets/fonts/Horizon-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HorizonOutlined";
  src: url("../assets/fonts/Horizon-Outlined.woff2") format("woff2"), url("../assets/fonts/Horizon-Outlined.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Extenda 30 Deca";
  src: url("../assets/fonts/Extenda-30Deca.woff2") format("woff2"), url("../assets/fonts/Extenda-30Deca.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #520eb8;
  --color-avocado: #d3e841;
  --color-purple: #520eb8;
  --color-purple-light: #7c5ccb;
  --color-purple-lighter: #c2afe6;
  --color-pink: #fe17a1;
  --color-pink-light: #fcd4ee;
  --color-orange: #ff8942;
  --color-green: #53da3f;
  --color-green-light: #83e3a9;
  --color-blue: #7adfda;
  --color-gray: gray;
  --color-black: black;
  --color-white: #FFF7E1;
}

.bg-primary {
  background-color: #520eb8;
}

.text-primary {
  color: #520eb8;
}

.bg-avocado {
  background-color: #d3e841;
}

.text-avocado {
  color: #d3e841;
}

.bg-purple {
  background-color: #520eb8;
}

.text-purple {
  color: #520eb8;
}

.bg-purple-light {
  background-color: #7c5ccb;
}

.text-purple-light {
  color: #7c5ccb;
}

.bg-purple-lighter {
  background-color: #c2afe6;
}

.text-purple-lighter {
  color: #c2afe6;
}

.bg-pink {
  background-color: #fe17a1;
}

.text-pink {
  color: #fe17a1;
}

.bg-pink-light {
  background-color: #fcd4ee;
}

.text-pink-light {
  color: #fcd4ee;
}

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

.text-orange {
  color: #ff8942;
}

.bg-green {
  background-color: #53da3f;
}

.text-green {
  color: #53da3f;
}

.bg-green-light {
  background-color: #83e3a9;
}

.text-green-light {
  color: #83e3a9;
}

.bg-blue {
  background-color: #7adfda;
}

.text-blue {
  color: #7adfda;
}

.bg-gray {
  background-color: gray;
}

.text-gray {
  color: gray;
}

.bg-black {
  background-color: black;
}

.text-black {
  color: black;
}

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

.text-white {
  color: #FFF7E1;
}

.module__header .module__title.font-chuco p,
.module__header .module__title.font-chuco h1,
.module__header .module__title.font-chuco h2,
.module__header .module__title.font-chuco h3,
.module__header .module__title.font-chuco h4, .fs0B p,
.fs0B span,
.fs0B div,
.fs0B li,
.fs0B a,
.fs0B h1,
.fs0B h2,
.fs0B h3,
.fs0B h4,
.fs0B h5,
.fs0B h6,
.fs0B button, .fs0B {
  font-size: clamp(
    3.75rem,
    6.66vw + 2.13rem,
    6.25rem
  );
}

@media (min-width: 992px) {
  .module__header .module__title.font-chuco p,
  .module__header .module__title.font-chuco h1,
  .module__header .module__title.font-chuco h2,
  .module__header .module__title.font-chuco h3,
  .module__header .module__title.font-chuco h4, .fs0B p,
  .fs0B span,
  .fs0B div,
  .fs0B li,
  .fs0B a,
  .fs0B h1,
  .fs0B h2,
  .fs0B h3,
  .fs0B h4,
  .fs0B h5,
  .fs0B h6,
  .fs0B button, .fs0B {
    font-size: clamp(
    8.75rem,
    6.47vw + 4.74rem,
    12.5rem
  );
  }
}
.module__levels .single-level .level__info .level__wrapper h1, .module__marquee .splide__list .splide__slide.title-size-large p, .module__header .module__title p,
.module__header .module__title h1,
.module__header .module__title h2,
.module__header .module__title h3,
.module__header .module__title h4, .fs0 p,
.fs0 span,
.fs0 div,
.fs0 li,
.fs0 a,
.fs0 h1,
.fs0 h2,
.fs0 h3,
.fs0 h4,
.fs0 h5,
.fs0 h6,
.fs0 button, .fs0 {
  font-size: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .module__levels .single-level .level__info .level__wrapper h1, .module__marquee .splide__list .splide__slide.title-size-large p, .module__header .module__title p,
  .module__header .module__title h1,
  .module__header .module__title h2,
  .module__header .module__title h3,
  .module__header .module__title h4, .fs0 p,
  .fs0 span,
  .fs0 div,
  .fs0 li,
  .fs0 a,
  .fs0 h1,
  .fs0 h2,
  .fs0 h3,
  .fs0 h4,
  .fs0 h5,
  .fs0 h6,
  .fs0 button, .fs0 {
    font-size: clamp(
    5rem,
    6.47vw + 0.99rem,
    8.75rem
  );
  }
}
.module__levels .multi-level-decoration, .module__marquee .splide__list .splide__slide.title-size-normal p, .module__marquee .splide__list .splide__slide p, .single__intro h1, .fs1 p,
.fs1 span,
.fs1 div,
.fs1 li,
.fs1 a,
.fs1 h1,
.fs1 h2,
.fs1 h3,
.fs1 h4,
.fs1 h5,
.fs1 h6,
.fs1 button, .fs1 {
  font-size: clamp(
    1.63rem,
    3.99vw + 0.65rem,
    3.13rem
  );
}

@media (min-width: 992px) {
  .module__levels .multi-level-decoration, .module__marquee .splide__list .splide__slide.title-size-normal p, .module__marquee .splide__list .splide__slide p, .single__intro h1, .fs1 p,
  .fs1 span,
  .fs1 div,
  .fs1 li,
  .fs1 a,
  .fs1 h1,
  .fs1 h2,
  .fs1 h3,
  .fs1 h4,
  .fs1 h5,
  .fs1 h6,
  .fs1 button, .fs1 {
    font-size: clamp(
    4.06rem,
    3.77vw + 1.72rem,
    6.25rem
  );
  }
}
.page-template-page-default h1, .module__levels .single-level .level__info .level__wrapper .level__level p, .module__levels .single-level .level__info .level__wrapper .level__pink, .module__marquee .splide__list .splide__slide.title-size-small p, .card__course-title, .card__overlay h2, .fs2 p,
.fs2 span,
.fs2 div,
.fs2 li,
.fs2 a,
.fs2 h1,
.fs2 h2,
.fs2 h3,
.fs2 h4,
.fs2 h5,
.fs2 h6,
.fs2 button, .fs2 {
  font-size: clamp(
    1.38rem,
    3.83vw + 0.44rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .page-template-page-default h1, .module__levels .single-level .level__info .level__wrapper .level__level p, .module__levels .single-level .level__info .level__wrapper .level__pink, .module__marquee .splide__list .splide__slide.title-size-small p, .card__course-title, .card__overlay h2, .fs2 p,
  .fs2 span,
  .fs2 div,
  .fs2 li,
  .fs2 a,
  .fs2 h1,
  .fs2 h2,
  .fs2 h3,
  .fs2 h4,
  .fs2 h5,
  .fs2 h6,
  .fs2 button, .fs2 {
    font-size: clamp(
    1.88rem,
    2.16vw + 0.54rem,
    3.13rem
  );
  }
}
.page-template-page-default h2, .module__packs .packs__grid .pack__price p, .module__packs .packs__grid .pack__type p, .single__nav .single__nav__item .single__nav__overlay h2, .card__blog .card__overlay h2, .card__event .card__date, .fs3 p,
.fs3 span,
.fs3 div,
.fs3 li,
.fs3 a,
.fs3 h1,
.fs3 h2,
.fs3 h3,
.fs3 h4,
.fs3 h5,
.fs3 h6,
.fs3 button, .fs3 {
  font-size: clamp(
    1rem,
    2.33vw + 0.43rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .page-template-page-default h2, .module__packs .packs__grid .pack__price p, .module__packs .packs__grid .pack__type p, .single__nav .single__nav__item .single__nav__overlay h2, .card__blog .card__overlay h2, .card__event .card__date, .fs3 p,
  .fs3 span,
  .fs3 div,
  .fs3 li,
  .fs3 a,
  .fs3 h1,
  .fs3 h2,
  .fs3 h3,
  .fs3 h4,
  .fs3 h5,
  .fs3 h6,
  .fs3 button, .fs3 {
    font-size: clamp(
    1.5rem,
    1.72vw + 0.43rem,
    2.5rem
  );
  }
}
.page-template-page-default h3, .module__levels .single-level .level__info .level__wrapper h2,
.module__levels .single-level .level__info .level__wrapper .level__body p,
.module__levels .single-level .level__info .level__wrapper span, .module__packs .packs__grid .pack__feat p, .module__experience .experience__grid .container__title p, .module__hero .module__rich .module__subtitle p,
.module__hero .module__rich .module__subtitle h1,
.module__hero .module__rich .module__subtitle h2,
.module__hero .module__rich .module__subtitle h3,
.module__hero .module__rich .module__subtitle h4, .module__header .module__subtitle p,
.module__header .module__subtitle h1,
.module__header .module__subtitle h2,
.module__header .module__subtitle h3,
.module__header .module__subtitle h4, .single__nav .single__nav__item .single__nav__overlay > span, .card__course-content .course__levels .levels__title, .social-navigation a, .site-footer .footer__menus .footer__menu .menu__title,
.site-footer .footer__menus .footer__menu .title,
.site-footer .footer__menus .footer__form .menu__title,
.site-footer .footer__menus .footer__form .title, p,
li,
a, body, .fs4 p,
.fs4 span,
.fs4 div,
.fs4 li,
.fs4 a,
.fs4 h1,
.fs4 h2,
.fs4 h3,
.fs4 h4,
.fs4 h5,
.fs4 h6,
.fs4 button, .fs4 {
  font-size: clamp(
    1rem,
    1vw + 0.76rem,
    1.38rem
  );
}

@media (min-width: 992px) {
  .page-template-page-default h3, .module__levels .single-level .level__info .level__wrapper h2,
  .module__levels .single-level .level__info .level__wrapper .level__body p,
  .module__levels .single-level .level__info .level__wrapper span, .module__packs .packs__grid .pack__feat p, .module__experience .experience__grid .container__title p, .module__hero .module__rich .module__subtitle p,
  .module__hero .module__rich .module__subtitle h1,
  .module__hero .module__rich .module__subtitle h2,
  .module__hero .module__rich .module__subtitle h3,
  .module__hero .module__rich .module__subtitle h4, .module__header .module__subtitle p,
  .module__header .module__subtitle h1,
  .module__header .module__subtitle h2,
  .module__header .module__subtitle h3,
  .module__header .module__subtitle h4, .single__nav .single__nav__item .single__nav__overlay > span, .card__course-content .course__levels .levels__title, .social-navigation a, .site-footer .footer__menus .footer__menu .menu__title,
  .site-footer .footer__menus .footer__menu .title,
  .site-footer .footer__menus .footer__form .menu__title,
  .site-footer .footer__menus .footer__form .title, p,
  li,
  a, body, .fs4 p,
  .fs4 span,
  .fs4 div,
  .fs4 li,
  .fs4 a,
  .fs4 h1,
  .fs4 h2,
  .fs4 h3,
  .fs4 h4,
  .fs4 h5,
  .fs4 h6,
  .fs4 button, .fs4 {
    font-size: clamp(
    1.13rem,
    1.29vw + 0.32rem,
    1.88rem
  );
  }
}
.page-template-page-default h4, .module__experience .experience__grid .container__body p, .module__hero .module__rich .module__text p,
.module__hero .module__rich .module__text h1,
.module__hero .module__rich .module__text h2,
.module__hero .module__rich .module__text h3,
.module__hero .module__rich .module__text h4, .module__header .module__text p,
.module__header .module__text h1,
.module__header .module__text h2,
.module__header .module__text h3,
.module__header .module__text h4, .card__level-content .course__times, .card__level-content .card__level-times p, .card__level-content .card__level-days p, .card__level-content .card__level-level p, .card__team .card__content div p, .card__course-content .course__days p, .site-footer .footer__menus .footer__form input, .fs5 p,
.fs5 span,
.fs5 div,
.fs5 li,
.fs5 a,
.fs5 h1,
.fs5 h2,
.fs5 h3,
.fs5 h4,
.fs5 h5,
.fs5 h6,
.fs5 button, .fs5 {
  font-size: clamp(
    1.25rem,
    0.83vw + 1.05rem,
    1.56rem
  );
}

@media (min-width: 992px) {
  .page-template-page-default h4, .module__experience .experience__grid .container__body p, .module__hero .module__rich .module__text p,
  .module__hero .module__rich .module__text h1,
  .module__hero .module__rich .module__text h2,
  .module__hero .module__rich .module__text h3,
  .module__hero .module__rich .module__text h4, .module__header .module__text p,
  .module__header .module__text h1,
  .module__header .module__text h2,
  .module__header .module__text h3,
  .module__header .module__text h4, .card__level-content .course__times, .card__level-content .card__level-times p, .card__level-content .card__level-days p, .card__level-content .card__level-level p, .card__team .card__content div p, .card__course-content .course__days p, .site-footer .footer__menus .footer__form input, .fs5 p,
  .fs5 span,
  .fs5 div,
  .fs5 li,
  .fs5 a,
  .fs5 h1,
  .fs5 h2,
  .fs5 h3,
  .fs5 h4,
  .fs5 h5,
  .fs5 h6,
  .fs5 button, .fs5 {
    font-size: clamp(
    0.94rem,
    0.97vw + 0.34rem,
    1.5rem
  );
  }
}
.module__faqs .ac button, .module__packs .packs__grid .pack__link a, .module__header .module__surtitle p,
.module__header .module__surtitle h1,
.module__header .module__surtitle h2,
.module__header .module__surtitle h3,
.module__header .module__surtitle h4, form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea, .grid__filters a, .grid__pagination a, .grid__pagination span, .card__level-link a, .card__course-content .course__levels .levels__list, .card__course-content .course__times, .btn, .site-footer .footer__menus .footer__form .body p, .site-footer .footer__menus .footer__menu ul li a,
.site-footer .footer__menus .footer__form ul li a, .fs6 p,
.fs6 span,
.fs6 div,
.fs6 li,
.fs6 a,
.fs6 h1,
.fs6 h2,
.fs6 h3,
.fs6 h4,
.fs6 h5,
.fs6 h6,
.fs6 button, .fs6 {
  font-size: clamp(
    0.75rem,
    0.5vw + 0.63rem,
    0.94rem
  );
}

@media (min-width: 992px) {
  .module__faqs .ac button, .module__packs .packs__grid .pack__link a, .module__header .module__surtitle p,
  .module__header .module__surtitle h1,
  .module__header .module__surtitle h2,
  .module__header .module__surtitle h3,
  .module__header .module__surtitle h4, form input[type=text],
  form input[type=email],
  form input[type=tel],
  form select,
  form textarea, .grid__filters a, .grid__pagination a, .grid__pagination span, .card__level-link a, .card__course-content .course__levels .levels__list, .card__course-content .course__times, .btn, .site-footer .footer__menus .footer__form .body p, .site-footer .footer__menus .footer__menu ul li a,
  .site-footer .footer__menus .footer__form ul li a, .fs6 p,
  .fs6 span,
  .fs6 div,
  .fs6 li,
  .fs6 a,
  .fs6 h1,
  .fs6 h2,
  .fs6 h3,
  .fs6 h4,
  .fs6 h5,
  .fs6 h6,
  .fs6 button, .fs6 {
    font-size: clamp(
    0.75rem,
    0.86vw + 0.22rem,
    1.25rem
  );
  }
}
.module__faqs .ac p, form .contact__form-submit .wpcf7-list-item label .wpcf7-list-item-label, form .wpcf7-not-valid-tip, .main-dropdown li,
.main-dropdown a, .main-navigation a, small, .fs7 p,
.fs7 span,
.fs7 div,
.fs7 li,
.fs7 a,
.fs7 h1,
.fs7 h2,
.fs7 h3,
.fs7 h4,
.fs7 h5,
.fs7 h6,
.fs7 button, .fs7 {
  font-size: clamp(
    0.75rem,
    0.5vw + 0.63rem,
    0.94rem
  );
}

@media (min-width: 992px) {
  .module__faqs .ac p, form .contact__form-submit .wpcf7-list-item label .wpcf7-list-item-label, form .wpcf7-not-valid-tip, .main-dropdown li,
  .main-dropdown a, .main-navigation a, small, .fs7 p,
  .fs7 span,
  .fs7 div,
  .fs7 li,
  .fs7 a,
  .fs7 h1,
  .fs7 h2,
  .fs7 h3,
  .fs7 h4,
  .fs7 h5,
  .fs7 h6,
  .fs7 button, .fs7 {
    font-size: clamp(
    0.63rem,
    0.75vw + 0.16rem,
    1.06rem
  );
  }
}
.btn {
  font-family: "DelaGothicOne", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s;
  border-style: solid;
  border-width: 2px;
  padding: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem) clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}

.btn__primary {
  background-color: #520eb8;
  border-color: #520eb8;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-primary {
  border-color: #520eb8;
  border-style: solid;
  border-width: 2px;
  color: #520eb8;
}

.btn__avocado {
  background-color: #d3e841;
  border-color: #d3e841;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-avocado {
  border-color: #d3e841;
  border-style: solid;
  border-width: 2px;
  color: #d3e841;
}

.btn__purple {
  background-color: #520eb8;
  border-color: #520eb8;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-purple {
  border-color: #520eb8;
  border-style: solid;
  border-width: 2px;
  color: #520eb8;
}

.btn__purple-light {
  background-color: #7c5ccb;
  border-color: #7c5ccb;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-purple-light {
  border-color: #7c5ccb;
  border-style: solid;
  border-width: 2px;
  color: #7c5ccb;
}

.btn__purple-lighter {
  background-color: #c2afe6;
  border-color: #c2afe6;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-purple-lighter {
  border-color: #c2afe6;
  border-style: solid;
  border-width: 2px;
  color: #c2afe6;
}

.btn__pink {
  background-color: #fe17a1;
  border-color: #fe17a1;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-pink {
  border-color: #fe17a1;
  border-style: solid;
  border-width: 2px;
  color: #fe17a1;
}

.btn__pink-light {
  background-color: #fcd4ee;
  border-color: #fcd4ee;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-pink-light {
  border-color: #fcd4ee;
  border-style: solid;
  border-width: 2px;
  color: #fcd4ee;
}

.btn__orange {
  background-color: #ff8942;
  border-color: #ff8942;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-orange {
  border-color: #ff8942;
  border-style: solid;
  border-width: 2px;
  color: #ff8942;
}

.btn__green {
  background-color: #53da3f;
  border-color: #53da3f;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-green {
  border-color: #53da3f;
  border-style: solid;
  border-width: 2px;
  color: #53da3f;
}

.btn__green-light {
  background-color: #83e3a9;
  border-color: #83e3a9;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-green-light {
  border-color: #83e3a9;
  border-style: solid;
  border-width: 2px;
  color: #83e3a9;
}

.btn__blue {
  background-color: #7adfda;
  border-color: #7adfda;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-blue {
  border-color: #7adfda;
  border-style: solid;
  border-width: 2px;
  color: #7adfda;
}

.btn__gray {
  background-color: gray;
  border-color: gray;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-gray {
  border-color: gray;
  border-style: solid;
  border-width: 2px;
  color: gray;
}

.btn__black {
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-black {
  border-color: black;
  border-style: solid;
  border-width: 2px;
  color: black;
}

.btn__white {
  background-color: #FFF7E1;
  border-color: #FFF7E1;
  border-style: solid;
  border-width: 2px;
}

.btn__outline-white {
  border-color: #FFF7E1;
  border-style: solid;
  border-width: 2px;
  color: #FFF7E1;
}

.btn__black {
  color: var(--color-black);
}

.btn__black:hover {
  color: var(--color-black);
  background-color: none;
  border-color: none;
}

.btn__primary {
  color: var(--color-avocado);
}

.btn__primary:hover {
  color: var(--color-primary);
  background-color: var(--color-avocado);
  border-color: var(--color-primary);
}

.btn__avocado {
  color: var(--color-primary);
}

.btn__avocado:hover {
  color: var(--color-avocado);
  background-color: var(--color-primary);
  border-color: var(--color-avocado);
}

.pt-xsmall {
  padding-top: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .pt-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.pb-xsmall {
  padding-bottom: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .pb-xsmall {
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.ptb-xsmall {
  padding-top: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
  padding-bottom: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .ptb-xsmall {
    padding-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    padding-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.module__timetable .module__buttons, .pt-small {
  padding-top: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .module__timetable .module__buttons, .pt-small {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.module__levels .multi-level, .module__levels .single-level, .pb-small, .single__share, .single__intro__overlay {
  padding-bottom: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .module__levels .multi-level, .module__levels .single-level, .pb-small, .single__share, .single__intro__overlay {
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.ptb-small, .sidenav__content {
  padding-top: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
  padding-bottom: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .ptb-small, .sidenav__content {
    padding-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    padding-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.pt-medium, .site-footer {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .pt-medium, .site-footer {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.module__rich, .module__header, .pb-medium {
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .module__rich, .module__header, .pb-medium {
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.ptb-medium {
  padding-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  padding-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .ptb-medium {
    padding-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    padding-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.module__levels .multi-level, .module__levels .single-level, .pt-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .module__levels .multi-level, .module__levels .single-level, .pt-large {
    padding-top: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.pb-large {
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .pb-large {
    padding-bottom: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.ptb-large {
  padding-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  padding-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .ptb-large {
    padding-top: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
    padding-bottom: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.mt-xsmall {
  margin-top: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .mt-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mb-xsmall {
  margin-bottom: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .mb-xsmall {
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mtb-xsmall {
  margin-top: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
  margin-bottom: clamp(
    0.94rem,
    2.5vw + 0.33rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .mtb-xsmall {
    margin-top: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
    margin-bottom: clamp(
    1.56rem,
    2.69vw + -0.11rem,
    3.13rem
  );
  }
}
.mt-small {
  margin-top: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .mt-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mb-small {
  margin-bottom: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .mb-small {
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mtb-small {
  margin-top: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
  margin-bottom: clamp(
    0.94rem,
    4.99vw + -0.28rem,
    2.81rem
  );
}

@media (min-width: 992px) {
  .mtb-small {
    margin-top: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
    margin-bottom: clamp(
    3.13rem,
    3.23vw + 1.12rem,
    5rem
  );
  }
}
.mt-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .mt-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mb-medium {
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .mb-medium {
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mtb-medium {
  margin-top: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
  margin-bottom: clamp(
    3.13rem,
    1.66vw + 2.72rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .mtb-medium {
    margin-top: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
    margin-bottom: clamp(
    4.38rem,
    3.23vw + 2.37rem,
    6.25rem
  );
  }
}
.mt-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .mt-large {
    margin-top: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.mb-large {
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .mb-large {
    margin-bottom: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.mtb-large {
  margin-top: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  margin-bottom: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .mtb-large {
    margin-top: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
    margin-bottom: clamp(
    6.25rem,
    8.62vw + 0.91rem,
    11.25rem
  );
  }
}
.pl-small {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .pl-small {
    padding-left: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.pr-small {
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .pr-small {
    padding-right: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.module__banner .module__rich, .module-max-width-extrasmall, .module-max-width-small, .module-max-width-medium, .module-max-width, .module-default, .plr-small {
  padding-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  padding-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .module__banner .module__rich, .module-max-width-extrasmall, .module-max-width-small, .module-max-width-medium, .module-max-width, .module-default, .plr-small {
    padding-left: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
    padding-right: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.module__levels .multi-level, .pl-medium {
  padding-left: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .module__levels .multi-level, .pl-medium {
    padding-left: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.pr-medium {
  padding-right: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .pr-medium {
    padding-right: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.module__levels .single-level, .module__marquee .module__header, .module-narrow, .plr-medium, .single__intro__overlay, .sidenav__content, .site-footer, .site-header {
  padding-left: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
  padding-right: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .module__levels .single-level, .module__marquee .module__header, .module-narrow, .plr-medium, .single__intro__overlay, .sidenav__content, .site-footer, .site-header {
    padding-left: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
    padding-right: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.pl-large {
  padding-left: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .pl-large {
    padding-left: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.pr-large {
  padding-right: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .pr-large {
    padding-right: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.page-template-page-default #wrapper, .module__banner-bg, .module-extra, .plr-large {
  padding-left: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  padding-right: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .page-template-page-default #wrapper, .module__banner-bg, .module-extra, .plr-large {
    padding-left: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
    padding-right: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.ml-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .ml-small {
    margin-left: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.mr-small {
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .mr-small {
    margin-right: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.mlr-small {
  margin-left: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
  margin-right: clamp(
    1.25rem,
    1.66vw + 0.84rem,
    1.88rem
  );
}

@media (min-width: 992px) {
  .mlr-small {
    margin-left: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
    margin-right: clamp(
    1.56rem,
    1.62vw + 0.56rem,
    2.5rem
  );
  }
}
.ml-medium {
  margin-left: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .ml-medium {
    margin-left: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.mr-medium {
  margin-right: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .mr-medium {
    margin-right: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.mlr-medium {
  margin-left: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
  margin-right: clamp(
    1.88rem,
    4.99vw + 0.66rem,
    3.75rem
  );
}

@media (min-width: 992px) {
  .mlr-medium {
    margin-left: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
    margin-right: clamp(
    1.88rem,
    7.54vw + -2.8rem,
    6.25rem
  );
  }
}
.ml-large {
  margin-left: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .ml-large {
    margin-left: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.mr-large {
  margin-right: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .mr-large {
    margin-right: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.mlr-large {
  margin-left: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
  margin-right: clamp(
    3.13rem,
    4.99vw + 1.91rem,
    5rem
  );
}

@media (min-width: 992px) {
  .mlr-large {
    margin-left: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
    margin-right: clamp(
    3.13rem,
    16.16vw + -6.9rem,
    12.5rem
  );
  }
}
.page-template-page-default #wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-template-page-default #wrapper ul li {
  padding-left: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  margin-left: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  position: relative;
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.page-template-page-default #wrapper ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 25px;
  background-color: var(--color-black);
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-white);
  font-family: "Monserrat", sans-serif;
}

p,
li,
a {
  margin: 0;
  font-family: "Monserrat", sans-serif;
}
p strong,
li strong,
a strong {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  color: var(--color-primary-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul,
ol,
li {
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

blockquote {
  margin: 0 0 30px 0;
  padding: 0;
}
blockquote p {
  font-weight: bold;
}

img,
video {
  height: auto;
  display: block;
}

.svg-icon-inline, .svg-icon {
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: transparent;
  fill: currentColor;
}

.svg-icon {
  display: flex;
}

.svg-icon-inline {
  display: inline-flex;
}

.site-header {
  padding-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}
.site-header.hide-menu {
  transform: translateY(-100%);
}
.site-header .menu__wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .site-header .menu__wrapper {
    display: flex;
    align-items: center;
  }
}
.site-header .menu__wrapper .main-navigation {
  margin-right: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}

.page-white .header__brand .brand-white,
.shrink .header__brand .brand-white,
.menu-open .header__brand .brand-white {
  opacity: 0;
}
.page-white .header__brand .brand-black,
.shrink .header__brand .brand-black,
.menu-open .header__brand .brand-black {
  opacity: 1;
}
.page-white .burger span,
.shrink .burger span,
.menu-open .burger span {
  background-color: var(--color-avocado) !important;
}
.page-white .main-navigation a,
.shrink .main-navigation a,
.menu-open .main-navigation a {
  color: var(--color-avocado);
}

.shrink .site-header {
  padding-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.site-footer {
  background-color: var(--color-purple);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.site-footer .footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (min-width: 768px) {
  .site-footer .footer__brand {
    flex-direction: row;
  }
}
.site-footer .footer__brand a.header__brand {
  width: 80px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .site-footer .footer__brand a.header__brand {
    width: 150px;
  }
}
.site-footer .footer__brand a.header__brand img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer .footer__menus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  padding: clamp(2.5rem, 1.842rem + 2.632vw, 5rem) 0;
}
@media (min-width: 768px) {
  .site-footer .footer__menus {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .site-footer .footer__menus {
    flex-wrap: nowrap;
  }
}
.site-footer .footer__menus .footer__menu .menu__title,
.site-footer .footer__menus .footer__menu .title,
.site-footer .footer__menus .footer__form .menu__title,
.site-footer .footer__menus .footer__form .title {
  font-family: "DelaGothicOne", sans-serif;
  color: var(--color-avocado);
}
@media (max-width: 767px) {
  .site-footer .footer__menus .footer__menu .menu__title,
  .site-footer .footer__menus .footer__menu .title,
  .site-footer .footer__menus .footer__form .menu__title,
  .site-footer .footer__menus .footer__form .title {
    text-align: center;
  }
}
.site-footer .footer__menus .footer__menu ul,
.site-footer .footer__menus .footer__form ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  padding-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
@media (min-width: 768px) {
  .site-footer .footer__menus .footer__menu ul,
  .site-footer .footer__menus .footer__form ul {
    text-align: left;
    justify-content: flex-start;
  }
}
.site-footer .footer__menus .footer__menu ul li,
.site-footer .footer__menus .footer__form ul li {
  line-height: 0.8em;
}
.site-footer .footer__menus .footer__menu ul li a,
.site-footer .footer__menus .footer__form ul li a {
  text-decoration: none;
  color: var(--color-avocado);
}
.site-footer .footer__menus .footer__menu ul li a:hover,
.site-footer .footer__menus .footer__form ul li a:hover {
  text-decoration: underline;
}
.site-footer .footer__menus .footer__form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .site-footer .footer__menus .footer__form {
    width: 100%;
  }
}
.site-footer .footer__menus .footer__form .title {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.site-footer .footer__menus .footer__form .body {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  color: var(--color-avocado);
}
@media (max-width: 767px) {
  .site-footer .footer__menus .footer__form .body {
    text-align: center;
  }
}
.site-footer .footer__menus .footer__form input {
  background: transparent;
  border: 1px solid var(--color-avocado);
  color: var(--color-avocado);
  padding: 10px;
}
.site-footer .footer__menus .footer__form input::-moz-placeholder {
  opacity: 0.8;
}
.site-footer .footer__menus .footer__form input::placeholder {
  opacity: 0.8;
}
.site-footer .footer__menus .footer__form input:focus, .site-footer .footer__menus .footer__form input:active {
  outline: none;
}
.site-footer .footer__menus .footer__form button {
  margin-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
@media (min-width: 992px) {
  .site-footer .footer__motto {
    transform: translateY(30px);
  }
}
.site-footer .footer__motto svg text {
  font-family: "DelaGothicOne", sans-serif;
  fill: var(--color-avocado);
  text-transform: uppercase;
}

#wrapper {
  overflow: hidden;
}

.header__brand {
  position: relative;
  display: block;
  width: 60px;
}
@media (min-width: 768px) {
  .header__brand {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .header__brand {
    width: 100px;
  }
}
.header__brand img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}

.header__burger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .header__burger {
    display: none;
  }
}
.header__burger .burger {
  position: relative;
  width: 30px;
  height: 20px;
}
.header__burger .burger span {
  position: absolute;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--color-avocado);
}
.header__burger .burger span:first-of-type {
  top: 0;
}
.header__burger .burger span:nth-of-type(2), .header__burger .burger span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%);
}
.header__burger .burger span:last-of-type {
  bottom: 0;
}

.menu-open .burger span:first-child, .menu-open .burger span:last-child {
  opacity: 0;
}
.menu-open .burger span:nth-child(2) {
  transform: translate(0, -50%) rotate(-45deg);
}
.menu-open .burger span:nth-child(3) {
  transform: translate(0, -50%) rotate(45deg);
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  background-image: url(../assets/images/loading-bg.jpg);
  background-size: cover;
  opacity: 1;
}
.loader.hidden {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/images/loading-brand.png);
  background-size: cover;
  width: 165px;
  height: 248px;
}
@media (max-width: 767px) {
  .loader:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
}

.main-navigation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .main-navigation {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
         column-gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  }
}
.main-navigation li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "DelaGothicOne", sans-serif;
  font-weight: 400;
  color: var(--color-white);
  position: relative;
}
.main-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: var(--color-white);
  transform: translateY(100%);
  transition: all 0.3s;
}
.main-navigation a:hover:before {
  left: 0;
  width: 100%;
}
@media (max-width: 1279px) {
  .main-navigation .menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-navigation .menu-item-has-children:hover .dropdown__body {
  display: flex;
  opacity: 1;
}
.main-navigation .menu-item-has-children:hover .dropdown__header img {
  transform: rotate(180deg);
}
.main-navigation .dropdown__header {
  display: flex;
  align-items: center;
}
.main-navigation .dropdown__header img {
  margin-left: 5px;
  height: 12px;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1279px) {
  .main-navigation .dropdown__header img {
    display: none;
  }
}
@media (max-width: 1279px) {
  .main-navigation .dropdown__body {
    display: flex;
    flex-direction: column !important;
    gap: 5px !important;
  }
}
@media (min-width: 1280px) {
  .main-navigation .dropdown__body {
    display: none;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: opacity 2s;
  }
}

.social-navigation {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .social-navigation {
    justify-content: flex-end;
  }
}
.social-navigation ul {
  display: flex;
  gap: 20px;
}
.social-navigation a {
  font-weight: 600;
  text-decoration: none;
  color: var(--color-primary);
  background-color: var(--color-avocado);
  display: flex;
  padding: 10px;
}
@media (min-width: 768px) {
  .social-navigation a {
    padding: 20px;
  }
}
.social-navigation a:hover {
  color: var(--color-gray);
}

.main-dropdown {
  position: relative;
  padding-right: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.main-dropdown li,
.main-dropdown a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "DelaGothicOne", sans-serif;
  font-weight: 400;
  color: var(--color-white);
}
.main-dropdown .dropdown__header {
  display: flex;
  align-items: center;
}
.main-dropdown .dropdown__header img {
  margin-left: 5px;
  height: 20px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.main-dropdown .dropdown__body {
  display: none;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.sidenav__content {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-purple);
  transform: translateX(-101%);
  transition: all 0.3s;
}
.sidenav__content .dropdown__body {
  padding-bottom: 10px;
}
.sidenav__content .dropdown__body li a {
  font-size: 18px;
  font-family: "Horizon", sans-serif;
  color: var(--color-avocado);
  text-decoration: none;
  display: inline-block;
}
.sidenav__content > #menu-courses .menu__title {
  font-size: 26px;
  font-family: "Horizon", sans-serif;
  color: var(--color-avocado);
}
.sidenav__content > #menu-courses ul {
  padding: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem) 0;
}
.sidenav .main-navigation ul {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  text-align: left;
}
.sidenav .main-navigation a {
  font-size: 26px;
  font-weight: 600;
  color: var(--color-avocado);
}

.menu-open .sidenav__content {
  transform: translateX(0);
}

.columns {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media (min-width: 992px) {
  .columns {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: clamp(2.5rem, 1.842rem + 2.632vw, 5rem);
         column-gap: clamp(2.5rem, 1.842rem + 2.632vw, 5rem);
  }
}
.columns .col {
  width: 100%;
}
@media (min-width: 992px) {
  .columns .col {
    width: 50%;
  }
}

.c__cat {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.c__cat span {
  padding: 10px 15px;
  background-color: var(--color-avocado);
  color: var(--color-primary);
  font-size: 14px;
}

.card {
  position: relative;
}
.card img, .card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.card .module__media__resources {
  aspect-ratio: 3/4;
  position: relative;
}
.card .module__media__resources a {
  position: absolute;
  bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  left: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.card__wrap {
  position: relative;
}
.card__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card__overlay div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card__overlay h2, .card__overlay p, .card__overlay > span {
  color: var(--color-white);
}
.card__overlay h2 {
  font-family: "DelaGothicOne", sans-serif;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.card:hover .card__wrap:before {
  opacity: 1;
}

.card__course {
  text-decoration: none;
}
.card__course-wrapper {
  position: relative;
}
.card__course-title {
  text-transform: uppercase;
  font-family: "DelaGothicOne", sans-serif;
}
.card__course-decoration {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  scale: -1;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "HorizonOutlined", sans-serif;
  color: var(--color-white);
  line-height: 0.7em;
  transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .card__course-decoration {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .card__course-decoration {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .card__course-decoration {
    font-size: 40px;
    bottom: 30px;
  }
}
.card__course-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card__course-content * {
  color: var(--color-white);
}
.card__course-content .course__days {
  margin-bottom: 5px;
}
.card__course-content .course__days p {
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
  max-width: 70%;
  line-height: 1.2em;
}
.card__course-content .course__times {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.card__course-content .course__levels .levels__title {
  font-family: "DelaGothicOne", sans-serif;
  margin-bottom: 5px;
}
.card__course .btn {
  display: flex;
  justify-content: center;
}

.card__event .card__date {
  font-family: "DelaGothicOne", sans-serif;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.card__event .card__fake {
  opacity: 0;
}
.card__event .card__location {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
}
.card__event .card__address {
  margin-bottom: 10px;
  line-height: 1em;
}

.card__blog .card__overlay {
  justify-content: flex-end;
}
.card__team {
  height: 100%;
}
.card__team .module__media__resources {
  aspect-ratio: unset;
  height: 100%;
}
.card__team .module__media__resources img {
  height: 100%;
  width: auto !important;
}
.card__team .card__overlay {
  justify-content: flex-end;
}
.card__team .card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__team .card__content div {
  max-width: 80%;
}
.card__team .card__content div p {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .card__team .card__content div p {
    font-size: 13px;
  }
}
.card__team .card__content div p:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.card__team:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
.card__team h2 {
  margin-bottom: 15px;
}

.card__testimony {
  height: 100%;
}
.card__testimony .module__media__resources {
  aspect-ratio: unset;
  height: 100%;
}
.card__testimony .module__media__resources img {
  height: 100%;
  width: auto !important;
}

.card__level-wrapper {
  position: relative;
}
.card__level-bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card__level-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card__level-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.card__level-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card__level-content p {
  color: var(--color-white);
}
.card__level-content .card__level-level p {
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
}
.card__level-content .card__level-experience .experience__title {
  font-weight: 700;
}
.card__level-content .card__level-days {
  margin-top: 20px;
  margin-bottom: 5px;
}
.card__level-content .card__level-days p {
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
  max-width: 70%;
  line-height: 1.2em;
}
.card__level-content .course__times {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.card__level-link {
  display: flex;
  justify-content: center;
  background-color: var(--color-avocado);
}
.card__level-link a {
  color: var(--color-purple);
  padding: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  font-family: "DelaGothicOne", sans-serif;
  text-decoration: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .grid__wrap {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .grid__wrap {
    padding-top: 100px;
  }
}
.grid__pagination {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.grid__pagination a, .grid__pagination span {
  padding: 10px 15px;
}
.grid__pagination a {
  text-decoration: none;
  background-color: var(--color-avocado);
}
.grid__pagination a:hover {
  background-color: var(--color-primary);
  color: var(--color-avocado);
}
.grid__pagination span {
  background-color: var(--color-primary);
  color: var(--color-avocado);
}
@media (min-width: 768px) {
  .grid__post, .grid--columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .grid__post, .grid--columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.grid__filters {
  background-color: var(--color-avocado);
  padding: 20px 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.grid__filters a {
  text-decoration: none;
}

.single__intro {
  height: 95vh;
  position: relative;
  background-color: var(--color-primary);
}
.single__intro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single__intro:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
.single__intro__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.single__intro h1 {
  color: var(--color-white);
  font-family: "DelaGothicOne", sans-serif;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.single__intro .c__cat span {
  font-size: 18px;
}

.single__nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
@media (min-width: 768px) {
  .single__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single__nav .single__nav__item {
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single__nav .single__nav__item:first-child .single__nav__overlay {
    align-items: flex-end;
    text-align: right;
  }
  .single__nav .single__nav__item:first-child .single__nav__overlay .c__cat {
    justify-content: flex-end;
  }
}
.single__nav .single__nav__item img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single__nav .single__nav__item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.single__nav .single__nav__item .single__nav__overlay {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .single__nav .single__nav__item .single__nav__overlay {
    padding: 40px;
  }
}
.single__nav .single__nav__item .single__nav__overlay > span {
  margin-bottom: 50px;
  color: var(--color-white);
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
}
.single__nav .single__nav__item .single__nav__overlay h2 {
  color: var(--color-white);
  font-family: "DelaGothicOne", sans-serif;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.single__nav .single__nav__item:hover:before {
  opacity: 0.3;
}

.single__content :where(figure), .single__content p, .single__content h2, .single__content h3, .single__content h4, .single__content h5 {
  margin-bottom: 20px;
}
.single__content p {
  line-height: 1.5em;
}
.single__content p a {
  font-weight: bold;
  text-decoration: underline;
}
.single__content h2, .single__content h3, .single__content h4, .single__content h5 {
  font-weight: normal;
}
.single__content .has-x-large-font-size {
  font-family: "DelaGothicOne", sans-serif;
  font-size: 60px !important;
}
@media (min-width: 768px) {
  .single__content .has-x-large-font-size {
    font-size: 100px !important;
  }
}
@media (min-width: 1280px) {
  .single__content .has-x-large-font-size {
    font-size: 150px !important;
  }
}
.single__content .has-large-font-size {
  font-family: "DelaGothicOne", sans-serif;
  font-size: 40px !important;
}
@media (min-width: 768px) {
  .single__content .has-large-font-size {
    font-size: 60px !important;
  }
}
@media (min-width: 1280px) {
  .single__content .has-large-font-size {
    font-size: 100px !important;
  }
}
.single__content .has-medium-font-size {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .single__content .has-medium-font-size {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  .single__content .has-medium-font-size {
    font-size: 45px !important;
  }
}
.single__content .has-small-font-size {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .single__content .has-small-font-size {
    font-size: 20px !important;
  }
}
@media (min-width: 1280px) {
  .single__content .has-small-font-size {
    font-size: 24px !important;
  }
}
.single__content .has-x-large-font-size,
.single__content .has-large-font-size {
  line-height: 0.8;
}
.single__content .has-medium-font-size {
  line-height: 1;
}
.single__content .has-x-large-font-size strong,
.single__content .has-large-font-size strong {
  font-family: "HorizonOutlined", sans-serif;
  font-weight: normal;
}

.single__share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__share .a2a_svg {
  background-color: var(--color-primary) !important;
  width: 45px !important;
  height: 45px !important;
  padding: 8px;
}
@media (min-width: 768px) {
  .single__share .a2a_svg {
    width: 70px !important;
    height: 70px !important;
    padding: 15px;
  }
}
.single__share .a2a_svg path {
  fill: var(--color-avocado);
}

form span {
  display: inline-block;
}
form .contact__form-row {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
form .contact__form-row p {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  form .contact__form-row p {
    flex-direction: row;
    gap: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  }
}
form .contact__form-row p span {
  width: 100%;
}
@media (min-width: 992px) {
  form .contact__form-row p span {
    width: 50%;
  }
}
form p span {
  width: 100%;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea {
  -webkit-appearance: none;
  /* Para Safari e iOS */
  -moz-appearance: none;
  /* Para Firefox */
  appearance: none;
  /* Para Chrome */
  border-radius: 0;
  /* Eliminar bordes redondeados */
  font-family: "Monserrat", sans-serif;
  color: var(--color-avocado);
  border: 1px solid var(--color-avocado);
  background: transparent;
  padding: 10px 20px;
  width: 100%;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  opacity: 0.8;
  color: var(--color-avocado);
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder,
form textarea::placeholder {
  opacity: 0.8;
  color: var(--color-avocado);
}
form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:focus,
form input[type=email]:active,
form input[type=tel]:focus,
form input[type=tel]:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active {
  outline: none;
  border: 2px solid var(--color-avocado);
}
form select {
  background-color: var(--color-purple-light);
}
form select:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-white);
}
form .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
form .wpcf7-form-control-wrap:has(select):before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid var(--color-avocado);
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
form .wpcf7-not-valid-tip {
  width: 100% !important;
  margin-top: 8px;
}
form .contact__form-submit .wpcf7-list-item {
  margin: 0;
}
form .contact__form-submit .wpcf7-list-item label {
  margin: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem) 0;
  display: flex;
  align-items: center;
}
form .contact__form-submit .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 10px;
  color: var(--color-avocado);
}

.brave_popup__close__button svg rect {
  width: 40px;
  height: 40px;
}
.brave_popup__close__button svg path {
  fill: #d3e841 !important;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.module__lg {
  cursor: pointer;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-ipad {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

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

@media (min-width: 992px) {
  .direction-reverse .columns {
    flex-direction: row-reverse;
  }
}

.module-border-top {
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-top-width: 5px;
}

.module-border-bottom {
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 5px;
}

@media (min-width: 1280px) {
  .module-max-width {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 1920px;
  }
}
@media (min-width: 1280px) {
  .module-max-width-medium {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 75vw;
  }
}
@media (min-width: 1280px) {
  .module-max-width-small {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .module-max-width-extrasmall {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 760px;
  }
}

.typo_normal,
.typo_normal p,
.typo_normal span,
.typo_normal div,
.typo_normal h1 {
  font-family: "MaisonNeue" !important;
}

.typo_extended,
.typo_extended p,
.typo_extended span,
.typo_extended div,
.typo_extended h1 {
  font-family: "MaisonNeueExtended" !important;
}

.module .module-background.horizon-left img {
  left: 0;
}
.module .module-background.horizon-right img {
  right: 0;
}
.module .module-background.vertical-top img {
  top: 0;
}
.module .module-background.vertical-bottom img {
  bottom: 0;
}
.module .module-background.transform-0 img {
  transform: none;
}
.module .module-background.transform-10 img {
  transform: translateY(10%);
}
.module .module-background.transform-25 img {
  transform: translateY(25%);
}
.module .module-background.transform-50 img {
  transform: translateY(50%);
}
.module .module-background.transform-75 img {
  transform: translateY(75%);
}
.module .module-background.transform-100 img {
  transform: translateY(100%);
}
.module .module-background img {
  position: absolute;
  z-index: 0;
}
.module .module__wrapper {
  position: relative;
  z-index: 1;
}

.module__title + .module__text {
  margin-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.theme-light .module__subtitle p, .theme-light .module__subtitle h1, .theme-light .module__subtitle h2, .theme-light .module__subtitle h3, .theme-light .module__subtitle h4,
.theme-light .module__text p,
.theme-light .module__text h1,
.theme-light .module__text h2,
.theme-light .module__text h3,
.theme-light .module__text h4 {
  color: var(--color-white);
}
.theme-light .module-subtitle-full {
  color: var(--color-white);
}

.theme-dark .module__subtitle p, .theme-dark .module__subtitle h1, .theme-dark .module__subtitle h2, .theme-dark .module__subtitle h3, .theme-dark .module__subtitle h4,
.theme-dark .module__text p,
.theme-dark .module__text h1,
.theme-dark .module__text h2,
.theme-dark .module__text h3,
.theme-dark .module__text h4 {
  color: var(--purple);
}
.theme-dark .module-subtitle-full {
  color: var(--color-purple);
}

.title-primary {
  color: var(--color-primary) !important;
  fill: var(--color-primary);
}
.title-primary p,
.title-primary text {
  color: inherit;
  fill: inherit;
}

.title-avocado {
  color: var(--color-avocado) !important;
  fill: var(--color-avocado);
}
.title-avocado p,
.title-avocado text {
  color: inherit;
  fill: inherit;
}

.title-purple {
  color: var(--color-purple) !important;
  fill: var(--color-purple);
}
.title-purple p,
.title-purple text {
  color: inherit;
  fill: inherit;
}

.title-pink {
  color: var(--color-pink) !important;
  fill: var(--color-pink);
}
.title-pink p,
.title-pink text {
  color: inherit;
  fill: inherit;
}

.title-orange {
  color: var(--color-orange) !important;
  fill: var(--color-orange);
}
.title-orange p,
.title-orange text {
  color: inherit;
  fill: inherit;
}

.title-green {
  color: var(--color-green) !important;
  fill: var(--color-green);
}
.title-green p,
.title-green text {
  color: inherit;
  fill: inherit;
}

.title-blue {
  color: var(--color-blue) !important;
  fill: var(--color-blue);
}
.title-blue p,
.title-blue text {
  color: inherit;
  fill: inherit;
}

.title-gray {
  color: var(--color-gray) !important;
  fill: var(--color-gray);
}
.title-gray p,
.title-gray text {
  color: inherit;
  fill: inherit;
}

.title-black {
  color: var(--color-black) !important;
  fill: var(--color-black);
}
.title-black p,
.title-black text {
  color: inherit;
  fill: inherit;
}

.title-white {
  color: var(--color-white) !important;
  fill: var(--color-white);
}
.title-white p,
.title-white text {
  color: inherit;
  fill: inherit;
}

.font-horizon text {
  font-family: "Horizon";
}

.font-horizon-outlined text {
  font-family: "HorizonOutlined";
}

.font-dela text {
  font-family: "DelaGothicOne";
}

.font-chuco text {
  font-family: "Extenda 30 Deca";
}

.module__title p, .module__title h1, .module__title h2, .module__title h3, .module__title h4 {
  line-height: 1em;
  color: inherit;
}
.module__title p em, .module__title h1 em, .module__title h2 em, .module__title h3 em, .module__title h4 em {
  font-family: "HorizonOutlined", sans-serif;
  font-style: normal;
}
.module__title.font-horizon p, .module__title.font-horizon h1, .module__title.font-horizon h2, .module__title.font-horizon h3, .module__title.font-horizon h4 {
  font-family: "Horizon", sans-serif !important;
}
.module__title.font-horizon-outlined p, .module__title.font-horizon-outlined h1, .module__title.font-horizon-outlined h2, .module__title.font-horizon-outlined h3, .module__title.font-horizon-outlined h4 {
  font-family: "HorizonOutlined", sans-serif !important;
}
.module__title.font-dela p, .module__title.font-dela h1, .module__title.font-dela h2, .module__title.font-dela h3, .module__title.font-dela h4 {
  font-family: "DelaGothicOne", sans-serif !important;
}
.module__title.font-chuco p, .module__title.font-chuco h1, .module__title.font-chuco h2, .module__title.font-chuco h3, .module__title.font-chuco h4 {
  font-family: "Extenda 30 Deca", sans-serif !important;
}

.module-title-full {
  width: 100%;
  color: var(--color-black);
  font-family: "DelaGothicOne", sans-serif;
  line-height: 1.2em;
}
.module-title-full svg {
  display: block;
  width: 100%;
  max-height: 100%;
  overflow: visible;
}
.module-title-full svg text {
  transform: translateY(-10%);
  width: 100%;
  fill: currentColor;
}
.module-title-full.font-chuco svg text {
  transform: translateY(-20%);
}

.module__subtitle p, .module__subtitle h1, .module__subtitle h2, .module__subtitle h3, .module__subtitle h4 {
  line-height: 1em;
}

.module__media__resources {
  width: 100%;
}
.module__media__resources img,
.module__media__resources video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  max-height: 90%;
  width: auto;
}

.module__buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.module__text p, .module__text h1, .module__text h2, .module__text h3, .module__text h4 {
  line-height: 1.2em;
}

.module__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.module__header.f-start {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .module__header.f-start {
    text-align: center;
    align-items: center;
  }
}
.module__header.f-start .module__text {
  max-width: 90%;
}
@media (min-width: 992px) {
  .module__header.f-start .module__text {
    max-width: 70%;
  }
}
.module__header.f-center .module__text {
  max-width: 90%;
}
@media (min-width: 992px) {
  .module__header.f-center .module__text {
    max-width: 65%;
  }
}
.module__header .module__surtitle {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.module__header .module__subtitle {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.module__header .module__title {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.module__header .module__title p,
.module__header .module__title h1,
.module__header .module__title h2,
.module__header .module__title h3,
.module__header .module__title h4 {
  text-transform: uppercase;
}
.module__header .module__text {
  font-weight: 300;
}
.module__header .module__text p,
.module__header .module__text h1,
.module__header .module__text h2,
.module__header .module__text h3,
.module__header .module__text h4 {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .module__header .module__text p,
  .module__header .module__text h1,
  .module__header .module__text h2,
  .module__header .module__text h3,
  .module__header .module__text h4 {
    font-size: 16px;
  }
}
.module__header .module__text p:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.module__rich {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 90%;
}
@media (min-width: 992px) {
  .module__rich {
    max-width: 80%;
  }
}
.module__rich.f-start {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .module__rich.f-start {
    text-align: center;
    align-items: center;
  }
}
.module__rich.f-start .module__text {
  max-width: 90%;
}
@media (min-width: 992px) {
  .module__rich.f-start .module__text {
    max-width: 80%;
  }
}
.module__rich.f-center {
  margin: 0 auto;
}
.module__rich .module__surtitle {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.module__rich .module__surtitle p,
.module__rich .module__surtitle span,
.module__rich .module__surtitle h1,
.module__rich .module__surtitle h2,
.module__rich .module__surtitle h3,
.module__rich .module__surtitle h4,
.module__rich .module__surtitle h5,
.module__rich .module__surtitle h6 {
  color: inherit;
  font-family: inherit;
}
.module__rich .module__subtitle {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.module__rich .module__subtitle p,
.module__rich .module__subtitle span,
.module__rich .module__subtitle h1,
.module__rich .module__subtitle h2,
.module__rich .module__subtitle h3,
.module__rich .module__subtitle h4,
.module__rich .module__subtitle h5,
.module__rich .module__subtitle h6 {
  color: inherit;
  font-family: inherit;
}
.module__rich .module__title {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.module__rich .module__title p,
.module__rich .module__title span,
.module__rich .module__title h1,
.module__rich .module__title h2,
.module__rich .module__title h3,
.module__rich .module__title h4,
.module__rich .module__title h5,
.module__rich .module__title h6 {
  text-transform: uppercase;
  color: inherit;
  font-family: inherit;
}
.module__rich .module__body {
  font-weight: 300;
}
.module__rich .module__body p,
.module__rich .module__body span,
.module__rich .module__body h1,
.module__rich .module__body h2,
.module__rich .module__body h3,
.module__rich .module__body h4,
.module__rich .module__body h5,
.module__rich .module__body h6 {
  color: inherit;
  font-family: inherit;
}
@media (max-width: 767px) {
  .module__rich .module__body p,
  .module__rich .module__body span,
  .module__rich .module__body h1,
  .module__rich .module__body h2,
  .module__rich .module__body h3,
  .module__rich .module__body h4,
  .module__rich .module__body h5,
  .module__rich .module__body h6 {
    font-size: 13px !important;
  }
}
.module__rich .module__body p:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.module__banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.module__banner .module__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.module__banner .module__buttons {
  justify-content: center;
}

.module__banner-bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .module__banner-bg {
    padding: 0;
  }
}
.module__banner-bg .module__media__resources {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module__banner-bg .module__media__resources img,
.module__banner-bg .module__media__resources video,
.module__banner-bg .module__media__resources picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.module__banner .module__rich {
  padding-bottom: 0 !important;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .module__banner .module__rich .module__surtitle p,
  .module__banner .module__rich .module__surtitle h1,
  .module__banner .module__rich .module__surtitle h2,
  .module__banner .module__rich .module__surtitle h3,
  .module__banner .module__rich .module__surtitle h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .module__banner .module__rich .module__title p,
  .module__banner .module__rich .module__title h1,
  .module__banner .module__rich .module__title h2,
  .module__banner .module__rich .module__title h3,
  .module__banner .module__rich .module__title h4 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .module__banner .module__rich .module__subtitle p,
  .module__banner .module__rich .module__subtitle h1,
  .module__banner .module__rich .module__subtitle h2,
  .module__banner .module__rich .module__subtitle h3,
  .module__banner .module__rich .module__subtitle h4 {
    font-size: 30px;
  }
}
.module__banner .module__rich .module__body {
  margin: 0 auto;
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (min-width: 768px) {
  .module__banner .module__rich .module__body {
    max-width: 60%;
  }
}
.module__banner .module__rich .module__body p,
.module__banner .module__rich .module__body h1,
.module__banner .module__rich .module__body h2,
.module__banner .module__rich .module__body h3,
.module__banner .module__rich .module__body h4 {
  padding-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
@media (max-width: 767px) {
  .module__banner .module__rich .module__body p,
  .module__banner .module__rich .module__body h1,
  .module__banner .module__rich .module__body h2,
  .module__banner .module__rich .module__body h3,
  .module__banner .module__rich .module__body h4 {
    font-size: 14px;
  }
}

.module__carousel img {
  height: 100%;
  width: auto;
}

.module__hero .module__wrapper {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .module__hero article {
    padding: clamp(2.5rem, 1.842rem + 2.632vw, 5rem) 0 80px;
  }
}
@media (min-width: 992px) {
  .module__hero article:has(.module-title-full) {
    transform: translateY(-70px);
  }
}
.module__hero .module__rich .module__subtitle {
  padding-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  text-align: center;
}
.module__hero .module__rich .module__text {
  padding-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .module__hero .module__rich .module__text {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .module__hero .module__rich .module__text p,
  .module__hero .module__rich .module__text h1,
  .module__hero .module__rich .module__text h2,
  .module__hero .module__rich .module__text h3,
  .module__hero .module__rich .module__text h4 {
    font-size: 16px;
  }
}
.module__hero .module__rich .module__text strong {
  font-weight: 900;
}
.module__hero .module__rich .module__buttons {
  padding-top: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  justify-content: center;
}

.module__experience .experience__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (max-width: 767px) {
  .module__experience .experience__grid {
    flex-wrap: wrap;
  }
}
.module__experience .experience__grid .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  background-color: var(--color-blue);
  padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  text-align: center;
}
.module__experience .experience__grid .container p {
  color: var(--color-purple);
  margin: 0 auto 20px;
}
.module__experience .experience__grid .container__title p {
  font-family: "DelaGothicOne", sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.module__experience .experience__grid .container__link a {
  display: inline-block;
}

.module__courses .courses__grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 1.842rem + 2.632vw, 5rem);
}
.module__courses .courses__grid > * {
  flex: 1 1 calc((100% - (2 * clamp(2.5rem, 1.842rem + 2.632vw, 5rem))) / 3);
  max-width: calc((100% - (2 * clamp(2.5rem, 1.842rem + 2.632vw, 5rem))) / 3);
}
@media (max-width: 991px) {
  .module__courses .courses__grid {
    flex-direction: column;
  }
  .module__courses .courses__grid > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.module__marquee .splide__list .splide__slide {
  display: flex;
  align-items: center;
}
.module__marquee .splide__list .splide__slide p {
  text-align: center;
  font-family: "DelaGothicOne", sans-serif;
  margin: 10px 0;
  line-height: 0.8em;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .module__marquee .splide__list .splide__slide p {
    margin: 10px 0;
  }
}
.module__marquee .splide__list .splide__slide p svg {
  margin: 0 10px;
  font-size: 0.6em;
}
.module__marquee .title-strong-primary svg {
  fill: var(--color-primary);
}

.module__marquee .title-strong-avocado svg {
  fill: var(--color-avocado);
}

.module__marquee .title-strong-purple svg {
  fill: var(--color-purple);
}

.module__marquee .title-strong-pink svg {
  fill: var(--color-pink);
}

.module__marquee .title-strong-orange svg {
  fill: var(--color-orange);
}

.module__marquee .title-strong-green svg {
  fill: var(--color-green);
}

.module__marquee .title-strong-blue svg {
  fill: var(--color-blue);
}

.module__marquee .title-strong-gray svg {
  fill: var(--color-gray);
}

.module__marquee .title-strong-black svg {
  fill: var(--color-black);
}

.module__marquee .title-strong-white svg {
  fill: var(--color-white);
}

.module__packs .packs__grid {
  display: flex;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (max-width: 767px) {
  .module__packs .packs__grid {
    flex-wrap: wrap;
    gap: clamp(3.75rem, 2.763rem + 3.947vw, 7.5rem);
  }
}
.module__packs .packs__grid .pack {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
  text-align: center;
}
.module__packs .packs__grid .pack div {
  padding: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem) 0;
  width: 100%;
}
.module__packs .packs__grid .pack__type {
  background-color: #7c5ccb;
}
.module__packs .packs__grid .pack__type p {
  color: var(--color-avocado);
  font-family: "DelaGothicOne", sans-serif;
}
.module__packs .packs__grid .pack__price {
  border: 2px solid var(--color-purple);
}
.module__packs .packs__grid .pack__price p {
  color: var(--color-purple);
  font-family: "DelaGothicOne", sans-serif;
}
.module__packs .packs__grid .pack__feat {
  padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem) 0 !important;
  background-color: #7c5ccb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.module__packs .packs__grid .pack__feat p {
  color: var(--color-white);
}
.module__packs .packs__grid .pack__link {
  background-color: #520eb8;
}
.module__packs .packs__grid .pack__link a {
  color: var(--color-avocado);
  font-family: "DelaGothicOne", sans-serif;
  text-decoration: none;
}

.packs__grid.color-primary .pack__feat,
.packs__grid.color-primary .pack__type {
  background: var(--color-primary) !important;
}
.packs__grid.color-primary .pack__price {
  border: 2px solid var(--color-primary) !important;
}
.packs__grid.color-primary .pack__price p {
  color: var(--color-primary) !important;
}

.bg-primary .pack__type p {
  color: var(--color-primary) !important;
}

.packs__grid.color-avocado .pack__feat,
.packs__grid.color-avocado .pack__type {
  background: var(--color-avocado) !important;
}
.packs__grid.color-avocado .pack__price {
  border: 2px solid var(--color-avocado) !important;
}
.packs__grid.color-avocado .pack__price p {
  color: var(--color-avocado) !important;
}

.bg-avocado .pack__type p {
  color: var(--color-avocado) !important;
}

.packs__grid.color-purple .pack__feat,
.packs__grid.color-purple .pack__type {
  background: var(--color-purple) !important;
}
.packs__grid.color-purple .pack__price {
  border: 2px solid var(--color-purple) !important;
}
.packs__grid.color-purple .pack__price p {
  color: var(--color-purple) !important;
}

.bg-purple .pack__type p {
  color: var(--color-purple) !important;
}

.packs__grid.color-pink .pack__feat,
.packs__grid.color-pink .pack__type {
  background: var(--color-pink) !important;
}
.packs__grid.color-pink .pack__price {
  border: 2px solid var(--color-pink) !important;
}
.packs__grid.color-pink .pack__price p {
  color: var(--color-pink) !important;
}

.bg-pink .pack__type p {
  color: var(--color-pink) !important;
}

.packs__grid.color-orange .pack__feat,
.packs__grid.color-orange .pack__type {
  background: var(--color-orange) !important;
}
.packs__grid.color-orange .pack__price {
  border: 2px solid var(--color-orange) !important;
}
.packs__grid.color-orange .pack__price p {
  color: var(--color-orange) !important;
}

.bg-orange .pack__type p {
  color: var(--color-orange) !important;
}

.packs__grid.color-green .pack__feat,
.packs__grid.color-green .pack__type {
  background: var(--color-green) !important;
}
.packs__grid.color-green .pack__price {
  border: 2px solid var(--color-green) !important;
}
.packs__grid.color-green .pack__price p {
  color: var(--color-green) !important;
}

.bg-green .pack__type p {
  color: var(--color-green) !important;
}

.packs__grid.color-blue .pack__feat,
.packs__grid.color-blue .pack__type {
  background: var(--color-blue) !important;
}
.packs__grid.color-blue .pack__price {
  border: 2px solid var(--color-blue) !important;
}
.packs__grid.color-blue .pack__price p {
  color: var(--color-blue) !important;
}

.bg-blue .pack__type p {
  color: var(--color-blue) !important;
}

.packs__grid.color-gray .pack__feat,
.packs__grid.color-gray .pack__type {
  background: var(--color-gray) !important;
}
.packs__grid.color-gray .pack__price {
  border: 2px solid var(--color-gray) !important;
}
.packs__grid.color-gray .pack__price p {
  color: var(--color-gray) !important;
}

.bg-gray .pack__type p {
  color: var(--color-gray) !important;
}

.packs__grid.color-black .pack__feat,
.packs__grid.color-black .pack__type {
  background: var(--color-black) !important;
}
.packs__grid.color-black .pack__price {
  border: 2px solid var(--color-black) !important;
}
.packs__grid.color-black .pack__price p {
  color: var(--color-black) !important;
}

.bg-black .pack__type p {
  color: var(--color-black) !important;
}

.packs__grid.color-white .pack__feat,
.packs__grid.color-white .pack__type {
  background: var(--color-white) !important;
}
.packs__grid.color-white .pack__price {
  border: 2px solid var(--color-white) !important;
}
.packs__grid.color-white .pack__price p {
  color: var(--color-white) !important;
}

.bg-white .pack__type p {
  color: var(--color-white) !important;
}

.module__faqs .module__wrapper {
  margin: 0 auto;
}
.module__faqs .ac {
  background-color: transparent;
  border: 1px solid var(--color-avocado);
  border-radius: 0;
}
.module__faqs .ac button,
.module__faqs .ac p {
  font-family: "Monserrat", sans-serif;
  font-weight: 400;
  color: var(--color-avocado);
  line-height: 1.4em;
}
.module__faqs .ac p {
  max-width: 80%;
}
.module__faqs .ac .ac-trigger,
.module__faqs .ac .ac-text {
  padding: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.ac.color-primary {
  border: 1px solid var(--color-primary);
}
.ac.color-primary button,
.ac.color-primary p {
  color: var(--color-primary) !important;
}

.ac.color-avocado {
  border: 1px solid var(--color-avocado);
}
.ac.color-avocado button,
.ac.color-avocado p {
  color: var(--color-avocado) !important;
}

.ac.color-purple {
  border: 1px solid var(--color-purple);
}
.ac.color-purple button,
.ac.color-purple p {
  color: var(--color-purple) !important;
}

.ac.color-pink {
  border: 1px solid var(--color-pink);
}
.ac.color-pink button,
.ac.color-pink p {
  color: var(--color-pink) !important;
}

.ac.color-orange {
  border: 1px solid var(--color-orange);
}
.ac.color-orange button,
.ac.color-orange p {
  color: var(--color-orange) !important;
}

.ac.color-green {
  border: 1px solid var(--color-green);
}
.ac.color-green button,
.ac.color-green p {
  color: var(--color-green) !important;
}

.ac.color-blue {
  border: 1px solid var(--color-blue);
}
.ac.color-blue button,
.ac.color-blue p {
  color: var(--color-blue) !important;
}

.ac.color-gray {
  border: 1px solid var(--color-gray);
}
.ac.color-gray button,
.ac.color-gray p {
  color: var(--color-gray) !important;
}

.ac.color-black {
  border: 1px solid var(--color-black);
}
.ac.color-black button,
.ac.color-black p {
  color: var(--color-black) !important;
}

.ac.color-white {
  border: 1px solid var(--color-white);
}
.ac.color-white button,
.ac.color-white p {
  color: var(--color-white) !important;
}

.module__testimony .module__lg--img,
.module__carousel .module__lg--img {
  overflow: hidden;
}
.module__testimony .module__lg--img img,
.module__carousel .module__lg--img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module__testimony .module__rich,
.module__carousel .module__rich {
  padding: 0 clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem) clamp(2.5rem, 1.842rem + 2.632vw, 5rem) 0;
}
@media (max-width: 991px) {
  .module__testimony .module__rich,
  .module__carousel .module__rich {
    text-align: center;
    max-width: 100%;
  }
}
.module__testimony .module__lg--video,
.module__carousel .module__lg--video {
  position: relative;
  z-index: 1;
}
.module__testimony .module__lg--video::after,
.module__carousel .module__lg--video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}
.module__testimony .module__lg--video::after,
.module__carousel .module__lg--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: url("../assets/icons/icon-play-slide.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.module__testimony .module__lg--video img,
.module__carousel .module__lg--video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .module__testimony .module__lg--video img,
  .module__carousel .module__lg--video img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.module__cta-event {
  height: 100%;
}
@media (min-width: 992px) {
  .module__cta-event {
    min-height: 100vh;
  }
}
.module__cta-event article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.module__cta-event article figure {
  max-width: 50vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .module__cta-event article figure {
    max-width: 40vw;
  }
}
.module__cta-event article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .module__img-txt {
    text-align: center;
  }
}
.module__img-txt .twoCols {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (min-width: 992px) {
  .module__img-txt .twoCols {
    grid-template-columns: 60% 40%;
  }
}
.module__img-txt .twoCols .container__content {
  display: flex;
  justify-content: center;
  height: 100%;
}
.module__img-txt .twoCols .container__content .module__rich {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 !important;
}
.module__img-txt .twoCols .container__content .module__rich .module__body {
  max-width: 100% !important;
}
.module__img-txt .twoCols .container__content .module__rich .module__buttons {
  padding-top: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}

.module__app article {
  width: 100%;
}
.module__app article video {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.module__app .module__media__resources {
  height: 85vh;
}
@media (max-width: 767px) {
  .module__app .module__media__resources {
    height: 100%;
  }
}
.module__app .module__media__resources img,
.module__app .module__media__resources video {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .module__app .module__media__resources img,
  .module__app .module__media__resources video {
    max-height: unset;
    width: 100%;
  }
}
.module__app section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.module__app section div {
  display: flex;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  margin-top: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (max-width: 767px) {
  .module__app section div {
    flex-direction: column;
  }
}

.module__levels .single-level {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .module__levels .single-level {
    max-height: 100vh;
    flex-direction: row;
  }
}
.module__levels .single-level .level__img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .module__levels .single-level .level__img {
    height: 40vh;
  }
}
@media (min-width: 992px) {
  .module__levels .single-level .level__img {
    width: 42%;
  }
}
.module__levels .single-level .level__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module__levels .single-level .level__info {
  padding: clamp(2.5rem, 1.842rem + 2.632vw, 5rem);
}
@media (min-width: 992px) {
  .module__levels .single-level .level__info {
    width: 58%;
    display: flex;
    align-items: center;
  }
}
.module__levels .single-level .level__info .level__wrapper h1,
.module__levels .single-level .level__info .level__wrapper .level__pink {
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
}
.module__levels .single-level .level__info .level__wrapper h1 {
  margin-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.module__levels .single-level .level__info .level__wrapper .level__level {
  margin: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem) 0;
}
.module__levels .single-level .level__info .level__wrapper .level__level p {
  font-family: "DelaGothicOne", sans-serif;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-bottom: 10px;
}
.module__levels .single-level .level__info .level__wrapper h2,
.module__levels .single-level .level__info .level__wrapper .level__body p,
.module__levels .single-level .level__info .level__wrapper span {
  color: var(--color-white);
  line-height: 1.2em;
  font-weight: 400;
}
.module__levels .single-level .level__info .level__wrapper a {
  margin-top: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  display: inline-block;
}
.module__levels .multi-level {
  gap: clamp(2.5rem, 1.842rem + 2.632vw, 5rem);
  background-color: var(--color-orange);
}
@media (max-width: 991px) {
  .module__levels .multi-level {
    padding-top: 100px;
  }
}
.module__levels .multi-level-decoration {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  scale: -1;
  text-transform: uppercase;
  font-family: "HorizonOutlined", sans-serif;
  color: var(--color-white);
  line-height: 0.7em;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .module__levels .multi-level-decoration {
    font-size: 50px;
  }
}

.module__related .card {
  height: 100%;
}
.module__related .card span {
  color: var(--color-white);
}
.module__related .card img, .module__related .card video {
  height: 100%;
  width: auto;
  pointer-events: none;
}
.module__related .card .module__media__resources {
  aspect-ratio: unset;
  height: 100%;
  width: unset;
}

#map {
  min-height: 80vh;
  width: 100%;
  padding: 0;
  margin: 0;
}
#map .maplibregl-ctrl-bottom-right {
  display: none;
}

.module__contact {
  height: 100%;
}
@media (min-width: 992px) {
  .module__contact {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .module__contact {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .module__contact {
    padding-top: 100px;
  }
}
.module__contact .module__rich {
  max-width: none !important;
}
.module__contact .module__subtitle p {
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.module__contact .module__body {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .module__contact .module__body {
    max-width: 100% !important;
    line-height: 1em;
  }
}
.module__contact form {
  margin-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}

.module__video .module__media__resources {
  height: 100%;
}
@media (min-width: 768px) {
  .module__video .module__media__resources {
    height: 85vh;
  }
}
.module__video .module__media__resources img,
.module__video .module__media__resources video {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .module__video .module__media__resources img,
  .module__video .module__media__resources video {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.banner__school {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100vh;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner__school {
    flex-direction: row;
    gap: 0;
    padding: 0;
  }
}
.banner__school--start {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .banner__school--start {
    width: 35%;
    position: static;
  }
}
.banner__school--start .module__media__resources video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__school--end {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .banner__school--end {
    padding: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
    width: 65%;
  }
}
.banner__school--end img {
  margin-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
  width: 35px;
  display: none;
}
@media (min-width: 992px) {
  .banner__school--end img {
    width: auto;
  }
}
.banner__school--end .module__rich {
  padding: 0 !important;
}
.banner__school--end .module__title {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.banner__school--end .module__subtitle {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.banner__school--end .module__body {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
@media (max-width: 767px) {
  .banner__school--end .module__body p {
    font-size: 13px !important;
  }
}

.module__timetable img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.module__timetable .module__rich .module__buttons {
  display: none;
}
.module__timetable .module__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.page-template-page-default .site-header {
  top: 0;
}
.page-template-page-default #wrapper {
  padding-top: 20vh;
  padding-bottom: 10vh;
}
.page-template-page-default h1,
.page-template-page-default h2,
.page-template-page-default h3,
.page-template-page-default h4,
.page-template-page-default h5 {
  font-weight: 700;
}
.page-template-page-default ul,
.page-template-page-default h2,
.page-template-page-default h3,
.page-template-page-default h4,
.page-template-page-default h5 {
  margin-top: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem) !important;
  margin-bottom: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem);
}
.page-template-page-default p,
.page-template-page-default h1,
.page-template-page-default h2,
.page-template-page-default h3,
.page-template-page-default h4,
.page-template-page-default h5 {
  font-family: "Monserrat", sans-serif;
  color: black;
  line-height: 1.5em;
}
.page-template-page-default h1 {
  padding-bottom: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem);
}
.page-template-page-default p,
.page-template-page-default li {
  font-weight: 300;
}
.page-template-page-default p strong,
.page-template-page-default p b {
  margin: 40px 0;
  display: inline-block;
}

.page-template-page-thanks .module__thanks {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-thanks .module__thanks img {
  margin-bottom: 30px;
}
.page-template-page-thanks .site-header,
.page-template-page-thanks .sidenav {
  display: none;
}

body .bg-transparent {
  background-color: transparent;
}
body .bg-purple {
  background-color: #520eb8;
}
body .bg-orange {
  background-color: #ff8942;
}
body .bg-green {
  background-color: #53da3f;
}
body .bg-pink {
  background-color: #fe17a1;
}
body .bg-pink-light {
  background-color: #fcd4ee;
}
body .bg-avocado {
  background-color: #d3e841;
}
body .bg-custom {
  background-color: unset;
}
body .module {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=style.css.map */
