:root {
  --pink: #EBB1C2;
  --blue: #2C09EF; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "\f137"; }

[dir='rtl'] .slick-prev:before {
  content: "\f138"; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "\f138"; }

[dir='rtl'] .slick-next:before {
  content: "\f137"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111"; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider .slick-slide:focus {
  outline: none; }

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%; }
.slick-slider-full .slide-item {
  position: relative; }
  .slick-slider-full .slide-item:focus {
    outline: none; }

body {
  font-family: 'Hanken Grotesk', sans-serif; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

p {
  margin-bottom: 1.5rem; }

strong {
  font-weight: 700; }

input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

iframe {
  display: block; }

.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.ff-montserrat {
  font-family: "Montserrat", sans-serif; }

.text-sm {
  font-size: 0.875rem; }

.text-md {
  font-size: 1.125rem; }

.ls-2 {
  letter-spacing: 2px; }

.ls-3 {
  letter-spacing: 3px; }

.ls-4 {
  letter-spacing: 4px; }

.lh-2 {
  line-height: 1.85; }

.text-pink {
  color: #ebb1c2; }

.text-blue {
  color: var(--blue); }

.lh-1 {
  line-height: 1; }

.bg-black {
  background-color: #000; }

.bg-gray {
  background-color: #F7F7F7; }

._border-gray {
  border-color: #707070; }

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10.5px 25px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .875rem;
  font-weight: 500; }

.btn-mw {
  min-width: 180px; }

.btn-secondary {
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #fff; }

.btn-outline-dark {
  color: #000000; }

.scroll-top-btn {
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 999;
  width: auto;
  background-color: #000;
  color: #fff; }
  .scroll-top-btn:hover {
    color: var(--primary); }
  .scroll-top-btn .fa {
    font-size: 14px; }
  .scroll-top-btn.reveal-btn {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 575px) {
    .scroll-top-btn {
      bottom: 10px;
      right: 20px; } }

.text-title, .prices-section .price-item ._price {
  font-family: "Montserrat", sans-serif; }

.collage {
  position: relative; }
  .collage .frame .img-container {
    position: relative; }
    .collage .frame .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute; }

.collage-1 {
  display: flex; }
  .collage-1 .frame-1 {
    width: 32%;
    padding-right: 15px; }
    .collage-1 .frame-1 .img-container {
      height: 100%; }
  .collage-1 .frame-2 {
    width: 68%; }
    .collage-1 .frame-2 .img-container {
      padding-bottom: 80%; }

.color-strip-0 {
  height: 18px;
  background: linear-gradient(90deg, #f63232 0%, #e646ba 25%, white 40%, #4ed6ff 58%, #00ffe9 70%, #0d0b22 97%, #09072e 100%); }

.color-strip-1 {
  position: absolute;
  bottom: -20px;
  width: 70%;
  height: 42px;
  background: #f63232;
  background: linear-gradient(90deg, #f63232 0%, #e646ba 50%, #09072e 100%); }
  .color-strip-1._left {
    left: -25px; }
  .color-strip-1._center {
    left: 0;
    right: 0;
    margin: auto; }
  .color-strip-1._right {
    right: -25px; }

.social-links {
  margin-bottom: 15px; }
  .social-links .nav-item {
    margin-right: 15px; }
  .social-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 50%; }
    .social-links .nav-link i {
      font-size: 13px; }

.generic-slider {
  width: 100%; }
  .generic-slider .swiper-pagination {
    left: auto;
    bottom: 20px;
    right: 25px;
    width: auto; }
  .generic-slider .swiper-pagination-bullet-active .num-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff; }
  .generic-slider .img-container {
    position: relative;
    padding-bottom: 82%; }
    .generic-slider .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute;
      inset: 0; }

.swiper-control-theme .swiper-button-next,
.swiper-control-theme .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: none;
  background-color: #000000; }
  .swiper-control-theme .swiper-button-next i,
  .swiper-control-theme .swiper-button-prev i {
    font-size: 22px; }
.swiper-control-theme .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1; }
.swiper-control-theme .swiper-pagination-bullet {
  position: relative;
  margin-left: 40px !important;
  width: 11px;
  height: 11px; }
  .swiper-control-theme .swiper-pagination-bullet .num-label {
    display: none; }
.swiper-control-theme .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
  outline-offset: 9px; }

.section-title-1 .text-1 {
  margin-bottom: -0.75rem;
  line-height: 1;
  opacity: 0.15; }
.section-title-1 .text-2 {
  margin-left: 0.5rem; }
@media (min-width: 576px) {
  .section-title-1 .text-1 {
    margin-bottom: -1.25rem; } }
@media (min-width: 1200px) {
  .section-title-1 .text-1 {
    font-size: 4.25rem; } }

.cta-card {
  position: relative; }
  .cta-card:hover .img-container img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  .cta-card .img-container {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden; }
    .cta-card .img-container img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all ease 1s;
      backface-visibility: hidden; }
  .cta-card .card-title {
    position: absolute;
    z-index: 1;
    bottom: 18%;
    left: 0;
    right: 0;
    padding: 0 20px;
    opacity: 0.9;
    font-size: 4.6875rem;
    font-size: calc(2rem + 2vw);
    font-weight: 700;
    pointer-events: none; }
  .cta-card .card-link {
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: #fff; }
    .cta-card .card-link:hover i {
      transform: translateY(5px); }
    .cta-card .card-link i {
      position: absolute;
      top: calc(50% + 15px);
      color: var(--primary);
      font-size: 1.35rem;
      transition: transform ease 0.35s; }
  @media (min-width: 576px) {
    .cta-card .card-title {
      padding: 0 30px; }
    .cta-card .card-link {
      bottom: 20px;
      right: 30px;
      width: 130px;
      height: 130px;
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .cta-card._card-lg .img-container {
      padding-bottom: 50%; }
    .cta-card .card-title {
      bottom: 80px;
      font-size: calc(2rem + 2vw); }
    .cta-card .card-link {
      width: 154px;
      height: 154px; } }
  @media (min-width: 1200px) {
    .cta-card._card-lg .img-container {
      padding-bottom: 35%; } }

.cta-card-wrapper.ctasx2 .img-container {
  padding-bottom: 70%; }
.cta-card-wrapper.ctasx1 .img-container {
  padding-bottom: 40%; }

.iframe-container {
  position: relative; }
  .iframe-container._3-2 {
    padding-bottom: 70%; }
  .iframe-container iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }

.form-theme hr {
  border-color: #808080; }
.form-theme .form-group {
  position: relative;
  margin-bottom: 45px; }
  .form-theme .form-group label {
    position: absolute;
    top: 0;
    transition: all ease 0.35s;
    pointer-events: none; }
.form-theme .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #808080;
  color: #fff; }
  .form-theme .form-control:focus ~ label, .form-theme .form-control:valid ~ label {
    transform: translateY(calc(-100% - 4px));
    font-size: 0.875rem; }
.form-theme textarea:focus ~ label, .form-theme textarea:valid ~ label {
  transform: translateY(calc(-100% - 15px)) !important; }
.form-theme .custom-control .custom-control-label {
  text-transform: uppercase;
  color: #b5b5b5; }
.form-theme .custom-control .custom-control-input:not(:checked) ~ .custom-control-label:before {
  border-radius: 0;
  background-color: transparent; }

.bd-round {
  border-radius: 30px; }

.link-arrow._left:hover img {
  transform: translateX(-10px); }
.link-arrow img {
  transition: transform ease 0.35s; }
.link-arrow:hover img {
  transform: translateX(10px); }

.fc .fc-timegrid-slot {
  padding: 4px 0;
  height: 90px; }
.fc .fc-timegrid-col.fc-day-today {
  background-color: transparent; }

.fc-timegrid-event-harness > .fc-timegrid-event {
  top: 1px;
  bottom: 1px;
  margin: 0;
  box-shadow: none; }

.fc-v-event .fc-event-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #000; }
  .fc-v-event .fc-event-main .fc-event-main-frame {
    height: auto; }

.fc-v-event .fc-event-title-container {
  flex-grow: 0;
  order: 1; }
.fc-v-event .fc-event-title {
  font-weight: 700;
  color: var(--primary); }
.fc-v-event .fc-event-time {
  order: 2; }

.vertical-text .inner-text {
  white-space: nowrap;
  transform: rotate(180deg);
  writing-mode: vertical-rl; }

.lessons-schedule-table {
  position: relative;
  display: flex;
  padding: 1px; }
  .lessons-schedule-table .day-col {
    position: relative;
    width: 14.2857%; }
    .lessons-schedule-table .day-col:nth-child(even) .day-label {
      background-color: var(--primary); }
  .lessons-schedule-table .hour-slots-container {
    position: relative; }
  .lessons-schedule-table .hour-slots-events {
    position: absolute;
    inset: 1px;
    inset: 0; }
  .lessons-schedule-table .day-label {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 85px;
    font-size: 21px;
    font-weight: 700;
    background-color: var(--secondary);
    color: #fff; }
  .lessons-schedule-table .hour-slot {
    position: relative;
    height: 146px;
    box-shadow: 1px 0 0 0 #808080, 0 1px 0 0 #808080, 1px 1px 0 0 #808080,1px 0 0 0 #808080 inset, 0 1px 0 0 #808080 inset; }
    .lessons-schedule-table .hour-slot:before {
      position: absolute;
      top: 3px;
      left: 6px;
      z-index: 3;
      color: var(--primary);
      content: attr(data-hour);
      font-family: "Montserrat", sans-serif;
      font-size: 12px; }
  .lessons-schedule-table .event-item {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px; }
    .lessons-schedule-table .event-item > * {
      position: relative;
      z-index: 1; }
    .lessons-schedule-table .event-item .item-fill {
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      background-color: rgba(248, 248, 248, 0.9); }
    .lessons-schedule-table .event-item.startout .item-fill {
      border-top: 1px dotted #ef09a2; }
    .lessons-schedule-table .event-item.endout .item-fill {
      border-bottom: 1px dotted #ef09a2; }
    .lessons-schedule-table .event-item .event-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--primary); }
    .lessons-schedule-table .event-item .event-hour {
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .lessons-schedule-table .event-item .event-category {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .lessons-schedule-table .event-item .event-actions {
      display: flex;
      flex-direction: column;
      column-gap: 5px; }
    .lessons-schedule-table .event-item .event-action {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      margin-top: 6px;
      color: #fff;
      border-radius: 15px;
      font-size: 14px; }
      .lessons-schedule-table .event-item .event-action:hover {
        text-decoration: none; }
      .lessons-schedule-table .event-item .event-action .dot {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 10px; }
  @media (max-width: 1199px) {
    .lessons-schedule-table .day-label {
      height: 50px;
      font-size: 14px; }
    .lessons-schedule-table .hour-slot:before {
      top: 2px;
      left: 4px;
      font-size: 9px; }
    .lessons-schedule-table .event-item {
      padding: 4px;
      font-size: 11px; }
      .lessons-schedule-table .event-item .event-hour {
        font-size: 10px; }
      .lessons-schedule-table .event-item .event-category {
        font-size: 11px; }
      .lessons-schedule-table .event-item .event-action {
        padding: 4px;
        font-size: 10px; } }
  @media (max-width: 991px) {
    .lessons-schedule-table {
      width: 930px; } }

.navbar-fixed-offset {
  height: 77px; }
  @media (min-width: 768px) {
    .navbar-fixed-offset {
      height: 95px; } }
  @media (min-width: 992px) {
    .navbar-fixed-offset {
      height: 125px; } }

.innerpage .navbar {
  background: #0f244d;
  background: linear-gradient(90deg, #0f244d 0%, #0f244d 20%, #450a64 100%); }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; }
  .navbar .navbar-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0f244d 0%, #0f244d 20%, #450a64 100%);
    opacity: 0;
    transition: all ease 0.5s; }
    .navbar .navbar-bg.show {
      opacity: 1; }
  .navbar .container {
    max-width: 1700px; }
  .navbar .navbar-toggler {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    transition: all ease 0.35s; }
    .navbar .navbar-toggler:hover {
      background-color: #fff;
      color: #000; }
  .navbar .navbar-brand {
    width: 140px; }
  @media (min-width: 768px) {
    .navbar .navbar-brand {
      width: 190px; } }
  @media (min-width: 992px) {
    .navbar {
      padding-top: 15px;
      padding-bottom: 15px; }
      .navbar .navbar-toggler {
        width: 75px;
        height: 75px; }
      .navbar .navbar-brand {
        width: 234px; } }

.fullscreen-menu-container {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background-color: #fff;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.35s; }
  .fullscreen-menu-container:not(.active) {
    pointer-events: none; }
  .fullscreen-menu-container.active {
    opacity: 1;
    visibility: visible; }
  .fullscreen-menu-container .fullscreen-backdrop {
    position: absolute;
    inset: 0; }
  .fullscreen-menu-container .menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 13px 15px;
    color: #fff; }
    .fullscreen-menu-container .menu-header .container {
      max-width: 1700px; }
    .fullscreen-menu-container .menu-header .menu-brand {
      margin-right: 30px;
      max-width: 140px; }
  .fullscreen-menu-container .fullscreen-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer; }
    .fullscreen-menu-container .fullscreen-toggle img {
      width: 26px;
      margin-bottom: 5px; }
  .fullscreen-menu-container .bg-backdrop {
    height: 100%;
    background: #13213c;
    background: linear-gradient(45deg, #13213c 20%, #5d295d 90%, #451b45 100%); }
  .fullscreen-menu-container .menu-container .menu-outer {
    padding: 90px 0 100px; }
  .fullscreen-menu-container .menu-container .menu-inner {
    height: 100%;
    overflow: auto; }
    .fullscreen-menu-container .menu-container .menu-inner::-webkit-scrollbar {
      width: 6px; }
    .fullscreen-menu-container .menu-container .menu-inner::-webkit-scrollbar-track {
      background: #592659; }
    .fullscreen-menu-container .menu-container .menu-inner::-webkit-scrollbar-thumb {
      background: #13213c; }
    .fullscreen-menu-container .menu-container .menu-inner::-webkit-scrollbar-thumb:hover {
      background: #13213c; }
  .fullscreen-menu-container .fullscreen-menu-nav {
    margin-left: 15px; }
    .fullscreen-menu-container .fullscreen-menu-nav > .nav-item._primary-rollover .nav-link > span:before {
      color: var(--primary); }
    .fullscreen-menu-container .fullscreen-menu-nav > .nav-item._primary-rollover .nav-link > span:after {
      background-color: var(--primary); }
    .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link {
      font-size: 1.25rem; }
      .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link:hover span:before, .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link.active span:before {
        left: -15px;
        opacity: 1; }
      .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link:hover span:after, .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link.active span:after {
        height: 8px; }
      .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span {
        position: relative;
        display: inline-block; }
        .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span:before, .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span:after {
          position: absolute;
          content: "";
          transition: all ease 0.35s; }
        .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span:before {
          font-family: "Font Awesome 5 Pro";
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          font-weight: 400;
          top: 50%;
          left: -25px;
          transform: translate(-100%, -50%);
          font-size: 12px;
          font-weight: 300;
          content: "\f178";
          color: var(--secondary);
          opacity: 0; }
        .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span:after {
          bottom: 4px;
          left: 0;
          height: 0;
          width: 60px;
          background: var(--secondary); }
        .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link > span > span {
          position: relative;
          z-index: 1; }
    .fullscreen-menu-container .fullscreen-menu-nav .menu-collapse ul {
      margin-left: 20px; }
    .fullscreen-menu-container .fullscreen-menu-nav .menu-collapse .nav-link {
      font-size: 0.875rem; }
  .fullscreen-menu-container .bottom-cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
  .fullscreen-menu-container .social-links .nav-link:hover {
    background-color: #fff;
    color: #000; }
  @media (min-width: 576px) {
    .fullscreen-menu-container .fullscreen-menu-nav {
      margin-left: 10%; } }
  @media (min-width: 768px) {
    .fullscreen-menu-container .menu-container .menu-outer {
      padding: 170px 0 100px; }
    .fullscreen-menu-container .menu-header .menu-brand {
      max-width: 190px; }
    .fullscreen-menu-container .fullscreen-toggle {
      width: 75px;
      height: 75px; } }
  @media (min-width: 992px) {
    .fullscreen-menu-container .menu-header {
      padding: 20px 15px; }
      .fullscreen-menu-container .menu-header .menu-brand {
        max-width: 234px; } }
  @media (min-width: 1200px) {
    .fullscreen-menu-container .fullscreen-menu-nav > .nav-item {
      margin-bottom: 20px; }
      .fullscreen-menu-container .fullscreen-menu-nav > .nav-item > .nav-link {
        font-size: 1.5rem; }
    .fullscreen-menu-container .fullscreen-menu-nav .menu-collapse ul {
      margin-left: 50px; }
    .fullscreen-menu-container .fullscreen-menu-nav .menu-collapse .nav-link {
      font-size: 1.125rem; } }
  @media (min-width: 1600px) {
    .fullscreen-menu-container .fullscreen-menu-nav {
      margin-left: 30%; } }

.img-container._ar-3-2 {
  position: relative;
  padding-bottom: 55%; }
  .img-container._ar-3-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    position: absolute; }

.footer {
  position: relative;
  padding: 30px 0 15px;
  font-size: 0.875rem;
  background-color: #F7F7F7; }
  .footer .social-links .nav-link:hover {
    background-color: var(--pink); }
  @media (min-width: 576px) {
    .footer {
      padding: 40px 0 15px; } }

.content-section-row {
  position: relative; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; }

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* set video aspect ratio and vertically center */ }
  .responsive-video-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""; }
  .responsive-video-container .responsive-video-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .responsive-video-container .responsive-video-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .responsive-video-container .responsive-video-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .responsive-video-container .responsive-video-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    opacity: 0;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }

.responsive-fs-video {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* set video aspect ratio and vertically center */ }
  .responsive-fs-video .fs-video-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .responsive-fs-video .fs-video-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .responsive-fs-video .fs-video-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .responsive-fs-video .fs-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }

.homepage-banner-section {
  position: relative;
  height: 600px;
  overflow: hidden; }
  .homepage-banner-section .filter-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.81;
    mix-blend-mode: multiply;
    background: #390000;
    background: linear-gradient(45deg, #390000 0%, #e646ba 24%, white 45%, #4ed6ff 60%, #00ffe9 75%, #0d0b22 97%, #09072e 100%); }
  .homepage-banner-section .content-container {
    position: relative;
    z-index: 1; }
  .homepage-banner-section .banner-content {
    position: relative;
    top: 42%; }
    .homepage-banner-section .banner-content .text-subtitle {
      margin-left: 15px;
      padding: 5px 10px;
      background-color: #fff;
      color: #7309ef;
      font-size: 1rem; }
  .homepage-banner-section .arrow-down {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    cursor: pointer;
    transition: all ease .35s; }
    .homepage-banner-section .arrow-down:hover {
      transform: translate(-50%, 5px); }
    .homepage-banner-section .arrow-down img {
      width: 20px; }
  @media (min-width: 576px) {
    .homepage-banner-section {
      height: 700px; }
      .homepage-banner-section .banner-content .text-subtitle {
        font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .homepage-banner-section .banner-content .text-title, .homepage-banner-section .banner-content .prices-section .price-item ._price, .prices-section .price-item .homepage-banner-section .banner-content ._price {
      font-size: calc(3rem + 5.7vw); } }
  @media (min-width: 1400px) {
    .homepage-banner-section {
      height: 800px; } }
  @media (min-width: 1600px) {
    .homepage-banner-section {
      height: 990px; }
      .homepage-banner-section .banner-content .text-title, .homepage-banner-section .banner-content .prices-section .price-item ._price, .prices-section .price-item .homepage-banner-section .banner-content ._price {
        font-size: calc(4rem + 5.7vw); } }

.banner-color-strip {
  height: 40px;
  width: 97%;
  background: #f63232;
  background: linear-gradient(90deg, #f63232 0%, #e646ba 25%, white 40%, #4ed6ff 58%, #00ffe9 70%, #0d0b22 97%, #09072e 100%); }
  @media (min-width: 576px) {
    .banner-color-strip {
      height: 85px; } }

.category-information-section {
  position: relative; }
  .category-information-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 54%;
    background-color: #fff7ff;
    content: ""; }
  .category-information-section .categories .cta-card .color-strip {
    bottom: -21px;
    margin: auto;
    width: 90%; }
    .category-information-section .categories .cta-card .color-strip._left {
      left: -15px; }
    .category-information-section .categories .cta-card .color-strip._right {
      right: -15px; }

.presentation-section .section-title {
  transform: translateY(-60%); }
  .presentation-section .section-title .text-title, .presentation-section .section-title .prices-section .price-item ._price, .prices-section .price-item .presentation-section .section-title ._price {
    color: #ebb1c2;
    opacity: 0.26; }
@media (min-width: 992px) {
  .presentation-section .section-title .text-title, .presentation-section .section-title .prices-section .price-item ._price, .prices-section .price-item .presentation-section .section-title ._price {
    font-size: calc(2rem + 5.7vw); } }

.testimonials-section .bg-img-fill:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(18, 6, 6, 0.4);
  content: ""; }
.testimonials-section .section-subtitle .text-title, .testimonials-section .section-subtitle .prices-section .price-item ._price, .prices-section .price-item .testimonials-section .section-subtitle ._price {
  position: relative; }
  .testimonials-section .section-subtitle .text-title:before, .testimonials-section .section-subtitle .prices-section .price-item ._price:before, .prices-section .price-item .testimonials-section .section-subtitle ._price:before {
    position: absolute;
    bottom: 1px;
    left: -30px;
    right: 0;
    height: 21px;
    z-index: -1;
    width: calc(100% + 60px);
    background-color: #ebb1c2;
    content: ""; }

#testimonials-slider {
  max-width: 380px;
  width: 100%;
  margin: auto; }
  #testimonials-slider .testimonial-item {
    text-align: center; }
    #testimonials-slider .testimonial-item .testimonial-head {
      margin-bottom: 30px; }
  #testimonials-slider .swiper-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    #testimonials-slider .swiper-navigation .swiper-button {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin: 0 5px;
      border-radius: 50%;
      border: 1px solid #bfbfbf;
      background: none;
      color: var(--pink); }

.innerpage-banner {
  position: relative; }
  .innerpage-banner .iframe-container {
    position: relative;
    padding-bottom: 60%; }
    .innerpage-banner .iframe-container iframe {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }

.split-section .lessons-list-col {
  overflow: hidden;
  background-color: #330e33; }
.split-section .lessons-list-circle {
  overflow: hidden;
  margin: auto;
  min-height: 500px;
  justify-content: center;
  text-align: center;
  height: 100%; }
  .split-section .lessons-list-circle .backdrop-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9); }
  .split-section .lessons-list-circle .backdrop-overflow {
    position: absolute;
    inset: 0;
    mix-blend-mode: darken;
    background-color: #333;
    background: linear-gradient(45deg, #f63232 0%, #e646ba 24%, white 45%, #4ed6ff 60%, #00ffe9 75%, #0d0b22 97%, #09072e 100%); }
  .split-section .lessons-list-circle .circle-content {
    position: relative;
    z-index: 1; }
  .split-section .lessons-list-circle .nav .nav-link {
    padding: 0.35rem 1rem; }
.split-section .registration-col {
  background-color: #7309ef;
  color: #fff; }
  .split-section .registration-col .bg-img-fill {
    mix-blend-mode: luminosity;
    opacity: 0.35; }
@media (min-width: 1200px) {
  .split-section .lessons-list-circle {
    min-height: 590px; }
    .split-section .lessons-list-circle .backdrop-circle {
      width: 590px;
      height: 590px; } }

.contact-section {
  position: relative;
  color: #fff; }
  .contact-section:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 300px);
    content: "";
    background: linear-gradient(0deg, #100303 0%, #100607 40%, rgba(12, 37, 44, 0) 100%); }
  .contact-section .bg-img-fill {
    z-index: 1;
    height: calc(100% - 350px); }
  .contact-section .contact-block {
    background: #0f244d;
    background: linear-gradient(55deg, #0f244d 0%, #2c1659 30%, #450a64 50%, #450a64 100%);
    opacity: 0.89;
    color: #fff; }
    .contact-section .contact-block .text-title, .contact-section .contact-block .prices-section .price-item ._price, .prices-section .price-item .contact-section .contact-block ._price {
      text-align: center;
      color: #703379; }
    .contact-section .contact-block .brand {
      width: 175px; }
  .contact-section form label {
    color: #b5b5b5; }
  @media (min-width: 1600px) {
    .contact-section .contact-block .text-title, .contact-section .contact-block .prices-section .price-item ._price, .prices-section .price-item .contact-section .contact-block ._price {
      font-size: 9rem; } }

.map-container {
  position: relative; }

#map-canvas {
  position: relative;
  z-index: 1;
  height: 450px; }

.prices-section {
  background-color: #f1e6e4; }
  .prices-section .section-title {
    opacity: 0.33; }
  .prices-section .category-2 {
    padding: 0 30px; }
  .prices-section .category-title {
    margin-bottom: 40px; }
    .prices-section .category-title .text-title, .prices-section .category-title .price-item ._price, .prices-section .price-item .category-title ._price {
      font-size: 3rem; }
  .prices-section .category-body ul li {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2; }
  .prices-section .price-item {
    display: inline-block;
    padding: 10px 0;
    border: 1px solid #333;
    border-radius: 60px;
    max-width: 160px;
    width: 100%;
    text-align: center; }
    .prices-section .price-item ._price {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
    .prices-section .price-item ._label {
      font-size: 1.125rem;
      font-weight: 600;
      color: var(--primary); }
  @media (min-width: 992px) {
    .prices-section .category-title .text-md {
      margin-left: 19%; }
    .prices-section .category-2 .category-title .text-md {
      margin-left: 6%; }
    .prices-section .category-2 .bordered-col {
      border-left: 1px solid #7c7c7c;
      border-right: 1px solid #7c7c7c; } }
  @media (min-width: 1200px) {
    .prices-section .category-title .text-title, .prices-section .category-title .price-item ._price, .prices-section .price-item .category-title ._price {
      font-size: 4rem; } }

.registration-section {
  padding: 70px 30px 70px;
  background-color: var(--blue);
  color: #fff; }
  @media (min-width: 992px) {
    .registration-section > .row > div:first-child {
      border-right: 1px solid #fff; } }

.article-card .article-date {
  position: relative;
  font-size: .875rem;
  font-weight: 600; }
.article-card .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.article-card .article-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  .article-card .article-excerpt p {
    margin: 0; }
.article-card .img-container {
  position: relative;
  padding-bottom: 60%; }
  .article-card .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    position: absolute;
    inset: 0; }

.article-list .article-list-item .img-container {
  position: relative;
  padding-bottom: 65%; }
  .article-list .article-list-item .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    position: absolute;
    inset: 0; }
.article-list .article-list-item .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.article-list .article-list-item .article-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  .article-list .article-list-item .article-excerpt p {
    margin: 0; }
.article-list .article-list-item a {
  color: #6C6C6C; }

/*# sourceMappingURL=app.css.map */
