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

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

@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.jpeg');
  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;
}

.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%;
  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;
}

.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;
}

.landing-content-section {
  z-index: 0;
  object-fit: fill;
  background-image: url('../images/cloud_background.jpeg');
  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: 50%;
  right: 6px;
}

.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 {
  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: url('../images/Asset-792x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 43px;
}

.checkbox-list-item.section-1-bullet-2 {
  background-image: url('../images/Group-283340.svg');
  background-size: auto 22px;
  font-weight: 400;
}

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

.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: 130px 30px 90px;
  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;
  margin-top: 2px;
  display: flex;
}

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

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

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.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;
}

.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;
  margin-top: 0;
}

.footer-container {
  border-radius: 4px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  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-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;
  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;
}

.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 {
  column-count: auto;
  vertical-align: text-bottom;
  margin-top: 0;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  line-height: 16px;
}

.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;
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 2px solid #fff;
  border-radius: 19px;
  width: 68.4%;
  height: auto;
  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-283343-2.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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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.png');
  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-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: center;
  align-items: flex-start;
  width: 570px;
  min-height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.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: 75px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 74%;
  height: auto;
  display: block;
  position: absolute;
  bottom: -230px;
  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;
}

.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 {
  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;
  font-size: 1.5em;
  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;
}

@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;
  }

  .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-content-wrapper-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    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;
  }
}

@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: 95vh;
    min-height: auto;
  }

  .lander-globe-container {
    width: 250px;
    height: 219px;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0;
  }

  .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-bottom: 30px;
  }

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

  .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 {
    width: 100%;
    min-width: auto;
    min-height: 50px;
    margin-top: 90vh;
    top: 20%;
  }
}

@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: 16px;
    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: auto;
    min-height: 100vh;
    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: auto;
    overflow: visible;
  }

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

  .lander-globe-container {
    aspect-ratio: 1.14;
    width: 135%;
    min-width: 300px;
    max-width: 100vw;
    height: auto;
    min-height: 438.6px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0 0 0 -23%;
    overflow: hidden;
  }

  .overview-paragraph.lander {
    margin-top: -11px;
    font-size: 15px;
    line-height: 17px;
  }

  .bold-text-4 {
    font-size: 40px;
    line-height: 35px;
  }

  .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: 34px;
    line-height: 34px;
  }

  .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;
    height: auto;
  }

  .landing-section-inner-content-animation-box.float-section-left {
    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: 70px;
    padding-bottom: 84px;
  }

  .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: 60px;
    padding-bottom: 60px;
  }

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

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

  .footer-block-two.signup-newsletter {
    width: 90%;
    min-width: 288px;
    margin-bottom: 70px;
    display: block;
  }

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

  .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;
    position: relative;
  }

  .logo-footer {
    margin-top: -18px;
  }

  .footer-mission {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .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: flex-end;
    min-width: 0;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .lander-content-wrapper-flex {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 80px;
    position: relative;
    overflow: visible;
  }

  .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: 120px;
    padding-bottom: 0;
  }

  .services-box-in-box {
    width: 100%;
    margin-top: 60px;
  }

  .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;
  }
}


