.newsletter-form__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;width:100%;position:relative}
@media (min-width:990px){
.newsletter-form__inner{flex-direction:row}
}
.newsletter-form__field-wrapper{flex:1 1 auto;position:relative}
.newsletter-form__message{margin-bottom:0}
@media (min-width:750px){
.newsletter-form__message{justify-content:flex-start}
}
.newsletter-form__message--success{margin-top:2rem}
@media (min-width:750px){
.newsletter-form__message--success{width:100%}
}
.newsletter-form__button{margin-left:1.4rem;display:flex}
.newsletter-form .field{min-height:6rem}
.newsletter__form{max-width:44.5rem;width:100%}
.newsletter__form .rte{color:rgba(var(--color-foreground),.6)}
.newsletter__form .rte a{color:rgb(var(--color-link),1);transition:color var(--duration-default)}
.newsletter__form .rte a:hover{color:rgba(var(--color-foreground),.8)}
.newsletter__title{margin-bottom:2.4rem}
.newsletter__text{margin-top:2.4rem}
.newsletter__text p{font-size:1.2rem}
.newsletter__button{width:13rem;min-height:6rem}