.hero-wrapper{align-items:center;display:flex;flex-direction:column}.hero__title{margin-bottom:var(--spacing-4x);text-align:center}.hero__description{margin-bottom:var(--spacing-8x);text-align:center}.hero__form-message{color:var(--text-light);font-size:var(--text-xs);line-height:1;margin-top:var(--spacing-2x)}.hero__form form{display:flex;margin:0;max-width:100%;width:386px}.hero__form .hs-email{flex-grow:1;margin:0;padding:0;position:relative}.hero__form .hs-email label:not(label.hs-error-msg){inset:auto auto 100% 0;position:absolute}.hero__form .hs-input{border-color:var(--border);border-radius:var(--border-radius-md) 0 0 var(--border-radius-md);font-size:.8889rem;height:50px!important;line-height:1;padding:var(--spacing-4x)}.hero__form .hs-input::placeholder{color:var(--text-light)}.hero__form .hs-email .hs-error-msgs{inset:150% auto auto 0;position:absolute}.hero__form .hs-email .hs-error-msgs li{margin:0}.hero__form .hs-email .hs-error-msgs label{font-size:var(--text-xs);line-height:1;margin:0}.hero__form .actions{padding:0}.hero__form .hs-button{border-radius:0 var(--border-radius-md) var(--border-radius-md) 0;font-size:.8889rem;font-weight:500;padding:var(--spacing-4x) var(--spacing-3x)}.hero__form .hs-button:hover{transform:none}@media (max-width:768px){.hero__form .hs-input{height:42px!important}}@media (max-width:640px){.hero__form{width:100%}.hero__form form{flex-direction:column;gap:var(--spacing-5x);width:auto}.hero__form .hs-button,.hero__form .hs-input{border-radius:var(--border-radius-md)}.hero__form .hs-email .hs-error-msgs{inset:100% auto auto 0;position:absolute}}