#form_container.form-container{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}#cta_with_form.form{width:100%}#cta_with_form.form form{align-items:center;display:flex;gap:1rem;justify-content:center}#cta_with_form.form label{display:none}#cta_with_form.form input{background-color:#ebf3ffb2;border-radius:999px;color:#000;padding:10px 14px}#cta_with_form.form input:focus-visible{border:3.761059px solid rgba(235,243,255,.7);outline:2px solid transparent;outline-offset:2px}#cta_with_form.form input::placeholder{color:hsla(0,0%,100%,.8);opacity:1}#cta_with_form.form .hs-button,form input{background:#ff9100;border-color:#ff9100;border-radius:999px;color:#fff;cursor:pointer;font-family:Causten;font-size:19px;padding:10px 34px}#cta_with_form.form .hs_error_rollup{position:absolute;top:25%}#cta_with_form.form .hs-error-msg{color:#fff}#cta_with_form.form .hs_email,input{width:100%}#cta_with_form.form .input{filter:opacity(.5)}@media(max-width:768px){#form_container.form-container{flex-direction:column;gap:1rem}}@media(max-width:425px){#cta_with_form.form form{align-items:end;flex-direction:column;gap:1rem}}