@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animated-border-shape{border-radius:16px;padding:0;position:relative}.animated-border-shape .inner{border-radius:inherit}.animated-border-shape:before,.animated-border-shape:after{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(45deg,#ff595f18,#1983c41e,#694c931e,#ff660028) 0 0/400%;width:100%;animation:20s linear infinite glow;position:absolute;inset:0}.animated-border-shape:after{filter:blur(25px);transform:translate(0,0)}@keyframes glow{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes animateOutline{0%{outline-offset:0;outline-width:1px;outline-color:#0082ce00}10%{outline-color:#0082cebf}50%{outline-offset:4px;outline-width:7px;outline-color:#0082ce00}to{outline-offset:4px;outline-width:7px;outline-color:#6660}}@keyframes svgAnimation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000px}}
