:root {
  --color-4: #151627;
  --color: white;
  --color-5: #fff0;
  --color-3: #3fd3d5;
  --bg: #040404;
  --color-2: #883bfb;
}

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

body {
  background-color: var(--color-4);
  color: var(--color);
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 90;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 1;
  background-color: var(--color-5);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.logo-wrapper {
  padding-left: 0;
}

.img-logo {
  width: 12.5rem;
}

.navlink {
  color: #ffffffb3;
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding: 1.25rem;
  font-family: Roboto Mono, sans-serif;
  transition: all .2s;
}

.navlink:hover {
  color: var(--color-3);
}

.navlink.w--current {
  color: #ffffffb3;
}

.navlink.cta {
  border: .0625rem solid var(--color);
  background-color: var(--color-5);
  border-radius: .3125rem;
  margin-left: 1.25rem;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.navlink.cta:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--bg);
  background-image: linear-gradient(#0c0d16b0, #0c0d16b0), url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 100vh;
  max-height: 67.5rem;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  display: flex;
  position: relative;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 81.25rem;
  display: flex;
}

.hero-content {
  width: 50%;
  padding: 1.5rem;
}

.hero-content.abs {
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 95%;
}

.hero-p {
  opacity: .7;
  max-width: 31.25rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.btn {
  background-color: var(--color-2);
  letter-spacing: -.03em;
  text-transform: uppercase;
  border-radius: .3125rem;
  padding: 1rem 2.375rem;
  font-family: Roboto Mono, sans-serif;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--color-3);
  transform: translate(0, -.1875rem);
}

.btn.topm {
  margin-top: 1.5rem;
}

.hero-img {
  object-fit: contain;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.hl-grad {
  background-color: var(--color-3);
  background-image: linear-gradient(90deg, var(--color-2), var(--color-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hide {
  display: none;
}

.pretitle {
  color: var(--color-3);
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #3fd3d51a;
  border-radius: .3125rem;
  margin-bottom: .75rem;
  padding: .375rem .75rem;
  font-family: Roboto Mono, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  display: inline-block;
}

.wrapper-hero-img {
  width: auto;
  height: 100%;
  padding-top: 6.875rem;
  display: flex;
  position: relative;
}

.text-h {
  font-weight: 600;
}

.overlay-h-img {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 25.6rem 1.875rem 6.925rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-wrapper {
  background-color: #2e0f35;
  background-image: linear-gradient(45deg, var(--color-3), var(--color-2));
  color: #fff;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5625rem;
  display: flex;
}

.icon-wrapper.small {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
  margin-right: 1rem;
}

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

.floating-box {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.floating-box.left {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.p-small {
  opacity: .7;
}

.overlay-item {
  border: .0625rem solid var(--color-3);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #883bfb40;
  border-radius: .9375rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.gradient-wrapper-left {
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-wrapper-left.r-light {
  opacity: .25;
  justify-content: flex-end;
  align-items: center;
  inset: 0% 0% auto auto;
}

.gradient-wrapper-left.zind {
  z-index: 2;
}

.gradient-medium {
  border-radius: 22.5rem;
  width: 40vw;
  height: 40vw;
}

.gradient-medium.gradient-bg {
  width: 60vw;
  height: 60vw;
  margin-top: -12rem;
  display: block;
}

.gradient-medium.gradient-bg._1 {
  margin-top: -6.3125rem;
}

.gradient-medium.gradient-bg {
  pointer-events: none;
  display: block;
}

.text-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4375rem;
  line-height: 1;
  display: flex;
}

.section {
  background-color: var(--bg);
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.section.footer {
  background-color: var(--color-4);
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 1.5rem;
  position: relative;
}

.content.center {
  text-align: center;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.content._40 {
  width: 40%;
}

.content._40.sticky {
  position: sticky;
  top: 7.5rem;
}

.content._50 {
  width: 50%;
}

.content._50.nr {
  position: static;
}

.content._55 {
  width: 55%;
}

.content._35 {
  width: 35%;
}

.content._30 {
  width: 30%;
}

.content._45 {
  width: 45%;
}

.section-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.6875rem;
  font-weight: 400;
  line-height: 115%;
}

.section-title.botm {
  margin-bottom: 1.5rem;
}

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

.feature-box-wrapper {
  z-index: 3;
  text-align: center;
  background-image: url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
  background-position: 50%;
  background-size: contain;
  border: .0625rem solid #2d2d2d;
  border-radius: .9375rem;
  padding: 3rem;
  position: relative;
}

.feature-box-wrapper.alt {
  text-align: left;
  background-image: url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
  background-position: 50%;
  background-size: contain;
  border-color: #2d2d2d;
}

.feature-box-wrapper.alt-lowp {
  text-align: left;
  background-image: url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
  background-position: 50%;
  background-size: contain;
  border-color: #2d2d2d;
  padding: 2rem;
}

.feature-box-wrapper.cta {
  border-color: var(--color-2);
  background-image: linear-gradient(90deg, var(--color-5), #040404b5 52%, var(--bg) 79%), url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
  text-align: left;
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.icon-wrapper-svg {
  color: var(--color-3);
  width: 2.8125rem;
  max-width: 2.8125rem;
  height: 2.8125rem;
  margin-bottom: 1.5rem;
}

.icon-wrapper-svg.r {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.feature-title {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 115%;
}

.p17 {
  opacity: .7;
  font-size: 1.0625rem;
  line-height: 150%;
}

.wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.wrapper.c {
  align-items: center;
}

.wrapper.bot {
  align-items: flex-end;
}

.wrapper-feat-h {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feat-list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.grid-features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1.5rem;
  padding-right: .625rem;
}

.feat-border {
  border: .0625rem solid var(--color-2);
  text-align: left;
  text-transform: uppercase;
  border-radius: .3125rem;
  padding: .375rem .75rem;
  font-family: Roboto, sans-serif;
  font-size: .8125rem;
}

.img-reg {
  border: .0625rem solid var(--color-3);
  border-radius: .9375rem;
}

.wrapper-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.item-list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checlist-icon {
  width: 1.5rem;
  margin-right: .75rem;
}

.p15 {
  opacity: .7;
  font-size: .9375rem;
  line-height: 150%;
}

.team-img {
  border: .0625rem solid var(--color-3);
  color: var(--color-3);
  object-fit: cover;
  border-radius: .9375rem;
  width: 100%;
  height: 21.875rem;
  margin-bottom: 1.5rem;
}

.overlay-marquee {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--bg) 10%, #fff0 35%, #fff0 65%, var(--bg) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marq-item {
  color: #ffffff91;
  text-transform: capitalize;
  border: .0625rem solid #e5e7eb33;
  border-radius: .3125rem;
  padding: .375rem .9375rem;
}

.marquee {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: stretch;
}

.marquee-content.scroll.reverse {
  justify-content: flex-end;
  align-items: stretch;
}

.wrapper-cta-m {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.img-cta {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: 100%;
  padding-left: 1.9375rem;
  padding-right: 4.3125rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link {
  color: var(--color-3);
  text-decoration: none;
}

.wrapper-img-hero-rel {
  position: relative;
}

.hero-img-eyes {
  opacity: 1;
  object-fit: contain;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
  padding-bottom: .75rem;
  padding-left: .1875rem;
  position: absolute;
  inset: 0%;
}

.nav-overlay {
  border-bottom: .0625rem solid var(--color-4);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #040404cc;
  position: absolute;
  inset: 0%;
}

.nav-status {
  background-image: linear-gradient(90deg, var(--color-3), var(--color-2));
  width: 0%;
  height: .125rem;
  margin-bottom: .125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.canvas-embed {
  z-index: 999;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.grid-features-v {
  flex-flow: column;
  margin-top: 1.5rem;
  display: flex;
}

.wrapper-tab-buttons {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-button {
  border: .0625rem solid var(--color-2);
  color: #ffffff80;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .3125rem;
  flex: none;
  padding: .375rem .5625rem;
  font-size: .8rem;
  transition: all .2s;
}

.tab-button:hover {
  color: #fff;
}

.tab-button.active {
  background-color: var(--color-2);
  color: var(--color);
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
  }

  .navlink.cta {
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--color-4);
    background-color: var(--bg);
    padding: 2.25rem;
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .hero-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-content {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .hero-content.abs {
    z-index: 0;
    margin-top: -7.6875rem;
    position: relative;
  }

  .wrapper-hero-img {
    padding-top: 0;
  }

  .overlay-h-img {
    padding-top: 22.2rem;
  }

  .content._40 {
    width: 100%;
  }

  .content._40.sticky {
    width: 100%;
    position: static;
  }

  .content._50, .content._55, .content._35, .content._30, .content._45 {
    width: 100%;
  }

  .grid-3x {
    flex-flow: column;
    display: flex;
  }

  .feature-box-wrapper.cta {
    background-image: linear-gradient(180deg, var(--color-5), #040404b5 52%, var(--bg) 79%), url('../images/67407422122dd8de5403576d_sfrsedfrde-1.png');
    background-position: 0 0, 50%;
    background-size: auto, contain;
  }

  .team-img {
    height: auto;
  }

  .overlay-marquee {
    background-image: none;
  }

  .img-cta {
    opacity: .16;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    inset: 0%;
  }

  .canvas-embed {
    display: none;
  }

  .mb {
    border: .0625rem solid var(--color-4);
    border-radius: .3125rem;
    padding: .75rem;
  }

  .mb.w--open {
    background-color: var(--color-2);
  }
}

@media screen and (max-width: 767px) {
  .overlay-h-img {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 13.5rem;
  }

  .overlay-item {
    padding: .8rem;
  }
}

@media screen and (max-width: 479px) {
  .img-logo {
    width: 11.25rem;
  }

  .hero-content.abs {
    margin-top: 0;
  }

  .hero-h1 {
    font-size: 2.875rem;
    line-height: 110%;
  }

  .wrapper-hero-img {
    flex-flow: column-reverse;
  }

  .text-h {
    font-size: .7rem;
    line-height: 1.1rem;
  }

  .overlay-h-img {
    padding: 0;
    position: relative;
  }

  .p-small {
    font-size: .7rem;
    line-height: 1.1rem;
  }

  .overlay-item {
    border-color: var(--color-4);
    background-color: #883bfb14;
    padding: .875rem;
  }

  .section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .content._50.nr {
    padding-left: 0;
    padding-right: 0;
  }

  .content.ft {
    width: 100%;
  }

  .content.np {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    font-size: 2.75rem;
  }

  .feature-box-wrapper, .feature-box-wrapper.alt, .feature-box-wrapper.alt-lowp {
    padding: 1.5rem;
  }

  .feature-box-wrapper.cta {
    padding: 1.5rem 0;
  }

  .icon-wrapper-svg.r {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .wrapper-feat-h {
    flex-flow: column;
  }

  .grid-features {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-tab-buttons {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: .75rem;
    overflow: auto;
  }
}

#w-node-_984a4775-73f0-74e3-86e0-9fdd883a1e5e-db9ff970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.section {
  background-color: var(--bg);
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.section.footer {
  background-color: var(--color-4);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: auto;
}

.section.footer .container,
.section.footer .wrapper,
.section.footer .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
