:root {
  --black: #151515;
  --gradient-red: #e64a70;
  --gradient-purple: #b44ae6;
  --white: white;
  --inzhir: #5c267f;
  --grey: #ababab;
  --dark-grey: #7e7e7e;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cooper, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cooper, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.prcings {
  padding-left: 0;
  padding-right: 0;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

._2col-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.header_big-header {
  font-family: Cooper, sans-serif;
  font-size: 8rem;
  line-height: .92;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: .75rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 1.5rem;
}

.margin-large {
  margin: 2rem;
}

.margin-xlarge {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.hide {
  display: none;
}

.header_text-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 1rem;
  padding: .75rem 2rem;
  line-height: 1.5;
  transition: all .2s;
  box-shadow: 0 4px 16px 2px #8f4ead59;
}

.button:hover {
  transform: translate(0, -.25rem);
  box-shadow: 0 4px 40px 4px #8f4ead59;
}

.button.color {
  background-image: linear-gradient(90deg, var(--gradient-red), var(--gradient-purple));
  color: var(--white);
  box-shadow: 0 4px 16px 2px #8f4ead59;
}

.button.black {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
}

.button.lite {
  color: var(--black);
  background-image: linear-gradient(45deg, #c04be1, #e74bce 40%, #fff);
  border: 1px solid #ffa0ef;
}

.navbar_cta {
  border: 1px solid var(--inzhir);
  background-color: var(--inzhir);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: .75rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.navbar_cta:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  box-shadow: 0 8px 16px 2px #8f4ead26;
}

.nav-menu {
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.brand {
  align-items: center;
  height: 4rem;
  display: flex;
}

.navbar {
  z-index: 998;
  background-color: #0000;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  display: flex;
  position: fixed;
}

.navbar_container {
  background-color: var(--white);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0 4px 16px #5c267e26;
}

.navbar_link {
  color: var(--inzhir);
  padding: 1.5rem;
  display: block;
}

.navbar_link:hover {
  text-decoration: underline;
}

.navbar_link.w--current {
  color: var(--inzhir);
}

.reasons_slider {
  background-image: url('../images/black-circle.svg'), linear-gradient(to right, var(--gradient-red), var(--gradient-purple));
  background-position: 50% -20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
}

.reasons_slide {
  padding-left: 6rem;
  padding-right: 6rem;
}

.section-gradient-bg {
  background-image: linear-gradient(#db00ff08, #fff);
}

.achievements_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achievements_check-item {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.achievements_left-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.achievements_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.weight-loss_card {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 4px 24px #00000040;
}

.weight-loss_card_text {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.weight-loss_card_calculator {
  grid-row-gap: .75rem;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.input {
  border: 1px solid var(--grey);
  border-radius: 1rem;
  width: 100%;
  height: 3rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.input.area {
  min-height: 6rem;
}

.input.half-width {
  width: 50%;
}

.weight-loss_card-wrapper {
  position: relative;
}

.weight-loss_card-shadow-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, var(--gradient-red), var(--gradient-purple));
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(-3deg);
}

.weight-loss_card-shadow-black {
  background-color: #000;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(-6deg);
}

.weight-loss_card_calculator-row {
  grid-column-gap: .5rem;
  display: flex;
}

.input-group {
  flex: 1;
}

.label {
  color: var(--grey);
  margin-bottom: -.75rem;
  margin-left: .75rem;
  font-weight: 400;
  position: relative;
}

.label-span {
  background-color: var(--white);
  padding-bottom: 0;
  padding-left: .25rem;
  padding-right: .25rem;
}

.what-to-expect_subheader {
  grid-column-gap: 2rem;
  justify-content: center;
  display: flex;
}

.what-to-expect_card-header {
  grid-column-gap: 1rem;
  justify-content: space-between;
  margin-bottom: .75rem;
  display: flex;
}

.what-to-expect_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.what-to-expect_card {
  background-color: var(--white);
  border-radius: 1.5rem;
  padding: 1.5rem 1rem;
}

.what-to-expect_card-icon {
  width: 2rem;
  height: 2rem;
}

.shadow_medium {
  box-shadow: 0 4px 16px #5c267e26;
}

.heading-style-h3 {
  margin-left: -20px;
  margin-right: 0;
  font-family: Cooper, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.what-to-expect_header {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.what-to-expect_block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.results_card {
  grid-row-gap: 2rem;
  flex-direction: row;
  display: flex;
}

.results_text {
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-right: .75rem;
  display: flex;
}

.results_instagram-embed-wrapper {
  width: 100%;
  max-width: 50%;
  margin-left: .75rem;
}

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mask {
  height: auto;
  padding-bottom: 2rem;
}

.slide {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.results_insta-embed {
  background-color: #fff;
  border-radius: 1.5rem;
  margin-bottom: 0;
}

.results_insta-embed.shadow_medium {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

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

.icon {
  color: var(--inzhir);
}

.icon-2 {
  color: #5c267f;
}

.heading-style-h2_medium {
  font-family: Cooper, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.equipment_block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.equipment_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.equipment_item {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pricng_block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span {
  font-size: 1.5rem;
}

.pricng_card_features-point {
  grid-column-gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.pricing_card {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 16rem;
  max-width: 22rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000029;
}

.pricing_card.ultra {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(325deg, #631c86, #b149e2);
}

.pricing_card.platinum {
  background-color: var(--black);
  color: var(--white);
}

.pricing_cards {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.pricng_card_features-point_text {
  line-height: 1.2;
}

.pricng_card_features-point_icon-wrapper {
  align-items: center;
  height: 1.2rem;
  display: flex;
}

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

.text-align-center {
  text-align: center;
}

.styles {
  display: none;
}

.reasons_slide_content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--white);
  position: absolute;
  top: 1.5rem;
}

.reasons_card {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.team_block {
  width: 100%;
  max-width: 58.5rem;
  margin-left: auto;
  margin-right: auto;
}

.team_list-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team_member {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.team_member.hide {
  display: none;
}

.team_member_photo-wrapper {
  flex: none;
  width: 22.5rem;
  height: 22.5rem;
}

.team_member_info {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28.5rem;
  display: flex;
}

.team_line {
  width: 22.5rem;
  height: 100%;
  position: absolute;
  top: -26px;
}

.team_list {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team_header {
  text-align: center;
}

.heading-style-h3_small {
  font-size: 1.5rem;
}

.team_line-mobile {
  width: 22.5rem;
  position: absolute;
  top: 0;
}

.team_line-mobile-wrapper {
  display: none;
}

.results_instagram-embed {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.results_instagram-embed-shadow {
  background-image: linear-gradient(145deg, var(--gradient-red), var(--gradient-purple));
  border-radius: 1.5rem;
  width: 23.875rem;
  height: 37.625rem;
  display: none;
  position: absolute;
  top: 0;
  transform: rotate(6deg);
}

.section_footer {
  background-color: var(--black);
  color: var(--white);
}

.footer_grid-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-body_large {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.footer_link_contact {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: flex;
}

.header_pic-wrapper {
  flex: 1;
  width: 100%;
}

.max-width_16rem {
  color: var(--grey);
  width: 100%;
  max-width: 16rem;
}

.calculator-highlight {
  color: var(--gradient-red);
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_legal-link {
  color: var(--grey);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
  line-height: 1;
  text-decoration: none;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.weight-loss_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.weight-loss_text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.reasons_card_button-block {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.arrow-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.faq_text p {
  margin-bottom: .25rem;
}

.faq_text blockquote {
  border-left-color: var(--gradient-purple);
  font-size: 1rem;
  line-height: 1.4;
}

.faq_icon-wrapper {
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  display: flex;
}

.faq_content-wrapper {
  cursor: pointer;
  border-top: 1px solid #ccf;
  border-radius: 1.5rem;
  width: 100%;
}

.faq_number {
  justify-content: flex-end;
  align-items: flex-start;
  width: 1.75rem;
  display: none;
}

.faq_header_header {
  align-items: center;
  width: 100%;
  display: flex;
}

.section_faq_content {
  grid-column-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.25rem 2rem 1.5rem 1rem;
  display: flex;
}

.section_faq_list {
  flex-direction: column;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.faq_icon {
  width: 1rem;
  height: 1rem;
}

.give-hand_card_text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.give-hand_card_text {
  z-index: 1;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.give-hand_card {
  z-index: 2;
  background-image: linear-gradient(to right, #fbfbfb, #f2f2f2);
  border-radius: 1.5rem;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.give-hand_card_pic-wrapper {
  flex: 1;
  position: relative;
}

.give-hand_card_pic {
  width: auto;
  max-width: none;
  height: 27rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.give-hand_card_pic-mobile-1, .give-hand_card_pic-mobile-2 {
  display: none;
}

.section_motivation {
  height: 300vh;
}

.div-block-20 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.motivation_animated-h2 {
  position: absolute;
}

.motivation_animated-h2._2, .motivation_animated-h2._3, .motivation_animated-h2._4, .motivation_animated-h2._1 {
  opacity: 1;
}

.motivation_subheader {
  margin-top: -6rem;
}

.div-block-21 {
  position: sticky;
  top: 0;
}

.div-block-22 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.menu-button {
  padding-bottom: 1.25rem;
}

.header_pic {
  width: 100%;
  height: auto;
}

.slide-nav {
  margin-bottom: -1rem;
}

.section_faq_header {
  grid-column-gap: .5rem;
  width: 100%;
  display: flex;
}

.div-block-24 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.footer_logo-and-links {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #ababab59;
  border-bottom: 1px solid #ababab59;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.footer_banks_wrapper {
  justify-content: center;
  margin-top: 2.5rem;
  display: flex;
}

.footer_banks_image {
  width: auto;
  max-height: 2.5rem;
}

.give-hand_card-wrapper {
  position: relative;
}

.give-hand_card_pic-mobile {
  display: none;
}

.footer_link_icon {
  width: 1.5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.list {
  padding-left: 45px;
}

.heading-style-h2 {
  font-family: Cooper, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}

.piricng_card_expand-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  margin-top: -1rem;
  display: flex;
}

.piricng_card_expand-button.ultra {
  color: var(--white);
}

.icon-1x1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.piricng_card_features-collapse {
  margin-top: -1.5rem;
  overflow: hidden;
}

.pricing_card_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing_card_buttons.hide-desktop {
  display: none;
}

.pricing_card_img {
  position: absolute;
}

.pricing_card-content {
  z-index: 1;
  grid-row-gap: 1.5rem;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000029;
}

.pricing_card-content.demo {
  padding-bottom: 1.5rem;
}

.margin-top_1rem {
  margin-top: 1rem;
}

.pricing_card_tags-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 1rem;
}

.pricing_card_tag {
  background-color: var(--white);
  color: var(--gradient-purple);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  padding: .25rem .75rem;
}

.pricing_card_tag.lite {
  background-color: var(--gradient-purple);
  color: var(--black);
  background-image: linear-gradient(251deg, #e95bd2, #fcecfb);
}

.pricing_card_tag.platinum {
  color: var(--black);
}

.pricing_card_tag.pro {
  background-image: linear-gradient(74deg, var(--gradient-purple), var(--gradient-red));
  color: var(--white);
}

.button-outline {
  color: #000;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #00000080;
  border-radius: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: all .2s;
}

.button-outline:hover {
  transform: translate(0, -.25rem);
}

.button-outline.white {
  color: var(--white);
  border-color: #ffffff80;
}

.margin-top_1-5rem {
  margin-top: 1.5rem;
}

.container-large {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.quiz-form-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: flex;
  position: absolute;
  left: 0;
}

.quiz-stage {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 30rem;
  display: flex;
}

.radio-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--grey);
  cursor: pointer;
  border-radius: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  padding-left: .75rem;
  padding-right: 1rem;
  display: flex;
}

.input-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.radio-buttons-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio {
  margin-top: 1px;
  margin-left: 0;
}

.radio-buttons-wrapper, .form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.next-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 1rem;
  padding: .75rem 3rem;
  line-height: 1.5;
  transition: all .2s;
  box-shadow: 0 4px 16px 2px #8f4ead59;
}

.next-button.first {
  background-image: linear-gradient(90deg, var(--gradient-red), var(--gradient-purple));
}

.quiz-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.quiz_mistery-plan {
  background-image: url('../images/pic-wrapper-lite.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20rem;
  height: 32.375rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.weight-loss_card-copy-copy {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
  left: 0;
}

.quiz-header {
  font-size: 3.75rem;
}

.quiz_question-img {
  width: auto;
  height: 320px;
}

.quiz-result {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.quiz-result_lite, .quiz-result_pro, .quiz-result_ultra {
  display: none;
}

.div-block-28 {
  max-width: 20rem;
}

.quiz-results_arrow {
  transform: rotate(-90deg);
}

.container-small {
  width: 100%;
  max-width: 58.5rem;
  margin-left: auto;
  margin-right: auto;
}

.quiz-stage_header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.installment-inline-button {
  color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrapper.right-align {
  justify-content: flex-end;
}

.installments-pay_card_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.installments-pay_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 16px #5c267e26;
}

.installments-pay {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.installments-pay_divider {
  background-color: var(--inzhir);
  opacity: .2;
  width: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.installments-pay_card_card-img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
}

.installments-pay_card_card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 5rem;
  max-width: 5.875rem;
  display: flex;
}

.text-color-grey {
  color: var(--grey);
}

.installments-pay_card_cards-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.faq_dropdown-list {
  position: static;
}

.faq_dropdown-list.w--open {
  background-color: #fff;
}

.faq_dropdown {
  white-space: normal;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.faq_dropdowns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq_dropdown-wrapper {
  width: 100%;
}

.section_faq_dropdown {
  background-color: #fff;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: static;
}

.image-4 {
  width: 100%;
  height: auto;
}

.container-xlarge {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.weight-loss_button-wrapper {
  flex-flow: column;
  display: flex;
}

.yt-video-wrapper {
  border-radius: 1.5rem;
  overflow: clip;
}

.yt-video-playlist-wrapper {
  aspect-ratio: 16 / 9;
}

.agreement-checkboxes-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000042;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0;
}

.agreement-checkboxes-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  padding: 4rem;
  display: flex;
  position: relative;
}

.agreement-check_item_check {
  border-radius: 15rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .5rem;
}

.agreement-check-card_list_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.agreement-check_item-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.agreement-check_item_link {
  color: var(--gradient-purple);
  margin-left: 2.25rem;
  text-decoration: none;
}

.agreement-check_item_label {
  padding-top: .5rem;
  padding-bottom: .25rem;
  padding-left: .75rem;
}

.agreement-checkboxes-card_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card_buy-button {
  flex-flow: column;
  display: flex;
}

.agreement-close {
  cursor: pointer;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.pricing-card_gift-button {
  flex-flow: column;
  display: flex;
}

.demo-lite_what-included {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-lite_what-included_item {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.demo-lite_how-to_grid_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  display: flex;
  box-shadow: 0 4px 16px #5c267e26;
}

.demo-lite_how-to {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demo-lite_how-to_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.demo-lite_how-to_grid_item_text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.demo-lite_header_img {
  border-radius: 2rem;
  width: auto;
  height: 36.25rem;
}

.demo-lite_header_h1 {
  font-family: Cooper, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.demo-lite_header_tags {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.demo-lite_header_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
}

.demo-lite_header_text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.header_pic-wrapper-copy {
  flex: 1;
  width: 100%;
}

.demo-lite_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.demo-banner_tag {
  color: var(--white);
  background-image: linear-gradient(115deg, #ff75bf, #e877fd);
  border-radius: 2rem;
  flex: none;
  padding: .5rem 1rem;
}

.demo-banner_tags {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.demo-banner_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 4rem 5rem;
  display: flex;
}

.demo-banner_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.demo-banner {
  background-image: linear-gradient(130deg, var(--gradient-red), var(--gradient-purple));
}

.demo-banner_header.hide-desktop {
  display: none;
}

.demo-banner_free-one-week {
  font-family: Cooper, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.demo-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.exit-intent-banner {
  z-index: 999;
  background-color: #000000ad;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.embed {
  display: none;
}

.exit-intent-banner_img-desktop {
  border-radius: 1.5rem;
}

.exit-intent-banner_button {
  position: absolute;
  bottom: 2rem;
  left: 17%;
}

.exit-intent-banner_banner {
  position: relative;
}

.exit-intent-banner_img-mobile {
  border-radius: 1.5rem;
  display: none;
}

.main-wrapper-2 {
  overflow: clip;
}

.doc_rich-text {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2rem;
}

.doc_rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.doc_rich-text h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: Cooper, sans-serif;
}

.doc_rich-text h3 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.doc_rich-text p {
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .padding-global.prcings {
    padding-right: 0;
  }

  .header_big-header {
    font-size: 5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-menu {
    background-color: var(--white);
    border-radius: 1.5rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .25rem;
    margin-left: .5rem;
    margin-right: .5rem;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .brand {
    padding-left: 0;
  }

  .navbar_container {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .reasons_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .achievements_block {
    flex-direction: column-reverse;
    display: flex;
  }

  .weight-loss_card {
    flex-direction: column;
    width: 100%;
  }

  .weight-loss_card-wrapper {
    justify-content: center;
    display: flex;
  }

  .what-to-expect_subheader {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .what-to-expect_card-header {
    grid-column-gap: .25rem;
  }

  .what-to-expect_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .results_card {
    flex-direction: column;
    align-items: center;
  }

  .results_text {
    text-align: center;
    max-width: none;
  }

  .results_instagram-embed-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .pricing_cards {
    flex-flow: wrap;
    padding-right: 1rem;
    overflow: auto;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
    justify-content: flex-start;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .give-hand_card_text-wrapper {
    grid-row-gap: 1rem;
    align-items: center;
    max-width: none;
  }

  .give-hand_card_text {
    z-index: 1;
    grid-row-gap: 2rem;
    text-align: center;
    align-items: center;
    padding-left: 0;
    position: relative;
  }

  .give-hand_card {
    flex-direction: column;
    height: 40rem;
  }

  .give-hand_card_pic-wrapper {
    justify-content: center;
    display: flex;
  }

  .give-hand_card_pic {
    right: auto;
  }

  .menu-button {
    border: 1px solid var(--inzhir);
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 2rem;
    padding: 0 0 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .achievements_pic-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .icon-3 {
    color: var(--black);
    display: none;
  }

  .navbar_cta-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: .5rem;
    display: flex;
  }

  .div-block-23 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    align-items: center;
    display: flex;
  }

  .image {
    position: absolute;
    top: 7px;
    left: 13px;
  }

  .image-2 {
    max-height: 2rem;
  }

  .footer_logo-and-links {
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .quiz-form-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 50vw;
  }

  .quiz-stage {
    min-width: 0;
  }

  .weight-loss_card-copy-copy {
    flex-direction: column;
    width: 100%;
  }

  .quiz-header {
    font-size: 3rem;
  }

  .quiz-form {
    max-width: 50vw;
  }

  .quiz_question-img {
    height: 160px;
  }

  .quiz-result {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .installments-pay_card_card {
    justify-content: flex-start;
    align-items: center;
  }

  .installments-pay_card_cards-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .demo-lite_header_img {
    object-fit: cover;
  }

  .demo-lite_header_h1 {
    font-size: 3.5rem;
  }

  .demo-lite_header {
    align-content: start;
  }

  .demo-banner_card {
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
  }

  .demo-banner_free-one-week {
    font-size: 2.25rem;
  }

  .exit-intent-banner_img-desktop {
    display: none;
  }

  .exit-intent-banner_button {
    bottom: 1.5rem;
    left: auto;
  }

  .exit-intent-banner_banner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .exit-intent-banner_img-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .padding-global.prcings, .padding-global.no-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.header {
    padding-top: 0;
  }

  ._2col-section {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .header_text-block {
    text-align: center;
    align-items: center;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .navbar_container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .reasons_slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .achievements_grid {
    grid-template-columns: 1fr 1fr;
  }

  .weight-loss_card {
    grid-row-gap: 3rem;
    padding: 3.5rem 2rem;
  }

  .input.half-width {
    width: 100%;
  }

  .weight-loss_card-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .label {
    text-align: left;
  }

  .what-to-expect_subheader {
    grid-row-gap: .25rem;
  }

  .what-to-expect_grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .results_card {
    flex-direction: column;
  }

  .results_instagram-embed-wrapper {
    max-width: 100%;
  }

  .mask {
    overflow: visible;
  }

  .slide {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .equipment_list {
    grid-template-columns: 1fr 1fr;
  }

  .pricing_card {
    max-width: none;
  }

  .pricing_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .team_list-wrapper {
    justify-content: center;
  }

  .team_member {
    flex-direction: column;
  }

  .team_member_info {
    grid-row-gap: .75rem;
    text-align: center;
    align-items: center;
  }

  .team_line {
    height: auto;
    display: none;
  }

  .team_list {
    grid-row-gap: 4rem;
  }

  .heading-style-h3_small {
    font-size: 1.25rem;
  }

  .team_line-mobile {
    width: 30.3125rem;
    height: 100%;
  }

  .team_line-mobile-wrapper {
    flex-direction: column;
    align-items: center;
    width: 200%;
    height: 87%;
    display: flex;
    position: absolute;
  }

  .footer_grid-1 {
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-style-body_large {
    font-size: 1rem;
  }

  .header_pic-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    height: 100vw;
    margin-top: -3rem;
    display: flex;
    position: relative;
  }

  .div-block-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
  }

  .reasons_arrows {
    width: 2rem;
    display: block;
  }

  .reasons_arrow-icon {
    font-size: 1.5rem;
  }

  .weight-loss_text-wrapper {
    margin-top: 4rem;
  }

  .faq_text {
    width: 100%;
  }

  .section_faq_content {
    white-space: normal;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .give-hand_card_text {
    margin-bottom: -1rem;
    padding: 3rem 1rem 0;
  }

  .give-hand_card {
    flex-direction: column;
    height: auto;
  }

  .give-hand_card_pic-wrapper {
    flex: 0 auto;
    align-items: flex-end;
  }

  .give-hand_card_pic {
    object-fit: fill;
    width: 100%;
    display: none;
    right: 0;
  }

  .give-hand_card_pic-mobile-1 {
    display: block;
    position: absolute;
    top: 6.9rem;
    left: 0;
  }

  .give-hand_card_pic-mobile-2 {
    display: block;
    position: absolute;
    top: 2rem;
    right: 0;
  }

  .pricing_heder {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header_pic {
    z-index: -1;
    width: 120%;
    max-width: 200%;
    position: absolute;
  }

  .heading-style-h2_mobile-small {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .image-2 {
    max-height: 1.5rem;
  }

  .give-hand_card_pic-mobile {
    width: 100%;
    display: block;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.mobile-l {
    font-size: 3rem;
  }

  .pricing_card_buttons.hide-desktop {
    display: flex;
  }

  .quiz-form-wrapper {
    grid-row-gap: 3rem;
    text-align: center;
    flex: 1;
    max-width: none;
    padding: 0;
    position: static;
  }

  .quiz-stage {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    min-width: 0;
  }

  .input-row.mobile-col {
    flex-flow: column;
  }

  .quiz-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quiz_mistery-plan {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    min-height: 32rem;
    padding: 1rem;
    display: flex;
  }

  .weight-loss_card-copy-copy {
    grid-row-gap: 3rem;
    padding: 0;
    position: static;
  }

  .quiz-header {
    font-size: 2rem;
  }

  .quiz-form {
    flex-flow: column;
    flex: 1;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .quiz-result {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .div-block-28 {
    text-align: center;
    max-width: none;
  }

  .quiz-results_arrow {
    object-fit: cover;
    width: 94px;
    height: 70px;
    transform: none;
  }

  .quiz-stage_header-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .installments-pay_card_header-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .installments-pay_card {
    text-align: center;
  }

  .installments-pay {
    flex-flow: column;
  }

  .installments-pay_divider {
    width: auto;
    height: 1px;
    margin: 0 1.5rem;
  }

  .heading {
    width: 100%;
  }

  .agreement-checkboxes-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .agreement-checkboxes-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .agreement-checkboxes-card_list {
    margin-bottom: 1rem;
    display: flex;
  }

  .demo-lite_what-included {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .demo-lite_how-to_grid {
    grid-template-columns: 1fr;
  }

  .demo-lite_header_img {
    z-index: -1;
    object-fit: cover;
    object-position: 50% 0%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
    max-height: 320px;
  }

  .demo-lite_header_tags {
    margin-bottom: -.75rem;
  }

  .demo-lite_header_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .demo-lite_header_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header_pic-wrapper-copy {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    height: 100vw;
    margin-top: -3rem;
    display: flex;
    position: relative;
  }

  .hide-mobile {
    display: none;
  }

  .demo-lite_header {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .demo-banner_tag {
    font-size: .75rem;
  }

  .demo-banner_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .demo-banner_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse wrap;
  }

  .demo-banner_header {
    color: var(--white);
    text-align: center;
    margin-bottom: 1rem;
  }

  .demo-banner_header.hide-desktop {
    display: block;
  }

  .demo-banner_free-one-week {
    font-size: 2.25rem;
  }

  .doc_rich-text h2 {
    font-size: 1.25rem;
  }

  .doc_rich-text h1 {
    font-size: 24px;
    line-height: 115%;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .results_card {
    flex-direction: column;
  }

  .slide {
    width: 100%;
  }

  .pricing_cards {
    flex-flow: column;
  }

  .team_line-mobile-wrapper {
    width: 200%;
    position: absolute;
  }

  .footer_grid-1 {
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
  }

  .header_pic-wrapper {
    height: 100vw;
  }

  .div-block-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq_header_header {
    align-items: center;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .give-hand_card_pic-mobile-1 {
    left: -2rem;
  }

  .give-hand_card_pic-mobile-2 {
    right: -1.5rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .left-arrow {
    left: -1rem;
  }

  .right-arrow {
    right: -1rem;
  }

  .navbar_cta-wrapper {
    margin-right: .25rem;
  }

  .footer_banks_image {
    width: 100%;
    height: auto;
  }

  .heading-style-h2.mobile-l {
    font-size: 3rem;
  }

  .agreement-check_item_check {
    flex: none;
  }

  .header_pic-wrapper-copy {
    height: 100vw;
  }

  .exit-intent-banner_img-mobile {
    max-width: 95%;
  }
}

#w-node-b12ef98e-7551-19d9-ea06-fcf2db5f4da4-a31c66ac, #w-node-bcecf728-775d-673f-404a-2b8efe6138b0-a31c66ac, #w-node-a0c6e734-b0e2-333b-a4f7-e3d8c5411baa-a31c66ac, #w-node-_910e1e15-abe6-13fb-9833-0f792d633af5-a31c66ac, #w-node-_4a8dd822-a482-b9c2-7cb2-761345c63729-a31c66ac, #w-node-a13ef05a-5f57-fee5-bf92-e3d7b694a2af-a31c66ac, #w-node-d27dbd44-4a42-d27e-d764-1ee7193886f5-a31c66ac, #w-node-_155df3ea-f082-8ce2-2aab-f1f5bde030f9-a31c66ac, #w-node-c46e7bf2-9159-c897-0c2c-c8ffd4007653-a31c66ac, #w-node-_60926949-8f99-03c8-04ee-7dc519e8911a-a31c66ac, #w-node-bdee08d2-1b6e-4fb4-bd13-7d0b9885ef7c-a31c66ac, #w-node-c4ffe6a5-96e1-c83a-37ef-f64b500362da-a31c66ac, #w-node-_43afe0a5-f0cf-cb6b-b938-7c484f3d759b-a31c66ac, #w-node-_04b7c79f-7dd2-f582-8b0c-673f25e99018-a31c66ac, #w-node-c5e966ee-b403-d57c-68d4-954b7a28c6f2-a31c66ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3927c245-8118-0c81-ff2e-cf8f54488b2e-b9f2699b {
  justify-self: end;
}

#w-node-fd7af0da-dc52-cdd9-07cb-19c664ff239c-b9f2699b, #w-node-fd7af0da-dc52-cdd9-07cb-19c664ff2398-b9f2699b, #w-node-fd7af0da-dc52-cdd9-07cb-19c664ff238d-b9f2699b, #w-node-_5d5194eb-e232-9ec7-b480-7e74f0d47627-b9f2699b, #w-node-_9a4741a6-ad0a-2a18-2261-7878acb97bef-b9f2699b, #w-node-_51ea05fd-bdc7-564e-8c7d-3cd0aba0b6c8-b9f2699b, #w-node-_10719c7a-01e5-e1ff-ed8a-82d81f3cccc0-b9f2699b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cooper';
  src: url('../fonts/Cooper_Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}