:root {
  --neutral-700: #444a5b;
  --neutral-50: #fafafb;
  --neutral-900: #111217;
  --neutral-200: #e4e5eb;
  --neutral-100: #f4f5f7;
  --neutral-600: #666f89;
  --gray-900: #101828;
  --neutral-300: #d3d6de;
}

body {
  color: var(--neutral-700);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 0;
}

.container {
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar.navbar-footer {
  color: var(--neutral-50);
  background-color: #182752;
}

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

.brand {
  color: #182752;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #5f6072;
  padding: 0 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.nav-link.dropdown {
  padding-right: 25px;
}

.icon {
  margin-right: 4px;
}

.btn-primary {
  color: var(--neutral-50);
  text-align: center;
  text-transform: uppercase;
  background-color: #1455ff;
  min-width: 156px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.btn-primary.btn-lg {
  min-width: 304px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero {
  height: calc(100vh - 80px);
}

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

.flex-align-center.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

._w-46 {
  width: 46%;
}

._w-100 {
  width: 100%;
}

._w-54 {
  width: 54%;
}

.title-caption {
  color: var(--neutral-900);
  text-transform: uppercase;
  background-color: #dcebfd;
  padding: 4px 12px 2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.hero-flex-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-flex-column.justify-center {
  justify-content: center;
  align-items: center;
}

.mt-36 {
  margin-top: 36px;
}

.heading-1 {
  color: var(--neutral-900);
  letter-spacing: -3px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.position-relative {
  position: relative;
}

.hero-img-off-border {
  z-index: -10;
  border: 1px solid #1455ff;
  position: absolute;
  inset: -5% -5% 10% 15%;
}

.section-heading-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-heading-block.justify-center {
  justify-content: flex-start;
  align-items: center;
}

.heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.mt-64 {
  margin-top: 64px;
}

.loan-process-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-end;
  display: flex;
}

.process-card-wrapper {
  border: 1px solid var(--neutral-200);
  width: 76%;
}

.process-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.heading-3 {
  color: var(--neutral-900);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.p-small {
  font-size: 16px;
  line-height: 24px;
}

.p-small.mt-12 {
  margin-top: 12px;
}

.hr-neutral-200 {
  background-color: var(--neutral-200);
  height: 1px;
}

.loan-process-number {
  color: var(--neutral-50);
  text-align: center;
  letter-spacing: -1px;
  background-color: #1455ff;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.loan-process-number-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.v-line {
  background-color: var(--neutral-200);
  width: 3px;
  height: 100%;
}

.bg-smoke {
  background-color: var(--neutral-100);
}

.section-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.section-flex-align-center {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item {
  background-image: url('../images/li-tick-green-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-left: 36px;
  list-style-type: none;
}

.list {
  color: var(--neutral-600);
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.color-neutral-600 {
  color: var(--neutral-600);
}

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

.max-width-706 {
  max-width: 706px;
}

._w-c-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--neutral-200);
  background-color: var(--neutral-200);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.heading-4 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.heading-4.faq-heading {
  color: var(--gray-900);
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.p-xs {
  font-size: 14px;
  line-height: 20px;
}

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

.swiper-slide.testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-paragraph {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--neutral-600);
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.testimonial-client {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.testimonial-client-name {
  color: var(--neutral-900);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.swiper.testimonial-swiper, .swiper-wrapper {
  width: 100%;
}

.mt-40 {
  margin-top: 40px;
}

.swiper-btn-prev {
  border: 1px solid var(--neutral-200);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.d-flex {
  display: flex;
}

.d-flex.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.swiper-btn-next {
  border: 1px solid var(--neutral-200);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

._w-50-shrink-0 {
  flex: none;
  width: 50%;
}

.faq-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--neutral-200);
  background-color: var(--neutral-200);
  flex-flow: column;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #fff;
  padding: 40px 48px 40px 32px;
  display: flex;
}

.faq-toggle-icon-wrapper {
  transition: transform .3s;
}

.faq-data {
  flex: 1;
}

.faq-body {
  opacity: 0;
  max-height: 0;
  transition: opacity .3s, max-height .4s;
  overflow: hidden;
}

.faq-toggle-icon {
  transition: transform .3s;
}

.footer {
  background-color: #182752;
  padding: 64px;
}

.footer-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #203e88;
  border: 1px solid #203e88;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-p-64 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--neutral-50);
  background-color: #182752;
  flex-flow: column;
  justify-content: center;
  padding: 64px;
  display: flex;
}

.text-white {
  color: #fff;
}

.text-neutral-50 {
  color: var(--neutral-50);
}

.footer-brand-name {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.footer-block-p-40 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--neutral-50);
  background-color: #182752;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.footer-link-block-heading {
  color: var(--neutral-300);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.footer-social-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--neutral-50);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.home-hero {
  background-image: linear-gradient(#18275280, #18275280), url('../images/hero-img_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.hide {
  display: none;
}

.form-wrapper.popup-active {
  z-index: 1000;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 10px;
  flex-flow: column;
  padding: 36px;
  display: flex;
  position: relative;
}

.popup-form.popup-active {
  width: 90%;
  max-width: 522px;
}

.form-title {
  color: var(--neutral-50);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.form-footer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--neutral-50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.paragraph {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.popup-close-btn {
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  display: none;
  position: absolute;
  inset: 4px 4px auto auto;
}

.footer-v2 {
  background-color: #182752;
  padding-top: 80px;
}

.max-w-656 {
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
}

.footer-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--neutral-50);
  background-color: #182752;
  border: 1px solid #203e88;
  flex-flow: column;
  justify-content: center;
  padding: 64px;
  display: flex;
}

.footer-strip {
  border-top: 1px solid #203e88;
  margin-top: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.thank-you-hero {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

._w-60-tab-100 {
  flex-direction: column;
  justify-content: center;
  width: 55%;
  display: flex;
}

._w-40-tab-100 {
  width: 45%;
}

.hero-btn {
  color: #50bfbf;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2rem;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.hero-btn.blue {
  color: #fff;
  text-align: center;
  background-color: #1da1f2;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.hero-btn.blue.transparent {
  color: #50bfbf;
  background-color: #fff;
  border: 1px solid #1da1f2;
}

.text-block-10 {
  color: #1da1f2;
  -webkit-text-stroke-color: #1da1f2;
}

.d-flex-h-tab-v {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.d-flex-h-tab-v.gap-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heading-2 {
  color: var(--neutral-900);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.heading-2.text-neutral-50 {
  color: var(--neutral-50);
}

.image-13 {
  width: 100%;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #212121b3;
  font-size: 19px;
  line-height: 1.4;
}

.paragraph-2.mt-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.paragraph-2.mt-1 {
  margin-top: .5rem;
}

.min-h-100vh {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.p-xl {
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 120%;
}

.section-h2 {
  color: var(--neutral-900);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.home-hero-v1 {
  background-image: linear-gradient(#1455ff4d, #1455ff4d), linear-gradient(#00000080, #00000080), url('../images/v1-hero.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.home-hero-v2 {
  background-image: linear-gradient(#1455ff4d, #1455ff4d), linear-gradient(#00000080, #00000080), url('../images/v2-hero.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.home-hero-v3 {
  background-image: linear-gradient(#1455ff4d, #1455ff4d), linear-gradient(#00000080, #00000080), url('../images/v3-hero.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.home-hero-v4 {
  background-image: linear-gradient(#1455ff33, #1455ff33), linear-gradient(#00000080, #00000080), url('../images/v4-hero.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.home-hero-v5 {
  background-image: linear-gradient(#1455ff33, #1455ff33), linear-gradient(#00000080, #00000080), url('../images/v5-hero.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 80px);
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.form-body {
  flex-flow: column;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.survey-body {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .py-80 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex-align-center {
    flex-flow: column;
  }

  .flex-align-center.gap-60 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  ._w-46, ._w-54 {
    width: 100%;
  }

  .mt-64 {
    margin-top: 32px;
  }

  .process-card-wrapper {
    flex: 1;
  }

  .section-flex, .section-flex-align-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section-flex-align-center.mt-64.md-reverse {
    flex-flow: column-reverse;
  }

  .section-flex-align-center.md-row {
    flex-flow: row;
  }

  ._w-c-grid, .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-block-p-64 {
    padding: 40px;
  }

  .home-hero {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-v2 {
    padding-top: 64px;
  }

  .footer-block {
    padding: 40px;
  }

  .footer-strip {
    margin-top: 64px;
  }

  .thank-you-hero {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  ._w-60-tab-100, ._w-40-tab-100 {
    width: 100%;
  }

  .d-flex-h-tab-v {
    flex-direction: column;
  }

  .paragraph-2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .home-hero-v1, .home-hero-v2, .home-hero-v3, .home-hero-v4, .home-hero-v5 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-2 {
    padding-bottom: 2px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body, p {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-flex.sm-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .btn-primary.btn-lg {
    width: 100%;
    min-width: auto;
  }

  .btn-primary.nav-cta {
    display: none;
  }

  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-align-center.gap-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .title-caption {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-1 {
    letter-spacing: -2px;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 34px;
  }

  .loan-process-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process-card {
    padding: 16px;
  }

  .heading-3 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .p-small {
    font-size: 14px;
    line-height: 20px;
  }

  .loan-process-number {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-flex-align-center.md-row {
    flex-flow: column;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

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

  .grid-card {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 24px;
  }

  .heading-4, .heading-4.faq-heading {
    font-size: 16px;
    line-height: 20px;
  }

  ._w-50-shrink-0 {
    width: 100%;
  }

  .faq-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .footer {
    padding: 6vw 5vw;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .footer-block-p-64, .footer-block-p-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-wrapper.popup-active {
    padding-top: 20%;
  }

  .popup-form {
    padding: 24px 20px;
  }

  .form-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
  }

  .footer-v2 {
    padding-top: 40px;
  }

  .footer-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-strip {
    margin-top: 40px;
  }

  .thank-you-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-xl {
    font-size: 20px;
  }

  .home-hero-v1, .home-hero-v2, .home-hero-v3, .home-hero-v4, .home-hero-v5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


