:root {
  --black: #212c3b;
  --primary: #4356ff;
  --white: white;
}

body {
  color: var(--black);
  background-color: #fcfcff;
  font-family: Circularxxweb, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentinel Book Web, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.section {
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
}

.section.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.banner.hide {
  display: none;
}

.section.faqs {
  background-color: #f4f6ff;
  padding: 6rem 6%;
  display: block;
}

.section.faqs.hide {
  display: none;
}

.section.footer {
  color: #fff;
  background-color: #212c3b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.section.shaded {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.section.hide {
  display: block;
}

.section.intro {
  color: var(--white);
  background-image: linear-gradient(#4356ffcc, #4356ffcc), url('../images/Lending-dark.svg'), linear-gradient(#4356ff, #4356ff);
  background-position: 0 0, 110% 120%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 80%, auto;
}

.section.dark {
  background-color: var(--black);
  color: var(--white);
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  min-height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container._2col {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container._2col.v-center {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
}

.container.faqs-container {
  font-size: 18px;
  line-height: 28px;
}

.container.center.small {
  max-width: 800px;
}

.navbar-logo-left {
  z-index: 500;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #212c3b;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.nav-link-accent.hide {
  display: none;
}

.button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-transform: none;
  min-width: 200px;
  margin: 8px;
  padding: .8rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.hide {
  display: none;
}

.button.alt {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #1a1b1f00;
}

.button.outline {
  border-color: var(--white);
  letter-spacing: .5px;
  font-family: Circularxxweb, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.break {
  width: 100%;
  height: 1rem;
}

.break._10 {
  height: 10rem;
}

.break._4 {
  height: 4rem;
}

.break._2 {
  height: 2rem;
}

.break.hr {
  opacity: .2;
  mix-blend-mode: multiply;
  background-color: #121212;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.break.hr.intro {
  background-color: var(--white);
  opacity: 1;
  mix-blend-mode: normal;
  max-width: 200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.timeline-container {
  background-color: #eee;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  display: flex;
  position: relative;
}

.roadmap-line {
  background-color: #000;
  width: 20%;
  height: .25rem;
  transform: rotate(-15deg);
}

.roadmap-line._2 {
  transform: rotate(15deg);
}

.roadmap-line._3 {
  transform: rotate(5deg);
}

.milestone {
  position: absolute;
}

.merger-logo-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.col {
  width: 49%;
  padding-left: 8px;
  padding-right: 8px;
}

.col.card {
  width: 46%;
  display: block;
}

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

.bold {
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.center {
  text-align: center;
}

.timeline-bar {
  mix-blend-mode: multiply;
  background-color: #4d33e4;
  border-radius: 500px;
  width: 10%;
  min-height: 40px;
  position: relative;
}

.timeline-milestone-container {
  background-color: #fff;
  border: 0 solid #333;
  border-radius: 500px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.milestone-marker {
  mix-blend-mode: normal;
  background-color: #333;
  width: 2px;
  height: 50px;
}

.milestone-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  top: -10px;
}

.inline-break {
  width: 24px;
  height: 100%;
  min-height: 16px;
  display: inline-block;
}

.banner {
  background-color: #002f6c;
  color: white;
  padding: 50px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  position: relative; /* Changed from fixed */
}

@media screen and (max-width: 767px) {
  .banner {
    font-size: 0.875rem; /* 14px */
    padding: 0.625rem 2rem !important; /* 10px top/bottom, 24px left/right */
  }

  .banner p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .banner .disclaimer p {
    font-size: 0.75rem;
  }
}



.status {
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.time {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 22px;
  text-decoration: none;
  display: flex;
}

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

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.status-transition-to-accounts-and-services-complete-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.status-transition-to-accounts-and-services-complete-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.faqs {
  grid-row-gap: 24px;
  background-color: #f8f9ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 15px -1px #02000c29;
}

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

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-us {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.container-assistance {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.heading-assistance {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.frame-630748 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 81.87px;
  text-decoration: none;
}

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

.error-dce66a56-4fec-8e27-3ec5-5b9bacb6b89c {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  background-color: #fffefe00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-630750 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-630751 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-info {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.frame-630752 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  background-color: #fffefe00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.contact-us-2 {
  background-color: #212c3b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

._3-columns-2 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 5px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.gesa-logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  padding: 24px 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 88.9768px;
  text-decoration: none;
  display: flex;
}

.frame-630757 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-link-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer-link-text.disclaimer {
  opacity: 1;
  mix-blend-mode: overlay;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.logo-text {
  color: #212c3b;
  font-size: 24px;
  line-height: 32px;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2fr;
  display: grid;
}

.inline {
  display: inline;
}

.footer-link {
  margin-bottom: 1rem;
  display: block;
}

.footer-link.footer-link-text {
  display: inline-block;
}

.timeline-mobile-label, .timeline-mobile-status {
  display: none;
}

.body {
  font-family: Circularxx, sans-serif;
}

.body-2 {
  color: var(--black);
}

.vertical-line {
  background-color: #bdbdbd;
  width: 1px;
  height: 100%;
  min-height: 98px;
  margin-left: 32px;
  margin-right: 32px;
}

.hero-backdrop-blur {
  z-index: 0;
  background-image: linear-gradient(#fffc, #fffc);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-backdrop {
  z-index: 0;
  opacity: .2;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.merger-logo-gesa {
  width: 100%;
  max-width: 300px;
}

.merger-logo-security {
  width: 100%;
  max-width: 260px;
}

.scroll-down-container {
  z-index: 3;
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto auto 5%;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.white {
  color: var(--white);
}

.ncua-logo {
  filter: brightness(20%);
  max-width: 150px;
}

.footer-logos {
  height: 48px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar {
  color: var(--white);
  background-color: #3a4adb;
  position: sticky;
  top: 0;
}

.image-2 {
  max-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  body {
    font-weight: 400;
  }

  .section {
    text-align: center;
  }

  .container._2col {
    flex-direction: column;
  }

  .container._2col.v-center.rev {
    flex-flow: column-reverse wrap-reverse;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-menu-two {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffd9;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 2px 2px 6px #00000026;
  }

  .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button.outline {
    border-color: var(--white);
    font-size: 18px;
    line-height: 24px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .col {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .col.card {
    width: 100%;
  }

  .card {
    text-align: left;
  }

  .container-assistance, ._3-columns, ._3-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .timeline-mobile-label, .timeline-mobile-status {
    text-align: center;
    position: absolute;
    inset: auto 0% -150%;
  }

  .nav-link-2, .nav-link-2:hover, .nav-link-2:active, .nav-link-2:focus, .nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible], .nav-link-2:visited {
    color: var(--primary);
  }

  .menu-button-2 {
    padding: 24px;
  }

  .menu-button-2.w--open {
    background-color: #3747d8;
  }

  .nav-menu {
    background-color: var(--white);
    color: var(--primary);
    padding-bottom: 1rem;
    box-shadow: 0 2px 50px #0003;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }

  .section.intro {
    background-image: linear-gradient(to bottom, null, null), url('../images/Lending-dark.svg'), linear-gradient(to bottom, null, null);
    background-size: auto, 100%, auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .timeline-container {
    min-height: auto;
  }

  .merger-logo-container {
    object-fit: contain;
    position: relative;
  }

  .timeline-bar {
    min-height: 10px;
  }

  .milestone-marker {
    height: 20px;
  }

  .milestone-container {
    height: 58px;
    top: -24px;
  }

  .timeline-mobile-label {
    display: block;
    bottom: -41px;
  }

  .timeline-mobile-status {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    bottom: -65px;
  }

  .milestone-text {
    display: none;
  }

  .merger-logo-gesa {
    max-width: 190px;
    display: block;
    position: relative;
  }

  .merger-logo-security {
    max-width: 160px;
    display: block;
  }

  .menu-button-2 {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .section.hero {
    height: 100vh;
  }

  .section.intro {
    background-image: linear-gradient(to bottom, #4356ffcc, #4356ffcc), url('../images/Lending-dark.svg'), linear-gradient(to bottom, var(--primary), var(--primary));
    background-position: 0 0, 110% 100%, 0 0;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .break._10 {
    height: 8rem;
  }

  .vertical-line {
    min-height: 72px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-backdrop-blur {
    height: 100vh;
  }

  .merger-logo-gesa {
    max-width: 140px;
  }

  .merger-logo-security {
    max-width: 130px;
  }

  .image {
    max-width: 70%;
  }

  .nav-link-2:hover, .nav-link-2:active, .nav-link-2:focus, .nav-link-2:visited {
    color: var(--primary);
  }
}

#w-node-a9af9e2b-1824-5bc2-b852-40855d5cd10f-18da8ba1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: center;
}

#w-node-a9af9e2b-1824-5bc2-b852-40855d5cd112-18da8ba1, #w-node-_6bfc582d-847f-1ead-fc53-b7013fb82227-18da8ba1, #w-node-bfdcc8f7-1dbe-2460-9cc0-212f60a954cd-18da8ba1, #w-node-cd292925-6adf-cd53-5854-acba28ab0def-18da8ba1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_39ccead5-3b86-aa67-8be2-5ddb746651df-18da8ba1, #w-node-_6b31cbb0-635b-6b25-905f-5c6e59d039a6-18da8ba1, #w-node-_678ec4d5-8044-6656-cd0b-b16fe27629ae-18da8ba1, #w-node-_678ec4d5-8044-6656-cd0b-b16fe27629c3-18da8ba1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a9af9e2b-1824-5bc2-b852-40855d5cd10f-18da8ba1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: center;
  }

  #w-node-a9af9e2b-1824-5bc2-b852-40855d5cd112-18da8ba1, #w-node-bfdcc8f7-1dbe-2460-9cc0-212f60a954cd-18da8ba1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9af9e2b-1824-5bc2-b852-40855d5cd112-18da8ba1, #w-node-bfdcc8f7-1dbe-2460-9cc0-212f60a954cd-18da8ba1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentinel Book Web';
  src: url('../fonts/Sentinel-Book_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentinel Web';
  src: url('../fonts/Sentinel-Semibold_Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxxweb';
  src: url('../fonts/CircularXXWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url('../fonts/CircularXX-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url('../fonts/CircularXX-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url('../fonts/CircularXX-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url('../fonts/CircularXX-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentinel Book Pro';
  src: url('../fonts/Sentinel-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentinel Pro';
  src: url('../fonts/Sentinel-BookItalic-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}