.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.aura-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.aura-htbar {
  text-align: center;
  background-color: #0a0a0a;
  border-bottom: 1px solid #ffffff0f;
  padding: 8px 56px;
}

.aura-htbar-inner {
  color: #ffffff80;
  letter-spacing: .03em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
}

.aura-nav-bar {
  background-color: #fff;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 0 56px;
  display: flex;
  box-shadow: 0 1px #0000000d;
}

.aura-logo-wrap {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.aura-logo-svg {
  width: auto;
  height: 36px;
  display: block;
}

.aura-nav-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.aura-nav-link {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.aura-nav-cta {
  color: #fff;
  background-color: #14b8a6;
  border-radius: 8px;
  padding: 10px 22px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.aura-hero {
  background-color: #040d0c;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 160px 56px 88px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aura-hero-mesh {
  filter: blur(140px);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.aura-mesh-1 {
  background-color: #14b8a62e;
  width: 700px;
  height: 700px;
  bottom: -200px;
  right: -160px;
}

.aura-mesh-2 {
  background-color: #3ecfa012;
  width: 400px;
  height: 400px;
  top: -100px;
  left: -80px;
}

.aura-hero-left {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.aura-biglogo {
  width: auto;
  height: 90px;
  margin-bottom: 32px;
  display: block;
}

.aura-h1 {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 560px;
  margin: 0 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.aura-sub {
  color: #ffffffa6;
  max-width: 480px;
  margin: 0 0 36px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.aura-cta-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.aura-btn-primary {
  color: #fff;
  background-color: #14b8a6;
  border-radius: 10px;
  padding: 14px 28px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.aura-btn-primary.cta-white {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #14b8a6;
  background-image: none;
  border-width: 0;
  justify-content: center;
  width: auto;
  min-width: 340px;
  max-width: none;
  box-shadow: 0 10px 28px #00000024;
}

.aura-btn-primary.btn-eq {
  text-align: center;
  white-space: nowrap;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-width: 280px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  display: flex;
  position: relative;
  overflow: visible;
}

.aura-btn-secondary {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  padding: 14px 28px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.aura-btn-secondary.cta-ghost {
  color: #ffffffd9;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #ffffff38;
  justify-content: center;
  width: auto;
  min-width: 340px;
  max-width: none;
}

.aura-btn-secondary.btn-eq {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  min-width: 300px;
}

.aura-btn-secondary.btn-eq-b {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  width: 280px;
  min-width: 280px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.3;
}

.aura-hero-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffffff8c;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  display: flex;
}

.aura-pill-dot {
  background-color: #14b8a6;
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.aura-hero-right {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.aura-phone-wrap {
  width: 460px;
  max-width: 90vw;
  position: relative;
}

.aura-phone-placeholder {
  background-color: #14b8a614;
  border: 1px solid #14b8a633;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  display: flex;
}

.aura-phone-label {
  color: #14b8a680;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
}

.aura-rm-bubble {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1c1c1cf2;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  align-items: center;
  max-width: 320px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  bottom: 64px;
  left: -20px;
}

.aura-rm-av {
  color: #fff;
  background-image: linear-gradient(135deg, #14b8a6, #3ecfa0);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.aura-rm-name {
  color: #ffffffe6;
  margin-bottom: 3px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.aura-rm-msg {
  color: #ffffff8c;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.aura-products-sec {
  background-color: #fff;
  padding: 96px 56px;
}

.aura-products-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.aura-sec-label {
  color: #14b8a6;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.aura-sec-h2 {
  color: #0a0a0a;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.aura-sec-sub {
  color: #555;
  max-width: 520px;
  margin: 0 0 56px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.aura-prod-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.aura-prod-card {
  background-color: #f8f9fa;
  border: 1px solid #00000012;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px 28px;
  transition: all .3s;
  display: flex;
}

.aura-prod-card:hover {
  background-image: linear-gradient(155deg, #14b8a617 0%, #f8f9fa 70%);
  border-color: #14b8a666;
  transform: translateY(-4px);
  box-shadow: 0 14px 34px #14b8a629;
}

.aura-prod-feat {
  background-image: linear-gradient(155deg, #14b8a60f 0%, #f8f9fa 70%);
  border-color: #14b8a640;
}

.aura-prod-icon {
  background-color: #14b8a61a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.aura-prod-title {
  color: #0a0a0a;
  margin: 0 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.aura-prod-desc {
  color: #666;
  flex: 1;
  margin: 0 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.aura-prod-link {
  color: #14b8a6;
  margin-top: auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.aura-cta-sec {
  text-align: center;
  background-color: #040d0c;
  background-image: radial-gradient(90% 65% at 50% 115%, #14b8a629 0%, #14b8a60b 42%, #0000 66%), radial-gradient(55% 45% at 12% -5%, #3ecfa014 0%, #0000 55%);
  border-top: 1px solid #14b8a62e;
  padding: 96px 56px;
}

.aura-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.aura-cta-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3ecfa0;
  background-color: #14b8a61f;
  border: 1px solid #ffffff24;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  display: inline-flex;
}

.aura-cta-h2 {
  color: #fff;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.aura-cta-sub {
  color: #ffffff9e;
  margin: 0 0 40px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.aura-cta-btns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aura-footer {
  background-color: #000;
  padding: 64px 56px 32px;
}

.aura-footer-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 48px;
  display: flex;
}

.aura-footer-brand {
  max-width: 260px;
}

.aura-footer-logo {
  width: auto;
  height: 32px;
  margin-bottom: 16px;
  display: block;
}

.aura-footer-tagline {
  color: #ffffff59;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.aura-footer-links {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

.aura-footer-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.aura-footer-col-title {
  color: #fff6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.aura-footer-link {
  color: #ffffff8c;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.aura-footer-bottom {
  border-top: 1px solid #ffffff14;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 32px;
}

.aura-footer-legal {
  color: #ffffff40;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.aura-earn-sec {
  background-color: #0a0a0a;
  padding: 96px 56px;
}

.aura-earn-inner {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.aura-sec-label-dark {
  color: #14b8a6;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.aura-earn-h2 {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.aura-earn-sub {
  color: #ffffff8c;
  margin: 0 0 36px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.aura-earn-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.aura-earn-card {
  cursor: pointer;
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  padding: 18px 22px;
  transition: border-color .25s, background-color .25s;
  display: flex;
}

.aura-earn-feat {
  background-color: #14b8a60f;
  border-color: #14b8a64d;
}

.aura-earn-card-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.aura-earn-name {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.aura-earn-apy {
  color: #3ecfa0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.aura-earn-badge {
  color: #14b8a6;
  background-color: #14b8a626;
  border: 1px solid #14b8a640;
  border-radius: 100px;
  padding: 3px 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.aura-earn-detail {
  color: #fff6;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
}

.aura-earn-cta {
  color: #fff;
  background-color: #14b8a6;
  border-radius: 10px;
  padding: 14px 28px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.aura-calc-card {
  text-align: center;
  background-color: #1c1c1c;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 32px;
}

.aura-calc-form, .aura-calc-form._w-form {
  margin-bottom: 0;
}

.aura-calc-title {
  color: #fff;
  margin-bottom: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.aura-calc-label {
  color: #ffffff80;
  margin-bottom: 8px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
}

.aura-calc-input-wrap {
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 14px;
  display: flex;
}

.aura-calc-currency {
  color: #fff6;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
}

.aura-calc-input, .aura-calc-input._w-input {
  color: #fff;
  background-color: #0000;
  border-style: none;
  outline-style: none;
  width: 100%;
  padding: 12px 8px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 15px;
}

.aura-calc-strats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  display: flex;
}

.aura-calc-strat {
  color: #fff6;
  text-align: center;
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: 1;
  padding: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.aura-strat-on {
  color: #14b8a6;
  background-color: #14b8a626;
  border-color: #14b8a666;
}

.aura-calc-result {
  background-color: #14b8a614;
  border: 1px solid #14b8a633;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 20px;
}

.aura-calc-result-label {
  color: #ffffff73;
  margin-bottom: 8px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 12px;
}

.aura-calc-result-value {
  color: #3ecfa0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.aura-calc-result-sub {
  color: #fff6;
  font-size: 15px;
  font-weight: 400;
}

.aura-calc-disc {
  color: #ffffff40;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.aura-hero-img {
  filter: drop-shadow(0 40px 80px #00000080);
  border-radius: 28px;
  width: 460px;
  max-width: 90vw;
  display: block;
}

.aura-logo-svg-1 {
  width: auto;
  height: 28px;
  display: block;
}

.aura-biglogo-1 {
  flex: 0 auto;
  width: auto;
  height: 52px;
  margin-bottom: 32px;
  display: block;
}

.aura-logo-lockup {
  width: auto;
  height: 48px;
  display: block;
}

.aura-biglogo-lockup {
  width: auto;
  height: 96px;
  margin-bottom: 32px;
  display: block;
}

.htband-sec {
  background-color: #fff;
  border-top: 1px solid #00000014;
  padding: 96px 6vw;
}

.htband-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

.htband-eyebrow {
  color: #14b8a6;
  letter-spacing: .18em;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
}

.htband-title {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.htband-lead {
  color: #0a0a0a9e;
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
}

.htband-link {
  color: #14b8a6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.htband-stats {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d7dcda;
  border: 1px solid #d7dcda;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  overflow: hidden;
}

.htband-stat {
  text-align: center;
  background-color: #f3f4f3;
  padding: 28px 26px;
}

.htband-stat-v {
  color: #14b8a6;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.htband-stat-l {
  color: #0a0a0a8c;
  letter-spacing: .01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.qr-wrap {
  display: inline-block;
  position: relative;
}

.qr-dl-btn {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 210px;
  font-size: 14px;
  display: flex;
}

.qr-panel {
  z-index: 999;
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  opacity: 0;
  pointer-events: none;
  white-space: normal;
  cursor: default;
  background-color: #0c1e1b;
  border: 1px solid #14b8a638;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 740px;
  padding: 24px 20px;
  transition: opacity .25s;
  display: flex;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 0;
  transform: none;
  box-shadow: 0 24px 64px #0000008c;
}

.qr-panel.qr-panel-c {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.qr-arrow {
  background-color: #0c1e1b;
  border-bottom: 1px solid #14b8a638;
  border-right: 1px solid #14b8a638;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -7px;
  left: 140px;
  transform: translateX(-50%)rotate(45deg);
}

.qr-eyebrow {
  color: #ffffff73;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
}

.qr-codes-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.qr-code-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.qr-img-wrap {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  padding: 8px;
  display: flex;
}

.qr-store-label {
  color: #fff6;
  letter-spacing: .03em;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
}

.sk-nav {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 48px;
  display: flex;
  position: sticky;
  top: 0;
}

.sk-logo-a {
  line-height: 0;
  display: block;
}

.sk-nav-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.sk-nav-link {
  color: #444;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.sk-nav-link._w--current {
  color: #14b8a6;
  font-weight: 700;
}

.sk-active {
  color: #14b8a6;
}

.sk-nav-cta {
  padding: 10px 22px;
  font-size: 14px;
}

.sk-hero {
  text-align: center;
  background-image: linear-gradient(175deg, #040d0c 0%, #071a16 100%);
  padding: 120px 48px 100px;
  position: relative;
  overflow: hidden;
}

.sk-hero-in {
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.sk-eyebrow {
  color: #14b8a6;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #14b8a60f;
  border: 1px solid #14b8a666;
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 8px 22px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.sk-h1 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0 0 22px;
  font-family: inherit;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
}

.sk-lead {
  color: #fff9;
  max-width: 520px;
  margin: 0 auto 40px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.7;
}

.sk-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  display: flex;
}

.sk-cards-sec {
  background-color: #040d0c;
  padding: 88px 48px 96px;
}

.sk-cards-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.sk-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #ffffff08;
  border: 1px solid #14b8a62e;
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 32px;
  transition: border-color .22s, background-color .22s;
  display: flex;
}

.sk-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.sk-card-icon {
  background-color: #14b8a61a;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.sk-card-title {
  color: #fff;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.sk-card-body {
  color: #ffffff94;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.sk-card-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sk-ht-band {
  background-color: #06110f;
  padding: 96px 48px;
}

.sk-ht-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.sk-ht-label {
  color: #14b8a6;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
}

.sk-ht-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
}

.sk-ht-body {
  color: #ffffff8c;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.sk-ht-stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.sk-stat {
  background-color: #ffffff08;
  border: 1px solid #14b8a61f;
  border-radius: 16px;
  padding: 28px 24px;
}

.sk-stat-num {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.sk-stat-plus, .sk-stat-sub {
  color: #14b8a6;
}

.sk-stat-lbl {
  color: #ffffff73;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.3;
}

.sk-trust-sec {
  background-color: #040d0c;
  padding: 96px 48px;
}

.sk-trust-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.sk-trust-hd {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 72px;
}

.sk-trust-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-family: inherit;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
}

.sk-trust-sub {
  color: #ffffff8c;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

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

.sk-trust-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff08;
  border: 1px solid #14b8a61f;
  border-radius: 16px;
  align-items: flex-start;
  padding: 32px 28px;
  display: flex;
}

.sk-trust-icon {
  background-color: #14b8a61a;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.sk-trust-item-title {
  color: #fff;
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}

.sk-trust-item-body {
  color: #ffffff80;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
}

.sk-cta-sec {
  text-align: center;
  background-color: #040d0c;
  background-image: radial-gradient(90% 65% at 50% 115%, #14b8a629 0%, #14b8a60b 42%, #0000 66%), radial-gradient(55% 45% at 12% -5%, #3ecfa014 0%, #0000 55%);
  border-top: 1px solid #14b8a62e;
  padding: 96px 48px;
}

.sk-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.sk-cta-eyebrow {
  color: #14b8a6;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
}

.sk-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-family: inherit;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
}

.sk-cta-sub {
  color: #ffffff9e;
  margin: 0 0 44px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.6;
}

.sk-cta-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.sk-cta-btn-primary {
  color: #fff;
  background-color: #14b8a6;
  border-style: none;
  border-radius: 100px;
  align-items: center;
  padding: 16px 28px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.sk-cta-btn-secondary {
  color: #ffffffd9;
  background-color: #0000;
  border: 1.5px solid #ffffff38;
  border-radius: 100px;
  align-items: center;
  padding: 15px 28px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.sk-footer {
  background-color: #06110f;
  padding: 64px 48px 40px;
}

.sk-footer-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.sk-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.sk-footer-logo-a {
  line-height: 0;
  display: block;
}

.sk-footer-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.sk-footer-link {
  color: #ffffff73;
  font-family: inherit;
  font-size: 14px;
  text-decoration: none;
}

.sk-footer-divider {
  background-color: #ffffff14;
  height: 1px;
  margin-bottom: 28px;
}

.sk-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sk-footer-copy {
  color: #ffffff4d;
  max-width: 560px;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.sk-footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.sk-footer-link-sm {
  color: #ffffff4d;
  font-family: inherit;
  font-size: 12px;
  text-decoration: none;
}

.sk-feat-sec {
  background-color: #040d0c;
  padding: 96px 48px 64px;
}

.sk-feat-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto 96px;
  display: grid;
}

.sk-feat-row.sk-feat-row-end {
  margin-bottom: 0;
}

.sk-feat-h3 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.sk-feat-p {
  color: #fff9;
  margin: 0 0 28px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.sk-feat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sk-feat-card {
  background-color: #091612;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding: 40px;
  transition: border-color .22s, background-color .22s;
  display: flex;
  position: relative;
}

.sk-feat-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.sk-illustrative {
  color: #fff3;
  font-family: inherit;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  bottom: 14px;
  right: 18px;
}

.cta-aurora-anchor {
  display: none;
  position: absolute;
}

.aura-cta-sec-1, .sk-cta-sec-1 {
  background-color: #040d0c;
  background-image: radial-gradient(90% 65% at 50% 115%, #14b8a62e 0%, #14b8a60d 42%, #0000 65%), radial-gradient(55% 45% at 12% -5%, #3ecfa017 0%, #0000 55%);
  border-top: 1px solid #14b8a62e;
}

.aura-cta-h2-1 {
  color: #fff;
}

.aura-cta-sub-1 {
  color: #ffffff94;
}

.sk-cta-eyebrow-1 {
  color: #14b8a6;
}

.sk-cta-h2-1 {
  color: #fff;
}

.sk-cta-sub-1 {
  color: #ffffff94;
}

.sk-cta-btn-primary-1 {
  color: #040d0c;
  background-color: #14b8a6;
  border-style: none;
}

.sk-cta-btn-secondary-1 {
  color: #ffffffd9;
  background-color: #0000;
  border: 1.5px solid #ffffff38;
}

.sk-feat2-sec {
  background-color: #040d0c;
  padding: 96px 48px;
}

.sk-feat2-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.sk-feat2-card {
  flex-direction: column;
  display: flex;
}

.sk-feat2-h3 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.sk-feat2-p {
  color: #ffffff8c;
  margin: 0 0 24px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
}

.sk-feat2-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sk-cta-btns-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.sk-cta-btn-primary-1-2, .sk-cta-btn-secondary-1-2 {
  text-align: center;
  min-width: 260px;
}

.sk-cta-btns-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.sk-cta-btn-primary-1-2-3, .sk-cta-btn-secondary-1-2-3 {
  text-align: center;
  min-width: 260px;
}

.sk-feat-style-anchor {
  display: none;
}

.sk-feat-p-1 {
  color: #ffffff8c;
}

.sk-tick {
  color: #fff;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  position: relative;
}

.sk-tick:before {
  color: #14b8a6;
  content: "✓";
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}

.ea-hero {
  background-color: #040d0c;
  background-image: radial-gradient(80% 60% at 70% 110%, #14b8a629 0%, #14b8a60a 45%, #0000 68%);
  padding: 120px 48px 100px;
  position: relative;
  overflow: hidden;
}

.ea-eyebrow.ea-eye-white {
  color: #3ecfa0;
}

.ea-fx-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 24px;
}

.ea-strat-card {
  cursor: default;
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  flex-direction: column;
  padding: 28px;
  transition: border-color .22s, background-color .22s;
  display: flex;
}

.ea-strat-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ea-strat-card.ea-strat-soon:hover {
  background-image: linear-gradient(#ffffff0d, #0b161466);
  border-color: #ffffff47;
}

.ea-calc-form, .ea-calc-form._w-form {
  margin: 0;
}

.ea-range, .ea-range._w-input {
  accent-color: #14b8a6;
  width: 100%;
}

.ea-stk2.stk-1col {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  align-items: start;
}

.ea-hero {
  background-color: #040d0c;
  background-image: radial-gradient(80% 60% at 70% 110%, #14b8a629 0%, #14b8a60a 45%, #0000 68%);
  padding: 120px 48px 100px;
}

.ea-hero-in {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.ea-eyebrow {
  color: #14b8a6;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ea-h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  font-family: inherit;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.14;
}

.ea-teal {
  color: #14b8a6;
}

.ea-lead {
  color: #fff9;
  max-width: 520px;
  margin: 0 0 32px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.ea-hero-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.ea-hero-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ea-mark {
  filter: drop-shadow(0 8px 40px #14b8a640);
}

.ea-sec {
  background-color: #040d0c;
  padding: 88px 48px;
}

.ea-sec.ea-secw {
  background-color: #fff;
}

.ea-sec.sk6-sec {
  padding-bottom: 56px;
}

.ea-sec-in {
  max-width: 1160px;
  margin: 0 auto;
}

.ea-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  font-family: inherit;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.ea-h2.ea-on-light {
  color: #0b1614;
}

.ea-sub {
  color: #ffffff8c;
  max-width: 620px;
  margin: 0 0 40px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}

.ea-sub.ea-on-light {
  color: #0b16149e;
}

.ea-fx-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ea-fx-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.ea-fx-card.fx-mid {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.ea-fx-top {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.ea-fx-top.fx-flush {
  margin-bottom: 0;
}

.ea-coin {
  color: #fff;
  letter-spacing: .02em;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.ea-calc-form, .ea-calc-form._w-form {
  margin: 0;
}

.ea-range, .ea-range._w-input {
  accent-color: #14b8a6;
  width: 100%;
}

.c-usdc {
  background-color: #2775ca;
}

.c-usdt {
  background-color: #26a17b;
}

.c-btc {
  background-color: #f7931a;
}

.c-eth {
  background-color: #627eea;
}

.c-sol {
  background-color: #9945ff;
}

.c-xrp {
  background-color: #23292f;
}

.c-dot {
  background-color: #e6007a;
}

.c-atom {
  background-color: #2e3148;
}

.c-ada {
  background-color: #0033ad;
}

.c-pol {
  background-color: #8247e5;
}

.ea-fx-rate {
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.ea-dag {
  color: #ffffff73;
  vertical-align: super;
  margin-left: 2px;
  font-size: 13px;
}

.ea-fx-asset {
  color: #ffffff80;
  margin-top: 5px;
  font-family: inherit;
  font-size: 13px;
}

.ea-fx-tenors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.ea-foot {
  color: #fff6;
  margin-top: 28px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.ea-foot.ea-on-light {
  color: #0b161480;
}

.ea-calc-form, .ea-calc-form._w-form {
  margin: 0;
}

.ea-range, .ea-range._w-input {
  accent-color: #14b8a6;
  width: 100%;
}

.ea-sec-alt {
  background-color: #06100e;
}

.ea-st-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ea-st-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  align-items: center;
  padding: 20px 22px;
  display: flex;
}

.ea-arrow {
  color: #14b8a6;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
}

.ea-strat-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  display: grid;
}

.ea-strat-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  flex-direction: column;
  padding: 28px;
  display: flex;
}

.ea-strat-feat {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ea-strat-soon {
  opacity: .72;
}

.ea-strat-tag {
  color: #14b8a6;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #14b8a61a;
  border: 1px solid #14b8a633;
  border-radius: 100px;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.ea-tag-soon {
  color: #ffffff8c;
  background-color: #ffffff0d;
  border-color: #ffffff1f;
}

.ea-strat-name {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
}

.ea-strat-rate {
  color: #14b8a6;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.ea-strat-rate-sub {
  color: #fff9;
  font-size: 14px;
  font-weight: 600;
}

.ea-strat-rate-muted {
  color: #ffffff4d;
}

.ea-strat-desc {
  color: #fff9;
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 14.5px;
  line-height: 1.6;
}

.ea-ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ea-strat-meta {
  color: #fff6;
  border-top: 1px solid #ffffff0f;
  margin-top: auto;
  padding-top: 14px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.ea-sp-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ea-sp-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 24px;
}

.ea-sp-num {
  color: #14b8a6;
  letter-spacing: .1em;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.ea-sp-name {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.ea-sp-desc {
  color: #ffffff8c;
  margin: 0;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.55;
}

.ea-calc-sec {
  background-color: #040d0c;
}

.ea-calc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0b1614;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  padding: 32px;
  display: grid;
}

.ea-calc-controls {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.ea-calc-label {
  color: #ffffff73;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ea-chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.ea-chip {
  color: #ffffffb3;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

.ea-chip-on {
  color: #040d0c;
  background-color: #14b8a6;
  border-color: #14b8a6;
}

.ea-calc-amount {
  color: #fff;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 800;
}

.ea-calc-unit {
  color: #ffffff80;
  font-size: 15px;
  font-weight: 600;
}

.ea-calc-form, .ea-calc-form._w-form {
  margin: 0;
}

.ea-range, .ea-range._w-input {
  accent-color: #14b8a6;
  width: 100%;
}

.ea-calc-result {
  background-image: linear-gradient(#14b8a61f, #14b8a605);
  border: 1px solid #14b8a640;
  border-radius: 16px;
  flex-direction: column;
  padding: 26px;
  display: flex;
}

.ea-calc-res-label {
  color: #14b8a6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ea-calc-res-big {
  color: #fff;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
}

.ea-calc-res-row {
  color: #ffffffb3;
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  padding: 11px 0;
  font-family: inherit;
  font-size: 14px;
  display: flex;
}

.ea-faq-in {
  max-width: 820px;
}

.ea-faq-list {
  border-top: 1px solid #ffffff14;
  margin-top: 32px;
}

.ea-faq-item {
  border-bottom: 1px solid #ffffff14;
}

.ea-faq-q {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 22px 2px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.ea-faq-a {
  color: #fff9;
  max-width: 92%;
  padding: 0 2px 24px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.ea-cta {
  text-align: center;
  background-color: #040d0c;
  background-image: radial-gradient(90% 65% at 50% 115%, #14b8a629 0%, #14b8a60b 42%, #0000 66%), radial-gradient(55% 45% at 12% -5%, #3ecfa014 0%, #0000 55%);
  border-top: 1px solid #14b8a62e;
}

.ea-cta-in {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.ea-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.ea-cta-sub {
  color: #fff9;
  margin: 0 0 32px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.6;
}

.ea-cta-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.ea-hero-cin {
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

.ea-hero-c {
  text-align: center;
  background-image: radial-gradient(70% 55% at 50% 120%, #14b8a629 0%, #14b8a60a 45%, #0000 68%);
}

.ea-hero-cin {
  max-width: 780px;
  margin: 0 auto;
}

.ea-pill {
  color: #14b8a6;
  letter-spacing: .18em;
  background-color: #14b8a60f;
  border: 1px solid #14b8a666;
  border-radius: 100px;
  margin-bottom: 28px;
  padding: 8px 22px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.ea-h1-c {
  text-align: center;
  margin: 0 0 22px;
  font-size: 52px;
  line-height: 1.1;
}

.ea-lead-c {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.ea-hero-btns-c {
  justify-content: center;
}

.ea-hbtn {
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 280px;
  display: inline-flex;
}

.ea-stk2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  display: grid;
}

.ea-stk-big {
  color: #14b8a6;
  margin-top: 8px;
  font-family: inherit;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.ea-stk-big-sub {
  color: #ffffff80;
  font-size: 18px;
  font-weight: 600;
}

.ea-stk-list {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 6px 24px;
}

.ea-stk-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #ffffff0f;
  align-items: center;
  padding: 17px 0;
  display: flex;
}

.ea-stk-name {
  color: #fff;
  flex: 1;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
}

.ea-stk-rate {
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
}

.ea-divider {
  background-color: #000;
  background-image: none;
  border-top: 1px solid #14b8a624;
  border-bottom: 1px solid #14b8a624;
  padding: 64px 48px;
}

.ea-divider-in {
  text-align: right;
  max-width: 500px;
  margin: 0 auto;
  padding-left: 0;
}

.ea-divider-txt {
  color: #fff;
  text-align: left;
  letter-spacing: -.01em;
  margin: 0;
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
}

.ec-sec {
  background-color: #f3f4f3;
  padding: 88px 48px;
}

.ec-in {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.ec-eyebrow {
  color: #0e9c8c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ec-h2 {
  color: #0b0f0e;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  font-family: inherit;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
}

.ec-sub {
  color: #5b6360;
  max-width: 560px;
  margin: 0 auto 44px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.6;
}

.ec-card {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  padding: 40px;
  display: grid;
  box-shadow: 0 30px 60px #00000014;
}

.ec-left {
  flex-direction: column;
  display: flex;
}

.ec-label {
  color: #8a918e;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ec-label-mt {
  margin-top: 34px;
}

.ec-amount {
  color: #0b0f0e;
  margin-bottom: 22px;
  font-family: inherit;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.ec-form, .ec-form._w-form {
  margin: 0;
}

.ec-range, .ec-range._w-input, .ec-range._w-input {
  accent-color: #14b8a6;
  width: 100%;
}

.ec-range-ends {
  color: #9aa09d;
  justify-content: space-between;
  margin-top: 8px;
  font-family: inherit;
  font-size: 13px;
  display: flex;
}

.ec-strats {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.ec-strat {
  text-align: center;
  border: 1.5px solid #e2e5e3;
  border-radius: 14px;
  padding: 14px 12px;
}

.ec-strat-on {
  background-color: #14b8a60f;
  border-color: #14b8a6;
}

.ec-strat-name {
  color: #0b0f0e;
  white-space: nowrap;
  margin-bottom: 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.ec-strat-rate {
  color: #0e9c8c;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
}

.ec-result {
  text-align: center;
  background-color: #0b1614;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 32px;
  display: flex;
}

.ec-res-label {
  color: #ffffff80;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ec-res-big {
  color: #14b8a6;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.ec-res-cap {
  color: #fff9;
  margin-bottom: 24px;
  font-family: inherit;
  font-size: 14px;
}

.ec-res-div {
  background-color: #ffffff1f;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
}

.ec-res-cols {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.ec-res-col {
  text-align: center;
  flex: 1;
}

.ec-res-num {
  color: #fff;
  margin-bottom: 4px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 800;
}

.ec-res-sub {
  color: #ffffff80;
  font-family: inherit;
  font-size: 12px;
}

.ec-foot {
  color: #9aa09d;
  max-width: 760px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.bo-hero {
  background-color: #040d0c;
  background-image: radial-gradient(70% 60% at 78% 115%, #14b8a629 0%, #14b8a60a 45%, #0000 68%);
  padding: 120px 48px 100px;
  position: relative;
  overflow: hidden;
}

.bo-hero-in {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

.bo-pill {
  color: #14b8a6;
  letter-spacing: .18em;
  background-color: #14b8a60f;
  border: 1px solid #14b8a666;
  border-radius: 100px;
  margin-bottom: 26px;
  padding: 8px 20px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.bo-h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  font-family: inherit;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

.bo-teal {
  color: #14b8a6;
}

.bo-lead {
  color: #fff9;
  max-width: 520px;
  margin: 0 0 34px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.bo-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.bo-hero-visual {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bo-flow {
  text-align: center;
  background-color: #0b1614;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  padding: 36px 32px;
}

.bo-flow-lbl {
  color: #fff6;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
}

.bo-flow-assets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.bo-coin {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: inherit;
  font-size: 20px;
  display: flex;
}

.bo-flow-cap {
  color: #ffffff80;
  font-family: inherit;
  font-size: 13px;
}

.bo-flow-arrow {
  color: #14b8a6;
  margin: 18px 0;
  font-size: 26px;
  font-weight: 700;
}

.bo-flow-cash {
  color: #14b8a6;
  margin-bottom: 6px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 800;
}

.bo-flow-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffffffa6;
  border-top: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding-top: 18px;
  font-family: inherit;
  font-size: 12.5px;
  display: flex;
}

.bo-lockdot {
  background-color: #14b8a6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.bo-sec {
  background-color: #040d0c;
  padding: 88px 48px;
}

.bo-sec.bo-sec-alt {
  background-color: #0b1714;
}

.bo-sec-alt {
  background-color: #06100e;
}

.bo-sec-in {
  max-width: 1160px;
  margin: 0 auto;
}

.bo-eyebrow {
  color: #14b8a6;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.bo-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  font-family: inherit;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.bo-sub {
  color: #ffffff8c;
  max-width: 640px;
  margin: 0 0 40px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}

.bo-grid3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.bo-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 28px;
  transition: border-color .22s, background-color .22s;
}

.bo-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.bo-card-ic {
  background-color: #14b8a61a;
  border: 1px solid #14b8a633;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  display: flex;
}

.bo-card-h {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.bo-card-p {
  color: #fff9;
  margin: 0;
  font-family: inherit;
  font-size: 14.5px;
  line-height: 1.6;
}

.bo-steps {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.bo-step-num {
  color: #040d0c;
  background-color: #14b8a6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.bo-step-h {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
}

.bo-step-p {
  color: #fff9;
  margin: 0;
  font-family: inherit;
  font-size: 14.5px;
  line-height: 1.6;
}

.bo-terms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
  display: grid;
}

.bo-term {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 14px;
  padding: 22px;
}

.bo-term-lbl {
  color: #fff6;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
}

.bo-term-val {
  color: #fff;
  font-family: inherit;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.bo-dag {
  color: #14b8a6;
  vertical-align: super;
  margin-left: 2px;
  font-size: 12px;
}

.bo-foot {
  color: #fff6;
  margin: 0 0 40px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.bo-otc {
  text-align: center;
  background-image: linear-gradient(#14b8a612, #0b16144d);
  border: 1px solid #14b8a638;
  border-radius: 20px;
  max-width: 760px;
  margin: 0 auto;
  padding: 44px;
}

.bo-otc-h {
  color: #fff;
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 800;
}

.bo-otc-p {
  color: #fff9;
  max-width: 520px;
  margin: 0 auto 26px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.bo-faq-in {
  max-width: 820px;
}

.bo-faq-list {
  border-top: 1px solid #ffffff14;
  margin-top: 28px;
}

.bo-faq-item {
  border-bottom: 1px solid #ffffff14;
}

.bo-faq-q {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 22px 2px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.bo-faq-a {
  color: #fff9;
  max-width: 92%;
  padding: 0 2px 24px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.65;
}

.bo-cta {
  text-align: center;
  background-color: #040d0c;
  background-image: radial-gradient(90% 65% at 50% 115%, #14b8a629 0%, #14b8a60b 42%, #0000 66%), radial-gradient(55% 45% at 12% -5%, #3ecfa014 0%, #0000 55%);
  border-top: 1px solid #14b8a62e;
}

.bo-cta-in {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.bo-cta-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.bo-cta-sub {
  color: #fff9;
  margin: 0 0 32px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.6;
}

.bo-cta-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sp-hero {
  background-color: #040d0c;
  background-image: radial-gradient(75% 60% at 75% 115%, #14b8a629 0%, #14b8a60a 45%, #0000 68%);
  padding: 120px 48px 110px;
}

.sp-hero-in {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.sp-eyebrow-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 26px;
  display: flex;
}

.sp-pill {
  color: #14b8a6;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #14b8a60f;
  border: 1px solid #14b8a666;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.sp-pill-soon {
  color: #040d0c;
  background-color: #14b8a6;
  border-color: #14b8a6;
}

.sp-h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  font-family: inherit;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}

.sp-teal {
  color: #14b8a6;
}

.sp-lead {
  color: #fff9;
  max-width: 500px;
  margin: 0 0 28px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.sp-ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.sp-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
  display: flex;
}

.sp-hero-right {
  grid-row-gap: 11px;
  transform-origin: center;
  background-image: radial-gradient(70% 70% at 55%, #14b8a652 0%, #3ecfa01f 42%, #0000 72%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: visible;
}

.sp-hero-right:hover {
  transform: scale(1.09)translateY(-10px);
}

.sp-card {
  background-image: linear-gradient(135deg, #0c2e29 0%, #061513 60%, #04100e 100%);
  border: 1px solid #14b8a64d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  min-height: 240px;
  padding: 28px;
  display: flex;
  transform: rotate(-4deg);
  box-shadow: 0 30px 70px #00000080;
}

.sp-card-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sp-card-soon {
  color: #040d0c;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #14b8a6;
  border-radius: 100px;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
}

.sp-chip {
  background-image: linear-gradient(135deg, #e8c66b, #b8902f);
  border-radius: 7px;
  width: 46px;
  height: 34px;
  margin: 24px 0;
}

.sp-card-num {
  color: #fff;
  letter-spacing: .16em;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
}

.sp-card-foot {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.sp-card-name {
  color: #ffffffb3;
  letter-spacing: .08em;
  font-family: inherit;
  font-size: 12px;
}

.sp-card-sats {
  color: #3ecfa0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ea-intro-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ea-intro-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 24px;
}

.ea-intro-num {
  color: #14b8a6;
  letter-spacing: .1em;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.ea-intro-h {
  color: #fff;
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.ea-intro-p {
  color: #ffffff8c;
  margin: 0;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.55;
}

.ea-intro-ic {
  background-color: #14b8a61a;
  border: 1px solid #14b8a633;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  display: flex;
}

.ea-intro-card-1 {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 30px 26px;
  transition: border-color .22s, background-color .22s;
}

.ea-intro-card-1:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ea-intro-ic-1 {
  background-color: #14b8a61a;
  border: 1px solid #14b8a633;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  display: flex;
}

.ea-intro-h-1 {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
}

.ea-intro-p-1 {
  color: #fff9;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
}

.ea-strat-rate-sub-1 {
  color: #ffffff80;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
}

.ac-spectrum-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.ac-spec-line {
  background-image: linear-gradient(90deg, #14b8a633, #14b8a6);
  border-radius: 3px;
  flex: 1;
  height: 3px;
  position: relative;
  overflow: visible;
}

.ac-spec-label {
  color: #ffffff73;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.ac-spec-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ac-spec-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 24px;
  transition: border-color .22s, background-color .22s;
}

.ac-spec-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ac-spec-num {
  color: #14b8a6;
  letter-spacing: .1em;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.ac-spec-h {
  color: #fff;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.ac-spec-p {
  color: #ffffff8c;
  margin: 0;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.55;
}

.ac-trade-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 32px;
  transition: border-color .22s, background-color .22s;
}

.ac-trade-card:hover, .ac-trade-feat {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ac-trade-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.ac-trade-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 32px;
}

.ac-trade-feat {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ac-trade-tag {
  color: #ffffff8c;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  margin-bottom: 18px;
  padding: 5px 12px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.ac-trade-tag-on {
  color: #14b8a6;
  background-color: #14b8a61a;
  border-color: #14b8a633;
}

.ac-trade-h {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
}

.ac-dca {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  display: grid;
}

.ac-dca-visual {
  background-color: #0b1614;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  padding: 24px;
}

.ac-dca-cap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-top: 14px;
  display: flex;
}

.ac-dca-k1, .ac-dca-k2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #ffffff8c;
  align-items: center;
  font-family: inherit;
  font-size: 12px;
  display: flex;
}

.ac-struct-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ac-struct-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 32px;
  transition: border-color .22s, background-color .22s;
}

.ac-struct-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ac-struct-h {
  color: #fff;
  margin: 0 0 12px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
}

.ac-struct-p {
  color: #fff9;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
}

.ac-struct-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}

.rm-sec {
  background-color: #040d0c;
  background-image: radial-gradient(55% 75% at 92%, #14b8a61f 0%, #0000 60%);
  padding: 100px 48px;
}

.rm-in {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
}

.rm-eyebrow {
  color: #14b8a6;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}

.rm-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
}

.rm-lead {
  color: #fff9;
  max-width: 520px;
  margin: 0 0 26px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.rm-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

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

.rm-card {
  background-color: #0b1614;
  border: 1px solid #ffffff14;
  border-radius: 22px;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  box-shadow: 0 30px 70px #00000073;
}

.rm-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #ffffff12;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: flex;
}

.rm-avatar {
  color: #04100e;
  background-image: linear-gradient(135deg, #14b8a6, #0d7a6e);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.rm-meta {
  flex: 1;
}

.rm-name {
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}

.rm-role {
  color: #ffffff80;
  font-family: inherit;
  font-size: 12px;
}

.rm-online {
  background-color: #3ecfa0;
  border-radius: 50%;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.rm-msg {
  border-radius: 14px;
  max-width: 85%;
  margin-bottom: 10px;
  padding: 11px 15px;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 1.5;
}

.rm-msg-in {
  color: #fff;
  background-color: #14b8a61f;
  border-bottom-left-radius: 4px;
}

.rm-msg-out {
  color: #ffffffd9;
  background-color: #ffffff12;
  border-bottom-right-radius: 4px;
  margin-left: auto;
}

.qr-hover-anchor {
  display: none;
}

.qr-extra {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border-top: 1px #ffffff14;
  border-left: 1px #ffffff14;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.qr-help-link {
  color: #14b8a6;
  margin-top: 3px;
  text-decoration: none;
  display: block;
}

.qr-extra {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  padding-top: 14px;
  display: flex;
}

.qr-apk {
  color: #14b8a6;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
}

.qr-help {
  color: #ffffff80;
  font-size: 11.5px;
  line-height: 1.45;
}

.qr-help-link {
  color: #14b8a6;
  text-decoration: none;
}

.pl-card-soon {
  opacity: .82;
}

.pl-soon {
  color: #ffffff8c;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  margin-top: 14px;
  padding: 4px 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.pl-why-grid {
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.qr-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pl-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.pl-why-list {
  grid-column-gap: 36px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 780px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.sp-card-img {
  z-index: 1;
  filter: drop-shadow(0 30px 60px #00000073) drop-shadow(0 0 90px #14b8a68c);
  width: 690px;
  max-width: none;
  height: auto;
  transition: transform .6s;
  display: block;
  position: relative;
}

.ea-fx-more {
  color: #fff9;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 17px;
}

.ea-fx-more-em {
  color: #14b8a6;
  font-weight: 600;
}

.ea-stk-soon {
  color: #3ecfa0;
  letter-spacing: .02em;
  vertical-align: middle;
  background-color: #14b8a61f;
  border: 1px solid #14b8a666;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  margin-top: -4px;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.ea-stk-ben {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  display: grid;
}

.ea-stk-ben-card {
  background-color: #0b1614;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 24px;
}

.ea-stk-ben-h {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.ea-stk-ben-p {
  color: #fff9;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.ec-group {
  color: #0b0f0e80;
  letter-spacing: .05em;
  text-transform: uppercase;
  grid-column: 1 / -1;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.ec-full {
  grid-column: 1 / -1;
}

.ec-strat-soon {
  opacity: .45;
}

.sk-cert-wrap {
  text-align: center;
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0;
}

.sk-cert-label.cert-light {
  color: #0b161473;
}

.sk-cert-logo.cert-light {
  color: #0b161499;
  background-color: #f1f2f1;
  border-color: #0b16142e;
}

.mi-card {
  background-color: #0b1614;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 26px;
  transition: border-color .22s, background-color .22s;
}

.mi-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.ac-trade-fig {
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 22px;
  display: flex;
  overflow: hidden;
}

.ac-trade-fig.ac-portrait {
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.ac-trade-fig.ac-chartpane {
  background-color: #0000;
  border-style: none;
  border-radius: 12px;
  width: 100%;
  height: 360px;
  display: block;
  overflow: hidden;
}

.ac-trade-fig {
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  height: 156px;
  margin-bottom: 22px;
  overflow: hidden;
}

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

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

.mi-ul {
  margin-top: 8px;
}

.mi-card {
  background-color: #0b1614;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  padding: 26px;
}

.mi-card-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.mi-dot {
  background-color: #3ecfa0;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.mi-kicker {
  color: #fff;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 700;
}

.mi-badge {
  color: #3ecfa0;
  background-color: #14b8a61f;
  border: 1px solid #14b8a666;
  border-radius: 999px;
  margin-left: auto;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
}

.mi-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
}

.mi-bar {
  background-color: #ffffff14;
  border-radius: 6px;
  height: 9px;
  margin-bottom: 9px;
}

.mi-bar-1 {
  width: 100%;
}

.mi-bar-2 {
  width: 92%;
}

.mi-bar-3 {
  width: 76%;
}

.mi-spark {
  margin-top: 18px;
  margin-bottom: 14px;
  display: block;
}

.mi-foot {
  color: #ffffff80;
  font-size: 12px;
}

.sk6-sub {
  max-width: 640px;
}

.sk6-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  display: grid;
}

.sk6-card {
  background-color: #0b1614;
  border: 1px solid #ffffff0f;
  border-radius: 18px;
  padding: 28px;
  transition: border-color .22s, background-color .22s;
}

.sk6-card:hover {
  background-image: linear-gradient(#14b8a60f, #0b161466);
  border-color: #14b8a659;
}

.sk6-ic {
  background-color: #14b8a61f;
  border: 1px solid #14b8a652;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: flex;
}

.sk6-h {
  color: #14b8a6;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
}

.sk6-p {
  color: #ffffff9e;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.sk-cert-wrap {
  text-align: center;
  margin-top: 44px;
}

.sk-cert-label {
  color: #ffffff73;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
}

.sk-cert-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  display: flex;
}

.sk-cert-logo {
  color: #fff9;
  background-color: #ffffff0a;
  border: 1px dashed #ffffff2e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.aura-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aura-hero-inner {
  z-index: 2;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.aura-hero-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aura-hero-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #040d0cd9, #040d0c73);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.qr-tap {
  z-index: 5;
  border-radius: 12px;
  display: block;
  position: absolute;
  inset: 0;
}

.qr-extra-c {
  grid-column-gap: 12px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.qr-apk-c {
  color: #14b8a6;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.qr-help-c {
  color: #ffffff8c;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}

.ea-stk-sec {
  background-image: linear-gradient(135deg, #0a1f1b 0%, #06110f 100%);
}

.ea-stk-list-1 {
  grid-row-gap: 14px;
  flex-direction: column;
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ea-stk-li {
  grid-column-gap: 12px;
  color: #ffffffb8;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.ea-stk-tk {
  color: #14b8a6;
  flex: none;
  margin-top: 1px;
  font-weight: 700;
}

.ea-stk-b {
  color: #fff;
  font-weight: 600;
}

.ea-fxw-card {
  background-color: #f3f4f3;
  border-color: #0000000f;
  transition: all .3s;
}

.ea-fxw-card:hover {
  background-image: linear-gradient(155deg, #14b8a61a 0%, #f3f4f3 70%);
  border-color: #14b8a673;
  transform: translateY(-4px);
  box-shadow: 0 14px 32px #14b8a629;
}

.ea-fxw-rate {
  color: #14b8a6;
}

.ea-fxw-asset {
  color: #0b16148c;
}

.ea-fxw-dag {
  color: #0b161466;
}

.ea-txt-dark {
  color: #0b1614;
}

.ea-txt-mut {
  color: #0b16149e;
}

.ea-sub-tight {
  margin-bottom: 16px;
}

.cert-ph {
  opacity: .65;
  font-weight: 400;
}

.ac-spec-line-1 {
  position: relative;
  overflow: visible;
}

.ac-spec-dot {
  pointer-events: none;
  background-color: #14b8a6;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px 4px #14b8a6b3;
}

.rm-tr {
  inset: 2% -24px auto auto;
}

.page-hero-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-scrim {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#040d0c80, #040d0cb8);
  position: absolute;
  inset: 0;
}

.ac-trade-img {
  cursor: zoom-in;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: block;
  transform: scaleX(-1);
}

.ac-trade-img:hover {
  transform: scale(-1.1, 1.1);
}

.mi-stack {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  display: flex;
  position: relative;
}

.mi-stack-img {
  filter: drop-shadow(0 16px 36px #0000008c);
  border-radius: 12px;
  width: 60%;
  max-width: 300px;
  height: auto;
  position: absolute;
}

.mi-stack-img.mi-stack-center {
  object-fit: cover;
  object-position: left center;
  aspect-ratio: .74;
  height: auto;
}

.mi-stack-center {
  z-index: 3;
}

.mi-stack-side {
  z-index: 2;
}

.mi-stack-left {
  transform: translateX(-50%)rotate(-8deg)scale(.9);
}

.mi-stack-right {
  z-index: 1;
  transform: translateX(50%)rotate(8deg)scale(.9);
}

.aura-calc-amt {
  text-align: center;
  margin-bottom: 10px;
}

.aura-calc-amt-label {
  color: #ffffff80;
  margin-bottom: 6px;
  font-size: 13px;
}

.aura-calc-amt-val {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.home-slider {
  width: 100%;
  margin: 0;
  display: block;
}

.home-calc-form, .home-calc-form._w-form {
  margin: 0 0 24px;
}

.aura-earn-meta {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.ec-strat-full {
  grid-column: 1 / -1;
}

.c-xrp-1 {
  background-color: #5b6770;
}

.c-bnb {
  color: #1a1a1a;
  background-color: #f0b90b;
}

.sk-feat-img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: auto;
  max-height: 230px;
  display: block;
}

.ac-chart-img {
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}

.qr-nav-wrap {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.qr-nav-panel {
  box-sizing: border-box;
}

.inline-imgraw-0, .inline-imgraw-1, .qr-img-el {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.sp-card-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform-origin: center;
  flex-direction: column;
  align-items: center;
  transition: transform .6s;
  display: flex;
  position: relative;
}

.sp-soon-card {
  color: #14b8a6;
  background-color: #040d0c;
  border: 1.5px solid #14b8a6;
  align-self: center;
}

.sp-input {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 15px;
}

.sp-input:focus {
  border-color: #14b8a6;
}

.sp-form-label {
  color: #fff9;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
}

.sp-form-btn {
  color: #fff;
  cursor: pointer;
  background-color: #14b8a6;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
}

.sp-form {
  max-width: 420px;
  margin-top: 10px;
}

.sp-form-note {
  color: #ffffff73;
  max-width: 420px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.aura-burger {
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: none;
}

.aura-burger-bar {
  background-color: #040d0c;
  border-radius: 2px;
  width: 24px;
  height: 2.5px;
}

@media screen and (min-width: 1280px) {
  .aura-btn-primary.btn-eq {
    white-space: nowrap;
    width: 280px;
    min-width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .aura-btn-primary.btn-eq {
    white-space: nowrap;
    width: 280px;
    min-width: 280px;
  }
}

@media screen and (min-width: 1920px) {
  .aura-btn-primary.btn-eq {
    white-space: nowrap;
    width: 280px;
    min-width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .aura-nav-links {
    display: none;
  }

  .aura-hero {
    padding: 110px 24px 64px;
  }

  .aura-h1 {
    letter-spacing: -.5px;
    max-width: 100%;
    font-size: 40px;
  }

  .aura-sub {
    max-width: 100%;
    font-size: 16px;
  }

  .aura-cta-row {
    flex-wrap: wrap;
  }

  .aura-hero-right {
    display: none;
  }

  .aura-biglogo-lockup {
    height: 62px;
    margin-bottom: 24px;
  }

  .htband-inner {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

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

  .sk-h1 {
    font-size: 34px;
  }

  .sk-footer-top {
    grid-row-gap: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .sk-footer-links {
    grid-column-gap: 22px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .ea-hero {
    padding: 96px 20px 64px;
  }

  .ea-hero-in {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .ea-h1 {
    letter-spacing: -.01em;
    font-size: 33px;
  }

  .ea-h1.ea-h1-c {
    font-size: 34px;
  }

  .ea-lead {
    font-size: 16px;
  }

  .ea-sec {
    padding: 56px 20px;
  }

  .ea-h2 {
    font-size: 26px;
  }

  .ea-cta-h2 {
    font-size: 30px;
  }

  .bo-hero {
    padding: 96px 20px 64px;
  }

  .bo-hero-in {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .sp-hero {
    padding: 96px 20px 64px;
  }

  .sp-hero-in {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .sp-card-img {
    width: 100%;
    max-width: 420px;
  }

  .aura-hero-inner {
    grid-template-columns: 1fr;
  }

  .qr-nav-wrap {
    display: none;
  }

  .aura-burger {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .aura-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .aura-h1 {
    font-size: 32px;
  }

  .ea-stk-ben {
    grid-template-columns: 1fr;
  }
}

#w-node-be2a85e1-9856-b10b-7ecd-b0b152ce5dfa-7ca83685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


