.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 {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.heading.black {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-top: 40px;
  display: none;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
  margin-top: 40px;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.hero-componet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.spline-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 300dvh;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.spline-wrapper.light {
  z-index: 1;
  min-height: 200dvh;
  margin-top: -100vh;
}

.heaidng-1-wrapper {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #474747 0%, #888888 40%, #ffffff 50%, #888888 60%, #474747 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine 5s linear infinite;
  will-change: background-position;
  transform: translateZ(0);
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.subtitle {
  max-width: 80vw;
}

.hero-button {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.heading-2 {
  line-height: 44;
}

.heading-3 {
  text-align: center;
  font-size: 6rem;
  line-height: 1;
}

.heading-3.mid-paragraph {
  color: #000;
  text-align: left;
  margin-bottom: 43px;
  font-weight: 700;
}

.heading-3.bottom {
  color: #000;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: #fff9;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.scroll-blocker {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.spline-scene {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.white-section {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  margin-top: -180dvh;
  position: relative;
  overflow: hidden;
}

.white-section.z-index-3 {
  margin-top: 0;
}

.marquee-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.heading-4 {
  color: #000;
  font-family: tachyon, sans-serif;
  font-size: 21vw;
  font-weight: 100;
  line-height: 1;
}

.heading-4.white {
  color: #fff;
}

.elipse {
  color: #000;
  background-color: #000;
  border-radius: 50%;
  min-width: 2vw;
  min-height: 2vw;
}

.elipse.white {
  background-color: #fff;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 20rem;
  font-size: 2rem;
  font-size: 2rem;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  cursor: pointer;
  will-change: transform;
  transform: translateZ(0);
}

.button.trading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.button.trading:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.button.trading:active {
  transform: scale(0.95);
}

.button.ai {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.button.ai:hover {
  transform: scale(1.05);
  background-color: #1a1a1a;
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.button.ai:active {
  transform: scale(0.95);
}

.button-2 {
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 20rem;
  font-size: 2rem;
}

.about-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.about-title {
  width: 50%;
  margin-right: 0%;
}

.stack-title {
  max-width: 110ch;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #000;
}

.spline-animation-light {
  min-height: 100dvh;
}

.work-section.overflow-hidden {
  display: block;
  overflow: hidden;
}

.footer-dark {
  background-color: #000;
  border: 1px #000;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  display: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #6b6b6b;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image {
  max-width: 60%;
  margin-top: 40px;
  display: none;
}

.about-image {
  background-color: #d2d2d2;
  border-radius: 20px;
  padding: 20px;
}

.about-image.mobile {
  display: none;
}

.text.white {
  color: #686868;
  font-size: 1.5rem;
}

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

.image-2 {
  border-radius: 20px;
}

.image-3 {
  height: 1.5rem;
}

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

.image-4 {
  max-width: 120%;
}

.foot-title-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #5e5e5e;
  text-align: center;
  width: 40vw;
}

.text-block-4 {
  color: #fff;
  font-family: tachyon, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.about-bottom {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-flow: column;
  width: 80%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.text-span {
  color: #818181;
  font-family: tachyon, sans-serif;
  font-weight: 200;
}

.image-5 {
  object-fit: fill;
  padding: 10px;
  display: none;
}

.nag-logo {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

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

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .navbar-wrapper-three {
    flex-flow: column;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-3 {
    font-size: 5rem;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .spline-scene {
    height: 100vh;
  }

  .about-component {
    flex-flow: column;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-title {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .about-image {
    display: none;
  }

  .about-image.mobile {
    display: block;
  }

  .about-bottom {
    width: 100%;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-button {
    flex-flow: column;
  }

  .heading-3,
  .heading-3.bottom {
    font-size: 3.5rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-three {
    flex-direction: column;
  }

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

  .hero-componet {
    margin-top: 5vh;
  }

  .hero-button {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    margin-top: 2rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-3.mid-paragraph {
    margin-bottom: 25px;
  }

  .heading-3.bottom {
    font-size: 2rem;
  }

  .container-2 {
    max-width: none;
  }

  .text-block {
    font-size: 1rem;
    font-weight: 400;
  }

  .spline-scene {
    height: 80vh;
  }

  .button.trading,
  .button.ai {
    width: 15rem;
    height: 3rem;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .text.white,
  .text-block-2 {
    font-size: 1rem;
  }

  .text-block-3 {
    width: 90vw;
  }

  .about-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 5vh;
  }

  .text-span {
    font-weight: 400;
  }

  .text-block-5 {
    font-size: 1rem;
  }

  .text-span-2,
  .text-span-3 {
    font-family: tachyon, sans-serif;
  }
}

#w-node-a15b420e-c57d-c6a6-913d-ba85eda768fd-f9820542,
#w-node-_1750efff-f1d3-b164-d064-10a589ffea72-f9820542,
#w-node-a15b420e-c57d-c6a6-913d-ba85eda76911-f9820542,
#w-node-_376bc515-5eb9-2372-e84b-f226136b49b3-f9820542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_376bc515-5eb9-2372-e84b-f226136b49b3-f9820542 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_376bc515-5eb9-2372-e84b-f226136b49b3-f9820542 {
    grid-column: span 1 / span 1;
  }
}

/* Initial State for Animations to prevent flicker */
.hero-componet>*,
.about-component>*,
.heading-3,
.text,
.image-2,
.footer-wrapper {
  opacity: 0;
}

.hero-componet .heading-3 {
  opacity: 1;
}