@charset "UTF-8";

#top.top {
  position: relative;
  padding: 8em 2em;
  margin-bottom: 1em;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
}

#top.top video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

#top.top .content {
  display: grid;
  gap: 2em;
}
#top.top .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}

#top.top p {
  position: relative;
  z-index: 2;
  width: auto;
  padding: 0;
  margin: auto;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
