/* custom css */
#cssmenu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;}
}

:root {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 15px;
} 
