.button{width:fit-content;white-space:nowrap;text-decoration:none;border-radius:12px;font-weight:600;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.375rem;transition:all .24s ease-in-out}.button--primary{padding:1.25rem 2rem;background:#4f5bd5;color:#fff;border:none}@media only screen and (max-width:575px){.button--primary{padding:.75rem 2rem}}.button--primary:hover{background:#3b46b5;color:#fff}.button--primary:active{background:#383f85}.button--secondary{background-color:#fff;padding:.5rem 1rem;border:1px solid #C7D0E3;color:#4f5bd5}.button--secondary:hover{background-color:#3b46b5;color:#fff;border:1px solid #3B46B5}.button--secondary:active{color:#3b46b5;border:1px solid #D9E0F2}
