@charset "UTF-8";
/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.site-header {
  max-width: 1930px !important;
  padding: 25px 40px !important;
}
@media (max-width: 1199px) {
  .site-header {
    padding: 25px 30px !important;
  }
}
@media (max-width: 991px) {
  .site-header {
    padding: 18px 12px !important;
  }
}
@media (max-width: 767px) {
  .site-header {
    background-color: #F2F2EE;
    padding: 12px 12px 0px 12px !important;
  }
  .site-header .header-inner {
    padding: 18px 20px !important;
    background: #ffffff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header-logo {
  margin: auto 0px;
}
header .header-logo .custom-logo-link img {
  max-width: 163px;
  cursor: pointer;
}
@media (max-width: 1040px) {
  header .header-logo .custom-logo-link img {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  header .header-logo .custom-logo-link img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  header .header-logo .custom-logo-link img {
    max-width: 90px;
  }
}
header .header-menu {
  margin: auto 0px;
}
header .header-menu ul {
  list-style: none;
  display: flex;
  column-gap: 32px;
  padding-left: 0px;
}
header .header-menu ul li {
  position: relative;
}
header .header-menu ul li a {
  font-size: 20px;
  line-height: 90%;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7490196078);
}
header .header-menu ul li a:hover {
  color: #111111;
  text-decoration: none;
}
header .header-menu ul li .sub-menu-toggle {
  display: none;
}
header .header-menu ul li .sub-menu {
  display: none;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  z-index: 99;
  min-width: 88px;
  left: 50%;
  transform: translateX(-50%);
}
header .header-menu ul li .sub-menu li:before {
  content: none !important;
}
header .header-menu ul li.current_page_item a {
  color: #111111;
}
header .header-menu ul li:before {
  content: "";
  background-color: transparent;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
header .header-menu ul li:hover .sub-menu {
  display: block;
}
@media (max-width: 767px) {
  header .header-menu ul li:before {
    content: none;
  }
  header .header-menu ul li .sub-menu {
    display: block !important;
    position: inherit;
    top: unset;
    box-shadow: none;
    padding: 0px 0px 0px 10px;
    text-align: left;
    min-width: unset;
    left: unset;
    transform: unset;
  }
}
@media (max-width: 1399px) {
  header .header-menu ul {
    column-gap: 20px;
  }
}
@media (max-width: 991px) {
  header .header-menu {
    display: none;
    background: #ffffff;
  }
}
header .header-buttons {
  display: flex;
  column-gap: 32px;
}
header .header-buttons .btn-link {
  margin: auto 0px;
  text-decoration-style: solid;
  color: #111111;
  font-weight: 600;
}
header .header-buttons .btn-link:before {
  content: none;
}
header .header-buttons .btn-secondary {
  margin: auto 0px;
}
header .header-buttons .btn-secondary:hover {
  text-decoration: none;
}
header .header-buttons .mobile-toggle {
  display: none;
}
@media (max-width: 1399px) {
  header .header-buttons a {
    display: none;
  }
  header .header-buttons .btn-secondary {
    display: block;
  }
}
@media (max-width: 991px) {
  header .header-buttons {
    column-gap: 12px;
  }
  header .header-buttons .mobile-toggle {
    background: red;
    display: block;
    width: 14px;
    position: relative;
    margin: auto 0px;
    height: fit-content;
  }
  header .header-buttons .mobile-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    background: #111111;
    border-radius: 1px;
    transform: rotate(0deg);
    transition: all 0.3s;
    top: -3px;
  }
  header .header-buttons .mobile-toggle span:nth-of-type(2) {
    top: 3px;
  }
  header .header-buttons .mobile-toggle.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: -1.5px;
  }
  header .header-buttons .mobile-toggle.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: -1.5px;
  }
}

@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .header-menu {
    display: block !important;
    position: absolute;
    width: calc(100% - 24px);
    left: 12px;
    z-index: 9;
    top: 73px;
    height: calc(100vh - 73px);
  }
  body.menu-open .header-menu ul {
    padding: 20px 16px;
    flex-direction: column;
    gap: 16px;
  }
}
body.blog header {
  background-color: white;
}

body.single-post header {
  background-color: white;
}

.has-black-version header {
  background-color: transparent;
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-bottom-inner .footer-content, footer .footer-bottom-inner .footer-logo, footer .footer-top-inner .footer-newsletter {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

footer {
  max-width: 1630px !important;
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  footer {
    padding: 0px 30px !important;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 0px 12px !important;
  }
}
footer .footer-top {
  margin-bottom: 10px;
}
footer .footer-top-inner {
  display: flex;
  column-gap: 10px;
}
footer .footer-top-inner .footer-season-image {
  width: calc(50% - 5px);
}
footer .footer-top-inner .footer-season-image img {
  width: 100%;
}
footer .footer-top-inner .footer-newsletter {
  margin-top: 4.6%;
  width: calc(50% - 5px);
  background-color: #111111;
  padding: 50px;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text h2 {
  color: #ffffff;
  font-size: 120px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 20px;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p {
  color: #ffffff;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form {
  display: flex;
  width: 100%;
  background-color: rgba(247, 247, 245, 0.2509803922);
  border-radius: 10000px;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 24px;
  color: #ffffff;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder {
  color: #ffffff;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input:active, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input:focus {
  outline: none;
  border: none;
}
footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form a {
  white-space: nowrap;
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 15px 12px 15px 24px;
}
@media (max-width: 1600px) {
  footer .footer-top-inner .footer-newsletter {
    padding: 30px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text h2 {
    font-size: 80px;
    margin-bottom: 15px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input {
    padding: 15px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder {
    font-size: 16px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form a {
    font-size: 16px;
    column-gap: 10px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form a img {
    width: 30px;
  }
}
@media (max-width: 1299px) {
  footer .footer-top-inner .footer-newsletter {
    border-radius: 25px !important;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner {
    padding: 0px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input {
    padding: 15px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder {
    font-size: 16px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form a {
    font-size: 16px;
    column-gap: 10px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form a img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    margin-bottom: 10px;
  }
  footer .footer-top-inner {
    flex-direction: column;
  }
  footer .footer-top-inner .footer-season-image {
    width: 100%;
  }
  footer .footer-top-inner .footer-newsletter {
    width: 100%;
    margin-top: 10px;
    aspect-ratio: 1/1;
    padding: 20px;
  }
  footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
footer .footer-bottom {
  margin-top: 10px;
}
footer .footer-bottom-inner {
  display: flex;
  align-items: stretch;
  column-gap: 10px;
}
footer .footer-bottom-inner .footer-logo {
  background-color: #DAFF55;
  width: calc(50% - 5px);
  padding: 20px;
  overflow: hidden;
}
footer .footer-bottom-inner .footer-logo img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
footer .footer-bottom-inner .footer-content {
  width: calc(50% - 5px);
  padding: 0px 50px;
}
footer .footer-bottom-inner .footer-content p {
  margin-bottom: 30px;
}
footer .footer-bottom-inner .footer-content .footer-menus {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
footer .footer-bottom-inner .footer-content .footer-menus .footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0px;
}
footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-weight: 600;
}
footer .footer-bottom-inner .footer-content .footer-menus .footer-menu-3 .footer-menu {
  margin-bottom: 12px;
  row-gap: 4px;
}
footer .footer-bottom-inner .footer-content .footer-menus .footer-menu-3 .footer-menu li a {
  font-size: 18px;
  line-height: normal;
}
footer .footer-bottom-inner .footer-content .footer-socials {
  display: flex;
  column-gap: 10px;
}
footer .footer-bottom-inner .footer-content .footer-socials a {
  width: calc(100% - 5px);
}
@media (max-width: 1600px) {
  footer .footer-bottom-inner .footer-content {
    padding: 0px 25px;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom-inner .footer-content {
    padding: 0px 20px;
  }
  footer .footer-bottom-inner .footer-content .footer-menu-block .footer-menu {
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  footer .footer-bottom-inner {
    flex-direction: column-reverse;
  }
  footer .footer-bottom-inner .footer-logo {
    width: 100%;
    margin-top: 10px;
  }
  footer .footer-bottom-inner .footer-content {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .footer-bottom-inner .footer-content p {
    margin-bottom: 20px;
  }
  footer .footer-bottom-inner .footer-content .footer-menus {
    margin-bottom: 60px;
  }
  footer .footer-bottom-inner .footer-content .footer-menus .footer-menu-block .footer-menu {
    row-gap: 0px;
  }
  footer .footer-bottom-inner .footer-content .footer-menus .footer-menu-block .footer-copy {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    bottom: -35px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.home footer {
  background-color: #F2F2EE;
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, .hero-basic .hero-overlay, .hero-basic, .entry-content .hero-banner, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.entry-content .hero-banner {
  background-position: top center !important;
  max-width: 1630px !important;
  width: calc(100% - 24px);
  margin: 0px auto !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  aspect-ratio: 1900/1000;
  padding: 50px 50px 130px 50px;
}
@media (max-width: 1600px) {
  .entry-content .hero-banner {
    padding: 30px 30px 100px 30px;
  }
}
@media (max-width: 1199px) {
  .entry-content .hero-banner {
    aspect-ratio: 1900/1250;
  }
}
@media (max-width: 767px) {
  .entry-content .hero-banner {
    border-radius: 0px !important;
    aspect-ratio: unset;
    width: 100%;
    background-image: none !important;
    background-color: #ffffff;
    border-radius: 0px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 14px 10px 10px 10px;
    margin-bottom: 0px;
  }
}
.entry-content .hero-banner .hero-inner {
  height: 100%;
  position: relative;
}
.entry-content .hero-banner .hero-inner .hero-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.entry-content .hero-banner .hero-inner .hero-main .mobile-hero-image {
  display: none;
}
@media (max-width: 767px) {
  .entry-content .hero-banner .hero-inner .hero-main {
    flex-direction: column;
    text-align: center;
  }
}
.entry-content .hero-banner .hero-inner .hero-main .hero-left {
  margin-top: auto;
  width: 60%;
}
.entry-content .hero-banner .hero-inner .hero-main .hero-left .label {
  color: #ffffff;
  margin-bottom: 60px;
  display: block;
  width: fit-content;
  backdrop-filter: blur(10px);
}
.entry-content .hero-banner .hero-inner .hero-main .hero-left h1 {
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .entry-content .hero-banner .hero-inner .hero-main .hero-left {
    width: 55%;
  }
  .entry-content .hero-banner .hero-inner .hero-main .hero-left .label {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .entry-content .hero-banner .hero-inner .hero-main .hero-left {
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-content .hero-banner .hero-inner .hero-main .hero-left .label {
    backdrop-filter: blur(0px);
    margin: 0px auto 16px auto;
  }
  .entry-content .hero-banner .hero-inner .hero-main .hero-left h1 {
    color: #111111;
    margin-bottom: 15px;
  }
}
.entry-content .hero-banner .hero-inner .hero-main .hero-right {
  width: 37%;
  margin-top: auto;
}
.entry-content .hero-banner .hero-inner .hero-main .hero-right p {
  color: white;
  margin-bottom: 40px;
  font-weight: 500;
}
.entry-content .hero-banner .hero-inner .hero-main .hero-right .btn-primary {
  position: relative;
}
.entry-content .hero-banner .hero-inner .hero-main .hero-right .btn-primary:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  background-color: #DAFF55;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.entry-content .hero-banner .hero-inner .hero-main .hero-right .btn-primary:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .entry-content .hero-banner .hero-inner .hero-main .hero-right p {
    margin-bottom: 25px;
  }
  .entry-content .hero-banner .hero-inner .hero-main .hero-right .btn-primary:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 991px) {
  .entry-content .hero-banner .hero-inner .hero-main .hero-right .btn-primary:before {
    width: 49px;
    height: 49px;
    right: -49px;
  }
}
@media (max-width: 767px) {
  .entry-content .hero-banner .hero-inner .hero-main .hero-right {
    width: 100%;
  }
  .entry-content .hero-banner .hero-inner .hero-main .hero-right p {
    color: rgba(17, 17, 17, 0.6);
    font-weight: 500;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .entry-content .hero-banner .hero-inner .hero-main .mobile-hero-image {
    display: block;
    margin-top: 30px;
    border-radius: 16px;
    aspect-ratio: 330/380;
    object-fit: cover;
    object-position: top;
  }
}
.entry-content .hero-banner .hero-inner .hero-info {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
  backdrop-filter: blur(10px);
  border-radius: 28px;
  border: 0.5px solid #ffffff;
  background-color: rgba(128, 128, 128, 0.4);
}
.entry-content .hero-banner .hero-inner .hero-info-inner {
  overflow: hidden;
  border-radius: 28px;
}
.entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-image {
  width: 100%;
  border-radius: 28px;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}
.entry-content .hero-banner .hero-inner .hero-info-inner h4 {
  color: #ffffff;
  margin-bottom: 7px;
  padding-left: 20px;
}
.entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-text {
  padding-left: 20px;
  padding-bottom: 18px;
  display: flex;
  column-gap: 10px;
  color: white;
  font-size: 24px;
}
.entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-text .hero-info-icon {
  display: flex;
  margin: auto 0px;
}
.entry-content .hero-banner .hero-inner .hero-info:hover {
  text-decoration: none;
}
.entry-content .hero-banner .hero-inner .hero-info:hover .hero-info-inner .hero-info-image {
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .entry-content .hero-banner .hero-inner .hero-info {
    max-width: 320px;
    right: 30px;
    top: 30px;
  }
  .entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-image {
    margin-bottom: 15px;
  }
  .entry-content .hero-banner .hero-inner .hero-info-inner h3 {
    padding-left: 10px;
  }
  .entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-text {
    padding-left: 10px;
    padding-bottom: 12px;
    column-gap: 7px;
    font-size: 16px;
  }
  .entry-content .hero-banner .hero-inner .hero-info-inner .hero-info-text img {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .entry-content .hero-banner .hero-inner .hero-info {
    display: none;
  }
}

.hero-basic {
  background-position: top center;
  max-width: 1930px;
  width: calc(100% - 24px);
  margin: 0px auto;
  aspect-ratio: 1800/650;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-basic .hero-overlay {
  background: rgba(0, 0, 0, 0.3294117647);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  align-items: center;
  padding: 0px 40px;
}
.hero-basic .hero-overlay .label {
  color: #ffffff;
  margin: 0px auto 50px auto;
  background-color: rgba(255, 255, 255, 0.1803921569);
  backdrop-filter: blur(10px);
}
.hero-basic .hero-overlay h1 {
  max-width: 900px;
  margin: 0px auto;
  color: #ffffff;
}
@media (max-width: 991px) {
  .hero-basic {
    aspect-ratio: 1200/650;
  }
  .hero-basic .hero-overlay .hero-content .label {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-basic {
    aspect-ratio: 350/420;
    margin-top: -70px;
    z-index: -1;
  }
  .hero-basic .hero-overlay {
    padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  body.has-hero-basic header {
    background-color: transparent;
  }
  body.has-hero-basic header .header-inner {
    background-color: transparent;
  }
  body.has-hero-basic header .header-inner .header-logo img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
  body.has-hero-basic header .header-inner .header-menu {
    top: 0px;
    height: 100vh;
  }
  body.has-hero-basic header .header-inner .header-buttons .btn-secondary {
    background-color: #ffffff;
    color: #111111;
  }
  body.has-hero-basic header .header-inner .header-buttons .mobile-toggle {
    z-index: 9;
  }
  body.has-hero-basic header .header-inner .header-buttons .mobile-toggle span {
    background-color: #ffffff;
  }
  body.has-hero-basic header .header-inner .header-buttons .mobile-toggle.active span {
    background-color: #111111;
  }
  body.woocommerce-page header {
    background-color: transparent;
  }
}
/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.entry-content .highlighted-text {
  background-color: #F2F2EE;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  padding: 50px;
  margin-top: -50px !important;
  max-width: 1630px !important;
  aspect-ratio: 1920/900;
  background-image: url("../images/square-bg.svg");
}
@media (max-width: 1600px) {
  .entry-content .highlighted-text {
    aspect-ratio: 1920/940;
  }
}
@media (max-width: 1300px) {
  .entry-content .highlighted-text {
    aspect-ratio: 1920/700;
  }
}
.entry-content .highlighted-text__header {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.entry-content .highlighted-text__header .label {
  background-color: rgba(13, 13, 13, 0.1019607843);
  backdrop-filter: blur(10px);
  color: #111111;
}
.entry-content .highlighted-text__content {
  position: relative;
  padding: 0px 50px;
}
.entry-content .highlighted-text__content:before {
  content: "";
  background-image: url("../images/ciapka.png");
  width: 200px;
  height: 200px;
  position: absolute;
  background-size: cover;
  top: -100px;
  transform: rotate(45deg);
  left: 15%;
}
@media (max-width: 1199px) {
  .entry-content .highlighted-text__content:before {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .entry-content .highlighted-text__content:before {
    width: 90px;
    height: 90px;
    top: -50px;
  }
}
.entry-content .highlighted-text__content .highlight-img-bg {
  position: absolute;
  top: 0px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: rotate(90deg);
  top: 80px;
  left: 10%;
  z-index: -1;
}
.entry-content .highlighted-text__content p {
  text-align: center;
  position: relative;
  color: #7D7D7D;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  z-index: 1;
}
.entry-content .highlighted-text__content p span {
  color: #111111;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
.entry-content .highlighted-text__content p .inline-image-1 {
  position: relative;
  bottom: 0px;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
  margin: 0px !important;
}
.entry-content .highlighted-text__content p .inline-image-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  height: 120px;
}
.entry-content .highlighted-text__content p .inline-image-2 {
  position: relative;
  bottom: 0px;
  max-width: 100px;
  max-height: 160px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  margin: 0px !important;
}
.entry-content .highlighted-text__content p .inline-image-2 img {
  position: absolute;
  bottom: 0px;
  bottom: -10px;
}
.entry-content .highlighted-text__content p .inline-image-3 {
  position: relative;
  bottom: 0px;
  max-width: 130px;
  max-height: 160px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  margin: 0px !important;
}
.entry-content .highlighted-text__content p .inline-image-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: -10px;
  height: 90px;
}
@media (max-width: 1199px) {
  .entry-content .highlighted-text__header {
    margin-bottom: 70px;
  }
  .entry-content .highlighted-text__content {
    padding: 0px 20px;
  }
  .entry-content .highlighted-text__content p {
    line-height: 55px !important;
  }
  .entry-content .highlighted-text__content p .inline-image-1 {
    max-width: 90px;
  }
  .entry-content .highlighted-text__content p .inline-image-1 img {
    height: 90px;
  }
  .entry-content .highlighted-text__content p .inline-image-2 {
    max-width: 90px;
  }
  .entry-content .highlighted-text__content p .inline-image-3 {
    max-width: 120px;
  }
  .entry-content .highlighted-text__content p .inline-image-3 img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .entry-content .highlighted-text {
    margin: 0px;
    padding: 30px 12px 80px 12px;
  }
  .entry-content .highlighted-text__content {
    position: relative;
    padding: 0px;
  }
  .entry-content .highlighted-text__content p {
    font-size: 27px !important;
    line-height: 95% !important;
  }
  .entry-content .highlighted-text__content p span {
    font-size: 27px !important;
    line-height: 95% !important;
  }
  .entry-content .highlighted-text__content p .inline-image-1 {
    max-width: 45px;
  }
  .entry-content .highlighted-text__content p .inline-image-1 img {
    height: 46px;
  }
  .entry-content .highlighted-text__content p .inline-image-2 {
    max-width: 45px;
  }
  .entry-content .highlighted-text__content p .inline-image-2 img {
    bottom: -5px;
  }
  .entry-content .highlighted-text__content p .inline-image-3 {
    max-width: 50px;
  }
  .entry-content .highlighted-text__content p .inline-image-3 img {
    height: 46px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, .services .container .container-2 .services__inner .service-item__image img, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.services .container {
  background-color: #F2F2EE;
}
.services .container .container-2 {
  background-color: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 80px;
  padding-bottom: 50px;
}
.services .container .container-2 .services__header .label {
  margin: 0px auto 32px auto;
  color: #111111;
}
.services .container .container-2 .services__header h2 {
  text-align: center;
}
.services .container .container-2 .services__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.services .container .container-2 .services__inner .service-item {
  position: relative;
  width: calc(50% - 8px);
}
.services .container .container-2 .services__inner .service-item__image {
  aspect-ratio: 1/1;
}
.services .container .container-2 .services__inner .service-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .container .container-2 .services__inner .service-item__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  align-items: center;
}
.services .container .container-2 .services__inner .service-item__title h3 {
  color: #ffffff;
  margin: 0px auto 24px auto;
}
@media (max-width: 1199px) {
  .services .container .container-2 .services__inner .service-item__title h3 {
    margin: 0px auto 15px auto;
  }
}
.services .container .container-2 .services__inner .service-item.main {
  width: 100%;
}
.services .container .container-2 .services__inner .service-item.main .service-item__image {
  aspect-ratio: 1800/600;
}
@media (max-width: 767px) {
  .services .container .container-2 {
    padding-top: 30px;
  }
  .services .container .container-2 .services__header .label {
    margin-bottom: 18px;
  }
  .services .container .container-2 .services__inner .service-item {
    width: 100%;
  }
  .services .container .container-2 .services__inner .service-item.main .service-item__image {
    aspect-ratio: 1/1;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.resorts .container {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #F2F2EE;
}
.resorts .container .container-2 .resorts__header .label {
  margin-bottom: 32px;
}
.resorts .container .container-2 .resorts__inner {
  display: flex;
  column-gap: 20px;
}
.resorts .container .container-2 .resorts__inner .resort {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.resorts .container .container-2 .resorts__inner .resort .resort__content {
  row-gap: 15px;
}
.resorts .container .container-2 .resorts__inner .resort .resort__content .resort__labels {
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.resorts .container .container-2 .resorts__inner .resort .resort__content .resort__labels .resort__label {
  padding: 8px 15px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  color: white;
  text-transform: uppercase;
  border-radius: 1000px;
  font-size: 12px;
  line-height: normal;
}
.resorts .container .container-2 .resorts__inner .resort .resort__content .resort__text h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 32px;
}
.resorts .container .container-2 .resorts__inner .resort .resort__content .resort__text p {
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.resorts .container .container-2 .resorts__inner .resort.resort-1 {
  background-color: #0D0D0D;
  width: calc(60% - 15px);
  display: flex;
  column-gap: 16px;
  padding: 15px 15px 15px 15px;
}
.resorts .container .container-2 .resorts__inner .resort.resort-1 .resort__image {
  width: calc(55% - 8px);
  overflow: hidden;
}
.resorts .container .container-2 .resorts__inner .resort.resort-1 .resort__image img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.resorts .container .container-2 .resorts__inner .resort.resort-1 .resort__content {
  padding: 15px 0px;
  width: calc(45% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resorts .container .container-2 .resorts__inner .resort.resort-2:before {
  content: "";
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: linear-gradient(to top, rgb(38, 73, 119) 0%, rgba(38, 73, 119, 0) 100%);
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}
.resorts .container .container-2 .resorts__inner .resort.resort-2 {
  width: calc(40% - 15px);
}
.resorts .container .container-2 .resorts__inner .resort.resort-2 .resort__image {
  z-index: 0;
  overflow: unset;
  height: 100%;
  display: flex;
}
.resorts .container .container-2 .resorts__inner .resort.resort-2 .resort__image img {
  display: block;
  border-radius: 25px;
  object-fit: cover;
}
.resorts .container .container-2 .resorts__inner .resort.resort-2 .resort__content {
  z-index: 2;
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resorts .container .container-2 .resorts__inner .resort .resort__image {
  border-radius: 25px;
}
.resorts .container .container-2 .resorts__inner .resort .resort__image img {
  transition: transform 0.6s ease-in-out;
  transform: scale(1);
}
.resorts .container .container-2 .resorts__inner .resort:hover .resort__image img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .resorts .container {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
  }
  .resorts .container .container-2 {
    position: relative;
    padding: 0px;
    padding-bottom: 25px;
  }
  .resorts .container .container-2 .resorts__header .label {
    margin-bottom: 18px;
  }
  .resorts .container .container-2 .resorts__header h2 {
    margin-bottom: 16px;
  }
  .resorts .container .container-2 .resorts__inner {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / -2);
    overflow: visible !important;
  }
  .resorts .container .container-2 .resorts__inner .slick-arrow {
    position: absolute;
    bottom: 0px;
  }
  .resorts .container .container-2 .resorts__inner .slick-track {
    margin-left: -25px;
  }
  .resorts .container .container-2 .resorts__inner .resort {
    padding: 10px !important;
    border-radius: 18px;
    flex-direction: column;
    row-gap: 17px;
    margin: 0px 5px !important;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__image {
    border-radius: 16px;
    width: 100% !important;
    aspect-ratio: 280/330;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px !important;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__content {
    width: 100% !important;
    padding: 10px !important;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__content .resort__labels {
    position: absolute;
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__content .resort__labels .resort__label {
    padding: 5px 8px;
    font-size: 10px;
  }
  .resorts .container .container-2 .resorts__inner .resort .resort__content .resort__text {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .resorts__arrows {
    position: absolute;
    bottom: 0px;
    left: 25px;
    display: flex;
    column-gap: 10px;
  }
  .resorts__arrows .slick-prev,
  .resorts__arrows .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white !important;
  }
  .resorts__arrows .slick-prev:before,
  .resorts__arrows .slick-next:before {
    content: "";
    background-image: url("../images/arrow-btn.svg");
    background-size: contain;
    width: 18px;
    height: 18px;
    background-color: white;
    display: block;
    background-position: center;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    position: absolute;
  }
  .resorts__arrows .slick-prev {
    transform: rotate(-135deg);
  }
  .resorts__arrows .slick-next {
    left: 35px;
    transform: rotate(45deg);
  }
}
.page-o-nas .resorts {
  background: transparent;
}
.page-o-nas .resorts .container .container-2 {
  background-color: #F2F2EE;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .page-o-nas .resorts {
    padding-left: 11px;
    padding-right: 11px;
  }
  .page-o-nas .resorts .container .container-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.advantages .container {
  background-color: #F2F2EE;
  padding-top: 150px;
  padding-bottom: 160px;
  overflow: hidden;
}
.advantages .container .container-2 {
  display: flex;
  column-gap: 40px;
}
.advantages .container .container-2 .advantages__header {
  max-width: 415px;
  width: 100%;
}
.advantages .container .container-2 .advantages__header .label {
  margin-bottom: 30px;
}
.advantages .container .container-2 .advantages__slider {
  width: calc(100% - 455px);
  margin-right: calc((100vw - 100%) / -2);
}
.advantages .container .container-2 .advantages__slider .slick-slide {
  margin-right: 8px;
}
.advantages .container .container-2 .advantages__slider .slick-list {
  margin-right: -8px;
}
.advantages .container .container-2 .advantages__slider .advantage {
  position: relative;
  border-radius: 30px;
}
.advantages .container .container-2 .advantages__slider .advantage .advantage__image img {
  border-radius: 30px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.advantages .container .container-2 .advantages__slider .advantage .advantage__title {
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: end;
  color: white;
}
@media (max-width: 1600px) {
  .advantages .container .container-2 .advantages__header {
    max-width: 300px;
    width: 100%;
  }
  .advantages .container .container-2 .advantages__header .label {
    margin-bottom: 20px;
  }
  .advantages .container .container-2 .advantages__slider {
    width: calc(100% - 300px + (100vw - 100%) / 2);
  }
}
@media (max-width: 1199px) {
  .advantages .container {
    padding-top: 90px;
  }
  .advantages .container .container-2 .advantages__header {
    max-width: 250px;
  }
  .advantages .container .container-2 .advantages__slider {
    width: calc(100% - 250px + (100vw - 100%) / 2);
  }
}
@media (max-width: 767px) {
  .advantages .container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .advantages .container .container-2 {
    padding: 0px;
    flex-direction: column;
  }
  .advantages .container .container-2 .advantages__slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 15px;
    margin-right: 0px;
  }
  .advantages .container .container-2 .advantages__slider .advantage {
    border-radius: 18px;
    width: 100%;
  }
  .advantages .container .container-2 .advantages__slider .advantage .advantage__image {
    border-radius: 18px !important;
  }
  .advantages .container .container-2 .advantages__slider .advantage .advantage__title {
    font-size: 40px;
    align-items: center;
    text-align: center;
  }
}

.page-o-nas .advantages {
  padding: 80px 0px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .page-o-nas .advantages {
    padding: 20px 11px 0px 11px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, .team .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.team .container {
  background-color: #F2F2EE;
}
.team .container .container-2 {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #0D0D0D;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.team .container .container-2 .team__header {
  text-align: center;
}
.team .container .container-2 .team__header .label {
  margin: 0px auto 32px auto;
  background-color: rgba(247, 247, 245, 0.1490196078);
  color: #ffffff;
}
.team .container .container-2 .team__header h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.team .container .container-2 .team__header p {
  color: #ffffff;
  max-width: 648px;
  width: 100%;
  margin: 0px auto 50px auto;
}
.team .container .container-2 .team__members {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.team .container .container-2 .team__members .team__member {
  width: calc(25% - 15px);
}
.team .container .container-2 .team__members .team__member .team__member-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: 32px;
}
.team .container .container-2 .team__members .team__member .team__member-content h4 {
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
}
.team .container .container-2 .team__members .team__member .team__member-content p {
  color: rgba(247, 247, 245, 0.7490196078);
  text-align: center;
}
.team .container .container-2 .team__footer {
  display: flex;
  justify-content: center;
}
.team .container .container-2 .team__footer a {
  border: 1px solid #DAFF55;
}
@media (max-width: 991px) {
  .team .container .container-2 .team__members {
    row-gap: 30px;
  }
  .team .container .container-2 .team__members .team__member {
    width: calc(50% - 10px);
  }
  .team .container .container-2 .team__members .team__member .team__member-image img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .team .container .container-2 {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .team .container .container-2 .team__header .team__text {
    margin-bottom: 90px;
  }
  .team .container .container-2 .team__members .team__member {
    width: 100%;
  }
  .team .container .container-2 .team__members .team__member img {
    border-radius: 16px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, .custom-gallery .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.custom-gallery .container {
  background-color: #F2F2EE;
}
.custom-gallery .container .container-2 {
  background-color: #ffffff;
  position: relative;
  top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.custom-gallery .container .container-2 .label {
  margin: 0px auto 32px auto;
}
.custom-gallery .container .container-2 h2 {
  text-align: center;
}
.custom-gallery .container .container-2 .gallery-images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.custom-gallery .container .container-2 .gallery-images .gallery-image {
  width: calc(25% - 15px);
}
.custom-gallery .container .container-2 .gallery-images .gallery-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .custom-gallery .container .container-2 .gallery-images {
    column-gap: 10px;
    row-gap: 10px;
  }
  .custom-gallery .container .container-2 .gallery-images img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .custom-gallery .container .container-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-gallery .container .container-2 .gallery-images {
    column-gap: 5px;
    row-gap: 5px;
  }
  .custom-gallery .container .container-2 .gallery-images .gallery-image {
    width: calc(50% - 2.5px);
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.custom-reviews .container {
  background-color: #F2F2EE;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
  padding-right: 0px;
}
.custom-reviews .container .container-2 {
  display: flex;
  column-gap: 40px;
  position: relative;
  padding-right: 0px;
  margin-right: 0px;
}
.custom-reviews .container .container-2 .reviews-header {
  max-width: 415px;
  width: 100%;
}
.custom-reviews .container .container-2 .reviews-header .label {
  margin-bottom: 32px;
}
.custom-reviews .container .container-2 .reviews-list {
  width: calc(100% - 455px);
  margin-right: calc((100vw - 100%) / -2);
  overflow: visible !important;
}
.custom-reviews .container .container-2 .reviews-list .review-item {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin: 0 12px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 20px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image:before {
  content: "";
  background-image: url("../images/quote.svg");
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image img {
  border-radius: 50% !important;
  width: 140px !important;
  height: 140px !important;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-text {
  margin-bottom: 70px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-text p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 106%;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-meta h4 {
  font-size: 32px;
  margin-bottom: 16px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-meta .review-excerpt {
  color: rgba(17, 17, 17, 0.5019607843);
  line-height: normal;
}
@media (max-width: 1399px) {
  .custom-reviews .container .container-2 .reviews-header {
    max-width: 260px;
  }
  .custom-reviews .container .container-2 .reviews-list {
    width: calc(100% - 260px + (100vw - 100%) / 2);
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item {
    margin: 0px 5px;
    padding: 15px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image {
    margin-bottom: 25px;
    padding-bottom: 55px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image:before {
    width: 18px;
    height: 18px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image img {
    width: 65px !important;
    height: 65px !important;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-text {
    margin-bottom: 35px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-text p {
    font-size: 19px;
    margin-bottom: 14px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-meta .review-title {
    font-size: 14px;
    line-height: 8px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-meta .review-excerpt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .custom-reviews .container .container-2 {
    padding: 0px;
    flex-direction: column;
  }
  .custom-reviews .container .container-2 .reviews-list {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track {
    margin-left: -5px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item {
    border-radius: 18px;
  }
}

.reviews__arrows {
  position: absolute;
  bottom: 70px;
  left: 75px;
  display: flex;
  column-gap: 10px;
}

.reviews__arrows .slick-prev,
.reviews__arrows .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
}
.reviews__arrows .slick-prev:before,
.reviews__arrows .slick-next:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: white;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
}

.reviews__arrows .slick-prev {
  transform: rotate(-135deg);
}

.reviews__arrows .slick-next {
  left: 35px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .reviews__arrows {
    bottom: -15px;
    left: 25px;
  }
  .reviews__arrows .slick-next {
    left: 23px;
  }
  .reviews__arrows .slick-prev,
  .reviews__arrows .slick-next {
    width: 40px;
    height: 40px;
  }
}
/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.custom-reviews .container {
  background-color: #F2F2EE;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
  padding-right: 0px;
}
.custom-reviews .container .container-2 {
  display: flex;
  column-gap: 40px;
  position: relative;
  padding-right: 0px;
  margin-right: 0px;
}
.custom-reviews .container .container-2 .reviews-header {
  max-width: 415px;
  width: 100%;
}
.custom-reviews .container .container-2 .reviews-header .label {
  margin-bottom: 32px;
}
.custom-reviews .container .container-2 .reviews-list {
  width: calc(100% - 455px);
  margin-right: calc((100vw - 100%) / -2);
  overflow: visible !important;
}
.custom-reviews .container .container-2 .reviews-list .review-item {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin: 0 12px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 20px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image:before {
  content: "";
  background-image: url("../images/quote.svg");
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-image img {
  border-radius: 50% !important;
  width: 140px !important;
  height: 140px !important;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-text {
  margin-bottom: 70px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-text p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 106%;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-meta h4 {
  font-size: 32px;
  margin-bottom: 16px;
}
.custom-reviews .container .container-2 .reviews-list .review-item .review-content .review-meta .review-excerpt {
  color: rgba(17, 17, 17, 0.5019607843);
  line-height: normal;
}
@media (max-width: 1399px) {
  .custom-reviews .container .container-2 .reviews-header {
    max-width: 260px;
  }
  .custom-reviews .container .container-2 .reviews-list {
    width: calc(100% - 260px + (100vw - 100%) / 2);
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item {
    margin: 0px 5px;
    padding: 15px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image {
    margin-bottom: 25px;
    padding-bottom: 55px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image:before {
    width: 18px;
    height: 18px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-image img {
    width: 65px !important;
    height: 65px !important;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-text {
    margin-bottom: 35px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-text p {
    font-size: 19px;
    margin-bottom: 14px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-meta .review-title {
    font-size: 14px;
    line-height: 8px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item .review-content .review-meta .review-excerpt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .custom-reviews .container .container-2 {
    padding: 0px;
    flex-direction: column;
  }
  .custom-reviews .container .container-2 .reviews-list {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track {
    margin-left: -5px;
  }
  .custom-reviews .container .container-2 .reviews-list .slick-track .review-item {
    border-radius: 18px;
  }
}

.reviews__arrows {
  position: absolute;
  bottom: 70px;
  left: 75px;
  display: flex;
  column-gap: 10px;
}

.reviews__arrows .slick-prev,
.reviews__arrows .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
}
.reviews__arrows .slick-prev:before,
.reviews__arrows .slick-next:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: white;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
}

.reviews__arrows .slick-prev {
  transform: rotate(-135deg);
}

.reviews__arrows .slick-next {
  left: 35px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .reviews__arrows {
    bottom: -15px;
    left: 25px;
  }
  .reviews__arrows .slick-next {
    left: 23px;
  }
  .reviews__arrows .slick-prev,
  .reviews__arrows .slick-next {
    width: 40px;
    height: 40px;
  }
}
.blog-slider .container {
  background-color: #F2F2EE;
}
.blog-slider .container .container-2 {
  padding-top: 50px;
}
.blog-slider .container .container-2 .blog-slider__header {
  display: flex;
  justify-content: space-between;
  margin: auto 0px;
}
.blog-slider .container .container-2 .blog-slider__header .btn-link {
  z-index: 99;
}
.blog-slider .container .container-2 .blog-slider__header img {
  display: none;
}
.blog-slider .container .container-2 .blog-slider__inner {
  margin-top: -95px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image {
  aspect-ratio: 570/500;
  width: 100%;
  height: 100%;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image img {
  aspect-ratio: 570/500;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__image {
  aspect-ratio: 600/860;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__image img {
  height: 100%;
}
.blog-slider .container .container-2 .blog-slider__decor {
  display: flex;
  justify-content: space-between;
  margin-top: -110px;
}
.blog-slider .container .container-2 .blog-slider__decor img {
  max-width: 300px;
  width: 100%;
}
.blog-slider .container .container-2 .blog-slider__decor .btn-link {
  display: none;
}

.blog-slider .container {
  background-color: #F2F2EE;
  overflow: hidden;
}
.blog-slider .container .container-2 .blog-slider__header {
  display: flex;
  justify-content: space-between;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list {
  overflow: visible;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide {
  position: relative;
  padding: 10px;
  border-radius: 20px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image {
  border-radius: 20px;
  overflow: hidden;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center {
  opacity: 1;
  z-index: 5;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content {
  opacity: 1;
  transform: translateY(0);
  border-radius: 32px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .blog-slide__date {
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  color: rgba(17, 17, 17, 0.5019607843);
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .blog-slide__title {
  text-transform: none;
  font-family: "General Sans", sans-serif !important;
  line-height: 106%;
  margin-bottom: 15px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content p {
  font-size: 20px;
  margin-bottom: 35px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .btn-link {
  text-decoration: underline;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .btn-link:before {
  content: none;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .btn-primary {
  padding: 15px;
  position: absolute;
  bottom: 11px;
  right: 11px;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .btn-primary img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide.slick-center .blog-slide__content .btn-primary:hover {
  background-color: #DAFF55;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  padding: 20px;
  background-color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide:hover.slick-center .blog-slide__content .btn-primary {
  transform: rotate(45deg);
}

@media (max-width: 1299px) {
  .blog-slider .container {
    padding-bottom: 75px;
  }
  .blog-slider .container .container-2 .blog-slider__header {
    margin-bottom: 25px;
  }
  .blog-slider .container .container-2 .blog-slider__header .btn-link {
    margin: auto 0px;
  }
  .blog-slider .container .container-2 .blog-slider__inner {
    margin-top: 0px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track {
    margin-left: -5px;
    margin-left: 0px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide {
    opacity: 1;
    z-index: 5;
    padding: 6px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image {
    aspect-ratio: 270/390;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__image img {
    height: 100%;
    border-radius: 18px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content {
    opacity: 1;
    transform: translateY(0);
    border-radius: 32px;
    border-radius: 16px;
    padding: 15px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .blog-slide__date {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(17, 17, 17, 0.5019607843);
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .blog-slide__title {
    text-transform: none;
    font-family: "General Sans", sans-serif !important;
    line-height: 106%;
    margin-bottom: 10px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .btn-link {
    font-size: 18px;
    text-decoration: underline;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .btn-link:before {
    content: none;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .btn-primary {
    padding: 8px;
    position: absolute;
    bottom: 11px;
    right: 11px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .btn-primary img {
    width: 8px;
    height: 8px;
    object-fit: contain;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-list .slick-track .blog-slide .blog-slide__content .btn-primary:hover {
    background-color: #DAFF55;
  }
  .blog-slider .container .container-2 .blog-slider__decor img {
    display: none;
  }
  .blog-slider .container .container-2 .blog-slider__decor {
    margin: 0px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .blog-slider .container {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .blog-slider .container .container-2 {
    padding: 0px;
  }
  .blog-slider .container .container-2 .blog-slider__header {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    margin-bottom: 10px;
  }
  .blog-slider .container .container-2 .blog-slider__header .btn-link {
    display: none;
  }
  .blog-slider .container .container-2 .blog-slider__header img {
    display: block;
    max-width: 258px;
    width: 100%;
  }
  .blog-slider .container .container-2 .blog-slider__inner {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / -2);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-track {
    margin-left: 0px !important;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-track .blog-slide .blog-slide__content {
    padding: 11px !important;
    width: calc(100% - 24px) !important;
    left: 12px !important;
    bottom: 12px !important;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-track .blog-slide .blog-slide__content .blog-slide__date {
    font-size: 10px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-track .blog-slide .blog-slide__content p {
    font-size: 12px;
  }
  .blog-slider .container .container-2 .blog-slider__inner .slick-track .blog-slide .blog-slide__content .btn-link {
    font-size: 12px;
  }
  .blog-slider .container .container-2 .blog-slider__decor {
    margin-top: 34px;
  }
  .blog-slider .container .container-2 .blog-slider__decor .btn-link {
    display: block;
  }
}
.blog-slider__arrows {
  position: absolute;
  bottom: 70px;
  left: 75px;
  display: flex;
  column-gap: 10px;
}

.blog-slider__arrows .slick-prev,
.blog-slider__arrows .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
}
.blog-slider__arrows .slick-prev:before,
.blog-slider__arrows .slick-next:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: white;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
}

.blog-slider__arrows .slick-prev {
  transform: rotate(-135deg);
}

.blog-slider__arrows .slick-next {
  left: 35px;
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .blog-slider__arrows {
    bottom: 105px;
    left: 25px;
  }
  .blog-slider__arrows .slick-next {
    left: 23px;
  }
  .blog-slider__arrows .slick-prev,
  .blog-slider__arrows .slick-next {
    width: 40px;
    height: 40px;
  }
}
/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.reservation .container {
  padding-top: 180px;
  padding-bottom: 40px;
  background-color: #F2F2EE;
}
.reservation .container .container-2 {
  position: relative;
}
.reservation .container .container-2 .reservation__image img {
  width: 100%;
  aspect-ratio: 1800/1050;
  border-radius: 40px;
  object-fit: cover;
}
.reservation .container .container-2 .reservation__content {
  max-width: 915px;
  width: calc(100% - 90px);
  background-color: #ffffff;
  border-radius: 32px;
  padding: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reservation .container .container-2 .reservation__content h3 {
  text-align: center;
  margin-bottom: 24px;
}
.reservation .container .container-2 .reservation__content p {
  text-align: center;
  max-width: 600px;
  margin: 0px auto 40px auto;
}
.reservation .container .container-2 .reservation__content .reservation__buttons {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.reservation .container .container-2 .reservation__content .reservation__buttons .btn-primary.second {
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
}
.reservation .container .container-2 .reservation__content .reservation__buttons .btn-primary.second:hover {
  background-color: #111111;
  color: #ffffff;
}
@media (max-width: 1299px) {
  .reservation .container {
    padding-top: 50px;
  }
  .reservation .container .container-2 .reservation__content {
    padding: 40px;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .reservation .container {
    padding-top: 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .reservation .container .container-2 {
    padding: 0px;
  }
  .reservation .container .container-2 .reservation__image img {
    aspect-ratio: 380/730;
    border-radius: 18px;
  }
  .reservation .container .container-2 .reservation__content {
    border-radius: 18px;
    padding: 50px 20px;
    max-width: unset;
    width: 80%;
  }
  .reservation .container .container-2 .reservation__content p {
    margin-bottom: 30px;
  }
  .reservation .container .container-2 .reservation__content .reservation__buttons {
    flex-direction: column;
    display: flex;
    row-gap: 11px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
  }
  .reservation .container .container-2 .reservation__content .reservation__buttons a {
    width: fit-content;
  }
}

.page-o-nas .reservation {
  background-color: transparent;
  padding: 0px;
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.col-layout {
  margin-bottom: 80px;
  padding-top: 40px;
}
.col-layout .container .container-2 {
  display: flex;
  column-gap: 100px;
}
.col-layout .container .container-2 .col-layout__image {
  width: calc(37% - 50px);
  margin: auto 0px;
}
.col-layout .container .container-2 .col-layout__text {
  max-width: 890px;
  font-weight: 300;
  width: calc(63% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-layout .container .container-2 .col-layout__text p {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: normal;
}
.col-layout .container .container-2 .col-layout__text p span {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .col-layout {
    padding-top: 30px;
  }
  .col-layout .container .container-2 {
    column-gap: 50px;
  }
  .col-layout .container .container-2 .col-layout__image {
    width: calc(37% - 25px);
  }
  .col-layout .container .container-2 .col-layout__text {
    width: calc(63% - 25px);
  }
  .col-layout .container .container-2 .col-layout__text p {
    font-size: 20px;
  }
  .col-layout .container .container-2 .col-layout__text p.last-of-type {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .col-layout {
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .col-layout .container .container-2 {
    flex-direction: column;
  }
  .col-layout .container .container-2 .col-layout__image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .col-layout .container .container-2 .col-layout__image img {
    max-width: 258px;
  }
  .col-layout .container .container-2 .col-layout__text {
    width: 100%;
  }
}

.page-o-nas .col-layout .container .container-2 .col-layout__text h2 {
  font-size: 120px;
}

@media (max-width: 767px) {
  .page-o-nas .col-layout {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .page-o-nas .col-layout .container .container-2 {
    padding-right: 0px;
  }
  .page-o-nas .col-layout .container .container-2 .col-layout__image {
    position: relative;
    overflow: hidden;
    top: 60px;
  }
  .page-o-nas .col-layout .container .container-2 .col-layout__image img {
    position: relative;
    right: -40%;
  }
  .page-o-nas .col-layout .container .container-2 .col-layout__text {
    padding-right: 11px;
  }
  .page-o-nas .col-layout .container .container-2 .col-layout__text h2 {
    font-size: 88px;
    max-width: 80%;
  }
}
/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .courses-group.is-last-group .container .container-2, .courses-group .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.courses-group .container-2 {
  padding-top: 80px;
  padding-bottom: 100px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1199px) {
  .courses-group .container-2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/* 1. skupina */
.group-1 .container-2 {
  background-color: #F2F2EE;
  color: #0D0D0D;
}
.group-1 .container-2 .btn-primary {
  background-color: #111111;
  color: #ffffff;
}
.group-1 .container-2 .btn-primary:before {
  background-color: #111111;
  background-image: url("../images/arrow-btn-white.svg");
}

/* 2. skupina */
.group-2 .container-2 {
  background-color: #0D0D0D;
  color: #ffffff;
  margin-top: -37px;
}
.group-2 .container-2 .btn-primary {
  background-color: #ffffff;
  color: #111111;
}
.group-2 .container-2 .btn-primary:before {
  background-color: #ffffff;
  background-image: url("../images/arrow-btn.svg");
}
.group-2 .container-2 .btn-primary:hover:before {
  background-color: #ffffff !important;
  background-image: url("../images/arrow-btn.svg") !important;
}
@media (max-width: 767px) {
  .group-2 .container-2 {
    margin-top: -11px;
  }
}

/* 3. skupina */
.group-3 .container-2 {
  background-color: #DAFF55;
  color: #0D0D0D;
  margin-top: -37px;
}
.group-3 .container-2 .btn-primary {
  background-color: #111111;
  color: #ffffff;
}
.group-3 .container-2 .btn-primary:before {
  background-color: #111111;
  background-image: url("../images/arrow-btn-white.svg");
}
.group-3 .container-2 .btn-primary:hover:before {
  background-color: #111111 !important;
  background-image: url("../images/arrow-btn-white.svg") !important;
}
@media (max-width: 767px) {
  .group-3 .container-2 {
    margin-top: -11px;
  }
}

/* 4. skupina */
.group-4 .container-2 {
  background-color: #0D0D0D;
  color: #ffffff;
  margin-top: -37px;
}
.group-4 .container-2 .btn-primary {
  background-color: #ffffff;
  color: #111111;
}
.group-4 .container-2 .btn-primary:before {
  background-color: #ffffff;
  background-image: url("../images/arrow-btn.svg");
}
.group-4 .container-2 .btn-primary:hover:before {
  background-color: #ffffff !important;
  background-image: url("../images/arrow-btn.svg") !important;
}
@media (max-width: 767px) {
  .group-4 .container-2 {
    margin-top: -11px;
  }
}

/* 5. skupina */
.group-5 .container-2 {
  background-color: #F2F2EE;
  color: #0D0D0D;
  margin-top: -37px;
}
.group-5 .container-2 .btn-primary {
  background-color: #DAFF55;
  color: #111111;
}
.group-5 .container-2 .btn-primary:before {
  background-color: #DAFF55;
  background-image: url("../images/arrow-btn.svg");
}
.group-5 .container-2 .btn-primary:hover:before {
  background-color: #DAFF55 !important;
  background-image: url("../images/arrow-btn.svg") !important;
}
@media (max-width: 767px) {
  .group-5 .container-2 {
    margin-top: -11px;
  }
}

.courses-group .container .container-2 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.courses-group .container .container-2 h2 {
  text-align: center;
}
.courses-group .container .container-2 .courses-group__list {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .courses-group .container .container-2 .courses-group__list {
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .courses-group .container .container-2 .courses-group__list .slick-slide {
    padding: 0 6px;
  }
}
.courses-group .container .container-2 .courses-group__list .course-item {
  width: 70%;
  position: relative;
}
@media (min-width: 768px) {
  .courses-group .container .container-2 .courses-group__list .course-item {
    width: calc(33.3333333333% - 27px);
  }
}
.courses-group .container .container-2 .courses-group__list .course-item__content {
  padding-bottom: 60px;
}
.courses-group .container .container-2 .courses-group__list .course-item__content h4 {
  margin-bottom: 16px;
}
.courses-group .container .container-2 .courses-group__list .course-item__content p {
  margin-bottom: 30px;
}
.courses-group .container .container-2 .courses-group__list .course-item__content .btn-primary {
  position: absolute;
  bottom: 0px;
}
.courses-group .container .container-2 .courses-group__list .course-item__content .btn-primary:before {
  content: "";
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.courses-group .container .container-2 .courses-group__list .course-item__content .btn-primary:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .courses-group .container .container-2 .courses-group__list .course-item__content .btn-primary:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 991px) {
  .courses-group .container .container-2 .courses-group__list .course-item__content .btn-primary:before {
    width: 41px;
    height: 41px;
    right: -41px;
  }
}
.courses-group .container .container-2 .courses-group__list .course-item__image img {
  aspect-ratio: 558/425;
  object-fit: cover;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .courses-group .container .container-2 .courses-group__list .course-item__image img {
    border-radius: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .courses-group .container .container-2 .courses-group__list .course-item__title {
    font-size: 27px;
    margin-bottom: 7px;
  }
}
.courses-group.is-last-group .container .container-2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .courses-group.is-last-group .container .container-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .courses-group .container {
    padding: 0px 11px;
  }
  .courses-group .container .container-2 {
    padding: 50px 0px 50px 10px;
  }
  .courses-group .container .container-2 .courses-group__list .slick-list .course-item .course-item__image img {
    border-radius: 16px !important;
    margin-bottom: 25px;
  }
  .courses-group .container .container-2 .courses-group__list .slick-list .course-item .course-item__content .course-item__title {
    font-size: 27px;
    margin-bottom: 7px;
  }
  .courses-group .container .container-2 .courses-group__list .slick-list .course-item .course-item__content .course-item__excerpt {
    margin-bottom: 13px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.why .container .container-2,
.why-transparent .container .container-2 {
  background-color: #0D0D0D;
  padding: 90px 50px;
  display: flex;
  justify-content: space-between;
}
.why .container .container-2 .why__header,
.why-transparent .container .container-2 .why__header {
  width: 35%;
}
.why .container .container-2 .why__header h2,
.why-transparent .container .container-2 .why__header h2 {
  color: #DAFF55;
}
.why .container .container-2 .why__content,
.why-transparent .container .container-2 .why__content {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
}
.why .container .container-2 .why__content .why__item,
.why-transparent .container .container-2 .why__content .why__item {
  width: calc(50% - 10px);
}
.why .container .container-2 .why__content .why__item h3,
.why-transparent .container .container-2 .why__content .why__item h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: normal;
  width: 100%;
  font-family: "General Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 24px;
}
.why .container .container-2 .why__content .why__item p,
.why-transparent .container .container-2 .why__content .why__item p {
  color: #ffffff;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1199px) {
  .why .container .container-2,
  .why-transparent .container .container-2 {
    flex-direction: column;
    row-gap: 40px;
  }
  .why .container .container-2 .why__header,
  .why-transparent .container .container-2 .why__header {
    width: 100%;
  }
  .why .container .container-2 .why__content,
  .why-transparent .container .container-2 .why__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .why .container .container-2,
  .why-transparent .container .container-2 {
    row-gap: 30px;
  }
  .why .container .container-2 .why__content,
  .why-transparent .container .container-2 .why__content {
    width: 100%;
  }
  .why .container .container-2 .why__content .why__item h3,
  .why-transparent .container .container-2 .why__content .why__item h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .why .container .container-2 .why__content .why__item .why__text,
  .why-transparent .container .container-2 .why__content .why__item .why__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .why .container .container-2,
  .why-transparent .container .container-2 {
    padding: 30px 20px 50px 20px;
  }
  .why .container .container-2 .why__content,
  .why-transparent .container .container-2 .why__content {
    padding: 0px 10px;
    row-gap: 30px;
  }
  .why .container .container-2 .why__content .why__item,
  .why-transparent .container .container-2 .why__content .why__item {
    width: 100%;
  }
  .why .container .container-2 .why__content .why__item h3,
  .why-transparent .container .container-2 .why__content .why__item h3 {
    max-width: unset;
    text-align: center;
  }
  .why .container .container-2 .why__content .why__item .why__text,
  .why-transparent .container .container-2 .why__content .why__item .why__text {
    text-align: center;
    max-width: 237px;
    margin: 0px auto;
  }
}

.why-transparent .container .container-2 {
  background-color: transparent;
}
.why-transparent .container .container-2 .why__header h2 {
  color: #0D0D0D;
}
.why-transparent .container .container-2 .why__header .btn-primary {
  position: relative;
}
.why-transparent .container .container-2 .why__header .btn-primary:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  background-color: #DAFF55;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.why-transparent .container .container-2 .why__header .btn-primary:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .why-transparent .container .container-2 .why__header .btn-primary:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 991px) {
  .why-transparent .container .container-2 .why__header .btn-primary:before {
    width: 49px;
    height: 49px;
    right: -49px;
  }
}
.why-transparent .container .container-2 .why__content {
  column-gap: 80px;
}
.why-transparent .container .container-2 .why__content .why__item {
  width: calc(50% - 40px);
}
.why-transparent .container .container-2 .why__content .why__item .why__subtitle {
  color: #0D0D0D;
}
.why-transparent .container .container-2 .why__content .why__item .why__text {
  color: #0D0D0D;
  max-width: 525px;
}
.why-transparent .container .container-2 .why__content .btn-primary {
  position: relative;
  display: none;
}
.why-transparent .container .container-2 .why__content .btn-primary:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  background-color: #DAFF55;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.why-transparent .container .container-2 .why__content .btn-primary:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .why-transparent .container .container-2 .why__content .btn-primary:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 767px) {
  .why-transparent .container .container-2 .why__content .btn-primary {
    text-align: center;
    width: calc(100% - 41px);
  }
  .why-transparent .container .container-2 .why__content .btn-primary:before {
    width: 41px;
    height: 41px;
    right: -41px;
  }
}
@media (max-width: 767px) {
  .why-transparent .container .container-2 .why__content .why__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .why-transparent {
    padding: 0px 10px;
  }
  .why-transparent .container .container-2 {
    padding-top: 50px;
    row-gap: 24px;
  }
  .why-transparent .container .container-2 .why__header h2 {
    margin-bottom: 0px;
  }
  .why-transparent .container .container-2 .why__header .btn-primary {
    display: none;
  }
  .why-transparent .container .container-2 .why__content {
    padding: 0px;
  }
  .why-transparent .container .container-2 .why__content .why__item .why__subtitle {
    text-align: left;
  }
  .why-transparent .container .container-2 .why__content .why__item .why__text {
    text-align: left;
  }
  .why-transparent .container .container-2 .why__content .btn-primary {
    display: block;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, .contact-section .container .container-2 .contact-subtitle, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.acf-form-section {
  padding-top: 116px;
}
@media (max-width: 767px) {
  .acf-form-section {
    padding-top: 60px;
  }
}
.acf-form-section .container .container-2 h2 {
  text-align: center;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns {
  display: flex;
}
@media (max-width: 991px) {
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns {
    flex-direction: column;
  }
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column {
  width: 50%;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column h3 {
  font-size: 34px;
  margin-bottom: 34px;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label {
  font-size: 20px;
  width: 100%;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span input,
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span select {
  border: none;
  background-color: #F2F2EE;
  width: 100%;
  border-radius: 16px;
  padding: 8px 24px;
  height: 60px;
  margin: 0px;
  margin-bottom: 24px;
  margin-top: 8px;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span input:focus,
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span select:focus {
  outline: none;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span input::placeholder,
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span select::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span .wpcf7-not-valid-tip {
  margin-top: -14px;
  font-size: 14px;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column .form-submit p input.btn-primary {
  position: relative !important;
  background-color: #DAFF55;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
  border: 0px;
  width: 100%;
  margin-top: 16px;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column .form-submit p input.btn-primary:hover {
  background-color: #0D0D0D;
  border: none;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column .form-submit p input.btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column .form-submit p input.btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column--left {
  padding-right: 60px;
  border-right: 1px solid #F2F2EE;
}
.acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column--right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column {
    width: 100%;
    padding: 0px;
    border: none;
  }
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span input,
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span select {
    border-radius: 16px;
    margin-bottom: 16px;
    padding-left: 13px;
    font-size: 16px;
  }
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span input::placeholder,
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column p label span select::placeholder {
    font-size: 14px;
  }
  .acf-form-section .container .container-2 .acf-form-section__form .wpcf7 form .form-two-columns .form-column--right {
    margin-top: 30px;
  }
}

/* ===========================================
   Kontakt Form (Contact Form 7)
   =========================================== */
.contact-section {
  margin-top: 90px;
}
.contact-section .container .container-2 h1 {
  text-align: center;
  margin-bottom: 16px;
}
.contact-section .container .container-2 .contact-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-section {
    margin-top: 30px;
  }
}

.contact-form {
  max-width: 700px;
  margin: 0 auto;
}

/* --- Labely --- */
.contact-form label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .contact-form label {
    font-size: 16px;
  }
}

/* --- Vstupné polia --- */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  border: none !important;
  background-color: #f6f6f2; /* $bg-gray */
  border-radius: 16px !important;
  padding: 8px 24px !important;
  height: 60px;
  margin: 8px 0 24px;
  font-size: 16px;
  color: #000;
  transition: box-shadow 0.2s ease-in-out;
}

.contact-form textarea {
  height: auto;
  min-height: 120px;
  height: 120px;
  padding-top: 16px !important;
  resize: none;
  outline: none;
  margin-top: 8px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #ccff00;
}

.contact-form ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* --- Validácia --- */
.contact-form .wpcf7-not-valid-tip {
  margin-top: -14px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #d00;
}

/* --- Checkbox --- */
.contact-form .checkbox-wrap {
  margin: 14px 0 22px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.contact-form .checkbox-wrap label {
  display: flex;
  column-gap: 10px;
}
.contact-form .checkbox-wrap input {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  margin: 0px;
  border-radius: 7px;
}
.contact-form .checkbox-wrap input:after {
  left: 8px;
  top: 3px;
}
.contact-form .checkbox-wrap span {
  color: black;
  width: calc(100% - 34px);
}

.contact-form .wpcf7-list-item {
  margin-left: 0px !important;
}

.contact-form input[type=checkbox] {
  accent-color: #ccff00;
  transform: scale(1.2);
}

/* --- Tlačidlo --- */
.contact-form .form-submit input[type=submit] {
  position: relative;
  background-color: #ccff00; /* $primary */
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  border-radius: 1000px;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: none;
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
}

.contact-form .form-submit input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

/* --- Spinner --- */
.wpcf7-spinner {
  display: none !important;
}

/* --- Responzívne úpravy --- */
@media (max-width: 1600px) {
  .contact-form .form-submit input[type=submit] {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    border-radius: 16px;
    margin-bottom: 16px;
    padding-left: 13px !important;
    font-size: 16px;
  }
  .contact-form ::placeholder {
    font-size: 14px;
  }
  .contact-form .form-submit input[type=submit] {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}
.contact-form .form-submit p input.btn-primary {
  position: relative !important;
  background-color: #DAFF55 !important;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111 !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
  border: 0px;
  width: 100%;
  margin-top: 16px;
}
.contact-form .form-submit p input.btn-primary:hover {
  background-color: #0D0D0D !important;
  border: none !important;
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .contact-form .form-submit p input.btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .contact-form .form-submit p input.btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.slider-gallery .container {
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
  padding: 0px;
}
.slider-gallery .container .container-2 {
  padding: 0px;
}
.slider-gallery .container .container-2 .slider-gallery__inner .slick-list .slick-track .slider-gallery__slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slider-gallery .container {
    margin-bottom: 20px;
  }
}

.slider-gallery__arrows {
  top: calc(50% - 20px);
  left: 0px;
  width: 100%;
  position: absolute;
  display: flex;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .slider-gallery__arrows {
    top: calc(50% - 50px);
  }
}

.slider-gallery__arrows .slick-prev,
.slider-gallery__arrows .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0D0D0D !important;
}
.slider-gallery__arrows .slick-prev:before,
.slider-gallery__arrows .slick-next:before {
  content: "";
  background-image: url("../images/arrow-btn-white.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
}

.slider-gallery__arrows .slick-prev {
  transform: rotate(-135deg);
  left: 15px;
}

.slider-gallery__arrows .slick-next {
  left: unset;
  right: 15px;
  transform: rotate(45deg);
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact-info {
  margin-top: 100px;
  margin-bottom: 40px;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__image img {
  border-radius: 40px;
  margin-bottom: 70px;
  aspect-ratio: 1800/700;
  object-fit: cover;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__content {
  display: flex;
  column-gap: 26px;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block {
  background-color: #DAFF55;
  border-radius: 35px;
  padding: 60px 180px 60px 60px;
  width: calc(50% - 13px);
  position: relative;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__title {
  font-size: 64px;
  line-height: normal;
  margin-bottom: 20px;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block:before {
  content: "";
  background-image: url("../images/big-pin.svg");
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0px;
  top: calc(50% - 90px);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block:nth-of-type(2):before {
  background-image: url("../images/big-phone.svg");
}
@media (max-width: 1600px) {
  .contact-info {
    margin-top: 70px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__image img {
    margin-bottom: 50px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block {
    padding: 40px 120px 40px 40px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block:before {
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    right: 20px;
  }
}
@media (max-width: 991px) {
  .contact-info {
    margin-top: 50px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__image img {
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content {
    column-gap: 14px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block {
    width: calc(50% - 7px);
    border-radius: 30px;
    padding: 30px 80px 30px 30px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text p {
    font-size: 14px;
    line-height: normal;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block:before {
    right: 15px;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .contact-info {
    margin-bottom: 20px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__image img {
    margin-bottom: 30px;
    border-radius: 15px;
    aspect-ratio: 355/230;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content {
    row-gap: 18px;
    flex-direction: column;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block {
    width: 100%;
    border-radius: 15px;
  }
  .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text p {
    line-height: inherit;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, .pricelist .container .container-2, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.pricelist {
  z-index: -9;
}
.pricelist .container .container-2 {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #F2F2EE;
  margin-top: -40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pricelist .container .container-2 .ski-school-block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pricelist .container .container-2 .ski-school-block {
    margin-bottom: 0px;
  }
}
.pricelist .container .container-2 .pricelist-subnote {
  font-size: 18px;
}
@media (max-width: 767px) {
  .pricelist .container .container-2 .pricelist-subnote {
    font-size: 16px;
  }
}
.pricelist .container .container-2 .pricelist-table {
  border-radius: 0px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: rgba(17, 17, 17, 0.0509803922);
}
.pricelist .container .container-2 .pricelist-table thead {
  border-radius: 30px;
}
.pricelist .container .container-2 .pricelist-table thead tr th {
  color: white;
  background-color: #0D0D0D;
  border: none;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  height: 60px;
}
.pricelist .container .container-2 .pricelist-table thead tr th:first-of-type {
  border-top-left-radius: 20px;
  text-align: left;
  padding-left: 30px;
}
.pricelist .container .container-2 .pricelist-table thead tr th:last-of-type {
  border-top-right-radius: 20px;
}
.pricelist .container .container-2 .pricelist-table tbody tr {
  height: 60px;
}
.pricelist .container .container-2 .pricelist-table tbody tr td {
  border: 1px dotted #939393;
  border-bottom: 0px;
  border-right: 0px;
  text-align: center;
}
.pricelist .container .container-2 .pricelist-table tbody tr td:last-of-type {
  border-right: 1px dotted #939393;
}
.pricelist .container .container-2 .pricelist-table tbody tr td:first-of-type {
  text-align: left;
  padding-left: 30px;
}
.pricelist .container .container-2 .pricelist-table tbody tr:last-of-type td {
  border-bottom: 1px dotted #939393;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .pricelist .container .container-2 {
    padding-top: 100px;
    padding-bottom: 50px;
    border-radius: 30px;
  }
  .pricelist .container .container-2 .pricelist-table {
    border-radius: 15px;
  }
  .pricelist .container .container-2 .pricelist-table thead tr th {
    height: 40px;
    font-size: 16px;
  }
  .pricelist .container .container-2 .pricelist-table thead tr th:first-of-type {
    padding-left: 15px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr {
    height: 40px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr td {
    font-size: 16px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr td:first-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pricelist .container .container-2 {
    margin-top: 0px;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
  .pricelist .container .container-2 .pricelist-table {
    border-radius: 10px;
  }
  .pricelist .container .container-2 .pricelist-table thead tr th {
    height: 27px;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
  }
  .pricelist .container .container-2 .pricelist-table thead tr th:first-of-type {
    border-top-left-radius: 10px;
    padding-left: 5px;
  }
  .pricelist .container .container-2 .pricelist-table thead tr th:last-of-type {
    border-top-right-radius: 20px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr {
    height: 27px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr td {
    height: 27px;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr td:first-of-type {
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .pricelist .container .container-2 .pricelist-table thead tr th {
    font-size: 10px;
  }
  .pricelist .container .container-2 .pricelist-table tbody tr td {
    font-size: 10px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.introduction-section {
  padding: 120px 0px;
}
.introduction-section .container .container-2 {
  display: flex;
  justify-content: space-between;
}
.introduction-section .container .container-2 .introduction-title {
  width: 45%;
  margin-bottom: 0px;
}
.introduction-section .container .container-2 .introduction-title .label {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .introduction-section .container .container-2 .introduction-title .label {
    margin: 0px auto 18px auto;
  }
}
.introduction-section .container .container-2 .introduction-text {
  width: 45%;
  margin-bottom: 20px;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .introduction-section .container .container-2 .introduction-title {
    width: 52%;
  }
  .introduction-section .container .container-2 .introduction-text {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .introduction-section {
    padding: 80px 0px;
  }
  .introduction-section .container .container-2 {
    flex-direction: column;
    row-gap: 30px;
  }
  .introduction-section .container .container-2 .introduction-title {
    width: 100%;
  }
  .introduction-section .container .container-2 .introduction-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .introduction-section {
    padding: 50px 0px;
  }
  .introduction-section .container .container-2 {
    padding: 0px 20px;
  }
  .introduction-section .container .container-2 .introduction-title {
    text-align: center;
    font-size: 36px;
  }
  .introduction-section .container .container-2 .introduction-text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}

.page-o-nas .introduction-section {
  padding-top: 80px;
}
.page-o-nas .introduction-section .container .container-2 .introduction-title {
  font-size: 64px;
  width: 58%;
}
.page-o-nas .introduction-section .container .container-2 .introduction-text {
  width: 37%;
}
@media (max-width: 991px) {
  .page-o-nas .introduction-section {
    padding-top: 0px;
  }
  .page-o-nas .introduction-section .container .container-2 {
    padding-left: 11px;
    padding-right: 11px;
    row-gap: 20px;
  }
  .page-o-nas .introduction-section .container .container-2 .introduction-title {
    width: 100%;
    text-align: left;
    font-size: 32px;
  }
  .page-o-nas .introduction-section .container .container-2 .introduction-title .label {
    margin-left: 0px;
  }
  .page-o-nas .introduction-section .container .container-2 .introduction-text {
    width: 100%;
    text-align: left;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.photo-info-slider {
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
  padding: 120px 0px 50px 0px;
}
.photo-info-slider__header h2 {
  text-align: center;
}
.photo-info-slider .custom-slider .slick-list .slick-track .custom-slide {
  display: flex;
  justify-content: space-between;
}
.photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__image {
  width: 53%;
  aspect-ratio: 1/1;
  height: fit-content;
}
.photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__image img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content {
  width: 42%;
  margin: auto 0px;
  padding-bottom: 120px;
}
.photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content h3 {
  font-size: 72px;
  line-height: 86%;
}
@media (max-width: 1199px) {
  .photo-info-slider {
    padding: 80px 0px 0px 0px;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content {
    padding-bottom: 90px;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .photo-info-slider {
    padding: 50px 0px 0px 0px;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide {
    flex-direction: column;
    row-gap: 24px;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__image {
    width: 100%;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__image img {
    border-radius: 16px;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content {
    padding-bottom: 20px;
    width: 100%;
  }
  .photo-info-slider .custom-slider .slick-list .slick-track .custom-slide .slide__content h3 {
    font-size: 32px;
  }
}

.photo-info-slider {
  /* Textový kontajner so slide obsahom */
}
.photo-info-slider .slide__content {
  position: relative;
  max-width: 500px; /* alebo podľa tvojho layoutu */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.photo-info-slider {
  /* Wrapper pre dots */
}
.photo-info-slider .slide__dots-wrapper {
  margin-top: 0px; /* medzera medzi textom a dots */
  width: auto; /* ak tam máš fixnú šírku 500px, odstráň ju */
  display: flex;
  justify-content: flex-start; /* alebo center, ak ich chceš na stred */
  align-items: center;
}
.photo-info-slider {
  /* Reset slick default štýlov */
}
.photo-info-slider .slide__dots-wrapper .slick-dots {
  display: flex !important;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 0px;
}
.photo-info-slider {
  /* Jednotlivé dotky */
}
.photo-info-slider .slide__dots-wrapper .slick-dots li {
  margin: 0;
  width: 50px;
  overflow: hidden;
  border-radius: 1000px;
  height: fit-content;
}
.photo-info-slider {
  /* Tvar a vzhľad dotiek */
}
.photo-info-slider .slide__dots-wrapper .slick-dots li button {
  width: 100%;
  height: 10px;
  border-radius: 1000px;
  background-color: #d1d1d1;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.4s ease, width 0.4s ease, transform 0.4s ease;
}
.photo-info-slider .slide__dots-wrapper .slick-dots li.slick-active {
  width: 100px;
}
.photo-info-slider {
  /* Aktívna dotka */
}
.photo-info-slider .slide__dots-wrapper .slick-dots li.slick-active button {
  background-color: #000;
  width: 100%;
  transform: scaleX(1.8); /* plynulé zväčšenie aktívnej dotky */
}
.photo-info-slider {
  /* Skryť defaultný pseudo-element Slicku */
}
.photo-info-slider .slide__dots-wrapper .slick-dots li button:before {
  display: none;
}
@media (max-width: 767px) {
  .photo-info-slider .slide__dots-wrapper .slick-dots li {
    width: 32px;
  }
  .photo-info-slider .slide__dots-wrapper .slick-dots li.slick-active {
    width: 65px;
  }
  .photo-info-slider .slide__dots-wrapper .slick-dots li button {
    height: 6px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-section {
  padding: 120px 0px;
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
}
.text-section .container .container-2 .text-section__inner h3 {
  text-align: center;
  margin-bottom: 30px;
}
.text-section .container .container-2 .text-section__inner .text-section__text {
  max-width: 890px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 767px) {
  .text-section {
    padding: 50px 0px 30px 0px;
  }
  .text-section .container .container-2 {
    padding: 0px 30px;
  }
  .text-section .container .container-2 .text-section__inner h3 {
    margin-bottom: 18px;
    font-size: 36px;
  }
  .text-section .container .container-2 .text-section__inner .text-section__text {
    font-size: 14px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.service-section .container .container-2 {
  background-color: #F2F2EE;
  padding: 80px 50px;
  border-radius: 50px;
}
.service-section .container .container-2 .service-section__inner h2 {
  text-align: center;
}
.service-section .container .container-2 .service-section__inner .service-section__items {
  display: flex;
  column-gap: 16px;
}
.service-section .container .container-2 .service-section__inner .service-section__items .service {
  padding: 45px;
  background-color: #0D0D0D;
  border-radius: 40px;
  width: calc(50% - 8px);
  display: inline-grid;
}
.service-section .container .container-2 .service-section__inner .service-section__items .service .label {
  background-color: #DAFF55;
  font-size: 14px;
  padding: 12px 24px;
  margin-bottom: 90px;
  height: fit-content;
}
.service-section .container .container-2 .service-section__inner .service-section__items .service .service__title {
  max-width: 430px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 72px;
}
.service-section .container .container-2 .service-section__inner .service-section__items .service .service__text {
  font-size: 20px;
  line-height: normal;
  margin-top: auto;
  color: #F7F7F5;
}
@media (max-width: 1199px) {
  .service-section .container .container-2 {
    padding: 60px 40px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service {
    padding: 30px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .label {
    margin-bottom: 60px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .service__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .service__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-section {
    padding: 0px 11px;
  }
  .service-section .container .container-2 {
    border-radius: 16px;
    padding: 30px 10px 12px 10px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items {
    flex-direction: column;
    row-gap: 8px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service {
    padding: 16px;
    width: 100%;
    border-radius: 12px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .label {
    padding: 8px 12px;
    font-size: 10px;
    margin-bottom: 24px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .service__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .service-section .container .container-2 .service-section__inner .service-section__items .service .service__text {
    font-size: 12px;
    line-height: 16px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.service-packages {
  padding: 120px 0px 40px 0px;
}
@media (max-width: 1099px) {
  .service-packages {
    padding: 50px 0px 0px 0px;
  }
}
.service-packages .container .container-2 .service-packages__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media (max-width: 1600px) {
  .service-packages .container .container-2 .service-packages__inner {
    column-gap: 20px;
    row-gap: 12px;
  }
}
.service-packages .container .container-2 .service-packages__inner h2 {
  text-align: center;
  margin-bottom: 52px;
  width: 100%;
}
@media (max-width: 1099px) {
  .service-packages .container .container-2 .service-packages__inner h2 {
    margin-bottom: 24px;
  }
}
.service-packages .container .container-2 .service-packages__inner .package {
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 40px;
  padding: 40px 40px 120px 40px;
  background-color: #F2F2EE;
}
.service-packages .container .container-2 .service-packages__inner .package .package__name {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 1, 0.2509803922);
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
.service-packages .container .container-2 .service-packages__inner .package h3 {
  margin-bottom: 40px;
}
.service-packages .container .container-2 .service-packages__inner .package .btn-primary,
.service-packages .container .container-2 .service-packages__inner .package .btn-secondary {
  position: absolute;
  bottom: 40px;
}
.service-packages .container .container-2 .service-packages__inner .package .package__name {
  color: rgba(13, 13, 13, 0.5019607843);
}
.service-packages .container .container-2 .service-packages__inner .package .package__notes {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-bottom: 50px;
}
.service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note {
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
}
.service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0D0D0D;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  padding: 5px;
}
.service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:after {
  content: "";
  background-image: url("../images/tick.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  padding: 5px;
  left: 8px;
  top: 9px;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(2) {
  background: #DAFF55;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(2) .btn-secondary:hover {
  border: 1px solid #0D0D0D;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(2) .package__notes .package__note:after {
  filter: brightness(0) saturate(100%) invert(89%) sepia(67%) saturate(484%) hue-rotate(33deg) brightness(103%) contrast(103%);
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) {
  background-color: #0D0D0D;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .package__name {
  color: rgba(255, 255, 255, 0.5019607843);
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) h3 {
  color: #ffffff;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .btn-secondary {
  background-color: #DAFF55;
  color: #0D0D0D;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .btn-secondary:hover {
  background-color: #0D0D0D;
  color: #DAFF55;
  border: 1px solid #DAFF55;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .package__notes .package__note {
  color: #ffffff;
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .package__notes .package__note:after {
  filter: brightness(0) saturate(100%);
}
.service-packages .container .container-2 .service-packages__inner .package:nth-of-type(3) .package__notes .package__note:before {
  background-color: #DAFF55;
}
@media (max-width: 1600px) {
  .service-packages .container .container-2 .service-packages__inner .package {
    padding: 30px 30px 120px 30px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes {
    row-gap: 15px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note {
    padding-left: 40px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:before {
    width: 25px;
    height: 25px;
    top: 4px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:after {
    left: 6px;
    top: 10px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .btn-secondary {
    bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .service-packages .container .container-2 .service-packages__inner .package {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 1099px) {
  .service-packages .container .container-2 .service-packages__inner .package {
    width: 100%;
    border-radius: 24px;
    padding: 30px 30px 105px 30px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__name {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__price {
    font-size: 64px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes {
    margin-bottom: 0px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note {
    padding-left: 32px;
    font-size: 15px;
    line-height: 20px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:before {
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .service-packages .container .container-2 .service-packages__inner .package .package__notes .package__note:after {
    left: 5px;
    top: 7px;
    width: 11px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.image-columns {
  aspect-ratio: 1800/660;
}
.image-columns .image-columns__inner {
  height: 100%;
  display: flex;
  column-gap: 36px;
  row-gap: 20px;
  padding: 0px;
}
.image-columns .image-columns__inner .image-columns__col {
  width: calc(50% - 18px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.image-columns .image-columns__inner .image-columns__col .image-columns__item img {
  height: 100%;
  object-fit: cover;
}
.image-columns .image-columns__inner .image-columns__col:nth-of-type(1) .image-columns__item {
  height: 100%;
}
.image-columns .image-columns__inner .image-columns__col:nth-of-type(1) .image-columns__item img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
}
.image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(1) img {
  width: 40%;
  border-radius: 30px;
  aspect-ratio: 330/260;
}
.image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(2) img {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  aspect-ratio: 890/365;
}
@media (max-width: 1299px) {
  .image-columns .image-columns__inner {
    column-gap: 20px;
    row-gap: 10px;
  }
  .image-columns .image-columns__inner .image-columns__col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .image-columns {
    aspect-ratio: 365/690;
  }
  .image-columns .image-columns__inner {
    flex-direction: column-reverse;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(2) {
    flex-direction: row-reverse;
    height: fit-content;
    width: 100%;
    aspect-ratio: 365/330;
    column-gap: 10px;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(2) {
    width: 60%;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(2) img {
    aspect-ratio: 220/330;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(1) {
    width: 40%;
    margin-top: auto;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(2) .image-columns__item:nth-of-type(1) img {
    aspect-ratio: 150/120;
    width: 100%;
    height: fit-content;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(1) {
    width: 90%;
    margin-left: auto;
  }
  .image-columns .image-columns__inner .image-columns__col:nth-of-type(1) .image-columns__item img {
    aspect-ratio: 330/360;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.gains {
  padding: 80px 0px 100px 0px;
}
.gains .container .container-2 .gains__inner .gains__title h2 {
  font-size: 40px;
  line-height: 45px;
  color: rgba(17, 17, 17, 0.5019607843);
  margin-bottom: 10px;
}
.gains .container .container-2 .gains__inner .gain__item {
  border-bottom: 2.5px solid #0D0D0D;
}
.gains .container .container-2 .gains__inner .gain__item p {
  font-size: 104px;
  line-height: 104px;
  display: block;
  font-weight: 900;
  padding: 40px 0px 10px 0px;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1499px) {
  .gains {
    padding: 90px 0px 70px 0px;
  }
  .gains .container .container-2 .gains__inner .gain__item p {
    font-size: 80px;
    line-height: 80px;
    padding: 30px 0px 5px 0px;
  }
}
@media (max-width: 991px) {
  .gains {
    padding: 70px 0px 50px 0px;
  }
  .gains .container .container-2 .gains__inner .gain__item p {
    font-size: 50px;
    line-height: 50px;
    padding: 30px 0px 5px 0px;
  }
}
@media (max-width: 767px) {
  .gains {
    padding: 50px 0px 30px 0px;
  }
  .gains .container .container-2 .gains__inner .gains__title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .gains .container .container-2 .gains__inner .gain__item p {
    font-size: 32px;
    line-height: 32px;
    padding: 18px 0px 10px 0px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.woocommerce-cart {
  max-width: 1930px;
  margin: 0px auto;
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  .woocommerce-cart {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart {
    padding: 0px 0px;
  }
}
.woocommerce-cart .woocommerce {
  max-width: 1890px;
  margin: 0px auto;
  padding: 0px 50px;
}
@media (max-width: 1199px) {
  .woocommerce-cart .woocommerce {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce {
    padding: 0px 12px;
  }
}
.woocommerce-cart .woocommerce * {
  font-family: "General Sans", sans-serif;
}
.woocommerce-cart .woocommerce {
  max-width: unset !important;
}
.woocommerce-cart .woocommerce h1 {
  padding: 100px 0px 0px 0px;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce h1 {
    padding: 30px 0px 0px 0px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table {
    margin-top: 16px;
    margin-bottom: 15px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th {
  font-size: 20px;
  padding-bottom: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th.product-price {
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th.product-quantity {
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead tr th.product-subtotal {
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr:nth-last-of-type(2) td {
  padding-bottom: 30px !important;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr {
    border-bottom: 1px solid #F2F2EE !important;
    margin-bottom: 0px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td {
    padding: 16px 0px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr:nth-last-of-type(2) td {
    padding-bottom: 16px !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td {
  text-align: left;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td:before {
  content: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper {
  display: flex;
  column-gap: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-thumb {
  display: flex;
  max-width: unset;
  width: fit-content;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-thumb a img {
  width: 116px !important;
  height: 116px !important;
  object-fit: cover;
  border-radius: 16px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details {
  margin: auto 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details a {
  font-size: 32px;
  line-height: 113%;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details a.remove {
  display: block;
  display: flex;
  column-gap: 8px;
  margin-top: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  background-color: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details a.remove img {
  width: 15px;
  height: 20px;
  padding-bottom: 4px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details a.remove:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4) !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details .quantity {
  margin: 0px auto;
  width: fit-content;
  background-color: #F2F2EE;
  border-radius: 16px;
  display: none;
  margin: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details .quantity input {
  background-color: #F2F2EE;
  width: 50px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details .quantity button {
  background-color: #F2F2EE;
  padding: 0px 20px;
  color: black;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details .quantity button:nth-of-type(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 16px 0px 0px 16px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details .quantity button:nth-of-type(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px 16px 16px 0px;
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-details a {
    font-size: 24px;
  }
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .cart-item-thumb a img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper {
    column-gap: 10px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-info .cart-item-wrapper .remove {
    margin-top: 0px !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price {
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price span bdi {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price span bdi {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price span bdi {
    font-size: 20px;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control {
  margin: 0px auto;
  width: fit-content;
  background-color: #F2F2EE;
  border-radius: 16px;
  display: flex;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control input {
  background-color: #F2F2EE;
  width: 50px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control button {
  background-color: #F2F2EE;
  padding: 0px 20px;
  color: black;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control button:nth-of-type(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 16px 0px 0px 16px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control button:nth-of-type(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px 16px 16px 0px;
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control .qty-btn {
    padding: 0px 12px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity .qty-control input {
    padding: 8px 5px !important;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal {
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal span bdi {
  font-size: 32px;
  font-weight: 600;
  color: #111111;
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal span bdi {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr {
    display: flex;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info {
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper {
    column-gap: 13px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details a {
    display: block;
    text-align: left;
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .remove {
    column-gap: 4px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .remove img {
    width: 13px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .remove span {
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .quantity {
    margin-top: 4px !important;
    display: flex !important;
    height: 32px !important;
    width: 55px !important;
    border-radius: 10px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .quantity .qty-btn:nth-of-type(1) {
    border-radius: 10px 0px 0px 10px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .quantity .qty-btn:nth-of-type(2) {
    border-radius: 0px 10px 10px 0px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .quantity .qty-btn {
    padding: 0px 10px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-info .cart-item-wrapper .cart-item-details .quantity input {
    width: 50px !important;
    padding: 8px 5px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .quantity {
    display: none;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-subtotal {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr .product-subtotal span bdi {
    font-size: 22px !important;
    font-weight: 400 !important;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.woocommerce-cart .woocommerce .cart-collaterals:before {
  content: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer {
  width: 50%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions {
  max-width: 600px;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input.input-text#coupon_code {
  background-color: #F2F2EE;
  border-radius: 16px;
  margin-left: 0px !important;
  margin-right: 10px;
  width: calc(100% - 225px) !important;
  border: none;
}
@media (max-width: 1600px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input.input-text#coupon_code {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input.input-text#coupon_code {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input.input-text#coupon_code {
    width: calc(100% - 129px) !important;
    height: 43px;
    border-radius: 8px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input.input-text#coupon_code::placeholder {
    font-size: 14px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button {
  padding: 24px 40px !important;
}
@media (max-width: 1600px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button {
    padding: 13px 30px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button {
    padding: 12px 18px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button {
    height: 43px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button:hover {
  background-color: #DAFF55;
  color: #111111;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon button {
  border: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon .coupon-error-notice {
  color: red;
  margin-top: 0px !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 50%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr th {
  border: none;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr td {
  border: none;
  font-size: 32px;
  font-weight: 600;
  text-align: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
  position: relative;
  right: 78px;
  border: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after {
  content: "";
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  background-color: #DAFF55;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
    right: 60px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
    right: 49px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:before {
    width: 49px;
    height: 49px;
    right: -49px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: calc(100% - 49px) !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:before {
    top: -4px !important;
  }
}
@media (max-width: 1299px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    max-width: 400px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr th {
    font-size: 18px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody tr td span bdi {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex-direction: column;
    border: none !important;
    padding-top: 0px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon {
    row-gap: 12px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon h4 {
    font-size: 20px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-footer .actions .coupon input {
    width: calc(100% - 129px) !important;
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .cart-subtotal,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total {
    border: none !important;
    margin-bottom: 0px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .cart-subtotal td[data-title="Celkom s DPH"],
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total td[data-title="Celkom s DPH"] {
    vertical-align: middle !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .cart-subtotal th,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total th {
    background-color: transparent !important;
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .cart-subtotal td,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total td {
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .cart-subtotal td span bdi,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total td span bdi {
    position: relative;
    top: -9px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tbody .order-total td {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* Odstráni všetky bordery z tabuľky košíka WooCommerce */
.woocommerce-cart-form table,
.woocommerce-cart-form table * {
  border: none !important;
  border-collapse: collapse !important;
  box-shadow: none !important;
  outline: none !important;
  background-image: none !important;
}

/* Skryť šípky z input[type=number] vo všetkých prehliadačoch */
.woocommerce .quantity {
  background: #F2F2EE;
  width: fit-content;
  margin: auto;
  border-radius: 17px;
}
.woocommerce .quantity input {
  background-color: #F2F2EE;
  border-radius: 17px;
}
.woocommerce .update-cart {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-color: #DAFF55 !important;
  background: transparent !important;
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.woocommerce-checkout {
  max-width: 1930px;
  margin: 0px auto;
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  .woocommerce-checkout {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout {
    padding: 0px 0px;
  }
}
.woocommerce-checkout .woocommerce {
  max-width: 1890px !important;
  margin: 0px auto !important;
  padding: 0px 50px !important;
}
@media (max-width: 1199px) {
  .woocommerce-checkout .woocommerce {
    padding: 0px 30px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce {
    padding: 0px 12px !important;
  }
}
.woocommerce-checkout .woocommerce * {
  font-family: "General Sans", sans-serif;
}
.woocommerce-checkout .woocommerce {
  max-width: unset !important;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  padding: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
  font-size: 32px;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 0px !important;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout input {
  background-color: #F2F2EE;
  border: none;
  border-radius: 16px;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout input::placeholder {
  font-size: 20px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .address-field {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .address-field,
.woocommerce-checkout .woocommerce .woocommerce-checkout .validate-phone,
.woocommerce-checkout .woocommerce .woocommerce-checkout .validate-required,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_comments_field {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row {
  width: 49.5%;
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row label {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .col2-set {
  width: 55%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
  width: 44%;
  padding-left: 12px !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    padding-left: 0px !important;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
  width: 44% !important;
  padding-left: 12px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 40px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
  border: none;
  background-color: #F2F2EE;
  border-radius: 16px;
  padding: 27px 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea:focus, .woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea:active {
  outline: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-checkout .woocommerce #order_review .shop_table {
  margin-top: 0px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tbody tr td {
  padding-left: 0px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tbody tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr {
  border: none;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr th {
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6509803922);
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr td {
  padding: 0px;
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr td span bdi {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr:nth-of-type(1) th {
  padding-bottom: 30px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr:nth-of-type(1) td {
  padding-bottom: 30px;
  text-align: right;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr:nth-of-type(2) th {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #111111;
  font-weight: 500;
  font-size: 28px;
}
.woocommerce-checkout .woocommerce #order_review .shop_table tfoot tr:nth-of-type(2) td {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce #order_review .shop_table tfoot .cart-subtotal {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-checkout .woocommerce .place-order {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 20px;
  color: rgba(42, 42, 42, 0.6);
}
.woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  text-decoration: underline;
  color: #2A2A2A;
  font-size: 20px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 12px;
  }
  .woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
    font-size: 12px;
  }
}
.woocommerce-checkout .woocommerce #place_order {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
  position: relative;
  right: 78px;
  border: none !important;
}
.woocommerce-checkout .woocommerce #place_order:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none !important;
}
.woocommerce-checkout .woocommerce #place_order:after {
  content: "";
}
.woocommerce-checkout .woocommerce #place_order:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  aspect-ratio: 1/1;
  right: -78px;
  top: 0px;
  background-color: #DAFF55;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce #place_order:hover:before {
  background-image: url("../images/arrow-btn-white.svg");
  background-color: #111111;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .woocommerce-checkout .woocommerce #place_order {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
    right: 60px;
  }
  .woocommerce-checkout .woocommerce #place_order:before {
    width: 60px;
    height: 60px;
    right: -60px;
    background-size: 16px 16px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce #place_order {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
    right: 49px;
  }
  .woocommerce-checkout .woocommerce #place_order:before {
    width: 49px;
    height: 49px;
    right: -49px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce #place_order {
    width: calc(100% - 41px) !important;
    left: 0px;
  }
  .woocommerce-checkout .woocommerce #place_order:before {
    width: 41px;
    height: 41px;
    right: -41px;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals th {
  border: none !important;
  font-size: 32px !important;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td {
  padding: 0px !important;
  border: none !important;
  min-width: 280px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods {
  margin: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li {
  text-align: left;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper {
  border-radius: 24px;
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-title {
  border-radius: 24px 24px 0px 0px;
  padding: 17px;
  border: 2px solid #DAFF55;
  background-color: rgba(218, 255, 85, 0.1019607843);
  font-size: 20px;
  position: relative;
  padding-left: 60px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-title:before {
  content: "";
  background-image: url("../images/green-tick.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: calc(50% - 12px);
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content {
  background-color: rgba(248, 248, 246, 0.5019607843);
  border-radius: 0px 0px 24px 24px;
  padding: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content .shipping-details {
  background-color: #F2F2EE;
  border-radius: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content .shipping-details .shipping-address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 55px;
  position: relative;
  color: rgba(34, 34, 34, 0.6);
  font-size: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content .shipping-details .shipping-address strong {
  font-weight: 600;
  color: #111111;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content .shipping-details .shipping-address:before {
  content: "";
  background-image: url("../images/black-tick.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-totals td .woocommerce-shipping-methods li label .shipping-wrapper .shipping-content .shipping-details .shipping-info {
  padding: 20px 20px 20px 55px;
  font-size: 16px;
  line-height: normal;
  color: rgba(34, 34, 34, 0.6);
  font-weight: 300;
}
.woocommerce-checkout .woocommerce .cart_item .product-name .review-item-wrapper {
  display: flex;
  column-gap: 14px;
}
.woocommerce-checkout .woocommerce .cart_item .product-name .review-item-wrapper .review-item-thumb img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 14px;
}
.woocommerce-checkout .woocommerce .cart_item .product-name .review-item-wrapper .review-item-content {
  margin: auto 0px;
}
.woocommerce-checkout .woocommerce .cart_item .product-name .review-item-wrapper .review-item-content .review-item-title {
  font-size: 32px;
  line-height: 32px;
  font-family: "Acumin Extra Condensed", sans-serif;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .cart_item .product-name .review-item-wrapper .review-item-content .review-item-categories {
  color: rgba(0, 0, 0, 0.4);
}
.woocommerce-checkout .woocommerce .cart_item .product-total span bdi {
  font-size: 22px;
}
.woocommerce-checkout .woocommerce .order-total th {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}
.woocommerce-checkout .woocommerce .order-total td strong span bdi {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .order-total {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-checkout .woocommerce .order-total th {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .woocommerce-checkout .woocommerce .order-total td strong span bdi {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
}
.woocommerce-checkout .woocommerce #ship-to-different-address {
  display: none;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
    width: 100%;
    padding: 0px;
    border: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    width: 100% !important;
    padding: 0px !important;
    border: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr .product-name .review-item-wrapper .review-item-thumb img {
    width: 80px !important;
    height: 80px !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr .product-name .review-item-wrapper .review-item-content .review-item-title {
    font-size: 20px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr .product-name .review-item-wrapper .review-item-content .review-item-categories {
    font-size: 12px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr .product-name .review-item-wrapper .review-item-content .product-quantity {
    font-size: 14px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table tbody tr .product-total span bdi {
    font-size: 18px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.blog .blog-icon-wrapper {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 0px;
}
.blog .blog-icon-wrapper img {
  max-width: 950px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .blog .blog-icon-wrapper {
    margin-top: 65px;
  }
  .blog .blog-icon-wrapper img {
    max-width: 750px;
  }
}
@media (max-width: 1400px) {
  .blog .blog-icon-wrapper {
    margin-top: 45px;
  }
  .blog .blog-icon-wrapper img {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .blog .blog-icon-wrapper {
    margin-top: 35px;
  }
  .blog .blog-icon-wrapper img {
    width: 80%;
  }
}
.blog .blog-hero-title {
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.blog .blog-hero-title .container .container-2 {
  aspect-ratio: 1972/617;
}
.blog .blog-hero-title .container .container-2 .inner-content {
  height: 100%;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog .blog-hero-title .container .container-2 .inner-content .hero-label {
  background: #DAFF55;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 1000px;
  margin-bottom: 25px;
  color: #111111;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
.blog .blog-hero-title .container .container-2 .inner-content p {
  margin-bottom: 20px;
  color: white;
  font-size: 56px;
  max-width: 680px;
  width: 100%;
  font-weight: 700;
  line-height: 106%;
}
.blog .blog-hero-title .container .container-2 .inner-content span {
  color: white;
  max-width: 570px;
  width: 100%;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1600px) {
  .blog .blog-hero-title .container .container-2 {
    aspect-ratio: 1972/817;
  }
  .blog .blog-hero-title .container .container-2 .inner-content {
    padding: 30px;
    border-radius: 30px;
  }
  .blog .blog-hero-title .container .container-2 .inner-content p {
    font-size: 40px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .blog .blog-hero-title .container .container-2 {
    aspect-ratio: 1972/917;
  }
}
@media (max-width: 767px) {
  .blog .blog-hero-title {
    display: none;
  }
}
.blog #site-content {
  margin-top: 50px !important;
}
.blog #site-content .post-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 33px;
  row-gap: 33px;
}
.blog #site-content .post-list article {
  width: calc(33.3333333333% - 22px);
  border-radius: 40px;
  background-color: #F2F2EE;
  display: inline-grid;
  overflow: hidden;
}
.blog #site-content .post-list article .post-thumbnail {
  margin: 0px;
  aspect-ratio: 576/336;
}
.blog #site-content .post-list article .post-thumbnail img {
  margin-top: 0px !important;
  border-radius: 40px 40px 0px 0px;
  height: 100% !important;
  margin: 0px;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.blog #site-content .post-list article .post-content {
  padding: 24px 24px 78px 24px;
  position: relative;
}
.blog #site-content .post-list article .post-content .post-category {
  margin-bottom: 20px !important;
  display: block;
  display: flex;
}
.blog #site-content .post-list article .post-content .post-category a {
  background-color: #DAFF55;
  padding: 12px 24px;
  border-radius: 1000px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.blog #site-content .post-list article .post-content .post-category a:hover {
  text-decoration: none;
  background-color: #111111;
  color: white;
}
.blog #site-content .post-list article .post-content .post-title {
  margin-bottom: 16px;
}
.blog #site-content .post-list article .post-content .post-title a {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  display: block;
  font-family: "General Sans", sans-serif !important;
  text-transform: none;
}
.blog #site-content .post-list article .post-content .post-title a:hover {
  text-decoration: none !important;
}
.blog #site-content .post-list article .post-content .post-excerpt p {
  font-size: 18px;
  line-height: normal;
}
.blog #site-content .post-list article .post-content .post-date {
  position: absolute;
  bottom: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.blog #site-content .post-list article:hover .post-thumbnail img {
  transform: scale(1.05);
  transition: transform 0.4s ease, filter 0.4s ease;
}
@media (max-width: 1600px) {
  .blog #site-content .container .container-2 .post-list article {
    border-radius: 30px;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail img {
    border-radius: 30px 30px 0px 0px;
  }
}
@media (max-width: 1400px) {
  .blog #site-content .container .container-2 .post-list {
    column-gap: 21px;
  }
  .blog #site-content .container .container-2 .post-list article {
    width: calc(33.3333333333% - 14px);
    border-radius: 30px;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail img {
    border-radius: 30px 30px 0px 0px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content {
    padding: 18px 18px 60px 18px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category {
    margin-bottom: 16px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category a {
    padding: 10px 22px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-title a {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 1300px) {
  .blog #site-content .container .container-2 .post-list {
    column-gap: 21px;
  }
  .blog #site-content .container .container-2 .post-list article {
    width: calc(33.3333333333% - 14px);
    border-radius: 30px;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail img {
    border-radius: 30px 30px 0px 0px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content {
    padding: 18px 18px 60px 18px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category {
    margin-bottom: 16px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category a {
    padding: 10px 22px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-title a {
    font-size: 18px;
    line-height: normal;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-excerpt p {
    font-size: 16px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-date {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog #site-content .container .container-2 .post-list article {
    width: calc(50% - 11px);
    border-radius: 25px;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail img {
    border-radius: 25px 25px 0px 0px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-title a {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .blog #site-content {
    margin-top: 0px !important;
  }
}
@media (max-width: 575px) {
  .blog #site-content .container .container-2 .post-list {
    row-gap: 8px;
  }
  .blog #site-content .container .container-2 .post-list article {
    width: 100%;
    border-radius: 16px;
    display: flex;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail {
    padding: 7px 0px 7px 7px;
    aspect-ratio: 1/1;
    width: 40%;
    max-width: 40%;
    width: 40%;
    min-width: 40%;
  }
  .blog #site-content .container .container-2 .post-list article .post-thumbnail img {
    border-radius: 10px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content {
    padding: 7px;
    padding-bottom: 42px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category {
    margin-bottom: 8px !important;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-category a {
    font-size: 10px;
    padding: 6px 12px;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-title a {
    font-size: 14px;
    line-height: normal;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-excerpt {
    display: none;
  }
  .blog #site-content .container .container-2 .post-list article .post-content .post-date {
    bottom: 7px;
    font-size: 12px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-post article {
  max-width: 1220px;
  width: 100%;
  margin: 0px auto;
  padding: 50px 20px;
}
.single-post article .entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.single-post article .entry-tags .label {
  background-color: #DAFF55;
  padding: 12px 24px;
}
.single-post article h1 {
  text-transform: none;
  margin-bottom: 32px;
}
.single-post article .entry-excerpt p {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
}
.single-post article .entry-date span {
  font-size: 20px;
  color: rgba(17, 17, 17, 0.7490196078);
  font-weight: 300;
}
.single-post article .entry-image {
  margin-bottom: 50px;
}
.single-post article .entry-image img {
  width: 100% !important;
  max-width: unset !important;
  border-radius: 40px;
}
.single-post article .entry-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.single-post article .entry-content img {
  width: 100% !important;
  max-width: unset !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .single-post article {
    padding: 7px 20px;
  }
  .single-post article .entry-tags .label {
    padding: 6px 12px !important;
  }
  .single-post article .entry-tags .label a {
    font-size: 10px !important;
  }
  .single-post article h1 {
    font-size: 24px !important;
    line-height: 31px !important;
    margin-bottom: 18px !important;
  }
  .single-post article .entry-excerpt p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .single-post article .entry-date {
    line-height: 12px;
  }
  .single-post article .entry-date span {
    font-size: 12px;
  }
  .single-post article .entry-image {
    margin-bottom: 25px;
  }
  .single-post article .entry-image img {
    border-radius: 18px;
  }
  .single-post article .entry-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .single-post article .entry-content img {
    border-radius: 18px;
  }
}
.single-post .related-posts {
  position: relative;
  margin-top: 30px;
}
.single-post .related-posts .container .container-2 {
  background-color: #F2F2EE;
  border-radius: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.single-post .related-posts .container .container-2 .slick-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.single-post .related-posts .container .container-2 .related-slide-item {
  background-color: white;
  border-radius: 30px;
  margin: 0px 15px;
  overflow: hidden;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-img {
  aspect-ratio: 576/336;
}
.single-post .related-posts .container .container-2 .related-slide-item a img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
  transition: transform 0.5s ease;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-info {
  padding: 24px;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-info .label {
  background-color: #DAFF55;
  margin-bottom: 20px;
  font-size: 14px;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-info .related-title {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
  text-transform: none;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-info .related-excerpt {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
}
.single-post .related-posts .container .container-2 .related-slide-item a .related-info .related-date {
  font-size: 20px;
  color: rgba(17, 17, 17, 0.5019607843);
  font-weight: 300;
}
.single-post .related-posts .container .container-2 .related-slide-item a:hover {
  text-decoration: none;
}
.single-post .related-posts .container .container-2 .related-slide-item a:hover img {
  transform: scale(1.05);
}
.single-post .related-posts .slick-prev {
  position: absolute;
  right: 65px;
  top: -70px;
  left: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
}
.single-post .related-posts .slick-prev:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: white;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
  transform: rotate(225deg);
}
.single-post .related-posts .slick-next {
  position: absolute;
  right: 0px;
  top: -70px;
  left: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white !important;
}
.single-post .related-posts .slick-next:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-color: white;
  display: block;
  background-position: center;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  position: absolute;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .single-post .related-posts {
    padding: 0px 11px;
    margin-top: 20px;
  }
  .single-post .related-posts .container .container-2 {
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 16px;
  }
  .single-post .related-posts .container .container-2 .related-slider {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item {
    padding: 7px;
    border-radius: 14px;
    margin: 0px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a {
    display: flex;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-img {
    width: 40%;
    margin: auto 0px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-info {
    width: calc(60% - 10px);
    padding: 0px 6px 6px 6px;
    position: relative;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-info .label {
    padding: 5px 11px;
    font-size: 10px;
    margin-bottom: 7px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-info .related-title {
    font-size: 16px;
    line-height: 16px;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-info .related-excerpt {
    display: none;
  }
  .single-post .related-posts .container .container-2 .related-slider .related-slide-item a .related-info .related-date {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.faqs {
  margin-bottom: 80px;
}
.faqs .container .container-2 .faqs__inner {
  display: flex;
  column-gap: 3%;
  justify-content: space-between;
}
.faqs .container .container-2 .faqs__inner .faqs__left {
  width: 38%;
  max-width: 500px;
}
.faqs .container .container-2 .faqs__inner .faqs__left .label {
  margin-bottom: 25px;
}
.faqs .container .container-2 .faqs__inner .faqs__left h2 {
  margin-bottom: 20px;
}
.faqs .container .container-2 .faqs__inner .faqs__left .faqs__text {
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 40px;
}
.faqs .container .container-2 .faqs__inner .faqs__right {
  width: 55%;
}
.faqs .container .container-2 .faqs__inner .faqs__right .faq-item {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faqs .container .container-2 .faqs__inner .faqs__right .faq-item button {
  padding: 0px;
  background: transparent;
  color: #111111;
  font-size: 32px;
  line-height: 42px;
  border: 0px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.faqs .container .container-2 .faqs__inner .faqs__right .faq-item button img {
  width: 28px;
}
.faqs .container .container-2 .faqs__inner .faqs__right .faq-item button:focus {
  outline: none;
}
.faqs .container .container-2 .faqs__inner .faqs__right .faq-item .faq-item__answer {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(34, 34, 34, 0.8);
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .faqs .container .container-2 .faqs__inner .faqs__left .faqs__text {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item {
    padding: 25px 0px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item button {
    font-size: 22px;
    line-height: 32px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item button img {
    width: 20px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item .faq-item__answer {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .faqs {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .faqs .container .container-2 .faqs__inner {
    flex-direction: column;
  }
  .faqs .container .container-2 .faqs__inner .faqs__left {
    width: 100%;
  }
  .faqs .container .container-2 .faqs__inner .faqs__left h2 {
    margin-bottom: 11px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__left .faqs__text {
    font-size: 14px;
    line-height: normal;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right {
    width: 100%;
    padding-top: 15px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item {
    padding: 22px 0px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item button {
    font-size: 16px;
    line-height: normal;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item button img {
    width: 17px;
  }
  .faqs .container .container-2 .faqs__inner .faqs__right .faq-item .faq-item__answer {
    font-size: 14px;
  }
}

.faq-item__icon {
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.company-numbers {
  z-index: 9;
  position: relative;
}
.company-numbers .container.cn-numbers .container-2 {
  border-radius: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center top;
}
.company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 50px;
}
.company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item {
  position: relative;
  padding-left: 40px;
  max-width: 240px;
  width: 100%;
}
.company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__value {
  width: fit-content;
  font-size: 100px;
  line-height: 100px;
  font-family: "Acumin Extra Condensed", sans-serif;
}
.company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__label {
  width: fit-content;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 30px;
}
.company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #111111;
  left: 0px;
  top: 0px;
  position: absolute;
  border-radius: 1000px;
}
@media (max-width: 1600px) {
  .company-numbers .container.cn-numbers .container-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item {
    padding-left: 30px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__value {
    font-size: 70px;
    line-height: 70px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__label {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__value {
    font-size: 50px;
    line-height: 50px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__label {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .company-numbers .container.cn-numbers .container-2 {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .company-numbers .container.cn-numbers .container-2 {
    padding-left: 22px;
    background-position: center top;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item {
    max-width: 100px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__label {
    font-size: 15px;
    line-height: 18px;
  }
  .company-numbers .container.cn-numbers .container-2 .company-numbers__wrapper .numbers__item .numbers__value {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .company-numbers .container.cn-numbers {
    padding: 0px 11px;
  }
}
@media (max-width: 767px) {
  .company-numbers {
    margin-top: 40px;
  }
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.job-positions .container .container-2 {
  background-color: #F2F2EE;
}

/* ================================
   Colors
================================= */
/* ================================
   Default variables
================================= */
.radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
.why-transparent .container .container-2, .pricelist .container .container-2 {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .radius-50, footer .footer-top-inner .footer-newsletter, footer .footer-bottom-inner .footer-logo, footer .footer-bottom-inner .footer-content, .entry-content .hero-banner, .hero-basic, .hero-basic .hero-overlay, .services .container .container-2, .services .container .container-2 .services__inner .service-item__image, .services .container .container-2 .services__inner .service-item__image img, .team .container .container-2, .custom-gallery .container .container-2, .courses-group .container .container-2, .courses-group.is-last-group .container .container-2, .why .container .container-2,
  .why-transparent .container .container-2, .pricelist .container .container-2 {
    border-radius: 18px;
  }
}

/* ================================
   Fonts
================================= */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Extra Condensed";
  src: url("../fonts/Acumin_Pro_ExtraCondensed_UlBlk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ================================
   Buttons
================================= */
.btn-primary {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  padding: 28px 40px;
  text-decoration: none;
  background-color: #DAFF55;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .btn-primary {
    padding: 20px 32px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 13px;
  }
}

.btn-secondary {
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: #111111;
  border-radius: 1000px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
.btn-secondary:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
    line-height: 11px;
  }
}

.btn-border {
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 24px 40px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #111111;
  border-radius: 1000px;
  color: #111111;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.btn-border img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.btn-border:hover {
  background-color: #DAFF55;
  color: #111111;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-border {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 17px;
    column-gap: 5px;
  }
  .btn-border img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-border {
    font-size: 15px;
    line-height: 13px;
  }
}

.btn-link {
  color: #111111;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.btn-link:before {
  content: "";
  background-image: url("../images/arrow-btn.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  right: 0px;
  top: calc(50% - 10px);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn-link:hover:before {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-link {
    padding-right: 24px;
  }
  .btn-link:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
}

.label {
  background-color: rgba(17, 17, 17, 0.1490196078);
  color: #111111;
  padding: 20px 32px;
  text-transform: uppercase;
  border-radius: 1000px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 0px;
  width: fit-content;
  display: block;
}
@media (max-width: 1600px) {
  .label {
    padding: 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .label {
    padding: 8px 16px;
    font-size: 10px;
    color: #111111;
  }
}

/* ================================
   Fonts - styles
================================= */
a {
  text-decoration: none;
  font-size: 20px;
  line-height: 160%;
}
a:hover {
  text-decoration: underline;
  text-decoration-style: solid !important;
}
a:active, a:focus {
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
  border: none;
  text-decoration: none !important;
}
a:active img, a:focus img {
  outline: none !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1600px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .p-24, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-text p, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input, footer .footer-top-inner .footer-newsletter .newsletter-inner .newsletter-form form input::placeholder, footer .footer-bottom-inner .footer-content .footer-menus .footer-menu li a, .contact-section .container .container-2 .contact-subtitle, .contact-info .container .container-2 .contact-info__wrapper .contact-info__content .contact-info__block .contact-info__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-20, .contact-form .checkbox-wrap span {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-20, .contact-form .checkbox-wrap span {
    font-size: 14px;
  }
}

.site-content h1,
.site-content .h1 {
  font-size: 140px;
  line-height: 86%;
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
}
@media (max-width: 1600px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .site-content h1,
  .site-content .h1 {
    font-size: 40px;
  }
}
.site-content h2,
.site-content .h2,
.site-content .entry-content .highlighted-text__content p,
.entry-content .highlighted-text__content .site-content p,
.site-content .entry-content .highlighted-text__content p span,
.entry-content .highlighted-text__content p .site-content span {
  font-size: 104px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .site-content h2,
  .site-content .h2,
  .site-content .entry-content .highlighted-text__content p,
  .entry-content .highlighted-text__content .site-content p,
  .site-content .entry-content .highlighted-text__content p span,
  .entry-content .highlighted-text__content p .site-content span {
    font-size: 40px;
  }
}
.site-content h3 {
  font-size: 88px;
  line-height: 86%;
  font-family: "Acumin Extra Condensed", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .site-content h3 {
    font-size: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .site-content h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-content h3 {
    font-size: 40px;
  }
}
.site-content h4,
.site-content .h4 {
  text-transform: uppercase;
  font-family: "Acumin Extra Condensed", sans-serif;
  font-size: 40px;
  line-height: 86%;
}
@media (max-width: 1600px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .site-content h4,
  .site-content .h4 {
    font-size: 20px;
  }
}
.site-content p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .site-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.job-positions {
  z-index: -1;
  margin-top: -50px;
}
.job-positions .container .container-2 {
  padding-top: 120px;
  padding-bottom: 80px;
  border-radius: 40px;
}
.job-positions .container .container-2 .label {
  margin: 0px auto 25px auto;
}
.job-positions .container .container-2 h2 {
  text-align: center;
}
.job-positions .container .container-2 .job-positions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.job-positions .container .container-2 .job-positions__list .job-position {
  background-color: white;
  border-radius: 40px;
  width: calc(33.3333333333% - 20px);
  padding: 30px;
  position: relative;
}
.job-positions .container .container-2 .job-positions__list .job-position__btn {
  background-color: #F2F2EE;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.job-positions .container .container-2 .job-positions__list .job-position__btn img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.job-positions .container .container-2 .job-positions__list .job-position__image {
  width: fit-content;
  margin-bottom: 70px;
}
.job-positions .container .container-2 .job-positions__list .job-position__image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.job-positions .container .container-2 .job-positions__list .job-position__intro p {
  color: rgba(17, 17, 17, 0.5019607843);
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.job-positions .container .container-2 .job-positions__list .job-position__excerpt p {
  font-size: 28px;
}
.job-positions .container .container-2 .job-positions__list .job-position:hover {
  text-decoration: none;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.job-positions .container .container-2 .job-positions__list .job-position:hover .job-position__btn img {
  transform: rotate(45deg);
}
.job-positions .container .container-2 .job-positions__list .job-position:focus {
  background-color: white !important;
}
@media (max-width: 1600px) {
  .job-positions {
    margin-top: 20px;
  }
  .job-positions .container .container-2 .job-positions__list {
    gap: 20px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position {
    border-radius: 22px;
    width: calc(33.3333333333% - 14px);
  }
  .job-positions .container .container-2 .job-positions__list .job-position__btn {
    width: 50px;
    height: 50px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__btn img {
    width: 20px;
    height: 20px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__image {
    margin-bottom: 50px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__image img {
    width: 85px;
    height: 85px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__content .job-position__intro {
    font-size: 16px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__content .job-position__excerpt p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .job-positions {
    margin: 0px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .job-positions .container {
    padding-left: 11px;
    padding-right: 11px;
  }
  .job-positions .container .container-2 {
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 16px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position {
    border-radius: 22px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .job-positions .container .container-2 .job-positions__list .job-position {
    padding: 17px;
    border-radius: 22px;
    width: 100%;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__btn {
    top: 17px;
    right: 17px;
    width: 44px;
    height: 44px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__image {
    margin-bottom: 47px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__image img {
    width: 80px;
    height: 80px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__content .job-position__name {
    margin-bottom: 30px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__content .job-position__intro p {
    font-size: 14px;
  }
  .job-positions .container .container-2 .job-positions__list .job-position__content .job-position__excerpt p {
    font-size: 18px;
  }
}

* {
  font-family: "General Sans", sans-serif;
}

body {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
}
body .site-main {
  padding: 0px;
}

@media (max-width: 767px) {
  .home .entry-content {
    background-color: #F2F2EE;
    padding: 0px 12px;
  }
}

.entry-content > * {
  max-width: 100% !important;
}

.entry-content {
  margin-top: 0px !important;
}

.site-main,
.site-main > article > * {
  margin-top: 0px !important;
}

.home .site-main {
  padding-top: 0px;
}

.entry-header.alignwide {
  display: none;
}

.container {
  max-width: 1630px;
  margin: 0px auto;
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 0px;
  }
}

.container-2 {
  max-width: 1590px;
  margin: 0px auto;
  padding: 0px 50px;
}
@media (max-width: 1199px) {
  .container-2 {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container-2 {
    padding: 0px 12px;
  }
}

.entry-footer.default-max-width {
  display: none !important;
}

.site-main {
  padding-bottom: 0px !important;
}

.entry-content {
  margin-bottom: 0px !important;
}

.text-section-start {
  padding: 50px 0px;
}
.text-section-start .container .container-2 p {
  width: 70%;
  font-size: 40px;
  line-height: normal;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .text-section-start .container .container-2 p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .text-section-start {
    width: 80%;
    padding: 30px 0px;
  }
  .text-section-start .container .container-2 p {
    font-size: 20px;
  }
}

input:active, input:focus {
  outline: none !important;
}

.wpcf7-response-output {
  text-align: center;
  width: fit-content;
  margin: 20px auto !important;
}

.site-main > article,
.site-main > .not-found,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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