.donate-button{background:linear-gradient(94.2deg,#5480e9 -18.63%,#83cdeb 96.82%);border:none;border-radius:50px;padding:9px 9px 9px 47px;display:flex;gap:81px;align-items:center;text-decoration:none;color:#f1fbff;font-weight:700;font-size:24px;line-height:28px}.donate-button.support{gap:0;justify-content:space-between;white-space:nowrap}.donate-button:hover{animation:.4s hoverBtnDonate ease-out}.donate-button div{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:8px}@keyframes hoverBtnDonate{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(1)}75%{transform:scale(.9)}100%{transform:scale(1)}}@media (max-width:700px){.donate-button{font-size:18px;padding:5px 6px 5px 31px;justify-content:space-between}.donate-button div{width:40px;height:40px;padding-left:4px}.donate-button div svg{height:19px;width:19px}}