.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{border:1px solid #fff;border-radius:4px;background:#fff;padding:1rem}.newsletter-form__field-wrapper .field__input:focus{box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) #fff}.newsletter-form__field-wrapper .form-field{display:flex;gap:20px;width:100%;align-items:flex-end}@media screen and (max-width:769px){.newsletter-form__field-wrapper .form-field{flex-direction:column;align-items:center}}.newsletter-form__field-wrapper .form-field .form-control{width:100%}.newsletter-form__field-wrapper .form-field .field__label{position:static;font-weight:400;font-size:18px;line-height:100%;letter-spacing:1.6px;color:#000;margin-bottom:14px;display:inline-block}.newsletter-form__message{justify-content:center;margin-bottom:0}@media screen and (min-width:750px){.newsletter-form__message{justify-content:flex-start}}.newsletter-form__message--success{margin-top:2rem}.newsletter-form__button{right:var(--inputs-border-width);top:0;height:100%;z-index:2;position:relative;width:100%;max-width:200px}.newsletter-form__button:focus,.newsletter-form__button:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground))}.newsletter-form__button:not(:focus-visible):not(.focused){box-shadow:inherit}.newsletter-form__button .icon{width:1.5rem}.newsletter-heading{margin-bottom:10px;font-weight:700;font-size:28px;line-height:100%;letter-spacing:1.6px;text-transform:uppercase;margin-top:0}@media screen and (max-width:769px){.newsletter-heading{font-size:22px;text-align:center}}.newsletter-flex{display:flex;align-items:center;justify-content:space-between;gap:10px}@media screen and (max-width:769px){.newsletter-flex{display:block}}.newsletter-left,.newsletter-right{width:100%}.newsletter-text{color:#676767;font-weight:400;font-size:16px;line-height:23.04px;letter-spacing:.8px;max-width:455px}@media screen and (max-width:769px){.newsletter-text{text-align:center}}