:root {
  --white: white;
  --gray--100: #f1f1f1;
  --gray--50: #f1f1f180;
  --blue: #2c71f6;
  --black: #151515;
  --gray--light: #fafafa;
  --dark-gray: #595959;
}

.w-layout-blockcontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.nav {
  z-index: 9998;
  background-color: #0000;
  padding-top: 2rem;
  padding-left: 4.2%;
  padding-right: 4.2%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav__logo-wrapper {
  position: static;
}

.nav__menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav__logo-image {
  color: var(--white);
  width: 3.5rem;
}

.nav__link {
  color: var(--gray--100);
  padding: .1em .55em;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
  position: relative;
}

.nav__link:hover {
  color: var(--gray--50);
}

.nav__button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 3em;
  margin-left: .65em;
  padding: 0 .85em;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 2.2em;
}

.nav__button.nav__button--mobile {
  display: none;
}

.hero {
  z-index: 1;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero__arrow {
  z-index: 2;
  position: absolute;
  inset: auto 4.1vw 2.5rem auto;
}

.hero__wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 8.33%;
  display: flex;
  position: relative;
}

.hero__heading {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1vw;
  font-family: Poppins, sans-serif;
  font-size: 4.4vw;
  font-weight: 600;
  line-height: 1.4em;
}

.hero__heading-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  margin-top: 5.8vw;
  display: flex;
}

.hero__text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.8vw;
  display: flex;
}

.hero__text {
  color: var(--gray--100);
  margin-right: .4vw;
  font-family: Poppins, sans-serif;
  font-size: .9vw;
  font-weight: 600;
  line-height: 1.2em;
}

.hero__intro {
  z-index: 2;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero__intro.hero__intro--mobileonly {
  display: none;
}

.hero__loop {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.create {
  z-index: 3;
  background-color: var(--black);
  padding-top: 12vw;
  padding-bottom: 7vw;
  position: relative;
}

.create__coins-wrapper {
  position: absolute;
  inset: 0%;
}

.create__intro-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.create__heading {
  opacity: 0;
  color: var(--gray--100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 8.4vw;
  font-weight: 600;
  line-height: 1.2em;
  transform: scale(0);
}

.create__heading-wrapper {
  z-index: 1;
  position: relative;
}

.create__text-wrapper1 {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.4vw;
  display: flex;
  position: relative;
}

.create__text {
  color: var(--gray--100);
  margin-right: .4vw;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.5em;
}

.create__text.payment__text--blue {
  color: var(--blue);
}

.create__text-wrapper2 {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5vw;
  display: flex;
  position: relative;
}

.create__features-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 9vw;
  margin-bottom: 3vw;
  display: flex;
  position: relative;
}

.create__feature {
  width: 18%;
  margin-left: 4%;
}

.create__feature-heading {
  color: var(--gray--100);
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.2em;
}

.create__feature-text {
  color: var(--gray--100);
  margin-top: 1.2vw;
  font-family: Poppins, sans-serif;
  font-size: .9vw;
  font-weight: 500;
  line-height: 1.6em;
}

.create__coin3-wrapper {
  width: 18%;
  display: block;
  position: absolute;
  top: 8.5vw;
  left: 61%;
}

.create__coin3 {
  transform: scale(0);
}

.create__coin2-wrapper {
  width: 18%;
  position: absolute;
  top: 39.9vw;
  left: 13%;
}

.create__coin2 {
  transform: scale(0);
}

.create__coin1-wrapper {
  width: 20%;
  position: absolute;
  top: 36vw;
  left: 75%;
}

.create__coin1 {
  transform: scale(0);
}

.requests {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 12vw;
  padding-bottom: 12vw;
  display: flex;
  position: relative;
}

.requests__video-wrapper {
  width: 25%;
  height: 24vw;
  position: absolute;
  left: 20.8%;
}

.requests__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.requests__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 51%;
  margin-right: 4.1%;
  display: flex;
  position: relative;
}

.requests__heading {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.6vw;
  font-weight: 600;
  line-height: 1.1em;
}

.requests__text {
  color: var(--gray--100);
  margin-top: 1.4vw;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.6em;
}

.scan {
  z-index: 0;
  background-color: var(--black);
  padding-bottom: 10vw;
  position: relative;
  overflow: hidden;
}

.scan__text-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scan__heading {
  color: var(--gray--100);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 8.6vw;
  font-weight: 600;
  line-height: 1em;
}

.scan__text {
  color: var(--gray--100);
  text-align: center;
  margin-top: 1.4vw;
  font-family: Poppins, sans-serif;
  font-size: 1.11vw;
  font-weight: 600;
  line-height: 1.6em;
}

.scan__code-wrapper {
  z-index: 3;
  flex-direction: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10vw;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.scan__cursor {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
}

.scan__qrcode-wrapper {
  z-index: 4;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.payment {
  z-index: 1;
  background-color: var(--gray--light);
  padding-top: 10vw;
  position: relative;
  overflow: hidden;
}

.payment__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 9vw;
  display: flex;
}

.payment__heading {
  color: var(--black);
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.86vw;
  font-weight: 600;
  line-height: 1em;
}

.payment__text {
  color: var(--dark-gray);
  text-align: center;
  width: 41.6%;
  margin-top: 1.4vw;
  font-family: Poppins, sans-serif;
  font-size: 1.11vw;
  font-weight: 600;
  line-height: 1.6em;
}

.payment__methods {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.payment__image {
  width: 72vw;
}

.footer {
  z-index: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--blue);
}

.footer__loop {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer__wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 8.33%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.footer__heading-wrapper {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__heading {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2em;
}

.footer__cta {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 3em;
  margin-top: 2vw;
  padding-left: .85em;
  padding-right: .85em;
  font-family: Poppins, sans-serif;
  font-size: .97vw;
  font-weight: 500;
  line-height: 2.2em;
  text-decoration: none;
}

.footer__bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  display: flex;
  position: absolute;
  bottom: 3vw;
  left: 4.16%;
  right: 0;
}

.footer__powered {
  color: var(--gray--100);
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.footer__lowered-link {
  color: var(--white);
  text-decoration: none;
}

.footer__copyright {
  color: var(--gray--50);
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.footer__language {
  color: var(--white);
  text-align: right;
  margin-right: 7px;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.footer__language-menu {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer__language-arrow {
  margin-bottom: 4px;
}

.footer__menu {
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 2.5em;
  right: 0;
}

.footer__menu-link {
  background-color: var(--blue);
  opacity: .8;
  color: var(--white);
  border-bottom: 1px solid #0000001a;
  padding: .75em 1em;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer__menu-link:hover {
  opacity: 1;
}

.hero__videos-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer__loop-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader {
  z-index: 999999;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__text {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.scan__cursor-appears {
  margin-top: -25%;
  margin-bottom: -25%;
  display: block;
  position: absolute;
  inset: 0%;
}

.scan__qrcode {
  z-index: 4;
  background-image: url('../images/qrcodeswiftx.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 1.5em;
}

.scan__cursor-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scan__arrows-wrapper {
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.scan__arrow-ul {
  width: 1.2vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scan__arrow-ur {
  width: 1.2vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.scan__arrow-dl {
  width: 1.2vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.scan__arrow-dr {
  width: 1.2vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.disclaimer {
  z-index: 99999;
  margin-left: 10vw;
  margin-right: 10vw;
  display: none;
  position: fixed;
  bottom: 0;
}

.disclaimer__wrapper {
  z-index: 1;
  padding: 1em 4em 1em 2em;
  position: relative;
}

.disclaimer__p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
}

.disclaimer__link {
  color: #fff;
}

.disclaimer__close {
  z-index: 1;
  cursor: pointer;
  width: 20px;
  position: absolute;
  inset: 1em 1em auto auto;
}

.disclaimer__bg {
  opacity: .8;
  background-image: linear-gradient(to right, #4966f7, #7756fd);
  border-radius: 6px 6px 0 0;
  position: absolute;
  inset: 0%;
}

.form {
  display: flex;
}

.field-label {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
}

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

.field-label-2 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
}

.text-field {
  color: #141414;
  border-radius: 10px;
  min-width: 3px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-block {
  color: #fff;
  margin-top: 60px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block-2 {
  border: 2px solid #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-3 {
  color: #fff;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.select-field {
  color: #2e2e2e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  color: #050505;
  border-radius: 10px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.form-block {
  width: 400px;
}

.text-block-4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.field-label-3 {
  color: #fff;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-field-3 {
  color: #131313;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.field-label-4 {
  color: #fff;
  margin-top: 20px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.field-label-5 {
  color: #fff;
  border: 1px #fff;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-4 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.select-field-2 {
  color: #131313;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.field-label-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-field-4 {
  color: #131313;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.select-field-3 {
  color: #131313;
  border-radius: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  color: #fff;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

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

.text-block-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.currency-button {
  background-color: #003181;
  border-radius: 15px;
  margin-right: 5px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.currency-button:hover {
  background-color: #b767a5;
  box-shadow: 0 2px 10px #ffe700;
}

.currency-button:active {
  color: #fff;
}

.form-2 {
  margin-top: 100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.time-style {
  background-color: #fff;
}

.top {
  overflow: hidden;
}

.title-style {
  color: #0d1f3c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.bars-status-bar-iphone-light {
  overflow: hidden;
}

.sign-up {
  grid-column-gap: 10px;
  background-color: #edf1f9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 812px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.frame-1 {
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
}

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

.dashboard-wrapper {
  background-color: #1e2430;
  flex-flow: column;
  min-height: 100vh;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dashboard-content {
  padding: 24px 24px 0;
}

.dashboard-nav {
  background-color: #2a3240;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 24px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.plus-icon {
  overflow: hidden;
}

.secondary-button {
  grid-row-gap: 12px;
  background-color: #e4e4f059;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 21px 25px;
  text-decoration: none;
  display: flex;
}

.top-up {
  color: #f2f2fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  text-decoration: none;
}

.card {
  grid-row-gap: 22px;
  background-image: linear-gradient(126.63deg, #6262d9 0%, #9d62d9 100%);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380.303px;
  height: 251px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

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

.your-balance {
  color: #d5d5e0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

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

._261050 {
  color: #e4e4f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 51px;
  text-decoration: none;
}

.frame-133 {
  grid-column-gap: 10px;
  background-color: #87ff63;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

._054 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
}

.icon-actions {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 340px;
  text-decoration: none;
  display: flex;
}

.ant-designstock-outlined {
  overflow: hidden;
}

.nav-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.user-profile-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.profile-pic {
  border-radius: 50%;
}

.dashboard-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
}

.dashboard-summary {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 40px;
  display: flex;
}

.balance-card {
  color: #fff;
  background-color: #2a3240;
  border-radius: 12px;
  padding: 24px;
}

.payment-card {
  background-color: #2a3240;
  border: 1px solid #2a3240;
  border-radius: 20px;
  padding: 24px;
}

.dashboard-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.chart-card {
  color: #fff;
  background-color: #2a3240;
  border-radius: 12px;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.transactions-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.transactions-card, .activity-log-card {
  background-color: #2a3240;
  border-radius: 12px;
  padding: 24px;
}

.activity-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: #fff;
  font-weight: 600;
}

.link-2:hover {
  color: #4c8bf5;
}

.link-3 {
  color: #fff;
  font-weight: 600;
}

.link-3:hover {
  color: #4c8bf5;
}

.link-4 {
  color: #fff;
  font-weight: 600;
}

.link-4:hover {
  color: #4c8bf5;
}

.link-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-5:hover {
  color: #4c8bf5;
}

.button-2 {
  color: #fff;
  background-color: #0000;
  font-family: Poppins, sans-serif;
}

.text-block-7 {
  color: #a0aec0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-2 {
  color: #a0aec0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-8 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.text-block-10 {
  color: #a0aec0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 28px;
}

.heading-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.heading-5 {
  font-size: 18px;
}

.heading-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.transaction-item {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-11 {
  color: #fff;
}

.text-block-12 {
  color: #a0aec0;
  font-size: 12px;
}

.text-block-13 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.activity-item {
  justify-content: space-between;
  display: flex;
}

.text-block-14 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-15 {
  color: #a0aec0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.chart-placeholder {
  background-color: #606060;
  width: 250px;
  height: 250px;
}

.paragraph {
  color: #a0aec0;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.navbar {
  background-color: #2a3240;
  padding: 24px;
}

.link-block {
  color: #000;
}

.body-3 {
  color: #fff;
  background-color: #1e2430;
}

.dashboard-card {
  color: #2a3240;
  background-color: #2a3240;
  border-radius: 12px;
  padding: 24px;
}

.html-embed {
  position: absolute;
  inset: 0 0 55px;
}

.icon-white-circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-white-circle.dark {
  background-color: #322d4c;
}

.icon-white-circle.timeline {
  margin-left: 8px;
}

.donut-txt {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.donut-txt.white {
  color: #fff;
}

.iframe-wrapper {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
  box-shadow: 4px 4px 14px #0000001a;
}

.colorful-icon {
  color: #1875f0;
  text-align: center;
  background-color: #1875f01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  display: flex;
}

.colorful-icon.purple {
  color: #a279f9;
  background-color: #6a75d81a;
}

.colorful-icon.purple.hide {
  display: none;
}

.colorful-icon.green {
  color: #02c908;
  background-color: #02c9081a;
}

.colorful-icon.green.hide {
  display: none;
}

.div-block-12 {
  flex-flow: column;
  align-items: flex-start;
  width: 50px;
  display: flex;
}

.box-padding {
  padding: 1.6em;
}

.box-padding.dash-new {
  padding: 35px;
}

.box-padding.asset {
  padding: 25px 35px;
}

.box-padding.paper-padding {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-padding.paper-padding.new {
  background-color: #f5f5f5;
  justify-content: flex-start;
  padding: 35px;
}

.box-padding.paper-padding.new.dark {
  background-color: #22232a;
  border: 1px solid #22232a;
}

.box-padding.app-padding-box {
  align-items: center;
  display: flex;
}

.box-padding.app-padding-box.new, .box-padding.rich-box {
  padding: 35px;
}

.box-padding.rich-box.dark {
  color: #fff;
}

.large-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.6;
  display: inline-block;
}

.large-number.new {
  color: #1c1c1c;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 75px;
}

.large-number.new.dash-box {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 35px;
}

.large-number.new.dash-box.white {
  color: #fff;
}

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

.container.new {
  max-width: 1280px;
}

.doc-description {
  max-height: 75px;
  margin-bottom: 1em;
  overflow: hidden;
}

.doc-description.new {
  color: #1c1c1c;
  max-height: 73px;
  margin-bottom: 10px;
  font-size: 14px;
}

.doc-description.new.white {
  color: #fff;
}

.div-block-13 {
  width: 100px;
}

.dash-tab-wrapper {
  min-height: 100vh;
  padding-bottom: 5em;
}

.progress-text-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 700;
}

.progress-text-column.new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-weight: 500;
  display: flex;
}

.progress-text-column.new.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.progress-text-column.new.dark {
  color: #fff;
}

.progress-text-column.new.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.white-box {
  color: #333;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px #0000001a;
}

.white-box.progress-box {
  width: 100%;
}

.white-box.progress-box.new {
  background-color: #f5f5f5;
}

.white-box.progress-box.new.dark {
  background-color: #22232a;
  border-color: #ffffff1a;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.link-box {
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 21px 21px 25px -10px #0000001a;
}

.white-box.link-box.new {
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #eee;
}

.white-box.link-box.new.dark {
  background-color: #22232a;
  border-color: #ffffff0d;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.link-box.asset-box {
  width: auto;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.white-box.link-box.asset-box.new {
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #eee;
  border-radius: 5px;
}

.white-box.link-box.asset-box.new.dark {
  background-color: #22232a;
  border-color: #ffffff0d;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.link-box.paper-box {
  width: 23%;
  position: relative;
}

.white-box.link-box.paper-box.new {
  box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  border-radius: 5px;
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box.paper-box.new:hover {
  box-shadow: none;
  transform: translate(-2px, -2px);
}

.white-box.link-box.paper-box.new.dark {
  background-color: #22232a;
  border-color: #ffffff1a;
  overflow: hidden;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.third {
  width: 31%;
}

.white-box.third.new-bottom {
  background-color: #f5f5f5;
  border-color: #eee;
  border-radius: 5px;
}

.white-box.third.new-bottom.mob {
  box-shadow: none;
}

.white-box.third.new-bottom.mob.dark {
  background-color: #22232a;
  border-color: #ffffff0d;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.third.new {
  box-shadow: none;
  letter-spacing: 0;
  background-color: #f5f5f5;
  background-image: url('../images/Group-2087330560.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #eee;
  border-radius: 5px;
}

.white-box.third.new.mob.dark {
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.white-box.third.new.dark {
  background-color: #22232a;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #ffffff0d;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.full-width {
  width: 100%;
}

.white-box.full-width.new {
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: url('../images/Group-2087330563.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
}

.white-box.full-width.new.progess {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.white-box.full-width.new.dark {
  background-color: #22232a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-color: #ffffff1a;
  box-shadow: 0 4px 40px #0000001a;
}

.white-box.two-third {
  width: 64%;
  margin-left: 1%;
  margin-right: 1%;
}

.white-box.two-third.new-bottom {
  box-shadow: none;
  background-color: #f5f5f5;
  border-color: #eee;
  border-radius: 5px;
}

.white-box.two-third.new-bottom.dark {
  background-color: #22232a;
  border-color: #ffffff0d;
  box-shadow: 0 4px 40px #0000001a;
}

.paper {
  width: 100%;
}

.paper.new {
  height: 305px;
}

.paper.new.dark {
  background-color: #22232a;
  border: 1px solid #22232a;
}

.progress-text-row {
  display: flex;
  position: relative;
}

.progress-text-row.new {
  justify-content: space-between;
  padding-bottom: 33px;
}

.dark-mode {
  background-color: #1c1d21;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.icon-invert {
  filter: invert();
}

.light-white {
  color: #ffffffb3;
}

.image-2 {
  width: 100%;
  max-width: 288px;
  height: 100%;
  max-height: 280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu {
  display: flex;
}

.footer-menu.new {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.navigation-menu {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px #3333331a;
}

.navigation-menu.new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 20px;
}

.navigation-menu.new.dark {
  background-color: #1c1d21;
  border-top-color: #ffffff1a;
  border-bottom-color: #ffffff1a;
}

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

.option-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.option-row.center {
  margin-right: auto;
}

.option-row.center.new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.template-height {
  padding-bottom: 70%;
}

.app-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .45em;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.app-heading.connect {
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-bottom: -1em;
  margin-left: .25em;
  padding: .25em 1em;
  font-size: 15px;
  line-height: 20px;
}

.app-heading.connect.new {
  color: #404040;
  background-color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.app-heading.connect.new.dark {
  color: #fff9;
  background-color: #ffffff1a;
}

.app-heading.connected {
  color: #02c908;
  font-size: 16px;
}

.app-heading.connected.new {
  color: #00c30d;
  font-size: 14px;
}

.app-heading.new {
  color: #1c1c1c;
  font-weight: 500;
}

.app-heading.new.white {
  color: #fff;
}

.text-block-16 {
  display: none;
}

.dashboard-section {
  padding: 1em 2em;
}

.padding-right-9px {
  padding-right: 9px;
}

.template-right {
  background-color: #fff;
  border-radius: 4px;
  width: 70%;
  height: 65vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 20px -5px #0000001a;
}

.template-right.new {
  box-shadow: none;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
}

.template-right.new.dark {
  background-color: #22232a;
  border-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65vh;
  display: flex;
  box-shadow: 0 4px 40px #0000001a;
}

.doc-heading {
  margin-top: 0;
  margin-bottom: auto;
}

.doc-heading.asset {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.doc-heading.asset.white {
  color: #fff;
}

.doc-heading.new {
  color: #1c1c1c;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}

.doc-heading.new.white {
  color: #fff;
}

.profile-pic-2 {
  border-radius: 50%;
  max-width: 34px;
  margin-right: .75em;
  overflow: hidden;
}

.navigation-item {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1875f0;
  background-color: #0000;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #404040;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 18px;
  line-height: 25px;
}

.navigation-item.new.w--current {
  color: #404040;
  background-color: #f5f5f5;
}

.navigation-item.new.dark {
  color: #fff;
}

.navigation-item.new.dark.w--current {
  background-color: #ffffff0d;
}

.navigation-item.footer-nav-item.new {
  padding: 0;
}

.navigation-item.logout-link {
  border-top: 1px solid #f3f3f3;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.navigation-item.logout-link.new {
  justify-content: flex-start;
  font-size: 12px;
}

.navigation-item.logout-link.new.dark {
  border-top-style: none;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0;
}

.navigation-item.dropdown-nav-item.new {
  justify-content: flex-start;
  font-size: 12px;
}

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 15px;
}

.navigation-item.profile-nav.dark {
  background-color: #1c1d21;
}

.template-left {
  flex: none;
  width: 30%;
  min-width: 290px;
  margin-right: 15px;
}

.template-left.new {
  margin-right: 0;
}

.project-grid {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.project-grid.new {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.progress-bar {
  background-color: #1875f0;
  background-image: linear-gradient(96deg, #a279f9, #1875f0);
  border-radius: 20px;
  width: 31%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.progress-bar.new {
  background-color: #8003fd;
  background-image: none;
}

.app-sub-txt {
  color: #404040;
  font-size: 14px;
  line-height: 25px;
}

.copyright {
  opacity: .4;
  font-size: 14px;
}

.copyright.white {
  color: #fff9;
}

.doc-image {
  text-align: left;
  width: 20%;
  margin-bottom: 1em;
}

.webflow-diamond {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #dbe2eb80;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.webflow-diamond.hide {
  display: none;
}

.progress-text {
  margin-bottom: 0;
  font-weight: 500;
}

.progress-text.white {
  color: #fff;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.dash-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.dash-row.masonry {
  column-count: 3;
  min-height: 100vh;
  padding-bottom: 50px;
  display: block;
}

.dash-row.new {
  margin-top: 0;
}

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

.iframe {
  width: 166.667%;
  height: 166.667%;
  position: absolute;
  inset: 0 0% 0% 0;
  transform: scale(.6);
}

.iframe.hide {
  display: none;
}

.filter-drawer {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 364px;
  padding: 80px 60px 80px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
  box-shadow: 10px 0 20px -10px #2d3e501f;
}

.top-nav-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-nav-wrap.footer {
  justify-content: space-around;
  align-items: center;
}

.nav-dropdown-list {
  opacity: 0;
  transform: translate(0, -10px);
}

.nav-dropdown-list.w--open {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  min-height: 20px;
  max-height: 80vh;
  margin-top: 0;
  padding-bottom: 25px;
  top: 50px;
  right: 10px;
  box-shadow: 0 20px 30px -10px #2d3e501f;
}

.nav-dropdown-list.new.w--open {
  border-color: #eee;
  border-radius: 5px;
  width: 117px;
  min-height: 20px;
  max-height: none;
  padding-bottom: 0;
}

.nav-dropdown-list.new.dark.w--open {
  background-color: #1c1d21;
}

.light-mode {
  color: #1c1c1c;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.project-message {
  margin-bottom: 1em;
}

.project-message.new {
  font-size: 14px;
  line-height: 25px;
}

.project-message.new.white {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.div-block-15 {
  min-height: 0;
}

.tabs-menu {
  z-index: 20;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.control-bar {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding: 8px 10px 3px;
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.control-bar.new {
  background-color: #eee;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}

.control-bar.new.dark {
  background-color: #22232a;
}

.mobile-footer-spacing {
  display: none;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.dash-title {
  color: #1c1c1c;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.dash-title.white {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.social-row {
  align-items: flex-start;
  display: flex;
}

.social-row.new {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.contain.new {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.top-nav {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em 1em;
  display: flex;
  position: relative;
}

.top-nav.new {
  height: 85px;
  margin-left: auto;
  margin-right: auto;
}

.top-nav.new.dark {
  background-color: #1c1d21;
  border-bottom-style: none;
}

.top-nav.footer-nav {
  border-top: 1px solid #f3f3f3;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.top-nav.footer-nav.dark {
  background-color: #1c1d21;
  border-top-color: #ffffff1a;
  border-bottom-style: none;
}

.tab-link-tab-2 {
  color: #1c1c1c;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #f5f5f5;
}

.tab-link-tab-2.dark.w--current {
  color: #fff;
  background-color: #8003fd;
  border-color: #0000;
}

.tab-link-tab-2.light {
  color: #fff;
  background-color: #22232a;
  border-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0 5px;
  display: flex;
}

.option-svg {
  color: #263d49e6;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  min-width: 30px;
  padding: 3px 7px 4px;
  font-size: 19px;
  transition: box-shadow .2s, color .2s;
  position: relative;
  box-shadow: 0 2px 3px #2d3e501f;
}

.option-svg:hover {
  color: #2aa8ff;
  box-shadow: 0 10px 10px -2px #2d3e501f;
}

.option-svg.tablet.new {
  width: 40px;
  height: 40px;
}

.option-svg.tablet.new.dark {
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
}

.option-svg.desktop-login.current.new {
  width: 40px;
  height: 40px;
}

.option-svg.desktop-login.current.new.dark {
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
}

.option-svg.mobile.new {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.option-svg.mobile.new.dark {
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
}

.progress-bar-wrap {
  background-color: #f1f6fd;
  border-radius: 20px;
  width: 100%;
  height: 1em;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px #33333317;
}

.progress-bar-wrap.new {
  background-color: #fff;
  height: 10px;
}

.progress-bar-wrap.new.dark {
  background-color: #322d4c;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.social-link {
  opacity: .5;
  filter: grayscale();
  width: 25px;
  height: 25px;
  margin-right: 6px;
  transition: filter .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: none;
}

.social-link.new {
  margin-right: 0;
}

.app-logo-circle {
  border-radius: 50%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 7px 7px 12px -2px #0000001a;
}

.app-logo-circle.dark {
  background-color: #322d4c;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.doc-date {
  color: #33333380;
  font-size: 14px;
}

.doc-date.new {
  color: #404040;
  font-size: 12px;
}

.doc-date.new.light-white {
  color: #fff9;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.fields-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.social-content {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup-label {
  z-index: -1;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 700;
}

.signup-label.new {
  color: #1c1c1c;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.login-button {
  background-color: #3144f3;
  border-radius: 4px;
  width: 100%;
  height: 54px;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: #1875f0;
}

.login-button.new.margin-top {
  background-color: #182c5f;
  margin-top: 30px;
}

.login-button.new {
  background-color: #8003fd;
  border-radius: 5px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 -4px 10px #5900b1;
}

.login-button.new:hover {
  box-shadow: inset 0 -10px 20px #5900b1;
}

.login-button.new.margin-top {
  margin-top: 30px;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

.login-sub-text {
  color: #404040;
  letter-spacing: 0;
  line-height: 100%;
}

.login-page-wrapper {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 12vh 5% 100px;
  display: flex;
  position: relative;
}

.template-tag {
  display: none;
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  text-align: right;
  margin-top: -5px;
}

.secondary-action.forgot-password.new {
  margin-top: -20px;
}

.secondary-action.forgot-password.new:hover {
  text-decoration: underline;
}

.input-field {
  color: #696a6e;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bbbbc6;
  border-radius: 4px;
  align-items: center;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 41px;
  font-size: 16px;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.input-field:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #1875f0;
}

.input-field.new {
  color: #404040;
  letter-spacing: 0;
  border-color: #eee;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
}

.login-line {
  background-image: linear-gradient(90deg, #8003fd00, #182c5f);
  width: 100%;
  height: 2px;
}

.login-line.right {
  background-image: linear-gradient(-90deg, #8003fd00, #182c5f);
}

.ms-svg {
  z-index: 3;
  color: #69696b;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 13px;
  right: auto;
}

.ms-svg.hide {
  display: none;
}

.login-head {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 75px;
}

.social-image {
  width: 24px;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 20px;
}

.social-auth-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.social-btn {
  color: #404040;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 12px 40px 12px 15px;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.login-bottom-link {
  color: #182c5f;
}

.login-bottom-link:hover {
  text-decoration: underline;
}

.login-link {
  color: #1875f0;
  font-weight: 700;
  transition: color .2s;
}

.login-link:hover {
  color: #1875f0;
}

.login-link.new {
  color: #182c5f;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
}

.login-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.login-divider.new {
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.login-bottom-text {
  color: #404040;
  text-align: center;
  letter-spacing: 0;
  margin-top: 15px;
  line-height: 48px;
}

.login-heading-wrap {
  flex-flow: column;
  display: flex;
}

.login-heading-wrap.margin-bottom {
  margin-bottom: 50px;
}

.or-txt {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.field-row {
  display: flex;
}

.login-bottom-link-2 {
  color: #182c5f;
}

.login-bottom-link-2:hover {
  text-decoration: underline;
}

.login-bottom-link-3 {
  color: #8003fd;
}

.login-bottom-link-3:hover {
  text-decoration: underline;
}

.login-bottom-link-4 {
  color: #182c5f;
}

.login-bottom-link-4:hover {
  text-decoration: underline;
}

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

.image-4, .div-block-16, .div-block-17 {
  text-align: center;
}

.login-bottom-link-5 {
  color: #8003fd;
}

.login-bottom-link-5:hover {
  text-decoration: underline;
}

.path {
  height: 20px;
}

.code-embed {
  color: #182c5f;
}

.list-item, .list-item-2, .list-item-3 {
  color: #fff;
}

.list {
  color: #fff;
  font-family: Poppins, sans-serif;
}

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

.text-block-17 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.list-item-4, .list-item-5, .list-item-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.transaction-list-wrapper {
  background-color: #3b4b68;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 5px #fff3;
}

.table-header-row {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-18 {
  color: #fff;
  min-width: 25%;
  font-family: Poppins, sans-serif;
}

.text-block-19, .text-block-20, .text-block-21 {
  color: #fff;
  width: 25%;
  font-family: Poppins, sans-serif;
}

.table-header-text {
  width: 25%;
  display: flex;
}

.table-transaction-row {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-22 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-22.table-data-text {
  width: 25%;
}

.text-block-23 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-23.table-data-text {
  width: 25%;
}

.text-block-24 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-24.table-data-text {
  width: 25%;
}

.text-block-25 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-25.table-data-text {
  width: 25%;
}

.desktop-table-header {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-33, .text-block-34 {
  color: #fff;
  width: 25%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-35 {
  color: #fff;
  width: 25%;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-36 {
  color: #fff;
  width: 25%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.desktop-transaction-row {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  color: #fff;
  width: 25%;
  font-family: Poppins, sans-serif;
}

.div-block-18 {
  width: 50%;
}

.div-block-19 {
  width: 8%;
}

.section-2 {
  width: 100.001%;
  max-width: 600px;
  padding: 20px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-11 {
  font-family: Poppins, sans-serif;
}

.heading-12 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.list-2 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1440px) {
  .disclaimer {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}

@media screen and (min-width: 1920px) {
  .disclaimer {
    margin-left: 25vw;
    margin-right: 25vw;
  }
}

@media screen and (max-width: 991px) {
  .nav__button.nav__button--mobile {
    display: none;
  }

.info-text-m !important{ font-size: 20px; color: #e5e5e5; width: 300px; margin-top: 20px !important; margin-bottom: 2px; text-align: left; 
line-height: 1.2em; height: 3.6em; }

  .icon-white-circle {
    width: 40px;
    height: 40px;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }

  .large-number.new.dash-box {
    font-size: 26px;
  }

  .white-box.link-box.asset-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .image-2 {
    max-width: none;
    max-height: none;
  }

  .image-3 {
    min-height: 0;
  }

  .template-right {
    width: 100%;
    height: auto;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.footer-nav-item {
    padding-top: .5em;
  }

  .template-left {
    width: 100%;
  }

  .project-grid {
    flex-direction: column;
  }

  .dash-row.masonry {
    column-count: 2;
  }

  .top-nav-wrap.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .top-nav.footer-nav {
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
  }

  .option-svg.desktop-login.current {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: absolute;
  }

  .nav__button.nav__button--mobile-hidden {
    display: none;
  }
  
  .info-text.info-text--mobile !important{
    text-align: center;
    width: 82vw;
    margin-top: 10vw;
    margin-left: 0;
    padding-left: .55em;
    padding-right: .55em;
    font-size: 6vw;
    line-height: 2.5em;
    text-decoration: none;
    display: block;
  }

  .nav__button.nav__button--mobile {
    text-align: center;
    width: 82vw;
    margin-top: 10vw;
    margin-left: 0;
    padding-left: .55em;
    padding-right: .55em;
    font-size: 6vw;
    line-height: 2.5em;
    text-decoration: none;
    display: block;
  }

  .hero__arrow.hero__arrow--hiden-mobile {
    display: none;
  }

  .hero__wrapper {
    justify-content: flex-end;
    padding-bottom: 12vw;
  }

  .hero__heading {
    margin-right: 2vw;
    font-size: 8.4vw;
  }

  .hero__heading-wrapper {
    width: auto;
    margin-right: 8.33%;
  }

  .hero__text-wrapper {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: 8.33%;
  }

  .hero__text {
    margin-right: 1vw;
    font-size: 3.8vw;
  }

  .hero__intro {
    display: none;
  }

  .hero__intro.hero__intro--mobileonly {
    display: block;
  }

  .create__heading {
    opacity: 1;
    font-size: 15vw;
    transform: scale(1);
  }

  .create__heading-wrapper {
    margin-top: 42vw;
  }

  .create__text-wrapper1 {
    flex-flow: wrap;
    justify-content: center;
    width: 87%;
    margin-top: 16vw;
  }

  .create__text {
    margin-right: 1vw;
    font-size: 3.8vw;
  }

  .create__text-wrapper2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 87%;
  }

  .create__features-wrapper {
    flex-direction: column;
    margin-top: 48vw;
  }

  .create__feature {
    width: 63%;
    margin-bottom: 9vw;
    margin-left: 0%;
  }

  .create__feature-heading {
    font-size: 4.3vw;
  }

  .create__feature-text {
    margin-top: 5vw;
    font-size: 3.3vw;
  }

  .create__coin3-wrapper {
    display: none;
  }

  .create__coin2-wrapper {
    width: 55vw;
    top: 148vw;
    left: 5%;
  }

  .create__coin2 {
    transform: scale(1);
  }

  .create__coin1-wrapper {
    width: 55vw;
    top: 25vw;
    left: 40%;
  }

  .create__coin1 {
    transform: scale(1);
  }

  .requests {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .requests__video-wrapper {
    width: 83vw;
    height: 83vw;
    margin: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .requests__video {
    object-fit: cover;
  }

  .requests__wrapper {
    align-items: center;
    margin-top: 22vw;
    margin-left: auto;
    margin-right: auto;
  }

  .requests__heading {
    text-align: center;
    font-size: 12vw;
  }

  .requests__text {
    margin-top: 10vw;
    font-size: 4vw;
  }

  .scan {
    padding-bottom: 0;
  }

  .scan__text-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .scan__heading {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17.33vw;
    line-height: 1.1em;
  }

  .scan__text {
    width: 90%;
    margin-top: 10vw;
    font-size: 4vw;
  }

  .scan__code-wrapper {
    height: 80vw;
  }

  .scan__cursor {
    width: 140vw;
    height: 140vw;
  }

  .scan__qrcode-wrapper {
    width: 45vw;
    height: 45vw;
  }

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

  .payment__wrapper {
    margin-bottom: 20vw;
  }

  .payment__heading {
    width: 83%;
    font-size: 13vw;
    line-height: 1.1em;
  }

  .payment__text {
    width: 88%;
    margin-top: 5vw;
    font-size: 4vw;
  }

  .payment__methods {
    width: 100%;
  }

  .payment__image {
    width: 200vw;
  }

  .footer__wrapper {
    justify-content: flex-start;
    padding-top: 9vw;
  }

  .footer__heading {
    font-size: 8vw;
  }

  .footer__cta {
    width: 83vw;
    font-size: 6.66vw;
    position: absolute;
    bottom: 30vw;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    bottom: 8vw;
  }

  .footer__powered {
    display: none;
  }

  .footer__language-menu {
    margin-bottom: 6vw;
  }

  .scan__cursor-appears {
    display: none;
  }

  .scan__cursor-wrapper {
    width: auto;
    height: auto;
    position: absolute;
    inset: 100vw 0% auto;
  }

  .scan__arrows-wrapper {
    display: none;
  }

  .disclaimer__wrapper {
    padding-bottom: 3em;
  }

  .disclaimer__p {
    font-size: 1.1em;
  }

  .disclaimer__bg {
    opacity: .9;
  }

  .nav-links-wrapper {
    display: none;
  }

  .user-profile-wrapper {
    padding-left: 20px;
  }

  .navbar {
    background-color: #2a3240;
  }

  .html-embed {
    bottom: 0;
  }

  .box-padding.dash-new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .box-padding.asset, .box-padding.paper-padding.new, .box-padding.app-padding-box.new, .box-padding.rich-box {
    padding: 20px;
  }

  .doc-description {
    max-height: 68px;
  }

  .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .white-box.third {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-box.third.new-bottom.mob, .white-box.third.new.mob, .white-box.two-third {
    width: 100%;
  }

  .image-2 {
    width: auto;
    height: auto;
    max-height: 200px;
  }

  .footer-menu {
    flex-direction: row-reverse;
  }

  .navigation-menu {
    justify-content: space-around;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-menu.new {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .navigation-item {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-item.new {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation-item.new.dark:hover {
    background-color: #ffffff1a;
  }

  .navigation-item.footer-nav-item {
    align-items: flex-start;
    margin-left: 0;
  }

  .navigation-item.profile-nav {
    flex-direction: row;
  }

  .project-grid {
    flex-direction: column;
  }

  .top-nav-wrap.footer {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-dropdown-list {
    justify-content: flex-end;
  }

  .control-bar {
    display: none;
  }

  .top-nav.footer-nav {
    text-align: center;
    align-items: flex-start;
    min-height: 250px;
  }

  .progress-wrapper {
    flex: 1;
  }

  .logo-link {
    padding-left: 0;
    display: flex;
  }

  .login-container {
    max-width: 500px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .login-button {
    margin-top: 15px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .social-auth-wrap {
    margin-top: 30px;
  }

  .login-heading-wrap.margin-bottom {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav__link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .requests__heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scan__qrcode {
    background-image: url('../images/qrcode-site-swiftx.png');
  }

  .div-block.form-row, .div-block-2 {
    flex-flow: column;
  }

  .form-block {
    flex-flow: column;
    display: flex;
  }

  .field-label-3 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .section {
    margin: 60px 40px 60px 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-3 {
    color: #131313;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .field-label-4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .div-block-3 {
    margin-top: 20px;
    padding-top: 0;
  }

  .field-label-5 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    display: block;
  }

  .field-label-6 {
    display: block;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-field-4 {
    color: #131313;
    border-radius: 15px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .div-block-7 {
    flex-flow: column;
    display: flex;
  }

  .select-field-3 {
    color: #131313;
    border-radius: 15px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .text-block-5 {
    color: #fff;
    margin-left: 5px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    display: flex;
  }

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

  .text-block-6 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .currency-button {
    background-color: #2c71f6;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .currency-button:hover {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #020342;
    background-clip: border-box;
    box-shadow: 0 2px 10px #fff;
  }

  .currency-button:active {
    color: #fff;
  }

  .form-2 {
    flex-flow: column;
    align-items: center;
    width: 200px;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .onboarding-container {
    background-color: #e0e9f8;
  }

  .heading {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 22px;
  }

  .form-card {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 120px;
  }

  .field-label-8 {
    margin-bottom: 5px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .image {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .form-field-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .first-name {
    border: 0 solid #0000;
    border-bottom: 1px solid #333;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
  }

  .button {
    color: #fff;
    text-align: center;
    border-radius: 23px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 46px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    font-family: Lato, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .form-block-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .login-link-text {
    font-family: Lato, sans-serif;
  }

  .div-block-10 {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .link {
    margin-left: 5px;
    font-family: Lato, sans-serif;
  }

  .field-label-9, .field-label-10, .field-label-11 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-11 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .body-2 {
    background-color: #e0e9f8;
  }

  .dashboard-wrapper {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    height: 0;
    min-height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .dashboard-content {
    flex-flow: column;
    display: flex;
  }

  .nav-links-wrapper, .user-profile-wrapper {
    display: flex;
  }

  .dashboard-summary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

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

  .heading-4 {
    margin-top: 10px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-6 {
    margin-top: 10px;
  }

  .chart-placeholder {
    width: 100%;
  }

  .navbar {
    background-color: #2a3240;
    justify-content: center;
    align-items: stretch;
    padding: 24px;
    display: flex;
  }

  .icon {
    flex-flow: column;
    display: flex;
  }

  .body-3 {
    background-color: #1e2430;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #2a3240;
    flex-flow: column;
    font-family: Poppins, sans-serif;
    display: flex;
  }

  .menu-button {
    background-color: #2a3240;
  }

  .brand {
    vertical-align: middle;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .icon-white-circle {
    padding-left: 7px;
    padding-right: 7px;
  }

  .box-padding.dash-new {
    justify-content: center;
    align-items: center;
  }

  .box-padding.rich-box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-number.new.dash-box {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .dash-tab-wrapper {
    border-bottom: 1px solid #303030;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .progress-text-column {
    font-size: 12px;
  }

  .white-box.link-box.paper-box {
    min-width: 210px;
    max-width: 300px;
    margin-bottom: 4%;
  }

  .white-box.third {
    width: 100%;
  }

  .tabs {
    z-index: 9;
  }

  .image-2 {
    max-height: 180px;
  }

  .footer-menu.new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .navigation-menu {
    padding: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navigation-menu.new {
    flex-flow: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: auto;
  }

  .dashboard-section {
    flex: 1;
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.new, .navigation-item.footer-nav-item, .navigation-item.profile-nav {
    width: auto;
  }

  .template-left {
    padding-left: 0;
    padding-right: 0;
  }

  .dash-row.masonry {
    column-count: 1;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mobile-footer-spacing {
    height: 67px;
    display: block;
  }

  .top-nav {
    padding-left: 1em;
    padding-right: 0;
  }

  .login-container {
    min-width: 0;
    max-width: 400px;
  }

  .login-button.new {
    font-size: 14px;
  }

  .login-sub-text {
    line-height: 25px;
  }

  .login-head {
    font-size: 22px;
    line-height: 40px;
  }

  .social-auth-wrap {
    margin-top: 25px;
  }

  .social-btn {
    padding-right: 15px;
  }

  .login-divider.new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .login-heading-wrap.margin-bottom {
    margin-bottom: 25px;
  }

  .transaction-list-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .table-header-row {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-18 {
    width: 80px;
    min-width: auto;
  }

  .text-block-19 {
    width: 120px;
    display: flex;
  }

  .text-block-20, .text-block-21 {
    width: 80px;
  }

  .table-header-text {
    width: auto;
  }

  .table-transaction-row {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
  }

  .transaction-card {
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    color: #fff;
    font-family: Poppins, sans-serif;
  }

  .card-left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .heading-7 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .text-block-30 {
    color: #fff;
    font-family: Poppins, sans-serif;
  }

  .card-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .text-block-31 {
    color: #fff;
    align-self: flex-end;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .text-block-32 {
    color: #fff;
    font-family: Poppins, sans-serif;
  }

  .heading-8 {
    color: #fff;
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  #w-node-_8949c73f-2682-d4ff-d379-553daa4fe14e-2b18777e {
    place-self: auto;
  }

  #w-node-ec7ddea2-14a6-b53c-f9d2-5b1a60ee764b-2b18777e, #w-node-ca879b05-d4d4-b422-f7c2-7f5acdbb2dc1-2b18777e, #w-node-_7f5ffa31-6543-73f7-d45f-b86fe7fb71c9-2b18777e, #w-node-_44cb034c-a6ec-cbe5-a6ee-c75dec9e7ec7-2b18777e {
    justify-self: auto;
  }
}


