.scroll-arrow{animation:scroll-arrow 1s infinite}@keyframes scroll-arrow{0%{transform:translateX(0);opacity:1}50%{transform:translateX(15px)}to{transform:translateX(0);opacity:0}}.active{background:var(--Colors-Gradient-Secondary,linear-gradient(144deg,#ffeee5 -15.36%,var(--Colors-Secondary-500,#ff5b04) 91.21%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}