/* Hide siblings of the active menu path */
.uw-relative-menu ul.menu--main > :not(.active) {
    display: none;
}