.cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--color-button-bg);border:.533333px solid var(--color-button-border);border-radius:9999px;color:var(--color-button-text);cursor:pointer;font-family:var(--font-mono);font-size:1rem;font-weight:500;letter-spacing:-.02em;line-height:1.5rem;padding:.5rem 1.25rem;text-transform:none;text-decoration:none;min-width:160px;height:40px;transition:background .26s ease,color .26s ease,border-color .26s ease,box-shadow .26s ease,transform .16s ease;isolation:isolate}.cta-button:focus-visible{outline:2px solid var(--color-button-focus);outline-offset:3px;border-color:var(--color-button-border)}.cta-button:active{transform:translateY(0);box-shadow:0 6px 16px var(--color-button-shadow)}@media(hover:hover){.cta-button:hover,.cta-button:focus-visible{background:var(--color-button-hover-bg);color:var(--color-button-hover-text);border-color:var(--color-button-border);box-shadow:0 12px 30px var(--color-button-hover-shadow);transform:translateY(-1px);transition-duration:.22s}}
