:root {
  --bg-primary: #050505;
  --border-primary: #2a2a2a;
  --_radius---radius-pill: 999px;
  --surface-secondary: #232323;
  --brand-gold: #c8a96a;
  --text-primary: #faf8f3;
  --text-secondary: #b8b8b8;
  --brand-red: #b71c1c;
  --bg-secondary: #111;
  --surface-primary: #1a1a1a;
  --text-red: #e21b23;
  --_radius---radius-xl: 24px;
  --_space---space-4: 4px;
  --_radius---radius-sm: 8px;
  --_space---space-8: 8px;
  --_radius---radius-md: 12px;
  --_space---space-12: 12px;
  --_radius---radius-lg: 16px;
  --_space---space-16: 16px;
  --_space---space-24: 24px;
  --_space---space-32: 32px;
  --_space---space-48: 48px;
  --_space---space-64: 64px;
  --_space---space-80: 80px;
  --_space---space-96: 96px;
  --brand-beige: #e8ddcb;
  --_space---space-120: 120px;
  --_space---space-160: 160px;
}

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

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

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

.body {
  background-color: var(--bg-primary);
  overflow: visible;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.section-hero {
  color: #000;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-hero.security {
  overflow: hidden;
}

.container {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.container.security, .container.support {
  margin-bottom: -80px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 820px;
  display: flex;
}

.div-block.card {
  margin-bottom: -50px;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

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

.hero-content {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: 1;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-visual {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 240px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-visual.escrow {
  width: 80%;
}

.hero-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border-primary);
  border-radius: var(--_radius---radius-pill);
  background-color: var(--surface-secondary);
  color: var(--brand-gold);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  display: flex;
}

.hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 632px;
  color: var(--text-primary);
  letter-spacing: 1px;
  flex-flow: column;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  line-height: 50px;
  display: flex;
}

.hero-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-secondary);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.hero-description.home {
  color: color-mix(in hsl, var(--brand-red) 50%, white 50%);
}

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.paragraph {
  width: 350px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.phone-frame {
  background-color: var(--bg-secondary);
  border: 1px solid #2a2a2a;
  border-radius: 32px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 728px;
  display: flex;
  overflow: hidden;
}

.phone-screen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-primary);
  background-color: #151515;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 388px;
  min-height: 728px;
  display: flex;
}

.app-header {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.spacer {
  flex: 1;
}

.profile {
  border-radius: var(--_radius---radius-pill);
  text-align: center;
  background-color: #1f2937;
  border: 1px solid #2a2a2a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.text-block {
  color: var(--text-primary);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.wallet-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-primary);
  background-color: var(--surface-primary);
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 220px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.wallet-top {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wallet-name {
  color: #b8b8b8;
}

.wallet-chip {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--brand-gold);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
  box-shadow: 0 8px 24px #0000004d;
}

.text-block-2 {
  color: #111;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.wallet-name-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: #7a7a7a;
  font-size: 11px;
}

.wallet-balance {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-block-4 {
  color: #8a8a8a;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.wallet-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.wallet-change {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.wallet-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--brand-gold);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-7 {
  color: #d8b466;
  font-family: Manrope, sans-serif;
  font-size: 10px;
}

.action-send {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--surface-secondary);
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.action-receive {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--surface-secondary);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.text-block-8, .text-block-9 {
  color: var(--brand-gold);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-10, .text-block-11 {
  color: var(--text-secondary);
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.exchange-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-primary);
  background-color: #151515;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 16px 20px;
  padding: 24px;
  display: flex;
}

.exchange-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.exchange-rate {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-13 {
  color: gray;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.text-block-14 {
  color: var(--brand-gold);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-15 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.asset-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #151515;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.asset-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-17 {
  color: #d8b56a;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.asset-list {
  flex-flow: column;
  display: flex;
}

.asset-item {
  justify-content: space-between;
  align-items: center;
  height: 28px;
  display: flex;
}

.text-block-18, .text-block-19 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-20, .text-block-21 {
  color: #a8a8a8;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-22, .text-block-23 {
  color: #d8b56a;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.asset-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coin-icon {
  border-radius: var(--_radius---radius-pill);
  background-color: gold;
  align-items: center;
  width: 28px;
  height: 28px;
}

.coin-icon1 {
  border-radius: var(--_radius---radius-pill);
  background-color: #a8a8a8;
  width: 28px;
  height: 28px;
}

.div-block-6 {
  border-radius: var(--_radius---radius-pill);
  background-color: #d8b56a;
  width: 28px;
  height: 28px;
}

.paragraph-4 {
  opacity: .5;
  color: #777;
  margin-top: 6px;
}

.asset-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.transactions-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #2a2a2a;
  border-radius: 28px;
  flex-flow: column;
  margin-top: 24px;
  padding: 24px 28px;
  display: flex;
}

.transaction-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-24 {
  color: #fff;
  padding: 24px 24px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-25 {
  color: #d8b15a;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.transaction-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.transaction-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.transaction-icon1 {
  background-color: #d8b46a;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.transaction-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-26 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-27 {
  color: #8a8a8a;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.text-block-28 {
  color: #d8b15a;
  -webkit-text-stroke-color: #d8b46a;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-29 {
  opacity: .6;
  color: #8a8a8a;
  -webkit-text-stroke-color: #8b8b8b;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.div-block-7 {
  background-color: #a7a7a7;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.text-block-30 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-trust {
  background-color: #f7f3ec;
}

.trust-wrapper {
  flex-flow: column;
  padding-top: 80px;
  display: flex;
  overflow: visible;
}

.trust-wrapper.support {
  padding-top: 40px;
}

.trust-stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 280px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.trust-stats.support {
  margin-bottom: 30px;
  padding-top: 20px;
}

.trust-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ece7df;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 12px 40px #0000000f;
}

.trust-icon {
  width: 80px;
  height: 80px;
}

.trust-number {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
}

.trust-number.help {
  font-size: 20px;
}

.trust-title {
  color: #a11217;
  letter-spacing: 2px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.trust-desc {
  color: #777;
  text-align: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.partner-section {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.partner-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  display: flex;
}

.logo-image {
  width: 150px;
  height: 120px;
}

.why-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-left {
  flex-flow: column;
  flex: 0 38%;
  justify-content: flex-start;
  width: 380px;
  max-width: 380px;
  display: flex;
}

.section-label {
  color: #c41e24;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.why-heading {
  font-family: Manrope, sans-serif;
  font-size: 40px;
}

.why-description {
  font-family: Manrope, sans-serif;
}

.why-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 95%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.why-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #111;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 18px;
  display: flex;
  box-shadow: 0 8px 25px #0000002e;
}

.why-icon {
  vertical-align: baseline;
  flex: 0 auto;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.why-card-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
}

.why-card-desc {
  color: #b5b5b5;
  text-align: center;
  text-overflow: clip;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.section-money {
  background-image: linear-gradient(90deg, #1a1a1a 3%, #fff), linear-gradient(90deg, #f3f0eb 40%, #fff), linear-gradient(90deg, #f3f0eb, #fff);
  height: 450px;
  padding-top: 100px;
}

.money-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template: "Area" 55%
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.money-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.money-content {
  flex-flow: column;
  justify-content: center;
  align-items: baseline;
  margin-left: 0;
  display: flex;
}

.money-badge {
  color: #c44b4b;
  letter-spacing: 1px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.money-title {
  color: #000;
  letter-spacing: -1px;
  width: 466px;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.money-description {
  color: #000;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.money-button {
  border-radius: var(--_radius---radius-pill);
  color: #fff;
  background-color: #e53935;
  justify-content: flex-start;
  margin-top: 10px;
  padding-left: 14px;
  padding-right: 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}

.money-button:hover {
  background-color: #ff4d4f;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.text-span {
  color: #901a1a;
}

.world-image {
  opacity: .33;
  flex: none;
  position: absolute;
}

.coin-image {
  opacity: .75;
  flex: none;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  position: static;
}

.section-ecosystem {
  background-color: #f5f0e8;
  height: 400px;
  padding-top: 50px;
  padding-bottom: 0;
}

.ecosystem-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ecosystem-badge {
  color: #e53935;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.ecosystem-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
}

.ecosystem-marquee {
  padding-top: 40px;
  padding-bottom: 0;
  overflow: visible;
}

.ecosystem-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.ecosystem-card-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  min-width: 220px;
  padding: 24px;
  display: flex;
}

.image {
  width: 90px;
  height: 70px;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ecosystem-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  padding: 24px;
  display: flex;
}

.ecosystem-card-3, .ecosystem-card-4, .ecosystem-card-5, .ecosystem-card-6, .ecosystem-card-7, .ecosystem-card-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  min-width: 220px;
  padding: 24px;
  display: flex;
}

.cta-wrapper {
  background-image: linear-gradient(90deg, #120000, #2a0000 30%, #5a0000 50%, #2a0000 70%, #0a0a0a 100%, #fff);
  height: 320px;
  padding: 80px 60px;
  position: relative;
}

.cta-content {
  flex-flow: column;
  align-items: flex-start;
  margin-top: -30px;
  margin-left: -60px;
  display: flex;
}

.cta-title {
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.cta-subtitle {
  color: #ccc;
  text-align: left;
  justify-content: center;
  width: 390px;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

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

.button {
  border-radius: var(--_radius---radius-pill);
  color: #fff;
  background-color: #e53935;
  height: 56px;
  padding: 16px 32px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-2 {
  border-radius: var(--_radius---radius-pill);
  color: #fff;
  background-color: #0000;
  border: 1px solid #666;
  padding: 16px 32px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cta-logo-bg {
  opacity: .7;
  justify-content: flex-end;
  align-items: flex-end;
  width: 260px;
  height: 260px;
  display: flex;
  position: absolute;
  top: 40px;
  right: -40px;
  overflow: hidden;
}

.image-2 {
  width: 260px;
  position: static;
  right: 40px;
}

.section-footer {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-footer.account {
  padding-top: 0;
}

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

.footer-left {
  aspect-ratio: auto;
  width: 35%;
}

.footer-right {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  width: 60%;
  display: flex;
}

.footer-title {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.footer-logo {
  width: 160px;
  margin-left: -22px;
}

.footer-description {
  color: #b3b3b3;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

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

.footer-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-feature-icon {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--brand-red);
  justify-content: center;
  width: 40px;
  height: 40px;
}

.footer-feature-title {
  color: #fff;
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.footer-feature-text {
  color: #b3b3b3;
  margin-top: 4px;
  font-family: Manrope, sans-serif;
  line-height: 150%;
}

.footer-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.footer-column.is-products {
  width: 28%;
}

.footer-column-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-link {
  color: #b3b3b3;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.footer-bottom {
  border-top: 1px solid gray;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 32px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-copyright {
  color: #b3b3b3;
  font-family: Manrope, sans-serif;
}

.footer-social-link {
  border-radius: var(--_radius---radius-pill);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-social-icon {
  max-width: 120%;
  height: 40px;
}

.body-2 {
  background-color: var(--bg-primary);
}

.hero-earth {
  width: 200%;
  max-width: none;
  height: 300%;
  margin-left: -80px;
  margin-right: -180px;
  overflow: hidden;
}

.hero-earth.escrow {
  object-fit: contain;
  width: 250%;
}

.hero-earth.security {
  width: 180%;
  height: 260%;
}

.hero-earth.products {
  width: 280%;
  position: absolute;
}

.hero-earth.support {
  width: 220%;
  margin-bottom: 70px;
}

.section-story {
  background-color: #f8f5f0;
}

.story-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.story-left {
  width: 44%;
}

.story-right {
  width: 56%;
  height: 10px;
}

.section-label-1 {
  color: #e31e2f;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.section-title-2 {
  font-family: Manrope, sans-serif;
  font-size: 31px;
}

.section-description-1 {
  color: #555;
  max-width: 520px;
  margin-top: 32px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.section-description-1:lang(zh) {
  margin-bottom: 80px;
}

.story-card-1 {
  background-color: #111;
  border-radius: 24px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-mission {
  background-color: #f8f5f0;
}

.mission-card {
  background-color: #fff;
  border-radius: 28px;
  width: 100%;
  padding: 20px 40px;
}

.mission-label {
  color: red;
  text-align: center;
  letter-spacing: 1px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.mission-title {
  text-align: center;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
}

.mission-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.mission-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 0 solid #e8e8e8;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.mission-item-text {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.mission-item-title {
  text-align: center;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
}

.mission-image {
  width: 60%;
}

.section-stats {
  background-color: #f8f5f0;
}

.stats-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.stats-item {
  text-align: center;
  width: 20%;
}

.stats-number {
  font-family: Manrope, sans-serif;
  font-size: 32px;
}

.stats-label {
  color: #222;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.stats-description {
  font-family: Manrope, sans-serif;
}

.section-partners {
  background-color: #f8f5f0;
}

.partners-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #e8e2da;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px 0 12px 40px;
  display: flex;
}

.partners-title {
  width: 170px;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.partners-logo-grid {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.partners-logo {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  overflow: hidden;
}

.container-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-4 {
  width: 100%;
  overflow: hidden;
}

.image-5 {
  aspect-ratio: custom;
  object-fit: scale-down;
}

.partner-image {
  width: 100%;
  position: static;
  overflow: hidden;
}

.section-journey {
  background-color: #f8f5f0;
}

.journey-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.journey-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.journey-timeline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.journey-header-left {
  width: 48%;
}

.journey-header-right {
  width: 42%;
  margin-top: 20px;
  margin-right: 50px;
}

.journey-description {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 170%;
}

.journey-card {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 20px 40px 40px;
  display: flex;
  position: relative;
}

.journey-icon {
  width: 140px;
  height: 100px;
  margin-bottom: 10px;
}

.journey-year {
  color: #e31e2f;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.journey-card-title {
  width: 180px;
  font-family: Manrope, sans-serif;
}

.journey-card-description {
  margin-bottom: 0;
}

.journey-line {
  z-index: 5;
  background-color: #e31e2f;
  width: 79%;
  height: 2px;
  position: absolute;
  top: 178px;
  left: 12%;
  right: 56px;
}

.journey-dot {
  z-index: 6;
  background-color: #e31e2f;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 170px;
  left: 47%;
}

.section-cta-1 {
  color: #0a0a0a;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 80px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-bg-1 {
  position: absolute;
}

.section-cta1 {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.cta-wrapper-1 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-logo-1 {
  width: 205px;
  margin-bottom: 8px;
}

.cta-title-1 {
  color: #fff;
  width: 800px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  line-height: 110%;
}

.cta-description-1 {
  color: #b5b5b5;
  width: 720px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  line-height: 170%;
}

.cta-button-1 {
  border-radius: var(--_radius---radius-pill);
  color: #fff;
  background-color: #e31e2f;
  padding: 18px 42px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform .2s;
}

.cta-button-1:hover {
  background-color: #c91828;
  transform: scale(1.03);
}

.section-cta-bg-1 {
  z-index: 1;
  background-image: url('../images/about-us-cta-background.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.container-5 {
  margin-top: -50px;
}

.text-red {
  color: var(--text-red);
}

.section-ecosystem-1 {
  background-color: #f5f0e8;
  min-height: 100vh;
  margin-bottom: -120px;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-ecosystem {
  width: 1400px;
  min-width: 90%;
  height: 100%;
}

.products-ecosystem-container {
  display: flex;
}

.ecosystem-heading-wrap {
  width: 32%;
  max-width: 700px;
}

.ecosystem-eyebrow {
  color: var(--text-red);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ecosystem-heading {
  width: 500px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  line-height: 110%;
}

.ecosystem-description-1 {
  color: #5f6368;
  width: 452px;
  font-family: Manrope, sans-serif;
  line-height: 170%;
}

.ecosystem-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.ecosystem-card-p1 {
  background-color: #fff;
  border: 1px solid #e8e2da;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 32px;
  display: flex;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.card-icon-wrap {
  background-color: #f5f1eb;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.card-arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 4px 16px #0000000f;
}

.heading {
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.image-6 {
  width: 80%;
  overflow: hidden;
}

.journey-section {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 0;
}

.journey-container {
  width: 1200px;
}

.timeline-row {
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  padding-left: 180px;
  display: flex;
  position: relative;
}

.journey-eyebrow {
  color: var(--text-red);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.journey-title-1 {
  color: #fff;
  margin-top: 16px;
  font-family: Manrope, sans-serif;
  font-size: 64px;
  line-height: 105%;
}

.journey-description-1 {
  color: #a8a8a8;
  width: 560px;
  margin-top: 24px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.journey-step {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.step-circle {
  background-color: #171717;
  border: 1px solid #343434;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.step-number {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.step-title {
  color: #fff;
  margin-top: 24px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.step-description {
  color: #a8a8a8;
  width: 180px;
  margin-top: 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.step-line {
  z-index: 0;
  background-color: var(--text-red);
  width: 160px;
  height: 2px;
  position: absolute;
  top: 38px;
  left: 80px;
  right: 80px;
}

.content-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template: "Area"
  / minmax(100px, .75fr) minmax(100px, .75fr) minmax(120px, .75fr) minmax(120px, .75fr) minmax(120px, .75fr);
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 100%;
  padding-left: 150px;
  padding-right: 100px;
  display: grid;
}

.image-7 {
  flex: 0 auto;
  width: 1200px;
  margin-top: 50px;
  margin-bottom: -120px;
  padding-bottom: 0;
  overflow: visible;
}

.cta-section-product {
  background-color: #000;
  padding-bottom: 120px;
  position: relative;
}

.cta-container-product {
  z-index: 10;
  width: 1400px;
  color: var(--text-red);
  justify-content: space-between;
  align-items: center;
  margin-top: 200px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.cta-left-product {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  margin-top: 0;
  margin-bottom: -150px;
  padding-top: 0;
  position: relative;
}

.heading-2 {
  color: var(--text-primary);
  flex-flow: column;
  font-size: 48px;
  display: flex;
}

.paragraph-5 {
  width: 340px;
  color: var(--text-secondary);
}

.text-span-2 {
  color: var(--text-red);
}

.cta-button-products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.cta-button-left {
  background-color: var(--brand-red);
  text-align: center;
  border-radius: 25px;
  width: 200px;
  margin-top: 15px;
  font-size: 20px;
}

.cta-button-left.suppport {
  font-size: 18px;
  position: relative;
}

.cta-button-right {
  background-color: var(--brand-red);
  border-radius: 25px;
  width: 150px;
  height: 50px;
  margin-top: 15px;
}

.text-block-32 {
  color: var(--text-red);
  letter-spacing: 2px;
}

.section-security-features {
  background-color: #f7f3ee;
  padding-top: 120px;
  padding-bottom: 80px;
}

.heading-wrapper {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 56px;
}

.feature-paragraph {
  color: #666;
  text-align: center;
  padding-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.feature-card {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 294px;
  min-height: 220px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  box-shadow: 0 8px 30px #0000000f;
}

.feature-card-lefft {
  width: 30%;
}

.feature-card-right {
  width: 60%;
}

.section-compliance {
  background-color: #f2ece5;
  justify-content: space-between;
  padding: 40px 50px 120px;
  display: flex;
}

.section-compliance.card {
  padding-top: 80px;
}

.section-compliance.security {
  padding-top: 60px;
  padding-bottom: 80px;
}

.compliance-left {
  width: 30%;
  padding-top: 0;
  padding-left: 50px;
}

.compliance-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.compliance-right.card {
  grid-template-columns: 1fr 1fr 1fr;
}

.compliance-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 5px 8px #0003;
}

.compliance-card.security {
  align-items: center;
  padding-top: 20px;
}

.compliance-card.card {
  align-items: center;
}

.card-heading {
  text-align: center;
  font-family: Manrope, sans-serif;
}

.card-heading.account {
  margin-top: 0;
}

.paragraph-6 {
  text-align: center;
  width: 80%;
  font-family: Manrope, sans-serif;
}

.heading-3 {
  font-family: Manrope, sans-serif;
}

.paragraph-7 {
  width: 300px;
  font-family: Manrope, sans-serif;
}

.red-line {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--text-red);
  width: 60px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section-security-active {
  background-color: #080808;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.security-active-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.security-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  margin-top: -150px;
  display: flex;
}

.security-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.security-right {
  margin-top: -150px;
}

.security-info-group {
  flex-flow: column;
  display: flex;
}

.security-shield-image {
  width: 100%;
}

.security-center-heading {
  color: #fff;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 34px;
}

.security-info-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.icon-circle {
  border-radius: var(--_radius---radius-pill);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.security-text-wrapper {
  padding-top: 60px;
}

.security-text-wrapper._1 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.security-active-heading {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.paragraph-8 {
  color: var(--text-secondary);
  text-align: left;
  justify-content: flex-end;
  font-family: Manrope, sans-serif;
  display: flex;
}

.paragraph-8._1 {
  text-align: right;
}

.section-built-trust {
  background-color: #f7f3ee;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.trust-wrapper-1 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.security-trust-left {
  width: 24%;
}

.security-trust-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 76%;
  display: flex;
}

.trust-left-heading {
  font-family: Manrope, sans-serif;
}

.security-card-image {
  width: 50%;
  margin-left: -20px;
}

.security-card-image._1 {
  width: 90%;
  height: 45%;
  margin-top: -20px;
  margin-left: -55px;
}

.security-card-title._12 {
  margin-top: 5px;
}

.divider-vertical {
  background-color: #e5ded6;
  width: 3px;
  height: 200px;
}

.divider-vertical.security {
  width: 2px;
}

.section-security-cta {
  height: 320px;
  overflow: visible;
}

.security-cta-image {
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.security-cta-image.support {
  height: 50%;
}

.security-cta {
  z-index: 2;
  flex-flow: column;
  width: 600px;
  padding-top: 110px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.security-cta.support {
  padding-top: 80px;
}

.security-cta-heading {
  color: #fff;
  width: 750px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
}

.paragraph-9 {
  color: var(--text-secondary);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.body-3 {
  background-color: #000;
}

.heading-4 {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 56px;
}

.paragraph-10 {
  color: var(--surface-secondary);
  text-align: center;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.section-service {
  justify-content: center;
  padding: 120px 50px;
  display: flex;
}

.section-service.account {
  background-color: #f2ece5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-service.suppport {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

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

.section-service-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-left {
  width: 200px;
}

.service-cardd-image {
  width: 100%;
}

.service-card-title, .service-card-text {
  font-family: Manrope, sans-serif;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
}

.card-2 {
  color: var(--text-red);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.card-card-top {
  width: 100%;
  display: flex;
}

.card-card-image {
  width: 87px;
  height: 60px;
}

.card-card-image._5 {
  width: 70px;
}

.card-card-image._4 {
  width: 75px;
  margin-right: 3px;
}

.card-card-text {
  align-items: center;
  display: flex;
}

.section-control {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-control.account {
  padding-bottom: 0;
}

.control-container {
  justify-content: space-between;
  max-width: 1300px;
  margin-top: -50px;
  display: flex;
  overflow: visible;
}

.control-left {
  width: 35%;
}

.control-right {
  width: 65%;
}

.control-right.account {
  padding-top: 50px;
}

.contro-eyebrow {
  color: #d40022;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Manrope, sans-serif;
}

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

.card-control-grid.account {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.control-card-content {
  flex-flow: column;
  display: flex;
}

.control-card-content.account {
  flex-flow: row;
}

.control-card-heading {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.control-card-desc {
  color: var(--text-secondary);
  font-family: Manrope, sans-serif;
}

.contorl-card-image {
  border-radius: var(--_radius---radius-xl);
  border: 1px solid #d40022;
  width: 200px;
  max-width: 100%;
  height: 130px;
}

.contorl-card-image.account {
  border-radius: var(--_radius---radius-xl);
  width: 80%;
  height: 150px;
}

.section-card-cta {
  background-color: #000;
  justify-content: space-between;
  padding: 20px 100px 120px;
  display: flex;
}

.section-card-cta.account {
  background-color: #000;
  flex-flow: column;
  padding-bottom: 0;
}

.card-cta-left {
  z-index: 1;
  margin-top: 80px;
  position: absolute;
}

.card-cta-left.escrow {
  width: 500px;
  margin-top: 40px;
  margin-left: 50px;
}

.card-cta-left.account {
  margin-top: 0;
  padding-left: 0;
}

.card-cta-right {
  z-index: 1;
  padding-top: 120px;
  position: absolute;
}

.card-cta-right.account {
  padding-top: 240px;
  padding-left: 50px;
}

.text-block-33 {
  color: #d40022;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.heading-6 {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.paragraph-11 {
  color: var(--text-secondary);
  font-family: Manrope, sans-serif;
}

.service-account {
  color: #d00024;
  letter-spacing: 1px;
  margin-top: -70px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.service-heading {
  margin-bottom: 30px;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-9 {
  position: relative;
}

.image-10 {
  overflow: visible;
}

.escrow-process-section {
  background-color: #f7f3ee;
  padding: 70px 5%;
  position: relative;
  overflow: hidden;
}

.escrow-process-container {
  width: 100%;
  max-width: 1200px;
}

.escrow-process-eyebrow {
  color: #e52323;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.escrow-process-heading {
  color: #111;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.escrow-process-steps {
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 250px;
  display: flex;
  position: relative;
}

.escrow-process-step {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
  position: relative;
}

.escrow-step-icon-wrap {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.escrow-step-number {
  color: #fff;
  background-color: #e52323;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.text-block-34 {
  width: 22px;
}

.escrow-step-title {
  color: #111;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.escrow-step-text {
  text-align: center;
  width: 200px;
  font-family: Manrope, sans-serif;
}

.escrow-step-line {
  z-index: 1;
  border-top: 3px dashed #e52323;
  width: 16%;
  height: 1px;
  position: absolute;
  top: 122px;
  left: 27%;
}

.escrow-step-arrow {
  color: #e52323;
  font-size: 20px;
  position: absolute;
  top: -11px;
  right: -3px;
}

.escrow-step-connector {
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-top: 52px;
  display: flex;
}

.escrow-step-connector-line {
  border-top: 2px dashed #e52323;
  width: 100%;
  height: 1px;
  position: relative;
}

.escrow-step-connector-arrow {
  color: #e52323;
  font-size: 18px;
  position: absolute;
  top: -11px;
  right: -8px;
}

.escrow-scenarios-section {
  background-color: #050505;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.escrow-scenarios-bg {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
}

.escrow-scenarios-container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.escrow-scenarios-header {
  text-align: center;
  margin-bottom: 32px;
}

.escrow-scenarios-eyebrow {
  color: #ff2424;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.escrow-scenarios-heading {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.escrow-scenarios-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.escrow-scenario-card {
  opacity: .72;
  background-color: #0a0a0a;
  border: 1px solid #000;
  border-radius: 14px;
  min-height: 210px;
  padding: 26px;
  position: relative;
}

.escrow-scenario-icon {
  background-color: #3a1010;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.escrow-scenario-title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.escrow-scenario-text {
  opacity: .65;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 13px;
}

.escrow-scenarios-cta {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  display: flex;
}

.escrow-cta-icon {
  width: 38px;
  height: 38px;
}

.navbar-main {
  background-color: #000;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .text-block-35, .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4.w--current {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.icon {
  color: #fff;
  font-size: 16px;
}

.brand {
  display: block;
}

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

.container-6 {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: -100px;
  display: flex;
}

.body-4 {
  overflow: visible;
}

.image-12, .image-13, .image-14 {
  max-width: 80%;
}

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

.div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
  padding-left: 20px;
}

.security-container {
  margin-top: -50px;
  margin-bottom: 30px;
}

.body-5 {
  overflow: visible;
}

.image-about {
  width: 60%;
}

.container-7 {
  margin-bottom: 30px;
}

.button-4, .button-5 {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--brand-red);
}

.text-span-3 {
  color: var(--text-red);
  margin-bottom: -80px;
}

.text-span-4 {
  color: var(--text-secondary);
  margin-top: -30px;
  font-size: 20px;
  font-weight: 600;
}

.button-6, .button-7 {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--brand-red);
}

.text-block-37 {
  letter-spacing: 2px;
  font-weight: 700;
}

.button-8, .button-9, .button-10, .button-11, .button-12, .button-13, .button-14 {
  border-radius: var(--_radius---radius-pill);
  background-color: var(--brand-red);
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    background-color: #000;
  }

  .div-block {
    margin-top: -180px;
    margin-bottom: -150px;
  }

  .div-block.card {
    margin-bottom: -170px;
  }

  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-content.security {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: -40px;
  }

  .hero-title {
    width: 350px;
    font-size: 40px;
    line-height: 55px;
  }

  .hero-title.security {
    margin-top: -10px;
    font-size: 40px;
  }

  .hero-title.home {
    width: 550px;
    margin-top: -20px;
    font-size: 30px;
  }

  .hero-description.home {
    line-height: 20px;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph.ssecurity {
    margin-top: -20px;
    font-size: 15px;
  }

  .paragraph.support {
    width: 320px;
  }

  .phone-frame {
    width: 450px;
    overflow: hidden;
  }

  .trust-stats.home {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding-right: 50px;
  }

  .trust-stats.support {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .trust-card {
    background-color: #fff;
    width: 147.525px;
    padding-bottom: 32px;
  }

  .trust-icon {
    width: 60px;
    height: 60px;
  }

  .trust-number {
    font-size: 28px;
  }

  .trust-number.help {
    text-align: center;
    width: 150px;
    font-size: 18px;
  }

  .trust-title {
    text-align: center;
    font-size: 14px;
  }

  .trust-desc {
    text-align: center;
    margin-top: -20px;
  }

  .trust-desc.support, .trust-desc.suport, .trust-desc.suppport {
    font-size: 10px;
  }

  .money-image {
    margin-left: -120px;
  }

  .money-content {
    margin-left: -130px;
  }

  .money-badge {
    font-weight: 700;
  }

  .money-title {
    font-size: 36px;
    line-height: 40px;
  }

  .money-description {
    width: 250px;
    font-size: 14px;
  }

  .ecosystem-title {
    margin-bottom: 0;
    font-size: 40px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-subtitle, .button {
    font-size: 14px;
  }

  .section-footer.security {
    padding-top: 0;
  }

  .section-footer.about {
    padding-top: 30px;
  }

  .footer-top.products {
    margin-top: 150px;
  }

  .hero-earth {
    width: 150%;
    height: 200%;
  }

  .hero-earth.escrow {
    flex: 0 auto;
    width: 200%;
    height: 250%;
    margin-right: -10px;
  }

  .hero-earth.about.home {
    margin-right: -100px;
  }

  .hero-earth.support {
    margin-bottom: 150px;
  }

  .stats-wrapper {
    width: 100%;
  }

  .stats-number {
    font-size: 22px;
  }

  .stats-label {
    font-size: 14px;
  }

  .stats-description {
    font-size: 12px;
  }

  .partners-logo {
    width: 100px;
  }

  .journey-card {
    width: 22%;
  }

  .journey-icon {
    width: 110%;
    height: 40%;
  }

  .journey-year {
    margin-top: 0;
  }

  .journey-card-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .journey-card-title._3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .journey-card-title._2 {
    margin-bottom: 20px;
  }

  .journey-card-description {
    width: 120px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 15px;
  }

  .journey-card-description._3 {
    padding-top: 35px;
  }

  .journey-card-description._4 {
    padding-top: 5px;
  }

  .journey-line {
    width: 77%;
  }

  .cta-title-1 {
    font-size: 38px;
  }

  .cta-description-1 {
    font-size: 13px;
  }

  .cta-button-1 {
    font-size: 16px;
  }

  .section-cta-bg-1 {
    margin-top: -40px;
  }

  .container-5 {
    margin-top: -70px;
  }

  .section-ecosystem-1 {
    margin-bottom: -220px;
  }

  .ecosystem-heading {
    font-size: 50px;
  }

  .ecosystem-description-1 {
    width: 380px;
  }

  .journey-section {
    margin-bottom: 80px;
  }

  .timeline-row {
    margin-top: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .journey-title-1 {
    font-size: 50px;
  }

  .journey-description-1 {
    z-index: 1;
    width: 500px;
    font-size: 16px;
    position: relative;
  }

  .step-title {
    width: 160px;
    font-size: 16px;
  }

  .step-description {
    width: 140px;
    margin-top: 0;
    font-size: 12px;
  }

  .content-row {
    background-color: #000;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 800px;
    margin-top: 20px;
    position: absolute;
  }

  .cta-container-product {
    margin-top: 0;
  }

  .cta-left-product {
    margin-left: -250px;
    position: relative;
  }

  .image-8 {
    margin-bottom: 0;
    position: absolute;
  }

  .cta-left-badge {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .cta-button-products {
    margin-top: 10px;
  }

  .cta-button-left {
    width: 180px;
    font-size: 12px;
  }

  .cta-button-left.suppport {
    font-size: 16px;
  }

  .cta-button-left.security {
    width: 140px;
  }

  .cta-button-right {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .heading-wrapper {
    font-size: 48px;
  }

  .feature-paragraph {
    padding-top: 10px;
    font-size: 18px;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-compliance.card {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .compliance-left {
    padding-left: 0;
  }

  .paragraph-6.card {
    margin-bottom: 30px;
  }

  .paragraph-6.card._1 {
    width: 150px;
    margin-bottom: 0;
  }

  .heading-3.account {
    font-size: 28px;
  }

  .paragraph-7 {
    width: 200px;
  }

  .security-card-image._1 {
    margin-left: -35px;
  }

  .divider-vertical.security {
    height: 180px;
    margin-top: 15px;
    padding-top: 0;
  }

  .section-security-cta.security {
    margin-bottom: -50px;
    overflow: hidden;
  }

  .security-cta {
    padding-top: 20px;
    padding-left: 40px;
  }

  .security-cta-heading.security {
    width: 600px;
    font-size: 36px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .body-3 {
    overflow: hidden;
  }

  .heading-4 {
    font-size: 48px;
  }

  .section-service.account {
    padding-bottom: 80px;
  }

  .section-service.suppport {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-service-card {
    width: 30%;
  }

  .section-service-card.help {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 25%;
  }

  .service-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .service-card-text {
    font-size: 12px;
  }

  .div-block-11 {
    width: 750px;
  }

  .div-block-11.help {
    width: 650px;
    margin-left: -20px;
  }

  .card-2 {
    font-size: 12px;
  }

  .section-control.card {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .control-left {
    padding-top: 150px;
  }

  .contro-eyebrow {
    font-size: 12px;
  }

  .heading-5 {
    width: 450px;
    font-size: 28px;
  }

  .control-card-content.account {
    width: 250px;
    padding-right: 40px;
  }

  .control-card-heading {
    font-size: 20px;
  }

  .control-card-desc {
    font-size: 12px;
  }

  .contorl-card-image {
    width: 100px;
    height: 65px;
  }

  .card-cta-left.escrow {
    margin-left: 25px;
  }

  .card-cta-left.account {
    margin-top: 0;
    margin-left: -50px;
    padding-left: 0;
  }

  .card-cta-right.account {
    margin-left: -50px;
    padding-top: 120px;
    padding-left: 0;
  }

  .card-cta-right.card {
    margin-left: -50px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .image-10 {
    width: 450px;
    max-width: 200%;
    height: 450px;
    margin-left: -150px;
  }

  .escrow-process-steps {
    margin-left: 0;
  }

  .escrow-scenario-title {
    line-height: 20px;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: gray;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    background-color: #000;
  }

  .dropdown-link-4 {
    color: #fff;
    background-color: #000;
  }

  .container-6 {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .icon-2 {
    color: #fff;
  }

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

  .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
    width: 150px;
  }

  .icon-3 {
    color: #fff;
  }

  .div-block-20 {
    width: 100px;
    padding-top: 20px;
  }

  .div-block-21, .div-block-22, .div-block-23, .div-block-24 {
    padding-top: 20px;
  }

  .menu-button, .icon-4, .menu-button-2 {
    color: #fff;
  }

  .body-5 {
    overflow: hidden;
  }

  .icon-5 {
    color: #333;
  }

  .icon-6, .menu-button-3, .icon-7, .icon-8 {
    color: #fff;
  }

  .body-6 {
    overflow: hidden;
  }

  .dropdown-list {
    background-color: #000;
  }

  .menu-button-4.w--open, .nav-menu {
    background-color: gray;
  }

  .locales-wrapper {
    color: #fff;
    flex-flow: row;
    display: flex;
  }

  .locales-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-visual {
    width: 100%;
  }

  .hero-title.home {
    font-size: 26px;
  }

  .paragraph.card {
    width: 300px;
  }

  .trust-stats.support {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .trust-card.help {
    width: 120px;
  }

  .trust-number.help {
    width: 100px;
    font-size: 14px;
  }

  .logo-image {
    height: 80px;
  }

  .why-section {
    flex-flow: column;
  }

  .why-left {
    width: 500px;
  }

  .section-label {
    text-align: center;
    width: 620px;
  }

  .why-heading {
    text-align: center;
    width: 620px;
    margin-top: 0;
    font-size: 34px;
  }

  .why-description {
    text-align: center;
    width: 620px;
    margin-bottom: 0;
  }

  .money-content {
    margin-left: -110px;
  }

  .money-title {
    font-size: 32px;
    line-height: 30px;
  }

  .money-description {
    width: 300px;
    font-size: 13px;
  }

  .money-button {
    font-size: 14px;
  }

  .coin-image {
    width: 700px;
  }

  .ecosystem-title {
    font-size: 30px;
  }

  .cta-content {
    margin-left: -20px;
  }

  .cta-title {
    font-size: 24px;
  }

  .button {
    height: 45px;
    padding-top: 12px;
    font-size: 14px;
  }

  .button-2 {
    height: 45px;
    padding-top: 12px;
  }

  .section-footer.products, .section-footer.help {
    padding-top: 0;
  }

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

  .footer-left {
    width: 25%;
    padding-left: 20px;
  }

  .footer-right {
    width: 70%;
    padding-right: 10px;
  }

  .footer-bottom-left {
    padding-left: 10px;
  }

  .footer-bottom-right {
    padding-right: 10px;
  }

  .hero-earth {
    width: 200%;
    margin-left: 0;
    margin-right: -110px;
    position: absolute;
  }

  .hero-earth.escrow {
    margin-top: -100px;
    margin-right: -60px;
  }

  .hero-earth.security {
    width: 240%;
    margin-right: -160px;
  }

  .hero-earth.products {
    width: 400%;
    margin-right: -180px;
  }

  .hero-earth.about {
    width: 230%;
    margin-right: -150px;
  }

  .hero-earth.about.home {
    margin-right: -160px;
  }

  .hero-earth.support {
    margin-bottom: 125px;
  }

  .story-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-2 {
    font-size: 28px;
  }

  .section-description-1 {
    font-size: 13px;
  }

  .journey-header {
    padding-left: 20px;
  }

  .journey-description {
    font-size: 15px;
    line-height: 140%;
  }

  .ecosystem-heading-wrap {
    padding-left: 30px;
  }

  .ecosystem-eyebrow {
    font-size: 14px;
    font-weight: 700;
  }

  .ecosystem-heading {
    width: 400px;
    font-size: 44px;
  }

  .ecosystem-description-1 {
    width: 350px;
  }

  .journey-heading {
    padding-left: 40px;
  }

  .journey-eyebrow {
    letter-spacing: 1px;
    font-weight: 700;
  }

  .journey-title-1 {
    font-size: 44px;
  }

  .journey-description-1 {
    font-size: 14px;
  }

  .step-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .content-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-container-product {
    justify-content: flex-start;
    width: 100%;
    padding-left: 40px;
  }

  .cta-left-product {
    margin-left: 0;
    padding-top: 20px;
  }

  .cta-left-badge {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-5 {
    width: 250px;
    font-size: 12px;
  }

  .cta-button-left {
    width: 140px;
    font-size: 14px;
  }

  .cta-button-left.suppport {
    width: 160px;
    font-size: 14px;
  }

  .cta-button-left.suppport.support {
    width: 200px;
  }

  .cta-button-left.security {
    font-size: 12px;
  }

  .section-compliance.card {
    flex-flow: column;
    padding-top: 40px;
  }

  .compliance-left {
    text-align: center;
    width: 60%;
  }

  .compliance-left.card {
    padding-top: 0;
  }

  .compliance-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .compliance-right.card {
    width: 100%;
  }

  .card-heading.account, .card-heading._3 {
    font-size: 16px;
  }

  .paragraph-6.card {
    font-size: 12px;
  }

  .paragraph-6.card._1 {
    width: 100%;
  }

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

  .heading-3.account {
    margin-top: 10px;
    font-size: 24px;
  }

  .paragraph-7 {
    text-align: left;
    margin-top: 40px;
  }

  .red-line {
    width: 300px;
    margin-top: 0;
  }

  .red-line.security {
    width: 150px;
  }

  .section-security-active {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .security-left {
    z-index: 1;
    margin-top: 0;
    position: relative;
  }

  .security-right {
    margin-top: 0;
    position: relative;
  }

  .security-info-group {
    position: static;
  }

  .security-shield-image {
    width: 50%;
    position: absolute;
  }

  .security-text-wrapper {
    padding-top: 10px;
  }

  .security-text-wrapper._1 {
    position: static;
  }

  .security-active-heading {
    font-size: 20px;
  }

  .security-active-heading._2 {
    padding-left: 10px;
  }

  .paragraph-8 {
    justify-content: flex-end;
  }

  .paragraph-8._2 {
    text-align: right;
  }

  .trust-wrapper-1 {
    flex-flow: column;
    padding-left: 20px;
  }

  .security-trust-left {
    text-align: left;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 20px;
    display: flex;
  }

  .trust-left-heading {
    text-align: center;
    width: 350px;
    font-size: 28px;
  }

  .security-card-image._1 {
    width: 100%;
    height: 30%;
    margin-top: -15px;
    margin-left: -20px;
  }

  .security-card-title._12 {
    font-size: 24px;
  }

  .security-cta-heading.support {
    font-size: 44px;
  }

  .security-cta-heading.security {
    width: 550px;
    font-size: 30px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .body-3 {
    overflow: hidden;
  }

  .service-card-title {
    font-size: 16px;
  }

  .div-block-11 {
    width: 600px;
  }

  .div-block-11.help {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 650px;
    margin-left: 40px;
  }

  .card-2 {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
  }

  .card-card-image {
    width: 83px;
    height: 58px;
  }

  .card-card-image._4 {
    width: 60px;
  }

  .card-card-text {
    padding-right: 0;
  }

  .control-left {
    padding-top: 120px;
  }

  .heading-5 {
    margin-bottom: 30px;
  }

  .card-control-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .card-control-grid.account {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .control-card-content.account {
    justify-content: space-between;
    width: 180px;
  }

  .control-card-heading {
    width: 100%;
    margin-right: -30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .control-card-desc {
    width: 100%;
    padding-right: 10px;
  }

  .contorl-card-image {
    width: 50px;
    height: 45px;
  }

  .contorl-card-image.account {
    width: 50%;
    height: 100px;
  }

  .image-10 {
    margin-left: -190px;
  }

  .escrow-process-steps {
    margin-left: -30px;
  }

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

  .div-block-14 {
    width: 400px;
    margin-left: 0;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
    width: 400px;
    margin-right: -40px;
  }

  .div-block-20 {
    width: 200px;
  }

  .div-block-21 {
    width: 150px;
  }

  .div-block-22, .div-block-23, .div-block-24 {
    width: 200px;
  }

  .body-5 {
    overflow: hidden;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .container-8 {
    margin-top: -100px;
  }

  .icon-7 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: -50px;
    margin-bottom: 100px;
  }

  .container.card {
    margin-bottom: 0;
  }

  .container.account {
    margin-bottom: -50px;
  }

  .container.excrow {
    margin-bottom: 0;
  }

  .div-block {
    margin-top: -140px;
  }

  .div-block.card {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .div-block.help {
    margin-bottom: -210px;
  }

  .hero-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 150px;
  }

  .hero-content.card {
    margin-top: 50px;
  }

  .hero-content.account, .hero-content.excrow {
    margin-top: 0;
  }

  .hero-content.help {
    margin-top: -100px;
  }

  .hero-title {
    width: 200px;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-title.escrow {
    width: 300px;
    margin-bottom: 60px;
  }

  .hero-title.card {
    width: 180px;
  }

  .hero-title.security {
    font-size: 30px;
  }

  .hero-title.home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph {
    width: 150px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.card {
    width: 180px;
  }

  .paragraph.ssecurity {
    line-height: 20px;
  }

  .paragraph.support {
    width: 150px;
  }

  .section-trust.help, .trust-wrapper.support {
    margin-bottom: 550px;
  }

  .trust-stats.home {
    grid-template-rows: auto auto minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    place-items: stretch center;
    margin-top: -50px;
    padding-right: 20px;
  }

  .trust-stats.support {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .trust-card {
    width: 100%;
  }

  .trust-card.help {
    width: 180px;
    height: 260px;
  }

  .trust-card.help._5 {
    width: 300px;
  }

  .trust-icon._5 {
    margin-top: -50px;
  }

  .trust-number._5, .trust-title._5, .trust-desc._5 {
    margin-top: -30px;
  }

  .partner-section {
    margin-top: 500px;
  }

  .partner-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-image {
    width: 120%;
    height: 100px;
  }

  .section-label {
    width: 350px;
  }

  .why-heading {
    width: 350px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .why-description {
    width: 350px;
  }

  .why-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-money, .money-wrapper {
    margin-bottom: 0;
  }

  .money-image {
    margin-left: 0;
    position: absolute;
  }

  .money-content {
    z-index: 15;
    align-items: center;
    margin-left: 0;
    position: relative;
  }

  .money-badge {
    color: var(--text-red);
    margin-top: 110px;
    margin-left: 0;
  }

  .money-title {
    text-align: center;
    width: 389px;
    margin-left: 0;
    padding-left: 0;
  }

  .money-description {
    text-align: center;
    width: 350px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .money-button {
    margin-top: 150px;
    margin-left: -50px;
  }

  .container-2 {
    margin-bottom: -200px;
  }

  .world-image {
    width: 450px;
    height: 550px;
    padding-top: 100px;
  }

  .coin-image {
    width: 450px;
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 100px;
  }

  .ecosystem-marquee {
    padding-top: 0;
  }

  .ecosystem-card-1, .ecosystem-card-2, .ecosystem-card-3, .ecosystem-card-4, .ecosystem-card-5, .ecosystem-card-6, .ecosystem-card-7, .ecosystem-card-8 {
    min-width: 180px;
  }

  .cta-title {
    width: 250px;
    margin-top: 0;
    font-size: 20px;
  }

  .cta-subtitle {
    width: 200px;
  }

  .button, .button-2 {
    width: 100px;
    height: 40px;
    padding: 5px 20px 10px 25px;
    font-size: 10px;
    line-height: 15px;
  }

  .cta-logo-bg {
    margin-right: -80px;
  }

  .image-2 {
    width: 250px;
  }

  .section-footer.escrow {
    padding-top: 0;
  }

  .section-footer.security {
    margin-top: -80px;
    overflow: hidden;
  }

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

  .section-footer.about {
    margin-top: -30px;
    padding-top: 0;
  }

  .footer-top {
    flex-flow: column;
  }

  .footer-left {
    width: 100%;
    padding-right: 20px;
    display: block;
  }

  .footer-right {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: center;
    width: 100%;
    padding-left: 10px;
    display: grid;
  }

  .footer-column {
    width: 100%;
    padding-left: 30px;
  }

  .footer-column.is-products {
    width: 100%;
  }

  .hero-earth {
    width: 600%;
    height: 150%;
    margin-right: -120px;
  }

  .hero-earth.escrow {
    width: 320%;
    height: 100%;
    margin-top: 50px;
    margin-right: -70px;
  }

  .hero-earth.card {
    width: 360%;
    height: 160%;
    margin-right: -220px;
  }

  .hero-earth.security {
    width: 420%;
    height: 200%;
    margin-right: -220px;
  }

  .hero-earth.products {
    width: 650%;
    margin-right: -170px;
  }

  .hero-earth.accounts {
    width: 320%;
  }

  .hero-earth.about {
    width: 350%;
  }

  .hero-earth.about.home {
    margin-top: 150px;
    margin-right: -190px;
  }

  .hero-earth.support {
    width: 320%;
    margin-right: -150px;
  }

  .story-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story-left {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .story-right {
    width: 100%;
    height: 200px;
  }

  .section-label-1 {
    text-align: center;
  }

  .section-title-2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .section-description-1 {
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .story-card-1 {
    height: 100%;
  }

  .image-3 {
    width: 100%;
  }

  .mission-grid {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .mission-item {
    width: 50%;
  }

  .mission-item-text {
    width: 200%;
    font-size: 12px;
  }

  .mission-item-title {
    font-size: 18px;
    line-height: 20px;
  }

  .stats-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .stats-item {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .stats-number {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .stats-label {
    width: 150px;
    margin-bottom: 0;
  }

  .stats-description {
    width: 150px;
  }

  .partners-wrapper {
    width: 95%;
    margin-left: 10px;
    margin-right: -50px;
  }

  .partners-title {
    width: 100px;
    margin-left: -20px;
    font-size: 13px;
  }

  .partners-logo-grid {
    flex: 0 auto;
    width: 70%;
    height: 50%;
    margin-left: 60px;
    position: absolute;
  }

  .container-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .partner-image {
    width: 130%;
    height: 110%;
  }

  .journey-header {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
  }

  .journey-timeline {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .journey-header-left {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .journey-header-right {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    font-size: 13px;
  }

  .journey-label {
    color: red;
    letter-spacing: 1px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }

  .journey-title {
    width: 100%;
    margin-top: 10px;
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }

  .journey-description {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .journey-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .journey-icon {
    width: 100%;
  }

  .journey-icon._1 {
    width: 100%;
    height: 40%;
  }

  .journey-card-title {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .journey-card-title._2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .journey-card-description {
    padding-top: 0;
  }

  .journey-card-description._3 {
    margin-top: -44px;
    padding-top: 0;
  }

  .journey-card-description._4 {
    margin-top: -38px;
    padding-top: 0;
  }

  .cta-title-1 {
    font-size: 22px;
  }

  .cta-description-1 {
    width: 350px;
    font-size: 11px;
  }

  .text-red {
    margin-top: -20px;
  }

  .section-ecosystem-1 {
    overflow: hidden;
  }

  .ecosystem-heading-wrap {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: -20px;
    padding-left: 0;
    display: flex;
  }

  .ecosystem-heading {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 210px;
    font-size: 20px;
  }

  .ecosystem-description-1 {
    text-align: center;
    width: 80%;
    font-size: 12px;
  }

  .image-6 {
    vertical-align: baseline;
    flex: 0 auto;
    width: 150%;
    margin-top: 50px;
    padding-right: 90px;
    position: absolute;
  }

  .journey-section {
    overflow: hidden;
  }

  .journey-title-1 {
    font-size: 30px;
  }

  .journey-description-1 {
    width: 25%;
    margin-top: 10px;
    font-size: 12px;
  }

  .journey-step {
    width: 100%;
  }

  .step-title {
    width: 60px;
    font-size: 10px;
    line-height: 15px;
  }

  .step-description {
    width: 60px;
    font-size: 9px;
  }

  .content-row {
    grid-template-columns: minmax(80px, .75fr) minmax(80px, .75fr) minmax(80px, .75fr) minmax(80px, .75fr) minmax(80px, .75fr);
    justify-items: start;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section-product {
    overflow: hidden;
  }

  .cta-container-product {
    padding-left: 10px;
  }

  .cta-left-product {
    padding-top: 20px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-5 {
    width: 200px;
    font-size: 10px;
  }

  .cta-button-left {
    width: 130px;
    margin-top: 0;
    font-size: 12px;
  }

  .cta-button-left.suppport {
    width: 160px;
    font-size: 14px;
  }

  .cta-button-left.security {
    width: 120px;
    height: 40px;
    font-size: 10px;
  }

  .cta-button-right {
    width: 100px;
    margin-top: 0;
    font-size: 10px;
  }

  .text-block-32 {
    font-size: 10px;
  }

  .section-security-features {
    overflow: hidden;
  }

  .heading-wrapper {
    font-size: 28px;
  }

  .feature-paragraph {
    padding-top: 0;
    font-size: 14px;
  }

  .div-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card {
    text-align: center;
    flex-flow: column;
    width: 170px;
    padding-left: 0;
  }

  .section-compliance.security {
    flex-flow: column;
    overflow: hidden;
  }

  .compliance-left, .compliance-right {
    width: 100%;
  }

  .compliance-right.card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-heading.security {
    font-size: 16px;
  }

  .heading-3 {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-7 {
    width: 100%;
    margin-top: 20px;
  }

  .red-line {
    width: 150px;
  }

  .red-line.security {
    width: 80px;
  }

  .section-security-active {
    padding-top: 0;
  }

  .security-center-heading {
    margin-top: 200px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    position: relative;
  }

  .security-active-heading {
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 10px;
    line-height: 16px;
  }

  .paragraph-8._1 {
    padding-left: 5px;
    font-size: 10px;
  }

  .section-built-trust {
    overflow: hidden;
  }

  .security-trust-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .security-card-image {
    width: 100%;
    height: 30%;
    margin-left: 0;
  }

  .security-card-image._1 {
    margin-top: -40px;
    margin-left: 0;
  }

  .security-card-description {
    text-align: center;
  }

  .security-card-title {
    text-align: center;
    margin-top: 0;
  }

  .security-card-title._12 {
    text-align: center;
    margin-top: -60px;
  }

  .divider-vertical, .divider-vertical.security {
    height: 50px;
  }

  .security-cta-image.security {
    height: 22%;
    margin-top: 20px;
    padding-top: 10px;
  }

  .security-cta {
    padding-left: 20px;
  }

  .security-cta.support {
    padding-top: 60px;
  }

  .security-cta-heading.support {
    font-size: 28px;
  }

  .security-cta-heading.security {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .body-3 {
    overflow: visible;
  }

  .heading-4 {
    font-size: 32px;
  }

  .paragraph-10 {
    padding-top: 0;
    font-size: 12px;
  }

  .section-service.suppport {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-service-card {
    flex-flow: column;
  }

  .service-card-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-cardd-image {
    text-align: left;
    width: 60%;
  }

  .service-card-title {
    text-align: center;
    width: 200px;
    margin-top: 0;
  }

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

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .div-block-11.help {
    margin-top: 40px;
  }

  .card-card-top {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .card-card-top._1 {
    padding-left: 30px;
  }

  .section-control.card {
    overflow: hidden;
  }

  .control-left {
    text-align: center;
    margin-right: -350px;
  }

  .control-right {
    margin-top: -30px;
  }

  .control-right.account {
    width: 100%;
    margin-left: 250px;
  }

  .contro-eyebrow, .heading-5 {
    text-align: left;
  }

  .control-card-desc.card {
    width: 80%;
  }

  .section-card-cta.account {
    padding-bottom: 160px;
  }

  .card-cta-left.escrow {
    margin-left: -20px;
  }

  .card-cta-left.account {
    margin-left: -80px;
  }

  .card-cta-right.account {
    margin-left: -80px;
    padding-top: 140px;
  }

  .card-cta-right.card {
    margin-left: -80px;
  }

  .text-block-33 {
    font-size: 12px;
    font-weight: 700;
  }

  .heading-6 {
    width: 70%;
    margin-top: 5px;
    font-size: 18px;
  }

  .heading-6.account {
    line-height: 25px;
  }

  .paragraph-11.accoount {
    width: 200px;
  }

  .service-account {
    font-size: 14px;
  }

  .service-heading {
    text-align: center;
    font-size: 28px;
  }

  .image-9 {
    width: 100%;
    height: 200px;
    margin-left: -100px;
    position: absolute;
  }

  .image-10 {
    margin-left: -700px;
  }

  .escrow-process-steps {
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
  }

  .escrow-process-step {
    padding-top: 25px;
  }

  .escrow-scenarios-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-15 {
    margin-left: 500px;
  }

  .security-container {
    margin-top: -90px;
  }

  .body-5 {
    overflow: visible;
  }

  .image-about {
    width: 100%;
  }

  .button-3, .button-4, .button-5 {
    font-size: 12px;
  }

  .text-span-3 {
    margin-bottom: -50px;
  }

  .text-span-4 {
    width: 250px;
    margin-top: -10px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-6 {
    padding-left: 15px;
    font-size: 11px;
  }

  .button-7 {
    font-size: 10px;
  }

  .text-block-36 {
    letter-spacing: 2px;
    font-weight: 700;
  }

  .body-6 {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_971184e5-5850-8ce1-151b-dc5098b0bc06-b392b30f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e2f3e2f-bd23-6734-a8d8-0a6865be9052-87d18aab {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_07ebada4-c05a-dd6c-f7a9-f341854888a1-70eac068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


