@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animated-border-shape{position:relative;border-radius:16px;padding:0}.animated-border-shape .inner{border-radius:inherit}.animated-border-shape:after,.animated-border-shape:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(45deg,#ff595f18,#1983c41e,#694c931e,#ff660028);background-size:400%;z-index:-1;animation:glow 20s linear infinite;width:100%;border-radius:inherit}.animated-border-shape:after{filter:blur(25px);transform:translateZ(0)}@keyframes glow{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes animateOutline{0%{outline-width:1px;outline-offset:0;outline-color:rgba(0,130,206,0)}10%{outline-color:rgba(0,130,206,.75)}50%{outline-width:7px;outline-offset:4px;outline-color:rgba(0,130,206,0)}to{outline-width:7px;outline-offset:4px;outline-color:hsla(0,0%,40%,0)}}@keyframes svgAnimation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}