.email-modal{display:flex;flex-direction:column;padding:2.5rem;text-align:start;justify-content:space-between;max-width:515px;overflow:scroll;font-family:Inter,sans-serif;font-weight:400}.email-modal__button{font-size:16px;padding:1.1em 3.5em;width:100%}.email-modal__header{display:flex;flex-direction:row;align-items:flex-start;gap:2rem;margin-bottom:2rem}.email-modal__header-text{color:#0a0a0a;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.email-modal__header-text--bold{margin-top:1rem;font-weight:700}.email-modal__header-intro{display:flex;flex-direction:column;width:90%}.email-modal__form{display:flex;flex-direction:column;gap:1rem;width:100%}.email-modal__form-row{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:1rem}@media(max-width:400px){.email-modal__form-row{flex-direction:column}}.email-modal__form-row .input__wrapper{width:50%}@media(max-width:400px){.email-modal__form-row .input__wrapper{width:100%}}.email-modal__form .input__label,.email-modal__form .star-input__label,.email-modal__form .textarea__label{color:#0a0a0a;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.email-modal__input{width:100%;border-radius:5px;border:1px solid #acacac;padding:.8rem;height:unset;font-family:Inter,sans-serif;font-weight:400}.email-modal__input::placeholder{opacity:.55}