.hero-beams{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;mask-image:radial-gradient(ellipse 50% 55% at 50% 42%,transparent 15%,black 75%);-webkit-mask-image:radial-gradient(ellipse 50% 55% at 50% 42%,transparent 15%,black 75%)}.hero-beam{position:absolute;opacity:0;animation-duration:var(--duration);animation-delay:var(--delay);animation-timing-function:linear;animation-iteration-count:infinite}.hero-beam-x{left:0;height:1px;width:16rem;background:linear-gradient(90deg,transparent,rgba(96,165,250,.45),rgba(191,219,254,.85));animation-name:hero-beam-x}.hero-beam-y{top:0;width:1px;height:12rem;background:linear-gradient(180deg,transparent,rgba(96,165,250,.4),rgba(191,219,254,.75));animation-name:hero-beam-y}@keyframes hero-beam-x{0%{transform:translate(-16rem);opacity:0}12%{opacity:1}80%{opacity:1}to{transform:translate(100vw);opacity:0}}.hero-scroll-mark{display:flex;flex-direction:column;align-items:center;gap:7px}.hero-scroll-track{position:relative;display:block;width:28px;height:4.5rem;overflow:hidden;background:linear-gradient(180deg,transparent,rgba(255,255,255,.22) 22%,rgba(255,255,255,.22) 78%,transparent) center / 1px 100% no-repeat;transition:background .24s ease}.hero-scroll:hover .hero-scroll-track,.hero-scroll:focus-visible .hero-scroll-track{background:linear-gradient(180deg,transparent,rgba(147,197,253,.55) 22%,rgba(147,197,253,.55) 78%,transparent) center / 1px 100% no-repeat}.hero-scroll-pulse{position:absolute;top:0;left:calc(50% - .5px);width:1px;height:1.5rem;background:linear-gradient(180deg,transparent,rgba(147,197,253,.85) 55%,#fff);box-shadow:0 0 12px 1px #60a5fabf;animation:hero-scroll-pulse 2.4s linear infinite}.hero-scroll-pulse.is-static{animation:none;transform:translateY(1.5rem)}.hero-scroll-dot{position:relative;width:4px;height:4px;border-radius:999px;background:#dbeafef2;box-shadow:0 0 10px 1px #60a5facc;opacity:.35;animation:hero-scroll-land 2.4s linear infinite}.hero-scroll-dot:after{content:"";position:absolute;inset:-5px;border-radius:999px;border:1px solid rgba(147,197,253,.8);opacity:0;animation:hero-scroll-ripple 2.4s linear infinite}.hero-scroll-dot.is-static{animation:none;opacity:.85}.hero-scroll-dot.is-static:after{animation:none;opacity:0}.hero-scroll:hover .hero-scroll-dot,.hero-scroll:focus-visible .hero-scroll-dot{opacity:1}@keyframes hero-scroll-land{0%,66%{opacity:.35}75%{opacity:1}93%{opacity:.35}}@keyframes hero-scroll-ripple{0%,66%{transform:scale(.4);opacity:0}75%{opacity:.9}to{transform:scale(1.8);opacity:0}}@keyframes hero-scroll-pulse{0%{transform:translateY(-1.5rem);opacity:0}12%{opacity:1}72%{opacity:1}to{transform:translateY(4.5rem);opacity:0}}@keyframes hero-beam-y{0%{transform:translateY(-12rem);opacity:0}12%{opacity:1}80%{opacity:1}to{transform:translateY(100vh);opacity:0}}
