@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,600&display=swap');

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #f4f4f4;
  background: #080B10;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}

body.noscroll {
  overflow-y: hidden;
}

section {
  padding: 80px 64px;
  position: relative;
}

.container {
  width: 100%;
  margin: auto;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.dnone {
  display: none;
}

.yellow-text {
  color: #FFC107;
}

h1 {
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

h2 {
  font-size: 5.0rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  text-align: center;
}

.tagline {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 16px;
}

.btn {
  cursor: pointer;
  border-radius: 22px;
  padding: 12px 16px;
  display: inline-block;
  width: 248px;
  font-weight: 400;
  line-height: 1;
  background: #f4f4f4;
  color: #080B10;
  text-align: center;
}

.btn.outline {
  background: none;
  border: 1px solid #F4F4F4;
  color: #F4F4F4;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 40px 13px 46px;
  background: #000;
}

header.fixed-header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 100;
}

header .logo img {
  width: 168px;
}

header .zeux {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #C3C3C3;
}

#hero {
  padding: 0;
}

#hero .container {
  background: url('../images/hero.webp') no-repeat;
  background-position: center center;
  height: 590px;
  width: 100%;
  padding: 48px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.hero-text {
  max-width: 680px;
}

.hero-text p {
  padding-top: 32px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.hero-text .btn {
  margin-top: 48px;
}

#empower {
  height: 629px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  max-width: 1280px;
  margin: auto;
}

#empower h2 {
  color: #727272;
}

#empower h2.scroll {
  color: #FAFAFA;
}

#empower h2 .scroll {
  position: relative;
  color: #FAFAFA;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s ease;
}

#empower h2 .scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 547px;
  height: 187px;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(88, 104, 122, 0.59) 0%, rgba(115, 115, 115, 0) 100%);
  z-index: -1;
}

#empower .active-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#empower .active-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
}

#active-1 {
  max-width: 314px;
  position: relative;
  margin-left: 10%;
}

#active-1::after {
  content: '';
  height: 53px;
  width: 100%;
  max-width: 305px;
  border-top: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-radius: 0 3px 0 0;
  position: absolute;
  right: 0;
  top: calc(100% + 11px)
}

#active-2 {
  max-width: 361px;
  position: relative;
}

#active-2::after {
  content: '';
  height: 53px;
  width: 100%;
  max-width: 305px;
  border-top: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
  border-radius: 3px 0 0 0;
  position: absolute;
  left: 0;
  top: calc(100% + 11px);
}

#active-3 {
  max-width: 345px;
  position: relative;
  margin-left: 14%;
}

#active-3::after {
  content: '';
  height: 53px;
  width: 100%;
  max-width: 325px;
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-radius: 0 0 3px 0;
  position: absolute;
  left: 0;
  bottom: calc(100% + 11px);
}

.capability-container {
  max-width: 1214px;
  margin: 60px auto 0;
  display: flex;
  gap: 18px;
}

.capability-content {
  width: calc(33.33% - 12px);
  background: linear-gradient(180.54deg, #12171D 11.43%, #3F4C5B 148.54%, #58687A 194.53%);
  border-radius: 12px;
  padding: 88px 32px 114px;
  position: relative;
}

.capability-content h3 {
  font-size: 9.6rem;
  line-height: 1;
}

.capability-content h4 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-top: 24px;
}

.capability-content p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #f4f4f4b3;
  position: absolute;
  left: 32px;
  bottom: 64px;
}

.discover-container {
  max-width: 1011px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.discover-column {
  width: calc(50% - 9px);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.discover-card {
  width: 100%;
  padding: 32px;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.discover-column:first-of-type .discover-card:first-of-type {
  height: 440px;
}

.discover-column:first-of-type .discover-card:nth-of-type(2) {
  height: 433px;
}

.discover-column:first-of-type .discover-card:last-of-type {
  height: 291px;
}

.discover-column:last-of-type .discover-card:first-of-type {
  height: 370px;
}

.discover-column:last-of-type .discover-card:nth-of-type(2) {
  height: 431px;
}

.discover-column:last-of-type .discover-card:last-of-type {
  height: 364px;
}

.discover-card h3 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
}

.discover-card ul {
  padding-top: 24px;
  padding-left: 24px;
}

.discover-card ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2;
}

.discover-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}

.who-container {
  max-width: 1227px;
  margin: 60px auto 0;
  display: flex;
  gap: 56px;
}

.who {
  width: calc(33.33% - 37px);
  height: 280px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  border-radius: 4px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.who p {
  padding-top: 24px;
  line-height: 1.2;
  max-width: 226px;
  position: relative;
  z-index: 2;
}

.who p.hover-text {
  display: none;
}

.who:hover p {
  max-width: unset;
}

.who:hover p.hover-text {
  display: block;
}

.who>img {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  z-index: 0;
}

.hoverbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(140.87deg, #11151A -3%, #0B1019 100%);
  backdrop-filter: blur(44px);
}

.who:hover .hoverbg {
  opacity: 1;
}

.why-container {
  max-width: 982px;
  margin: 60px auto 0;
  padding: 64px 80px 100px;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border: 1px solid #3D495A;
  border-radius: 16px;
}

.why {
  display: flex;
  gap: 36px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}

.why::after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../images/why-line.webp') no-repeat;
  background-position: center center;
}

.why:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.why:last-of-type::after {
  display: none;
}

.why-no {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 10.4rem;
  font-style: normal;
  line-height: 0.3;
  color: #f4f4f466;
  width: 63px;
}

.why-content h3 {
  font-size: 3.2rem;
  line-height: 1.4;
}

.why-content p {
  padding-top: 32px;
  line-height: 2;
}

.rating-container {
  max-width: 1140px;
  margin: 60px auto 90px;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.rating {
  width: calc(33.33% - 16px);
  padding: 32px;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating h3 {
  padding-top: 20px;
  font-weight: 700;
}

.rating.stars h3 {
  padding-top: 24px;
}

.rating h4 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.rating.stars h4 {
  padding-top: 35px;
  padding-bottom: 20px;
}

.logo-swiper-1 {
  margin: 30px -64px 0;
}

.logo-swiper-2 {
  margin: 22px -64px 0;
}

.logo-swiper-1 .swiper-wrapper,
.logo-swiper-2 .swiper-wrapper {
  align-items: center;
  justify-content: space-evenly;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.logo-swiper-1 .swiper-slide,
.logo-swiper-2 .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-swiper-1 .swiper-slide img,
.logo-swiper-2 .swiper-slide img {
  transition: filter 0.3s ease-in-out;
}

.instructors {
  max-width: 1183px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.instructor-container {
  border: 1px solid #3D495A;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.instructor-image {
  width: 375px;
  overflow: hidden;
}

.instructor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instructor-bio {
  width: calc(100% - 375px);
  padding: 36px 72px;
}

.instructor-bio h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 2;
}

.instructor-bio h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  padding-top: 18px;
}

.instructor-bio p {
  line-height: 1.7;
  padding-top: 18px;
}

.accolades-container {
  padding-top: 24px;
  display: flex;
  gap: 12px;
  overflow: auto;
}

.accolades-container img {
  padding-right: 12px;
  border-right: 1px solid #FFFFFF33;
}

.accolades-container img:last-of-type {
  padding-right: 0;
  border-right: none;
}

#experience h2 span,
#testimonials h2 span {
  font-size: 7.5rem;
  line-height: 1;
}

.wheel-container {
  margin: 60px auto 209px;
  max-width: 1000px;
  position: relative;
}

.letters {
  display: flex;
  justify-content: center;
  align-items: center;
}

.letters button {
  font-family: "Playfair Display", serif;
  font-size: 7.4rem;
  line-height: 1;
  background: none;
  color: #F4F4F466;
  border: none;
  padding: 20px 42px;
  cursor: pointer;
}

.letters button.active {
  color: #F4F4F4;
  font-size: 10.4rem;
  padding: 0 42px;
}

.wheel {
  margin-top: 54px;
  width: 100%;
  max-width: 1224px;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  position: relative;
}

.wheel svg {
  width: 100%;
  height: auto;
  display: block;
}

.wheel text {
  display: none;
}

.wheel-overlay {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.wheel-overlay .left,
.wheel-overlay .center,
.wheel-overlay .right {
  width: 33.33%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.wheel-overlay .center.fade,
.wheel-overlay .left.fade,
.wheel-overlay .right.fade {
  opacity: 0;
}

.wheel-overlay .left,
.wheel-overlay .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wheel-overlay .left h4,
.wheel-overlay .right h4 {
  font-size: 2.8rem;
  line-height: 1.3;
  cursor: pointer;
}

.wheel-overlay .center h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.7;
  color: #0B1019;
  background: #F4F4F4;
  border: 1px solid;
  border-image-source: linear-gradient(137.86deg, #3F464F 3.81%, rgba(135, 140, 145, 0.43) 103.98%);
  box-shadow: 2px 5px 24px 0px #1B1F2699;
  backdrop-filter: blur(24px);
  padding: 10px 15px;
}

.wheel-overlay .center p {
  padding: 20px 40px 0;
  font-size: 1.4rem;
}

.wheel-center {
  position: absolute;
  bottom: -209px;
  left: calc(50% - 209px);
}

.gallery-container {
  max-width: 1274px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gallery-row {
  display: flex;
  gap: 24px;
}

#contact {
  margin: 80px 0;
  background: linear-gradient(107.49deg, #080B10 20.36%, #262C33 85.03%);
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 409px;
  width: 269px;
  background: url('../images/register-before.webp') no-repeat;
  opacity: 70%;
  mix-blend-mode: Screen;
}

#contact::after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 0;
  display: block;
  height: 239px;
  width: 137px;
  background: url('../images/register-after.webp') no-repeat;
  opacity: 70%;
  mix-blend-mode: Screen;
}

.contact-container {
  max-width: 1066px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-title {
  max-width: 731px;
  text-align: center;
}

.contact-title h2 {
  line-height: 1.3;
}

.contact-title .tagline {
  font-size: 1.6rem;
  line-height: 1.8;
}

.contact-title .btn {
  margin-top: 56px;
}

.faq-container {
  max-width: 835px;
  margin: 60px auto 0;
}

.faq-item {
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border: 1px solid #292A37;
  margin-bottom: 24px;
  border-radius: 4px;
}

.faq-item:last-of-type {
  margin-bottom: 0;
}

.faq-question {
  padding: 32px 50px 32px 24px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/caret-down.svg') no-repeat;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: transform 0.5s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 24px;
}

.faq-answer ul {
  padding-left: 16px;
}

.faq-answer ul li {
  list-style-type: unset;
}

footer {
  margin-top: 150px;
  padding: 32px 54px 40px 40px;
  background: #141A22;
  font-size: 1rem;
  line-height: 1.5;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}

footer .logo img {
  width: 118px;
}

footer .logo p {
  padding-top: 8px;
  color: #C3C3C3;
  font-size: 1.4rem;
  line-height: 2.1;
}

.footer-tl>p {
  padding-top: 18px;
  max-width: 439px;
}

.footer-tl>p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-tr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-tr .social {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-tr .links {
  display: flex;
  gap: 52px;
}

.footer-tr .links .links-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-br {
  display: flex;
}

.footer-br a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-br a:first-of-type {
  padding-right: 8px;
  border-right: solid 1px #fff;
  margin-right: 8px;
}

.bottom-bar {
  width: 100%;
  height: 79px;
  padding: 20px;
  background: #080B0E;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.bottom-bar .bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar .btn {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 24px;
  width: unset;
  height: 39px;
}

.cart-container .form {
  max-width: 762px;
}

.cart-container .form h2 {
  text-align: left;
}

.cart-container .form .tagline {
  text-align: left;
}

.cart-container .form .form-wrapper {
  padding-top: 80px;
}

.cart-container .form .form-wrapper p {
  padding-bottom: 36px;
}

.form-wrapper .form-group-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrapper .form-group-wrap>div {
  width: 47.5%;
}

.form-wrapper ::-moz-placeholder {
  font-weight: 400;
}

.form-wrapper ::placeholder {
  font-weight: 400;
}

.form-group {
  margin-bottom: 36px;
  position: relative;
}

.form-group.mrgbt0 {
  margin-bottom: 0px;
}

.form-group label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 1.6rem;
  line-height: initial;
  transition: all 0.2s ease;
  background: #080B10;
  padding: 0 4px;
  pointer-events: none;
}

.form-group .info {
  display: block;
  font-size: 1.2rem;
  color: #F50002;
  padding-top: 5px;
}

.form-control {
  background: transparent;
  padding: 18px 16px 19px;
  border-radius: 4px;
  border: 1px solid #5C5C5C;
  width: 100%;
  color: #F4F4F4;
}

.form-control:focus-visible {
  outline: none;
}

.form-control:focus~label,
.form-control:not(:placeholder-shown)~label {
  top: -9px;
  left: 14px;
  font-size: 1.4rem;
}

.form-control::placeholder {
  opacity: 0;
}

.form-control:focus::placeholder {
  opacity: 0;
}

.form-wrapper .info {
  display: block;
  font-size: 1.2rem;
  color: #F50002;
  padding-top: 5px;
}

.form-wrapper .agree .custom-checkbox {
  display: inline-block;
}

.form-wrapper .agree a {
  border-bottom: dashed 1px #F4F4F4;
  pointer-events: auto;
}

.custom-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.custom-checkbox .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 0;
  left: 0;
}

.custom-checkbox .styled-checkbox+label:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
}

.custom-checkbox .styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #F4F4F4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group .btn {
  width: 100%;
  max-width: 283px;
  border: none;
  display: block;
  margin-left: auto;
}

.form-group .btn:disabled {
  background: #6C6C6C;
  color: #080B10;
  cursor: not-allowed;
}

.loader {
  display: block;
  text-align: right;
  padding-top: 6px;
}

.loader.dnone {
  display: none;
}

#success {
  margin: 0 0 40px;
  background: linear-gradient(107.49deg, #080B10 20.36%, #262C33 85.03%);
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#success::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 409px;
  width: 269px;
  background: url('../images/register-before.webp') no-repeat;
  opacity: 70%;
  mix-blend-mode: Screen;
}

#success::after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 0;
  display: block;
  height: 239px;
  width: 137px;
  background: url('../images/register-after.webp') no-repeat;
  opacity: 70%;
  mix-blend-mode: Screen;
}

.success-container {
  max-width: 740px;
}

#success .btn {
  display: block;
  margin: 36px auto 0;
}

#inspiration h3 {
  padding-top: 60px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}

.inspiration-videos {
  display: flex;
  gap: 24px;
  padding-top: 40px;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + 128px);
  padding-left: 64px;
  padding-right: 64px;
  overflow: auto;
  scrollbar-width: none;
}

.inspiration-videos::-webkit-scrollbar {
  display: none;
}