.animated-button{transition:all .3s cubic-bezier(.23,1,.32,1);overflow:hidden}.animated-button:before{content:"";border-radius:inherit;z-index:-1;background-color:#f9f7ef;width:50px;height:50px;margin:auto;transition:all .6s cubic-bezier(.23,1,.32,1);position:absolute;inset:0;scale:0}.animated-button:hover:before{scale:3}.animated-button:hover{color:#32a287;scale:1.1;box-shadow:0 0 20px #c1a36266}.animated-button:active{scale:1}
