.hero-cta{--round:1rem;cursor:pointer;background:radial-gradient(65.28% 65.28% at 50% 100%, #c8a5fad9 0%, #60a5fa33 100%), linear-gradient(0deg, var(--primary), var(--primary));border-radius:var(--round);box-shadow:1px solid #fafafa33;outline:none;justify-content:center;align-items:center;padding:14px 28px;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;overflow:scroll}.hero-cta:before,.hero-cta:after{content:"";inset:var(--space);border-radius:calc(var(--round) - var(--space));z-index:0;transition:all .5s ease-in-out;position:absolute}.hero-cta:before{--space:1px;background:linear-gradient(177.95deg,#ffffff38 0%,#fff0 100%)}.hero-cta:after{--space:2px}.hero-cta:hover{box-shadow:0 18px 40px -10px #2e53f799}.hero-cta:active{transform:scale(.96)}.hero-cta__points{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-cta__points i{pointer-events:none;background-color:#fff;border-radius:9999px;width:2px;height:2px;animation:ease-in-out infinite hero-cta-float;position:absolute;bottom:-10px}@keyframes hero-cta-float{0%{transform:translateY(0)}85%{opacity:0}to{opacity:0;transform:translateY(-65px)}}.hero-cta__points i:first-child{opacity:1;animation-duration:2.35s;animation-delay:.2s;left:10%}.hero-cta__points i:nth-child(2){opacity:.7;animation-duration:2.5s;animation-delay:.5s;left:30%}.hero-cta__points i:nth-child(3){opacity:.8;animation-duration:2.2s;animation-delay:.1s;left:25%}.hero-cta__points i:nth-child(4){opacity:.6;animation-duration:2.05s;left:44%}.hero-cta__points i:nth-child(5){opacity:1;animation-duration:1.9s;left:50%}.hero-cta__points i:nth-child(6){opacity:.5;animation-duration:1.5s;animation-delay:1.5s;left:75%}.hero-cta__points i:nth-child(7){opacity:.9;animation-duration:2.2s;animation-delay:.2s;left:88%}.hero-cta__points i:nth-child(8){opacity:.8;animation-duration:2.25s;animation-delay:.2s;left:58%}.hero-cta__points i:nth-child(9){opacity:.6;animation-duration:2.6s;animation-delay:.1s;left:98%}.hero-cta__points i:nth-child(10){opacity:1;animation-duration:2.5s;animation-delay:.2s;left:65%}.hero-cta__inner{z-index:2;color:#fff;letter-spacing:.01em;white-space:nowrap;justify-content:center;align-items:center;gap:10px;width:100%;font-size:15px;font-weight:600;line-height:1.5;transition:color .2s ease-in-out;display:inline-flex;position:relative}.hero-cta__inner .hero-cta__icon{width:18px;height:18px;transition:fill .1s linear}@media (min-width:768px){.hero-cta{padding:18px 36px}.hero-cta__inner{font-size:17px}.hero-cta__inner .hero-cta__icon{width:22px;height:22px}}.hero-cta:focus .hero-cta__icon{fill:#fff}.hero-cta:hover .hero-cta__icon{fill:#0000;animation:1s linear forwards hero-cta-dasharray,.1s linear .95s forwards hero-cta-filled}@keyframes hero-cta-dasharray{0%{stroke-dasharray:0 0 0 0}to{stroke-dasharray:68 68 0 0}}@keyframes hero-cta-filled{to{fill:#fff}}
