@font-face {
  font-family: Jjannon Italic;
  src: url('../fonts/JJannon-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jjannondisplay;
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Everett Regular;
  src: url('../fonts/Everett-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Everett Light;
  src: url('../fonts/Everett-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #00207b;
  --white: white;
  --medium-blue: #132daa;
  --midnight-blue-3: #102796;
  --midnight-blue-2: #00023d;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--midnight-blue);
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Everett Regular, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.section {
  position: relative;
}

.section.is-hero {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--medium-blue), #00207b00 23%), radial-gradient(circle farthest-corner at 100% 0%, #132daa, #10279600 30%), radial-gradient(circle farthest-corner at 40% 50%, #00023db0, #00207b00 50%), radial-gradient(circle farthest-corner at 100% 50%, #00023deb, #00023d00 25%);
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.section.is-intro {
  background-image: radial-gradient(circle farthest-corner at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle farthest-corner at 80% 30%, #102796, #10279600 23%), radial-gradient(circle farthest-corner at 30% 45%, #00023de6, var(--midnight-blue) 40%);
  letter-spacing: -.1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is-savings {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle at 35% 32%, #132daab3, #00207b00 35%), radial-gradient(circle at 60% 60%, #00023d96, #00207b00 40%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.section.is-crypto {
  background-color: #0000;
  background-image: radial-gradient(circle at 80% 60%, #132daab3, #00207b00 40%), radial-gradient(circle at 35%, #00023d80, #00207b00 50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.section.is-credit {
  background-color: #1d1d1d00;
}

.section.is-footer {
  background-image: radial-gradient(circle farthest-corner at 30% 38%, #132daab3, #00207b00 23%), radial-gradient(circle farthest-corner at 80% 100%, #00023d80, var(--midnight-blue) 40%);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  top: 0;
}

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

.navbar-brand {
  color: var(--white);
  display: flex;
}

.navbar-brand.footer {
  padding-left: 0;
  font-size: 2rem;
}

.navbar-link {
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.padding-global {
  height: 100%;
  padding-bottom: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.font-jjannon, .font-jjannon.light {
  font-family: Jjannondisplay, sans-serif;
  font-weight: 300;
}

.container-main {
  z-index: 5;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 0;
  position: relative;
}

.grid-5-row {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 60px 0 0;
}

.grid-5-row.padding-bottom {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .5fr .5fr .5fr;
  place-items: start;
  margin-bottom: 8rem;
  padding-top: 0;
}

.grid-shapes {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.marquee-text-wrapper {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 45%;
  overflow: hidden;
}

.text-marquee-xl {
  color: #ffffffe3;
  letter-spacing: -.35rem;
  text-transform: uppercase;
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1;
}

.marquee-gradient-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.marquee-gradient-wrapper.left {
  z-index: 1;
  background-image: linear-gradient(to right, #00207be6, #00207b00);
  width: 20%;
  inset: 0% auto 0% 0%;
}

.marquee-gradient-wrapper.right {
  z-index: 1;
  background-image: linear-gradient(270deg, #00207be6, #00207b00);
  width: 20%;
  inset: 0% 0% 0% auto;
}

.marquee-text-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.text-link-anchor {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: var(--white);
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor.subtitle {
  width: 17.5rem;
}

._3d-wrapper-one.is-intro {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-wrapper-one.is-hero-1 {
  width: 16em;
  height: 16em;
  margin-top: 6rem;
}

._3d-wrapper-one.is-hero-2 {
  width: 26em;
  height: 26em;
}

._3d-wrapper-one.is-savings {
  border-radius: 100%;
  width: 100%;
  height: 37em;
}

._3d-wrapper-one.is-footer {
  z-index: 1;
  width: 16rem;
  height: 16rem;
  position: absolute;
  inset: 0% -5rem 0% auto;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

._3d-container.is-intro {
  width: 36em;
  height: 36em;
  position: relative;
}

.grid-intro-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.underline-wrapper {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.underline-wrapper.footer {
  position: absolute;
  inset: auto 0% 0%;
}

.section-title.is-intro {
  width: 100%;
  max-width: none;
  font-size: 1.85rem;
  font-weight: 300;
}

.section-title.is-hero {
  max-width: 40rem;
}

.section-title.is-crypto {
  max-width: 50rem;
  margin-bottom: 4rem;
}

.section-title.is-savings {
  max-width: 16rem;
}

.section-title.is-footer {
  text-align: center;
  max-width: 60.62em;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.underline-inner {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow: visible;
}

.heading.is-hero {
  font-family: Everett Light, sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}

.heading.is-footer {
  z-index: 1;
  letter-spacing: -.35rem;
  margin-left: auto;
  font-family: Everett Light, sans-serif;
  font-size: 8rem;
  line-height: 1;
  position: relative;
}

.heading.is-investments {
  clear: none;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 66px;
  font-family: Everett Light, sans-serif;
  font-size: 3rem;
  line-height: 1.15;
  text-decoration: none;
  display: block;
}

.button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #00023d1a;
  background-image: none;
}

.button.is-small {
  min-width: 7.25em;
  padding: .8rem 1.2rem .75rem;
  font-size: .75rem;
}

.crypto-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.crypto-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.crypto-item-dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.crypto-item-trigger {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.crypto-item-left {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  font-size: .9rem;
  display: block;
}

.crypto-item-right {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  display: flex;
}

.crypto-item-right.info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  font-size: .9rem;
}

.crypto-item-toggle {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .375rem;
  display: flex;
  position: relative;
}

.toggle-line-1 {
  background-color: var(--midnight-blue);
  width: .8rem;
  height: 1px;
  position: absolute;
}

.toggle-line-2 {
  background-color: var(--midnight-blue);
  width: 1px;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
  position: relative;
}

.crypto-item-wrapper {
  border-bottom: 1px solid #ffffff80;
  transition: background-color .3s;
}

.crypto-item-wrapper:hover {
  background-color: #ffffff0d;
}

.heading-all-caps {
  text-transform: uppercase;
}

.crypto-item-price {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: flex-start;
  display: flex;
}

.crypto-item-link {
  color: var(--white);
}

.grid-savings {
  grid-column-gap: 5.9rem;
  grid-row-gap: 5.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 228px;
  place-items: stretch center;
  height: 300px;
  display: block;
}

.savings-container.outline {
  border: 1px solid #ffffffb3;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.savings-container.inside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-image: linear-gradient(#00023d80, #00023d80);
  border-radius: 50rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.text-size-medium {
  line-height: 1.45;
}

.text-crypto-info {
  max-width: 30rem;
}

.text-color-light, .text-crypto-currency {
  color: #ffffffb3;
}

.grid-footer-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-top: 1px solid #ffffff80;
  padding: 2rem 0 0;
}

.text-link-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-size: 1.13em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-link-footer-wrapper {
  width: 100%;
}

.text-link-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  line-height: 1;
  display: flex;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

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

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.image-author {
  border-radius: 50%;
  width: 4.125rem;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.copyright {
  color: #fff;
  font-size: 1.6rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: #fff;
  margin-right: 10px;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.copyright-info {
  background-color: #0000;
  padding-top: 8rem;
  padding-bottom: 0;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.wrapper-info.bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

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

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: .75rem;
  display: flex;
}

.footer-brand-credit {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: row;
  display: flex;
}

.text-link-credit {
  color: var(--white);
}

.text-block {
  font-family: Everett Regular, sans-serif;
  font-size: 2rem;
}

.text-block-2 {
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  padding: 0;
}

.text-span {
  letter-spacing: 0;
  text-indent: 10px;
  text-transform: none;
  word-break: normal;
  font-size: 1.2rem;
  line-height: 0;
  text-decoration: none;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 1.2rem;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v9 {
  grid-column-gap: 10px;
  grid-template-columns: 1.7fr 1fr 1fr;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  background-color: #052588;
  min-height: 300px;
  margin-bottom: 0;
  padding: 35px 40px;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff0;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-center.link-card:hover {
  transform: scale3d(.94, .94, 1.01);
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

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

.inner-container._400px {
  max-width: 400px;
}

.inner-container._752px.center {
  max-width: 752px;
}

.half-bg-bottom {
  z-index: -1;
  background-color: #f7f7fc;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-bottom.height-70 {
  background-color: #f7f7fc00;
  height: 70%;
}

.mg-bottom-160px {
  margin-bottom: 100px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: var(--midnight-blue);
  font-weight: 700;
}

.text-200.bold.color-accent-1 {
  color: #fff;
}

.container-default {
  text-align: left;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover, .social-icon-square.color-primary {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.color-primary:hover {
  background-color: #3324d5;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.mg-bottom-48px {
  float: none;
  clear: none;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #fff;
  margin-bottom: 48px;
  position: static;
}

.social-icon-font {
  line-height: 21px;
}

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-2.position-relative {
  padding-top: 0;
}

.mg-top-56px {
  margin-top: 56px;
}

.square-icon {
  border-radius: 16px;
}

.mg-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-40px {
  margin-bottom: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.heading-2, .heading-3, .heading-4 {
  color: #fff;
}

.quick-stack {
  grid-column-gap: 20px;
}

.text-block-3 {
  text-align: left;
  font-size: 1.4rem;
}

.text-block-4, .text-block-5 {
  font-size: 1.2rem;
}

.text-block-6, .text-block-7 {
  font-size: 1.3rem;
}

.text-block-8 {
  text-align: right;
  font-size: 1.3rem;
}

.text-block-9 {
  text-align: right;
  font-family: Everett Light, sans-serif;
  font-size: 1.2rem;
}

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

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

.text-span-5 {
  font-size: 4rem;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: var(--white);
}

.bold-text-4 {
  color: #fff;
}

.text-block-11 {
  z-index: 2;
  padding-top: 40px;
  font-size: 2rem;
  position: absolute;
}

.quick-stack-2 {
  z-index: 2;
  margin-top: 60px;
  position: relative;
}

.text-block-12 {
  text-align: left;
}

.text-block-13 {
  text-align: left;
  font-size: 1.5rem;
}

.text-block-14 {
  text-align: right;
  font-size: 1.2rem;
}

.text-block-15 {
  text-align: right;
  font-size: 1.3rem;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .section.is-hero {
    overflow: hidden;
  }

  .section.is-crypto {
    background-image: radial-gradient(circle at 80% 60%, #132daab3, #00207b00 40%);
    min-height: 100%;
  }

  .section.is-footer {
    overflow: hidden;
  }

  .navbar, .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._3d-wrapper-one.is-hero-2 {
    width: 22rem;
    height: 22rem;
  }

  ._3d-wrapper-one.is-savings {
    width: 80%;
  }

  ._3d-wrapper-one.is-footer {
    inset: 0% -5rem 0% auto;
  }

  ._3d-wrapper-one.is-footer.left-wr-3d {
    inset: 0% auto 0% -5rem;
  }

  .heading.is-footer {
    font-size: 6rem;
  }

  .button {
    border-color: #ffffffc9;
  }

  .crypto-list {
    width: 100%;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left {
    width: 100%;
  }

  .crypto-item-right.info {
    justify-content: flex-start;
    width: 100%;
  }

  .grid-savings {
    grid-template-columns: 1fr;
  }

  .text-crypto-info {
    max-width: none;
  }

  .text-link {
    margin-right: 0;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .card.form {
    padding: 54px 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mg-bottom-160px {
    margin-bottom: 100px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .social-media-grid-top.mg-top-32px {
    margin-top: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .text-block-10 {
    clear: left;
    text-align: center;
    max-width: 1024px;
    padding-bottom: 60px;
  }

  .text-span-5 {
    clear: none;
    font-size: 3rem;
  }

  .text-span-6 {
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .section.is-crypto {
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
    background-attachment: fixed, scroll, scroll;
    margin-top: 78px;
    padding-bottom: 79px;
  }

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-brand.footer {
    margin-bottom: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-5-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-marquee-xl {
    font-size: 10rem;
  }

  ._3d-wrapper-one.is-hero-1 {
    width: 12rem;
    height: 12rem;
  }

  ._3d-wrapper-one.is-hero-2 {
    width: 20rem;
    height: 20rem;
  }

  ._3d-wrapper-one.is-savings {
    height: 40rem;
  }

  ._3d-container.is-intro {
    width: 30rem;
    height: 30rem;
  }

  .heading.is-hero {
    font-size: 2.5rem;
  }

  .heading.is-footer {
    font-size: 5rem;
  }

  .heading.is-investments {
    font-size: 1.8rem;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .copyright-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-160px {
    margin-bottom: 80px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.is-crypto {
    overflow: hidden;
  }

  .grid-5-row, .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .text-marquee-xl {
    font-size: 8rem;
  }

  .heading.is-footer {
    letter-spacing: -.2rem;
    font-size: 3rem;
  }

  .crypto-wrapper, .crypto-list {
    height: 100%;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left.info, .crypto-item-right.info {
    width: 100%;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .mg-bottom-160px {
    margin-bottom: 60px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.mg-top-32px {
    margin-top: 16px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }
}

#w-node-a893e938-c9b7-d91d-3165-ef4bb2ba56ba-f1c1521b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a59016d4-ced0-835a-891b-873af2a36ecb-f1c1521b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ba2e6bf6-9055-02c7-90b0-1d4793145e82-f1c1521b, #w-node-_53295cb1-ca56-5041-3c02-1973411dd844-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02ab5dbe-80c3-eb59-e9cf-25b0b0a473f2-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-efd4caaf-ac06-5c7a-50a4-6dd9cf82b582-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5e0c788-e5b5-cee9-e06f-7fef188b235a-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d56ea8b0-6400-2bba-8997-929704c2b2c1-f1c1521b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-d56ea8b0-6400-2bba-8997-929704c2b2c2-f1c1521b, #w-node-d56ea8b0-6400-2bba-8997-929704c2b2c3-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b84e27be-f139-7bf0-355b-2f84ab1c7049-f1c1521b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-b84e27be-f139-7bf0-355b-2f84ab1c704a-f1c1521b, #w-node-b84e27be-f139-7bf0-355b-2f84ab1c7050-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7f03a8c-7436-015a-60a4-b84e853331f5-f1c1521b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-e7f03a8c-7436-015a-60a4-b84e853331f6-f1c1521b, #w-node-e7f03a8c-7436-015a-60a4-b84e853331fc-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c858176-0cde-4530-6a05-db82267d266a-f1c1521b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_7c858176-0cde-4530-6a05-db82267d266b-f1c1521b, #w-node-_7c858176-0cde-4530-6a05-db82267d2671-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ccc7513-8725-7be5-fb64-3814f831eb49-f1c1521b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58f0c2e0-c6a5-b9c1-d4ce-6938af1ca0be-f1c1521b {
  grid-row: span 2 / span 2;
}

#w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34588-f1c1521b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34589-f1c1521b, #w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34599-f1c1521b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a59016d4-ced0-835a-891b-873af2a36ecb-f1c1521b {
    grid-column: span 4 / span 4;
  }

  #w-node-ba2e6bf6-9055-02c7-90b0-1d4793145e82-f1c1521b {
    grid-column: span 2 / span 2;
  }

  #w-node-_53295cb1-ca56-5041-3c02-1973411dd844-f1c1521b {
    grid-column: span 2 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d56ea8b0-6400-2bba-8997-929704c2b2c1-f1c1521b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d56ea8b0-6400-2bba-8997-929704c2b2c2-f1c1521b, #w-node-d56ea8b0-6400-2bba-8997-929704c2b2c3-f1c1521b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b84e27be-f139-7bf0-355b-2f84ab1c7049-f1c1521b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b84e27be-f139-7bf0-355b-2f84ab1c704a-f1c1521b, #w-node-b84e27be-f139-7bf0-355b-2f84ab1c7050-f1c1521b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7f03a8c-7436-015a-60a4-b84e853331f5-f1c1521b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7f03a8c-7436-015a-60a4-b84e853331f6-f1c1521b, #w-node-e7f03a8c-7436-015a-60a4-b84e853331fc-f1c1521b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c858176-0cde-4530-6a05-db82267d266a-f1c1521b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c858176-0cde-4530-6a05-db82267d266b-f1c1521b, #w-node-_7c858176-0cde-4530-6a05-db82267d2671-f1c1521b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34588-f1c1521b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34589-f1c1521b, #w-node-_6517d7ec-a836-1f95-2c5d-f607c1e34599-f1c1521b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a59016d4-ced0-835a-891b-873af2a36ecb-f1c1521b {
    grid-column: span 2 / span 2;
  }

  #w-node-_53295cb1-ca56-5041-3c02-1973411dd844-f1c1521b {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Jjannon Italic';
  src: url('../fonts/JJannon-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jjannondisplay';
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Regular';
  src: url('../fonts/Everett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Light';
  src: url('../fonts/Everett-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}