/*
Generated time: September 11, 2025 06:43
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;position:relative}@media screen and (min-width:750px){.newsletter-form{align-items:flex-start;margin:0 auto}}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{padding-right:5rem;z-index:initial;height:56px;border-radius:999px;padding-left:25px;padding-right:calc(var(--button-normal-width) + 5px);background-color:#0000;border-color:#dae9cf;color:#fff;text-transform:none}.newsletter-form__field-wrapper .field{z-index:0}.newsletter-form__message{justify-content:center;margin-bottom:0}.newsletter-form__message--success{margin-top:2rem}@media screen and (min-width:750px){.newsletter-form__message{justify-content:flex-start}}.newsletter-form__button{position:absolute;top:50%;right:0;transform:translateY(-50%);height:56px;background:#dae9cf;overflow:hidden;width:140px;border-radius:30px;color:#000;font-weight:600}.newsletter-form__button:hover{transition:color .17s linear,background-color .17s linear,border-color .17s linear,opacity .2s,transform .2s linear;background:#005b2b;color:#fff}.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:focus{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}