:root {
  --_themes---background: var(--_colors---dark01);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_themes---text: var(--_colors---white);
  --_text-style---font-size: var(--text--body);
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_colors---grey04: #9d9d9d;
  --_colors---primary02: #7d4ce6;
  --_colors---light-grey01: #f7f7f7;
  --_colors---pink: #f96cca;
  --_colors---primary: #996cf9;
  --_colors---grey02: #6b6b6b;
  --_colors---grey03: #7b7b7b;
  --_colors---white: white;
  --_colors---dark01: #07080a;
  --_colors---light-grey02: #f2f2f2;
  --_colors---grey06: #dedede;
  --_colors---brown: #b96d45;
  --_colors---silver: #aaa;
  --_colors---gold: #f9ca6c;
  --_colors---platinum: #bdabe6;
  --_colors---dark08: #0c0f10;
  --_font-family---bebas: "Bebas 400", Impact, sans-serif;
  --_colors---dark: #171717;
  --_colors---aqua: #6cd8f9;
  --_colors---grey01: #222;
  --padding-global: 5%;
  --container-nav: 98.4rem;
  --container-large: 130rem;
  --container-medium: 98.4rem;
  --container-small: 67rem;
  --container-1080: 108rem;
  --text--body: 1.4rem;
  --text--text-tiny: 1rem;
  --text--text-small: 1.2rem;
  --text--text-medium: 1.6rem;
  --text--text-large: 1.8rem;
  --text--h1: 5.6rem;
  --text--h2: 4.6rem;
  --text--h3: 3.6rem;
  --text--h4: 3.2rem;
  --text--h5: 2.4rem;
  --text--h6: 2rem;
  --text--display1: 10rem;
  --other--padding-section: 16.4rem;
  --_colors---dark02: #0e1012cc;
  --_colors---dark06: #1e2225;
}

body {
  background-color: var(--_themes---background);
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h1);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

h2 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

h3 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h3);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h4);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h5);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h6);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

p {
  color: var(--_themes---text);
}

a {
  color: var(--_colors---grey04);
  font-size: 1.6rem;
  text-decoration: none;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.text-large {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--text-large);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-small {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--text-small);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-style-h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h1);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-style-h3 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h3);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-style-h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h4);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-style-h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h5);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

.text-style-h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h6);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-medium {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--text-medium);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

.text-medium.text-cl-grey03 {
  width: 100%;
}

.text-medium.text-cl-grey03.hide-opacity {
  opacity: 0;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
}

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

.text-wrap-nowrap {
  text-wrap: nowrap;
}

.text-weight-500 {
  font-weight: 500;
}

.theme-invert {
  background-color: var(--_themes---background);
  --_themes---background: var(--_colors---light-grey01);
  --_themes---text: var(--_colors---dark01);
}

.button {
  color: #fff;
  letter-spacing: .015rem;
  background-color: #996cf9;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding: .8rem 3.2rem;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: inline-flex;
}

.button:hover {
  background-color: var(--_colors---primary02);
}

.button.is-icon {
  grid-column-gap: 1rem;
  background-color: #0e1012;
  border: 1px solid #222;
  border-radius: 3.6rem;
  height: 3.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.button.is-icon:hover {
  background-color: #18191b;
}

.button.is-secondary {
  background-color: var(--_colors---light-grey01);
  pointer-events: none;
  color: #707070;
  height: 3.6rem;
  padding: 1rem 1.2rem;
}

.button.is-small {
  height: 3.6rem;
  padding: .6rem 1.4rem;
}

.button.is-icon-pink {
  grid-column-gap: 1rem;
  background-color: var(--_colors---pink);
}

.icon-arrow {
  flex: none;
  margin-top: -.6rem;
  display: inline-block;
}

.icon-logo {
  width: 1.9rem;
  height: 1.8rem;
}

.nav_content {
  justify-content: space-between;
  align-items: center;
}

.nav_content.container-medium {
  background-color: #0e1012;
  border-radius: 2rem;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
}

.nav_content.container-medium.border-inset {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e1012cc;
  overflow: hidden;
}

.nav_link {
  font-weight: 400;
}

.nav_menu {
  grid-column-gap: 6rem;
  justify-content: flex-start;
  align-items: center;
}

.image {
  max-width: 10rem;
  height: auto;
  display: block;
}

.nav {
  z-index: 1000;
  width: 100%;
  position: fixed;
  inset: 1.4rem auto auto 0%;
}

.nav_links {
  grid-column-gap: 3.1rem;
}

.hero_unicorn {
  z-index: 1;
  width: 144rem;
  height: 90rem;
  display: block;
}

.hero_h1, .h1_span {
  display: block;
}

.hero_content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.hero_content.text-align-center {
  height: 100vh;
  min-height: 75rem;
}

.hero_p {
  max-width: 38.6rem;
  padding-top: 3.1rem;
  padding-bottom: 4.3rem;
  font-weight: 500;
}

.hero {
  background-color: #07080a;
}

.marquee_numbers_img {
  grid-column-gap: .9rem;
  justify-content: flex-start;
  align-items: center;
}

.numbers_h2.text-style-h6 {
  text-align: center;
  text-align: center;
  max-width: 46rem;
}

.marquee_shadow {
  background-image: linear-gradient(90deg, #07080a, #0000);
  width: 6%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.marquee_shadow.is-right {
  inset: 0% 0% auto auto;
  background-image: linear-gradient(270deg, #07080a, #0000);
  inset: 0% 0% auto auto;
}

.marquee_box {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-color: #0e1012cc;
  border-radius: 1.6rem;
  width: 31rem;
  padding: 1.6rem 1rem;
}

.marquee_box.border-inset {
  background-color: #0c0f10;
}

.numbers {
  background-color: #07080a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.7rem;
  overflow: hidden;
}

.numbers.no-container {
  background-color: var(--_themes---background);
  background-color: var(--_themes---background);
}

.numbers_content {
  justify-content: center;
  align-items: center;
}

.numbers_content.container-huge {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}

.marquee_item {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
}

.marquee_wrap {
  margin-top: 3.6rem;
  position: relative;
}

.marquee_img {
  width: 3rem;
  height: 3rem;
}

.text-cl-grey-04 {
  color: var(--_colors---grey04);
}

.spacer-r-5 {
  padding-right: .5rem;
}

.features_card_text {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
}

.features_card_unicorn {
  aspect-ratio: 1;
  width: 100%;
  max-width: 28rem;
  height: 28rem;
  max-height: 28rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.features_card_unicorn.is-lock {
  max-width: 28rem;
  height: 28rem;
  max-height: 28rem;
  margin-bottom: 2rem;
}

.features_card_unicorn.is-block {
  max-width: 26rem;
  height: 26rem;
  max-height: 26rem;
}

.features_cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 36.05% 23.26% 36.05%;
  width: 100%;
  max-width: 86rem;
  padding-top: 8.1rem;
}

.features_support_left {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
}

.features_card_p {
  margin-top: 2.4rem;
}

.features_card_p.text-cl-grey03 {
  line-height: 1.4;
}

.text-span-2 {
  display: inline-block;
}

.features_soon {
  background-color: var(--_colors---primary);
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
}

.features_check_box {
  background-color: #15fb4b33;
  border-radius: 9rem;
  width: 2rem;
  height: 2rem;
  padding: .3rem;
}

.features_card_list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.text-span {
  display: inline-block;
}

.features {
  z-index: 2;
  background-color: var(--_themes---background);
}

.features_crypto_img {
  width: 2rem;
  height: 2rem;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #14151766;
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .8rem;
  display: flex;
}

.list-item.border-inset {
  background-color: #101113;
  box-shadow: 0 4px 8.6px #00000040, inset 0 .5px #222;
}

.features_card_item {
  background-color: #0c0f10;
  border-radius: 1.6rem;
}

.features_card_item.border-inset {
  background-color: #0e1012;
  padding: 3.2rem;
  overflow: hidden;
  box-shadow: inset 0 .5px #222;
}

.h2_grey_span {
  display: block;
}

.features_support_right {
  grid-column-gap: .5rem;
  background-color: #1e2225;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  padding: .8rem;
}

.features_content {
  justify-content: center;
  align-items: center;
  padding-top: 14.8rem;
  padding-bottom: 10rem;
}

.features_support.border-inset {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0e1012cc;
  border-radius: 1.2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .4rem .4rem .4rem 1.4rem;
  display: flex;
}

.svg_color_inherit {
  color: var(--_colors---primary);
  height: 2.1rem;
}

.svg_color_inherit.is-green {
  color: #6cf99b;
}

.svg_color_inherit.is-pink {
  color: #f96cca;
}

.features_h2 {
  margin-top: .6rem;
  margin-bottom: 3.6rem;
}

.features_heading {
  justify-content: center;
  align-items: center;
}

.svg_decoration_main {
  height: 2.1rem;
}

.text-cl-grey02 {
  color: var(--_colors---grey02);
}

.text-cl-grey03 {
  color: var(--_colors---grey03);
}

.svg-check-icon-green {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1;
}

.hero_unicorn_wrap {
  background-color: var(--_themes---background);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer_link {
  color: var(--_colors---white);
}

.footer_bottom {
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
}

.footer_bottom_link {
  color: var(--_colors---grey03);
  font-size: 1.4rem;
}

.footer_content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 10rem;
}

.footer_logo {
  width: 70%;
}

.image-5 {
  max-width: 10rem;
}

.footer_links {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: space-between;
  width: 20%;
}

.footer_links_col {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.footer_bottom_links {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 2.6rem;
}

.footer_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer_unicorn {
  aspect-ratio: 131 / 50;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
  padding-bottom: 2rem;
  display: block;
}

.footer_link_heading {
  color: var(--_colors---primary);
}

.footer_link_heading.text-medium {
  padding-bottom: 2.2rem;
}

.footer_copyright {
  color: var(--_colors---grey03);
  font-size: 1.4rem;
}

.docs_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  padding-bottom: 13.1rem;
}

.text-block {
  text-decoration: none;
}

.docs {
  padding-top: 20rem;
}

.docs.theme-invert {
  padding-top: 10rem;
}

.docs_card {
  z-index: 2;
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
  flex: 1;
  justify-content: space-between;
  padding: 3.2rem;
  position: relative;
}

.break-line {
  display: block;
}

.footer_unicorn_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer_shadow {
  display: none;
}

.models_road1 {
  background-color: var(--_colors---light-grey02);
  border: .5px solid #dedede;
  border-radius: 2rem;
  padding: 1rem;
  position: relative;
}

.text-cl-grey04 {
  color: #9d9d9d;
  display: inline-block;
}

.text-cl-grey04.text-align-center {
  color: var(--_colors---grey04);
}

.models_road_panel {
  z-index: 2;
  grid-column-gap: 4.2rem;
  grid-row-gap: 4.2rem;
  background-color: #f2f2f2;
  border: .5px solid #dedede;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 86rem;
  padding-top: 1.8rem;
  padding-bottom: 3.3rem;
  position: relative;
}

.models_road_panel.is-second {
  max-width: 87rem;
  padding-bottom: 7.1rem;
}

.models_arrow_up {
  margin-top: -2.6rem;
}

.models_panel_ibm_box {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  padding-top: 1.4rem;
  display: flex;
}

.models_panel_box_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  display: grid;
}

.models_road4 {
  justify-content: center;
  align-items: center;
}

.models_panel_ibm {
  background-color: var(--_colors---grey06);
  border-radius: .4rem;
  padding: .2rem;
  font-family: IBM-PLEX-Mono, Arial, sans-serif;
  display: inline-block;
}

.models {
  background-color: #07080a;
  padding-top: 8rem;
}

.models.theme-invert {
  z-index: 1;
  background-color: var(--_themes---background);
  z-index: 1;
  background-color: var(--_themes---background);
}

.models_h2 {
  margin-top: .6rem;
}

.models_arrow_down {
  position: relative;
  top: -4.7rem;
}

.models_road2 {
  z-index: 2;
  grid-column-gap: .4rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 8.2rem;
  margin-top: 4.3rem;
}

.models_road_pink.text-medium {
  background-color: var(--_colors---pink);
  color: #fff;
  background-color: var(--_colors---pink);
  border-radius: .6rem;
  padding: 1rem;
}

.models_heading {
  justify-content: center;
  align-items: center;
}

.models_heading.text-align-center {
  padding-bottom: 13.4rem;
}

.models_arrow_small {
  width: 1.2rem;
  margin-top: -.4rem;
}

.models_road1_p {
  border-radius: 1rem;
  padding: 2rem 2.4rem;
  box-shadow: 0 4px 7.1px #0000001f;
}

.models_heading_p.text-style-h3.text-cl-grey02 {
  max-width: 66rem;
}

.models_road {
  justify-content: center;
  align-items: center;
}

.models_panel_box {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 32rem;
  padding: 2rem 1.6rem;
  box-shadow: 0 6px 10px #00000008;
}

.models_small_p {
  color: #f96cca;
  background-color: #f96cca4d;
  border-radius: .4rem;
  padding: .4rem;
  font-family: IBM-PLEX-Mono, Arial, sans-serif;
}

.models_road3 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.models_arrows {
  width: 2.6rem;
  position: relative;
}

.infra_sticky_heading {
  flex: none;
  width: 39%;
  height: 80vh;
  padding-top: 34vh;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: sticky;
  top: 0;
}

.infra_h3.text-style-h4 {
  color: var(--_colors---pink);
  margin-top: 8rem;
  margin-bottom: 2.4rem;
}

.infra_anchor_tr {
  width: 1px;
  position: absolute;
  top: 100vh;
}

.sticky-spacer {
  height: 100vh;
}

.infra_content {
  z-index: 2;
  padding-top: 16.5rem;
  position: relative;
}

.infra_heading {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: center;
}

.infra_crypto_box {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border: 2px solid var(--_colors---light-grey01);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem 1rem .6rem .6rem;
  display: flex;
}

.infra_bg_right2 {
  width: 22.7rem;
  height: 61.5rem;
  margin-top: 18vh;
}

.infra_card_eyebrow {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
}

.infra_card_btn.button.is-secondary {
  margin-top: auto;
  display: inline-block;
}

.infra_crypto_wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.4rem;
  padding-bottom: 2rem;
  display: flex;
}

.infra_h4 {
  color: var(--_colors---pink);
  margin-bottom: 8.4rem;
}

.infra_sticky_card_wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 80vh;
  margin-top: 35vh;
  padding-top: 32vh;
  display: block;
  position: sticky;
  top: 0;
}

.infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second, .infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second {
  margin-top: -20vh;
  padding-top: 32vh;
}

.infra_sticky {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
}

.infra_crypto_img {
  width: 3rem;
}

.infra_bg_left2 {
  width: 27.9rem;
  height: 61.5rem;
}

.sticky.is-infra {
  min-height: 100vh;
  top: 0;
}

.infra_cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  margin-top: 9.9rem;
}

.spacer-42 {
  padding-top: 4.2rem;
}

.infra_sticky_card {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #ffffffe6;
  border-radius: 1.6rem;
  width: 100%;
  padding: 2.4rem 3.2rem 2.8rem;
}

.infra_p.text-cl-grey03 {
  max-width: 31.7rem;
  margin-bottom: 9.6rem;
}

.infra_p.text-cl-grey03.text-medium {
  line-height: 1.4;
}

.infra_sticky_h3.text-style-h4 {
  max-width: 43rem;
}

.infra_sticky_cards {
  align-items: stretch;
  width: 62%;
}

.infra_card {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #ffffffb3;
  border-radius: 1.6rem;
  width: 100%;
  padding: 3.2rem;
}

.infra_sticky_h3_span {
  display: block;
}

.infra {
  z-index: 1;
  background-color: #07080a;
  margin-top: -100vh;
}

.infra.theme-invert {
  background-color: var(--_themes---background);
  background-color: var(--_themes---background);
}

.span_block {
  display: block;
}

.infra_bg {
  z-index: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 65rem;
  display: flex;
  position: absolute;
  inset: 3.6rem 0% auto;
}

.infra_crypto_p {
  color: var(--_colors---grey03);
  font-weight: 500;
}

.workflow_card_p {
  margin-top: 1.6rem;
}

.workflow_card_p.text-cl-grey04 {
  padding-bottom: 4rem;
  line-height: 1.4;
}

.workflow_bg_right2 {
  background-image: url("https://cdn.prod.website-files.com/684adee3c3ffa13eec7ffe4b/684adee3c3ffa13eec7ffe97_workflow_bg_rightx2.webp");
  background-position: 0 0;
  background-size: cover;
  width: 56.3rem;
  height: 51.6rem;
}

.workflow_content {
  justify-content: center;
  align-items: center;
  padding-top: 4.8rem;
  position: relative;
  overflow: hidden;
}

.workflow_card_eyebrow {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4.7rem;
}

.workflow_panel_card {
  background-color: #0e1012cc;
  border-radius: 1.6rem;
  padding: 2.8rem 2.9rem;
}

.workflow_panel_card.border-inset {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.workflow_line {
  z-index: 2;
  background-image: radial-gradient(circle, #996cf9, #fff0);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.workflow_shadow_img {
  pointer-events: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.workflow {
  z-index: 2;
  background-color: var(--_themes---background);
  overflow: hidden;
}

.workflow_panel_dashboards {
  aspect-ratio: 130 / 82;
  background-color: #0e1012cc;
  border-radius: .8rem;
  width: 100%;
  padding: 1.3rem 1.5rem;
  position: relative;
}

.workflow_heading {
  justify-content: flex-start;
  align-items: center;
}

.workflow_panel_img {
  background-color: #0e1012cc;
  border-radius: 1.42rem;
}

.workflow_panel_img.is-hidden {
  inset: 0% auto auto 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.workflow_bg_left2 {
  background-image: url("https://cdn.prod.website-files.com/684adee3c3ffa13eec7ffe4b/684adee3c3ffa13eec7ffe92_workflow_bg_leftx2.webp");
  background-position: 0 0;
  background-size: cover;
  width: 30rem;
  height: 51.6rem;
  margin-top: auto;
}

.workflow_h2 {
  margin-top: .6rem;
  margin-bottom: 9.2rem;
}

.workflow_card_shadow {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.workflow_panel_imgs_wrap {
  position: relative;
}

.workflow_panel_cards {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  align-items: stretch;
  margin-top: 4rem;
}

.workflow_bg {
  z-index: -1;
  background-color: #07080a;
  justify-content: space-between;
  width: 100%;
  height: 86rem;
  margin-top: 25.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.3rem;
  padding-bottom: 8.5rem;
  display: flex;
  position: relative;
}

.cta_p {
  max-width: 40rem;
  margin-top: 2.4rem;
  margin-bottom: 6.4rem;
}

.cta {
  z-index: 2;
  background-color: var(--_themes---background);
  display: flex;
  overflow: hidden;
}

.cta_left {
  width: 50%;
}

.cta_crytpo_status {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.cta_crytpo_status.text-small {
  color: #6cd8f9;
  background-color: #6cd8f94d;
  border-radius: 9rem;
  padding: .6rem;
}

.cta_crytpo_status.text-small.is-violet {
  color: #996cf9;
  background-color: #996cf94d;
}

.cta_crypto_status_text {
  line-height: .8;
}

.cta_crypto_box {
  aspect-ratio: 1;
  background-color: #0e1012cc;
  border-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  width: 14.1rem;
  max-width: 14.1rem;
  height: 14.1rem;
  display: flex;
  position: relative;
}

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

.cta_crytpo_img {
  width: 100%;
  max-width: 8rem;
  height: auto;
}

.cta_crytpo_img.is-sonic {
  max-width: 10.4rem;
}

.cta_crytpo_img.is-avalanche {
  max-width: 12.1rem;
}

.cta_crytpo_img.is-bsc {
  max-width: 6.4rem;
}

.cta_crytpo_img.is-polygon {
  max-width: 10.1rem;
}

.cta_crytpo_img.is-arbitrum {
  max-width: 5.7rem;
}

.cta_crytpo_img.is-base {
  max-width: 9.8rem;
}

.cta_crytpo_img.is-berachain {
  max-width: 9.4rem;
}

.cta_crytpo_img.is-solana {
  max-width: 9.6rem;
}

.stats_decoration {
  width: 2.4rem;
  height: 2.4rem;
}

.stats_col_heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  padding: 3.2rem;
  display: flex;
}

.stats_numbers {
  color: #fff;
  margin-top: -.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
}

.stats_col_h3 {
  color: var(--_colors---primary);
}

.stats_col_h3.text-style-h6.is-bronze {
  color: var(--_colors---brown);
}

.stats_col_h3.text-style-h6.is-silver {
  color: var(--_colors---silver);
}

.stats_col_h3.text-style-h6.is-gold {
  color: var(--_colors---gold);
}

.stats_col_h3.text-style-h6.is-platinum {
  color: var(--_colors---platinum);
}

.stats_col_h3.text-style-h6.is-diamond {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.stats_cell_box {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.6rem;
  display: inline-flex;
}

.stats_cell_heading {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stats_row {
  border-top: 1px solid #222;
  flex-flow: column;
  padding: 3.7rem .8rem 2.1rem 3.2rem;
  display: flex;
  position: relative;
}

.stats_row_hint_text {
  color: #fff;
  line-height: 1.33;
}

.stats_content {
  padding-top: 28.6rem;
  padding-bottom: 10.7rem;
  overflow: visible;
}

.stats_table_col {
  background-color: var(--_colors---dark08);
  border-right: 1px solid #222;
  width: 100%;
  min-width: 21rem;
}

.stats_table_col:hover {
  background-color: #141518;
}

.stats_table_col.is-last {
  border: 0 solid #000;
}

.icon-p-minus {
  color: #7b7b7b;
}

.stats_h2 {
  margin-top: .6rem;
}

.stats_table {
  border: 1px solid #222;
  border-radius: 1.6rem;
  margin-top: 6.4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon-check-violet {
  width: 1.6rem;
}

.stats_cell_text {
  font-size: 1rem;
}

.stats_cell_text.text-cl-grey03 {
  line-height: 1.22rem;
}

.stats {
  z-index: 2;
  background-color: var(--_themes---background);
  overflow: hidden;
}

.stats_row_hint_box {
  height: 2.2rem;
  position: absolute;
  inset: 0% auto auto 3.2rem;
  overflow: hidden;
}

.stats_row_hint {
  background-color: #5d5d5d;
  height: 2.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transform: translateY(-106%);
}

.stats_accordion_btn_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
  display: flex;
}

.robinhood {
  z-index: 2;
  background-color: var(--_themes---background);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.robinhood_content {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  height: 100rem;
  position: relative;
}

.robinhood_heading.text-align-center {
  z-index: 30;
  z-index: 30;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-top: 40rem;
  position: relative;
}

.spacer-6 {
  padding-top: .6rem;
}

.spacer-30 {
  padding-top: 3rem;
}

.robinhood_unicorn_wrap {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.robinhood_unicorn {
  aspect-ratio: 130 / 100;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  display: block;
}

.infra_sticky_card_box {
  margin-top: auto;
}

.models_road_panel_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 127rem;
  position: relative;
}

.models_grid_img {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.models_grid_img.is-second {
  inset: 0% auto auto 0%;
  inset: 0% auto auto 0%;
}

.robinhood_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 5.6rem;
    --text--h2: 4.6rem;
    --text--h3: 2.6rem;
    --text--h4: 3.2rem;
    --text--h5: 2.4rem;
    --text--h6: 2rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .text-span-2, .h2_grey_span.text-cl-grey02.features_h2_span, .h2_grey_span.text-cl-grey02.features_h2_span, .h2_grey_span.text-cl-grey02.features_h2_span {
    display: inline;
  }

  .footer_links {
    grid-row-gap: 4rem;
    width: 40%;
  }

  .break-line {
    display: inline;
  }

  .models_road_panel {
    padding: 7rem 1.6rem;
  }

  .infra_sticky_heading {
    width: 100%;
  }

  .infra_sticky {
    flex-flow: column;
  }

  .infra_sticky_cards {
    width: 100%;
  }

  .workflow_bg_right2 {
    max-width: 20%;
  }

  .workflow_bg_left2 {
    background-position: 100% 0;
    max-width: 20%;
  }

  .cta_crypto_box {
    width: 100%;
  }

  .stats_content {
    padding-top: 18rem;
  }

  .stats_table_col {
    border-right: 1px solid #222;
    min-width: 22rem;
  }

  .models_grid_img {
    bottom: 60%;
  }

  .models_grid_img.is-second {
    top: auto;
    bottom: -60%;
  }

  .road_card_heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .soon_person_img {
    width: 34rem;
  }

  .image-8 {
    width: 30rem;
  }

  .scroll_bar_wrap {
    left: -4vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 4rem;
    --text--h2: 3.6rem;
    --text--h3: 2.6rem;
    --text--h4: 2.6rem;
    --text--h5: 2.4rem;
    --text--h6: 1.8rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .text-style-h3.text-align-center.is-chanhe-mobile {
    font-size: 2.6rem;
  }

  .nav_links {
    display: none;
  }

  .features_card_unicorn.is-lock {
    margin-bottom: 3rem;
  }

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

  .features_card_item.border-inset {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    overflow: hidden;
  }

  .footer_content {
    height: 100vh;
    min-height: 80rem;
  }

  .footer_logo, .image-5 {
    display: none;
  }

  .footer_links {
    width: 60%;
  }

  .footer_top {
    position: relative;
    top: 10rem;
  }

  .footer_unicorn {
    aspect-ratio: auto;
    width: 144rem;
    height: 90rem;
    position: relative;
  }

  .docs_content {
    flex-flow: column;
  }

  .footer_unicorn_wrap {
    z-index: -10;
    height: 90rem;
  }

  .footer_shadow {
    z-index: -1;
    background-image: linear-gradient(0deg, var(--_colors---dark01), #07080a00);
    height: 28rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .infra_sticky_heading {
    height: 100vh;
    padding-top: 24rem;
  }

  .infra_bg_right2 {
    max-width: 30%;
    margin-top: 30rem;
  }

  .infra_sticky_card_wrap, .infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second, .infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second {
    min-height: 100vh;
    padding-top: 24rem;
  }

  .infra_bg_left2 {
    max-width: 26%;
  }

  .infra_cards {
    flex-flow: column;
  }

  .infra_sticky_card {
    min-height: 60vh;
  }

  .workflow_bg_right2 {
    max-width: 30%;
    margin-top: 60rem;
  }

  .workflow_bg_left2 {
    max-width: 30%;
    margin-top: -4rem;
  }

  .workflow_panel_cards {
    flex-flow: column;
  }

  .cta_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta_p {
    text-align: center;
  }

  .cta_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta_crypto_box {
    max-width: 100%;
    height: auto;
  }

  .cta_right {
    width: 100%;
  }

  .cta_crytpo_img {
    width: 50%;
  }

  .stats_col_heading {
    padding: 2rem;
  }

  .stats_row {
    padding: 3.4rem 2rem 1.8rem;
  }

  .stats_tooltip_icon {
    display: none;
  }

  .stats_table_col {
    min-width: 18rem;
  }

  .stats_table {
    width: calc(100% + var(--padding-global));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .robinhood {
    padding-bottom: 0;
  }

  .robinhood_content {
    height: 85rem;
  }

  .robinhood_unicorn_wrap {
    width: 112%;
    height: 85rem;
    inset: 0% auto auto -6%;
    overflow: visible;
  }

  .robinhood_unicorn {
    aspect-ratio: auto;
    width: 100%;
    height: 85rem;
  }

  .models_grid_img {
    bottom: 90%;
  }

  .models_grid_img.is-second {
    bottom: -10%;
  }

  .roadmap_h1.bebas.font-size-80 {
    font-size: 14vw;
  }

  .road_card.border-inset {
    padding-left: 5%;
    padding-right: 5%;
  }

  .robinhood_logo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .font-size-85 {
    font-size: 10vw;
  }

  .font-size-28.text-style-italic {
    font-size: 2rem;
  }

  .font-size-24.text-cl-grey-04 {
    font-size: 1.8rem;
  }

  .road_quarters {
    flex-flow: column;
    grid-template-rows: 12.5% 12.5% 12.5% 12.5%;
    grid-template-columns: 1fr;
    display: flex;
  }

  .road_status_p.text-large {
    font-size: 2.6vw;
  }

  .font-size-60.bebas {
    font-size: 9vw;
  }

  .road_quarters_crypto_wrap.road_card_dark.border-inset {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .road_quartyers_crypto_img {
    max-width: 40%;
  }

  .road_quartyers_crypto_img.is-1 {
    max-width: 48%;
  }

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

  .soon {
    margin-bottom: 10rem;
  }

  .soon_card {
    flex-flow: column;
  }

  .robinhood_mobile {
    z-index: 20;
    object-fit: cover;
    width: 90%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 9vw;
    --text--h2: 6.4vw;
    --text--h3: 6vw;
    --text--h4: 6vw;
    --text--h5: 5.4vw;
    --text--h6: 1.8rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .button.is-small {
    white-space: nowrap;
    white-space: nowrap;
  }

  .features_support.border-inset {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    padding: 1.4rem 1.6rem 1rem;
  }

  .svg_color_inherit {
    padding-bottom: 0;
  }

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

  .footer_link {
    white-space: nowrap;
  }

  .footer_content {
    min-height: 75rem;
  }

  .footer_logo {
    width: auto;
  }

  .footer_links {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: row;
  }

  .footer_bottom_links {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .footer_top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -3rem;
  }

  .footer_unicorn {
    margin-top: 0;
    padding-bottom: 0;
    bottom: -25rem;
  }

  .footer_link_heading.text-medium {
    white-space: nowrap;
    white-space: nowrap;
  }

  .footer_unicorn_wrap {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .models_panel_ibm {
    font-size: calc(5.9px + 1.9vw);
  }

  .models {
    padding-top: 14rem;
  }

  .models_small_p {
    font-size: calc(6.2px + 1.56vw);
  }

  .infra_sticky_heading {
    height: 70vh;
    min-height: 70vh;
    padding-top: 18rem;
  }

  .infra_bg_right2 {
    margin-top: 90rem;
  }

  .infra_sticky_card_wrap {
    min-height: 70vh;
    margin-top: -30vh;
    padding-top: 10rem;
  }

  .infra_sticky_card_wrap.is-third {
    min-height: 70vh;
    margin-top: 10vh;
  }

  .infra_sticky_card_wrap.is-second {
    min-height: 70vh;
    margin-top: 10vh;
    padding-top: 10rem;
  }

  .infra_sticky_card {
    min-height: 65vh;
  }

  .workflow_panel_dashboards {
    padding: .65rem .75rem;
  }

  .cta_crytpo_img {
    width: 60%;
  }

  .stats_table_col {
    min-width: 16rem;
  }

  .stats_tooltip_box {
    display: none;
  }

  .road_status_p.text-large {
    font-size: 3.2vw;
  }

  .road_card_crypto.border-inset {
    padding-bottom: 4.2rem;
  }

  .road_cookie3xlegion {
    width: 80%;
  }

  .soon {
    margin-top: 16rem;
  }

  .scroll_dot {
    width: 2vw;
    height: 2vw;
  }
}

#w-node-c6e29ab4-b0c6-46a2-2549-61763cffe6fa-ec7ffe42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e29ab4-b0c6-46a2-2549-61763cffe703-ec7ffe42, #w-node-c6e29ab4-b0c6-46a2-2549-61763cffe711-ec7ffe42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6e29ab4-b0c6-46a2-2549-61763cffe736-ec7ffe42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c6e29ab4-b0c6-46a2-2549-61763cffe6fa-ec7ffe42, #w-node-c6e29ab4-b0c6-46a2-2549-61763cffe703-ec7ffe42, #w-node-c6e29ab4-b0c6-46a2-2549-61763cffe711-ec7ffe42, #w-node-c6e29ab4-b0c6-46a2-2549-61763cffe736-ec7ffe42 {
    grid-column: span 1 / span 1;
  }
}
