.sdct-intro {
  height: 100vh;
  overflow-y: scroll;
  margin-top: calc(var(--wp-admin--admin-bar--height, 0) * -1);
  z-index: 1;
  position: relative;
}
.sdct-intro-inner {
  height: 6000px;
  position: relative;
}
.sdct-intro-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--body-background);
  z-index: -1;
}
.sdct-intro-background img,
.sdct-intro-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.sdct-intro-logo {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.sdct-intro-logo svg {
  width: 22rem;
}
.sdct-intro-logo img {
  max-width: 100vw;
}
.sdct-intro-title {
  text-transform: var(--text-transform);
  font-weight: 400;
  position: fixed;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 24rem;
  white-space: nowrap;
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 345px) {
  .sdct-intro-title {
    font-size: 1rem;
  }
}

.sdct-content {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  bottom: 0;
  overflow: hidden;
}

/*# sourceMappingURL=intro.css.map */
