.initial-loader{z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-out,visibility .5s ease-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}.initial-loader.exiting{opacity:0;visibility:hidden;pointer-events:none}.loader-video{object-fit:cover;object-position:center;width:100%;height:100%}@media (max-width:768px){.loader-video{object-fit:contain;width:100%;height:auto;min-height:40vh}.initial-loader{background:radial-gradient(circle,#1a1a1a 0%,#000 100%)}}@media (max-width:480px){.loader-video{object-fit:contain;width:100%}}
