.mobile_menu_bar::before,.mobile_menu_bar::after,#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a{color:#F3EDE4;background:#12372A}#custom-loader{position:fixed;z-index:9999;background-color:#f4ede5;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;pointer-events:none}.loader-wrapper{position:relative;width:200px;height:200px}.logo-part{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;animation-fill-mode:forwards}.logo-part:nth-child(1){animation:zoomOut 0.5s ease-in-out forwards;animation-delay:0s}.logo-part:nth-child(2){animation:fadeIn 0s ease-in-out forwards;animation-delay:0.3s}@keyframes zoomOut{from{transform:scale(2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}body.loaded #custom-loader{opacity:0;visibility:hidden;transition:opacity 0.5s ease}