@charset "UTF-8";
:root {
  --cont-padding: 6.7rem;
  --nav-content: 10.8rem;
  --not-bar: 0rem;
  --nav-height: (var(--nav-content) + var(--not-bar));
}

/*
    Theme Name: Coach&Cook Fitness
    Description: Dedicated template for Coach&Cook Fitness
    Version: 1.0.9
    Author: ŁukaszKsiążek
    Author URI: https://
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #F3F8FB;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #263A4C;
  font-family: gtwalsheim, sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  -webkit-tap-highlight-color: transparent;
  font-display: fallback;
  letter-spacing: 0;
  overflow-x: clip;
  min-width: 270px;
  --cont-padding: 6.7rem;
}
@media (max-width: 1220px) {
  body {
    --cont-padding: 45px;
  }
}
@media (max-width: 1024px) {
  body {
    --cont-padding: 24px;
  }
}
@media (max-width: 767px) {
  body {
    --cont-padding: 20px !important;
  }
}
@media (max-width: 599px) {
  body {
    --cont-padding: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  padding-top: calc(var(--nav-content) + var(--not-bar) - 2px);
}

a {
  color: inherit;
  outline: none;
  cursor: pointer !important;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.4em;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 136.6rem;
  padding-left: var(--cont-padding);
  padding-right: var(--cont-padding);
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

.color-1 {
  color: #FFFFFF;
}
.color-1 > * {
  color: #FFFFFF;
}

.background-color-1 {
  background-color: #FFFFFF;
}

.color-2 {
  color: #263A4C;
}
.color-2 > * {
  color: #263A4C;
}

.background-color-2 {
  background-color: #263A4C;
}

.color-3 {
  color: #000000;
}
.color-3 > * {
  color: #000000;
}

.background-color-3 {
  background-color: #000000;
}

.color-4 {
  color: #00254C;
}
.color-4 > * {
  color: #00254C;
}

.background-color-4 {
  background-color: #00254C;
}

.color-5 {
  color: #050C19;
}
.color-5 > * {
  color: #050C19;
}

.background-color-5 {
  background-color: #050C19;
}

.color-6 {
  color: rgba(11, 19, 25, 0.8);
}
.color-6 > * {
  color: rgba(11, 19, 25, 0.8);
}

.background-color-6 {
  background-color: rgba(11, 19, 25, 0.8);
}

.color-7 {
  color: #D98309;
}
.color-7 > * {
  color: #D98309;
}

.background-color-7 {
  background-color: #D98309;
}

.color-8 {
  color: #F8F5F5;
}
.color-8 > * {
  color: #F8F5F5;
}

.background-color-8 {
  background-color: #F8F5F5;
}

.color-9 {
  color: #707070;
}
.color-9 > * {
  color: #707070;
}

.background-color-9 {
  background-color: #707070;
}

.color-10 {
  color: rgba(255, 255, 255, 0.4);
}
.color-10 > * {
  color: rgba(255, 255, 255, 0.4);
}

.background-color-10 {
  background-color: rgba(255, 255, 255, 0.4);
}

.color-11 {
  color: rgba(82, 82, 89, 0.4);
}
.color-11 > * {
  color: rgba(82, 82, 89, 0.4);
}

.background-color-11 {
  background-color: rgba(82, 82, 89, 0.4);
}

.color-12 {
  color: #002D61;
}
.color-12 > * {
  color: #002D61;
}

.background-color-12 {
  background-color: #002D61;
}

.color-13 {
  color: #343538;
}
.color-13 > * {
  color: #343538;
}

.background-color-13 {
  background-color: #343538;
}

.color-14 {
  color: #737680;
}
.color-14 > * {
  color: #737680;
}

.background-color-14 {
  background-color: #737680;
}

.color-15 {
  color: #647D9E;
}
.color-15 > * {
  color: #647D9E;
}

.background-color-15 {
  background-color: #647D9E;
}

.color-16 {
  color: #5641F7;
}
.color-16 > * {
  color: #5641F7;
}

.background-color-16 {
  background-color: #5641F7;
}

.color-17 {
  color: #F5F8FA;
}
.color-17 > * {
  color: #F5F8FA;
}

.background-color-17 {
  background-color: #F5F8FA;
}

@font-face {
  font-family: "gtwalsheim";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheim";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheim";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheim";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheim";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheimcondensed";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-CondensedThin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "gtwalsheimcondensed";
  src: url("./fonts/gtwalsheim/GTWalsheimPro-CondensedLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "adhesian";
  src: url("./fonts/adhesian/Adhesian-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "adhesian";
  src: url("./fonts/adhesian/Adhesian-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "adhesian";
  src: url("./fonts/adhesian/Adhesian-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "adhesian";
  src: url("./fonts/adhesian/Adhesian-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
nav#nav {
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: #F3F8FB;
}
nav#nav::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  background: rgba(38, 58, 76, 0.2);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  opacity: 0;
}
nav#nav::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  pointer-events: none;
}
nav#nav > .container {
  height: var(--nav-content);
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .wrap-in {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  gap: 3.2rem;
}
@media (max-width: 1100px) {
  nav#nav .wrap-in {
    gap: 1.2rem;
  }
}
@media (max-width: 599px) {
  nav#nav .wrap-in {
    gap: 0.8rem;
  }
}
nav#nav .wrap-in .logo-container {
  display: block;
  height: 3.8rem;
  width: 20rem;
  flex-shrink: 0;
  z-index: 100;
  margin-left: 2.6rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 1220px) {
  nav#nav .wrap-in .logo-container {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  nav#nav .wrap-in .logo-container {
    margin-left: 0;
  }
}
nav#nav .wrap-in .logo-container img {
  width: 100%;
  height: 100%;
}
nav#nav .menu-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
nav#nav .menu-wrap > li > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .menu-wrap > li > a:hover {
    text-decoration-color: #00254C !important;
  }
}
nav#nav .menu-wrap > li.current-menu-item > a,
nav#nav .menu-wrap > li .current-page-item > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration-color: #00254C !important;
}
@media (hover: hover) {
  nav#nav .menu-wrap > li.current-menu-item > a:hover,
  nav#nav .menu-wrap > li .current-page-item > a:hover {
    text-decoration-color: #00254C !important;
  }
}
nav#nav .menu-container-left {
  padding-left: 3.2rem;
}
@media (max-width: 1220px) {
  nav#nav .menu-container-left {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  nav#nav .menu-container-left {
    display: none;
  }
}
nav#nav .menu-container-right {
  margin-left: auto;
}
nav#nav .menu-container-right > li > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  background-color: #00254C;
  padding: 1.6rem 2rem;
  border-top-left-radius: 1rem;
  border: 0.1rem solid #00254C;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  nav#nav .menu-container-right > li > a:hover {
    background-color: #FFFFFF;
    color: #00254C;
  }
}
@media (max-width: 1024px) {
  nav#nav .menu-container-right {
    display: none;
  }
}
nav#nav .hamburger {
  display: none;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  nav#nav .hamburger {
    margin-left: auto;
    display: flex;
  }
}
nav#nav .hamburger-menu {
  display: flex;
  height: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}
nav#nav .hamburger-menu .bar1 {
  position: relative;
  height: 0.5rem;
  width: 1.7rem;
  background-color: #00254C;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .hamburger-menu .bar2 {
  position: relative;
  height: 0.5rem;
  width: 1.7rem;
  background-color: #00254C;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav ul,
nav#nav li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
nav#nav .hamburger-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--nav-height));
  color: #FFFFFF;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .hamburger-menu-content .grid {
  align-items: start;
  padding-bottom: 8rem;
}
nav#nav .hamburger-menu-content .menu-container-hamburger {
  grid-column: 1/span 9;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-top: 7.2rem;
}
@media (max-width: 1024px) {
  nav#nav .hamburger-menu-content .menu-container-hamburger {
    grid-column: span 16;
    font-size: 4rem;
  }
}
nav#nav .hamburger-menu-content .menu-container-hamburger li > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}
@media (hover: hover) {
  nav#nav .hamburger-menu-content .menu-container-hamburger li > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
nav#nav .hamburger-menu-content .menu-container-hamburger li.current-menu-item > a,
nav#nav .hamburger-menu-content .menu-container-hamburger li .current-page-item > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration-color: #FFFFFF !important;
}
@media (hover: hover) {
  nav#nav .hamburger-menu-content .menu-container-hamburger li.current-menu-item > a:hover,
  nav#nav .hamburger-menu-content .menu-container-hamburger li .current-page-item > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
nav#nav .hamburger-menu-content .mobile-language-wrap {
  margin-top: 5.8rem;
  font-size: 4rem;
  line-height: 1;
}
nav#nav .hamburger-menu-content .mobile-language-wrap img {
  filter: brightness(0) invert(1);
  width: 3.5rem;
  height: 3.5rem;
}
nav#nav .hamburger-menu-content .events-container-menu {
  padding-top: 4.6rem;
  grid-column: 10/span 7;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 45.2rem;
  margin-left: auto;
}
@media (max-width: 1024px) {
  nav#nav .hamburger-menu-content .events-container-menu {
    grid-column: span 16;
    margin-left: unset;
    padding-top: 11rem;
  }
}
@media (max-width: 767px) {
  nav#nav .hamburger-menu-content .events-container-menu {
    display: none;
  }
}
nav#nav .hamburger-menu-content .events-container-menu .title-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
nav#nav .hamburger-menu-content .events-container-menu .title-section .link-2 {
  font-weight: 400;
}
nav#nav .hamburger-menu-content .events-container-menu .events-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 480px) {
  nav#nav .hamburger-menu-content .events-container-menu .events-container {
    grid-template-columns: 1fr;
  }
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container {
  flex-grow: 1;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .thumbnail-container {
  aspect-ratio: 1;
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .date-location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  flex-wrap: wrap;
  max-height: calc(2.2857142858em + 0.4rem);
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .title {
  color: #FFFFFF;
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .description {
  display: none;
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .link-4 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .link-4:after {
  content: " >";
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .link-4:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
@media (hover: hover) {
  nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container:hover .link-4 {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    width: fit-content;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    text-decoration-color: #FFFFFF !important;
  }
  nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container:hover .link-4:after {
    content: " >";
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
  }
}
@media (hover: hover) and (hover: hover) {
  nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container:hover .link-4:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
nav#nav .notification-bar {
  height: var(--not-bar);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  background-color: #00254C;
  color: #FFFFFF;
  overflow: clip;
}
nav#nav .notification-bar .container {
  height: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
nav#nav .notification-bar .bar-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-left: 2.6rem;
}
@media (max-width: 1024px) {
  nav#nav .notification-bar .bar-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
@media (max-width: 599px) {
  nav#nav .notification-bar .bar-content {
    margin-left: 0;
  }
}
nav#nav .notification-bar .bar-content .bar-title {
  width: 100%;
}
nav#nav .notification-bar .bar-content .bar-title .title {
  line-height: 1.125;
  height: 1.125em;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav#nav .notification-bar .bar-content .bar-title .desc {
  margin-top: 0.4rem;
  line-height: 1.125;
  height: 1.125em;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav#nav .notification-bar .bar-content .bar-form,
nav#nav .notification-bar .bar-content .form {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
nav#nav .notification-bar .bar-content .bar-form .form-container,
nav#nav .notification-bar .bar-content .form .form-container {
  min-height: 1rem !important;
}
nav#nav .notification-bar .bar-content .bar-form .form-container.sending:before,
nav#nav .notification-bar .bar-content .form .form-container.sending:before {
  background: url("images/load-black.gif") no-repeat center center;
  background-size: 25.5rem 3.4rem;
}
nav#nav .notification-bar .bar-content .bar-form input,
nav#nav .notification-bar .bar-content .form input {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #00254C;
  background-color: #FFFFFF;
  border: solid 0.1rem rgba(0, 37, 76, 0.5);
  padding: 1.5rem 1.9rem;
  width: 22.8rem;
}
@media (max-width: 480px) {
  nav#nav .notification-bar .bar-content .bar-form input,
  nav#nav .notification-bar .bar-content .form input {
    width: 100%;
  }
}
nav#nav .notification-bar .bar-content .bar-form input:focus::placeholder,
nav#nav .notification-bar .bar-content .form input:focus::placeholder {
  color: transparent;
}
nav#nav .notification-bar .bar-content .bar-form .form-field.err input,
nav#nav .notification-bar .bar-content .form .form-field.err input {
  border-color: #F00;
}
nav#nav .notification-bar .bar-content .bar-form .form-re.ok .ok,
nav#nav .notification-bar .bar-content .form .form-re.ok .ok {
  color: #FFFFFF;
}
nav#nav .notification-bar .bar-content .bar-form .close-menu,
nav#nav .notification-bar .bar-content .form .close-menu {
  cursor: pointer;
  display: flex;
  height: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 1.6rem;
  margin-right: 2.8rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .notification-bar .bar-content .bar-form .close-menu:hover,
  nav#nav .notification-bar .bar-content .form .close-menu:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 1024px) {
  nav#nav .notification-bar .bar-content .bar-form .close-menu,
  nav#nav .notification-bar .bar-content .form .close-menu {
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  nav#nav .notification-bar .bar-content .bar-form .close-menu,
  nav#nav .notification-bar .bar-content .form .close-menu {
    margin-right: 0;
  }
}
nav#nav .notification-bar .bar-content .bar-form .close-menu .bar1,
nav#nav .notification-bar .bar-content .form .close-menu .bar1 {
  position: relative;
  height: 0.5rem;
  width: 1.7rem;
  background-color: #FFFFFF;
  transform: translateY(0.45rem) rotate(45deg);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .notification-bar .bar-content .bar-form .close-menu .bar2,
nav#nav .notification-bar .bar-content .form .close-menu .bar2 {
  position: relative;
  height: 0.5rem;
  width: 1.7rem;
  background-color: #FFFFFF;
  transform: translateY(-0.45rem) rotate(-45deg);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
nav#nav .language-menu a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
nav#nav .language-menu a img {
  width: 2rem;
  height: 2rem;
  display: block;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  nav#nav .language-menu a:hover img {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  body {
    --nav-content: 8rem;
  }
}
@media (max-width: 1024px) {
  body {
    --frame-width: 1.5rem;
  }
}
@media (max-width: 767px) {
  body {
    --frame-width: 1.2rem;
  }
}
@media (max-width: 599px) {
  body {
    --frame-width: 0rem;
  }
}
body.scrolled-pos1 {
  --nav-content: 8rem;
}
body.scrolled-pos1 #nav::after {
  opacity: 1;
}
body.show-menu #nav {
  background-color: transparent;
}
body.show-menu #nav:before {
  backdrop-filter: blur(1.2rem);
  background-color: rgba(11, 19, 25, 0.8);
}
body.show-menu #nav::after {
  opacity: 0;
}
body.show-menu #nav .wrap-in .logo-container {
  filter: brightness(0) invert(1);
}
body.show-menu #nav .wrap-in .menu-container-left,
body.show-menu #nav .wrap-in .menu-container-right {
  opacity: 0;
  pointer-events: none;
}
body.show-menu #nav .wrap-in .menu-container-left a,
body.show-menu #nav .wrap-in .menu-container-right a {
  pointer-events: none;
}
body.show-menu #nav .wrap-in .hamburger {
  color: #FFFFFF !important;
}
body.show-menu #nav .wrap-in .hamburger .bar1,
body.show-menu #nav .wrap-in .hamburger .bar2 {
  background-color: #FFFFFF;
}
body.show-menu #nav .language-menu a {
  color: #FFFFFF !important;
}
body.show-menu #nav .language-menu a img {
  filter: brightness(0) invert(1);
}
body.show-menu .hamburger-menu-content {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
body.show-menu .hamburger-menu .bar1 {
  animation: bar1 0.3s ease-in-out 1;
  animation-fill-mode: forwards;
}
body.show-menu .hamburger-menu .bar2 {
  animation: bar2 0.3s ease-in-out 1;
  animation-fill-mode: forwards;
}
body.hide-menu .hamburger-menu .bar1 {
  animation: bar1-hide 0.3s ease-in-out 1;
  animation-fill-mode: forwards;
}
body.hide-menu .hamburger-menu .bar2 {
  animation: bar2-hide 0.3s ease-in-out 1;
  animation-fill-mode: forwards;
}

@keyframes bar1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: translateY(0.45rem) rotate(0deg);
  }
  100% {
    transform: translateY(0.45rem) rotate(45deg);
  }
}
@keyframes bar2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: translateY(-0.45rem) rotate(0deg);
  }
  100% {
    transform: translateY(-0.45rem) rotate(-45deg);
  }
}
@keyframes bar1-hide {
  0% {
    transform: translateY(0.45rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.45rem) rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bar2-hide {
  0% {
    transform: translateY(-0.45rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.45rem) rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

hr {
  margin: 5.6rem 0 !important;
  display: block;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(11, 19, 25, 0.8);
}
@media (max-width: 599px) {
  hr {
    margin: 3rem 0 !important;
  }
}

html {
  scroll-behavior: smooth;
}
html.pdf-style {
  min-width: 1826px;
  overflow: auto;
}
html.pdf-style body {
  letter-spacing: 0;
  line-height: 1.2;
}
html.pdf-style h1,
html.pdf-style .h1-text {
  font-size: 130px;
  font-weight: 300;
  line-height: 1.2;
}
html.pdf-style h2,
html.pdf-style .h2-text {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
}
html.pdf-style h3,
html.pdf-style .h3-text {
  font-size: 26px;
}
html.pdf-style h4,
html.pdf-style .h4-text {
  font-size: 16px;
}
html.pdf-style h5,
html.pdf-style .h5-text {
  font-size: 14px;
}

main {
  min-height: calc(100vh - 52.1rem);
}

.section {
  position: relative;
}

.js .anim-block {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block-bright {
  transform: none;
  -webkit-transform: none;
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
  opacity: 1;
}

.js .anim-block-bright.active {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  position: relative;
  overflow: hidden;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img,
.parallax-window .parallax-window-in svg,
.parallax-window .parallax-window-in video {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.slides-section .slides {
  position: relative;
  overflow: hidden;
}
.slides-section .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.slides-section .slides .slide > img,
.slides-section .slides .slide > video,
.slides-section .slides .slide .parallax-window img,
.slides-section .slides .slide .parallax-window video {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slides-section .slides .slide .parallax-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slides-section .slides .slide .parallax-window-in {
  height: 120%;
  background-position: center top;
}
.slides-section .slides .slide .parallax-window-in video,
.slides-section .slides .slide .parallax-window-in img {
  object-position: 50% 0;
}
.slides-section .slides .slide.type-0 .parallax-window-in {
  background-position: center 0%;
}
.slides-section .slides .slide.type-0 .parallax-window-in video,
.slides-section .slides .slide.type-0 .parallax-window-in img {
  object-position: 50% 0%;
}
.slides-section .slides .slide.type-1 .parallax-window-in {
  background-position: center 10%;
}
.slides-section .slides .slide.type-1 .parallax-window-in video,
.slides-section .slides .slide.type-1 .parallax-window-in img {
  object-position: 50% 10%;
}
.slides-section .slides .slide.type-2 .parallax-window-in {
  background-position: center 20%;
}
.slides-section .slides .slide.type-2 .parallax-window-in video,
.slides-section .slides .slide.type-2 .parallax-window-in img {
  object-position: 50% 20%;
}
.slides-section .slides .slide.type-3 .parallax-window-in {
  background-position: center 30%;
}
.slides-section .slides .slide.type-3 .parallax-window-in video,
.slides-section .slides .slide.type-3 .parallax-window-in img {
  object-position: 50% 30%;
}
.slides-section .slides .slide.type-4 .parallax-window-in {
  background-position: center 40%;
}
.slides-section .slides .slide.type-4 .parallax-window-in video,
.slides-section .slides .slide.type-4 .parallax-window-in img {
  object-position: 50% 40%;
}
.slides-section .slides .slide.type-5 .parallax-window-in {
  background-position: center 50%;
}
.slides-section .slides .slide.type-5 .parallax-window-in video,
.slides-section .slides .slide.type-5 .parallax-window-in img {
  object-position: 50% 50%;
}
.slides-section .slides .slide.type-6 .parallax-window-in {
  background-position: center 60%;
}
.slides-section .slides .slide.type-6 .parallax-window-in video,
.slides-section .slides .slide.type-6 .parallax-window-in img {
  object-position: 50% 60%;
}
.slides-section .slides .slide.type-7 .parallax-window-in {
  background-position: center 70%;
}
.slides-section .slides .slide.type-7 .parallax-window-in video,
.slides-section .slides .slide.type-7 .parallax-window-in img {
  object-position: 50% 70%;
}
.slides-section .slides .slide.type-8 .parallax-window-in {
  background-position: center 80%;
}
.slides-section .slides .slide.type-8 .parallax-window-in video,
.slides-section .slides .slide.type-8 .parallax-window-in img {
  object-position: 50% 80%;
}
.slides-section .slides .slide.type-9 .parallax-window-in {
  background-position: center 90%;
}
.slides-section .slides .slide.type-9 .parallax-window-in video,
.slides-section .slides .slide.type-9 .parallax-window-in img {
  object-position: 50% 90%;
}
.slides-section .slides .slide.type-10 .parallax-window-in {
  background-position: center 100%;
}
.slides-section .slides .slide.type-10 .parallax-window-in video,
.slides-section .slides .slide.type-10 .parallax-window-in img {
  object-position: 50% 100%;
}
.slides-section .slides .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides .slide.active ~ .slide {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.slides-section .slides.anim-type-2 .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.slides-section .slides.anim-type-2 .slide.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides.anim-type-2 .slide.active ~ .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slides-section .slides.anim-type-3 .slide {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0;
}
.slides-section .slides.anim-type-3 .slide.active {
  opacity: 1;
}
.slides-section .slides .slide-n,
.slides-section .slides .slide-p {
  cursor: pointer;
}
.slides-section .slides .slide-n img,
.slides-section .slides .slide-n svg,
.slides-section .slides .slide-p img,
.slides-section .slides .slide-p svg {
  max-width: none;
}

.line-break {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #D98309;
  margin: 1.1rem 0;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.only-admin-section {
  overflow: hidden;
  height: 0;
}
.elementor-editor-active .only-admin-section {
  height: auto;
}

.background-image {
  pointer-events: none;
}
.background-image * {
  pointer-events: none;
}

.custom-video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.custom-video-container .play-button svg,
.custom-video-container .play-button img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  display: block;
}
@media (max-width: 599px) {
  .custom-video-container .play-button svg,
  .custom-video-container .play-button img {
    width: 8rem;
    height: 8rem;
  }
}
.video-played.custom-video-container .play-button {
  opacity: 0;
}

.only-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .only-tablet {
    display: block;
  }
}

.text {
  white-space: normal !important;
}

video:state(webkit-media-controls) {
  display: none !important;
}

video:state(webkit-media-controls-play-button) {
  display: none !important;
}

img {
  object-position: center center;
}

.extra-light {
  font-weight: 200 !important;
}

.light {
  font-weight: 300 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 600 !important;
}

.extra-bold {
  font-weight: 700 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem;
}

.grid-auto-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-auto-2 {
    grid-template-columns: 1fr;
  }
}
.grid-auto-2 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

pre {
  white-space: wrap;
}

.pointer-events-none {
  pointer-events: none;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.link-1 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-1:hover {
    text-decoration-color: #00254C !important;
  }
}

.link-2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.link-2:before {
  position: relative;
  display: block;
  content: "";
  background: url("./images/white-button-arrow.svg");
  width: 1.3rem;
  height: 0.6rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-2:hover {
    text-decoration-color: #FFFFFF;
  }
  .link-2:hover::before {
    transform: translateX(0.2rem);
  }
}

.link-3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  font-weight: 400;
}
.link-3:before {
  position: relative;
  display: block;
  content: "";
  background: url("./images/arrow-form.svg");
  width: 1.3rem;
  height: 0.6rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-3:hover {
    text-decoration-color: #00254C !important;
  }
  .link-3:hover::before {
    transform: translateX(0.2rem);
  }
}

.link-4 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.link-4:after {
  content: " >";
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-4:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
.link-4.color-4 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.link-4.color-4:after {
  content: " >";
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-4.color-4:hover {
    text-decoration-color: #00254C !important;
  }
}

.link-5 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  background-color: #00254C;
  padding: 1.6rem 2rem;
  border-top-left-radius: 1rem;
  border: 0.1rem solid #00254C;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-5:hover {
    background-color: #FFFFFF;
    color: #00254C;
  }
}

.link-6 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  background-color: #FFFFFF;
  padding: 1.6rem 2rem;
  border-top-left-radius: 1rem;
  border: 0.1rem solid #00254C;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-6:hover {
    background-color: #00254C;
    color: #FFFFFF;
  }
}

.link-7 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  padding: 1.5rem 2rem;
  background-color: #D98309;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  border-top-left-radius: 1rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .link-7:hover {
    color: #D98309;
    background-color: #000000;
  }
}

.link-8 {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  background-color: transparent;
  padding: 1.6rem 2rem;
  border-top-left-radius: 1rem;
  border: 0.1rem solid #FFFFFF;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  .link-8:hover {
    background-color: #00254C;
  }
}

.display-none {
  display: none;
}

.font-family2 {
  font-family: adhesian, sans-serif;
}

.font-family3 {
  font-family: gtwalsheimcondensed, sans-serif;
}

.no-padding-top {
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  .only-desktop-tablet {
    display: none !important;
  }
}

.only-tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .only-tablet {
    display: block !important;
  }
  .only-tablet.mobile-left {
    object-position: center left !important;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.border-line-top {
  height: 0.1rem;
  width: 100%;
  grid-column: 2/span 14;
  background-color: rgba(0, 37, 76, 0.2);
  margin-bottom: 5rem;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.514);
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 128, 128, 0.769);
}

.otgs-development-site-front-end {
  display: none;
}

*[id],
.scroll-margin-top {
  scroll-margin-top: calc(var(--nav-content) + var(--not-bar));
}
@media (max-width: 599px) {
  *[id],
  .scroll-margin-top {
    scroll-margin-top: calc(var(--nav-content) + var(--not-bar) + 2rem);
  }
}

.elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
h1 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.25;
}
.elementor-widget-text-editor .elementor-widget-container h1 strong, .h1-text strong,
h1 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
  h1 {
    font-size: 4rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
.elementor-widget-text-editor .elementor-widget-container h2 strong, .h2-text strong,
h2 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
  h2 {
    font-size: 2.6rem;
  }
}

footer .container .upper-section .up-menu-container > li > a, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667;
  display: inline;
}
footer .container .upper-section .up-menu-container > li > a strong, .elementor-widget-text-editor .elementor-widget-container h3 strong, .elementor-widget-text-editor .elementor-widget-container p strong, .h3-text strong,
h3 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .container .upper-section .up-menu-container > li > a, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
  h3 {
    font-size: 2.2rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h4, .h4-text,
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2222222222;
}
.elementor-widget-text-editor .elementor-widget-container h4 strong, .h4-text strong,
h4 strong {
  font-weight: 600;
}

.elementor-widget-text-editor .elementor-widget-container h5 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667;
}
.elementor-widget-text-editor .elementor-widget-container h5 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h5 {
    font-size: 2rem;
  }
}

section.contact-section .upper-part .contact-text, .font60 {
  font-size: 6rem;
  line-height: 1.1333333333;
}
@media (max-width: 767px) {
  section.contact-section .upper-part .contact-text, .font60 {
    font-size: 4.2rem;
  }
}

.font18, nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2222222222;
}

footer .container .upper-section .newsletter-container .newsletter-in .link-2, .font14, nav#nav .hamburger-menu-content .events-container-menu .events-container .single-event-container .link-4 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}

section.hero-section .container .grid .promotion-container .promotion-in .join-form input, .font12 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1666666667;
}

.default-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.default-text a {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration: underline;
}

ol,
ul {
  padding-left: 1.2em;
}

.grid-el-12, .grid-el {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.grid-el-12 {
  grid-template-columns: repeat(12, 1fr);
}

.no-padd-l-r {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .no-padd-l-r-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .no-padd-l-r-mobs {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-max-width {
  max-width: none;
}

.button {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.elementor-element {
  overflow-x: clip;
}

.elementor-widget {
  margin-bottom: 0 !important;
}

.elementor-widget-container {
  display: flex;
  width: 100%;
  overflow: visible;
  flex-direction: column;
}
.elementor-widget-container .section {
  width: 100%;
}
.elementor-widget-container .section.no-marg-b {
  margin-bottom: 0;
}
.elementor-widget-container .elementor-image {
  max-width: 1366px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .elementor-widget-container .elementor-image {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.elementor-widget-container .elementor-image .widget-image-caption {
  display: block;
  padding-top: 2rem;
  font-size: inherit;
}
.elementor-widget-container .elementor-text-editor {
  max-width: 1000px;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .elementor-widget-container .elementor-text-editor {
    max-width: unset;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.elementor-section-wrap:first-child > .elementor-section:first-child > .elementor-container:first-child > .elementor-row:first-child .elementor-widget-container .elementor-text-editor {
  padding-top: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-widget-text-editor {
  background-color: #263A4C;
}
.elementor-widget-text-editor .elementor-widget-container {
  padding: 6.7rem;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.elementor-widget-text-editor .elementor-widget-container p {
  font-size: inherit;
  font-weight: inherit;
}
.elementor-widget-text-editor .elementor-widget-container h1 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container h1 {
    font-size: 3.4rem;
  }
}
.elementor-widget-text-editor .elementor-widget-container h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.elementor-widget-text-editor .elementor-widget-container h4 {
  color: rgba(11, 19, 25, 0.8);
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h4, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6 {
  margin: 0.2rem 0;
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6, .elementor-widget-text-editor .elementor-widget-container p, .elementor-widget-text-editor .elementor-widget-container ul, .elementor-widget-text-editor .elementor-widget-container li {
  color: #FFFFFF;
}

.elementor-widget-container {
  margin: 0 !important;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

input:not([type=submit]), textarea {
  outline: none;
  border: 1px solid #737680;
  padding: 1rem;
  background: transparent;
}

input[type=submit] {
  border: none !important;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-container input {
  margin-right: 1.4rem;
  margin-top: 0;
}
.type-2.checkbox input {
  background-color: #D98309 !important;
}
.type-2.checkbox input:checked, .type-2.checkbox input.checked {
  background-color: #D98309 !important;
}
.type-2.checkbox input:checked + svg, .type-2.checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox input {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  outline: none;
  background: #D98309;
  border: 1px solid #050C19;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .checkbox input:hover {
    box-shadow: inset 0 0 0 2px #050C19;
    -webkit-box-shadow: inset 0 0 0 2px #050C19;
  }
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox input:checked, .checkbox input.checked {
  background-color: #050C19;
}
.checkbox input:checked + svg, .checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox {
  position: relative;
}
.checkbox input {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (min-width: 1025px) {
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #D98309;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  max-width: unset;
  transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
}
.type-2.checkbox svg {
  stroke: rgba(11, 19, 25, 0.8);
}

@keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-input .checkbox {
  margin-right: 1.2rem;
}

.input-container textarea, .input-container input, .input-container select {
  color: #343538;
}
.input-container textarea::-webkit-input-placeholder, .input-container input::-webkit-input-placeholder, .input-container select::-webkit-input-placeholder {
  color: #343538 !important;
}
.input-container textarea::-moz-placeholder, .input-container input::-moz-placeholder, .input-container select::-moz-placeholder {
  color: #343538 !important;
}
.input-container textarea:-ms-input-placeholder, .input-container input:-ms-input-placeholder, .input-container select:-ms-input-placeholder {
  color: #343538 !important;
}
.input-container textarea:-moz-placeholder, .input-container input:-moz-placeholder, .input-container select:-moz-placeholder {
  color: #343538 !important;
}
.input-container input:not([type=submit]), .input-container input:not([type=checkbox]), .input-container textarea, .input-container select {
  width: 100%;
}
.input-container input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.input-container.text-area-input {
  position: relative;
}
.input-container.text-area-input:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: #737680;
}
.input-container.text-area-input textarea {
  resize: vertical;
}
.input-container.text-area-input ::-webkit-resizer {
  opacity: 0;
}

.elements-list-container {
  position: relative;
}
.elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.elements-list-container .arr-prev, .elements-list-container .arr-next {
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  position: absolute;
  height: 100%;
  width: 2.6rem;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.elements-list-container .arr-prev.disabled, .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.elements-list-container .arr-prev {
  right: 100%;
  margin-right: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-prev:hover img, .elements-list-container .arr-prev:hover svg {
    transform: translateY(-50%) translateX(-3px);
  }
}
.elements-list-container .arr-next {
  left: 100%;
  margin-left: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-next:hover img, .elements-list-container .arr-next:hover svg {
    transform: translateY(-50%) translateX(3px);
  }
}
.elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 3.2rem);
  margin-left: -3.2rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-property: transform, opacity;
  background: transparent;
}
.elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.elements-list-container .elements-list .elements-group.current {
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.elements-list-container .elements-list .elements-group.current + .elements-group {
  transform: translateX(100%);
}
.elements-list-container .elements-list .elements-group.current + .elements-group ~ .elements-group {
  transform: translateX(200%);
}
.elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 3.2rem;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group {
  transform: none !important;
  opacity: 0;
  -webkit-transition: opacity 1s !important;
  transition: opacity 1s !important;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group.current {
  opacity: 1;
}

.js:not(.elementor-editor-active) .anim-left {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(-1rem, 0);
}
.js:not(.elementor-editor-active) .anim-right {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(1rem, 0);
}
.js:not(.elementor-editor-active) .anim-bottom {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, 2rem);
}
.js:not(.elementor-editor-active) .anim-top {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, -2rem);
}
.js:not(.elementor-editor-active) .anim-center {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-txt {
  transition: all 2s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-vid {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .fade-opacity {
  opacity: 1;
}
.js:not(.elementor-editor-active) .fade-transform {
  opacity: 1;
  transform: translate(0, 0);
}

.decor-move-down {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.35s transform ease-out 0s;
  transition: 0.35s transform ease-out 0s;
}

@media (min-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
footer .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
footer .container .footer-in {
  padding: 6.4rem calc(var(--cont-padding) - 4rem);
  background-color: #00254C;
}
@media (max-width: 1220px) {
  footer .container .footer-in {
    padding: 6.4rem calc(var(--cont-padding));
  }
}
footer .container .upper-section {
  padding-bottom: 6.4rem;
}
footer .container .upper-section .logo-container {
  display: block;
  grid-column: 1/span 4;
  filter: grayscale(1) brightness(100);
}
@media (max-width: 1024px) {
  footer .container .upper-section .logo-container {
    grid-column: span 16;
  }
}
footer .container .upper-section .logo-container img {
  height: 3.8rem;
  aspect-ratio: 200/38;
  object-fit: contain;
}
footer .container .upper-section .up-menu-container {
  grid-column: 5/span 12;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 1.6rem;
}
@media (max-width: 1024px) {
  footer .container .upper-section .up-menu-container {
    grid-column: span 16;
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  footer .container .upper-section .up-menu-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .container .upper-section .up-menu-container > li > a {
  font-family: adhesian, sans-serif;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
footer .container .upper-section .up-menu-container > li > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
footer .container .upper-section .up-menu-container > li > .sub-menu > li:first-child {
  padding-top: 3.6rem;
}
footer .container .upper-section .up-menu-container > li > .sub-menu > li > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  footer .container .upper-section .up-menu-container > li > .sub-menu > li > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
footer .container .upper-section .up-menu-container > li > .sub-menu > li.current-menu-item > a,
footer .container .upper-section .up-menu-container > li > .sub-menu > li .current-page-item > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration-color: #FFFFFF !important;
}
@media (hover: hover) {
  footer .container .upper-section .up-menu-container > li > .sub-menu > li.current-menu-item > a:hover,
  footer .container .upper-section .up-menu-container > li > .sub-menu > li .current-page-item > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
@media (max-width: 599px) {
  footer .container .upper-section .up-menu-container > li:nth-last-child(2) {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  footer .container .upper-section .up-menu-container > li:last-child {
    grid-column: span 2;
  }
}
footer .container .upper-section .newsletter-container .title {
  color: rgba(255, 255, 255, 0.2);
}
footer .container .upper-section .newsletter-container .newsletter-in {
  padding-top: 3.6rem;
}
footer .container .upper-section .newsletter-container .newsletter-in input {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #263A4C;
  font-weight: 500;
  padding: 1.6rem 2rem;
  border: 0.1rem #FFFFFF solid;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
footer .container .upper-section .newsletter-container .newsletter-in input::placeholder {
  font-weight: 300;
  color: #FFFFFF;
}
footer .container .upper-section .newsletter-container .newsletter-in input:focus {
  background-color: #FFFFFF;
}
footer .container .upper-section .newsletter-container .newsletter-in input:focus::placeholder {
  color: transparent;
}
footer .container .upper-section .newsletter-container .newsletter-in .link-2 {
  margin-top: 1.6rem;
  margin-left: auto;
}
footer .container .upper-section .newsletter-container .newsletter-in .form-field.err input {
  border-color: #F00;
}
footer .container .upper-section .newsletter-container .newsletter-in .form-re.ok .ok {
  color: #FFFFFF;
}
footer .container .lower-section .separator {
  grid-column: span 16;
  margin-top: 3.2rem;
  margin-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
footer .container .lower-section .separator .line {
  width: 100%;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
}
footer .container .lower-section .copyrights {
  grid-column: 1/span 4;
}
@media (max-width: 599px) {
  footer .container .lower-section .copyrights {
    grid-column: span 16;
  }
}
footer .container .lower-section .bottom-menu-container {
  grid-column: 5/span 12;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.6rem;
  width: fit-content;
}
@media (max-width: 599px) {
  footer .container .lower-section .bottom-menu-container {
    grid-column: span 16;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 4rem;
  }
}
footer .container .lower-section .bottom-menu-container li > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  footer .container .lower-section .bottom-menu-container li > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
footer .container .lower-section .bottom-menu-container li.current-menu-item > a,
footer .container .lower-section .bottom-menu-container li .current-page-item > a {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-decoration-color: #FFFFFF !important;
}
@media (hover: hover) {
  footer .container .lower-section .bottom-menu-container li.current-menu-item > a:hover,
  footer .container .lower-section .bottom-menu-container li .current-page-item > a:hover {
    text-decoration-color: #FFFFFF !important;
  }
}
footer .container ul,
footer .container li {
  padding-left: 0;
  list-style: none;
}

.form-container {
  position: relative;
  min-height: 64px;
}
.form-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("images/loading.gif") no-repeat center center;
  background-size: 64px 64px;
  cursor: wait;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.form-container::after {
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  content: "";
  display: block;
  background-size: 64px 64px;
  cursor: wait;
  z-index: 3;
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.form-container.sending::before {
  opacity: 1;
  visibility: visible;
}
.form-container.sending::after {
  opacity: 1;
  visibility: visible;
}
.form-container.sending .form {
  pointer-events: none;
}
.form-container label.el-label {
  cursor: pointer;
}
.form-container .form-re {
  font-weight: 600;
}
.form-container .form-re .ok {
  color: #263A4C;
}
.form-container .form-re .ok, .form-container .form-re .err {
  display: none;
}
.form-container .form-re.ok .ok, .form-container .form-re.err .err {
  display: inline-block;
}
.form-container .form-re .err {
  color: #F00;
}
.form-container a {
  text-decoration: underline;
}

.news-header {
  margin-top: 13rem;
}
.news-header .thumbnail-container img {
  width: 100%;
  aspect-ratio: 1142/429;
  display: block;
  object-fit: cover;
}
.news-header .date {
  padding-top: 2.7rem;
}
.news-header .title {
  padding-top: 0.5rem;
}

.article-list .news-list {
  padding-top: 13rem;
}
@media (max-width: 599px) {
  .article-list .news-list {
    padding-top: 9rem;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.2rem 1.6rem;
  max-width: 121rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}
.news-list .thumbnail-container {
  width: 100%;
  aspect-ratio: 600/331;
  overflow: clip;
}
.news-list .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.news-list .date {
  padding-top: 2.1rem;
}
.news-list .title {
  padding-top: 0.5rem;
}
.news-list h5 {
  padding-top: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: clip;
}
@media (hover: hover) {
  .news-list .single-news-container:hover .thumbnail-container img {
    transform: scale(1.1);
  }
  .news-list .single-news-container:hover .link-3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    z-index: 1;
    color: #00254C;
    width: fit-content;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    font-weight: 400;
    text-decoration-color: #00254C !important;
  }
  .news-list .single-news-container:hover .link-3:before {
    position: relative;
    display: block;
    content: "";
    background: url("./images/arrow-form.svg");
    width: 1.3rem;
    height: 0.6rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
  }
}
@media (hover: hover) and (hover: hover) {
  .news-list .single-news-container:hover .link-3:hover {
    text-decoration-color: #00254C !important;
  }
  .news-list .single-news-container:hover .link-3:hover::before {
    transform: translateX(0.2rem);
  }
}
.news-list .link-3 {
  margin-top: 4.2rem;
}

.read-more {
  background-color: #F8F5F5;
}
.read-more .title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.read-more .title::after {
  content: "";
  display: block;
  position: relative;
  top: 100%;
  left: -3.5rem;
  width: calc(100% + 7rem);
  height: 1px;
  background-color: #000000;
}
.read-more .news-list {
  padding-top: 7.5rem;
}

.filter-wrap {
  position: relative;
  cursor: pointer;
}
.filter-wrap.image::after {
  content: "";
  display: block;
  position: absolute;
  height: 2.6rem;
  width: 1.9rem;
  background: url("images/scroll.svg");
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  pointer-events: none;
}
.filter-wrap.with-content .title, .filter-wrap.with-content input {
  background-color: rgba(11, 19, 25, 0.8) !important;
}
.filter-wrap .title {
  background-color: #050C19;
  padding: 1.6rem 4.4rem 1.6rem 2rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.filter-wrap input {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.filter-wrap .cat-filter {
  padding: 1.6rem;
  background-color: #050C19;
  border-top: 1px solid #707070;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  transition: all 0.1s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}
.filter-wrap .cat-filter .filter-in {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.filter-wrap .cat-filter .filter-in input,
.filter-wrap .cat-filter .filter-in label {
  cursor: pointer;
}
.filter-wrap .cat-filter .filter-in:not(:first-child) {
  padding-top: 0.4rem;
}
.filter-wrap.active .cat-filter {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.pagination-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  font-weight: 400;
  line-height: 1.125;
}
.pagination-container .pagination-element {
  padding: 1.5rem 2.1rem;
  border-top-left-radius: 1rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
}
.pagination-container .pagination-element.current {
  background-color: #00254C;
  color: #FFFFFF;
  pointer-events: none;
}
@media (hover: hover) {
  .pagination-container .pagination-element:hover {
    background-color: #00254C;
    color: #FFFFFF;
  }
}

.slider-line, .slider-line-v2 {
  position: relative;
}
.slider-line.no-arrows .arrow-prev, .slider-line.no-arrows .arrow-next, .slider-line-v2.no-arrows .arrow-prev, .slider-line-v2.no-arrows .arrow-next {
  display: none;
}
.slider-line.slider-line-fade .container-slider-in, .slider-line-v2.slider-line-fade .container-slider-in {
  transition: none !important;
  display: grid;
  grid-template-columns: auto;
}
.slider-line.slider-line-fade .element-in, .slider-line-v2.slider-line-fade .element-in {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  grid-column: 1;
  grid-row: 1;
}
.slider-line.slider-line-fade .element-in.active, .slider-line-v2.slider-line-fade .element-in.active {
  opacity: 1;
}
.slider-line .slider-wrap, .slider-line-v2 .slider-wrap {
  overflow: clip;
}
.slider-line .container-slider-in, .slider-line-v2 .container-slider-in {
  display: flex;
  flex-direction: row;
}
.slider-line .container-slider-in > .element-in, .slider-line-v2 .container-slider-in > .element-in {
  flex-shrink: 0;
}
.slider-line .arrow-prev,
.slider-line .arrow-next, .slider-line-v2 .arrow-prev,
.slider-line-v2 .arrow-next {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.slider-line .arrow-prev.disabled,
.slider-line .arrow-next.disabled, .slider-line-v2 .arrow-prev.disabled,
.slider-line-v2 .arrow-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-line .arrow-next, .slider-line-v2 .arrow-next {
  right: 0;
}
@media (hover: hover) {
  .slider-line .arrow-next:hover, .slider-line-v2 .arrow-next:hover {
    transform: translate(0.5rem, 0);
  }
}
.slider-line .arrow-prev, .slider-line-v2 .arrow-prev {
  left: 0;
}
@media (hover: hover) {
  .slider-line .arrow-prev:hover, .slider-line-v2 .arrow-prev:hover {
    transform: translate(-0.5rem, 0);
  }
}
.slider-line .display-none, .slider-line-v2 .display-none {
  display: none;
}
.slider-line .opacity-none, .slider-line-v2 .opacity-none {
  opacity: 0;
  pointer-events: none;
}
.slider-line .switches-wrap, .slider-line-v2 .switches-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.slider-line .slider-switches-container, .slider-line-v2 .slider-switches-container {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
.slider-line .slider-switches-container .slider-switch, .slider-line-v2 .slider-switches-container .slider-switch {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: grey;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.slider-line .slider-switches-container .slider-switch.active, .slider-line-v2 .slider-switches-container .slider-switch.active {
  background-color: black;
}
.slider-line .slider-switches-container .slider-switch.no-dot, .slider-line-v2 .slider-switches-container .slider-switch.no-dot {
  background-color: transparent;
  width: fit-content;
  height: initial;
  border-radius: none;
  color: black;
}
.slider-line .slider-switches-container .slider-switch.no-dot.active, .slider-line-v2 .slider-switches-container .slider-switch.no-dot.active {
  color: blue;
}
.slider-line .slider-switches-container .progress-bar, .slider-line-v2 .slider-switches-container .progress-bar {
  display: none;
}

.customLightbox {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease-in-out;
}
.customLightbox.no-visible {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 200ms, opacity 200ms ease-in-out;
}
.customLightbox::before {
  content: "";
  width: 100%;
  height: 130%;
  background-color: black;
  position: absolute;
  opacity: 0.8;
  z-index: -1;
}
.customLightbox .wrap {
  overflow: clip;
  width: calc(100% - 12rem);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .customLightbox .wrap {
    margin-left: 0;
    width: 100%;
  }
}
.customLightbox .container-lightbox-in {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.customLightbox .container-lightbox-in > .lightbox-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
  padding-right: 3rem;
  width: calc(100% + 3rem);
}
.customLightbox .container-lightbox-in > .lightbox-in img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.customLightbox .container-lightbox-in > .lightbox-in .load-box {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 10;
  display: none;
}
.customLightbox .container-lightbox-in > .lightbox-in.loading .load-box {
  display: block;
}
.customLightbox .arrow-prev,
.customLightbox .arrow-next {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.customLightbox .arrow-prev.disabled,
.customLightbox .arrow-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.customLightbox .arrow-prev img,
.customLightbox .arrow-next img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.customLightbox .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.customLightbox .close img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.customLightbox .close:hover {
  transform: scale(1.1);
}
.customLightbox .counter {
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: #FFFFFF;
}
.customLightbox .counter .line {
  padding: 0 2px;
}
.customLightbox .arrow-next {
  right: 1rem;
}
@media (hover: hover) {
  .customLightbox .arrow-next:hover {
    transform: translate(0.5rem, -50%);
  }
}
.customLightbox .arrow-prev {
  left: 1rem;
}
@media (hover: hover) {
  .customLightbox .arrow-prev:hover {
    transform: translate(-0.5rem, -50%);
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
section.breadcrumbs .breadcrumbs-content {
  grid-column: 2/span 14;
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 599px) {
  section.breadcrumbs .breadcrumbs-content {
    grid-column: span 16;
  }
}
section.breadcrumbs .breadcrumbs-content .link-1,
section.breadcrumbs .breadcrumbs-content .break-line {
  color: rgba(38, 58, 76, 0.5);
  white-space: nowrap;
}
section.breadcrumbs .breadcrumbs-content .pagename {
  text-overflow: ellipsis;
  overflow: clip;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
section.breadcrumbs.privacy-statement .breadcrumbs-content {
  grid-column: 5/span 8;
}
@media (max-width: 1024px) {
  section.breadcrumbs.privacy-statement .breadcrumbs-content {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.breadcrumbs.privacy-statement .breadcrumbs-content {
    grid-column: span 16;
  }
}

.none-margin-top {
  padding-top: 0;
}

.small-margin-top {
  padding-top: 4rem;
}
@media (max-width: 599px) {
  .small-margin-top {
    padding-top: 3rem;
  }
}

.regular-margin-top {
  padding-top: 8rem;
}
@media (max-width: 599px) {
  .regular-margin-top {
    padding-top: 6rem;
  }
}

.big-margin-top {
  padding-top: 10.5rem;
}
@media (max-width: 599px) {
  .big-margin-top {
    padding-top: 8rem;
  }
}

.none-margin-bottom {
  padding-bottom: 0;
}

.small-margin-bottom {
  padding-bottom: 4rem;
}
@media (max-width: 599px) {
  .small-margin-bottom {
    padding-bottom: 3rem;
  }
}

.regular-margin-bottom {
  padding-bottom: 8rem;
}
@media (max-width: 599px) {
  .regular-margin-bottom {
    padding-bottom: 6rem;
  }
}

.big-margin-bottom {
  padding-bottom: 10.5rem;
}
@media (max-width: 599px) {
  .big-margin-bottom {
    padding-bottom: 8rem;
  }
}

.section-background-white {
  background-color: #FFFFFF;
}

.section-background-pink {
  background-color: #D98309;
}

.section-background-red {
  background-color: #050C19;
}

.section-background-yellow {
  background-color: rgba(11, 19, 25, 0.8);
}

.section-background-turquoise {
  background-color: #00254C;
}

.section-background-grey {
  background-color: #5641F7;
}

.section-background-blue {
  background-color: #343538;
}

section.hero-section {
  margin-top: 0.7rem;
  margin-bottom: 8rem;
  position: relative;
}
@media (max-width: 599px) {
  section.hero-section .container {
    padding: 0;
  }
}
section.hero-section .container .section-wrap {
  position: relative;
}
section.hero-section .container .section-wrap .decor {
  position: absolute;
  height: 100%;
  width: 71.5%;
  left: 0;
  top: 4rem;
  transform: translate3d(-7%, 0, 0);
  filter: blur(5.5rem);
  pointer-events: none;
}
section.hero-section .container .section-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 37, 76, 0.5);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.hero-section .container .image-in,
section.hero-section .container .media-in {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 3rem;
  overflow: clip;
}
section.hero-section .container .image-in img,
section.hero-section .container .image-in video,
section.hero-section .container .media-in img,
section.hero-section .container .media-in video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero-section .container .grid {
  padding-top: 20.5rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  section.hero-section .container .grid {
    padding-top: 14rem;
  }
}
section.hero-section .container .grid .title-wrap {
  grid-column: 2/span 12;
  grid-row: 1;
  padding-bottom: 2.1rem;
}
@media (max-width: 767px) {
  section.hero-section .container .grid .title-wrap {
    grid-column: 2/span 14;
  }
}
section.hero-section .container .grid .title-wrap span {
  text-decoration-thickness: 0.3rem !important;
}
section.hero-section .container .grid .title-wrap strong {
  font-weight: 400;
}
section.hero-section .container .grid .desc-wrap {
  grid-column: 2/span 7;
  grid-row: 2;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  section.hero-section .container .grid .desc-wrap {
    padding-bottom: 4rem;
    grid-column: 2/span 14;
  }
}
section.hero-section .container .grid .desc-wrap a {
  margin-top: 4rem;
}
section.hero-section .container .grid .promotion-container {
  grid-column: 9/span 8;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 2.4rem;
}
@media (max-width: 767px) {
  section.hero-section .container .grid .promotion-container {
    grid-column: 2/span 14;
    justify-content: flex-start;
  }
}
section.hero-section .container .grid .promotion-container .promotion-in {
  background-color: #FFFFFF;
  padding: 2.4rem 3.2rem;
  border-top-left-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 32rem;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form {
  display: flex;
  padding-bottom: 0.8rem;
  align-items: center;
  border-bottom: 0.1rem solid rgba(0, 37, 76, 0.2);
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form .form-field.err input::placeholder, section.hero-section .container .grid .promotion-container .promotion-in .join-form .form .form-field.err input {
  color: #F00;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form .form-re.ok .ok {
  color: #FFFFFF;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form-container {
  min-height: 1rem !important;
  width: 100%;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form-container.sending:before {
  background: url("images/load-black.gif") no-repeat center center;
  background-size: 25.5rem 3.4rem;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .form-container .form-submit {
  display: flex;
  align-items: center;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form input {
  border: 0;
  padding: 0;
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .link-3 {
  display: block;
  height: 0.6rem;
  width: 1.3rem;
}
@media (hover: hover) {
  section.hero-section .container .grid .promotion-container .promotion-in .join-form .link-3:hover {
    transform: scale(1.3);
  }
}
section.hero-section .container .grid .promotion-container .promotion-in .join-form .link-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.numbers-section .grid {
  gap: 5rem 1.6rem;
}
section.numbers-section .number-part {
  grid-column: 2/span 7;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
@media (max-width: 1024px) {
  section.numbers-section .number-part {
    grid-column: span 16;
  }
}
section.numbers-section .number-part .number-content {
  display: inline-block;
  text-align: center;
}
section.numbers-section .number-part .number-content.width-1 {
  width: 3.2rem;
}
section.numbers-section .number-part .number-content.width-2 {
  width: 6.4rem;
}
section.numbers-section .number-part .number-content.width-3 {
  width: 9.6rem;
}
section.numbers-section .number-part .number-content.width-4 {
  width: 12.8rem;
}
section.numbers-section .desc-part {
  grid-column: 9/span 7;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.numbers-section .desc-part {
    grid-column: 6/span 10;
  }
}
@media (max-width: 767px) {
  section.numbers-section .desc-part {
    grid-column: span 16;
  }
}
section.numbers-section .desc-part .desc {
  max-width: 46rem;
}

section.boxes-section .title-part {
  grid-column: 2/span 4;
}
@media (max-width: 1024px) {
  section.boxes-section .title-part {
    grid-column: span 16;
  }
}
section.boxes-section .title-part .desc {
  padding-top: 1.6rem;
}
section.boxes-section .boxes-part {
  grid-column: 7/span 9;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.boxes-section .boxes-part {
    grid-column: span 16;
    padding-top: 4rem;
  }
}
@media (max-width: 599px) {
  section.boxes-section .boxes-part {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 1.6rem;
  }
}
@media (max-width: 480px) {
  section.boxes-section .boxes-part {
    grid-template-columns: 1fr;
  }
}
section.boxes-section .boxes-part .single-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
section.boxes-section .boxes-part img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border-top-left-radius: 1rem;
}
@media (max-width: 480px) {
  section.boxes-section .boxes-part img {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.boxes-section .boxes-part .separator {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.3rem;
}
section.boxes-section .boxes-part .separator .line {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(38, 58, 76, 0.2);
}
section.boxes-section .boxes-part .title-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section.boxes-section .boxes-part .small-title,
section.boxes-section .boxes-part .desc {
  color: rgba(0, 37, 76, 0.5);
}
section.boxes-section .boxes-part .small-title {
  line-height: 1.1428571429;
}

section.classes-slider-section .custom-wrap {
  position: relative;
}
section.classes-slider-section .custom-wrap .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate3d(-35%, -14%, 0);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.classes-slider-section .custom-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.classes-slider-section .classes-slider {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 1fr auto;
  gap: 3rem 1.6rem;
}
@media (max-width: 767px) {
  section.classes-slider-section .classes-slider {
    --slider-by: 3 !important;
  }
}
@media (max-width: 599px) {
  section.classes-slider-section .classes-slider {
    --slider-by: 2 !important;
  }
}
@media (max-width: 480px) {
  section.classes-slider-section .classes-slider {
    --slider-by: 1.4 !important;
  }
}
section.classes-slider-section .classes-slider .custom-element-wrap {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.classes-slider-section .classes-slider .custom-element-wrap {
    grid-column: span 16;
  }
}
section.classes-slider-section .classes-slider .slider-wrap {
  grid-column: 7/span 10;
  grid-row: 1/span 2;
  width: 121%;
  position: relative;
}
@media (max-width: 1220px) {
  section.classes-slider-section .classes-slider .slider-wrap {
    width: 116%;
  }
}
@media (max-width: 1024px) {
  section.classes-slider-section .classes-slider .slider-wrap {
    grid-column: span 16;
    grid-row: 2;
    width: 110%;
  }
}
section.classes-slider-section .classes-slider .slider-wrap::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 24%;
  display: block;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent 20%, #F3F8FB 70%);
}
@media (max-width: 1220px) {
  section.classes-slider-section .classes-slider .slider-wrap::after {
    background: linear-gradient(to right, transparent 20%, #F3F8FB 65%);
  }
}
section.classes-slider-section .classes-slider .slider-wrap .single-post-container {
  border-top-left-radius: 1rem;
  padding: 2rem 1.6rem;
  border: 0.1rem solid rgba(38, 58, 76, 0.2);
  display: block;
}
section.classes-slider-section .classes-slider .slider-wrap .single-post-container .thumbnail-container {
  width: 100%;
  aspect-ratio: 188/269;
  overflow: clip;
}
section.classes-slider-section .classes-slider .slider-wrap .single-post-container .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  section.classes-slider-section .classes-slider .slider-wrap .single-post-container:hover img {
    transform: scale(1.1);
  }
}
section.classes-slider-section .classes-slider .arrow-prev,
section.classes-slider-section .classes-slider .arrow-next {
  position: relative;
  grid-column: 2/span 2;
  grid-row: 2;
  transform: none;
  top: 0;
  height: 3.2rem;
}
@media (max-width: 1024px) {
  section.classes-slider-section .classes-slider .arrow-prev,
  section.classes-slider-section .classes-slider .arrow-next {
    grid-column: 1/span 4;
    grid-row: 3;
  }
}
@media (hover: hover) {
  section.classes-slider-section .classes-slider .arrow-prev:hover {
    transform: translateX(-0.4rem);
  }
}
section.classes-slider-section .classes-slider .arrow-next {
  margin-left: 3.6rem;
}
@media (hover: hover) {
  section.classes-slider-section .classes-slider .arrow-next:hover {
    transform: translateX(0.4rem);
  }
}

section.banner-image-section .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
section.banner-image-section .wrap-in {
  position: relative;
  border-top-left-radius: 2rem;
  overflow: clip;
}
section.banner-image-section .wrap-in .image-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.banner-image-section .wrap-in .image-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner-image-section .wrap-in .section-wrap {
  position: relative;
  z-index: 2;
  padding: 6.4rem calc(var(--cont-padding) - 4rem);
  grid-template-rows: auto 1fr;
}
@media (max-width: 480px) {
  section.banner-image-section .wrap-in .section-wrap {
    padding: 6.4rem var(--cont-padding);
  }
}
section.banner-image-section .wrap-in .section-wrap .logo,
section.banner-image-section .wrap-in .section-wrap .title,
section.banner-image-section .wrap-in .section-wrap .desc,
section.banner-image-section .wrap-in .section-wrap .link-4 {
  grid-column: 2/span 9;
}
@media (max-width: 767px) {
  section.banner-image-section .wrap-in .section-wrap .logo,
  section.banner-image-section .wrap-in .section-wrap .title,
  section.banner-image-section .wrap-in .section-wrap .desc,
  section.banner-image-section .wrap-in .section-wrap .link-4 {
    grid-column: 2/span 14;
  }
}
@media (max-width: 480px) {
  section.banner-image-section .wrap-in .section-wrap .logo,
  section.banner-image-section .wrap-in .section-wrap .title,
  section.banner-image-section .wrap-in .section-wrap .desc,
  section.banner-image-section .wrap-in .section-wrap .link-4 {
    grid-column: 1/span 16;
  }
}
section.banner-image-section .wrap-in .section-wrap .logo {
  display: block;
  height: 3.8rem;
  aspect-ratio: 200/38;
  object-fit: contain;
  filter: grayscale(1) brightness(100);
}
section.banner-image-section .wrap-in .section-wrap .title {
  padding-top: 10.6rem;
  max-width: 44rem;
}
section.banner-image-section .wrap-in .section-wrap .title span[style*="text-decoration:"] {
  text-decoration: none !important;
  position: relative;
}
section.banner-image-section .wrap-in .section-wrap .title span[style*="text-decoration:"]:after {
  content: "";
  height: 0.1rem;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
}
section.banner-image-section .wrap-in .section-wrap .title span[style*="text-decoration:"]:before {
  content: "";
  height: 0.1rem;
  width: 100%;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 0;
  background-color: #FFFFFF;
}
section.banner-image-section .wrap-in .section-wrap .desc {
  padding-top: 1.2rem;
  max-width: 51rem;
}
section.banner-image-section .wrap-in .section-wrap .link-4 {
  margin-top: 3.2rem;
  margin-bottom: 9.7rem;
}
@media (max-width: 767px) {
  section.banner-image-section .wrap-in .section-wrap .link-4 {
    margin-bottom: 4rem;
  }
}
section.banner-image-section .wrap-in .section-wrap .person-container {
  grid-column: 11/span 5;
  grid-row: 1/span 4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  section.banner-image-section .wrap-in .section-wrap .person-container {
    grid-column: 2/span 14;
    grid-row: 5;
  }
}
@media (max-width: 480px) {
  section.banner-image-section .wrap-in .section-wrap .person-container {
    grid-column: 1/span 16;
    grid-row: 5;
  }
}
section.banner-image-section .wrap-in .section-wrap .person-container img {
  max-width: 29.7rem;
  width: 100%;
  aspect-ratio: 297/406;
  object-fit: cover;
}

section.events-list-section .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
section.events-list-section .wrap-in {
  position: relative;
}
section.events-list-section .wrap-in .section-wrap {
  position: relative;
  padding: 6.4rem calc(var(--cont-padding) - 4rem);
  grid-template-rows: auto 1fr;
  align-items: start;
  background-color: #FFFFFF;
  border-top-left-radius: 3rem;
}
@media (max-width: 1220px) {
  section.events-list-section .wrap-in .section-wrap {
    padding: 6.4rem calc(var(--cont-padding));
  }
}
section.events-list-section .wrap-in .section-wrap .decor {
  position: absolute;
  width: 70.5%;
  aspect-ratio: 902/853;
  left: 0;
  bottom: 0;
  transform: translate(-38%, 47%);
  z-index: -1;
  filter: blur(7rem);
  mix-blend-mode: multiply;
  pointer-events: none;
}
section.events-list-section .wrap-in .section-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
section.events-list-section .wrap-in .section-wrap .title,
section.events-list-section .wrap-in .section-wrap .link-3 {
  grid-column: 1/span 6;
}
@media (max-width: 1024px) {
  section.events-list-section .wrap-in .section-wrap .title,
  section.events-list-section .wrap-in .section-wrap .link-3 {
    grid-column: 1/span 16;
  }
}
section.events-list-section .wrap-in .section-wrap > .link-3 {
  margin-top: 3.2rem;
}
section.events-list-section .wrap-in .section-wrap .events-container {
  grid-column: 7/span 10;
  grid-row: 1/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.events-list-section .wrap-in .section-wrap .events-container {
    grid-column: 1/span 16;
    grid-row: 3;
    padding-top: 4rem;
  }
}
@media (max-width: 599px) {
  section.events-list-section .wrap-in .section-wrap .events-container {
    grid-template-columns: 1fr;
  }
}

.single-event-container {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid rgba(0, 37, 76, 0.2);
  padding: 2rem 1.6rem;
  border-top-left-radius: 1rem;
}
.single-event-container .thumbnail-container {
  width: 100%;
  height: fit-content;
  aspect-ratio: 342/256;
  overflow: clip;
}
.single-event-container .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  display: block;
}
.single-event-container .container-desc {
  padding-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex-grow: 1;
}
.single-event-container .container-desc .date-location,
.single-event-container .container-desc .description {
  color: rgba(0, 37, 76, 0.5);
}
.single-event-container .container-desc .date-location {
  max-height: 1.1428571429em;
  line-height: 1.1428571429;
  display: flex;
  flex-direction: row;
  gap: 0.4rem 1.2rem;
  overflow: clip;
  width: 100%;
}
.single-event-container .container-desc .date-location .date,
.single-event-container .container-desc .date-location .location {
  flex-shrink: 0;
}
.single-event-container .container-desc .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: clip;
  text-overflow: ellipsis;
  max-height: 3em;
}
.single-event-container .container-desc .link-4 {
  margin-top: auto;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: #00254C;
  width: fit-content;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  font-weight: 400;
}
.single-event-container .container-desc .link-4:after {
  content: " >";
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  .single-event-container .container-desc .link-4:hover {
    text-decoration-color: #00254C !important;
  }
}
@media (hover: hover) {
  .single-event-container:hover img {
    transform: scale(1.12);
  }
  .single-event-container:hover .link-4 {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    color: #00254C;
    width: fit-content;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    text-decoration-color: #00254C !important;
    font-weight: 400;
  }
  .single-event-container:hover .link-4:after {
    content: " >";
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
  }
}
@media (hover: hover) and (hover: hover) {
  .single-event-container:hover .link-4:hover {
    text-decoration-color: #00254C !important;
  }
}

section.contact-section .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
section.contact-section .container .section-wrap {
  position: relative;
  z-index: 2;
  padding: 0 calc(var(--cont-padding) - 4rem);
  grid-template-rows: auto 1fr;
  gap: 4rem 1.6rem;
}
section.contact-section .upper-part {
  position: relative;
  background-color: #00254C;
  padding: 17.6rem 0 15.6rem;
  border-top-left-radius: 2rem;
  overflow: clip;
}
section.contact-section .upper-part .contact-text {
  text-align: center;
}
section.contact-section .upper-part .image-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.contact-section .upper-part .image-in::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00254C;
  mix-blend-mode: color;
  left: 0;
  top: 0;
}
section.contact-section .upper-part .image-in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #050C19;
  opacity: 0.5;
  left: 0;
  top: 0;
}
section.contact-section .upper-part .image-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact-section .lower-part {
  background-color: #00254C;
  padding: 6.4rem;
}
@media (max-width: 900px) {
  section.contact-section .lower-part {
    padding: 6.4rem var(--cont-padding);
  }
}
section.contact-section .lower-part .form-title {
  grid-column: 1/span 6;
}
@media (max-width: 900px) {
  section.contact-section .lower-part .form-title {
    grid-column: span 16;
  }
}
section.contact-section .lower-part .form-desc {
  grid-column: 1/span 5;
  padding-top: 2.4rem;
}
@media (max-width: 900px) {
  section.contact-section .lower-part .form-desc {
    grid-column: span 16;
  }
}
section.contact-section .lower-part .form-wrap {
  grid-column: 7/span 10;
  grid-row: 1/span 2;
}
@media (max-width: 900px) {
  section.contact-section .lower-part .form-wrap {
    grid-column: span 16;
    grid-row: 3;
  }
}
section.contact-section .lower-part .form-wrap .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
section.contact-section .lower-part .form-wrap .form input:not([type=checkbox]),
section.contact-section .lower-part .form-wrap .form textarea {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  color: #FFFFFF;
  font-weight: 500;
  padding: 1.6rem 2rem;
  border: 0.1rem #FFFFFF solid;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.contact-section .lower-part .form-wrap .form input:not([type=checkbox])::placeholder,
section.contact-section .lower-part .form-wrap .form textarea::placeholder {
  font-weight: 300;
  color: #FFFFFF;
}
section.contact-section .lower-part .form-wrap .form input:not([type=checkbox]):focus,
section.contact-section .lower-part .form-wrap .form textarea:focus {
  background-color: #FFFFFF;
  color: #263A4C;
}
section.contact-section .lower-part .form-wrap .form input:not([type=checkbox]):focus::placeholder,
section.contact-section .lower-part .form-wrap .form textarea:focus::placeholder {
  color: transparent;
}
section.contact-section .lower-part .form-wrap .form textarea {
  height: calc(1em + 3.6rem);
  resize: none;
}
@media (max-width: 480px) {
  section.contact-section .lower-part .form-wrap .form .form-group-0 {
    grid-column: 1/span 2;
  }
}
@media (max-width: 480px) {
  section.contact-section .lower-part .form-wrap .form .form-group-data-1,
  section.contact-section .lower-part .form-wrap .form .form-group-data-2 {
    grid-column: 1/span 2;
  }
}
section.contact-section .lower-part .form-wrap .form .form-group-data-3 {
  grid-column: 1/span 2;
}
section.contact-section .lower-part .form-wrap .form .field-checkbox_1 label {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
section.contact-section .lower-part .form-wrap .form .field-checkbox_1 label input[type=checkbox] {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  appearance: none;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem 3rem;
}
section.contact-section .lower-part .form-wrap .form .field-checkbox_1 label input[type=checkbox]:checked {
  background-image: url("./images/check.svg");
}
section.contact-section .lower-part .form-wrap .form .field-checkbox_1 label .link-terms {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  width: fit-content;
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  display: inline;
}
@media (hover: hover) {
  section.contact-section .lower-part .form-wrap .form .field-checkbox_1 label .link-terms:hover {
    text-decoration-color: rgba(255, 255, 255, 0.5) !important;
  }
}
section.contact-section .lower-part .form-wrap .form .form-group .form-field.err input,
section.contact-section .lower-part .form-wrap .form .form-group .form-field.err textarea {
  border-color: #F00;
}
section.contact-section .lower-part .form-wrap .form .form-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  section.contact-section .lower-part .form-wrap .form .form-submit {
    grid-column: 1/span 2;
  }
}
section.contact-section .lower-part .form-wrap .form-re {
  margin-top: 1rem;
  font-size: 2.4rem;
}
section.contact-section .lower-part .form-wrap .form-re .ok {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 2.4rem;
}

section.text-two-link-section .title,
section.text-two-link-section .desc,
section.text-two-link-section .container-link {
  grid-column: 2/span 14;
}
@media (max-width: 599px) {
  section.text-two-link-section .title,
  section.text-two-link-section .desc,
  section.text-two-link-section .container-link {
    grid-column: span 14;
  }
}
section.text-two-link-section .title {
  max-width: 68rem;
}
section.text-two-link-section .desc {
  padding-top: 1.6rem;
  max-width: 53rem;
}
section.text-two-link-section .container-link {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

section.slider-gallery-section .custom-wrap {
  position: relative;
}
@media (max-width: 480px) {
  section.slider-gallery-section .container {
    padding: 0;
  }
}
section.slider-gallery-section .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-50%, -29%);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.slider-gallery-section .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.slider-gallery-section .media-in {
  border-top-left-radius: 3rem;
  overflow: clip;
  position: relative;
}
section.slider-gallery-section .media-in.mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00254C;
  mix-blend-mode: color;
  left: 0;
  top: 0;
}
section.slider-gallery-section .media-video {
  aspect-ratio: 1232/580;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  section.slider-gallery-section .media-video {
    aspect-ratio: 1;
  }
}
section.slider-gallery-section .media-in.image {
  aspect-ratio: 1232/580;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  section.slider-gallery-section .media-in.image {
    aspect-ratio: 1;
  }
}
section.slider-gallery-section .media-in.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.slider-gallery-section .switches-wrap {
  top: 2.2rem;
  bottom: unset;
  width: calc(100% - 6.4rem);
}
@media (max-width: 480px) {
  section.slider-gallery-section .switches-wrap {
    padding: 0;
  }
}
section.slider-gallery-section .switches-wrap .slider-switches-container .slider-switch {
  flex-grow: 1;
  height: 0.4rem;
  width: auto;
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
section.slider-gallery-section .switches-wrap .slider-switches-container .slider-switch .progress-bar {
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  transition: width 0s linear;
}
@keyframes fadeIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
section.slider-gallery-section .arrow-prev,
section.slider-gallery-section .arrow-next {
  display: none;
}

section.chessboard-section .content {
  grid-column: 2/span 6;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.chessboard-section .content {
    grid-column: 1/span 7;
  }
}
@media (max-width: 767px) {
  section.chessboard-section .content {
    grid-column: 1/span 16;
  }
}
section.chessboard-section .content .container-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
section.chessboard-section .image {
  grid-column: 9/span 7;
}
@media (max-width: 1024px) {
  section.chessboard-section .image {
    grid-column: 9/span 8;
  }
}
@media (max-width: 767px) {
  section.chessboard-section .image {
    grid-column: 1/span 16;
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  section.chessboard-section .image {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.chessboard-section .image img {
  width: 100%;
  aspect-ratio: 530/451;
  object-fit: cover;
  border-top-left-radius: 3rem;
}
section.chessboard-section.right .content {
  grid-column: 10/span 6;
  grid-row: 1;
}
@media (max-width: 1024px) {
  section.chessboard-section.right .content {
    grid-column: 10/span 8;
  }
}
@media (max-width: 767px) {
  section.chessboard-section.right .content {
    grid-column: 1/span 16;
    grid-row: 1;
  }
}
section.chessboard-section.right .image {
  grid-column: 2/span 7;
  grid-row: 1;
}
@media (max-width: 1024px) {
  section.chessboard-section.right .image {
    grid-column: 1/span 8;
  }
}
@media (max-width: 767px) {
  section.chessboard-section.right .image {
    grid-column: 1/span 16;
    grid-row: 2;
  }
}

section.quote-section .grid {
  position: relative;
}
section.quote-section .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-40%, 0);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.quote-section .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.quote-section .person,
section.quote-section .quote-content {
  grid-column: 2/span 14;
}
@media (max-width: 767px) {
  section.quote-section .person,
  section.quote-section .quote-content {
    grid-column: 1/span 16;
  }
}
section.quote-section .person {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
}
section.quote-section .person .image-in img {
  width: 10rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
section.quote-section .person .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
}
section.quote-section .quote-content {
  padding-top: 3.2rem;
}

section.text-line-section .title-part {
  grid-column: 2/span 4;
}
section.text-line-section .content-part {
  grid-column: 7/span 9;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
section.text-line-section .content-part .desc {
  padding-top: 2.4rem;
}
section.text-line-section.normal .title-part {
  grid-column: 2/span 5;
}
section.text-line-section.normal .content-part {
  grid-column: 9/span 7;
}

section.image-desc-section .content {
  grid-column: 7/span 7;
}
section.image-desc-section .content img {
  display: block;
  width: 100%;
  aspect-ratio: 530/451;
  object-fit: cover;
}
section.image-desc-section .content .title {
  display: block;
  padding-top: 2.4rem;
}
section.image-desc-section .content .desc {
  padding-top: 1.2rem;
}

section.big-title-link-section .title {
  grid-column: 2/span 14;
}
section.big-title-link-section .container-link {
  padding-top: 3.2rem;
  grid-column: 2/span 14;
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
}

section.image-medium-small-section .left-box {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  section.image-medium-small-section .left-box {
    grid-column: 2/span 5;
  }
}
@media (max-width: 767px) {
  section.image-medium-small-section .left-box {
    grid-column: 1/span 10;
  }
}
@media (max-width: 599px) {
  section.image-medium-small-section .left-box {
    grid-column: 1/span 16;
  }
}
section.image-medium-small-section .left-box img {
  width: 100%;
  aspect-ratio: 296/252;
  object-fit: cover;
  border-top-left-radius: 3rem;
}
@media (max-width: 480px) {
  section.image-medium-small-section .left-box img {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.image-medium-small-section .right-box {
  grid-column: 9/span 7;
}
@media (max-width: 767px) {
  section.image-medium-small-section .right-box {
    grid-column: 1/span 16;
    margin-top: 4rem;
  }
}
section.image-medium-small-section .right-box img {
  width: 100%;
  aspect-ratio: 530/451;
  object-fit: cover;
}
@media (max-width: 480px) {
  section.image-medium-small-section .right-box img {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.image-medium-small-section .right-box .title {
  display: block;
  padding-top: 2.4rem;
}
section.image-medium-small-section .right-box .desc {
  padding-top: 1.2rem;
}
section.image-medium-small-section .right-box a {
  margin-top: 2.4rem;
}
section.image-medium-small-section.right .left-box {
  grid-column: 12/span 4;
  grid-row: 1;
}
@media (max-width: 1024px) {
  section.image-medium-small-section.right .left-box {
    grid-column: 11/span 5;
  }
}
@media (max-width: 767px) {
  section.image-medium-small-section.right .left-box {
    grid-column: 1/span 10;
    grid-row: 2;
    margin-top: 4rem;
  }
}
@media (max-width: 599px) {
  section.image-medium-small-section.right .left-box {
    grid-column: 1/span 16;
  }
}
section.image-medium-small-section.right .right-box {
  grid-column: 2/span 7;
  grid-row: 1;
}
@media (max-width: 767px) {
  section.image-medium-small-section.right .right-box {
    grid-column: 1/span 16;
    margin-top: 0;
  }
}

section.image-vertical-text-section .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
section.image-vertical-text-section .wrap-in {
  position: relative;
}
section.image-vertical-text-section .wrap-in .section-wrap {
  position: relative;
  padding: 6.4rem calc(var(--cont-padding) - 4rem);
  grid-template-rows: auto 1fr;
  align-items: start;
  background-color: #FFFFFF;
  border-top-left-radius: 3rem;
}
@media (max-width: 1220px) {
  section.image-vertical-text-section .wrap-in .section-wrap {
    padding: 6.4rem calc(var(--cont-padding));
  }
}
section.image-vertical-text-section .wrap-in .section-wrap .decor {
  position: absolute;
  width: 70.5%;
  aspect-ratio: 902/853;
  left: 0;
  bottom: 0;
  transform: translate(-37%, -29%);
  z-index: -1;
  filter: blur(7rem);
  mix-blend-mode: multiply;
  pointer-events: none;
}
section.image-vertical-text-section .wrap-in .section-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box {
  grid-column: 1/span 7;
}
@media (max-width: 767px) {
  section.image-vertical-text-section .wrap-in .section-wrap .left-box {
    grid-column: 1/span 16;
  }
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box img,
section.image-vertical-text-section .wrap-in .section-wrap .left-box video {
  width: 100%;
  aspect-ratio: 530/707;
  object-fit: cover;
  display: block;
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box .media-in {
  position: relative;
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box .button-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box .button-play img {
  width: 7.5rem;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.image-vertical-text-section .wrap-in .section-wrap .left-box .button-play.playing img {
  opacity: 0;
}
section.image-vertical-text-section .wrap-in .section-wrap .right-box {
  grid-column: 9/span 7;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  section.image-vertical-text-section .wrap-in .section-wrap .right-box {
    grid-column: 1/span 16;
    padding-top: 4rem;
  }
}
section.image-vertical-text-section .wrap-in .section-wrap .right-box .desc {
  padding-top: 1.6rem;
}
section.image-vertical-text-section .wrap-in .section-wrap .right-box a {
  margin-top: 3.2rem;
}

section.image-two-link-section .left-box {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section.image-two-link-section .left-box img {
  width: 100%;
  aspect-ratio: 296/251;
  object-fit: cover;
}
section.image-two-link-section .right-box {
  grid-column: 7/span 9;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
section.image-two-link-section .right-box .desc {
  margin-bottom: 0.8rem;
}
section.image-two-link-section .right-box .container-link {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}

section.also-see-section .container {
  padding: 0 calc(var(--cont-padding) - 2.7rem);
}
section.also-see-section .wrap-in {
  position: relative;
}
section.also-see-section .wrap-in .section-wrap {
  position: relative;
  padding: 6.4rem calc(var(--cont-padding) - 4rem);
  grid-template-rows: auto 1fr;
  align-items: start;
  background-color: #FFFFFF;
  border-top-left-radius: 3rem;
}
section.also-see-section .wrap-in .section-wrap .decor {
  position: absolute;
  width: 70.5%;
  aspect-ratio: 902/853;
  left: 0;
  bottom: 0;
  transform: translate(-38%, 47%);
  z-index: -1;
  filter: blur(7rem);
  mix-blend-mode: multiply;
  pointer-events: none;
}
section.also-see-section .wrap-in .section-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
section.also-see-section .wrap-in .title {
  grid-column: 1/span 6;
}
section.also-see-section .wrap-in .el-container {
  grid-column: 7/span 10;
  grid-row: 1/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

section.features-image-section .left-part {
  grid-column: 2/span 6;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  section.features-image-section .left-part {
    grid-column: 2/span 14;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  section.features-image-section .left-part {
    grid-column: span 16;
  }
}
section.features-image-section .left-part .element {
  cursor: pointer;
}
section.features-image-section .left-part .element .el-title,
section.features-image-section .left-part .element .el-desc {
  max-width: 30rem;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.features-image-section .left-part .element .el-desc {
  padding-top: 0.4rem;
}
section.features-image-section .left-part .element.active .el-title,
section.features-image-section .left-part .element.active .el-desc {
  opacity: 1;
}
section.features-image-section .left-part > .element:not(:first-child) {
  position: relative;
}
section.features-image-section .left-part > .element:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: rgba(38, 58, 76, 0.2);
  position: absolute;
  display: block;
  top: -1.6rem;
  left: 0;
}
section.features-image-section .images-container {
  grid-column: 9/span 8;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  section.features-image-section .images-container {
    grid-column: 2/span 14;
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  section.features-image-section .images-container {
    grid-column: span 16;
  }
}
@media (max-width: 480px) {
  section.features-image-section .images-container {
    grid-column: span 16;
  }
}
@media (max-width: 480px) {
  section.features-image-section .images-container {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.features-image-section .images-container .element-image {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.features-image-section .images-container .element-image img {
  border-top-left-radius: 3rem;
  width: 100%;
  aspect-ratio: 608/518;
  object-fit: cover;
}
section.features-image-section .images-container .element-image.active {
  opacity: 1;
}

section.gallery-box-section .gallery-box-content {
  gap: 1.6rem;
  grid-auto-flow: dense;
}
section.gallery-box-section .gallery-box-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  section.gallery-box-section .gallery-box-content img:hover {
    transform: scale(1.05);
  }
}
section.gallery-box-section .gallery-box-content .box-container {
  display: block;
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+1) {
  grid-column: 2/span 5;
  width: 100%;
  aspect-ratio: 374/316;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+1) {
    grid-column: 1/span 6;
  }
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+2) {
  grid-column: 2/span 5;
  width: 100%;
  aspect-ratio: 374/316;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+2) {
    grid-column: 1/span 6;
  }
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+3) {
  grid-column: 7/span 9;
  grid-row: span 2;
  width: 100%;
  aspect-ratio: 686/649;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+3) {
    aspect-ratio: 686/708;
  }
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+3) {
    grid-column: 7/span 10;
  }
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+4) {
  grid-column: 11/span 5;
  width: 100%;
  aspect-ratio: 374/316;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+4) {
    grid-column: 11/span 6;
  }
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+5) {
  grid-column: 11/span 5;
  width: 100%;
  aspect-ratio: 374/316;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+5) {
    grid-column: 11/span 6;
  }
}
section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+6) {
  grid-column: 2/span 9;
  grid-row: span 2;
  width: 100%;
  aspect-ratio: 686/649;
  border-top-left-radius: 3rem;
  overflow: clip;
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+6) {
    aspect-ratio: 686/708;
  }
}
@media (max-width: 599px) {
  section.gallery-box-section .gallery-box-content .box-container:nth-child(7n+6) {
    grid-column: 1/span 10;
  }
}

section.team-section .grid {
  align-items: start;
  gap: 1.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  section.team-section .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  section.team-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section.team-section .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.team-section .grid .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-56%, -29%);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.team-section .grid .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.team-section .single-member-container {
  grid-column: span 4;
  padding: 2rem 1.6rem;
  border: solid 0.1rem rgba(38, 58, 76, 0.2);
  border-top-left-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  section.team-section .single-member-container {
    grid-column: span 1;
  }
}
@media (hover: hover) {
  section.team-section .single-member-container:hover img {
    transform: scale(1.1);
  }
}
section.team-section .single-member-container .thumbnail-container {
  aspect-ratio: 1;
  width: 100%;
  overflow: clip;
}
section.team-section .single-member-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.team-section .single-member-container .container-desc {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section.team-section .single-member-container .container-desc .job-position {
  color: rgba(0, 37, 76, 0.5);
}
section.team-section .single-member-container .container-desc .description {
  color: #263A4C;
}

section.class-schedule-section .schedule-container {
  position: relative;
}
section.class-schedule-section .schedule-container .wait-container {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 100%;
  height: calc(100% + 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(1.2rem);
  opacity: 0;
  z-index: -100;
}
section.class-schedule-section .schedule-container .wait-container:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.class-schedule-section .schedule-container .wait-container .lds-ellipsis div {
  background-color: #263A4C;
}
section.class-schedule-section .schedule-container.loading .wait-container {
  z-index: 1;
  opacity: 1;
}
section.class-schedule-section .title-container {
  grid-column: 2/span 14;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 599px) {
  section.class-schedule-section .title-container {
    grid-column: span 14;
  }
}
section.class-schedule-section .title-container .small-title {
  color: rgba(0, 37, 76, 0.5);
}
section.class-schedule-section .days-container {
  padding-top: 5rem;
  grid-column: 2/span 14;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.class-schedule-section .days-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  section.class-schedule-section .days-container {
    grid-column: span 16;
    gap: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.class-schedule-section .days-container .day-button {
  font-weight: 400;
  line-height: 1.125;
  padding: 1.6rem 2rem;
  border: 0.2rem solid transparent;
  border-top-left-radius: 1rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
  text-align: center;
}
section.class-schedule-section .days-container .day-button.active {
  border: 0.2rem solid #00254C;
  border-top-left-radius: 1rem;
  background-color: #FFFFFF;
}
@media (hover: hover) {
  section.class-schedule-section .days-container .day-button:hover {
    border: 0.2rem solid #00254C;
    border-top-left-radius: 1rem;
    background-color: #FFFFFF;
  }
}
section.class-schedule-section .schedule-content {
  padding-top: 6rem;
}
section.class-schedule-section .schedule-content .grid {
  gap: 1.6rem;
}
section.class-schedule-section .single-activity-container {
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  padding: 2rem 1.6rem;
  border: 0.1rem solid rgba(38, 58, 76, 0.2);
  border-top-left-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (hover: hover) {
  section.class-schedule-section .single-activity-container:hover {
    background-color: #FFFFFF;
  }
}
section.class-schedule-section .single-activity-container:nth-child(odd) {
  grid-column: 2/span 7;
}
@media (max-width: 900px) {
  section.class-schedule-section .single-activity-container:nth-child(odd) {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.class-schedule-section .single-activity-container:nth-child(odd) {
    grid-column: span 16;
  }
}
section.class-schedule-section .single-activity-container:nth-child(even) {
  grid-column: 9/span 7;
}
@media (max-width: 900px) {
  section.class-schedule-section .single-activity-container:nth-child(even) {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.class-schedule-section .single-activity-container:nth-child(even) {
    grid-column: span 16;
  }
}
section.class-schedule-section .single-activity-container .title-container {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: space-between;
  align-items: flex-start;
}
section.class-schedule-section .single-activity-container .title-container .cat {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  background-color: #00254C;
  color: #FFFFFF;
  border-top-left-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  font-weight: 300;
  white-space: nowrap;
}
section.class-schedule-section .single-activity-container .coach-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
}
section.class-schedule-section .single-activity-container .coach-container > img {
  display: block;
  width: 4rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
section.class-schedule-section .single-activity-container .coach-container .position {
  font-size: 1.2rem;
  color: rgba(0, 37, 76, 0.5);
  font-weight: 400;
}
section.class-schedule-section .single-activity-container .date-place-container {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
section.class-schedule-section .single-activity-container .date-place-container .date,
section.class-schedule-section .single-activity-container .date-place-container .location {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
section.class-schedule-section .single-activity-container .date-place-container .date > img,
section.class-schedule-section .single-activity-container .date-place-container .location > img {
  height: 2rem;
  aspect-ratio: 1;
  object-fit: cover;
}
section.class-schedule-section .info-container {
  grid-column: 2/span 14;
  text-align: center;
}
section.class-schedule-section .pagination-container {
  grid-column: 2/span 14;
}
@media (max-width: 599px) {
  section.class-schedule-section .pagination-container {
    grid-column: span 16;
  }
}

section.faq-section .title-container {
  grid-column: 2/span 14;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 53rem;
}
section.faq-section .title-container .small-title {
  color: rgba(0, 37, 76, 0.5);
}
@media (max-width: 599px) {
  section.faq-section .title-container {
    grid-column: span 16;
  }
}
section.faq-section .faq-container {
  margin-top: 5rem;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-top-left-radius: 3rem;
  grid-column: 2/span 14;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 599px) {
  section.faq-section .faq-container {
    grid-column: span 16;
  }
}
section.faq-section .faq-container .line-separator {
  height: 0.1rem;
  width: calc(100% + 4.8rem);
  position: relative;
  left: -2.4rem;
  background: rgba(38, 58, 76, 0.2);
}
section.faq-section .faq-container .faq-element-in {
  overflow: clip;
}
section.faq-section .faq-container .faq-element-in .title-wrap {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
section.faq-section .faq-container .faq-element-in .title-wrap img {
  width: 2rem;
  aspect-ratio: 1;
  object-fit: contain;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.faq-section .faq-container .faq-element-in .content {
  max-height: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.faq-section .faq-container .faq-element-in .content .content-in {
  padding-top: 2.4rem;
  max-width: 58rem;
}
section.faq-section .faq-container .faq-element-in.opened .content {
  max-height: 1000rem;
}
section.faq-section .faq-container .faq-element-in.opened img {
  transform: rotate(180deg);
}

section.job-section .title-part {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.job-section .title-part {
    grid-column: 2/span 8;
  }
}
@media (max-width: 767px) {
  section.job-section .title-part {
    grid-column: 2/span 11;
  }
}
@media (max-width: 599px) {
  section.job-section .title-part {
    grid-column: span 16;
  }
}
section.job-section .content-part {
  grid-column: 7/span 10;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  section.job-section .content-part {
    grid-column: 2/span 14;
    margin-top: 4rem;
  }
}
@media (max-width: 599px) {
  section.job-section .content-part {
    grid-column: span 16;
  }
}
section.job-section .content-part .single-job-container {
  border: solid 0.1rem rgba(38, 58, 76, 0.2);
  padding: 2rem 1.6rem;
  border-top-left-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
section.job-section .content-part .single-job-container .job-title-container {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: space-between;
  align-items: flex-start;
}
section.job-section .content-part .single-job-container .job-title-container .department {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  background-color: #00254C;
  color: #FFFFFF;
  border-top-left-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  font-weight: 300;
  white-space: nowrap;
}
section.job-section .content-part .single-job-container .container-date {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
section.job-section .content-part .single-job-container .container-date .date-in,
section.job-section .content-part .single-job-container .container-date .contract-in {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
section.job-section .content-part .single-job-container .container-date .date-in > img,
section.job-section .content-part .single-job-container .container-date .contract-in > img {
  height: 2rem;
  aspect-ratio: 1;
  object-fit: cover;
}

section.testimonials-section .section-wrap {
  align-items: center;
  position: relative;
}
section.testimonials-section .section-wrap .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-42%, -4%);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.testimonials-section .section-wrap .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.testimonials-section .left-part {
  grid-column: 2/span 6;
}
@media (max-width: 1024px) {
  section.testimonials-section .left-part {
    grid-column: 3/span 12;
  }
}
@media (max-width: 767px) {
  section.testimonials-section .left-part {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.testimonials-section .left-part {
    grid-column: span 16;
  }
}
@media (max-width: 480px) {
  section.testimonials-section .left-part {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.testimonials-section .left-part .media-in {
  border-top-left-radius: 3rem;
  overflow: clip;
  position: relative;
}
section.testimonials-section .left-part .media-in video {
  aspect-ratio: 452/603;
  object-fit: cover;
  display: block;
}
section.testimonials-section .left-part .media-in .button-play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.testimonials-section .left-part .media-in .button-play.playing {
  opacity: 0;
}
section.testimonials-section .left-part .media-in .button-play img {
  display: block;
  width: 7.5rem;
  height: 8.6rem;
  object-fit: cover;
}
section.testimonials-section .right-part {
  grid-column: 9/span 7;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 1024px) {
  section.testimonials-section .right-part {
    grid-column: 3/span 12;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  section.testimonials-section .right-part {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.testimonials-section .right-part {
    grid-column: span 16;
  }
}
section.testimonials-section .right-part .name-image-container {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
}
section.testimonials-section .right-part .name-image-container > img {
  width: 6.4rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
section.testimonials-section .right-part .name-image-container .name-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
}

section.all-events-section .all-events-container {
  position: relative;
}
section.all-events-section .all-events-container .wait-container {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 100%;
  height: calc(100% + 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(1.2rem);
  opacity: 0;
  z-index: -100;
}
section.all-events-section .all-events-container .wait-container:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.all-events-section .all-events-container .wait-container .lds-ellipsis div {
  background-color: #263A4C;
}
section.all-events-section .all-events-container.loading .wait-container {
  z-index: 11;
  opacity: 1;
}
section.all-events-section .month-container {
  grid-column: 2/span 14;
}
@media (max-width: 599px) {
  section.all-events-section .month-container {
    grid-column: span 16;
  }
}
section.all-events-section .month-container .month-slider {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 1.6rem;
  align-items: center;
}
section.all-events-section .month-container .month-slider .slider-wrap {
  grid-column: 3/span 12;
}
@media (max-width: 480px) {
  section.all-events-section .month-container .month-slider .slider-wrap {
    grid-column: span 14;
  }
}
section.all-events-section .month-container .month-slider .arrow-prev,
section.all-events-section .month-container .month-slider .arrow-next {
  position: relative;
  grid-column: 1/span 2;
  grid-row: 1;
  transform: none;
  top: 0;
  height: 3.2rem;
}
section.all-events-section .month-container .month-slider .arrow-prev.display-none,
section.all-events-section .month-container .month-slider .arrow-next.display-none {
  display: block;
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) {
  section.all-events-section .month-container .month-slider .arrow-prev:hover {
    transform: translateX(-0.4rem);
  }
}
section.all-events-section .month-container .month-slider .arrow-next {
  margin-left: 3.6rem;
}
@media (hover: hover) {
  section.all-events-section .month-container .month-slider .arrow-next:hover {
    transform: translateX(0.4rem);
  }
}
section.all-events-section .month-container .month-slider.no-arrows .arrow-prev,
section.all-events-section .month-container .month-slider.no-arrows .arrow-next {
  display: none;
}
section.all-events-section .month-container .month-slider.no-arrows .slider-wrap {
  grid-column: 1/span 14;
}
section.all-events-section .month-container .month-button {
  font-weight: 400;
  line-height: 1.125;
  padding: 1.6rem 2rem;
  border: 0.2rem solid transparent;
  border-top-left-radius: 1rem;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
  text-align: center;
}
section.all-events-section .month-container .month-button.active-el {
  border: 0.2rem solid #00254C;
  border-top-left-radius: 1rem;
  background-color: #FFFFFF;
}
@media (hover: hover) {
  section.all-events-section .month-container .month-button:hover {
    border: 0.2rem solid #00254C;
    border-top-left-radius: 1rem;
    background-color: #FFFFFF;
  }
}
section.all-events-section .line-separator {
  border-bottom: 0.1rem solid rgba(38, 58, 76, 0.2);
  width: 100vw;
  position: relative;
  left: calc(0rem - (100vw - 100%) / 2);
}
section.all-events-section .events-content {
  margin-top: 4rem;
}
section.all-events-section .wrap-in {
  gap: 1.6rem;
}
section.all-events-section .single-event-container-part {
  grid-column: 2/span 14;
  display: grid;
  grid-template-columns: 35.3754940711fr 66.2055335968fr;
  gap: 1.6rem;
  padding: 2rem 1.6rem;
  border: 0.1rem solid rgba(38, 58, 76, 0.2);
  border-top-left-radius: 1rem;
  align-items: start;
}
@media (max-width: 767px) {
  section.all-events-section .single-event-container-part {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  section.all-events-section .single-event-container-part {
    grid-column: span 16;
  }
}
section.all-events-section .single-event-container-part .thumbnail-container {
  width: 100%;
  aspect-ratio: 358/269;
  overflow: clip;
}
section.all-events-section .single-event-container-part .thumbnail-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.all-events-section .single-event-container-part .content-part {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}
section.all-events-section .single-event-container-part .content-part .date-place-container {
  color: rgba(0, 37, 76, 0.5);
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  line-height: 1.1428571429;
}
section.all-events-section .single-event-container-part .link-5 {
  margin: auto 0 0 auto;
  z-index: 0;
}
@media (hover: hover) {
  section.all-events-section .single-event-container-part:hover img {
    transform: scale(1.1);
  }
  section.all-events-section .single-event-container-part:hover .link-5 {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    width: fit-content;
    text-align: center;
    font-weight: 400;
    background-color: #00254C;
    padding: 1.6rem 2rem;
    border-top-left-radius: 1rem;
    border: 0.1rem solid #00254C;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    line-height: 1;
    white-space: nowrap;
    background-color: #FFFFFF;
    color: #00254C;
  }
}
@media (hover: hover) and (hover: hover) {
  section.all-events-section .single-event-container-part:hover .link-5:hover {
    background-color: #FFFFFF;
    color: #00254C;
  }
}
section.all-events-section .info-container {
  grid-column: 2/span 14;
  text-align: center;
}
@media (max-width: 599px) {
  section.all-events-section .info-container {
    grid-column: span 16;
  }
}
section.all-events-section .pagination-container {
  grid-column: 2/span 14;
}
@media (max-width: 599px) {
  section.all-events-section .pagination-container {
    grid-column: span 16;
  }
}

section.single-event-section .single-event-part {
  position: relative;
}
section.single-event-section .single-event-part .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-42%, -14%);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.single-event-section .single-event-part .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.single-event-section .single-event-container-part {
  grid-column: 2/span 14;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 1024px) {
  section.single-event-section .single-event-container-part {
    grid-column: span 16;
  }
}
@media (max-width: 767px) {
  section.single-event-section .single-event-container-part {
    grid-template-columns: 1fr;
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.single-event-section .single-event-container-part {
    grid-column: span 16;
  }
}
section.single-event-section .single-event-container-part .thumbnail-container {
  aspect-ratio: 530/397;
  width: 100%;
  border-top-left-radius: 3rem;
  overflow: clip;
  position: relative;
}
@media (max-width: 480px) {
  section.single-event-section .single-event-container-part .thumbnail-container {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.single-event-section .single-event-container-part .thumbnail-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00254C;
  mix-blend-mode: color;
  left: 0;
  top: 0;
}
section.single-event-section .single-event-container-part .thumbnail-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
section.single-event-section .single-event-container-part .content-part {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  margin-left: 5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  section.single-event-section .single-event-container-part .content-part {
    margin-left: 0;
    margin-top: 4rem;
  }
}
section.single-event-section .single-event-container-part .content-part .date-place-container {
  color: rgba(0, 37, 76, 0.5);
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  line-height: 1.1428571429;
}
section.single-event-section .single-event-container-part .content-part .link-5 {
  margin-top: 2rem;
}
@media (hover: hover) {
  section.single-event-section .single-event-container-part:hover img {
    transform: scale(1.12);
  }
  section.single-event-section .single-event-container-part:hover .link-5 {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    width: fit-content;
    text-align: center;
    font-weight: 400;
    background-color: #00254C;
    padding: 1.6rem 2rem;
    border-top-left-radius: 1rem;
    border: 0.1rem solid #00254C;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    line-height: 1;
    white-space: nowrap;
    background-color: #FFFFFF;
    color: #00254C;
    font-weight: 400;
  }
}
@media (hover: hover) and (hover: hover) {
  section.single-event-section .single-event-container-part:hover .link-5:hover {
    background-color: #FFFFFF;
    color: #00254C;
  }
}

section.event-content-section .grid {
  position: relative;
}
section.event-content-section .grid .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate(-43%, 7%);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.event-content-section .grid .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.event-content-section .info-box {
  grid-column: 2/span 4;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  section.event-content-section .info-box {
    grid-column: 2/span 8;
    grid-row: 2;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  section.event-content-section .info-box {
    grid-column: 2/span 11;
  }
}
@media (max-width: 599px) {
  section.event-content-section .info-box {
    grid-column: span 14;
  }
}
@media (max-width: 480px) {
  section.event-content-section .info-box {
    grid-column: span 16;
  }
  section.event-content-section .info-box img {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}
section.event-content-section .info-box .thumbnail-container {
  width: 100%;
  aspect-ratio: 296/252;
}
section.event-content-section .info-box .thumbnail-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 3rem;
}
section.event-content-section .info-box .detail-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 1.6rem;
}
section.event-content-section .info-box .detail-container .single-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
section.event-content-section .info-box .detail-container .single-wrap .label {
  line-height: 1.1428571429;
  color: rgba(0, 37, 76, 0.5);
}
section.event-content-section .info-box .link-5 {
  margin-top: 2.4rem;
}
section.event-content-section .title-box {
  grid-column: 7/span 9;
}
@media (max-width: 1024px) {
  section.event-content-section .title-box {
    grid-column: 2/span 14;
    grid-row: 1;
  }
}
@media (max-width: 599px) {
  section.event-content-section .title-box {
    grid-column: span 16;
  }
}
section.event-content-section .content-box {
  grid-column: 7/span 9;
}
@media (max-width: 1024px) {
  section.event-content-section .content-box {
    grid-column: 2/span 14;
    grid-row: 3;
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  section.event-content-section .content-box {
    grid-column: span 16;
  }
}
section.event-content-section .content-box .desc h2 {
  font-weight: 400;
  font-family: adhesian, sans-serif;
}
section.event-content-section .content-box .desc p {
  max-width: 52rem;
}
section.event-content-section .content-box .image-in {
  margin-top: 6rem;
}
section.event-content-section .content-box .image-in > img {
  width: 100%;
  aspect-ratio: 686/649;
  border-top-left-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 480px) {
  section.event-content-section .content-box .image-in > img {
    margin-left: calc(0rem - var(--cont-padding));
    min-width: calc(100% + 2 * var(--cont-padding));
  }
}

section.before-after-slider-section .before-after-slider {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 1fr auto;
  gap: 3rem 1.6rem;
}
section.before-after-slider-section .before-after-slider .custom-element-wrap {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  section.before-after-slider-section .before-after-slider .custom-element-wrap {
    grid-column: 2/span 14;
    grid-row: 1;
  }
}
@media (max-width: 599px) {
  section.before-after-slider-section .before-after-slider .custom-element-wrap {
    grid-column: span 16;
  }
}
section.before-after-slider-section .before-after-slider .slider-wrap {
  grid-column: 7/span 10;
  grid-row: 1/span 2;
  width: 172%;
  position: relative;
}
@media (max-width: 1024px) {
  section.before-after-slider-section .before-after-slider .slider-wrap {
    grid-column: 2/span 14;
    grid-row: 2;
  }
}
@media (max-width: 599px) {
  section.before-after-slider-section .before-after-slider .slider-wrap {
    grid-column: span 16;
  }
}
@media (max-width: 767px) {
  section.before-after-slider-section .before-after-slider .slider-wrap .element-in {
    padding-right: 3rem !important;
  }
}
section.before-after-slider-section .before-after-slider .arrow-prev,
section.before-after-slider-section .before-after-slider .arrow-next {
  position: relative;
  grid-column: 2/span 2;
  grid-row: 2;
  transform: none;
  top: 0;
  height: 3.2rem;
}
@media (max-width: 1024px) {
  section.before-after-slider-section .before-after-slider .arrow-prev,
  section.before-after-slider-section .before-after-slider .arrow-next {
    grid-column: 2/span 14;
    grid-row: 3;
  }
}
@media (max-width: 599px) {
  section.before-after-slider-section .before-after-slider .arrow-prev,
  section.before-after-slider-section .before-after-slider .arrow-next {
    grid-column: 1/span 16;
  }
}
section.before-after-slider-section .before-after-slider .before-after-content-element {
  display: grid;
  grid-template-columns: 1fr;
}
section.before-after-slider-section .before-after-slider .before-after-content-element .image-wrap {
  grid-column: 1;
  grid-row: 1;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  opacity: 0;
}
section.before-after-slider-section .before-after-slider .before-after-content-element .image-wrap img {
  width: 100%;
  aspect-ratio: 304/259;
  object-fit: cover;
  display: block;
}
section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap {
  grid-column: 1;
  grid-row: 1;
  background-color: #FFFFFF;
  border-top-left-radius: 1rem;
  margin: auto 7.8rem 1.6rem 7.8rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap {
    margin: auto 5rem 1.6rem 5rem;
  }
}
@media (max-width: 599px) {
  section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap {
    margin: auto 1.6rem 1.6rem 1.6rem;
  }
}
section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button {
  cursor: pointer;
  padding: 1.2rem 2rem;
  color: rgba(0, 37, 76, 0.5);
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 599px) {
  section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button {
    padding: 0.8rem 1.6rem;
  }
}
section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 0.4rem;
  border-radius: 2.8rem;
  background-color: #00254C;
  left: 50%;
  bottom: 0.6rem;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (hover: hover) {
  section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button:hover {
    color: #00254C;
  }
  section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button:hover::after {
    opacity: 1;
  }
}
section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button-before {
  color: #00254C;
}
section.before-after-slider-section .before-after-slider .before-after-content-element .buttons-wrap .button-before::after {
  opacity: 1;
}
section.before-after-slider-section .before-after-slider .before-after-content-element .image-before {
  opacity: 1;
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .image-before {
  opacity: 0;
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .image-after {
  opacity: 1;
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .button-before {
  color: rgba(0, 37, 76, 0.5);
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .button-before::after {
  opacity: 0;
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .button-after {
  color: #00254C;
}
section.before-after-slider-section .before-after-slider .before-after-content-element.show-after .button-after::after {
  opacity: 1;
}
@media (hover: hover) {
  section.before-after-slider-section .before-after-slider .arrow-prev:hover {
    transform: translateX(-0.4rem);
  }
}
section.before-after-slider-section .before-after-slider .arrow-next {
  margin-left: 3.6rem;
}
@media (hover: hover) {
  section.before-after-slider-section .before-after-slider .arrow-next:hover {
    transform: translateX(0.4rem);
  }
}

section.feedback-cards-section .feedback-container {
  position: relative;
}
section.feedback-cards-section .feedback-container .decor {
  position: absolute;
  width: 73.5%;
  left: 0;
  aspect-ratio: 902/854;
  top: 0;
  transform: translate3d(91%, -22%, 0);
  filter: blur(7rem);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
section.feedback-cards-section .feedback-container .decor::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 12, 25, 0.1);
  left: 0;
  top: 0;
  border-radius: 50%;
}
section.feedback-cards-section .feedback-container .wait-container {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 100%;
  height: calc(100% + 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(1.2rem);
  opacity: 0;
  z-index: -100;
}
section.feedback-cards-section .feedback-container .wait-container:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.feedback-cards-section .feedback-container .wait-container .lds-ellipsis div {
  background-color: #263A4C;
}
section.feedback-cards-section .feedback-container.loading .wait-container {
  z-index: 1;
  opacity: 1;
}
section.feedback-cards-section .feedback-content .grid {
  gap: 1.6rem;
}
section.feedback-cards-section .feedback-content .single-feedback {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-top-left-radius: 3rem;
}
section.feedback-cards-section .feedback-content .single-feedback:nth-child(odd) {
  grid-column: 2/span 7;
}
@media (max-width: 900px) {
  section.feedback-cards-section .feedback-content .single-feedback:nth-child(odd) {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.feedback-cards-section .feedback-content .single-feedback:nth-child(odd) {
    grid-column: span 16;
  }
}
section.feedback-cards-section .feedback-content .single-feedback:nth-child(even) {
  grid-column: 9/span 7;
}
@media (max-width: 900px) {
  section.feedback-cards-section .feedback-content .single-feedback:nth-child(even) {
    grid-column: 2/span 14;
  }
}
@media (max-width: 599px) {
  section.feedback-cards-section .feedback-content .single-feedback:nth-child(even) {
    grid-column: span 16;
  }
}
section.feedback-cards-section .feedback-content .single-feedback .image-desc-container {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
  min-height: 6.4rem;
}
section.feedback-cards-section .feedback-content .single-feedback .image-desc-container img {
  width: 6.4rem;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
section.feedback-cards-section .feedback-content .single-feedback .image-desc-container .name-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
section.feedback-cards-section .feedback-content .single-feedback .image-desc-container .role {
  line-height: 1.125;
}
section.feedback-cards-section .feedback-content .single-feedback .stars {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  padding-top: 2.4rem;
  margin-top: auto;
}
section.feedback-cards-section .feedback-content .single-feedback .stars > img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
  display: block;
}
section.feedback-cards-section .info-container {
  grid-column: 2/span 14;
  text-align: center;
}
section.feedback-cards-section .pagination-container {
  grid-column: 2/span 14;
}

section.just-wysiwyg-section .content {
  grid-column: 5/span 8;
}
@media (max-width: 1024px) {
  section.just-wysiwyg-section .content {
    grid-column: 2/span 12;
  }
}
@media (max-width: 599px) {
  section.just-wysiwyg-section .content {
    grid-column: span 16;
  }
}
section.just-wysiwyg-section .content h1, section.just-wysiwyg-section .content h2, section.just-wysiwyg-section .content h3 {
  font-family: adhesian, sans-serif;
  color: #00254C;
}