.herovideo {
  --color-brand: var(--asd-green);
  --headline-color: #c3d200;
  --text-color: white;
  --header-color: var(--text-color);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.herovideo h1, .herovideo h2, .herovideo h3, .herovideo h4, .herovideo h5, .herovideo h6 {
  color: var(--header-color);
}
.herovideo h1.green, .herovideo h2 {
  --header-color: var(--asd-green);
}
.herovideo h2.header-black {
  --header-color: black;
}
.herovideo .buttonRTE,
.herovideo .button.button-default {
  --header-color: var(--asd-green);
  background-color: var(--header-color) !important;
  color: white;
  text-shadow: 1px 1px 4px black;
}
.herovideo .buttonRTE:hover, .herovideo .buttonRTE:active, .herovideo .buttonRTE:focus,
.herovideo .button.button-default:hover,
.herovideo .button.button-default:active,
.herovideo .button.button-default:focus {
  --header-color: var(--asd-green-hover);
}
.herovideo .buttonRTE--secondary {
  border-color: var(--header-color);
}
.herovideo .buttonRTE--secondary:hover, .herovideo .buttonRTE--secondary:active, .herovideo .buttonRTE--secondary:focus {
  --header-color: var(--asd-green-hover);
}
.herovideo .text-green {
  color: var(--asd-green);
}
.herovideo__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.herovideo__video--portrait {
  display: none;
}
.herovideo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6.4rem 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 50%, transparent 100%);
  color: #fff;
}
.herovideo__overlay__inner {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.herovideo__overlay__inner--normal {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .herovideo__overlay__inner--normal {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .herovideo__overlay__inner--normal {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .herovideo__overlay__inner--normal {
    width: 1170px;
  }
}
.herovideo__overlay__inner--center-links {
  max-width: 720px;
}
.herovideo__overlay__inner--center {
  max-width: 720px;
  text-align: center;
}
.herovideo__overlay__title {
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  white-space: pre-line;
}
.herovideo__overlay__title--0 {
  color: var(--color-brand);
}
.herovideo__overlay__title--1 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.herovideo__overlay__title--2 {
  color: var(--color-brand);
}
.herovideo__overlay__title--3 {
  font-size: clamp(2.8rem, 3.5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.herovideo__overlay__title--4 {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0;
}
.herovideo__overlay__title--5 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0;
}
.herovideo__overlay__title--8 {
  color: #333;
}
.herovideo__overlay__title--9 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-brand);
}
.herovideo__overlay__title--10 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.herovideo__overlay__title--11 {
  font-size: clamp(4.4rem, 7vw, 8.8rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--color-brand);
}
.herovideo__overlay__sub {
  margin-top: 1.2rem;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 400;
  opacity: 0.85;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
@media (orientation: portrait) {
  .herovideo__video--landscape {
    display: none;
  }
  .herovideo__video--portrait {
    display: block;
  }
}

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


