.elementor-165727 .elementor-element.elementor-element-ccd1bed{--display:flex;--background-transition:0.3s;}/* Start custom CSS *//* Always show the menu container */
#menu {
    display: block ;
    visibility: visible ;
    opacity: 1 ;
}

/* Hide all child containers inside the body by default */
#body > .elementor-element {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show the active child container */
#body > .elementor-element.visible {
    display: block;
    opacity: 1;
}

li.menu-item-171323 {
   // display: none !important;
}

li.menu-item-171324 {
    display: none !important;
}/* End custom CSS */