:root {
  --white: #fff;
  --lp: #6e2fd2;
  --neon-green: #0f3;
  --dp: #381a72;
  --black: #000;
  --red: red;
  --yellow-highlight: #fff200;
  --tomato: #ff6b5c;
  --white-4: #ffffff0a;
  --white-12: #ffffff1f;
  --gold: gold;
  --light-blue: #7dfff7;
  --purple: #cc01ff;
  --hb: #20214e;
  --green: green;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_btn_wrap {
  z-index: 3;
  display: none;
  position: relative;
}

.hero_text.is--mt1 {
  text-wrap: balance;
  display: none;
}

.home_img_wrap {
  background-color: #11112a;
  position: relative;
  overflow: hidden;
}

.charts_img_wrap--ca1-br1 {
  overflow: hidden;
}

.list-grid {
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.feature-wrap {
  align-items: flex-start;
  display: flex;
}

.check_icon {
  color: #09d369;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 2%;
  display: flex;
}

.check_icon.pulsing-outline {
  border-radius: 50%;
}

.list_item_text--tw1 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
}

.about_title--tw1--fs3 {
  text-align: center;
  margin-bottom: .75rem;
}

.about_right {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.about_right.is--bw1-pd2-br2-mt2 {
  background-color: var(--white);
  background-color: #fff;
}

.about_right.is--bw1-pd2-br2-mt2.animate-up {
  background-color: var(--lp);
  color: var(--white);
}

.about_contain--mw2-vvb1 {
  padding-left: 48px;
  padding-right: 48px;
}

.subheading_dot {
  background-color: var(--neon-green);
  color: var(--neon-green);
  border-radius: 50%;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.subheading_dot.pulsing-outline {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.about_content {
  text-align: center;
  width: 100%;
}

.main_list_wrapper {
  margin-top: 32px;
  position: relative;
}

.main_list_wrapper.is--flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.main_p_wrap {
  width: 100%;
}

.main_p_wrap.noan.is--hero-mw2 {
  margin-left: auto;
  margin-right: auto;
}

.list_image_wrapper--br1 {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.arrow-absolute {
  position: absolute;
  inset: -12% 0% auto 50%;
  transform: rotate(34deg);
}

.arrow-absolute.is--3 {
  width: 6rem;
  top: -11%;
  left: 35%;
  transform: rotate(-47deg);
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.blue {
  background-image: linear-gradient(#20214d, #313379);
}

.section.blue.sm0-2 {
  background-image: linear-gradient(180deg, var(--dp), var(--lp));
}

.footer_text {
  color: #fff;
}

.footer_contain--gp2-gv4 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 4rem;
  display: flex;
}

.footer_link_wrap--gp2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fitness_logo {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_wrap {
  text-align: center;
  padding-bottom: 0;
}

.button-submit {
  color: var(--black);
  text-align: center;
  background-color: #b32411;
  background-image: linear-gradient(#01ff23, #009c1f), linear-gradient(#f6dea0, #f1c350);
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2rem 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 12px #0003;
}

.hero_title--mb1-tw1-mt1.is--fs3 {
  text-transform: capitalize;
}

.hero_form_wrapper--pd1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e9eaf61a;
  background-image: linear-gradient(268deg, #e7e7e700 68%, #ffffff2e);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 1px 0 #ffffff7d, inset 0 2px #ffffff1f;
}

.hero_wrap--pv1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  display: flex;
}

.hero_wrap--pv1.sm0-2 {
  background-color: #20214d00;
  background-image: linear-gradient(180deg, #381a72, var(--lp));
}

.ebook_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  display: flex;
  position: relative;
}

.disclaimer_text--fs7-2 {
  text-align: left;
}

.hero-arrow-down {
  z-index: 4;
  width: 6rem;
  position: absolute;
  inset: 3% 0% auto 53%;
  transform: rotate(58deg);
}

.form_button_text--fs7-fw3-lh2-tw1 {
  filter: drop-shadow(0 2px 5px #00000073);
  color: var(--white);
  text-wrap: balance;
}

.checkbox {
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  margin-right: 13px;
}

.checkbox.w--redirected-checked {
  background-color: #f33b20;
  background-size: contain;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 14px 14px 14px 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-field.is--mail {
  color: #000;
  font-size: 1.2rem;
}

.text-field.is--phone {
  color: #000;
  font-size: 1.2rem;
  display: block;
}

.icon_wrap {
  width: 3rem;
  height: 3rem;
}

.field_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}


.hero_form_video_wrapper--mw2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text_box_label {
  color: var(--white);
  font-weight: 600;
  line-height: 1;
}

.form_title-fs6-lh4-br1-pd0-5-tw1 {
  color: #fff;
  text-align: center;
  background-color: #20214d00;
  background-image: linear-gradient(86deg, #381a72 72%, #381a7200);
  width: 100%;
  box-shadow: 0 5px 20px #0000005c;
}

.home_img_base {
  opacity: .27;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.about_left--ph1-mw2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2rem;
  display: flex;
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2 {
  text-align: center;
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2.is--center {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.subheading_main--tw1--fw1-fs4-2.is--mt2-mb2-lh2.is--center.is--white {
  color: var(--white);
}

.red_block_span--br1-pd0-25 {
  background-color: var(--red);
}

.toxic_grid_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arrow_icon_main {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
  display: flex;
}

.text_box_field {
  color: #20214d;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1428rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.hero_form_outer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.form_title_wrapper {
  position: relative;
}

.video_text--mt1-br1-tw1 {
  background-color: var(--yellow-highlight);
  color: var(--black);
  display: block;
  position: relative;
}

.yellow_block_span-br1-pd0-25 {
  background-color: var(--yellow-highlight);
}

.main_home_img_wrap {
  position: relative;
  overflow: hidden;
}

.ebook_top_wrapper--br1 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  display: flex;
  position: relative;
}

.ebook_screen_wrapper {
  z-index: 3;
  background-image: none;
  width: 92%;
  margin-top: -1.56rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -58%;
}

.ebook_screen_wrapper.animate-up {
  background-image: none;
  width: 100%;
  margin-top: 0;
  position: static;
  bottom: -44%;
  right: -33%;
}

.ebook_image {
  width: 100%;
}

.main_subtitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.main_subtitle.is--fs5 {
  z-index: 1;
  text-wrap: balance;
  position: relative;
}

.name_arrow_wrap {
  position: absolute;

  right: -25%;
  transform: translateY(calc(-50% + 8px));
  z-index: 6;
}

.name_arrow_wrap.is--3 {
 
  transform: translateY(calc(-50% + 8px));
}

.name_arrow_wrap.is--2 {

  transform: translateY(calc(-50% + 8px));
}

.name_arrow_image {
  width: 7rem;
}

.hero_bottom_text {
  margin-top: 2rem;
}

.circles {
  z-index: 0;
  opacity: .29;
  width: 80%;
  position: absolute;
}

.button-submit {
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  background-color: #00fc08;
  background-image: linear-gradient(#01ff23, #009c1f 62%);
  border-width: 2px;
  border-radius: 10px;
  font-weight: 700;
}

.title_wrapper {
  margin-top: 2rem;
}

.text-block {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .nav_btn_wrap {
    display: block;
  }

  .list-grid {
    font-size: 1rem;
  }

  .list_item_text--tw1 {
    font-size: 1.3rem;
  }

  .main_p_wrap {
    z-index: 5;
    position: relative;
  }

  .arrow-absolute.is--3 {
    top: -7%;
    left: 39%;
  }

  .footer_text {
    font-size: 15px;
  }

  .fitness_logo {
    width: 13rem;
  }

  .button-submit {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_title--mb1-tw1-mt1.is--fs3.is--lh4 {
    z-index: 2;
    position: relative;
  }

  .hero_form_wrapper--pd1 {
    width: 100%;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ebook_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero-arrow-down {
    z-index: 6;
    inset: auto auto 60% 7%;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .form {
    padding-right: 0;
  }

  .text-field {
    min-height: 30px;
  }

  .hero_form_video_wrapper--mw2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .text_box_label {
    font-size: 1rem;
  }

  .home_img_base {
    height: 100%;
  }

  .about_left--ph1-mw2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_box_field {
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: flex;
  }

  .hero_form_outer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .ebook_top_wrapper--br1 {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 19rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .ebook_screen_wrapper {
    width: 100%;
    bottom: -59%;
  }

  .ebook_screen_wrapper.animate-up {
    width: 60%;
    margin-top: 0;
    bottom: -11%;
    right: 0%;
  }

  .main_subtitle.is--fs5 {
    text-wrap: balance;
  }

  .name_arrow_wrap {
    position: absolute;
  
    right: -25%;
    transform: translateY(calc(-50% + 8px));
    z-index: 6;
  }
  
  .name_arrow_wrap.is--3 {
   
    transform: translateY(calc(-50% + 8px));
  }
  
  .name_arrow_wrap.is--2 {
  
    transform: translateY(calc(-50% + 8px));
  }

  .footer_link.policy, .footer_link.terms {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main_list_wrapper.is--flex {
    flex-direction: column;
  }

  .arrow-absolute.is--3 {
    top: -5%;
    left: 76%;
  }

  .footer_text {
    margin-top: 2rem;
  }

  .footer_contain--gp2-gv4 {
    flex-direction: column;
    justify-content: center;
  }

  .fitness_logo {
    width: 12rem;
  }

  .button-submit {
    align-self: center;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .hero_form_wrapper--pd1 {
    width: auto;
  }

  .hero-arrow-down {
    display: none;
  }

  .hero_form_video_wrapper--mw2 {
    flex-direction: column;
  }

  .text_box_field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ebook_top_wrapper--br1 {
    height: 17rem;
  }

  .ebook_screen_wrapper.animate-up {
    width: 70%;
  }

  .name_arrow_wrap {
    display: none;
  }

  .p_large {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_text.is--mt1 {
    font-size: 1.2rem;
  }

  .list-grid {
    margin-top: 0;
  }

  .feature-wrap {
    align-items: center;
  }

  .about_right.is--bw1-pd2-br2-mt2 {
    width: 100%;
  }

  .about_contain--mw2-vvb1 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .about_content {
    width: 100%;
  }

  .arrow-absolute {
    width: 35px;
    bottom: -88%;
    right: 45%;
  }

  .arrow-absolute.is--3 {
    top: -9%;
    left: 72%;
    right: 0%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-submit {
    background-image: linear-gradient(#0f0, #039926), linear-gradient(90deg, #f23a20 2.29%, #bc1700 97.07%);
    border: 1px solid #fff;
    justify-content: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero_form_wrapper--pd1 {
    width: 100%;
  }

  .hero-arrow-down {
    display: block;
    bottom: 65%;
    left: -14%;
  }

  .form {
    width: 100%;
  }

  .text-field {
    font-size: 12px;
  }

  .hero_form_video_wrapper--mw2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text_box_label {
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .home_img_base {
    width: 200%;
    max-width: none;
    height: 100%;
  }

  .red_block_span--br1-pd0-25 {
    color: var(--white);
  }

  .text_box_field {
    display: flex;
  }

  .hero_form_outer {
    width: 100%;
  }

  .video_text--mt1-br1-tw1 {
    font-size: 1.2rem;
  }

  .ebook_top_wrapper--br1 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .ebook_screen_wrapper {
    bottom: -46%;
  }

  .ebook_screen_wrapper.animate-up {
    width: 85%;
    position: static;
    bottom: 10%;
  }

  .name_arrow_wrap {
    display: none;
  }

  .button-submit {
    width: 100%;
    font-size: 16px;
  }
}


