.primary-button{display:flex;justify-content:center;align-items:center;position:relative;width:19.625rem;height:3rem;box-shadow:0 1px 1.84px 0 rgba(0,0,0,.2509803922);color:#bcbcbc;text-align:center;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;border:2px solid #0f3bfe;cursor:pointer}.primary-button:before{bottom:-2px;left:-2px;background:#000;border-right:2px solid #0f3bfe;border-top:2px solid #0f3bfe}.primary-button:after,.primary-button:before{content:"";width:22px;height:22px;position:absolute}.primary-button:after{top:-22px;right:-22px;background:var(--primary-color);animation:jumpBack .3s ease-out}.primary-button:hover{background:var(--primary-color);color:#fff}.primary-button:hover:after{top:-2px;right:-2px;animation:jump .3s ease-out}.primary-button:hover:before{left:18.2rem;top:-2px;border:none}@keyframes jump{0%{top:-22px;right:-22px}70%{top:0;right:0}90%{top:-7px;right:-7px}to{top:0;right:0}}@keyframes jumpBack{0%{top:0;right:0}70%{top:-22px;right:-22px}95%{top:-17px;right:-17px}to{top:-22px;right:-22px}}@media(max-width:480px){.primary-button{display:flex;justify-content:center;align-items:center;position:relative;width:75%;height:3rem;font-size:1.1rem}.primary-button:before{bottom:-2px;left:-2px;background:#000;border-right:2px solid #0f3bfe;border-top:2px solid #0f3bfe}.primary-button:after,.primary-button:before{content:"";width:22px;height:22px;position:absolute}.primary-button:after{top:-22px;right:-22px;background:var(--primary-color);animation:jumpBack .3s ease-out}.primary-button:hover{background:var(--primary-color);color:#fff}.primary-button:hover:after{top:-2px;right:-2px;animation:jump .3s ease-out}.primary-button:hover:before{left:94%;top:-3px;border:none}}