/*======================================
FOOTER LEGAL
======================================*/

.msx-footer-legal{

    display:flex;
    flex-direction:column;

    align-items:center;

    gap:10px;

    margin:30px 0 40px;

    text-align:center;

    font-family:'Montserrat',sans-serif;

    font-size:15px;

}

.msx-copy{

    color:#8A8A8A;

}

.msx-copy strong{

    color:inherit;
    font-weight:700;

}

.msx-footer-legal a{

    color:#3e3e3e !important;

    text-decoration:none;

    transition:.25s;

}

.msx-footer-legal a:hover{

    color:#7A7A7A !important;

}

.msx-dot{

    display:none;

}

.msx-links{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;

}

.msx-sep{

    color:#555;

}