:root {
  --color--font--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color--font--text-base: 1rem;
  --color--font--heading: "Nunito Sans", sans-serif;
  --color--is-dark: #181818;
  --color--light-grey: #f5f5f5;
  --color--font--text-lg: 1.25rem;
  --color--is-secondary: #221e20;
  --color--white: white;
  --color--is-accent: #3aaf2a;
  --color--is-accent-light: #efffed;
  --color--is-accent-bright: #43ca30;
  --color--is-primary: #34a225;
  --color--font--text-md: 1.125rem;
  --color--secondary\<deleted\|variable-6a510a85-17d9-1a40-b225-5000dac1f41e\>: #204b62;
  --color--is-primary-light: var(--color--is-accent-light);
  --white\<deleted\|variable-df2ccff1\>: white;
  --color--primary\<deleted\|variable-2b84450e-027c-75b9-a5e8-30fcc0a508de\>: #e47a3d;
  --color--black: #000;
  --color--is-secondary-light: #f2fff7;
  --color--soft-outline: #e0e6ec;
  --color--transparent: #fff0;
  --color--font--text-xs: .75rem;
  --color--font--text-sm: .875rem;
  --color--font--text-xl: 1.5rem;
  --color--font--text-2xl: 2rem;
  --color--font--text-3xl: 2.25rem;
  --color--font--text-4xl: 2.5rem;
  --color--font--text-5xl: 2.75rem;
  --color--font--text-6xl: 3rem;
  --color--font--text-7xl: 3.5rem;
  --color--font--text-8xl: 4rem;
  --color--font--text-9xl: 5rem;
  --color--font--text-display: 6rem;
}

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

body {
  font-family: var(--color--font--body);
  color: #333;
  font-size: var(--color--font--text-base);
  line-height: 150%;
}

h1 {
  font-family: var(--color--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--color--font--heading);
  color: var(--color--is-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  font-family: var(--color--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  font-family: var(--color--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--color--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--color--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-hero {
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--color--light-grey), #fff), url('../images/white-wave_1white-wave.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 7rem 5% 0;
  position: relative;
}

.img-wrap-soft {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-txt {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-shadow: 0 1px 1px #0000007d;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.font-heading.text-lg {
  font-size: var(--color--font--text-lg);
}

.font-heading.text-lg.tw-balance.mobile-sm.is-secondary {
  color: var(--color--is-secondary);
}

.hero-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
}

.hero-img-component {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.heading-content-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.footer-wrap {
  background-color: var(--color--light-grey);
  background-image: linear-gradient(180deg, var(--color--white), #ffffff4d);
}

.feature-grid-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.container-md {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2e3033;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.hero-heading {
  font-size: 2.25rem;
}

.benefits-grid {
  grid-column-gap: 5.75rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.navbar_logo {
  object-fit: contain;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-heading-md {
  font-family: var(--color--font--body);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-c {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  align-items: center;
}

.form-heading-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  flex-flow: column;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.mobile-app-nav-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-app-nav-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-cover, .img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.align-right {
  object-position: 66% 50%;
}

.text-sm {
  font-size: .875rem;
}

.text-sm.is-bold {
  font-weight: 700;
}

.section-lg {
  background-color: #fff;
  padding: 6rem 5%;
  position: relative;
}

.section-lg.is-grey {
  background-color: var(--color--light-grey);
  background-image: linear-gradient(#fff, #0000);
}

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

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap-center.text-color-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.feature-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.section_mobile-app-nav {
  z-index: 999;
  background-color: #20295c;
  border-top: 1px solid #8d846f;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.process-card {
  color: #2e3033;
  background-color: #fff;
  border: 1px solid #f4f4f5;
  border-radius: 1.75rem;
  padding: 40px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 2px 5px #0000000d;
}

.process-card:hover {
  background-color: #fff;
}

.icon-wrap-sm {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  padding: .25rem;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-wrap-sm.is-accent-light {
  background-color: var(--color--is-accent-light);
  color: var(--color--is-accent);
  border: 1px solid var(--color--is-accent);
  background-color: var(--color--is-accent-light);
}

.logo-ticker-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.footer-divider-d {
  background-color: var(--color--is-accent-bright);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-wrap {
  background-color: var(--color--is-secondary);
  color: #fff;
  background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/otis-redding_1otis-redding.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border-radius: 1rem;
  width: 100%;
  max-width: 25rem;
  min-height: 40vh;
  padding: 2rem;
}

.form-wrap.hide-mobile {
  background-color: var(--color--is-secondary);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.container-lg {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-stack-lg {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small.align-centre {
  align-items: center;
}

.logo-overlay-right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-block {
  padding: 64px 92px 48px;
}

.header-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.logo-card {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
}

.header {
  z-index: 3;
  background-color: var(--color--white);
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

.section-dark {
  background-color: var(--color--is-dark);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color--is-dark), #0000004d), url('../images/swirl.png');
  color: #fff;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 6rem 5%;
  position: relative;
}

.hero-content {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.button-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--color--is-primary);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: var(--color--white);
  letter-spacing: -.2px;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: .5rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button-hero:hover {
  text-decoration: none;
  transform: translate(0, -2px);
}

.button-hero.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 150%;
}

.text-lg.is-bold {
  font-weight: 700;
}

.text-lg.is-bold.is-secondary {
  color: var(--color--is-secondary);
}

.hero-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.show-mobile {
  display: none;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.button-group.align-center.mt-4 {
  margin-top: 4rem;
}

.logo-wrap {
  align-items: center;
  display: inline-flex;
}

.process-arrow-1 {
  color: var(--color--is-primary);
  max-width: 60%;
  position: absolute;
  inset: 15% -80px auto auto;
}

.container-sm {
  max-width: 30rem;
}

.process-arrow-2 {
  z-index: 0;
  color: var(--color--is-primary);
  max-width: 60%;
  position: absolute;
  inset: auto -80px 45% auto;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.testimonial-user-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-md {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-md.tw-bold {
  font-weight: 700;
}

.bg-layer-split {
  z-index: -1;
  pointer-events: none;
  background-color: #f8cd59;
  width: 40vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-content-c {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  margin: 64px auto 44px;
  display: flex;
}

.testimonial-grid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.text-xs {
  font-size: .75rem;
}

.footer-social-link {
  border: 1px solid var(--color--is-primary);
  color: var(--color--is-primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--color--is-primary);
  color: var(--color--white);
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo-ticker {
  grid-column-gap: 24px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.content-block-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 37.5rem;
  display: flex;
}

.modal-form {
  z-index: 3;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100svh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.title-wrapper-m {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  margin-bottom: 3.5rem;
}

.modal-close {
  color: #24c5af;
  position: absolute;
  inset: 5% 5% auto auto;
}

.testimonial-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.caption-m {
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.button-close {
  color: var(--color--is-primary);
  background-color: #efefef00;
  border-radius: 9999px;
}

.testimonial-card {
  color: var(--color--white);
  background-color: #fff;
  border: 1px solid #eff3f7;
  border-radius: 1.5rem;
  width: 100%;
  padding: 24px;
  box-shadow: 0 2px 4px #0000000d;
}

.spacer-tiny {
  width: 100%;
  height: .5rem;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.logo-overlay-left {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loop-wrapper {
  align-items: center;
  min-height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-full-width {
  z-index: 1;
  width: 100%;
  position: relative;
}

.form-heading-lg {
  font-family: var(--color--font--heading);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--color--is-primary);
  color: #fff;
  letter-spacing: -.1px;
  text-shadow: none;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: translate(0, -4px);
}

.button.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button.is-alternate {
  background-color: var(--color--white);
  color: var(--color--is-dark);
}

.form-heading-sm {
  font-family: var(--color--font--heading);
  font-size: var(--color--font--text-md);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.form-heading-sm.is-accent-bright {
  color: var(--color--is-accent-bright);
}

.mw-sm {
  width: 100%;
  max-width: 30rem;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.logo-ticker-code {
  display: none;
}

.badge {
  background-color: var(--color--is-dark);
  color: var(--color--white);
  border: 2px solid #000;
  border-radius: 99px;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: flex;
}

.badge.is-primary {
  border-color: var(--color--is-primary);
  background-color: var(--color--is-primary);
  color: var(--color--white);
}

.logo-divider-a {
  background-color: #e4e4e7;
  width: 1px;
  height: 32px;
}

.content-stack-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.card-title {
  color: var(--color--is-dark);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.process-icon {
  background-color: var(--color--secondary\<deleted\|variable-6a510a85-17d9-1a40-b225-5000dac1f41e\>);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.process-icon.is-primary-light {
  border: 2px solid var(--color--is-primary);
  background-color: var(--color--is-primary-light);
  color: var(--color--is-primary);
}

.subheading {
  color: #27cdb6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.subheading.is-accent-bright {
  color: var(--color--is-accent-bright);
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.button-group-2.align-center {
  justify-content: center;
  align-items: center;
}

.text-wrap-c {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.heading-white {
  color: var(--white\<deleted\|variable-df2ccff1\>);
}

.star-wrapper {
  color: var(--color--primary\<deleted\|variable-2b84450e-027c-75b9-a5e8-30fcc0a508de\>);
  display: flex;
}

.star-icon {
  color: var(--color--is-primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.z-2 {
  z-index: 2;
  position: relative;
}

.image-wrapper {
  width: 100%;
}

.image-rounded {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.image-rounded.mxh-50vh {
  max-height: 50vh;
}

.img-sm {
  width: 10rem;
}

.padding-hero {
  padding-top: 2rem;
}

.heading-2 {
  line-height: 3.5rem;
}

.form-input {
  color: #181a1b;
  border-radius: .25rem;
  width: 100%;
  height: 2.75rem;
  line-height: 1.5;
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  outline-color: var(--color--is-accent);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.form-input::placeholder {
  color: #5f6264;
  font-size: 1rem;
  line-height: 1.5;
}

.before-after {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .hero-img-component {
    min-height: 70vh;
  }

  .heading-content-top {
    align-items: center;
  }

  .container {
    text-align: center;
    flex-flow: column;
    padding-top: 1.5rem;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

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

  .navbar_logo {
    height: 6rem;
  }

  .mobile-app-nav-item {
    padding: .5rem 1rem;
  }

  .mobile-app-nav-container {
    flex-wrap: nowrap;
  }

  .section-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .process-card {
    background-color: #fff;
  }

  .logo-ticker-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-wrap {
    background-color: var(--color--is-secondary);
  }

  .form-wrap.hide-mobile {
    display: none;
  }

  .process-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-overlay-right {
    width: 100px;
  }

  .content-wrap-left {
    text-align: center;
    align-items: center;
  }

  .button-group.show-mobile {
    display: flex;
  }

  .process-arrow-1, .process-arrow-2 {
    display: none;
  }

  .bg-layer-split {
    width: 100%;
    height: 400px;
    inset: auto 0% 0%;
  }

  .content-block-left {
    align-items: center;
  }

  .modal-form {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffe6;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .modal-close {
    top: 3%;
    right: 3%;
  }

  .logo-overlay-left {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero-txt {
    background-image: linear-gradient(#0000, #0000008c 19%, #000);
  }

  .hero-img-component {
    min-height: 75vh;
  }

  .footer-wrap {
    padding-bottom: 5rem;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .mobile-app-nav-item {
    color: var(--color--white);
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
  }

  .mobile-app-nav-container {
    justify-content: space-around;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .section-lg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .feature-grid {
    grid-row-gap: 24px;
  }

  .section_mobile-app-nav {
    border-top-color: var(--color--is-accent);
    background-color: var(--color--is-dark);
    background-image: linear-gradient(#fff0, #000);
    display: block;
  }

  .form-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer-block {
    padding: 48px 24px;
  }

  .section-dark {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-content {
    font-size: 1rem;
  }

  .hero-img {
    aspect-ratio: 2 / 3;
  }

  .bg-layer-split {
    display: none;
  }

  .testimonial-grid-column {
    grid-template-columns: 1fr;
  }

  .content-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

@media screen and (max-width: 479px) {
  .hero-txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .font-heading.text-lg.tw-balance.mobile-sm {
    font-size: 1.125rem;
  }

  .hero-img-component {
    min-height: 50vh;
  }

  .hero-heading {
    font-size: 1.75rem;
  }

  .navbar_logo {
    object-fit: scale-down;
  }

  .form-heading-md {
    font-size: 1rem;
  }

  .mobile-app-nav-item {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .mobile-app-nav-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-grid, .process-grid {
    grid-template-columns: 1fr;
  }

  .button-hero {
    width: 48px;
    padding: 1rem;
  }

  .button-group {
    width: 100%;
  }

  .testimonial-user-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .horizontal-divider {
    display: none;
  }

  .form-heading-lg {
    font-size: 1.75rem;
  }

  .button {
    width: 100%;
  }

  .form-heading-sm {
    font-size: .875rem;
  }

  .logo-divider-a {
    display: none;
  }

  .process-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .button-group-2 {
    width: 100%;
  }

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

#w-node-_1404ede3-65cd-b156-c7db-84f1b11e6197-f5313255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1404ede3-65cd-b156-c7db-84f1b11e61a3-f5313255 {
  justify-self: end;
}

#w-node-a6073cc4-0d80-a0e8-1cd7-2354ae42f8a5-ae42f88b, #w-node-_7e4d585e-500a-3c8d-339b-01dbeea7dcd4-eea7dcc8, #w-node-_7e4d585e-500a-3c8d-339b-01dbeea7dcf3-eea7dcc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_175b0216-439f-8258-2730-3f7ca88a133b-a88a1338 {
  align-self: start;
}

#w-node-_175b0216-439f-8258-2730-3f7ca88a134a-a88a1338, #w-node-_175b0216-439f-8258-2730-3f7ca88a1353-a88a1338, #w-node-_175b0216-439f-8258-2730-3f7ca88a1360-a88a1338, #w-node-df36781e-b454-38f7-66b0-49d3325da130-f5313280 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df36781e-b454-38f7-66b0-49d3325da13c-f5313280 {
  justify-self: end;
}

#w-node-_76f9a3c0-047b-7c15-f3e9-65124036f7b9-4036f7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f9a3c0-047b-7c15-f3e9-65124036f7c5-4036f7b4 {
  justify-self: end;
}

#w-node-_1c488d2d-2b10-fac4-2773-ff4d0e7044d6-f5313295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c488d2d-2b10-fac4-2773-ff4d0e7044e2-f5313295 {
  justify-self: end;
}

#w-node-_2a25b2ca-ff65-a51c-7dd1-beb3e0e82578-f5313296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a25b2ca-ff65-a51c-7dd1-beb3e0e82584-f5313296 {
  justify-self: end;
}

#w-node-_317d8633-8e61-046e-95f6-f522cf50d0ea-f5313297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317d8633-8e61-046e-95f6-f522cf50d0f6-f5313297 {
  justify-self: end;
}

#w-node-_61133f80-d9ad-2aa7-aa43-360ef87c6515-f5313298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61133f80-d9ad-2aa7-aa43-360ef87c6521-f5313298 {
  justify-self: end;
}

#w-node-_3682e943-02b5-fb16-bfed-b1235f29eaad-f5313298 {
  align-self: start;
}

#w-node-_3682e943-02b5-fb16-bfed-b1235f29eab9-f5313298, #w-node-_3682e943-02b5-fb16-bfed-b1235f29eac1-f5313298, #w-node-_3682e943-02b5-fb16-bfed-b1235f29eacc-f5313298, #w-node-_9fcc1a97-75ea-de24-c0cf-029fbee0f43c-ae4a9f4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fcc1a97-75ea-de24-c0cf-029fbee0f448-ae4a9f4a {
  justify-self: end;
}

#w-node-_6d686f08-b70a-8c9e-90d2-461961ce27db-cb372b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d686f08-b70a-8c9e-90d2-461961ce27e7-cb372b14 {
  justify-self: end;
}

#w-node-_674d347e-6198-e195-9e1b-9e0fddeb5e92-1ede20bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_674d347e-6198-e195-9e1b-9e0fddeb5e9e-1ede20bc {
  justify-self: end;
}

#w-node-_163f335f-df7c-db16-2a00-38db2239f57e-e7ef99da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163f335f-df7c-db16-2a00-38db2239f58a-e7ef99da {
  justify-self: end;
}

#w-node-_43c4d191-ce62-073b-7d60-e8fbcfff26fa-411778a7, #w-node-a43dc24e-5569-2cf6-4dad-6f8eb5e9d546-411778a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_175b0216-439f-8258-2730-3f7ca88a1360-a88a1338, #w-node-_3682e943-02b5-fb16-bfed-b1235f29eacc-f5313298 {
    order: -9999;
  }
}


