:root {
  --white: white;
  --black: #000;
  --green: #0ca374;
  --lemon-green: #f8fff3;
  --light-gray: #fcfcfc;
  --light-green-30: #a9c8934d;
  --red: #ff5a5a;
  --light-green: #a9c893;
  --black-80: #000c;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: General Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16667;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.27273;
}

p {
  opacity: .8;
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.grid {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  width: 13.75rem;
  height: 5.125rem;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 6.625rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10.625rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
}

.max-width-720 {
  max-width: 45rem;
}

.margin-16 {
  margin-bottom: 1rem;
}

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

.margin-20 {
  margin-bottom: 1.25rem;
}

.max-width-1004 {
  max-width: 62.75rem;
}

.max-width-792 {
  max-width: 49.5rem;
}

.comparison-image {
  aspect-ratio: 1.75519;
  object-fit: contain;
  width: 26.4375rem;
}

.column-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.heading-h1-style {
  font-family: General Sans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

.core-service-cards-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-48 {
  margin-bottom: 3rem;
}

.core-service-card {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border: .0625rem solid #eeebeb;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  display: flex;
  overflow: clip;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  width: 3.5rem;
  height: 3.5rem;
}

.margin-8 {
  margin-bottom: .5rem;
}

.heading-h3-style {
  font-size: 1.375rem;
  line-height: 1.27273;
}

.logo-image {
  aspect-ratio: 3.07143;
  object-fit: contain;
  width: 18.8125rem;
  height: 6.125rem;
}

.logos-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.padding-96 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 11.5rem;
  height: 3rem;
}

.footer-cta-wrapper {
  grid-row-gap: 1.25rem;
  border: .0625rem solid var(--light-green-30);
  background-color: var(--lemon-green);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31rem;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.form-block {
  background-color: #fcfcfc;
  border: .0625rem solid #eeebeb;
  border-radius: 1.5rem;
  max-width: 32.375rem;
  margin-bottom: 0;
  margin-right: 1.375rem;
  padding: 2rem;
}

.input-wrapper {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-red {
  color: var(--red);
}

.input {
  background-color: var(--white);
  border: .0625rem solid #eeebeb;
  border-radius: .375rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.input::placeholder {
  color: #0006;
}

.input.text-area {
  resize: vertical;
  height: auto;
  min-height: 4.5rem;
  padding-top: .75rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.875rem;
  padding: .5rem 1.33333rem;
  font-family: General Sans, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.hero-image-wrapper {
  aspect-ratio: 1.43007;
  object-fit: cover;
  max-width: 51.125rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.cover-image.display-none-web {
  display: none;
}

.font-weight-600 {
  font-weight: 600;
}

.text-green {
  color: var(--green);
}

.hero-text-span {
  color: var(--green);
  font-weight: 600;
  display: inline-block;
}

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

.hide {
  display: none;
}

.brand {
  padding: 0;
}

.success-message {
  background-color: var(--light-gray);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .core-service-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

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

  .footer-cta-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .form-block {
    max-width: 31rem;
    margin-right: 0;
  }

  .hero-image-wrapper {
    aspect-ratio: 1 / 2.52217;
    max-width: none;
    height: 90%;
    max-height: 32rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  .cover-image.display-none-mobile {
    display: none;
  }

  .cover-image.display-none-web {
    display: block;
  }

  .hero-text-span {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .875rem;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  h2 {
    font-size: 1rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    height: 3.5rem;
  }

  .button {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .hero-section {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .heading-h1-style {
    font-size: 1.5rem;
    line-height: 1.16667;
  }

  .margin-48 {
    margin-bottom: 1.5rem;
  }

  .code-embed {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-96 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .footer-section {
    padding-top: 2rem;
  }

  .logo {
    width: 6.75rem;
    height: 1.75rem;
  }

  .footer-cta-wrapper {
    width: 100%;
    max-width: none;
    font-size: 1rem;
  }

  .form-block {
    border-radius: 1rem;
    width: 100%;
    max-width: none;
    padding: 1.5rem 1rem;
  }

  .hide {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .comparison-image {
    width: 100%;
  }
}

#w-node-_49bae524-9a01-8bdd-6d09-65bdb2b4fd5c-caba17a1 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_883a0c64-0321-27e9-f140-cad0535db6f5-caba17a1 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-da70ad15-37f3-dd16-e334-79d9f3112e69-caba17a1 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

#w-node-af8b9a00-b2d0-b6d1-9c34-8003c42431cc-caba17a1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-_0d92789f-30db-7048-9151-2d673395fc0d-caba17a1 {
  grid-area: 1 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_612877e6-dff1-5ed7-64b4-94a832d07a0c-caba17a1, #w-node-cc4acca2-cbe0-a2bf-32bd-a2a4c20d2219-caba17a1, #w-node-_0d92789f-30db-7048-9151-2d673395fc15-caba17a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63c24c94-9a1e-134b-9c14-2a5f2398c671-caba17a1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-_49bae524-9a01-8bdd-6d09-65bdb2b4fd5c-caba17a1, #w-node-af8b9a00-b2d0-b6d1-9c34-8003c42431cc-caba17a1 {
    grid-column: span 12 / span 12;
  }

  #w-node-_0d92789f-30db-7048-9151-2d673395fc0d-caba17a1 {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: auto;
  }

  #w-node-_63c24c94-9a1e-134b-9c14-2a5f2398c671-caba17a1 {
    grid-column: span 12 / span 12;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}