:root {
  --neutral-light: #f9fafb;
  --neutral-dark: #111827;
  --accent-sparkle: #facc15;
  --primary: #6366f1;
  --color-gray-light: #f3f4f6;
  --secondary-accent: #10b981;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: var(--neutral-light);
  color: #333;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.section-nav {
  background-color: var(--neutral-dark);
  height: 10vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.nav-items {
  color: #333;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--neutral-light);
  flex: none;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--accent-sparkle);
}

.section-hero {
  background-color: var(--neutral-dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.btn {
  background-color: var(--neutral-dark);
  border-radius: 20px;
  margin-top: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.hero {
  background-color: var(--primary);
  color: var(--neutral-light);
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.team-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  flex: none;
  width: 30%;
  padding-top: 1rem;
  padding-bottom: 24px;
  position: relative;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.body {
  background-color: var(--neutral-light);
}

.icon {
  color: var(--primary);
  text-align: center;
  width: 50%;
  height: 100%;
}

.icon:hover {
  transform: scale(1.1);
}

.code-embed-2, .code-embed-3 {
  text-align: center;
}

.container-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-process {
  padding-top: 60px;
  padding-bottom: 2rem;
}

.section-benefits {
  background-color: var(--color-gray-light);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.container-how {
  padding-top: 40px;
}

.section-process-copy {
  padding-top: 60px;
}

.heading {
  margin-bottom: 40px;
}

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

.heading-2 {
  margin-bottom: 2rem;
}

.section-cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.section-footer {
  background-color: var(--neutral-dark);
  color: var(--color-gray-light);
  text-align: center;
  min-height: 40vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image {
  height: 100%;
}

.text-block {
  color: var(--color-gray-light);
  text-decoration: none;
}

.footer-link {
  padding: 5px 20px;
}

.quick-stack {
  margin-bottom: 40px;
}

.lottie-animation {
  filter: saturate(135%);
}

.container-4 {
  color: var(--neutral-light);
  text-align: left;
  flex-flow: column;
  padding-top: 8rem;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.animation {
  flex: 1;
  height: 100%;
  position: relative;
}

.logo-wrapper {
  flex: none;
  width: 12rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-2 {
  height: 100%;
}

.footer-logo-wrapper {
  height: 3rem;
}

.section-contact {
  min-height: 30vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-hero-small {
  background-color: var(--neutral-dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-field {
  display: none;
}

.success-message, .error-message {
  font-size: 16px;
}

.cell-3 {
  padding-left: 40px;
}

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .team-slider {
    padding: 60px 15px;
  }

  .team-block {
    width: 80%;
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
  }

  .section-benefits, .container-4, .section-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .footer-link {
    padding-left: 10px;
  }

  .footer-logo-wrapper {
    height: 2rem;
  }

  .section-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell, .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_00616597-5f7f-e9b5-bcb4-b2532c5ea624-2c5ea622 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_00616597-5f7f-e9b5-bcb4-b2532c5ea624-2c5ea622 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


