#home .vx-v6-hero,
#home .vx-v6-hero-inner{
  overflow:visible!important;
}
#home .vx-hero-market-float-layer{
  position:absolute!important;
  inset:0!important;
  z-index:7!important;
  pointer-events:none!important;
  overflow:visible!important;
}
#home .vx-hero-market-float-layer .vx-v6-ticker{
  left:0!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  width:clamp(116px,8.2vw,136px)!important;
  min-height:70px!important;
  padding:12px 13px!important;
  border-radius:14px!important;
  border:1px solid rgba(53,229,212,.28)!important;
  background:
    radial-gradient(circle at 85% 18%,rgba(53,229,212,.16),transparent 36%),
    linear-gradient(145deg,rgba(18,29,35,.76),rgba(8,14,18,.42))!important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    0 0 22px rgba(53,229,212,.07),
    inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(16px) saturate(118%)!important;
  -webkit-backdrop-filter:blur(16px) saturate(118%)!important;
  transform:
    translate3d(
      calc(var(--vx-float-x,0px) - 50%),
      calc(var(--vx-float-y,0px) - 50%),
      0
    )
    scale(var(--vx-float-scale,1))!important;
  opacity:var(--vx-float-opacity,.86)!important;
  transition:none!important;
  will-change:transform,opacity!important;
}
#home .vx-hero-market-float-layer .vx-v6-ticker::before{
  content:""!important;
  position:absolute!important;
  right:9px!important;
  top:9px!important;
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:conic-gradient(from 120deg,rgba(53,229,212,0),rgba(53,229,212,.72),rgba(255,255,255,.14),rgba(53,229,212,0))!important;
  animation:vxHeroMarketMiniOrb 5.6s linear infinite!important;
  opacity:.72!important;
}
#home .vx-hero-market-float-layer .vx-v6-ticker span,
#home .vx-hero-market-float-layer .vx-v6-ticker strong,
#home .vx-hero-market-float-layer .vx-v6-ticker em{
  position:relative!important;
  z-index:1!important;
}
@keyframes vxHeroMarketMiniOrb{to{transform:rotate(360deg);}}
@keyframes vxHeroMarketMobileBreath{
  0%,100%{opacity:.78;}
  50%{opacity:.88;}
}
@keyframes vxHeroMarketMobileFloat{
  0%,100%{
    transform:
      translate3d(
        calc(-50% + var(--vx-mobile-float-x0,0px)),
        calc(-50% + var(--vx-mobile-float-y0,0px)),
        0
      )
      scale(var(--vx-float-scale,.8));
  }
  38%{
    transform:
      translate3d(
        calc(-50% + var(--vx-mobile-float-x1,8px)),
        calc(-50% + var(--vx-mobile-float-y1,-7px)),
        0
      )
      scale(var(--vx-float-scale,.8));
  }
  72%{
    transform:
      translate3d(
        calc(-50% + var(--vx-mobile-float-x2,-7px)),
        calc(-50% + var(--vx-mobile-float-y2,6px)),
        0
      )
      scale(var(--vx-float-scale,.8));
  }
}
@media(max-width:900px){
  #home .vx-hero-market-float-layer .vx-v6-ticker{
    position:absolute!important;
    width:98px!important;
    min-height:60px!important;
    padding:9px 10px!important;
    border-radius:12px!important;
    transform:translate3d(-50%,-50%,0) scale(var(--vx-float-scale,.8))!important;
    will-change:transform,opacity!important;
    animation:
      vxHeroMarketMobileFloat var(--vx-mobile-float-duration,13s) ease-in-out infinite,
      vxHeroMarketMobileBreath 5.8s ease-in-out infinite!important;
    contain:layout paint style!important;
  }
  #home .vx-hero-market-float-layer .vx-v6-btc{
    left:22%!important;
    top:22%!important;
    --vx-float-scale:.78;
    --vx-mobile-float-duration:12.8s;
    --vx-mobile-float-x0:-3px;
    --vx-mobile-float-y0:1px;
    --vx-mobile-float-x1:10px;
    --vx-mobile-float-y1:-8px;
    --vx-mobile-float-x2:-8px;
    --vx-mobile-float-y2:7px;
  }
  #home .vx-hero-market-float-layer .vx-v6-eth{
    left:78%!important;
    top:36%!important;
    --vx-float-scale:.82;
    --vx-mobile-float-duration:14.4s;
    --vx-mobile-float-x0:4px;
    --vx-mobile-float-y0:-2px;
    --vx-mobile-float-x1:-9px;
    --vx-mobile-float-y1:8px;
    --vx-mobile-float-x2:8px;
    --vx-mobile-float-y2:6px;
  }
  #home .vx-hero-market-float-layer .vx-v6-hc{
    left:64%!important;
    top:74%!important;
    --vx-float-scale:.78;
    --vx-mobile-float-duration:15.6s;
    --vx-mobile-float-x0:2px;
    --vx-mobile-float-y0:4px;
    --vx-mobile-float-x1:8px;
    --vx-mobile-float-y1:-7px;
    --vx-mobile-float-x2:-10px;
    --vx-mobile-float-y2:-3px;
  }
  #home .vx-hero-market-float-layer .vx-v6-ticker span{font-size:8px!important;}
  #home .vx-hero-market-float-layer .vx-v6-ticker strong{font-size:11px!important;}
  #home .vx-hero-market-float-layer .vx-v6-ticker em{font-size:9px!important;}
}
@media(max-width:900px) and (prefers-reduced-motion:reduce){
  #home .vx-hero-market-float-layer .vx-v6-ticker{
    animation:none!important;
  }
}
