@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::before {
  content: '';
  background: url('../images/hero-before.webp') no-repeat;
  width: 137px;
  height: 214px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: screen;
}

#hero::after {
  content: '';
  background: url('../images/hero-after.webp') no-repeat;
  width: 202px;
  height: 365px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: screen;
}

#hero .container {
  background: radial-gradient(309.3% 422.56% at 60.82% 76.45%, rgba(11, 16, 25, 0.7) 0%, rgba(88, 104, 122, 0.7) 100%);
  backdrop-filter: blur(24px);
  padding: 120px 80px;
  display: flex;
  gap: 46px;
  justify-content: center;
  z-index: 1;
  position: relative;
}

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

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

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

.hero-swiper {
  overflow: hidden;
  position: relative;
}

.hero-swiper::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/chat-bubble-bg.webp') no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

.hero-swiper .swiper-wrapper {
  width: 594px;
  height: 396px;
  align-items: center;
  justify-content: space-evenly;
}

.hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#video video {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 627px;
  margin: 60px auto 0;
  display: block;
  cursor: pointer;
}

#video .btn {
  position: absolute;
  top: calc(50% + 42px);
  left: calc(50% - 65px);
  width: auto;
  background: #4C4C4CA6;
  border: 1px solid #fff;
  color: #fff;
  backdrop-filter: blur(4px);
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 1;
  display: flex;
  gap: 8px;
}

#modules {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

.modules {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 1366px;
  margin: auto;
}

.module-no {
  font-weight: 500;
  line-height: 1.2;
  color: #f4f4f480;
  text-transform: uppercase;
  text-align: center;
}

.module-title {
  padding: 24px 24px 0;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
}

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

.modules .module:nth-of-type(even) .module-content {
  flex-direction: row-reverse;
}

.module-content .no {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 80rem;
  line-height: 0.6;
  color: #232E3B;
  width: 500px;
  margin-left: -150px;
}

.modules .module:nth-of-type(even) .module-content .no {
  margin-left: 0;
  margin-right: -150px;
}

.module-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 64px 48px;
  width: calc(100% - 350px);
}

.module-block {
  border: 1px solid #58687A;
  border-radius: 12px;
  width: calc(50% - 12px);
  padding: 48px 36px;
}

.module-blocks .module-block:nth-child(3) {
  width: 100%;
}

.module-blocks .module-block:last-child {
  width: 100%;
  display: flex;
}

.module-block.gray {
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
}

.module-block h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
}

.module-block>p {
  padding-top: 32px;
  color: #f4f4f4b2;
  line-height: 1.6;
  font-style: italic;
}

.module-block ul {
  padding-top: 32px;
}

.module-block ul li {
  color: #f4f4f4b2;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 24px;
}

.module-blocks .module-block:nth-child(3) ul {
  display: flex;
  justify-content: left;
}

.module-blocks .module-block:nth-child(3) ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 24px;
  font-style: italic;
  position: relative;
}

.module-blocks .module-block:nth-child(3) ul li:last-child {
  margin-right: 0;
}

.module-blocks .module-block:nth-child(3) ul li::before {
  content: '|';
  position: relative;
  margin-right: 12px;
}

.module-blocks .module-block:nth-child(3) ul li:first-child:before {
  content: '';
  margin-right: 0;
}

.module-usp {
  display: flex;
}

.usp {
  width: 33.33%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.usp img {
  /*width: 45px;
  height: 45px;*/
  mix-blend-mode: luminosity;
}

.usp p {
  text-align: center;
}

.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.3;
}

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

.who-container {
  max-width: 1209px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 48px;
}

.who {
  width: calc(33.33% - 32px);
  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;
}

.instructor-container {
  max-width: 1183px;
  overflow: hidden;
  margin: 60px auto 0;
  border: 1px solid #3D495A;
  border-radius: 16px;
  display: flex;
}

.instructor-image {
  width: 375px;
}

.instructor-bio {
  width: calc(100% - 375px);
  padding: 36px 72px;
  position: relative;
  z-index: 2;
}

.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: 24px;
}

.instructor-bio .bio {
  padding-top: 24px;
  line-height: 1.8;
}

.accolades-logo {
  padding-top: 24px;
}

/*.industries-logo img {
  padding-top: 24px;
}*/

.instructor-bio .testimonial {
  padding-top: 40px;
}

.instructor-bio .testimonial .quote {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

.instructor-bio .testimonial .speaker {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  color: #f4f4f480;
}

.instructor-bio>div[class^="slide-"] {
  position: absolute;
  top: 90px;
  left: 72px;
  right: 72px;
  opacity: 0;
  pointer-events: none;
}

#experience 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);
}

.rating-container {
  max-width: 690px;
  margin: 60px auto 0;
  display: flex;
}

.avg-rating {
  text-align: center;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 4px;
  padding: 20px;
  line-height: 1.8;
  min-width: 154px;
}

.avg-rating span {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  display: block;
  padding-bottom: 10px;
}

.rating-text {
  padding: 0 12px 0 29px;
  line-height: 1.9;
}

#rating h3 {
  text-align: center;
  padding-top: 90px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.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;
}

.testimonial-container {
  margin: 60px -64px 0;
}

.testimonial-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 64px;
}

.testimonial-swiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-swiper .testimonial {
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 4px;
  display: flex;
}

.testimonial-image {
  position: relative;
}

.testimonial-image video {
  width: 258px;
  height: 344px;
  display: block;
  cursor: pointer;
}

.testimonial-image .btn {
  position: absolute;
  height: 48px;
  width: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background: #4C4C4CA6;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  backdrop-filter: blur(4px);
  padding: 15px;
  z-index: 1;
}

.testimonial-content {
  width: 258px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-content .quote {
  font-size: 3.2rem;
  line-height: 1.2;
}

.testimonial-content .speaker {
  padding-top: 20px;
  line-height: 1;
}

.testimonial-content .company {
  padding-top: 6px;
  line-height: 1;
  color: #757575;
}

.certificate-container {
  max-width: 1049px;
  margin: 0 auto;
  padding: 54px 54px 173px;
  margin-bottom: 278px;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border: 1px solid #292A37;
  border-radius: 4px;
  position: relative;
}

.certificate-container p.tagline {
  padding-bottom: 44px;
}

.certificate-container img {
  position: absolute;
  left: calc(50% - 292px);
}

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

#register::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;
}

#register::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;
}

#register h2 {
  max-width: 411px;
  margin: auto;
}

.register-container {
  display: flex;
  gap: 80px;
  max-width: 1280px;
  margin: auto;
  align-items: flex-start;
}

.register-bullets {
  margin: 48px auto 0;
  width: 50%;
}

.register-bullets ul {
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register-bullets ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/check.svg') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.register-bullets ul li {
  padding-left: 32px;
  position: relative;
}

.register-bullets ul li h3 {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 8px;
}

.register-bullets ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.dates-container {
  margin: 48px auto 0;
  width: calc(50% - 80px);
  background: linear-gradient(139.57deg, rgba(11, 16, 25, 0.7) 0%, rgba(88, 104, 122, 0.7) 104.51%);
  border: 1px solid #3D495A;
  border-radius: 4px;
  box-shadow: 2px 5px 24px 0px #1B1F2699;
  backdrop-filter: blur(24px);
}

.dates-selector {
  border-bottom: 1px solid #FFFFFF1A;
  padding-top: 15px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.date-button {
  cursor: pointer;
  padding: 10px 30px 6px;
  border-bottom: 4px solid transparent;
  font-size: 2.4rem;
  font-weight: 400;
  color: #F4F4F4D1;
}

.date-button.active {
  border-bottom: 4px solid #fff;
  font-weight: 700;
  color: #F4F4F4;
}

.dates-content {
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dates-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.dates-content .date {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}

.dates-content .day,
.dates-content .location {
  line-height: 1.8;
  display: flex;
  gap: 6px;
  padding-top: 6px;
}

.dates-content .day span:first-child,
.dates-content .location span:first-child {
  position: relative;
  padding-right: 11px;
}

.dates-content .location span:first-child {
  padding-left: 30px;
}

.dates-content .day span:first-child::after,
.dates-content .location span:first-child::after {
  content: '|';
  height: 30px;
  width: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.dates-content .location span:first-child::before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/location.svg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.dates-content .price {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 36px 0;
}

.dates-content .og-price {
  font-weight: 600;
  font-size: 2rem;
  text-decoration: line-through;
  line-height: 1;
}

.dates-content .offer-price {
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1;
}

.dates-content .btn {
  width: 300px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.dates-content .alert {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 32px;
  position: relative;
}

.dates-content .alert::before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/warning.svg') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  filter: invert(1);
}

.dates-content .slots {
  padding-top: 6px;
  font-weight: 500;
  text-align: center;
}

.register-discount {
  padding-top: 40px;
  text-align: center;
}

.register-discount a {
  text-decoration: underline;
}

.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;
  gap: 10px;
}

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

#cart {
  min-height: calc(100vh - 72px);
  overflow: hidden;
}

#cart::before {
  content: '';
  background: radial-gradient(50% 50% at 50% 50%, #58687A 0%, rgba(88, 104, 122, 0) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 0;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1135px;
  margin: 0 auto;
}

.cart-container .form {
  width: 50%;
  max-width: 566px;
}

.cart-container .form h2 {
  text-align: left;
  font-size: 3.6rem;
}

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

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

.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);
}

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

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

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

.custom-radio .styled-radio:checked+label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #F4F4F4;
  border-radius: 50%;
}

.custom-radio .styled-radio:disabled+label {
  opacity: .6;
  cursor: not-allowed;
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 12px;
}

#cart.wizard {
  min-height: calc(100vh - 56px);
}

.wizard .cart-container {
  position: relative;
  z-index: 1;
}

.wizard .step {
  display: none;
}

.wizard .step.active {
  display: block;
}

.wizard .progress-container {
  margin-bottom: 20px;
  position: relative;
}

.wizard .progress-bar {
  height: 8px;
  width: 0;
  background: #fff;
  border-radius: 5px;
  transition: width 0.3s ease;
}

.wizard #progress-text {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  display: block;
}

.wizard .form-wrapper .info {
  height: 12px;
}

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

.wizard .custom-checkbox {
  padding-bottom: 12px;
}

.wizard .form-actions {
  display: flex;
  gap: 12px;
}

.wizard .form-actions .btn {
  width: 120px;
  border: 1px solid #F4F4F4;
}

/* Kill any floating/absolute label styles from theme */
.wizard .form-group>label {
  position: static !important;
  display: block !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  transform: none !important;
  pointer-events: auto !important;
  background: transparent !important;
  font-size: 2rem;
  line-height: 1.3;
}

/* Disable any theme transitions that animate labels */
.wizard .form-group>label,
.wizard .form-group .form-control+label,
.wizard .form-group .form-control:focus+label {
  transition: none !important;
}

/* Optional: tighten placeholders since we now have labels above */
.wizard .form-group .form-control::placeholder {
  opacity: .6;
}

/* Only the active step should use your flex row layout */
.wizard .form-wrapper .form-group-wrap.step.active {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.summary {
  width: 40%;
  max-width: 444px;
  background: #080B10;
  border: 1px solid #58687A;
  border-radius: 8px;
  padding: 36px 30px 36px 18px;
  z-index: 1;
}

.summary h3 {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.summary h4 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  padding-top: 12px;
}

.summary p {
  padding: 24px 24px 0;
}

.summary-modules {
  padding-top: 30px;
}

.summary-modules .module {
  padding: 15px 0 30px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3F464F;
  display: flex;
  gap: 9px;
  align-items: center;
  background: none;
}

.summary-modules .remove-module {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
}

.summary-modules .module-icon {
  width: 78px;
  height: 84px;
  border-radius: 8px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.summary-modules .module-content {
  width: calc(100% - 87px);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.summary-modules .module-no {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #58687A;
  text-transform: capitalize;
}

.summary-modules .module-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 12px;
}

.summary-modules .module-detail {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.summary-modules .module-slot {
  position: relative;
  padding-left: 22px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.summary-modules .module-slot::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('../images/clock.svg') no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.summary-modules .module-price {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.3;
}

.summary-price .price {
  display: flex;
  justify-content: space-between;
  padding: 15px 6px 6px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.summary-price .price.og-price {
  color: #8D8D8D;
}

.summary-price .price.og-price .price-amount {
  text-decoration: line-through;
}

.summary-price .price.offer-price {
  font-size: 1.6rem;
  font-weight: 800;
  border-top: 1px solid #3F464F;
  margin-top: 15px;
}

.summary .btn {
  margin-top: 36px;
  width: 100%;
  border: none;
}

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

.sticky-alert {
  position: fixed;
  background: #f4f4f4;
  border-radius: 4px;
  color: #080B10;
  font-size: 1.2rem;
  line-height: 1.33;
  margin: 0;
  padding: 16px;
  bottom: 80px;
  left: 46px;
  z-index: 20;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.sticky-alert.show {
  opacity: 1;
  visibility: visible;
}

.cart-usp {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart-usp li {
  padding-left: 32px;
  position: relative;
}

.cart-usp li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.cart-usp li h3 {
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 8px;
}

.cart-usp li p {
  font-size: 1.6rem;
  line-height: 1.5;
}

#success h2 span {
  font-style: normal;
}

.message {
  max-width: 769px;
  margin: 80px auto 60px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.message.error {
  max-width: 821px;
}

.message .msg {
  font-size: 2rem;
  line-height: 1.5;
}

.message .msg p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.4;
  padding-bottom: 24px;
}

.message .msg ul li {
  list-style-type: disc;
  margin-left: 24px;
  padding-bottom: 10px;
}

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

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

#success .bought-modules {
  margin: 24px auto 32px;
  width: 100%;
  max-width: 524px;
  display: flex;
  gap: 24px;
}

.bought-modules .module {
  padding: 24px;
  display: flex;
  gap: 32px;
  background: #080B10;
  border: 1px solid #58687A;
  border-radius: 16px;
  align-items: flex-start;
}

.bought-modules .module-icon {
  width: 164px;
  height: 179px;
  border-radius: 8px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.bought-modules .module-content {
  width: unset;
  flex-direction: column;
  align-items: flex-start;
}

.bought-modules .module-no {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58687A;
  text-transform: uppercase;
}

.bought-modules .module-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 24px;
}

.bought-modules .module-slot {
  position: relative;
  margin-top: 16px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
}

.bought-modules .module-slot::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/clock.svg) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bought-modules .module-price {
  padding-top: 24px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.bought-modules .module-og-price {
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: line-through;
  color: #F4F4F480;
}

.bought-modules .module-offer-price {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

#success>p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.courses {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1208px;
  display: flex;
  gap: 24px;
}

.course {
  width: calc(25% - 8px);
  height: 382px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  border-radius: 8px;
  padding: 32px;
  position: relative;
}

.course h3 {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.course p {
  padding-top: 32px;
  position: relative;
  z-index: 1;
}

.course .btn {
  margin-top: 32px;
  width: unset;
  position: relative;
  z-index: 1;
}

.course img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.35;
  mix-blend-mode: Luminosity;
  max-height: 260px;
}

#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;
}