html.splash-lock,
body.splash-lock{
  overflow:hidden !important;
}

.splash-screen{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#061a2e;
  opacity:1;
  visibility:visible;
  transition:opacity .55s ease, visibility .55s ease;
}

.splash-screen video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#061a2e;
}

.splash-loading{
  position:absolute;
  left:0;
  right:0;
  bottom:28px;
  text-align:center;
  color:rgba(255,255,255,.72);
  font-family:Arial,sans-serif;
  font-size:13px;
  letter-spacing:.04em;
  pointer-events:none;
}

.splash-closing{
  opacity:0;
  visibility:hidden;
}
