.motion-button{cursor:pointer;text-align:center;vertical-align:middle;text-transform:uppercase;border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 24px;font-size:20px;font-weight:700;line-height:100%;transition:background .2s,color .2s;display:inline-flex}.motion-button--full{width:100%}.motion-button--lg{height:56px;padding:0 32px;font-size:18px}.motion-button--primary{color:#fff;opacity:1;background:linear-gradient(#73ba64 0%,#155139 100%);width:100%;height:60px}@media (max-width:480px){.motion-button--primary{width:100%}}.motion-button--secondary{color:#fff;background:linear-gradient(#25649e 0%,#093e70 100%);height:60px;box-shadow:0 4px 6px #00000075}.motion-button--ghost{color:#0c6e33;background:0 0}.motion-button:disabled{cursor:not-allowed;background:linear-gradient(#8e8e93b3 0%,#404040b3 100%);box-shadow:0 4px 6px #00000075}@keyframes spin{to{transform:rotate(360deg)}}.motion-button__label{align-items:center;gap:8px;display:inline-flex}.motion-button__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}
