.button{background:linear-gradient(98deg,#01aeed 1.79%,#a0e720 99.29%);color:#fff;cursor:pointer;font-size:1.125rem;font-weight:500;letter-spacing:-.0225rem;line-height:100%;overflow:hidden;position:relative;text-align:center;transition:opacity .2s ease-in-out,color .2s ease-in-out}.button,.button__background{align-items:center;border-radius:12.5rem;display:flex;justify-content:center}.button__background{background-color:rgba(255,255,255,0);padding:1rem 2rem;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;width:100%}.button__icon{height:1.75rem;margin-left:.5rem;width:1.75rem}.button:hover .button__background{background-color:#353f47}.button_type_secondary{background:unset;border:2px solid #353f47;padding:.875rem 1.375rem;transition:background-color .2s ease-in-out}.button_type_secondary .button__background{background-color:unset;color:#353f47;font-size:1rem;font-weight:500;letter-spacing:-.02rem;line-height:100%;padding:unset}.button_type_secondary:hover{background-color:#353f47}.button_type_secondary:hover .button__background{background-color:unset;color:#fff}.button_disabled{color:#353f47;opacity:.4;pointer-events:none}
