@keyframes fade-in-black{0%{background-color:transparent}to{background-color:#000}}@keyframes fade-in-transparent{0%{background-color:#000}to{background-color:transparent}}@keyframes fade-in-border{0%{border-bottom:1px solid transparent}to{border-bottom:1px solid #fff}}@keyframes fade-out-border{0%{border-bottom:1px solid #fff}to{border-bottom:1px solid transparent}}.newsletter-section{background-repeat:no-repeat;background-size:cover;background-position:50%;height:300px;position:relative;width:100%}.newsletter-section .newsletter-content{display:flex;flex-direction:column;grid-gap:10px;justify-content:center;height:300px;max-width:600px;margin:auto;padding:40px;width:100%}.newsletter-section .newsletter-content .header{color:#ff585d;text-transform:uppercase}.newsletter-section .newsletter-content .paragraph{font-size:25px;line-height:1.2em;font-size:18px;line-height:20px;color:#fff}@media screen and (min-width:768px){.newsletter-section .newsletter-content .paragraph{font-size:calc(11.06024px + .90361vw)}}@media screen and (min-width:1100px){.newsletter-section .newsletter-content .paragraph{font-size:21px}}@media screen and (min-width:768px){.newsletter-section .newsletter-content .paragraph{line-height:calc(8.43373px + 1.50602vw)}}@media screen and (min-width:1100px){.newsletter-section .newsletter-content .paragraph{line-height:25px}}.newsletter-section .newsletter-content .newsletter-form{grid-template-columns:1fr min-content;width:100%}.newsletter-section .newsletter-content .newsletter-form label{color:#fff;margin-top:10px}@media (min-width:1100px){.newsletter-section{height:540px}.newsletter-section .newsletter-content{grid-gap:20px;height:540px}}