:root {
  --white: #fff;
  --grey--200: #908ca1;
  --text-primary: var(--black);
  --radius-full: 99999px;
  --button-filled-primary: #1e1e1e;
  --border-secondary: var(--grey--300);
  --black: #1e1e1e;
  --grey--300: #eaeaea;
}

.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 {
  color: #333;
  font-family: Fustat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  text-align: center;
  letter-spacing: -.04em;
  font-feature-settings: "ss03" on;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
}

h4 {
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

p {
  color: var(--grey--200);
  text-align: center;
  letter-spacing: -.01em;
  max-width: 27.5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  color: var(--text-primary);
  -webkit-text-stroke-color: #1e1e1e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 400px;
  padding-bottom: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.badge-style {
  grid-column-gap: 8px;
  background-color: #1e1e1e;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icons {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.material-symbolsandroid {
  object-fit: cover;
  overflow: hidden;
}

.badge-text {
  color: #fafafa;
  text-align: center;
  letter-spacing: -.02em;
  overflow-wrap: normal;
  font-feature-settings: "ss03" on;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.glow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  position: absolute;
  inset: -40px 0% auto;
}

.circle-gradient {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.button-filled {
  border-radius: var(--radius-full);
  background-color: var(--button-filled-primary);
  color: #fff;
  letter-spacing: -.02em;
  padding: 14px 20px;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.button-filled:hover {
  mix-blend-mode: normal;
  background-color: #735af4;
}

.button-filled.w--current {
  font-size: 1rem;
}

.button-outline {
  border: 1px solid var(--border-secondary);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  letter-spacing: -.02em;
  background-color: #fff0;
  padding: 14px 20px;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.button-outline:hover {
  background-color: #eceaea;
}

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

.phone-image {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.phone-section {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 660px;
}

.features {
  z-index: 0;
  grid-row-gap: 0px;
  background-color: #735af4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-button {
  float: none;
}

.brand {
  float: none;
  cursor: pointer;
}

.navbar-main {
  border-radius: var(--radius-full);
  background-color: #fff;
  border: 1px solid #fcfcfc;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 16px 32px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 4px #0000000a;
}

.footer-waitlist-wrapper {
  background-color: #1e1e1e;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -36px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-wrapper {
  grid-row-gap: 48px;
  border: 0 solid #ffffff14;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 140px 48px;
  text-decoration: none;
  display: flex;
}

.text-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 460px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: -.01em;
  max-width: 32ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-container .text {
  text-align: left;
  max-width: 40ch;
}

.text-field-ghost {
  grid-column-gap: 10px;
  color: var(--grey--300);
  cursor: text;
  background-color: #fafafa1a;
  border: 1.5px solid #ffffff1a;
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  min-width: 260px;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.text-field-ghost.name {
  color: var(--grey--300);
  min-width: 160px;
}

.footer-main-wrapper {
  
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 40px 80px;
  text-decoration: none;
  display: flex;
  border: .5px solid #ffffff14;
}

.logo-inverted {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 27.6594px;
  text-decoration: none;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button-inverted {
  border-radius: var(--radius-full);
  color: var(--text-primary);
  letter-spacing: -.02em;
  background-color: #fafafa;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 14px 20px;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.form-block {
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
}

.text-link{
  color: var(--black);
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.why-moniepal-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.band-image {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 2334px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -500px;
}

.image-wrapper {
  width: 80px;
}

.text-black-static {
  color: #23005b;
}

.band-wrapper {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 500px;
  display: block;
  position: relative;
  top: 0%;
  left: 0%;
}

.section-wrapper {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.band-main-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.feature-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.feature-main-wrapper {
  background-color: #735af4;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
}

.mini-card-text {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.card-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.mini-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: linear-gradient(144deg, #fff0 61%, #ffffff4d);
  background-clip: padding-box;
  border-radius: 12px;
  outline: 1px solid #fff3;
  flex-flow: column;
  justify-content: space-between;
  min-width: 384px;
  height: 300px;
  padding: 24px;
  display: flex;
}

.mini-card.blue {
  background-color: #32a7fb;
}

.mini-card.red {
  background-color: #da4560;
}

.mini-card.green {
  background-color: #00b8a8;
}

.testimonial-main-wrapper {
  background-color: #c497fe;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.text-purple {
  color: #29025f;
  width: 100%;
}

.large-body {
  text-align: left;
  max-width: none;
  font-size: 1.5rem;
  font-weight: 400;
}

.testimonial-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 440px;
  padding: 32px;
  display: flex;
}

.testimonial-card-wrapper {
  background-color: #ffffff1f;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
}

.testimonial-image-wrapper {
  width: 100%;
  height: 440px;
  padding: 32px;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.hand-image {
  z-index: 1;
  position: absolute;
  bottom: 0%;
  left: 239px;
  right: 0%;
}

.hand-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 2000px;
  height: 150px;
  position: relative;
  inset: 0;
  overflow: visible;
}

.hand-section {
  background-color: #735af5;
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  overflow: visible;
}

.text-align-center, .h1-main {
  text-align: center;
}

.h1-main.text-left {
  text-align: left;
}

.frame-1000002557 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 200px 120px;
  text-decoration: none;
  display: flex;
}

.tab-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #908ca1;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.tab-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-te {
  color: #4b4560;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.tab {
  grid-column-gap: 10px;
  background-color: #fafafa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.tab:active {
  background-color: #f1eef3;
}

.tab-text {
  color: #908ca1;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.tab-text:active {
  color: #4b4560;
}

.frame-1000002556 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  text-decoration: none;
  display: flex;
}

.hero-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #1e1e1e;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.text-6 {
  color: #1e1e1e;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.frame-1000002555 {
  grid-row-gap: 53px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1-style {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #1e1e1e;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.h1-style-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #fafafa;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: auto;
  max-width: 600px;
  display: flex;
}

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

.frame-1000002542 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.frame-1000002543 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-93 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.duration {
  grid-column-gap: 16px;
  background-color: #ffffff14;
  background-image: linear-gradient(141deg, #fff0 0%, #fff 100%);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 24px;
  display: flex;
}

.content-style {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 252px;
  text-decoration: none;
  display: flex;
}

.bank-icon {
  object-fit: cover;
}

.frame-1000002535 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.text-10 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fustat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.maths {
  grid-column-gap: 16px;
  background-color: #ffffff14;
  background-image: linear-gradient(237.88deg, #fff0 0%, #fff 100%);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 24px;
  display: flex;
}

.div-block-3 {
  width: 923px;
  height: 699px;
  position: absolute;
  inset: -143px 0% 0% auto;
  overflow: hidden;
}

.sub-footer-container{
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 100px;
flex-direction: row;
align-items: center;
padding: 60px 0px;
gap: 32px;
;
}

.footer-logo-wrapper{
  width: 100%;
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 16px;
}

.location-wrapper{
  width: 100%;
  display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 32px;
}

.location-wrapper .text {
  text-align: left;
  line-height: 24px;
}

.sub-footer-container .brown-text {
font-size: 16px;
line-height: 24px;
letter-spacing: -0.01em;
color: #808080;
max-width: 26ch;
}

.location-item{
  width: 100%;
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 12px;

}

@media screen and (max-width: 991px) {
  .hero-section {
    overflow: hidden;
  }

  .features {
    max-width: none;
    padding-top: 200px;
    overflow: hidden;
  }

  .navbar-main {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .footer-container {
    max-width: 700px;
  }

  .band-image {
    width: 1600px;
  }

  .band-wrapper {
    height: 300px;
  }

  .section-wrapper {
    padding: 100px 40px 140px;
  }

  .feature-main-wrapper, .testimonial-main-wrapper {
    padding: 100px 32px 140px;
  }

  .testimonial-text-wrapper {
    height: auto;
    min-height: 440px;
  }

  .testimonial-card-wrapper {
    flex-flow: column;
    height: auto;
  }

  .testimonial-image-wrapper {
    height: auto;
    min-height: 440px;
  }

  .hand-image {
    width: 80%;
    left: 409px;
  }

  .frame-1000002556 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    top: -286px;
  }
}

@media screen and (max-width: 767px) {
  .nav-button-wrapper {
    background-color: #fff;
    border-radius: 32px;
    margin-top: 16px;
    padding: 16px;
  }

  .nav-button-wrapper.open {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: 100vh;
  }

  .phone-image {
    width: 340px;
  }

  .features {
    padding-top: 120px;
  }

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

  .link-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    align-items: start;
  }

    .footer-main-wrapper {
    padding: 20px 20px 0px;
  }


  .footer-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 32px;
  }


  .sub-footer-container {
    grid-row-gap: 40px;
    flex-flow: column;
  }

    .location-wrapper {
    flex-flow: column;
  }

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

  .text-white.h4-small {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .band-image {
    margin-left: -80px;
  }

  .text-black-static.h2-small {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .band-wrapper {
    height: 300px;
  }

  .section-wrapper, .feature-main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mini-card-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

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

  .hand-image {
    width: 60%;
    left: 520px;
  }

  .h1-main {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .p-small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .h2-small {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .frame-1000002557 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-3 {
    top: -411px;
  }
}

@media screen and (max-width: 479px) {
  .badge-text {
    font-size: .9rem;
  }

  .nav-button-wrapper.open {
    display: block;
  }

  .phone-image {
    width: 260px;
  }

  .features {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: var(--black);
  }

  .navbar-main {
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 4px 16px 4px 20px;
  }

  .footer-wrapper {
    padding: 80px 20px 100px;
  }

  .text {
    font-size: 1rem;
  }

  .link {
    font-size: 14px;
  }

  .text-white.h4-small {
    font-size: 1.4rem;
  }

  .band-image {
    width: 850px;
    margin-left: 389px;
  }

  .text-black-static.h2-small {
    font-size: 2rem;
    line-height: 1;
  }

  .band-wrapper {
    height: 180px;
  }

  .section-wrapper {
    padding-top: 64px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
  }

  .mini-card-text {
    line-height: 1.6rem;
  }

  .mini-card {
    min-width: auto;
  }

  .text-purple {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .large-body.text-purple {
    font-size: 1rem;
  }

  .testimonial-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    padding: 16px 16px 40px;
  }

  .testimonial-image-wrapper {
    padding: 16px;
  }

  .h1-main {
    font-size: 2.25rem;
    line-height: 1;
  }

  .h1-main.text-left {
    text-align: left;
  }

  .p-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .h2-small {
    font-size: 2rem;
    line-height: 1.3;
  }

  .frame-1000002557 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#w-node-_50614010-0ef9-81f1-da75-b3e0db67289b-5c7e0a91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50614010-0ef9-81f1-da75-b3e0db6728a0-5c7e0a91 {
  grid-area: Area;
}

#w-node-cd9084dc-4fef-0664-2eb5-e8a8cdc76fcc-5c7e0a91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd9084dc-4fef-0664-2eb5-e8a8cdc76fd1-5c7e0a91 {
  grid-area: Area;
}

#w-node-_73f4da88-37e5-df20-d955-b974eda37fb0-5c7e0a91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f4da88-37e5-df20-d955-b974eda37fb5-5c7e0a91 {
  grid-area: Area;
}

#w-node-_0567ae37-56c2-9230-a818-56520ec5df4e-5c7e0a91 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0567ae37-56c2-9230-a818-56520ec5df53-5c7e0a91 {
  grid-area: Area;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c161-5c7e0a91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c166-5c7e0a91 {
  grid-area: Area;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c168-5c7e0a91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c16d-5c7e0a91 {
  grid-area: Area;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c16f-5c7e0a91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c174-5c7e0a91 {
  grid-area: Area;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c176-5c7e0a91 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26bf8f01-7799-51d2-121d-9262b907c17b-5c7e0a91 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_50614010-0ef9-81f1-da75-b3e0db67289b-5c7e0a91, #w-node-cd9084dc-4fef-0664-2eb5-e8a8cdc76fcc-5c7e0a91, #w-node-_73f4da88-37e5-df20-d955-b974eda37fb0-5c7e0a91, #w-node-_0567ae37-56c2-9230-a818-56520ec5df4e-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c161-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c168-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c16f-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c176-5c7e0a91 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50614010-0ef9-81f1-da75-b3e0db67289b-5c7e0a91, #w-node-cd9084dc-4fef-0664-2eb5-e8a8cdc76fcc-5c7e0a91, #w-node-_73f4da88-37e5-df20-d955-b974eda37fb0-5c7e0a91, #w-node-_0567ae37-56c2-9230-a818-56520ec5df4e-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c161-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c168-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c16f-5c7e0a91, #w-node-_26bf8f01-7799-51d2-121d-9262b907c176-5c7e0a91 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


