:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body_default {
  background-color: #13021f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body_default.ty, .body_default.gbt {
  justify-content: center;
}

.h_def {
  color: #4537ad;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #44553378;
  background-image: linear-gradient(314deg, #6d5aff, #ffb938);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 85vw;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.h_def.bold {
  font-weight: 700;
}

.h_def.sub {
  max-width: 85vw;
  font-size: 26px;
  line-height: 36px;
}

.h_def.sub.dif {
  color: #ff0095;
}

.h_def.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #4530;
  background-image: none;
  background-clip: border-box;
}

.div_video {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 60vw;
  margin: 20px auto;
  display: flex;
}

.div_video.som {
  border: 3px solid #fff;
  border-radius: 6px;
  width: 250px;
  height: 150px;
  margin: 5px auto;
}

.div_video.som.main {
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.videosom {
  display: none;
}

.html-embed {
  border: 7px solid #333;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 2px 2px #575757;
}

.html-embed.som {
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  margin-bottom: 0;
}

.html-embed.hidden {
  display: none;
}

.html-embed.video_coachingtestim {
  border-width: 2px;
}

.s_def {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.s_def.calendar {
  min-height: 90vh;
}

.button {
  text-align: center;
  background-image: linear-gradient(159deg, #4537ad, #ff0095);
  border-radius: 50px;
  width: 33vw;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.button.w--current {
  background-image: linear-gradient(159deg, #4537ad, #ff0095);
}

.html-embed-2 {
  text-align: left;
}

.div_calendar {
  flex-flow: column;
  width: 75vw;
  margin-top: 20px;
  display: none;
}

.div_calendar.show {
  display: flex;
}

.img_ty {
  width: 80vw;
  max-width: 1111px;
  margin-bottom: 60px;
}

.h_sub {
  color: #fff;
  text-align: center;
  max-width: 90vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.h_sub.blue {
  color: #4537ad;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.h_sub.blue.bigger {
  color: #fff;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 36px;
}

.div_video-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div_video-2.half {
  width: 100%;
  margin: 10px;
}

.img_writtentestim {
  width: 45%;
  margin-left: 10px;
  margin-right: 10px;
}

.img_writtentestim.smaller {
  max-width: 444px;
}

.block-quote {
  color: #fff;
  text-align: center;
  border-left-style: none;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.block-quote.black {
  color: #333;
  width: 100%;
  margin: 0 auto auto;
  font-size: 28px;
  line-height: 38px;
}

.btn_main {
  text-align: center;
  background-color: #de373a;
  border: 0 #000;
  border-radius: 3px;
  width: 75vw;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  box-shadow: 0 0 2px 1px #de373a;
}

.s_main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div_testimcolumns {
  justify-content: center;
  align-items: center;
  width: 80vw;
  min-height: 20vh;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div_testimcolumns.first {
  margin-top: 40px;
}

.div_typeform {
  width: 65vw;
  margin-top: 40px;
}

.section_footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 7rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 12px;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 80%;
}

.paragraph.footer {
  color: #fff;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.paragraph.footer.right {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
}

.link {
  color: #c4c4c4;
}

.span_cool {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(168deg, #4537ad, #fa0a96);
  -webkit-background-clip: text;
  background-clip: text;
}

.popup {
  z-index: 9999;
  background-color: #0c0c0c80;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  min-height: 50%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
}

.close-button {
  color: #555;
  cursor: pointer;
  background-color: #0000;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 1%;
  right: 1%;
}

.heading-popup {
  color: #000;
  text-align: center;
  width: 80%;
  max-width: 555px;
  margin-top: 2%;
  margin-bottom: 4%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-popup.smaller {
  width: 75%;
  font-size: 14px;
  line-height: 20px;
}

.text-span-2 {
  font-weight: 700;
}

.html-embed-3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-button {
  text-align: center;
  cursor: pointer;
  background-color: #3898ec;
  background-image: linear-gradient(#3171ff, #004aee);
  border: 2px solid #2b48ac;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 0 50px -3px #3773ff33;
}

.main-button.invisible {
  display: none;
}

.p_main {
  color: #fff;
  text-align: center;
  max-width: 85vw;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.p_main.tos {
  text-align: left;
}

.p_main.thankyou {
  max-width: 60vw;
}

.div_video-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div_video-3.coaching {
  width: 80vw;
  margin: 10px auto;
}

.span_underline {
  text-decoration: underline;
}

.span_black {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
}

.div_phase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.s_def-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 20px;
  display: flex;
}

.div_phase_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 60vh;
  min-height: 0;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.scrollprogressbarbckgrnd-2 {
  z-index: 19;
  transform-origin: 50% 0;
  background-color: #a5a7ff78;
  width: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.progressbar-2 {
  z-index: 2;
  opacity: 1;
  transform-origin: 50% 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span_fancy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(314deg, #6d5aff, #ffb938);
  -webkit-background-clip: text;
  background-clip: text;
}

.p_phasenumber {
  opacity: 1;
  color: #ececec;
  text-align: right;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  position: sticky;
  inset: 40% 0% 0% auto;
}

.p_phase {
  color: #c4c4c4;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.scrollprogressbar-2 {
  z-index: 20;
  transform-origin: 50% 0;
  background-color: #a5a7ff;
  width: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div_phase_right {
  margin-top: 0;
  margin-bottom: 20px;
}

.h_phase {
  color: #fffef8;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.h_phase.emoji {
  text-align: center;
  font-size: 7rem;
  line-height: 8rem;
}

.h_phase.numberleft {
  display: none;
}

.div_footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  min-height: 50px;
  margin-bottom: 2rem;
  display: flex;
}

.div_footerinside {
  flex-flow: column;
  justify-content: flex-end;
  width: 33%;
  height: 100%;
  min-height: 50px;
  display: flex;
}

.logo_footer {
  width: 100px;
}

.img_trustpilot {
  width: 200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.lb_trustpilot {
  margin-left: auto;
  margin-right: auto;
}

.h_def-2 {
  color: #fff;
  text-align: center;
  max-width: 75vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.div_calendar-2 {
  flex-flow: column;
  width: 75vw;
  margin-top: 20px;
  display: flex;
}

.h_def-3 {
  color: #fff;
  text-align: center;
  max-width: 75vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.html-embed-4 {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .h_def {
    max-width: 1111px;
  }

  .div_video.som.main {
    max-width: 60vw;
  }

  .div_typeform {
    width: 50vw;
    max-width: 1111px;
  }

  .h_def-2, .h_def-3 {
    max-width: 55vw;
  }
}

@media screen and (min-width: 1440px) {
  .div_video.som {
    width: 300px;
    height: 180px;
  }

  .div_video.som.main {
    max-width: 55vw;
  }

  .div_video-3.coaching {
    width: 60vw;
  }
}

@media screen and (min-width: 1920px) {
  .div_video {
    flex: 1;
    max-width: 1111px;
  }

  .div_video.som {
    width: 375px;
    height: 225px;
  }

  .div_video.som.main {
    width: 80%;
    max-width: 2160px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .div_video-2 {
    flex: 1;
  }

  .p_main.thankyou {
    max-width: 50vw;
  }

  .div_video-3 {
    flex: 1;
  }

  .h_def-2, .h_def-3 {
    max-width: 777px;
  }
}

@media screen and (max-width: 991px) {
  .div_video {
    width: 95%;
  }

  .div_video.som.main {
    width: 100%;
  }

  .button {
    font-size: 22px;
  }

  .div_calendar {
    width: 98vw;
  }

  .img_ty {
    width: 90vw;
  }

  .div_video-2 {
    width: 100%;
  }

  .img_writtentestim {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .block-quote {
    width: 95%;
    max-width: 75%;
  }

  .btn_main {
    width: 90vw;
    font-size: 38px;
    line-height: 20px;
  }

  .div_testimcolumns {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div_typeform {
    width: 98vw;
  }

  .div-block {
    max-width: 75%;
  }

  .p_main.thankyou {
    max-width: 90vw;
  }

  .div_video-3 {
    width: 100%;
  }

  .div_video-3.coaching {
    width: 95vw;
  }

  .div_phase_left {
    position: relative;
    left: -7vw;
  }

  .div_phase_section {
    width: 100%;
    height: 90vw;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .progressbar-2 {
    left: -7vw;
  }

  .p_phasenumber {
    font-size: 7rem;
  }

  .div_phase_right {
    width: 60vw;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: -7vw;
  }

  .h_def-2 {
    max-width: 80vw;
  }

  .div_calendar-2 {
    width: 98vw;
  }

  .h_def-3 {
    max-width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .h_def {
    font-size: 32px;
    line-height: 42px;
  }

  .html-embed {
    border-width: 5px;
  }

  .button {
    width: 67vw;
  }

  .block-quote {
    width: 90%;
  }

  .block-quote.black {
    max-width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .btn_main {
    font-size: 30px;
  }

  .paragraph.footer {
    width: 95%;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_video-3.coaching {
    width: 90vw;
  }

  .div_phase_left {
    left: -8vw;
  }

  .div_phase_section {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .progressbar-2 {
    left: -4rem;
  }

  .p_phasenumber {
    display: none;
  }

  .div_phase_right {
    width: 75vw;
    position: relative;
    left: -3rem;
    right: 0;
  }

  .h_phase.numberleft {
    text-align: right;
    font-size: 90px;
    line-height: 100px;
    display: block;
  }

  .div_footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div_footerinside {
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .h_def-2, .h_def-3 {
    max-width: 85vw;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 479px) {
  .h_def {
    max-width: 95vw;
    font-size: 26px;
    line-height: 36px;
  }

  .html-embed {
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: -1px 1px 1px #575757;
  }

  .button {
    width: 95vw;
  }

  .img_ty {
    width: 98vw;
  }

  .h_sub {
    font-size: 16px;
    line-height: 22px;
  }

  .div_video-2.half {
    width: 90%;
  }

  .img_writtentestim {
    width: 95%;
  }

  .block-quote {
    width: 95%;
    max-width: 85%;
    font-size: 14px;
  }

  .block-quote.black {
    font-size: 16px;
    line-height: 26px;
  }

  .btn_main {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .div_testimcolumns {
    width: 99vw;
  }

  .div-block {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-popup, .heading-popup.smaller {
    width: 100%;
  }

  .text-span-2 {
    line-height: 26px;
  }

  .main-button {
    margin-top: 10%;
    padding: 10px;
    font-size: 16px;
  }

  .p_main.thankyou {
    font-size: 18px;
    line-height: 28px;
  }

  .div_video-3.coaching {
    width: 98vw;
  }

  .div_phase {
    width: auto;
    margin-right: 10px;
  }

  .s_def-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div_phase_section {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .scrollprogressbarbckgrnd-2 {
    left: auto;
  }

  .progressbar-2 {
    left: -1.5rem;
    right: auto;
  }

  .span_fancy {
    background-image: linear-gradient(314deg, #6d5aff, #ffb938);
  }

  .scrollprogressbar-2 {
    left: auto;
  }

  .div_phase_right {
    margin-bottom: 10px;
    position: relative;
    left: -2rem;
  }

  .h_phase.numberleft {
    text-align: right;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(314deg, #6d5aff, #ffb938);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 80px;
    line-height: 100px;
  }

  .h_def-2, .h_def-3 {
    max-width: 98vw;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

#w-node-_8beea567-a6f3-464e-3705-80ec429ace58-898fa46a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-_8beea567-a6f3-464e-3705-80ec429ace6e-898fa46a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
