:root {
  --white: white;
  --transparent: transparent;
  --primary: #205d56;
  --text-grey: #4a4a4a;
  --black: black;
  --light-green: #cef8c3;
  --orange: #f2a65a;
  --phone: 5px;
  --laptop: 30px;
  --about-front-green: limegreen;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.image {
  margin-top: 60px;
  display: block;
  position: sticky;
}

.body {
  aspect-ratio: auto;
  border: 2px solid #fff;
  overflow: auto;
}

.header {
  z-index: 2;
  background-color: var(--white);
  opacity: 1;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 14px -5px #0003;
}

.wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  background-color: #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: row;
  max-width: 578px;
  margin-left: 0;
  padding: 40px 30px;
  display: flex;
}

.heading {
  text-transform: uppercase;
  overflow-wrap: normal;
  color: #46c946;
  border: 0 solid #46c946;
  max-width: 512px;
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading.landing {
  color: var(--primary);
  text-transform: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aventa, Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 72px;
}

.text-block {
  color: var(--text-grey);
  max-width: 460px;
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.form {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.field-label {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.join-waitlist-button {
  color: #000;
  background-color: #46c946;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.join-waitlist-button:hover {
  background-color: #218121;
}

.landing---div-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  max-height: 665px;
}

.landing-page {
  padding: 40px 0%;
}

.about-text-header {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  padding-top: 0;
  font-family: Aventa, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.about-section {
  background-color: var(--light-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-text {
  text-align: center;
  max-width: 600px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.testmonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  max-width: 580px;
  font-family: Aventa, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
}

.testimonial-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--text-grey);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  min-width: auto;
  max-width: 300px;
  padding: 16px;
  display: flex;
}

.container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-3 {
  margin-left: 0;
}

.image-4 {
  max-width: 405%;
}

.div-feature-cards {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  font-family: Aventa, Arial, sans-serif;
  font-size: 25px;
  line-height: 38px;
}

.text-block-4 {
  text-align: center;
  max-width: 296px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.how-it-works {
  background-color: var(--white);
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.user-testimonial {
  background-color: var(--light-green);
  padding-left: 9%;
  padding-right: 9%;
}

.how-it-works-header {
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 96px;
  display: flex;
}

.slide-nav {
  margin-bottom: -60px;
}

.container-6 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-3 {
  color: var(--light-green);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  max-width: 640px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.slide {
  object-fit: fill;
}

.slider {
  z-index: 0;
  float: none;
  border-radius: 20px;
  max-width: 650px;
  position: relative;
  top: 0;
}

.mask {
  border-radius: 20px;
}

.join-waitlist {
  background-color: var(--black);
  padding-left: 9%;
  padding-right: 9%;
}

.div-block-8 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 74px;
  font-family: Josefin Sans, sans-serif;
  display: flex;
}

.paragraph {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

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

.div-block-12 {
  align-items: flex-end;
  display: flex;
}

.text-field-2 {
  margin-bottom: 0;
}

.image-5 {
  max-width: 195px;
}

.brand {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  flex: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Aventa, Arial, sans-serif;
  font-weight: 500;
}

.nav-link:focus {
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--primary);
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-self: center;
  display: flex;
}

.container-main {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1112px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  overflow: hidden;
}

.main-button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  padding: 10px 32px;
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
}

.text-warpper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 634px;
  max-width: 634px;
  display: flex;
}

.navbar-wrapper {
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.section-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.social-proof-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--white);
  text-align: center;
  border-radius: 48px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  padding: 24px 48px;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}

.about-section-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.logo-container {
  flex: 1;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
  position: relative;
}

.div-block-13 {
  display: flex;
}

.testimonial-image-wrapper {
  align-self: center;
}

.container-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wc--content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-wrapper---wc {
  max-width: 70%;
}

.image-wrapper---wc {
  flex: 1;
  align-self: center;
  min-width: 35%;
}

.text-block-6 {
  color: var(--primary);
  font-family: Aventa, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-7 {
  color: var(--text-grey);
  font-family: Aventa, Arial, sans-serif;
  line-height: 28px;
}

.wc-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.wc-icon-wrapper {
  flex: none;
  order: 0;
  align-self: baseline;
  margin-bottom: auto;
  display: block;
}

.text-block-8 {
  color: var(--primary);
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-9 {
  color: var(--text-grey);
  font-family: Aventa, Arial, sans-serif;
  line-height: 28px;
}

.image-7 {
  display: block;
}

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

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-wrapper---m {
  display: none;
}

.text-block-10 {
  color: var(--text-grey);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
}

.text-block-11 {
  color: var(--primary);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
}

.hiw-cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hiw-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.testimonials {
  background-color: var(--light-green);
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.faqs {
  background-color: var(--orange);
}

.faq-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.text-block-12 {
  color: var(--text-grey);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 28px;
}

.faq-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid var(--text-grey);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: column;
  max-width: none;
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 1.5rem;
  display: block;
  overflow: hidden;
}

.faq-icon-wrapper {
  align-self: center;
}

.faq-text-wrapper {
  flex: 1;
}

.text-block-13 {
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.card-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  max-height: 28px;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq--icon-header-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-card-body {
  height: auto;
  display: block;
  overflow: hidden;
}

.faq-body-text {
  height: auto;
  margin-top: 8px;
  font-family: Aventa, Arial, sans-serif;
  display: block;
}

.faq-cards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  border: 1px none var(--primary);
  color: var(--text-grey);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.cta-section-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.cta-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: var(--text-grey);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.text-block-16 {
  color: var(--primary);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.cta-highlight-text {
  color: var(--text-grey);
  text-align: center;
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.footer {
  background-color: var(--primary);
}

.content-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.text-block-17 {
  color: var(--white);
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.text-block-18 {
  color: var(--white);
  font-family: Aventa, Arial, sans-serif;
}

.div-block-15 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.text-block-19 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-20 {
  color: var(--white);
  font-family: Aventa, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-21 {
  color: var(--white);
  font-family: Aventa, Arial, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.overlay {
  z-index: 99;
  background-color: #cef8c380;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  background-color: var(--white);
  padding: 60px;
  position: absolute;
}

.text-field-3 {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 8px;
  height: 48px;
}

.text-field-4 {
  border: 1px solid var(--black);
  border-radius: 8px;
  height: 48px;
}

.field-label-2, .field-label-3 {
  font-family: Aventa, Arial, sans-serif;
}

.code-embed {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 28px 28px auto auto;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    flex: 1;
  }

  .container {
    background-color: var(--transparent);
    padding: 0;
  }

  .heading {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Aventa, Arial, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 72px;
  }

  .heading.landing {
    text-transform: none;
    align-self: flex-start;
    max-width: none;
    font-size: 58px;
    font-weight: 600;
    line-height: 72px;
  }

  .text-block {
    color: var(--text-grey);
    max-width: none;
    font-family: Aventa, Arial, sans-serif;
    font-weight: 400;
    line-height: 36px;
  }

  .landing---div-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .image-2 {
    max-height: 541px;
  }

  .landing-page {
    margin-bottom: 0;
    padding: 40px 0%;
  }

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

  .nav-link {
    color: var(--text-grey);
    flex: none;
    align-self: center;
    font-family: Aventa, Arial, sans-serif;
    font-weight: 500;
    line-height: 28px;
  }

  .nav-menu {
    flex: 0 auto;
    align-self: center;
    padding-top: 0;
  }

  .container-main {
    max-width: 1112px;
  }

  .main-button {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 32px;
    font-family: Aventa, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: block;
  }

  .navbar {
    background-color: var(--transparent);
  }

  .text-warpper {
    width: 634px;
    max-width: 634px;
  }

  .logo-container {
    overflow: hidden;
  }

  .hiw-cta-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cta-button-wrapper {
    text-align: left;
    align-self: auto;
  }

  .overlay {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .image {
    margin-top: 60px;
  }

  .wrapper {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    justify-content: center;
    margin-top: 40px;
    margin-right: 0;
  }

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

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

  .field-label {
    text-align: left;
  }

  .join-waitlist-button {
    margin-bottom: 0;
  }

  .landing---div-left {
    justify-content: center;
    align-items: center;
  }

  .landing-page {
    margin-top: 106px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .testmonial-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .div-feature-cards {
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    text-align: left;
  }

  .div-block-12 {
    justify-content: center;
    align-items: flex-end;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

  .nav-link {
    color: var(--primary);
    text-align: center;
    flex: 1;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 36px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    padding-bottom: 32px;
    box-shadow: 0 2px 5px #0003;
  }

  .container-main {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .navbar {
    z-index: 2;
    background-color: var(--white);
    min-width: 100%;
    padding-left: 0;
    position: fixed;
  }

  .button-wrapper {
    flex: none;
    display: none;
  }

  .social-proof-wrapper {
    max-width: 650px;
  }

  .wc--content-wrapper {
    flex-flow: column;
  }

  .text-wrapper---wc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .image-wrapper---wc {
    align-self: center;
    min-width: auto;
  }

  .button-wrapper---m {
    flex: none;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    border-radius: 8px;
  }

  .faq-card {
    border-width: 1px;
  }

  .faq-cards-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body {
    flex-flow: column;
    margin: -1px;
    padding-left: 0;
    display: flex;
  }

  .landing---div-left {
    justify-content: center;
    align-items: center;
  }

  .landing-page {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .brand {
    align-self: center;
    padding-left: 0;
  }

  .container-main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar {
    padding-left: 0;
  }

  .text-warpper {
    width: auto;
  }

  .social-proof-wrapper {
    background-color: var(--transparent);
    max-width: 450px;
  }

  .logo-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
    overflow: clip;
  }

  .image-6 {
    display: block;
  }

  .wc--content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .text-wrapper---wc {
    max-width: none;
  }

  .image-wrapper---wc {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin: -3px;
  }

  .header {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container {
    justify-content: center;
    max-width: 315px;
    padding-left: 30px;
  }

  .heading {
    font-size: 25px;
    line-height: 38px;
  }

  .heading.landing {
    font-size: 40px;
    line-height: 50px;
  }

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

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-label {
    flex-flow: column;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .join-waitlist-button {
    margin-left: 0;
  }

  .landing---div-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    max-width: 260px;
  }

  .landing-page {
    padding-left: 0;
    padding-right: 0;
  }

  .about-text-header {
    font-size: 25px;
    line-height: 38px;
  }

  .about-section {
    padding: 25px 0 40px;
  }

  .about-text {
    max-width: 342px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
  }

  .container-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image-3 {
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-4 {
    max-width: 260px;
    padding-bottom: 30px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .user-testimonial {
    padding-left: 5%;
    padding-right: 5%;
  }

  .how-it-works-header {
    font-size: 25px;
    line-height: 38px;
  }

  .container-6 {
    padding-bottom: 76px;
  }

  .text-block-5 {
    max-width: 340px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-7 {
    max-width: 85%;
  }

  .slide {
    max-height: 370px;
  }

  .slider {
    max-width: 100%;
    height: 370px;
    max-height: 100%;
    display: block;
  }

  .join-waitlist {
    padding: 40px 10%;
  }

  .div-block-8 {
    padding: 0;
  }

  .paragraph-2 {
    text-align: left;
  }

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

  .form-block {
    flex-flow: column;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .image-5 {
    text-align: left;
  }

  .brand {
    align-self: center;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .nav-menu {
    padding-bottom: 32px;
    box-shadow: 0 2px 5px #0003;
  }

  .container-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-warpper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .social-proof-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    border-radius: 16px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
    overflow: hidden;
  }

  .logo-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--transparent);
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding: 24px 20px;
    display: grid;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .logo-image {
    overflow: visible;
  }

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

  .image-9 {
    min-height: auto;
  }

  .faq-card-body {
    margin-left: 28px;
    padding-right: 21px;
  }

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

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

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }
}

#w-node-c53255ba-1d1d-c963-e57d-5c911ea83d07-e1ffb336 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_63fd4b0a-42ca-a3af-92bf-d478c5cd08be-e1ffb336, #w-node-_91dfca28-72d1-3f35-6682-714e47622943-e1ffb336, #w-node-c9c17c0f-fb83-1266-1737-113d462c986e-e1ffb336, #w-node-e750c18c-ba9d-06fe-7066-895fb125aa5e-e1ffb336 {
  place-self: center start;
}

#w-node-_1e063259-fcd7-c961-3e67-64fd198f2dd8-e1ffb336 {
  grid-area: 1 / 10 / 2 / 13;
}

@media screen and (max-width: 767px) {
  #w-node-_4aaccf5d-9919-17fd-19e6-d88be0492bdb-e1ffb336, #w-node-_27b5da4d-6365-e568-4d1f-5828adf4b1cd-e1ffb336 {
    place-self: center;
  }

  #w-node-_3e402627-54a3-ded6-c2a0-fd87afe5690e-e1ffb336, #w-node-_2befa635-35d5-c01e-cf7a-8d736149ead9-e1ffb336, #w-node-_0e750ecf-cb8b-e274-1b35-2f980f63e3ab-e1ffb336 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-ExtraBold.ttf') format('truetype'), url('../fonts/Aventa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Regular.ttf') format('truetype'), url('../fonts/Aventa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventa';
  src: url('../fonts/Aventa-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}