html.bde-preload-active,
body.bde-preload-active {
  overflow: hidden !important;
  overflow-y: hidden !important;
  height: 100% !important;
}

.bde-loading-spinner {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
  background: #f9f9f9 url(../img/logo.png) 50% 50% / clamp(230px, 34vw, 460px) auto
    no-repeat;
  opacity: 1;
}
