:root {
  --black: black;
  --white: white;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.top-container {
  background-image: url('../images/cloud_background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  font-size: 16px;
  position: fixed;
  inset: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: -75px;
  display: flex;
  position: absolute;
  top: 50%;
}

.heading {
  text-transform: uppercase;
  margin-top: 19px;
  font-family: Kanit, sans-serif;
  font-weight: 100;
}

.text-span {
  font-weight: 500;
}

.narrow-menu-modal-overlay {
  z-index: 4;
  background-color: #999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.menu-trigger-button-2 {
  z-index: 6;
  cursor: pointer;
  height: 100%;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
  display: none;
  position: relative;
}

.menu-list {
  flex-direction: column;
  display: flex;
}

.big-screen-menu {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.nav-open-close.close {
  display: none;
}

.nav-open-close.close.link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.moon-logo-light {
  background-image: url('../images/Asset-42x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.moon-logo-light.light-mode {
  opacity: 1;
  display: block;
}

.menu {
  text-align: right;
  width: 100%;
  height: auto;
  max-height: 50vh;
  margin-top: 10vh;
  margin-bottom: auto;
  display: none;
  position: fixed;
  inset: 10vh 0 auto;
}

.signup {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.close-nav-narrow-menu-text {
  color: #000;
  margin: auto;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: relative;
}

.bank-logo {
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.bank-logo.logo-overlay-to-globe {
  display: none;
  position: absolute;
  top: 173px;
  left: 61px;
}

.menu-trigger-button-3 {
  z-index: 6;
  cursor: pointer;
  height: 100%;
  margin-left: 20px;
  padding: 10px 0 10px 20px;
  display: none;
  position: relative;
}

.menu-trigger-button-3.when-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

/* Reserve navbar icon slots early (before theme-dark.css / icon fonts) — light + dark */
.nav-open-close.open.link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  min-width: 20px;
  min-height: 40px;
  max-width: 20px;
  max-height: 40px;
  overflow: hidden;
  flex-shrink: 0;
}

.nav-open-close.open.link svg {
  display: block;
  width: 20px;
  height: 40px;
  flex-shrink: 0;
}

.theme-toggle {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.theme-toggle__icon {
  box-sizing: border-box;
  display: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.theme-toggle__icon.material-icons {
  align-items: center;
  justify-content: center;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
}

/* One icon visible even if theme-dark.css is still loading (FOUC sets data-theme) */
.theme-toggle__icon--moon {
  display: inline-flex;
}

html[data-theme="dark"] .theme-toggle__icon--moon {
  display: none;
}

html[data-theme="dark"] .theme-toggle__icon--sun {
  display: inline-flex;
}

/* Locale switch: same hit area + circular hover as theme-toggle */
.nav-link-block[data-locale-switch] {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  margin-left: 10px;
  border-radius: 999px;
  overflow: hidden;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-link-block[data-locale-switch]:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.06);
}

.theme-toggle--menu {
  margin-left: 4px;
}

.moon-logo-dark {
  background-image: url('../images/Asset-3.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.moon-logo-dark.dark-mode {
  background-repeat: no-repeat;
  display: none;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80px;
  margin-bottom: 80px;
  display: block;
  position: absolute;
  inset: 0% 0 auto;
}

.nav-link-block {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 8px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

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

.nav-link-block.action-item-link {
  color: #fff;
  background-color: #1d5dff;
  border-radius: 20px;
  margin-left: 10px;
}

.nav-link-block.action-item-link:hover {
  color: #fff;
  background-color: #0e41c3;
}

.nav-link-block.action-item-link.black {
  background-color: #000;
  margin-left: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-link-block.action-item-link.black:hover {
  background-color: #1d5dff;
}

.nav-link-block.link {
  color: #000;
  text-decoration: none;
}

.nav-link-block.link.login {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
}

.nav-link-block.link.login:hover {
  color: #ff7a00;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.narrow-navbar-link {
  margin-top: 12px;
  text-decoration: none;
}

.narrow-navbar-link:hover {
  color: #fff;
}

.image {
  height: 20px;
  position: relative;
}

.bank-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.bank-name.footer {
  color: var(--white);
  margin-top: 1px;
}

.call-to-action-text {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.call-to-action-text.no-button {
  font-size: 18px;
}

.call-to-action-text.no-button.footer-cta {
  cursor: pointer;
}

.call-to-action-text.no-button.footer-cta:hover {
  color: #ff7a00;
}

.tagline-subtitle {
  opacity: .6;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.tagline-subtitle.gray-or-violet {
  opacity: 1;
  color: #1d5dff;
  margin-top: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.container-tagline {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 180px auto 50%;
  display: flex;
  position: relative;
}

.lander-globe {
  aspect-ratio: auto;
  background-image: url('../images/Group-48097715.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 469%;
  height: 163%;
  margin-top: -33.3%;
  margin-bottom: auto;
  margin-right: -43.5%;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
  overflow: visible;
}

.call-to-action-cointainer {
  margin-top: 0;
}

.call-to-action-cointainer.is-use-case-hero {
  margin-top: 24px;
}

.tagline-header {
  color: #000;
  margin-top: 30px;
}

.main-content-wrapper {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.main-content-wrapper.tagline-wrapper {
  max-width: 1160px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  inset: 0;
}

.lander-brands {
  background-image: url('../images/Group-48097689-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 650px;
  height: 650px;
  margin-top: 25px;
  margin-bottom: auto;
  margin-right: -13px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
  overflow: visible;
}

.heading-1 {
  color: #fff;
  padding-right: 12px;
  font-family: Merriweather, serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.heading-1.landing-section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.heading-1.landing-section-header.dynamic-content-header {
  font-size: 42px;
  font-weight: 700;
}

.landing-content-section {
  z-index: 0;
  object-fit: fill;
  background-image: url('../images/cloud_background.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.landing-content-section-container.top-container {
  background-image: none;
  position: relative;
}

.faq-link-text {
  color: #000;
  margin-left: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.call-to-action-link-block {
  background-color: #ff0018;
  border-radius: 20px;
  min-width: 100px;
  min-height: 5px;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.call-to-action-link-block.call-to-action {
  color: #fff;
  background-color: #372773;
  margin-top: 0;
  text-decoration: none;
}

.call-to-action-link-block.call-to-action:hover {
  mix-blend-mode: normal;
  background-color: #eb061b;
}

.call-to-action-link-block.call-to-action.dark-gray-or-purple-bg {
  background-color: #1d5dff;
  border-radius: 36px;
  padding: 16px 25px;
  font-size: 20px;
}

.call-to-action-link-block.call-to-action.center {
  text-align: left;
  display: inline-block;
  position: relative;
}

.call-to-action-link-block.call-to-action.center.dark-gray-or-purple-bg {
  background-color: #1d5dff;
}

.call-to-action-link-block.call-to-action.center.dark-gray-or-purple-bg:hover {
  background-color: #0e41c3;
}

.call-to-action-link-block.call-to-action.dark-gray-or-purple-bg {
  background-color: #1d5dff;
  font-size: 18px;
}

.call-to-action-link-block.call-to-action.dark-gray-or-purple-bg:hover {
  background-color: #0e41c3;
}

.call-to-action-link-block.call-to-action.dark-gray-or-purple-bg.footer {
  padding: 8px 16px;
}

.behind-lander-globe-container {
  aspect-ratio: 1;
  background-color: #007bff;
  border-radius: 50%;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.lander-globe-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 570px;
  height: 100%;
  min-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  top: auto;
  right: 6px;
  grid-column: 2;
  grid-row: 1 / -1;
}

.overview-paragraph {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.overview-paragraph.lander {
  margin-bottom: 35px;
}

.faq-link {
  font-size: 22px;
  display: none;
}

.tagline-subtitle-box {
  display: block;
}

.bold-text-4 {
  margin-top: 50px;
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 45px;
}

.btc-text {
  color: #ff9700;
}

.landing-section-inner-content-bullets {
  display: block;
  position: relative;
}

.landing-section-inner-content-bullets.float-section-right {
  width: 570px;
  position: absolute;
  right: 0;
}

.card-moon-backdrop {
  background-color: #e8e8e8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin: auto auto auto 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.shield-and-lock {
  background-image: url('../images/Group-48097702.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 220px;
  margin: auto;
  position: absolute;
  inset: 0 122px 0 0;
}

.white-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.overview-container {
  text-align: left;
  width: 100%;
  max-width: 764px;
  min-height: 100px;
  padding-right: 0;
}

.overview-container.interlude {
  max-width: 570px;
  padding-left: 60px;
}

.overview-container.interlude.section-1-overview-container.left-of-image {
  padding-left: 0;
  padding-right: 50px;
}

.heading-2 {
  font-size: 38px;
  line-height: 44px;
  position: relative;
}

.heading-2.content-box-heading {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.heading-2.center {
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 400;
  position: relative;
}

.call-to-action-bullets {
  margin-top: 31px;
}

.specialty-services-section.main-content-section-box.top-level {
  display: block;
  position: relative;
  overflow: hidden;
}

.main-page-pitch {
  position: relative;
}

.main-page-pitch.gray-bg {
  background-color: #efefef;
}

.section-content-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.section-subtitle {
  opacity: .6;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.section-subtitle.content-box-subtitle {
  font-size: 19px;
  line-height: 21px;
}

.section-subtitle.content-box-subtitle.gray-or-violet {
  opacity: 1;
  color: #4473ff;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.section-subtitle.content-box-subtitle.gray-or-violet.services-box-subtitle {
  color: #000;
}

.section-subtitle.content-box-subtitle.gray-or-violet.right-and-buffered-section-subtitle {
  text-align: right;
  padding-left: 80px;
}

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

.section-subtitle.center.gray-or-violet {
  font-family: Quicksand, sans-serif;
}

.main-content-box {
  align-items: center;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.checkbox-list-item {
  text-align: left;
  background-image: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 43px;
  position: relative;
}

.checkbox-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  background-image: url('../images/Asset-792x.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: transform 0.18s ease;
  pointer-events: none;
}

.checkbox-list-item.section-1-bullet-2 {
  background-image: none;
  font-weight: 400;
}

.checkbox-list-item.section-1-bullet-2::before {
  width: 22px;
  height: 22px;
  background-image: url('../images/Group-283340.svg');
}

.checkbox-list-item.section-1-bullet-2.right-checkbox-list {
  text-align: right;
  padding-left: 0;
  padding-right: 43px;
}

.checkbox-list-item.section-1-bullet-2.right-checkbox-list::before {
  left: auto;
  right: 0;
}

.checkbox-list-item:hover::before {
  transform: translateY(-50%) scale(0.8);
}

.card-moon-backdrop-ring {
  background-color: #e8e8e8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  width: 600px;
  height: 85px;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: -18px;
}

.ring-subtract {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  width: 520px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 40px;
}

.list {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  list-style-type: none;
}

.list.benefits-list {
  padding-left: 0;
}

.checkbox-bullets {
  text-align: left;
}

.landing-section-inner-content-animation-box {
  align-self: center;
  align-items: center;
  width: 570px;
  height: 500px;
  display: flex;
  position: relative;
}

.landing-section-inner-content-animation-box.float-section-left {
  width: 570px;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
}

.moon-text-to-logo {
  color: #0000;
  background-image: url('../images/Asset-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
}

.mid-section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mid-section-bg-light {
  background-color: #dbdbdb;
  background-image: linear-gradient(339deg, #dbdbdb, #fff);
  width: 100%;
  height: 100%;
}

.mid-section-bg-light.light-mode {
  opacity: 1;
  background-color: #fff;
  background-image: none;
}

.mid-section-bg-dark {
  background-color: #000e3f;
  background-image: linear-gradient(339deg, #000, #000e3f);
  width: 100%;
  height: 100%;
}

.mid-section-bg-dark.dark-mode {
  display: none;
}

.secured-card-content-section.main-content-section-box {
  display: block;
  position: relative;
}

.secured-card-content-section.main-content-section-box.gray-bg {
  overflow: hidden;
}

.twitter-social-icon {
  color: #000;
  padding-top: 6px;
  font-size: 25px;
  line-height: 25px;
}

.twitter-social-icon.social-icon {
  color: #fff;
  background-image: url('../images/x-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.footer-social-and-toggle {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-copyright-2 {
  color: #fff9;
  font-family: Open Sans, sans-serif;
}

.call-to-action-link-no-block {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.call-to-action-link-no-block.next-to-block {
  padding-left: 30px;
  padding-right: 30px;
}

.bank-footer {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.bank-footer.start-dark {
  background-color: #120e19;
  width: 100%;
  margin-top: 100px;
  padding: 0;
}

.footer-fineprint {
  width: 100%;
  margin-top: 36px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  display: flex;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title._2nd {
  margin-top: 34px;
}

a.footer-title-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}

a.footer-title-link:hover,
a.footer-title-link:focus-visible {
  color: #1d5dff;
  border-bottom-color: rgba(29, 93, 255, 0.35);
  outline: none;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/footer-submit-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.telegram-icon {
  background-image: url('../images/iconmonstr-telegram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
  margin-right: 1px;
}

.get-extension {
  color: #fff;
  background-color: #372773;
  border-radius: 20px;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.get-extension.dark-gray-or-purple-bg {
  background-color: #0e41c3;
}

.get-extension.dark-gray-or-purple-bg:hover {
  background-color: #1d5dff;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-link {
  background-color: #372773;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  display: flex;
}

.footer-social-link.dark-gray-or-purple-bg {
  background-color: #0e41c3;
}

.footer-social-link.dark-gray-or-purple-bg:hover {
  background-color: #1d5dff;
}

.footer-social-link.dark-gray-or-purple-bg.telegram-social-link, .footer-social-link.dark-gray-or-purple-bg.whatsapp-social-link {
  display: none;
}

.get-extension-img {
  height: 14px;
  padding-right: 10px;
}

.moon-footer-fineprint {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer-divider-two {
  opacity: .2;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.footer-divider-two.hidden {
  opacity: 0;
}

.footer-container {
  border-radius: 4px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.get-extension-text.get-extension-text-2 {
  padding-right: 5px;
}

.get-extension-text.get-extension-text-1 {
  padding-right: 6px;
}

.login-signup-line.not-in-session {
  margin-top: 40px;
}

.account-mgmt-line.in-session {
  display: none;
}

.footer-dark-bg {
  background-color: #130e19;
}

.footer-dark-bg.dark-mode.footer-bg {
  opacity: 1;
  background-color: #031229;
  display: block;
}

.footer-dark-bg.dark-mode.ready-to-join-dark-bg {
  display: none;
}

.footer-form-container {
  margin-top: 30px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.signup-newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 400px;
  display: block;
}

.footer-block-two.one-column-wide {
  max-width: 20%;
}

.footer-wrapper-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.moon-footer-link {
  color: #fff;
  cursor: pointer;
  margin-top: 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.moon-footer-link:hover {
  color: #ff7a00;
}

.whatapp-social-icon {
  color: #000;
  padding-top: 4px;
  font-size: 25px;
  line-height: 25px;
}

.whatapp-social-icon.social-icon {
  color: #fff;
  background-image: url('../images/whatsapp-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  padding-top: 0;
  position: relative;
}

.bolded-text {
  color: #8a9ef3;
}

.bolded-text.gray-or-violet {
  color: #8ab2f3;
  font-family: Quicksand, sans-serif;
}

.bitcoin-mag-img-light.light-img {
  height: 35px;
  display: inline-block;
}

.ready-to-join {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.ready-to-try-cta-block {
  width: 40%;
  min-width: 400px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.bitcoin-mag-img-dark {
  height: 35px;
}

.bitcoin-mag-img-dark.dark-img {
  display: none;
}

.decrypt-dark-img {
  height: 45px;
}

.decrypt-dark-img.dark-img {
  display: none;
}

.ready-to-try-title {
  margin-bottom: 18px;
  padding-top: 0;
  display: block;
}

.yahoo-img {
  height: 70px;
}

.yahoo-img.light-img {
  display: inline-block;
}

.yahoo-img.dark-img {
  display: none;
}

.centering-new-line-block {
  text-align: center;
}

.centering-new-line-block.buffered {
  margin-bottom: 45px;
}

.techcrunch-img-dark {
  height: 30px;
}

.techcrunch-img-dark.dark-img {
  display: none;
}

.ready-to-try-cta {
  opacity: .8;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.coindesk-dark {
  height: 35px;
}

.coindesk-dark.dark-img {
  display: none;
}

.as-seen-ins {
  justify-content: center;
  align-items: center;
  display: block;
}

.centered-box {
  justify-content: center;
  display: block;
}

.as-seen-in-spaced-image {
  opacity: .63;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}

.as-seen-in-spaced-image:hover {
  opacity: 1;
}

.as-seen-in-spaced-image.no-margin {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}

.footer-light-bg {
  background-color: #fff;
}

.footer-light-bg.light-mode.ready-to-join-bg {
  opacity: 1;
  background-image: linear-gradient(#fff, #e8e8e8);
}

.decrypt-light-img.light-img {
  height: 45px;
  display: inline-block;
}

.coindesk-light.light-img {
  height: 35px;
  display: inline-block;
}

.techcrunch-img-light.light-img {
  height: 30px;
  display: inline-block;
}

.text-span-4 {
  color: #0000;
  background-image: url('../images/Asset-4.png');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 4px;
}

.text-span-5 {
  font-size: 30px;
}

.superscript {
  margin-right: -10px;
}

.menu-item {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.menu-item.material-icons {
  /* Fixed box so "language" text cannot widen the nav before Material Icons loads */
  box-sizing: border-box;
  column-count: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: text-bottom;
  margin-top: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400; /* nav-link-block is 700; icons look over-bold at that weight */
  line-height: 1;
  letter-spacing: normal;
}

.menu-item.locale-label {
  display: flex;
  align-items: center;
}

.locale-label-text {
  font-size: 0.75em; /* 25% smaller; parent keeps nav padding/hit area */
  line-height: 1;
}

.prospera-section.main-content-section-box.top-level {
  display: block;
  position: relative;
  overflow: hidden;
}

.banking-prospera-globe {
  aspect-ratio: 1;
  background-color: #e8e8e8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  height: 80%;
  margin: auto auto auto 6%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.footer-subsection {
  flex-flow: column;
  display: flex;
}

.services-boxes.main-content-section-box.top-level {
  display: block;
  position: relative;
  overflow: hidden;
}

.services-box-array {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: flex-start center;
  width: 100%;
  margin-top: 180px;
  margin-bottom: 90px;
  display: grid;
}

.services-box {
  background-color: #eee;
  border-radius: 12px;
  width: 300px;
  padding: 124px 25px 15px;
  position: relative;
}

.services-box.phantom {
  background-color: #0000;
}

.footer-logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 6px;
  margin-bottom: 40px;
  display: flex;
}

.logo-footer {
  vertical-align: middle;
}

.paragraph-2 {
  max-width: 450px;
  padding-right: 50px;
}

.footer-mission {
  color: #aaa;
  max-width: 450px;
  padding-right: 50px;
}

.services-box-iconography.payments-iconography {
  position: absolute;
  top: -30px;
  right: -28.6484px;
}

.services-box-iconography.business-iconography {
  background-image: url('../images/Group-283319.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -30px;
  left: -27px;
}

.services-box-iconography.copilot-iconography {
  position: absolute;
  top: -20px;
  left: -16px;
}

.services-box-iconography.security-iconography {
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -32px;
  left: -30px;
}

.services-box-iconography.specialty-iconograph {
  position: absolute;
  top: 17%;
  left: 2.3%;
}

.iconography-payments-image, .iconography-business-image {
  width: 150px;
  height: 150px;
}

.iconography-copilot-image {
  width: 130px;
  height: 130px;
}

.iconography-security-image {
  width: 150px;
  height: 150px;
}

.lander-globe-iconography {
  width: 40%;
  height: 40%;
  display: block;
  position: absolute;
  top: 48.2%;
  right: 0;
}

.main-iconography {
  width: 220px;
  height: 220px;
}

.specialty-services-circle {
  background-color: #e8e8e8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  width: 70.2%;
  height: 80%;
  margin: auto auto auto 14%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.iconography-specialty-image {
  width: 26.3%;
  max-width: none;
  height: 30%;
}

.top-lander-card {
  z-index: 0;
  aspect-ratio: 1.56;
  width: 68.4%;
  height: auto;
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 2px solid #fff;
  border-radius: 19px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 1.8%;
}

.logo-on-card {
  width: 80%;
  height: 30%;
  margin-top: 6%;
  margin-left: 6%;
}

.visa-logo-on-card {
  background-image: url('../images/image-15.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 12%;
  margin-bottom: 5%;
  margin-right: 5%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.card-logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 6px;
  margin-bottom: 40px;
  display: flex;
}

.behind-lander-globe-container-copy {
  background-color: #007bff;
  border-radius: 50%;
  width: 80%;
  min-width: 450px;
  height: 80%;
  min-height: 450px;
  margin-bottom: 15px;
  margin-right: 53px;
  position: absolute;
  overflow: hidden;
}

.behind-lander-globe-container-for-card {
  aspect-ratio: 1;
  background-color: #007bff;
  border-radius: 50%;
  width: auto;
  height: 72%;
  margin-left: 7%;
  position: relative;
  overflow: hidden;
}

.as-seen-in-container {
  display: none;
}

.bank-globle-routes {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/Group-283328-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  margin-top: 7.2%;
  margin-left: 69%;
}

.lander-globe-cloud {
  background-image: url('../images/image-32.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96.5%;
  height: 60%;
  display: block;
  position: absolute;
  top: 36%;
  left: .4%;
}

.lander-globe-cloud-2 {
  background-image: url('../images/image-33.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 75%;
  display: block;
  position: absolute;
  top: 42%;
  left: -29%;
}

.lander-globe-cash {
  background-image: url('../images/image-31.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 66%;
  height: 30%;
  display: block;
  position: absolute;
  top: 33.2%;
  right: -1.5%;
}

.lander-globe-chart {
  background-image: url('../images/Group-283327.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 85%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 3%;
  bottom: 0;
  right: 34%;
}

.card-iconography {
  background-image: url('../images/Group-283329-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21%;
  height: 24%;
  position: absolute;
  top: 3.6%;
  right: 84%;
}

.card-go-anywhere {
  background-image: url('../images/Group-283330.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85%;
  height: 65%;
  position: absolute;
  bottom: -7%;
  right: 37%;
}

.bank-routes-cloud {
  background-image: url('../images/image-37.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96%;
  height: 80%;
  position: absolute;
  top: -22.6%;
  left: 10.2%;
}

.bank-routes-satellite {
  background-image: url('../images/image-38.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31.6%;
  height: 30%;
  position: absolute;
  top: -5.4%;
  left: 52.5%;
}

.bank-routes-satellite-lines {
  background-image: url('../images/Group-283333.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31.6%;
  height: 30%;
  position: absolute;
  top: 14.4%;
  left: 37.3%;
}

.linkedin-social-icon {
  color: #000;
  padding-top: 4px;
  font-size: 25px;
  line-height: 25px;
}

.linkedin-social-icon.social-icon {
  color: #fff;
  background-image: url('../images/linkedin-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  padding-top: 0;
  position: relative;
}

.innovation-cloud {
  background-image: url('../images/image-39.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96.5%;
  height: 80%;
  position: absolute;
  top: -19.4%;
  left: -1.6%;
}

.innovation-arm {
  background-image: url('../images/image-40-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 96.5%;
  height: 80%;
  position: absolute;
  top: 23.6%;
  left: -1.6%;
}

.innovation-bulb {
  background-image: url('../images/Group-283335.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38.6%;
  height: 44%;
  position: absolute;
  top: 30.8%;
  left: 4.4%;
}

.prospera-iconography.payments-iconography {
  position: absolute;
  top: -30px;
  left: 26px;
}

.prospera-iconography.business-iconography {
  position: absolute;
  top: -30px;
  left: 17px;
}

.prospera-iconography.copilot-iconography {
  position: absolute;
  top: -20px;
  left: 28px;
}

.prospera-iconography.security-iconography {
  position: absolute;
  top: -30px;
  left: 17px;
}

.prospera-iconography.specialty-iconograph {
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21%;
  height: 25%;
  position: absolute;
  top: 68.2%;
  bottom: 68.2%;
  left: 2.3%;
}

.clouds.boxes {
  background-image: url('../images/image-42-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: -13.4%;
  left: -9.3%;
}

.service-box-images.boxes {
  background-image: url('../images/image-42-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 250px;
  display: block;
  position: absolute;
  bottom: -67px;
}

.service-box-images.open-for-business {
  background-image: url('../images/Group-283336.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 130px;
  display: block;
  position: absolute;
  top: -20px;
  left: 43px;
}

.service-box-images.payments-your-way {
  background-image: url('../images/Frame-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 160px;
  display: block;
  position: absolute;
  top: -31px;
  left: -55px;
}

.service-box-images.security-privacy {
  background-image: url('../images/Group-283339-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 250px;
  display: block;
  position: absolute;
  top: -138px;
  left: -313px;
}

.service-box-images.copilot-for-self-custody {
  background-image: url('../images/Frame-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 180px;
  display: block;
  position: absolute;
  top: -43px;
  left: -21px;
}

.main-content-container {
  width: 100%;
  max-width: 1140px;
  position: relative;
}

.main-content-background {
  background-color: #f7f7f5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 80px 90px;
  position: relative;
}

.main-content-rich-text {
  font-family: Open Sans, sans-serif;
}

.main-content-rich-text.legal-text-sm {
  font-size: 16px;
  line-height: 20px;
}

.main-content-rich-text-paragraph {
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
}

.rich-text-page-header-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 120px auto 40px;
  display: flex;
  position: relative;
}

.rich-text-landing-content-section {
  z-index: 0;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.lander-tagline-subtitle-box {
  display: block;
}

.lander-container-tagline {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: end;
  width: 570px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  grid-column: 1;
  grid-row: 2;
}

.lander-cta-band {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  width: 570px;
  display: flex;
  position: relative;
  grid-column: 1;
  grid-row: 3;
}

.main-content-rich-text-header-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 32px;
}

.lander-content-wrapper-flex {
  grid-column-gap: 75px;
  grid-row-gap: 0;
  grid-template-columns: minmax(0, 570px) minmax(0, 570px);
  grid-template-rows: 1fr auto auto 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.midsection-content-wrapper-flex-left-right, .midsection-content-wrapper-flex {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.midsection-content-wrapper-flex.right-left {
  flex-flow: row-reverse;
}

.security-and-privacy-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.content-box-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.content-box-container.phantom {
  background-color: #0000;
}

.content-box-container.right-left-flex {
  flex-flow: row-reverse;
  display: block;
}

.services-box-in-box {
  background-color: #eee;
  border-radius: 12px;
  width: 300px;
  padding: 5px 25px 15px;
  position: relative;
}

.services-box-in-box.phantom {
  background-color: #0000;
}

.services-in-a-box-right {
  opacity: 1;
  background-color: #eee;
  border-radius: 20px;
  width: 590px;
  height: 100%;
  min-height: 200px;
  margin-left: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.privacy-cloud {
  aspect-ratio: 1.5;
  background-image: url('../images/image-50.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 74%;
  height: auto;
  display: block;
  position: absolute;
  bottom: -180px;
  right: -24%;
}

.certification-image {
  background-image: url('../images/Group-283342.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
}

.certification-image.pci-dss {
  bottom: -20px;
  right: 80px;
}

.in-text-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.lander-images-cluster {
  aspect-ratio: 1;
  background-image: url('../images/Frame-3-6.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 570px;
  height: 100%;
  min-height: 570px;
  display: none;
}

.services-box-in-a-box-container {
  background-color: #1d5dff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
}

.services-box-in-a-box-container.flex-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row-reverse;
  order: 1;
  padding-top: 3px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.services-box-in-a-box-container.right-flex {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.services-box-in-a-box-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d5dff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.services-box-in-a-box-wrap.phantom {
  background-color: #0000;
}

.services-box-in-a-box-wrap.right-left-flex {
  flex-flow: row-reverse;
}

.currencies-cluster {
  margin-top: 15px;
  margin-left: -3px;
}

.currency-in-cluster {
  background-color: #fff;
  border-radius: 12px;
  margin: 3px;
  padding: 5px 12px;
  display: inline-block;
}

.currency-in-cluster.model-to-hide {
  display: inline-block;
}

.currency-text {
  vertical-align: middle;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  display: inline-block;
  position: relative;
}

.currency_flag {
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

/* Explicit box so loading="lazy" can intersect (0×0 imgs never load) */
.currency_flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.currency-symbol {
  padding-right: 2px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.lander-graphic-wrapper {
  display: block;
}

.hidden-for-now {
  display: none;
}

.news-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Open Sans, sans-serif;
  display: grid;
}

.news-section {
  margin-top: 30px;
}

.news-section-header {
  font-family: Merriweather, serif;
}

.image-2 {
  text-align: right;
  height: 40px;
  margin-right: 0;
  position: absolute;
  right: 10%;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.success-msg {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.text-large {
  opacity: .5;
  color: #333;
  font-size: 1.25em;
}

.text-large.highlight {
  opacity: 1;
  color: #1d5dff;
  text-transform: uppercase;
  margin-top: 64px;
  font-family: Quicksand, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
}

.error-msg {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.text-medium {
  font-family: Open Sans, sans-serif;
  font-size: .88em;
  line-height: 1.2;
  text-decoration: none;
}

.text-medium.highlight {
  color: #ff6314;
  text-align: center;
}

.form.contact {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
}

.text-field {
  box-shadow: none;
  color: #495057;
  background-color: #ddd0;
  border-radius: .25em;
  margin-bottom: 0;
  padding: .38em .75em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
}

.text-field:hover {
  box-shadow: none;
}

.text-field:focus {
  box-shadow: 0 0 0 3.2px #007bff40;
}

.submit-btn {
  opacity: 1;
  color: #fff;
  letter-spacing: .03em;
  cursor: pointer;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: .25em;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.article-link-header {
  color: #1d5dff;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.legal-flex-container {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.legal-flex-document {
  width: 75%;
}

.legal-flex-toc {
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.legal-toc-link {
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-legal-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-top: -1px;
  display: block;
}

.gray-or-violet.tagline-subtitle.small-sub-subtitle {
  margin-bottom: 8px;
  font-size: 21px;
}

.section-summary-text {
  font-family: Open Sans, sans-serif;
}

.hero-section {
  background-color: gray;
}

.button {
  margin-left: 10px;
}

.div-block-2 {
  margin-bottom: 60px;
  margin-left: 40px;
}

.heading-3, .paragraph-3 {
  margin-left: 40px;
}

.image-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-4, .image-5 {
  margin-left: 0;
  margin-right: 320px;
}

.heading-4 {
  flex-flow: row;
  margin-left: 609px;
  margin-right: 0;
  display: block;
}

.div-block-3 {
  text-align: center;
  margin-left: 0;
  margin-right: 1000px;
  display: flex;
}

.heading-5 {
  margin-left: 429px;
  margin-right: 423px;
}

.heading-6, .bold-text-5 {
  margin-left: 0;
}

.div-block-4 {
  text-align: justify;
  display: flex;
}

.bold-text-6, .heading-7 {
  text-align: center;
}

.section {
  background-color: gray;
  margin-left: 0;
}

.text-block {
  margin-left: 300px;
  margin-right: 0;
}

.text-block-2 {
  margin-left: 0;
  margin-right: 300px;
}

.text-block-3 {
  margin-left: 50px;
  margin-right: 50px;
}

.heading-8, .heading-9, .paragraph-4 {
  margin-left: 40px;
}

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

.heading-10, .text-block-4 {
  margin-left: 40px;
}

.div-block-5 {
  text-align: center;
}

.section-3 {
  background-color: gray;
}

.div-block-6 {
  margin-left: 40px;
}

.div-block-7 {
  margin-left: 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link {
  color: #1a1b1f;
  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-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;
}

.div-block-8 {
  margin-bottom: 20px;
}

.section-4 {
  background-image: url('../images/cloud_background.avif'), url('../images/cloud_background.avif');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  margin: 0 0 56px;
  padding-top: 120px;
}

.section-4.is-use-case {
  background-image: linear-gradient(180deg, var(--white) 100%, white);
  padding-top: 0;
}

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

.div-block-9 {
  text-align: center;
  margin-left: 100px;
}

.section-5 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-6 {
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.list-2 {
  margin-top: 10px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 10px;
}

.div-block-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: justify;
  display: flex;
}

.paragraph-5 {
  margin-right: 40px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-11 {
  font-size: 30px;
  line-height: 25px;
}

.heading-11, .heading-12, .heading-13 {
  font-size: 28px;
}

.heading-14 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.paragraph-6, .div-block-12 {
  font-size: 20px;
  line-height: 30px;
}

.div-block-13 {
  font-size: 30px;
  line-height: 30px;
}

.bold-text-7 {
  font-size: 30px;
}

.section-7 {
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14, .text-block-5 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-6 {
  font-size: 20px;
}

.div-block-15 {
  font-size: 30px;
  line-height: 30px;
}

.heading-15 {
  font-size: 30px;
}

.section-8 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-7, .list-3 {
  font-size: 20px;
}

.list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 10px;
  line-height: 30px;
}

.list-item-8 {
  line-height: 30px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-3 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

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

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

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

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block-16 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  display: grid;
}

.section-9 {
  height: 40%;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-7 {
  width: 40%;
}

.paragraph-8 {
  margin-right: 30px;
}

.div-block-17 {
  display: block;
}

.div-block-18 {
  display: flex;
}

.section-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.button-2 {
  margin-right: 25px;
}

.div-block-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: justify;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-11 {
  margin: 80px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-7, .text-block-8, .text-block-9 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px;
}

.section-12 {
  margin: 80px 0;
}

.content-page-container {
  display: block;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero-article {
  color: #444;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.hero-heading {
  color: #1d5dff;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

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

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

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

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-8 {
  width: 100%;
  min-width: 420px;
  max-width: 420px;
  height: auto;
  max-height: 100%;
}

.div-block-21 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.div-block-22 {
  width: 38%;
  max-width: 360px;
}

.div-block-23 {
  text-align: justify;
  background-color: #fff;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.div-block-23.typical-set-up {
  box-shadow: 0 12px 30px #0003;
}

.div-block-24 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.div-block-25 {
  text-align: justify;
  margin-left: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 32px;
  box-shadow: 0 12px 30px #00000014;
}

.grid {
  grid-template-rows: auto;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: "Area";
}

.div-block-27 {
  min-height: 420px;
  display: flex;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-block-10 {
  text-align: justify;
  width: 24px;
  height: 24px;
  font-weight: 700;
  display: flex;
}

.body {
  padding-top: 120px;
  padding-bottom: 56px;
}

.image-9 {
  min-width: 18px;
  min-height: 18px;
  font-size: 18px;
}

.div-block-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-29.card {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px #0003;
}

.div-block-30 {
  background-color: #1d5dff;
  border-radius: 999px;
  width: 2px;
  min-width: 2px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 14px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 12px;
  display: flex;
}

.div-block-32 {
  color: #fff;
  background-color: #000;
  border: 2px solid #1d5dff;
  border-radius: 999px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.text-block-11 {
  align-self: auto;
  display: block;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.a-typical-setup-sub-text {
  color: #666;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.div-block-34 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section-13 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
}

.heading-16 {
  text-align: left;
}

.div-block-35 {
  border-radius: 24px;
  overflow: hidden;
}

.section-14, .section-15 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .narrow-menu-modal-overlay {
    z-index: 4;
  }

  .menu-trigger-button-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .bank-logo {
    width: 15px;
    height: 15px;
  }

  .menu-trigger-button-3 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .navbar-container {
    width: 90%;
    min-width: 500px;
    max-width: 750px;
  }

  .bank-name.footer {
    margin-top: 3px;
    font-size: 15px;
    line-height: 15px;
  }

  .call-to-action-text.no-button {
    color: #fff;
  }

  .container-tagline {
    width: 90%;
    min-width: 600px;
    max-width: 90%;
  }

  .lander-globe {
    width: 625px;
    height: 325px;
    margin-right: -325px;
    display: none;
  }

  .main-content-wrapper {
    width: 90%;
    max-width: 691px;
  }

  .main-content-wrapper.tagline-wrapper {
    max-width: 750px;
  }

  .lander-brands {
    width: 325px;
    height: 325px;
    margin-top: 12.5px;
  }

  .landing-content-section-container.top-container {
    max-width: 750px;
  }

  .behind-lander-globe-container {
    aspect-ratio: 1;
    min-width: 300px;
    min-height: 300px;
    position: relative;
  }

  .lander-globe-container {
    align-self: center;
    width: 375px;
    height: auto;
    min-height: auto;
  }

  .landing-section-inner-content-bullets.float-section-right {
    max-width: 400px;
  }

  .card-moon-backdrop {
    width: 200px;
    height: 200px;
    margin-left: 40px;
  }

  .shield-and-lock {
    width: 110px;
    height: 110px;
    left: -137px;
    right: 0;
  }

  .section-content-box {
    width: 90%;
    min-width: 600px;
    max-width: 750px;
  }

  .card-moon-backdrop-ring {
    width: 300px;
    height: 42px;
    margin-top: -17px;
    left: -9px;
  }

  .ring-subtract {
    width: 260px;
    height: 22px;
    top: 5px;
    left: 20px;
  }

  .landing-section-inner-content-animation-box {
    width: 375px;
    height: 329px;
  }

  .landing-section-inner-content-animation-box.float-section-left {
    width: 370px;
    height: 324px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .bank-footer.start-dark {
    color: #fff;
    background-color: #1e2334;
  }

  .footer-container {
    width: 90%;
    max-width: 750px;
  }

  .footer-dark-bg.dark-mode.footer-bg {
    opacity: 1;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-block-two.signup-newsletter {
    display: none;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two.one-column-wide {
    max-width: none;
    width: 45%;
  }

  .ready-to-try-title {
    padding-top: 101px;
  }

  .services-box-array {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .services-box {
    margin-top: 25px;
    padding-bottom: 10px;
  }

  .main-iconography {
    width: 150px;
    height: 150px;
  }

  .specialty-services-circle {
    margin-left: 40px;
  }

  .top-lander-card {
    background-position: 50% 100%;
    background-size: 140vw;
  }

  .card-logo-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .behind-lander-globe-container-copy {
    min-width: 350px;
    min-height: 350px;
  }

  .lander-globe-cloud {
    width: 300px;
    height: 250px;
    left: auto;
    right: -62px;
  }

  .lander-globe-cloud-2 {
    width: 500px;
    height: 250px;
    left: auto;
    right: -90px;
  }

  .lander-globe-chart {
    width: 220px;
    height: 340px;
    position: absolute;
    top: 4px;
    bottom: auto;
    right: 103px;
  }

  .rich-text-page-header-container {
    width: 90%;
    min-width: 600px;
    max-width: 90%;
  }

  .lander-container-tagline {
    width: 100%;
    max-width: 340px;
  }

  .lander-cta-band {
    width: 100%;
    max-width: 340px;
  }

  .lander-content-wrapper-flex {
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-template-columns: minmax(0, 340px) minmax(0, 375px);
    width: 90%;
    max-width: 750px;
  }

  .midsection-content-wrapper-flex-left-right {
    max-width: 750px;
  }

  .midsection-content-wrapper-flex.right-left {
    width: 90%;
    max-width: none;
  }

  .content-box-container {
    max-width: 750px;
    margin-top: 25px;
    padding-bottom: 10px;
  }

  .services-box-in-box {
    margin-top: 25px;
    padding-bottom: 10px;
  }

  .lander-images-cluster {
    min-width: 375px;
  }

  .services-box-in-a-box-container.flex-right {
    padding-top: 25px;
  }

  .services-box-in-a-box-wrap {
    margin-top: 25px;
    padding-bottom: 10px;
  }

  .text-medium {
    font-size: 1.13em;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .narrow-menu-modal-overlay {
    opacity: .8;
  }

  .menu-trigger-button-2 {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .menu-list {
    flex-direction: column;
    display: flex;
  }

  .big-screen-menu {
    display: none;
  }

  .nav-open-close.open.link {
    margin-top: 6px;
  }

  .nav-open-close.close {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-family: Varela, sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    position: static;
  }

  .nav-open-close.close.link {
    z-index: 7;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
  }

  .menu {
    z-index: 6;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: 100vh;
    margin: 0 auto auto;
    display: none;
    position: fixed;
    inset: 25px auto auto;
  }

  .close-nav-narrow-menu-text {
    text-align: center;
    width: 45px;
    height: 45px;
    font-family: Varela Round, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 45px;
    position: absolute;
  }

  .narrow-screen-menu {
    width: 100%;
    height: 100%;
    min-height: 250px;
    margin-top: 58px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .narrow-menu-list-wrapper {
    margin-top: 113px;
  }

  .menu-trigger-button-3 {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .menu-trigger-button-3.when-open {
    justify-content: flex-end;
    width: 55px;
    height: 55px;
    display: flex;
    position: absolute;
    left: auto;
  }

  .nav-menu {
    position: absolute;
    top: 0;
    right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    margin-bottom: auto;
  }

  .narrow-navbar-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .container-tagline {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    margin-top: 90vh;
    top: 20%;
  }

  .lander-globe {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .lander-brands {
    width: 100%;
    min-width: 80vh;
    height: 100%;
    min-height: 80vh;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .web-only {
    display: none;
  }

  .landing-content-section {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .landing-content-section-container.top-container {
    width: 90%;
    height: 100%;
    min-height: 100%;
    max-width: none;
    overflow: hidden;
  }

  .lander-content-wrapper-flex {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 25% 25%;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-top: 0;
    overflow: hidden;
  }

  .lander-cta-band {
    display: flex;
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    justify-content: flex-start;
    overflow: visible;
    padding-top: 2px;
    box-sizing: border-box;
  }

  .lander-cta-band .overview-paragraph.lander {
    margin-top: 0;
    margin-bottom: 12px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .lander-cta-band .call-to-action-cointainer {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .lander-globe-container {
    grid-column: 1;
    grid-row: 3;
    align-self: stretch;
    justify-self: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0;
    inset: auto;
    top: auto;
    right: auto;
    overflow: hidden;
    position: relative;
    container-type: size;
    container-name: lander-globe;
  }

  /* Circle ~1.55× band height so blue + chart + cash fill the 25% row; rest clips */
  .behind-lander-globe-container {
    aspect-ratio: 1;
    width: 155cqh;
    height: 155cqh;
    min-width: 0;
    min-height: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 0;
  }

  .lander-globe-cash {
    width: calc(0.72 * 155cqh);
    height: calc(0.34 * 155cqh);
    top: calc(0.14 * 155cqh);
    right: auto;
    left: calc(50% + (-0.5 + 1 + 0.02 - 0.72) * 155cqh);
    z-index: 2;
  }

  .lander-globe-chart {
    width: calc(0.50 * 155cqh);
    height: calc(0.90 * 155cqh);
    top: calc(0.005 * 155cqh);
    right: auto;
    bottom: auto;
    left: calc(50% + (0.5 - 0.32 - 0.50) * 155cqh);
    z-index: 1;
  }

  /* Clouds sit mid-globe and wash out the clipped top band on mobile */
  .lander-globe-cloud,
  .lander-globe-cloud-2 {
    display: none;
  }

  .lander-globe-iconography {
    width: calc(0.42 * 155cqh);
    height: calc(0.42 * 155cqh);
    top: calc(0.28 * 155cqh);
    right: auto;
    left: calc(50% + (0.5 - 0.38) * 155cqh);
    z-index: 3;
  }

  .lander-globe-iconography .main-iconography {
    width: 100%;
    height: 100%;
  }

  .services-boxes.main-content-section-box.top-level {
    overflow: hidden;
  }

  .services-box-array {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .services-box {
    width: 100%;
    max-width: 100%;
    padding: 108px 20px 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .service-box-images.open-for-business {
    width: min(200px, 64%);
    height: 110px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-box-images.copilot-for-self-custody {
    width: min(260px, 88%);
    height: 104px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-box-images.payments-your-way {
    width: min(260px, 88%);
    height: 104px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-section-inner-content-bullets {
    margin-top: 20px;
  }

  .landing-section-inner-content-bullets.float-section-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .overview-container {
    display: block;
  }

  .overview-container.interlude {
    width: 90%;
    padding-top: 40px;
  }

  .overview-container.interlude.section-1-overview-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .section-content-box {
    min-width: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-content-box {
    display: block;
  }

  .landing-section-inner-content-animation-box {
    width: 100%;
  }

  .landing-section-inner-content-animation-box.float-section-left {
    display: none;
  }

  .footer-social-and-toggle {
    margin-top: 20px;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .bank-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-container {
    width: 90%;
    display: block;
  }

  .get-extension-text.get-extension-text-2 {
    display: none;
  }

  .footer-dark-bg.dark-mode.footer-bg {
    opacity: 1;
  }

  .footer-block-two {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .footer-wrapper-two {
    display: block;
  }

  .footer-block-two.one-column-wide {
    max-width: none;
    width: 100%;
  }

  .footer-mission {
    font-size: 14px;
    line-height: 1.35;
  }

  .footer-light-bg.light-mode.ready-to-join-bg {
    background-color: #e8e8e8;
  }

  .top-lander-card {
    background-size: 103vw;
    position: absolute;
  }

  .logo-on-card {
    width: 100px;
    height: 25px;
  }

  .behind-lander-globe-container-copy {
    width: 80vh;
    height: 80vh;
    margin: auto;
  }

  .behind-lander-globe-container-for-card {
    margin: auto;
  }

  .rich-text-page-header-container {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    margin-top: 90vh;
    top: 20%;
  }

  .rich-text-landing-content-section {
    height: 95vh;
    min-height: auto;
  }

  .lander-container-tagline {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 56px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    top: auto;
    bottom: auto;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .nav-menu-block-2 {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

  .nav-menu-block-3 {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .narrow-menu-modal-overlay {
    z-index: 2;
    opacity: .8;
    background-color: #222;
    width: 0%;
    height: 0;
    display: none;
    position: fixed;
    inset: 0;
  }

  .menu-trigger-button-2 {
    z-index: 4;
    margin-top: -7px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
  }

  .menu-list {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }

  .big-screen-menu {
    flex-direction: row;
    display: none;
  }

  .nav-open-close.open.link {
    width: 20px;
    height: 20px;
    margin-top: 0;
    font-size: 20px;
  }

  .nav-open-close.close {
    color: #fff;
    display: none;
  }

  .nav-open-close.close.link {
    text-align: left;
    display: block;
    position: absolute;
    right: 0;
  }

  .menu {
    z-index: 5;
    max-width: 90%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: auto;
  }

  .bank-logo {
    margin-top: 8px;
  }

  .narrow-screen-menu {
    z-index: 5;
    text-align: right;
    margin-top: 330px;
  }

  .narrow-menu-list-wrapper {
    margin-top: 120px;
    margin-right: 11px;
  }

  .menu-trigger-button-3 {
    z-index: 4;
    margin-top: 33px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
  }

  .menu-trigger-button-3.when-open {
    z-index: 6;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-top: 25px;
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
  }

  .navbar {
    top: 0;
  }

  .navbar-container {
    min-width: 288px;
    max-width: none;
    padding-top: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .narrow-navbar-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
  }

  .narrow-navbar-link:hover, .narrow-navbar-link:active, .narrow-navbar-link:focus, .narrow-navbar-link:visited {
    color: #fff;
  }

  .image {
    vertical-align: middle;
    margin-top: -10px;
  }

  .non-cta-header {
    margin-top: 0;
  }

  .tagline-subtitle.gray-or-violet {
    font-size: 24px;
    line-height: 26px;
  }

  .container-tagline {
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 100vh;
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .lander-globe {
    background-position: 45%;
    background-size: auto 80%;
    display: block;
  }

  .call-to-action-cointainer {
    position: relative;
    bottom: auto;
    left: 0;
  }

  .main-content-wrapper {
    min-width: 288px;
    max-width: none;
    height: auto;
    margin-top: 30px;
  }

  .main-content-wrapper.tagline-wrapper {
    height: auto;
    min-height: auto;
    max-height: 45vh;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lander-brands {
    min-width: 90vw;
    min-height: 90vw;
    margin: auto;
    inset: 0;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 35px;
  }

  .heading-1.landing-section-header {
    font-size: 34px;
    line-height: 34px;
  }

  .landing-content-section {
    background-size: cover;
    flex-direction: row;
    max-width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .landing-content-section-container.top-container {
    width: 90%;
    min-width: 288px;
    max-width: none;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .call-to-action-link-block.call-to-action.dark-gray-or-purple-bg {
    background-color: #027bff;
    display: inline-block;
  }

  .lander-globe-container {
    aspect-ratio: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    inset: auto;
    overflow: hidden;
  }

  .overview-paragraph.lander {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .lander-cta-band .overview-paragraph.lander {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
  }

  .lander-cta-band .call-to-action-link-block.call-to-action.dark-gray-or-purple-bg {
    padding: 12px 20px;
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: clamp(28px, 9.2vw, 38px);
    line-height: 1.05;
  }

  .landing-section-inner-content-bullets {
    margin-top: 0;
  }

  .landing-section-inner-content-bullets.float-section-right {
    margin-top: 0;
    position: relative;
  }

  .overview-container.interlude {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .overview-container.interlude.section-1-overview-container.right-of-image, .overview-container.interlude.section-1-overview-container.left-of-image {
    padding-top: 0;
    position: relative;
  }

  .heading-2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.1;
  }

  .heading-2.content-box-heading {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.1;
  }

  .specialty-services-section.main-content-section-box.top-level {
    overflow: hidden;
  }

  .section-content-box {
    min-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-subtitle {
    font-size: 19px;
  }

  .section-subtitle.content-box-subtitle.gray-or-violet.right-and-buffered-section-subtitle {
    padding-left: 0;
  }

  .checkbox-list-item.section-1-bullet-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .landing-section-inner-content-animation-box {
    aspect-ratio: 1.14;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .landing-section-inner-content-animation-box.float-section-left {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .mid-section-bg {
    display: none;
  }

  .secured-card-content-section.main-content-section-box {
    display: block;
    position: relative;
  }

  .secured-card-content-section.main-content-section-box.gray-bg {
    overflow: hidden;
  }

  .footer-social-and-toggle {
    flex-wrap: nowrap;
    margin-top: 20px;
    display: flex;
  }

  .footer-form {
    margin-top: 0;
  }

  .bank-footer {
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .footer-container {
    width: 90%;
    max-width: 90%;
    padding-top: 35px;
  }

  .footer-dark-bg.dark-mode.footer-bg {
    opacity: 1;
  }

  .footer-block-two {
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .footer-block-two.signup-newsletter {
    width: 90%;
    min-width: 288px;
    margin-top: 24px;
    margin-bottom: 28px;
    display: block;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-mission {
    font-size: 13px;
    line-height: 1.35;
    padding-bottom: 8px;
  }

  .bank-footer .moon-footer-fineprint,
  .bank-footer .footer-copyright-2 {
    font-size: 12px;
    line-height: 1.35;
  }

  .ready-to-join {
    background-image: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ready-to-try-cta-block {
    width: 90%;
    min-width: 0;
  }

  .ready-to-try-title {
    padding-top: 35px;
  }

  .as-seen-ins {
    flex-wrap: wrap;
    height: auto;
  }

  .as-seen-in-spaced-image {
    min-width: 90px;
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .as-seen-in-spaced-image.no-margin {
    margin-bottom: -16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-light-bg.light-mode.ready-to-join-bg {
    background-color: #e8e8e8;
  }

  .prospera-section.main-content-section-box.top-level {
    overflow: hidden;
  }

  .banking-prospera-globe {
    background-image: none;
  }

  .services-boxes.main-content-section-box.top-level {
    overflow: hidden;
  }

  .services-box-array {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
  }

  .services-box {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding: 100px 18px 14px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .service-box-images.open-for-business,
  .service-box-images.copilot-for-self-custody,
  .service-box-images.payments-your-way {
    max-width: 88%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .service-box-images.security-privacy {
    width: min(340px, 120%);
    height: 140px;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-footer {
    margin-top: -18px;
  }

  .footer-mission {
    width: 100%;
    max-width: none;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .bank-footer.start-dark {
    margin-top: 48px;
  }

  .services-box-iconography.copilot-iconography {
    left: -8px;
  }

  .top-lander-card {
    background-image: linear-gradient(#0000, #0000);
    position: absolute;
  }

  .logo-on-card {
    width: 100px;
    height: 25px;
  }

  .behind-lander-globe-container-copy {
    width: 350px;
    height: 350px;
    margin: auto 0;
    top: 0;
    bottom: 0;
  }

  .behind-lander-globe-container-for-card {
    margin: auto 0;
    top: 0;
    bottom: 0;
  }

  .bank-globle-routes {
    object-fit: cover;
    background-size: contain;
    height: 105%;
    margin-top: -1.8%;
    margin-left: -5%;
    position: relative;
  }

  .main-content-background {
    height: auto;
    padding: 20px 25px;
  }

  .rich-text-page-header-container {
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .rich-text-non-cta-header {
    margin-top: 43px;
  }

  .rich-text-landing-content-section {
    flex-direction: row;
    height: auto;
    min-height: 150vh;
    display: block;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .lander-container-tagline {
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .lander-cta-band {
    display: flex;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
  }

  .lander-content-wrapper-flex {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 25% 25%;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-top: 0;
    position: relative;
    overflow: hidden;
  }

  .heading-1.landing-section-header,
  .heading-1.landing-section-header .bold-text-4 {
    font-size: clamp(28px, 9.2vw, 40px);
    line-height: 1.05;
    white-space: nowrap;
  }

  .midsection-content-wrapper-flex-left-right {
    flex-flow: column;
    justify-content: space-between;
    width: 90%;
    min-width: 288px;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .midsection-content-wrapper-flex.right-left {
    flex-flow: column;
    width: 90%;
    min-width: 288px;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .security-and-privacy-section {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
  }

  .content-box-container {
    margin-top: 56px;
    padding-bottom: 0;
  }

  .services-box-in-box {
    width: 100%;
    margin-top: 36px;
  }

  .services-in-a-box-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 25px;
  }

  .privacy-cloud {
    width: 100%;
    top: -164px;
    bottom: auto;
    right: -8%;
  }

  .lander-images-cluster {
    width: 500px;
    min-width: 288px;
    height: 500px;
    min-height: auto;
    margin-left: -130px;
    position: relative;
  }

  .services-box-in-a-box-container.right-flex {
    flex-flow: column;
    width: 90%;
    min-width: 288px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .currencies-cluster {
    overflow: hidden;
  }

  .currency-in-cluster.model-to-hide {
    margin: 2px;
    padding: 3px 8px;
  }

  .currency-text {
    font-size: 14px;
    line-height: 16px;
  }

  .currency_flag {
    width: 16px;
    height: 16px;
  }

  .image-2 {
    height: 25px;
    margin-top: 12px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-menu-three-2 {
    flex-direction: column;
  }

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

  .nav-menu-three-3 {
    flex-direction: column;
  }
}

#w-node-_7dfdb3ca-f4d4-d1e1-4477-8585764454fb-2f6eda1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0c1da7ca-df27-96a6-b013-9df1337ef47c-2f6eda1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


