/* for love ♥️*/
.cms-contact__wrapper-form {
    background: #18191d;
    border: none;
 }

 .hero__container h1 strong {
    background: initial;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.footer__menu--col-3 ul {
    gap: 10px !important;
}

.footer__menu ul a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




