._LoadingSpinner-module_loading-spinner_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-bottom: 64px;
  transition: opacity 1000ms ease-in;
  transition-delay: 500ms;
  background: #1b1a19;
  z-index: 999999;
  pointer-events: none;
  will-change: opacity;
}
._LoadingSpinner-module_loading-spinner_ ._LoadingSpinner-module_header-logo_ {
  filter: drop-shadow(0px 2px 6px black);
  width: min(320px, 100vw);
  height: min(320px, 100vw);
}
._LoadingSpinner-module_loading-spinner_ ._LoadingSpinner-module_circular-progress_ {
  filter: drop-shadow(0px 0px 6px black);
}
._LoadingSpinner-module_loading-spinner_ ._LoadingSpinner-module_loading-text_ {
  text-shadow: 0.1em 0.1em 0.25em black !important;
}