.newsletter-form form{position:relative}.newsletter-form form label{display:none}.newsletter-form form input[type=email]{background-color:#fff;border:none;border-radius:50px;box-shadow:none;color:var(--secondary-color);font-size:16px;font-weight:500;height:68px;line-height:50px;padding:2px 190px 2px 38px;width:100%}@media only screen and (max-width:767px){.newsletter-form form input[type=email]{padding:2px 157px 2px 38px}}.newsletter-form form .hs-submit{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.newsletter-form form .actions .hs-button{background-color:var(--secondary-color);border:none;border-radius:50px;color:#fff;display:inline-block;font-size:16px;font-weight:700;letter-spacing:.5px;padding:14px 36px;transition:all .3s ease 0s}@media only screen and (max-width:767px){.newsletter-form form .actions .hs-button{padding:14px 25px}}.newsletter-form form .actions .hs-button:hover{background-color:var(--primary-color)}