@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: 150px 90px 120px;
  display: flex;
  gap: 46px;
  justify-content: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

.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: 100%;
  max-width: 1123px;
  height: auto;
  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::before {
  content: '';
  width: 700px;
  height: 700px;
  background: url('../images/modules-bg.webp') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 350px);
  z-index: -1;
}

#modules .tagline {
  max-width: 990px;
  margin: auto;
}

.offers {
  padding-top: 51px;
  display: flex;
  gap: 12px;
  justify-content: center;
  display: none;
}

.offers .offer {
  padding: 12px;
  background: linear-gradient(38.77deg, #0E1520 17.31%, #1B2430 51.45%, #58687A 155.88%);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.offer-percentage {
  padding: 12px 12px 12px 0;
  text-align: center;
  border-right: 0.5px solid #3D495A;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
}

.offer-percentage span {
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 12px;
  display: block;
}

.offer-amount {
  padding: 12px 0 12px 12px;
  text-align: center;
  line-height: 1.8;
}

.offer-amount .og-price {
  font-size: 2rem;
  line-height: 1.4;
  text-decoration: line-through;
}

.offer-amount .offer-price {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  padding-left: 4px;
}

.offers .offer:last-child {
  position: relative;
}

.offers .offer:last-child::after {
  content: 'Full Sprint!';
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 4px;
  padding: 10px;
  display: block;
  position: absolute;
  top: -20px;
  left: calc(50% - 39px);
}

.all-modules {
  position: relative;
  max-width: 1237px;
  margin: 24px auto 0;
  padding-top: 132px;
}

.all-modules::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/module-bg.webp') no-repeat;
  background-position: top center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.modules {
  position: relative;
  max-width: 1237px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.modules .tagline {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.all-modules .module {
  background: linear-gradient(140.87deg, #2F3944 -3%, #0B1019 100%);
  border: 1px solid #58687A;
}

.module.active {
  background: linear-gradient(315.4deg, #58687A 0.35%, #080B0E 99.65%);
  border: 2px solid #F4F4F4;
}

.module.active::after {
  content: '';
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url('../images/check.svg') no-repeat;
}

.module-offer {
  position: absolute;
  top: -20px;
  right: 60px;
  background: linear-gradient(140.87deg, #1C232A -3%, #0B1019 100%);
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFC107;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}

.module-icon {
  width: 312px;
  height: 327px;
  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;
}

.all-modules .module-icon {
  background: #0D131B;
}

.module-content {
  width: calc(100% - 358px);
}

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

.module-title {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 16px;
}

.module-title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1.4;
}

.module-amount {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.module-amount .og-price {
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: line-through;
}

.module-amount .offer-price {
  font-size: 3.2rem;
  line-height: 1;
}

.module-content>p {
  max-width: 580px;
  padding-top: 16px;
}

.toggle-wrapper .toggle-content {
  display: none;
}

.toggle-wrapper.active .toggle-content {
  margin-top: 50px;
  margin-right: 60px;
  display: flex;
  gap: 24px;

}

.toggle-content .toggle-left {
  width: 60%;
  max-width: 445px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.toggle-content .toggle-right {
  width: calc(40% - 24px);
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.toggle-block {
  border: 1px solid #58687A;
  border-radius: 12px;
}

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

.toggle-left .toggle-block {
  padding: 48px 36px;
}

.toggle-right .toggle-block {
  padding: 18px 24px;
}

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

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

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

.module-usp {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

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

.toggle-btn {
  padding-top: 16px;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: baseline;
  cursor: pointer;
}

.toggle-btn::after {
  content: '';
  width: 13px;
  height: 7px;
  background: url('../images/caret-down.svg');
  display: block;
}

.toggle-wrapper.active .toggle-btn::after {
  transform: rotate(180deg);
}

.slot-container {
  margin-top: 40px;
}

.slot-container p {
  margin-bottom: 14px;
}

.slots {
  display: flex;
  gap: 6px;
}

.slot {
  padding: 13px 30px;
  text-align: center;
  border: 1px solid #3D495A;
  border-radius: 16px;
  line-height: 1;
  cursor: pointer;
}

.slot.active {
  background: #F4F4F4;
  color: #080B10;
}

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

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

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

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

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

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

.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: 150px;
  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-content {
  width: 259px;
  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 213px;
  margin-bottom: 125px;
  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% - 218px);
}

.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 36px 20px 24px;
  background: #080B0E;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
}

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

.bar.zero {
  justify-content: center;
}

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

.bar-left {
  display: flex;
  gap: 18px;
  align-items: center;
}

.bar-right {
  display: flex;
  gap: 28px;
  align-items: center;
}

.bar .modules-selected {
  font-size: 2.4rem;
  line-height: 1;
}

.bar .offer {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 10px;
  background: #1A232E;
  border-radius: 15px;
}

.bar .price {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.bar .price .og-price {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.8;
  text-decoration: line-through;
  color: #F4F4F480;
}

.bar .price .offer-price {
  font-size: 3.2rem;
  line-height: 1.3;
}

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

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

.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: 2rem;
  line-height: 2;
  text-align: center;
}

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

.summary-modules .module {
  padding: 15px 0 30px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3F464F;
  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: 72px;
}

.summary-modules .module-icon img {
  max-height: 66px;
  width: auto;
}

.summary-modules .module-content {
  width: calc(100% - 87px);
}

.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;
  /*max-width: 132px;*/
  padding-top: 8px;
}

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

.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;
  display: none;
}

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

#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: 1072px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.bought-modules .module {
  width: calc(50% - 12px);
  padding: 24px;
  gap: 32px;
}

.bought-modules .module-icon {
  width: 167px;
  height: 167px;
}

.bought-modules .module-icon img {
  max-height: 148px;
  width: auto;
}

.bought-modules .module-content {
  width: unset;
}

.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;
  display: none;
}

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

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