.AnimatedArrowButton_btnContainer__Z2EtI{display:flex;justify-content:center;--color-text:#ffffff;--color-background:#000000;--color-gradient:linear-gradient(90deg,#3b82f6,#06b6d4);--color-outline:rgba(236,72,153,0.5);--color-shadow:#00000080}.AnimatedArrowButton_btnContent__eIpWY{display:flex;align-items:center;padding:5px 30px;text-decoration:none;font-family:Poppins,sans-serif;font-weight:600;font-size:30px;color:var(--color-text);background:var(--color-background);transition:1s;border-radius:100px;position:relative;overflow:hidden;z-index:1;box-shadow:0 0 .2em 0 var(--color-background);cursor:pointer;border:2px solid transparent;background-clip:padding-box}.AnimatedArrowButton_btnContent__eIpWY:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--color-gradient);border-radius:100px;z-index:-1;transition:.5s}.AnimatedArrowButton_btnContent__eIpWY:focus,.AnimatedArrowButton_btnContent__eIpWY:hover{transition:.5s;animation:AnimatedArrowButton_btn-content__IH7eP 1s;outline:.1em solid transparent;outline-offset:.2em;box-shadow:0 0 .4em 0 var(--color-background)}.AnimatedArrowButton_btnContent__eIpWY .AnimatedArrowButton_iconArrow__tzA7m{transition:.5s;margin-right:0;transform:scale(.6)}.AnimatedArrowButton_btnContent__eIpWY:hover .AnimatedArrowButton_iconArrow__tzA7m{transition:.5s;margin-right:25px}.AnimatedArrowButton_iconArrow__tzA7m{width:20px;margin-left:15px;position:relative;top:6%}.AnimatedArrowButton_iconArrow__tzA7m #AnimatedArrowButton_arrow-icon-one__H_o9j{transition:.4s;transform:translateX(-60%)}.AnimatedArrowButton_iconArrow__tzA7m #AnimatedArrowButton_arrow-icon-two__J9uJ2{transition:.5s;transform:translateX(-30%)}.AnimatedArrowButton_btnContent__eIpWY:hover #AnimatedArrowButton_arrow-icon-three__aBIS4{animation:AnimatedArrowButton_color_anim__eaenl 1s .2s infinite}.AnimatedArrowButton_btnContent__eIpWY:hover #AnimatedArrowButton_arrow-icon-one__H_o9j{transform:translateX(0);animation:AnimatedArrowButton_color_anim__eaenl 1s .6s infinite}.AnimatedArrowButton_btnContent__eIpWY:hover #AnimatedArrowButton_arrow-icon-two__J9uJ2{transform:translateX(0);animation:AnimatedArrowButton_color_anim__eaenl 1s .4s infinite}@keyframes AnimatedArrowButton_color_anim__eaenl{0%{fill:white}50%{fill:#3b82f6}to{fill:white}}@keyframes AnimatedArrowButton_btn-content__IH7eP{0%{outline:.2em solid var(--color-background);outline-offset:0}}@keyframes AnimatedArrowButton_border-pulse__riXrw{0%{box-shadow:0 0 .2em 0 var(--color-gradient)}to{box-shadow:0 0 .4em .2em var(--color-gradient)}}