.container:after,
.nav:after {
  content: " ";
  display: table;
  clear: both
}

.container {
  margin-left: auto;
  margin-right: auto
}

.nav-menu {
  float: right
}

.nav-brand {
  float: left
}

@media(min-width:992px) {
  .nav-button {
    display: none
  }

  .nav-menu {
    display: block
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

.icon-nav-menu:before {
  content: "\2630";
  font-size: 32px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

.button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.button {
  -webkit-appearance: button;
}

h1 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.form {
  margin: 0 0 15px;
}

.form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

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

.input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.input {
  height: auto;
}

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

.container:before,
.container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.container:after {
  clear: both;
}

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

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

@media screen and (max-width: 767px) {
  .nav-brand {
    padding-left: 10px;
  }
}

.nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.nav:before,
.nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.nav:after {
  clear: both;
}

.nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-menu {
  float: right;
  position: relative;
}

.nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.nav-button:focus {
  outline: 0;
}

.nav[data-collapse="all"] .nav-menu {
  display: none;
}

.nav[data-collapse="all"] .nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav[data-collapse="medium"] .nav-menu {
    display: none;
  }

  .nav[data-collapse="medium"] .nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav[data-collapse="small"] .nav-menu {
    display: none;
  }

  .nav[data-collapse="small"] .nav-button {
    display: block;
  }

  .nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav[data-collapse="tiny"] .nav-menu {
    display: none;
  }

  .nav[data-collapse="tiny"] .nav-button {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --white: #fff;
  --primary-text: #222428;
  --brand-secondary: #7014f2;
  --main-typeface: "DM Sans", sans-serif;
  --header: 700;
  --paragraph: 400;
  --brand-tertiary: #00f59b;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-700: #282556;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.logo {
  width: 150px;
  margin-top: 25px;
}

.navbar {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 220px;
  padding-right: 220px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 14px #9ca8a233;
}

.body {
  background-color: var(--white);
  border: 1px solid #222428;
  font-weight: 800;
}

.nav-link {
  border: 1px none var(--primary-text);
  color: var(--primary-text);
  margin-top: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.cta {
  background-color: var(--brand-secondary);
  color: #fff;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-link.cta:hover {
  mix-blend-mode: normal;
  background-color: #670ee5;
  transform: translate(0, -1px);
  box-shadow: 0 7px 12px 2px #7146e833;
}

.nav-link.footer {
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  border: 1px none var(--primary-text);
}

.heading {
  color: var(--primary-text);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-weight: 200;
  line-height: 1;
}

.paragraph {
  color: var(--primary-text);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.form {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
}

.headline {
  font-family: var(--main-typeface);
  color: var(--primary-text);
  font-size: 64px;
  font-weight: var(--header);
  text-align: center;
}

.bold-text-2 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: var(--paragraph);
  text-align: center;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.secondary-button {
  border: 1.5px solid var(--brand-secondary);
  color: var(--brand-secondary);
  text-align: center;
  background-color: #22242800;
  border-radius: 4px;
  align-self: center;
  width: auto;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.secondary-button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 7px 12px 2px #7146e833;
}

.image {
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 20px -2px #c0b8cc;
}

.main-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section.hero {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px 220px;
}

.h1 {
  font-family: var(--main-typeface);
  color: var(--white);
  font-size: 36px;
  font-weight: var(--header);
  text-align: left;
}

.h1.howitworks {
  color: var(--primary-text);
  text-align: center;
}

.h1.what-we-offer {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-title {
  font-family: var(--main-typeface);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.card-title.light {
  color: var(--primary-text);
}

.card-title.form-title {
  color: var(--brand-tertiary);
  flex-flow: row;
  width: 200px;
  display: block;
}

.h2 {
  font-family: var(--main-typeface);
  color: var(--brand-tertiary);
  width: 400px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.h2.light {
  color: var(--brand-secondary);
}

.card-text {
  font-family: var(--main-typeface);
  color: var(--white);
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.card-text.light {
  color: var(--primary-text);
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: column;
  width: 400px;
  font-weight: 400;
  display: flex;
}

.heading-4 {
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.card.left,
.card.right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  place-items: center start;
}

.card-visual {
  border-radius: 4px;
  box-shadow: 0 0 19px -6px #8bf6cf;
}

.what-we-offer {
  background-color: var(--primary-text);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.what-we-offer.features {
  background-color: var(--primary-text);
  margin-left: 0;
  padding: 40px 220px;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 500px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  align-items: center;
  width: 500px;
  padding: 10%;
  display: block;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.bg-shadow.anima-1 {
  width: 500px;
}

.text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.button {
  color: #1a1a1a;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #f8f9fa;
  background-color: #1a1a1a;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-top: 140px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 300vh;
  display: flex;
  position: relative;
}

.content-wrap-2 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.content-wrap-2.anima-2 {
  display: block;
}

.content-wrap-2.anima-1 {
  justify-content: center;
  align-items: center;
  display: block;
}

.content-wrap-2.anima-3 {
  display: block;
}

.img-block-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate-2 {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate-2.s-2,
.scroll-animate-2.s-3 {
  background-color: var(--brand-secondary);
}

.scroll-base-2 {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.how-it-works {
  margin-bottom: 15vh;
}

.step-block-3 {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 65vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 600px;
  max-width: 100%;
  overflow: clip;
}

.image-3 {
  width: 600px;
  max-width: 100%;
}

.image-4 {
  width: 600px;
}

.f-container-large {
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
  overflow: hidden;
}

.f-footer-brand {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  overflow: hidden;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.f-footer-menu {
  grid-column-gap: 36px;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer {
  background-color: var(--flowui-component-library--white);
  padding: 20px 220px;
  position: relative;
}

.f-footer-logo {
  flex: none;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1140px;
  display: flex;
}

.container-4 {
  max-width: 1140px;
}

.image-6,
.image-7,
.image-8,
.image-9,
.image-10 {
  border-radius: 8px;
}

.contact {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--primary-text);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 220px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  font-family: DM Sans, sans-serif;
  display: block;
}

.form-block-2 {
  margin-left: 0;
  margin-right: 0;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template: "."
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-family: DM Sans, sans-serif;
  display: grid;
}

.submit-button {
  background-color: var(--brand-tertiary);
  color: var(--primary-text);
  border-radius: 4px;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0;
  font-size: 16px;
  display: block;
}

.submit-button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 4px 12px 2px #0f835873;
}

.text-field {
  color: var(--primary-text);
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
}

.text-field:hover {
  border: 1px solid var(--brand-tertiary);
}

.text-field:active {
  color: var(--primary-text);
}

.text-field:focus {
  border: 1px solid var(--brand-tertiary);
  color: var(--primary-text);
  background-color: #d8f0e5;
}

.text-field::placeholder {
  color: #abadb8;
}

.form-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template: "."
    / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.form-div {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.image-11 {
  object-fit: cover;
  max-height: 100%;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.form {
    font-size: 14px;
  }

  .headline {
    font-size: 42px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .secondary-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .main-section.hero {
    margin-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .h1,
  .h1.howitworks,
  .h1.what-we-offer {
    font-size: 32px;
  }

  .card-title.dark {
    font-size: 12px;
  }

  .h2 {
    width: 300px;
    font-size: 20px;
  }

  .h2.light {
    width: 200px;
  }

  .card-text {
    width: 300px;
    font-size: 14px;
  }

  .card-text.light {
    width: 200px;
  }

  .card-info {
    width: 300px;
  }

  .card.left,
  .card.right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .what-we-offer.features {
    padding: 40px 100px;
  }

  .step,
  .bg-shadow.anima-1,
  .bg-shadow.anima-3 {
    width: 300px;
  }

  .how-it-works {
    margin-bottom: 20vh;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .contact {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-11 {
    object-fit: none;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 120px;
  }

  .nav-link.footer {
    margin-top: 0;
  }

  .headline {
    font-size: 32px;
  }

  .main-section.hero {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 28px;
  }

  .h1.howitworks {
    margin-bottom: 40px;
    padding-top: 60px;
    font-size: 28px;
  }

  .h1.what-we-offer {
    font-size: 24px;
  }

  .h2 {
    width: 240px;
    font-size: 18px;
  }

  .card-text {
    width: 240px;
  }

  .card-text.light {
    width: 400px;
  }

  .card-info {
    width: 240px;
  }

  .card.left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .what-we-offer.features {
    padding: 10px 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }

  .step {
    justify-content: center;
    width: 500px;
    padding: 0% 5%;
  }

  .bg-shadow.anima-1 {
    width: 450px;
  }

  .text-block {
    width: 450px;
  }

  .trigger._3 {
    height: 70%;
  }

  .trigger._1 {
    height: 10%;
    top: 50%;
  }

  .trigger._2 {
    height: 50%;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: 220px;
    bottom: 50%;
  }

  .scroll-container {
    height: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .step-scroll {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .scroll-wrap {
    flex-flow: row;
    height: 50vh;
    margin-top: 0;
    padding-top: 10px;
  }

  .content-wrap-2 {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .content-wrap-2.anima-2,
  .content-wrap-2.anima-3 {
    height: 50vh;
    padding-bottom: 0;
  }

  .img-block-2 {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block-2.anima-1 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 15%;
    max-width: 0%;
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    display: flex;
  }

  .scroll-base-2 {
    position: relative;
  }

  .how-it-works {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .step-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 60vh;
    min-height: 110vh;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-6 {
    border-radius: 4px;
    box-shadow: 0 2px 5px #0003;
  }

  .image-7,
  .image-8,
  .image-9,
  .image-10 {
    border-radius: 4px;
  }

  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.25fr 1fr;
  }
}

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

  .navbar {
    padding-bottom: 0;
  }

  .headline {
    flex-flow: row;
    width: 300px;
    font-size: 24px;
    display: flex;
  }

  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    max-width: 80%;
  }

  .main-section.hero {
    margin-top: 60px;
  }

  .h1,
  .h1.howitworks {
    font-size: 24px;
  }

  .h2 {
    font-size: 16px;
  }

  .card-info {
    padding-bottom: 20px;
  }

  .card.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-auto-flow: column;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .card.right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center start;
    display: block;
  }

  .card-visual {
    box-shadow: 0 0 19px -6px #8bf6cf;
  }

  .what-we-offer.features {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    font-size: 20px;
  }

  .trigger._3 {
    height: 29%;
  }

  .trigger._1 {
    height: 85%;
  }

  .img-block-2 {
    width: 90%;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-6 {
    box-shadow: none;
    border-radius: 4px;
  }

  .image-7 {
    border-radius: 4px;
  }

  .contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-2 {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-rows: min-content;
  }

  .image-11 {
    object-fit: cover;
    position: static;
    overflow: visible;
  }
}

#w-node-_62a2673e-0263-b183-72ee-66c045c2c497-f25f75a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #grid-area {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.navbar .container:after {
  content: " ";
  display: table;
  clear: both;
}

.nav-menu {
  float: right;
  position: relative;
}

.nav-brand {
  float: left;
  position: relative;
}

/* Restore Overrides */
.navbar .container {
  padding: 0;
  display: block;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* Form Success & Error Styling */
.form-done {
  display: none;
  text-align: center;
  background-color: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 32px;
  margin-top: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
}

.form-done div {
  font-weight: 500;
}

.form-done:before {
  content: "\2713";
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
  color: #16a34a;
}

.form-fail {
  display: none;
  background-color: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  padding: 16px;
  border-radius: 8px;
  margin-top: 10px;
  text-align: center;
}
