:root {
  --_themes---background: var(--_colors---dark);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_themes---text: var(--_colors---light);
  --text--body: 1.6rem;
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--body);
  --_colors---light: #f8f6ed;
  --text--text-small: 1.4rem;
  --_colors---blue-light01: #9dc6dd;
  --_colors---dark: #080809;
  --_radius---border-small: 1.2rem;
  --_colors---transparent: transparent;
  --_colors---dark02: #0e0e0e;
  --_radius---border-regular: 1.4rem;
  --_font-family---neuemontreal: Neuemontreal, Arial, sans-serif;
  --_colors---grey01: #b6b6b6;
  --_colors---dark03: #1c1c1c;
  --_colors---grey02: #354249;
  --_colors---white: white;
  --_colors---grey03: #5c5c5c;
  --_colors---grey04: #242424;
  --padding-section: 12rem;
  --padding-section-m: 10rem;
  --padding-section-l: 8rem;
  --padding-global: 5%;
  --container-nav: 136rem;
  --_font-family---geistmono: Geistmono, Arial, sans-serif;
  --container-large: 136rem;
  --container-medium: 89rem;
  --container-small: 60rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 8rem;
  --text--h2: 5.4rem;
  --text--h3: 4.8rem;
  --text--h4: 4.2rem;
  --text--h5: 3.6rem;
  --text--h6: 3rem;
  --text--display1: 9rem;
  --text--display2: 9rem;
  --_themes---buttons: var(--_colors---blue-light01);
  --_colors---blue-light02: #7fa0b4;
}

body {
  background-color: var(--_themes---background);
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--text--body);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --text--body: 1.6rem;
  --text--text-small: 1.4rem;
  --padding-section: 12rem;
  --padding-section-m: 10rem;
  --padding-section-l: 8rem;
  --padding-global: 5%;
  --container-nav: 136rem;
  --container-large: 136rem;
  --container-medium: 89rem;
  --container-small: 60rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 8rem;
  --text--h2: 5.4rem;
  --text--h3: 4.8rem;
  --text--h4: 4.2rem;
  --text--h5: 3.6rem;
  --text--h6: 3rem;
  --text--display1: 9rem;
  --text--display2: 9rem;
}

h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 700;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h1);
}

h2 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h2);
}

h3 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h3);
}

h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h4);
}

h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h5);
}

h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h6);
}

p {
  color: var(--_themes---text);
}

a {
  color: var(--_colors---light);
  font-size: var(--text--text-small);
  text-decoration: none;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-small {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--text-small);
  margin-bottom: 0;
}

.text-small.text-trasnform-none {
  text-transform: none;
}

.text-style-h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h5);
}

.button {
  background-color: var(--_colors---blue-light01);
  color: var(--_colors---dark);
  text-align: center;
  border-radius: .6rem;
  min-width: 16rem;
  padding: 1.6rem 1.2rem;
  text-decoration: none;
  display: inline-block;
}

.button.is-icon {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: inline-flex;
}

.button.is-nav-waitlist {
  min-width: auto;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.text-medium {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--text-medium);
}

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

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

.nav {
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  position: fixed;
}

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

.code-embed {
  width: 3.8rem;
  height: 4rem;
}

.nav_menu {
  border-radius: var(--_radius---border-small);
  -webkit-backdrop-filter: blur(9.6px);
  backdrop-filter: blur(9.6px);
  pointer-events: auto;
  background-color: #2c2c2c99;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  padding: .8rem .8rem .8rem 2.4rem;
}

.nav_logo, .nav_logo.w--current {
  margin-right: 2.4rem;
}

.nav_links_wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  padding-right: 2.4rem;
}

.nav_link {
  opacity: .5;
  transition: opacity .3s;
}

.nav_link:hover {
  opacity: 1;
}

.footer {
  overflow: hidden;
}

.text-tiny {
  color: var(--_themes---text);
  font-size: 1.2rem;
}

.text-tiny.text-cl-grey01 {
  font-weight: 500;
}

.text-cl-grey01 {
  color: var(--_colors---grey01);
}

.calc_range_input {
  width: 100%;
}

.calc_range_input.is-range {
  margin-top: -1.2rem;
}

.css-input-range.hide {
  display: none;
}

.text-cl-dark {
  color: var(--_colors---dark);
}

.calc_range_number.text-style-h5 {
  pointer-events: none;
  pointer-events: none;
  pointer-events: none;
}

.footer_content {
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.footer_top {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 40.5rem;
  padding-bottom: 43rem;
  position: relative;
}

.footer_bottom {
  border-top: 1px solid #2e2e2e;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6.3rem;
  padding-top: 2rem;
}

.footer_bottom_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer_logo {
  width: 19.1rem;
}

.footer_links {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
}

.footer_link {
  font-size: inherit;
}

.footer_logo_symbol {
  z-index: -1;
  width: 71rem;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav_btn_waitlist_wrap {
  min-width: 13.4rem;
  overflow: hidden;
}

.popup {
  z-index: 2000;
  background-color: #000c;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.popup.is-flex {
  display: block;
}

.popup_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.waitlist {
  border-radius: var(--_radius---border-small);
  background-color: var(--_colors---dark02);
  width: 100%;
  max-width: 47rem;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 2rem;
}

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

.form_field_wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  display: flex;
}

.form_step {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto auto;
  margin-top: 2.4rem;
  display: none;
}

.form_step.is-active {
  grid-template-rows: auto;
  display: block;
}

.waitlist_form_multistep {
  width: 100%;
}

.form_step_content {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  align-items: stretch;
}

.waitlist_top {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  align-items: stretch;
  padding-bottom: 2.4rem;
}

.waitlist_top_nav {
  justify-content: space-between;
}

.waitlist_top_nav.is-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.waitlist_top_nav_btn {
  border: 1px solid #484848;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.waitlist_top_nav_btn.is-prev {
  padding-left: .9rem;
  padding-right: .9rem;
}

.waitlist_top_logo_wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: center;
}

.svg_waitlist_top_logo {
  width: 5rem;
  height: 5.2rem;
}

.svg-icon-14 {
  pointer-events: none;
  width: 1.4rem;
  height: 1.4rem;
}

.code-embed-2 {
  pointer-events: none;
  width: 1.8rem;
  height: 1.5rem;
}

.waitlist_stepline_info {
  justify-content: space-between;
}

.waitlist_stepline_visual {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  width: 100%;
}

.waitlist_stepline_visual_line {
  background-color: var(--_colors---dark03);
  border-radius: 99vw;
  width: 100%;
  height: .4rem;
}

.waitlist_stepline_visual_line.is-active {
  background-color: var(--_colors---blue-light01);
  background-color: var(--_colors---blue-light01);
}

.spacer-6 {
  padding-top: .6rem;
}

.text-cl-grey03 {
  color: var(--_colors---grey03);
}

.form_multistep_input {
  border-top-style: solid;
  border-top-width: .1rem;
  border-top-color: var(--_colors---grey04);
  border-right-style: solid;
  border-right-width: .1rem;
  border-right-color: var(--_colors---grey04);
  border-bottom-style: solid;
  border-bottom-width: .1rem;
  border-bottom-color: var(--_colors---grey04);
  border-left-style: solid;
  border-left-width: .1rem;
  border-left-color: var(--_colors---grey04);
  background-color: var(--_colors---dark03);
  text-transform: uppercase;
  border-radius: .8rem;
  margin-bottom: 0;
  padding: 1.8rem 1rem;
  font-size: 1.2rem !important;
}

.form_multistep_input.is-dolar {
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8d6_dolar_icon.svg");
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  padding-left: 3.2rem;
}

.waitlist_top_logo_text {
  font-family: var(--_font-family---neuemontreal);
  font-family: var(--_font-family---neuemontreal);
}

.form_calculator_wrap {
  border: .1rem solid var(--_colors---grey04);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

.spacer-10 {
  padding-top: 1rem;
}

.form_calculator_heading {
  text-align: center;
}

.form_calculator {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  width: 100%;
  margin-top: 2.4rem;
}

.form_calculator_scope {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.4rem;
}

.font_neuemontreal {
  font-family: var(--_font-family---neuemontreal);
}

.form_calculator_box {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  border: .1rem solid var(--_colors---grey04);
  background-color: var(--_colors---dark03);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2.5rem 1rem;
}

.success-message {
  background-color: var(--_colors---transparent);
  padding: 0;
}

.footer_links_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.privacy_content {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  padding-top: 29.6rem;
  max-width: 100rem !important;
}

.privacy_h2 {
  margin-bottom: 0;
}

.privacy_point {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
}

.privacy_point_inner {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  margin-left: 2.6rem;
}

@media screen and (max-width: 991px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 8rem;
    --text--h2: 5.4rem;
    --text--h3: 4.8rem;
    --text--h4: 4.2rem;
    --text--h5: 3.6rem;
    --text--h6: 3rem;
    --text--display1: 6rem;
    --text--display2: 9rem;
  }

  .calc_wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .calc_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .calc_info {
    margin-top: 0;
  }

  .calc_right_count {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ai_img_wrap {
    width: 40rem;
    max-width: 40rem;
  }

  .footer_content {
    min-height: 100vh;
  }

  .footer_top {
    grid-column-gap: 7.7rem;
    grid-row-gap: 7.7rem;
    justify-content: center;
    align-items: center;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .footer_bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_bottom_links.text-tiny {
    justify-content: space-between;
    width: auto;
  }

  .footer_logo_symbol {
    width: 100%;
  }

  .form_step {
    display: none;
  }

  .form_multistep_input {
    font-size: 1.6rem !important;
  }

  .hero_circle {
    display: none;
  }

  .footer_links_wrap {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 11vw;
    --text--h2: 4rem;
    --text--h3: 4.8rem;
    --text--h4: 3.6rem;
    --text--h5: 3rem;
    --text--h6: 3rem;
    --text--display1: 10vw;
    --text--display2: 9rem;
  }

  .button.is-cta-waitlist {
    min-width: 100%;
  }

  .nav_menu {
    justify-content: space-between;
    min-width: 80%;
    margin-top: 2rem;
  }

  .nav_links_wrap {
    display: none;
  }

  .hero_bg_shadow {
    height: 60vh;
  }

  .hero_bg_img {
    display: none;
  }

  .intro_h2_left.display1 {
    display: none;
    position: static;
    right: 25%;
    transform: translateY(0%);
  }

  .intro_h2_right.display1 {
    display: none;
    position: static;
    top: 54%;
    left: 25%;
    transform: translateY(0%);
  }

  .intro_lottie_wrap {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .intro_cards {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .intro_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-height: 42rem;
    padding-left: 2.8rem;
  }

  .intro_count_number {
    font-size: 8rem;
  }

  .intro_card_eyebrow_p {
    font-size: 1.2rem;
  }

  .intro_sticky {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 4rem;
  }

  .calc_wrap {
    margin-top: 6.4rem;
    padding: 3rem 2rem;
  }

  .calc_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .calc_main {
    grid-row-gap: 1rem;
  }

  .calc_info {
    padding: 1.4rem 2.2rem;
  }

  .calc_right_count {
    margin-top: 2rem;
  }

  .calc_count_block {
    padding: 1.6rem 2.2rem;
  }

  .rewards_h2 {
    font-size: 9.3vw;
  }

  .rewards_cta {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding: 4rem 1rem 1rem;
  }

  .rewards_p.text-tiny {
    max-width: 100%;
  }

  .ai_img_wrap {
    width: 86vw;
    max-width: 86vw;
    bottom: -20vw;
  }

  .intro_card_img_wrap {
    max-width: 30rem;
    right: -6rem;
  }

  .footer_top {
    justify-content: center;
    align-items: center;
  }

  .footer_links.text-tiny {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_logo_symbol {
    width: 105%;
  }

  .popup_content.container-medium {
    margin-bottom: 40rem;
  }

  .hero_bg_img_mobile {
    background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8f9_hero_mobile.webp");
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .spacer-40-l30 {
    padding-top: 3rem;
  }

  .intro_h2_mobile.display1 {
    text-align: center;
    text-align: center;
    margin-bottom: 4rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 12.6vw;
    --text--h2: 4rem;
    --text--h3: 4.8rem;
    --text--h4: 3.6rem;
    --text--h5: 3rem;
    --text--h6: 3rem;
    --text--display1: 14vw;
    --text--display2: 9rem;
  }

  .nav_menu {
    min-width: 95%;
  }

  .hero_p.text-small {
    font-size: var(--text--text-small);
    font-size: var(--text--text-small);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .intro_lottie_wrap {
    width: 100%;
  }

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

  .intro_sticky {
    padding-bottom: 2rem;
  }

  .calc {
    z-index: 20;
  }

  .rewards_content.container-medium {
    padding-bottom: 4rem;
  }

  .ai_content {
    padding-top: 6rem;
  }

  .ai_img_wrap {
    bottom: -36vw;
  }

  .intro_card_img_wrap {
    max-width: 24rem;
    top: 8rem;
    right: -6rem;
  }

  .footer_top {
    min-height: 95vh;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .footer_bottom {
    margin-bottom: 4rem;
  }

  .footer_logo_symbol {
    width: 110%;
  }

  .thankyou {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .loader_logo_img {
    max-width: 40vw;
  }
}

#w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-afc3187e-5b12-9049-4118-3b3a0e05be52-0e05bdf9 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
