.hero {
  min-height: 95dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.hero .container {
  height: 100%;
  text-align:center;
  color: white;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 60rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.eyebrow hr {
  border: none;
  width: 78px;
  height: 1px;
  background-color: white;
  margin: 0;
}

[data-hs-cos-field="event_description"] {
  font-size: 2.25rem;
  letter-spacing: -4%;
  line-height: 120%;
}

.hero h1 {
  line-height: 74px;
  font-size: 4.68rem;
  letter-spacing: -3.5px;
  font-weight: 400;
}

.hero a {
  display: block;
  background-color: #0061FE;
  color: white;
  font-size: 1.125rem;
  letter-spacing: 0%;
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
}

.overlay {
  background-size: cover;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}
}