.cta{background-color:var(--base-500);width:100%;height:100svh;position:relative}.cta .container{justify-content:center;align-items:center;display:flex}.cta-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3rem;padding:6rem 4rem;display:flex}.cta-content h6{font-size:clamp(1.25rem,1.5vw,3rem)}.cta-content h5{max-width:580px}.cta-details{gap:6rem;display:flex}.cta-circle-button{aspect-ratio:1;justify-content:center;align-items:center;width:300px;margin-top:1rem;display:flex}.cta-button{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex;position:relative}.cta-button-svg{width:100%;height:100%;color:var(--base-400);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-button span{font-family:var(--font-host-grotesk),sans-serif;color:var(--base-100);font-size:1.25rem}.cta-image{border-radius:.35rem;width:45%;height:100%;max-height:900px;overflow:hidden}@media (max-width:1000px){.cta{height:100%}.cta .container{flex-direction:column}.cta-content h5{max-width:100%}.cta-image{width:100%}}
