@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitter-n;
  src: url('../fonts/Bitter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-font: Montserrat, sans-serif;
  --body-font-color: #1a0f0a;
  --brand-color-2: #d4503a;
  --heading-font: Montserrat, sans-serif;
  --white: #fff;
  --dark: #1a0f0a;
  --brand-color: #c6b1cb;
  --heading-font-color: black;
  --subtext-label-color: #898989;
  --footer-background: #c6b1cb;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  background-color: #2b2b2b;
  font-size: 16px;
  line-height: 24px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.container-1200px {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

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

.navbar-link {
  max-width: 200px;
}

.navbar-img {
  object-fit: contain;
  max-height: 48px;
}

.cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand-color-2);
  font-family: var(--heading-font);
  color: #faf5ee;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .28s;
  display: flex;
}

.cta-btn:hover {
  box-shadow: 0 1px 8px 3px var(--brand-color-2);
  transform: scale(1.05);
}

.cta-btn.navbar-btn.v3 {
  color: #fff;
  background-color: #ffb517;
}

.cta-btn.foot-btn {
  background-color: var(--white);
  color: var(--dark);
}

.cta-btn.foot-btn.foot-btn-2 {
  background-color: var(--brand-color-2);
  color: var(--white);
}

.cta-btn.v2 {
  color: #2d1e1d;
  background-color: #fc049e;
  transition-property: transform;
}

.cta-btn.v3 {
  color: #fff;
  background-color: #ffb517;
}

.cta-btn.hero {
  letter-spacing: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.cta-btn.pop {
  background-color: #ef476f;
}

.cta-btn.pop:hover {
  box-shadow: 0 1px 8px 3px #f8b4c4;
}

.navbar-outer-div {
  padding-top: 16px;
  padding-bottom: 16px;
}

.arrow-img {
  width: 24px;
  height: 24px;
  display: none;
}

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

.section.background-1 {
  background-color: #ffe7c2;
}

.section.footer-background {
  background-image: linear-gradient(135deg, #ffd89b, #f2a35c 28%, #d4503a 67%, #8b2a1f);
}

.section.background-2 {
  background-color: #ffb517;
}

.section.background-3 {
  background-color: #1a0f0a;
}

.section._0-2 {
  padding-bottom: 0;
}

.section._0-2.background-color-wihte {
  background-color: #fff;
}

.section.background-4 {
  background-color: #12151c;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.background-5 {
  background-color: #efe6da;
}

.section.background-6 {
  background-color: #12151c;
}

.section.v5 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.background-7 {
  background-image: url('../images/Section---FINAL-CTA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer-background-2 {
  background-color: #0d0e13;
}

.section.background-8 {
  background-color: #f7f1e9;
}

.section.background-9 {
  background-color: #fffaf3;
}

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

.image-hero {
  width: 100%;
}

.image-hero.about {
  height: auto;
}

.image-hero.challenge {
  border: 5px solid #ffb517;
  border-radius: 16px;
}

.flex-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.flex-8.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-48.centered {
  justify-content: flex-start;
  align-items: center;
}

.flex-48.full-width {
  width: 100%;
}

.uppercase-hero {
  color: var(--brand-color);
}

.uppercase-hero.v2 {
  color: #2b2b2b;
}

.uppercase-hero.v3 {
  color: #ffb517;
}

.uppercase-span {
  color: var(--brand-color);
  font-weight: 600;
}

.h1-hero {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 47px;
  line-height: 1.2;
}

.h1-hero.v2 {
  color: #2d1e1d;
}

.h1-hero.v3 {
  color: var(--heading-font-color);
}

.flex-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.flex-24.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.flex-24.flex-center.position-relative {
  position: relative;
}

.flex-24.flex-center.position-relative.max-width-900px.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-24.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.form-embed {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.form-embed.v2 {
  max-width: 100%;
}

.form-styles {
  display: none;
}

.subtext {
  font-family: var(--heading-font);
  color: var(--brand-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.subtext.foot-color {
  color: var(--heading-font-color);
}

.subtext.text-color-white {
  color: var(--white);
}

.subtext.text-color-black {
  color: var(--heading-font-color);
}

.grid-item, .text-align-center {
  text-align: center;
}

.text-align-center.v3 {
  color: var(--heading-font-color);
}

.h2 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-weight: 700;
  line-height: 1.2;
}

.h2.text-align-center._2 {
  color: var(--brand-color);
}

.h2.text-align-center.text-color-white {
  color: var(--white);
}

.h2.text-align-center._3 {
  color: #ffb517;
}

.h2.text-align-center._4 {
  color: var(--white);
}

.h2.foot-color {
  color: #fff;
}

.h2.text-color-white {
  color: var(--white);
}

.h2.text-color-white.f2 {
  flex-flow: column;
  display: flex;
}

.slide-nav-10 {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}

.transformation-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  left: 144px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.slide-nav {
  color: #efa37d;
  background-color: #fff0;
  margin-top: 48px;
  margin-bottom: 0;
  position: static;
}

.right-arrow {
  color: #000;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  right: 144px;
}

.sliderwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sliderwrap._1col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon {
  color: #fff;
  background-color: #eb4b33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 19px;
  display: flex;
}

.icon.left {
  background-color: var(--brand-color-2);
  color: #000;
}

.icon.left.v2 {
  background-color: #ffb517;
}

.icon.right {
  background-color: var(--brand-color-2);
  color: #000;
}

.icon.right.v2 {
  background-color: #ffb517;
}

.lightbox-img {
  width: 100%;
  height: 100%;
}

.app-icon {
  width: 80px;
  height: 80px;
}

.foot-logo-img {
  object-fit: contain;
  max-width: 180px;
  max-height: 48px;
}

.flex-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-32.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.flex-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-12.centered {
  justify-content: flex-start;
  align-items: center;
}

.flex-12.centered.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-12.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-12.full-width {
  width: 100%;
}

.col-right-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.social-icon-link {
  color: #fff;
  width: 28px;
  transition: all .2s;
}

.social-icon-link:hover {
  color: var(--heading-font-color);
}

.social-icon-link.v2:hover {
  color: #b08d57;
}

.social-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-disclaimer-txt {
  font-family: var(--heading-font);
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}

.footer-disclaimer-txt.brand-bold {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-disclaimer-txt.is-underline {
  text-decoration: underline;
  transition: all .2s;
}

.footer-disclaimer-txt.is-underline:hover {
  color: var(--heading-font-color);
}

.copyright-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.terms-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.flex-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.flex-4.centered {
  justify-content: flex-start;
  align-items: center;
}

.flex-4.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.span-brand {
  color: var(--brand-color);
}

.reward-about {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nasm-logo {
  width: 120px;
}

.image-hero-2 {
  width: 100%;
  height: 100%;
}

.h1-hero-2 {
  max-width: 900px;
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  font-size: 32px;
}

.image-hero-3 {
  object-fit: contain;
  width: 100%;
  min-width: 120%;
  max-width: 120%;
  height: 100%;
  margin-top: -62px;
  margin-left: -59px;
}

.text-align-center-mob.text-color-light {
  color: #f6eef8;
}

.text-align-center-mob.v2 {
  color: #2d1e1d;
}

.text-align-center-mob.v3 {
  color: var(--heading-font-color);
}

.rt-privacy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.rt-privacy a {
  color: var(--white);
  text-decoration: underline;
}

.field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.form-contact {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-col {
  width: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
  color: #101828;
}

.form_input::placeholder {
  color: #667085;
}

.form_input.select {
  color: #101828;
  background-color: #fff;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.text-size-18.v2 {
  max-width: 450px;
  color: var(--dark);
}

.text-size-18.max-width-750 {
  max-width: 750px;
}

.text-size-18.white-var {
  color: #ffe7c2;
}

.text-size-18.white-var.max-with-500 {
  max-width: 500px;
}

.text-size-18.white-var.text-align-center.lim-look {
  max-width: 1000px;
}

.text-size-18.v3 {
  max-width: 500px;
}

.text-size-18.text-color-white.proof-lim {
  max-width: 730px;
}

.text-size-18.text-color-white.v55 {
  color: #4a4d56;
  text-align: center;
  max-width: 800px;
}

.text-size-18.v10 {
  color: #fffaf3cc;
}

.text-size-18.v15 {
  max-width: 850px;
}

.max-width-900px {
  max-width: 900px;
}

.iphone-mockup {
  z-index: 1;
  height: 100%;
  position: relative;
}

.device-description-wrap {
  color: var(--white);
  margin-top: 16px;
  font-size: 18px;
}

.device-title-wrap {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 6%;
  width: 93%;
  height: 95%;
  position: absolute;
  top: 2.4%;
  left: 3.5%;
}

.iphone-shape {
  z-index: 999;
  height: 90%;
  position: relative;
}

.iphone-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.play-pause-button-3 {
  display: none;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a59ae6, #e6b1d9);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text {
  text-transform: uppercase;
}

.flex-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.flex-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.flex-16.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-weight-normal {
  font-weight: 400;
}

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

.feature-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-icon {
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-20 {
  font-size: 20px;
  line-height: 1.2;
}

.text-size-20.text-align-center.text-color-white {
  color: #fffaf3;
}

.feel-feature-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #151212;
  background-color: #e1d2e4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  display: flex;
}

.feature-icon-2 {
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
}

.ways-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  display: grid;
}

.way-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.text-size-24.text-color-white {
  font-size: 24px;
  line-height: 1.2;
}

.way-arrow {
  position: absolute;
  inset: -68% 37% auto auto;
}

.video-wrap {
  border-radius: 4px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

.page-wrapper-home {
  background-color: #e8eaef;
}

.span-brand-3 {
  color: #fc049e;
}

.variants-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.full-width {
  width: 100%;
}

.variant-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #2d1e1d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  flex: none;
  width: 24px;
  height: 24px;
}

.text-block {
  color: #2d1e1d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-2 {
  color: #2d1e1d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.text-span {
  font-style: italic;
  text-decoration: line-through;
}

.div-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #00000075;
  font-size: 10px;
  line-height: 1.2;
}

.feature-low-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3b3b3b;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 18px 18px;
  display: flex;
}

.chart-wrap {
  color: #3f3f3f;
  border: 1px solid #fafafa6b;
  width: 100%;
}

.price-tag-span {
  font-size: 16px;
  font-weight: 800;
}

.top-row-feature-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f996d0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.text-size-14 {
  font-size: 14px;
  line-height: 24px;
}

.feature-head-title-2 {
  color: #3b3b3b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 28px;
}

.label {
  color: var(--heading-font-color);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 6px;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  inset: -3% -3% auto auto;
  transform: rotate(7deg);
}

.feature-checkmark-2 {
  color: #fff;
  width: 16px;
  display: flex;
}

.chart-cell {
  padding: 6px 12px;
  display: flex;
}

.chart-cell.category-cell {
  border-right: 1px solid #fafafa6b;
}

.chart-cell.middle-cell {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px solid #fafafa6b;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.chart-cell.middle-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.chart-cell.middle-2.v2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.coaching-packs {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px;
}

.span-brand-2 {
  color: #e748b1;
}

.feature-circle-2 {
  text-overflow: clip;
  background-color: #fc049e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-feature-2 {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.subtext-2 {
  color: #222226;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.feature-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.icon-lg {
  text-align: center;
  font-size: 20px;
}

.grid-features-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fc049e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

.cta-btn-2:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #e748b1;
}

.h2-2 {
  color: #141414;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.chart-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #9f9f9f99;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr .7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chart-row.top-row {
  background-color: #f996d0;
}

.chart-row.last-row {
  border-bottom-style: none;
}

.italic-text {
  text-decoration: line-through;
}

.included-rows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.included-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.code-embed {
  color: #ffb517;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.text-block-3.v2 {
  max-width: 350px;
}

.top-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #4a464b;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: none;
}

.top-banner:hover {
  text-decoration: underline;
}

.body-summer {
  background-color: #2b2b2b00;
}

.span-brand-4 {
  color: #ffb517;
}

.div-block-3 {
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

.how-it-works-grid {
  flex-flow: column;
  display: flex;
}

.how-it-works-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffb517;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
  font-size: 18px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-4 {
  border-right: 1px dashed #000;
  width: 2px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  background-color: #fffaf3;
}

.page-wrapper.background-color-2 {
  background-color: #ffe7c2;
}

.page-wrapper.v3 {
  background-color: #f7f1e9;
}

.uppercase-hero-2 {
  color: var(--dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.uppercase-hero-2.v2 {
  color: #2b2b2b;
}

.uppercase-hero-2.v3 {
  color: #ffb517;
}

.uppercase-hero-2.c2-small {
  color: #ffe7c2;
  font-size: 12px;
  font-weight: 400;
}

.h1-hero-3 {
  color: var(--dark);
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
}

.h1-hero-3.v2 {
  color: #2d1e1d;
}

.h1-hero-3.v3 {
  color: var(--heading-font-color);
}

.h1-hero-3.v5 {
  font-size: 74px;
}

.span-brand-5 {
  color: var(--brand-color-2);
}

.features-row-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.features-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.feature-icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.feature-icon-3.large {
  width: 40px;
  height: 40px;
}

.feature-text {
  color: var(--dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
}

.h2-n {
  color: var(--dark);
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.h2-n.text-align-center._2 {
  color: var(--brand-color);
}

.h2-n.text-align-center.text-color-white {
  color: var(--white);
}

.h2-n.text-align-center._3 {
  color: #ffb517;
}

.h2-n.text-align-center._4 {
  color: var(--white);
}

.h2-n.text-align-center.c6 {
  max-width: 1000px;
}

.h2-n.foot-color {
  color: #fff;
}

.h2-n.text-color-white {
  color: var(--white);
}

.h2-n.text-color-white.f2 {
  flex-flow: column;
  display: flex;
}

.h2-n.v2 {
  font-size: 60px;
}

.h2-n.v2.white-var {
  color: #000;
}

.h2-n.v2.flex {
  flex-flow: column;
  display: flex;
}

.h2-n.v2.white-adj {
  color: #fffaf3;
}

.h2-n.v2.white-adj.v5 {
  color: #4a4d56;
  text-align: center;
  max-width: 800px;
}

.h2-n.v3 {
  color: #fde4ca;
  font-size: 76px;
}

.h2-n.v3.white-var {
  color: #000;
}

.h2-n.v3.dark-var {
  color: var(--dark);
}

.h2-n.v3.dark-var.flex.vfvv {
  color: #fde4ca;
}

.h2-n.v3.flex {
  flex-flow: column;
  display: flex;
}

.grid-you {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-col.v2 {
  max-width: 800px;
}

.features-row-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  border-bottom: 1px solid #eed5b8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  display: flex;
}

.features-row-2.v2 {
  color: var(--white);
  border-bottom-color: #12151c26;
}

.features-row-2.v2.v33 {
  color: var(--heading-font-color);
}

.testimonials-gridline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-div {
  background-color: #1a0f0a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.testimonial-div.white {
  background-color: #fffaf3;
}

.testimonial-div.orange {
  background-color: #d4503a;
}

.testimonial-div.dark {
  background-color: #1a0f0a;
}

.spotlight-featured-txt {
  color: #fffaf3;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1.2;
}

.separator-row-spotlight {
  border-top: 1px solid #faf5ee26;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.text-block-6 {
  color: #fffaf3;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.quote-icon {
  opacity: .5;
  color: var(--brand-color-2);
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-style: italic;
  line-height: 24px;
}

.quote-icon.v2 {
  color: #fffaf3;
}

.quote-text {
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.quote-text.v2 {
  color: var(--white);
}

.testimonial-separator-2 {
  background-color: #1a0f0a26;
  width: 100%;
  height: 1px;
  margin-top: 24px;
}

.testimonial-separator-2.v2 {
  background-color: #faf5ee26;
}

.testimonial-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.included-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.included-row-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #eed5b8;
  display: flex;
}

.feature-text-2 {
  color: #eed5b8;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.watch-this-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.steps-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffe7c2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.step-div.bonus {
  background-color: #d4503a;
}

.step-number {
  color: var(--brand-color-2);
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}

.step-label {
  color: var(--dark);
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.step-label.bonus {
  font-family: var(--body-font);
  font-size: 48px;
}

.text-size-16 {
  font-size: 16px;
}

.abt-separator {
  background-color: var(--brand-color-2);
  height: 1px;
}

.quote-abt {
  color: var(--brand-color-2);
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
}

.footer-text {
  color: #fffaf3;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 1150px;
  font-family: Playfair Display, sans-serif;
  font-size: 110px;
  line-height: 1.1;
}

.pop-up-wrapper {
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000070;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  display: grid;
  position: relative;
}

.pop-up-col-2 {
  background-color: #fffdfb;
  padding: 32px;
}

.h2-pop {
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.text-span-2 {
  color: #ef476f;
}

.flex-18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.features-pop-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  max-width: 450px;
  display: flex;
}

.feature-pop-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.code-embed-2 {
  display: flex;
}

.features-pop-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-pop-div {
  background-color: #c0e3ec;
  border-radius: 10px;
  padding: 12px;
  font-family: Playfair Display, sans-serif;
  line-height: 1.2;
}

.features-pop-div.invert {
  background-color: #f8b4c4;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.pop-banner-low {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.close-pop {
  cursor: pointer;
  position: absolute;
  inset: 24px 24px auto auto;
}

.bold-text-2 {
  font-size: 24px;
}

.this-is-for-you-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.this-is-for-you-row {
  border: 1px solid var(--brand-color-2);
  border-radius: 10px;
  padding: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.image-3 {
  margin-top: -180px;
}

.receive-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-3 {
  font-family: Playfair Display, sans-serif;
}

.bonus-features-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.bonus-feature-div {
  background-color: #ffe7c2;
  border-radius: 10px;
  padding: 16px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.div-block-6 {
  margin-left: auto;
  margin-right: auto;
}

.grid-you-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  margin-top: -63px;
}

.text-block-7 {
  max-width: 350px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-7.v2 {
  max-width: none;
}

.text-block-7.v3 {
  color: #4a4d56;
  max-width: 384px;
}

.text-block-8 {
  color: var(--brand-color-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-block-8.v2 {
  color: #b08d57;
}

.paragraph-2 {
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-2.v2 {
  color: var(--brand-color-2);
}

.paragraph-2.v3 {
  color: #b08d57;
  font-size: 41px;
}

.paragraph-2.v4 {
  color: #747474;
  font-size: 28px;
}

.places-info-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.places-info-col-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.places-info-col-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--subtext-label-color);
  flex-flow: column;
  display: flex;
}

.place-info-prize {
  color: #b08d57;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.places-separator {
  background-color: #8989893b;
  width: 1px;
}

.countdown-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  color: #d4503a;
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

.countdown-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--subtext-label-color);
  text-align: center;
  background-color: #fffaf30f;
  border: 1px solid #fffaf329;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 24px;
  display: flex;
}

.countdown-box.v2 {
  color: var(--heading-font-color);
  background-color: #4a4d5603;
  border-color: #4a4d56;
}

.countdown-time {
  color: #b08d57;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: var(--brand-color-2);
  width: 40px;
  height: 1px;
}

.div-block-8.v2 {
  background-color: #b08d57;
}

.form-box {
  background-color: #f7f1e9;
  border: 1px solid #12151c24;
  width: 100%;
  padding: 56px;
}

.grid-info-challenge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-90-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end;
  display: grid;
}

.text-span-4 {
  color: #b08d57;
  font-style: italic;
}

.next-90days-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff3d;
  border-bottom: 1px solid #ffffff3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-90days-grid-2.test {
  border-top-color: #12151c;
  border-bottom-style: none;
  border-bottom-color: #12151c;
  grid-template-columns: 1fr 1fr 1fr;
}

.next-90days-grid-2.test.v2 {
  border-bottom-style: solid;
}

.box-90-days {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid #12151c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.box-90-days.last {
  border-right-style: none;
}

.box-90-days.v2 {
  border-right-color: #ffffff3d;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #fffaf3;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-10.dark {
  color: #12151c;
}

.you-need-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.you-need-col-1 {
  flex-flow: column;
  display: flex;
}

.watch-this-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.proof-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proof-img {
  width: 100%;
}

.text-block-11 {
  color: #12151c;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-12 {
  color: var(--subtext-label-color);
  text-transform: uppercase;
  font-size: 12px;
}

.steps-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #efe6da;
  border: 1px solid #12151c24;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-col-1 {
  border-right: 1px solid #12151c24;
  padding: 24px;
}

.steps-col-1.last {
  border-right-style: none;
}

.text-block-13 {
  color: var(--brand-color-2);
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.div-block-9 {
  background-color: var(--brand-color-2);
  width: 32px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.image-5 {
  display: block;
}

.image-6 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-1200px.custom-hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-inner-div {
    justify-content: center;
    align-items: center;
  }

  .cta-btn.navbar-btn {
    display: none;
  }

  .section.hero {
    padding-top: 30px;
  }

  .grid-1-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .image-hero {
    max-width: 100%;
  }

  .flex-8.flex-left.flex-center-mobile, .flex-48.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

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

  .h1-hero {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-24.align-left.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-24.flex-center-mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .subtext, .h2 {
    text-align: center;
  }

  .h2.max-width-xx-mob {
    max-width: 500px;
  }

  .left-arrow {
    left: 43px;
  }

  .slider {
    height: auto;
  }

  .right-arrow {
    right: 43px;
  }

  .sliderwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .icon {
    margin-bottom: 0;
  }

  .flex-32.align-left.align-center-mob, .flex-12.align-center-mob {
    justify-content: flex-start;
    align-items: center;
  }

  .col-right-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .reward-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .h1-hero-2 {
    max-width: 500px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-hero-3 {
    min-width: 0;
    max-width: 350px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-align-center-mob, .text-size-18.v2 {
    text-align: center;
  }

  .iphone-mockup, .iphone-shape {
    min-height: 0;
  }

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .play-pause-button-3 {
    z-index: 9;
    display: none;
  }

  .flex-16.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-16.flex-left-mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .way-arrow {
    max-width: 60px;
    margin-top: -48px;
    position: static;
  }

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

  .grid-features-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .h1-hero-3 {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-n.max-width-xx-mob {
    max-width: 500px;
  }

  .h2-n.v3.dark-var.text-align-center.vvv {
    flex-flow: column;
    display: flex;
  }

  .grid-you {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .testimonials-gridline {
    grid-template-columns: 1fr 1fr;
  }

  .watch-this-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

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

  .footer-text {
    font-size: 48px;
  }

  .pop-up-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .pop-up-container {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .pop-up-col-1 {
    display: none;
  }

  .pop-up-col-2 {
    order: -9999;
    padding: 24px;
  }

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

  .div-block-5 {
    display: none;
  }

  .this-is-for-you-wrap {
    flex-flow: column;
    display: flex;
  }

  .image-3 {
    max-width: 35%;
    margin-top: -61px;
    margin-left: auto;
  }

  .grid-you-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .image-4 {
    max-width: 50%;
    margin-top: -28px;
    margin-left: auto;
  }

  .text-block-7, .text-block-7.v2 {
    text-align: center;
  }

  .places-info-row {
    flex-flow: column;
  }

  .countdown-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .grid-info-challenge {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .next-90-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .watch-this-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .flex-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-hero {
    font-size: 28px;
    line-height: 1.2;
  }

  .flex-24.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .subtext {
    font-size: 14px;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.max-width-xx-mob {
    max-width: 400px;
  }

  .slide-nav-10 {
    position: relative;
    top: 4px;
  }

  .left-arrow, .right-arrow {
    bottom: 8px;
  }

  .sliderwrap {
    grid-row-gap: 20px;
  }

  .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .icon.left {
    margin-left: 0;
  }

  .icon.right {
    margin-right: 0;
  }

  .h1-hero-2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .form-contact {
    width: 100%;
    margin-top: 0;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-size-18 {
    font-size: 16px;
    line-height: 24px;
  }

  .device-description-wrap {
    font-size: 16px;
  }

  .iphone-screen {
    z-index: 99999;
    border-radius: 20px;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    justify-content: center;
  }

  .play-pause-button-3 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }

  .feel-feature-row {
    font-size: 16px;
  }

  .feature-icon-2 {
    width: 30px;
    height: 30px;
  }

  .top-row-feature-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-head-title-2 {
    font-size: 24px;
  }

  .feature-checkmark-2 {
    width: 18px;
  }

  .chart-cell {
    font-size: 12px;
  }

  .chart-cell.category-cell {
    line-height: 1.2;
  }

  .chart-cell.middle-cell, .chart-cell.middle-2 {
    font-size: 10px;
    line-height: 1.2;
  }

  .chart-cell.middle-2.v2 {
    font-size: 12px;
  }

  .coaching-packs {
    padding: 24px;
  }

  .feature-circle-2 {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .subtext-2 {
    font-size: 14px;
  }

  .icon-lg {
    font-size: 13px;
  }

  .cta-btn-2 {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .top-banner {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
  }

  .uppercase-hero-2 {
    font-size: 12px;
  }

  .uppercase-hero-2.vvv {
    color: var(--white);
  }

  .h1-hero-3 {
    font-size: 55px;
  }

  .h1-hero-3.v4 {
    max-width: 450px;
  }

  .h1-hero-3.v5 {
    font-size: 48px;
  }

  .features-row-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-icon-3.large {
    width: 24px;
    height: 24px;
  }

  .h2-n {
    font-size: 32px;
  }

  .h2-n.max-width-xx-mob {
    max-width: 400px;
  }

  .h2-n.v2, .h2-n.v3 {
    font-size: 32px;
  }

  .h2-n.v3.dark-var.flex {
    display: block;
  }

  .grid-you {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .features-row-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .testimonials-gridline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .testimonial-div {
    padding: 24px;
  }

  .spotlight-featured-txt {
    font-size: 22px;
  }

  .text-block-6, .quote-text {
    font-size: 16px;
  }

  .testimonial-separator-2 {
    margin-top: 16px;
  }

  .testimonial-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .included-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .included-row-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .steps-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .step-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .step-number {
    font-size: 48px;
    line-height: 24px;
  }

  .step-label.bonus {
    font-size: 22px;
  }

  .quote-abt {
    font-size: 18px;
  }

  .pop-up-wrapper {
    justify-content: center;
    align-items: center;
  }

  .pop-up-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pop-up-col-1 {
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .pop-up-col-2 {
    z-index: 10;
    color: var(--white);
    background-color: #fff0;
    order: 0;
    padding: 0;
    position: relative;
  }

  .features-pop-div {
    color: #000;
  }

  .image-2 {
    height: 100%;
  }

  .pop-banner-low {
    width: 100%;
  }

  .close-pop {
    z-index: 10;
    inset: 0% 0% auto auto;
  }

  .div-block-5 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/img-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: block;
    position: absolute;
    inset: 0%;
  }

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

  .bonus-features-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bonus-feature-div {
    padding: 6px 12px;
    font-size: 16px;
  }

  .grid-you-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-2.v3 {
    text-align: center;
  }

  .next-90days-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .next-90days-grid-2.test {
    border-bottom-style: none;
    border-left: 1px solid #12151c;
    border-right: 1px solid #12151c;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .next-90days-grid-2.test.v2 {
    border-top-style: none;
  }

  .box-90-days {
    border-right-style: none;
    padding: 24px;
  }

  .box-90-days.v2 {
    border-right-style: none;
  }

  .you-need-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .proof-grid, .steps-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  .container-1200px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-btn.hero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .arrow-img {
    margin-left: 9px;
  }

  .image-hero {
    max-width: 100%;
  }

  .uppercase-hero.v3 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-hero {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .h2.text-align-center._2, .h2.text-align-center._3, .h2.text-align-center._4 {
    max-width: 300px;
  }

  .h2.max-width-xx-mob {
    max-width: 265px;
  }

  .h2.span-brand-4.v3 {
    max-width: 320px;
  }

  .slide-nav-10 {
    margin-top: 10px;
    top: 0;
  }

  .left-arrow {
    left: 5px;
  }

  .right-arrow {
    bottom: 8px;
    right: 5px;
  }

  .sliderwrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: auto;
    margin-bottom: 0;
  }

  .flex-12.align-center-mob {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .copyright-text-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .play-pause-button-2 {
    z-index: 999;
  }

  .device-description-wrap {
    font-size: 14px;
    line-height: 19px;
  }

  .device-title-wrap {
    font-size: 14px;
  }

  .iphone-screen {
    border-radius: 15px;
  }

  .iphone-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .play-pause-button-4 {
    z-index: 999;
  }

  .feel-feature-row {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .feature-icon-2 {
    width: 25px;
    height: 25px;
  }

  .ways-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .way-box {
    padding: 18px;
  }

  .paragraph {
    font-size: 10px;
  }

  .feature-low-block-2 {
    padding: 24px 16px;
  }

  .chart-wrap {
    min-width: 400px;
  }

  .price-tag-span {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.2;
    display: block;
  }

  .feature-head-title-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .chart-cell, .chart-cell.category-cell {
    font-size: 10px;
    line-height: 15px;
  }

  .chart-cell.middle-2.v2 {
    font-size: 10px;
  }

  .feature-row-2 {
    font-size: 14px;
  }

  .grid-features-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .chart-outwrap {
    max-width: 100%;
    padding-bottom: 8px;
    overflow: auto;
  }

  .text-block-4 {
    flex-flow: column;
    display: flex;
  }

  .uppercase-hero-2.v3 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-hero-3.v5, .h2-n.text-align-center._2, .h2-n.text-align-center._3, .h2-n.text-align-center._4, .h2-n.text-align-center.c1 {
    max-width: 300px;
  }

  .h2-n.max-width-xx-mob {
    max-width: 265px;
  }

  .h2-n.span-brand-4.v3 {
    max-width: 320px;
  }

  .h2-n.v2.vvv {
    flex-flow: column;
    display: flex;
  }

  .h2-n.v3.dark-var.flex.vfvv {
    text-align: center;
    flex-flow: column;
    max-width: 250px;
    display: flex;
  }

  .h2-n.v3.text-align-center.vnvv, .steps-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-text {
    font-size: 32px;
  }

  .logo-foot {
    max-width: 64px;
  }

  .pop-up-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 48px;
  }

  .h2-pop {
    font-size: 32px;
  }

  .features-pop-wrap {
    flex-flow: wrap;
  }

  .feature-pop-row {
    font-size: 12px;
  }

  .features-pop-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .close-pop {
    top: -1%;
  }

  .text-block-7.v3 {
    max-width: 261px;
  }

  .text-block-8.v2.v51 {
    text-align: center;
  }

  .paragraph-2.v4 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .paragraph-2.v11 {
    flex-flow: column;
    display: flex;
  }

  .places-info-col-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .places-info-col-inner {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .countdown-wrapper, .countdown-boxes {
    width: 100%;
  }

  .countdown-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-8.v5 {
    display: none;
  }

  .form-box {
    padding: 18px;
  }

  .next-90days-grid-2.v1 {
    border-left: 1px solid #ffffff3d;
    border-right: 1px solid #ffffff3d;
  }

  .you-need-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .proof-grid, .steps-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .steps-col-1 {
    border-right-style: none;
  }
}

#w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-d573f71e, #w-node-_6a10793d-4b50-a0b7-d964-5620909a94c0-d573f71e {
  align-self: center;
}

#w-node-d69fa714-eb7d-c7fe-08c3-cda8d11595f2-d573f71e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c88944d7-61b0-82e0-367f-2c4228fe2471-d573f71e, #w-node-c88944d7-61b0-82e0-367f-2c4228fe2472-d573f71e, #w-node-c88944d7-61b0-82e0-367f-2c4228fe2475-d573f71e, #w-node-c88944d7-61b0-82e0-367f-2c4228fe2476-d573f71e, #w-node-_9bfb297e-c258-d072-3b78-865ea751d540-d573f71e, #w-node-_9bfb297e-c258-d072-3b78-865ea751d541-d573f71e, #w-node-e08f5712-9598-2149-0746-444cc58dbd88-d573f71e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd89-d573f71e, #w-node-a75468b8-062b-40a2-4242-6cc148916330-d573f71e {
  align-self: center;
}

#w-node-ccc513b5-fc12-9d05-5631-0114a534725c-d573f71e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-d573f71e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-45531809, #w-node-_6a10793d-4b50-a0b7-d964-5620909a94c0-45531809 {
  align-self: center;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd88-45531809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd89-45531809, #w-node-a75468b8-062b-40a2-4242-6cc148916330-45531809 {
  align-self: center;
}

#w-node-ccc513b5-fc12-9d05-5631-0114a534725c-45531809, #w-node-_4aac5662-69e8-aa3c-624c-593963a92189-45531809, #w-node-_4aac5662-69e8-aa3c-624c-593963a9218c-45531809, #w-node-_4aac5662-69e8-aa3c-624c-593963a9218d-45531809 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-c6abca26, #w-node-_6a10793d-4b50-a0b7-d964-5620909a94c0-c6abca26 {
  align-self: center;
}

#w-node-c42125ed-568f-62c2-1b41-f4d777583205-c6abca26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd88-c6abca26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd89-c6abca26, #w-node-a75468b8-062b-40a2-4242-6cc148916330-c6abca26 {
  align-self: center;
}

#w-node-ccc513b5-fc12-9d05-5631-0114a534725c-c6abca26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-7435c34e, #w-node-_6a10793d-4b50-a0b7-d964-5620909a94c0-7435c34e {
  align-self: center;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd88-7435c34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e08f5712-9598-2149-0746-444cc58dbd89-7435c34e, #w-node-a75468b8-062b-40a2-4242-6cc148916330-7435c34e {
  align-self: center;
}

#w-node-ccc513b5-fc12-9d05-5631-0114a534725c-7435c34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-7435c34e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9477-d573f71e {
    justify-self: center;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-d573f71e {
    order: -9999;
  }

  #w-node-d69fa714-eb7d-c7fe-08c3-cda8d11595f2-d573f71e {
    grid-column: span 2 / span 2;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-d573f71e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-d573f71e {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-d573f71e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-d573f71e {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2b8f0e0d-5b3e-bc8c-708d-95cd50bebbd8-d573f71e {
    order: -9999;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd88-d573f71e {
    justify-self: center;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd89-d573f71e {
    order: 9999;
  }

  #w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-d573f71e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9477-45531809 {
    justify-self: center;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-45531809 {
    order: 9999;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd88-45531809 {
    justify-self: center;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd89-45531809 {
    order: 9999;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-c6abca26 {
    order: -9999;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9477-c6abca26, #w-node-e08f5712-9598-2149-0746-444cc58dbd88-c6abca26 {
    justify-self: center;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd89-c6abca26 {
    order: 9999;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9478-7435c34e {
    order: -9999;
  }

  #w-node-_6a10793d-4b50-a0b7-d964-5620909a9477-7435c34e {
    justify-self: center;
  }

  #w-node-a5b0c3b8-a8a1-5ac9-b809-68a4abfa7ecd-7435c34e {
    order: -9999;
  }

  #w-node-dc420922-75d9-2764-2c06-c414b2250f78-7435c34e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-7435c34e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-7435c34e {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-7435c34e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-7435c34e {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2b8f0e0d-5b3e-bc8c-708d-95cd50bebbd8-7435c34e {
    order: -9999;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd88-7435c34e {
    justify-self: center;
  }

  #w-node-e08f5712-9598-2149-0746-444cc58dbd89-7435c34e {
    order: 9999;
  }

  #w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-7435c34e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-d573f71e, #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-d573f71e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-d573f71e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d3ef87e3-6d4d-215b-4b43-11c5d5f16969-c6abca26, #w-node-_4ca54a03-24a6-3a0a-d7e2-6a921fcde8e0-c6abca26, #w-node-_07dc4d0e-7998-e419-3f8b-a1f476fbdeb7-c6abca26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c42125ed-568f-62c2-1b41-f4d777583205-c6abca26 {
    grid-column: span 2 / span 2;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-7435c34e, #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-7435c34e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5a32fc1-a468-868b-aa2d-f5a42d7b0bf0-7435c34e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-d573f71e {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-d573f71e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-d573f71e {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-d573f71e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69048690-2df8-63a6-1f7a-9bcd6c611f09-d573f71e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d65134bd-0949-b051-0d55-44f62bc2bc72-d573f71e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051921c-7435c34e {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051922b-7435c34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac4051923a-7435c34e {
    grid-column: span 1 / span 1;
  }

  #w-node-_35466b94-99e0-ae11-9d93-1fac40519249-7435c34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69048690-2df8-63a6-1f7a-9bcd6c611f09-7435c34e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d65134bd-0949-b051-0d55-44f62bc2bc72-7435c34e {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}