@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.hero-video {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.hero-video .l-wrapper {
  position: relative;
  z-index: 1;
}
.hero-video .l-container {
  position: relative;
}
.hero-video__breadcrumb {
  width: 100%;
  max-width: 56.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--wp--preset--color--txt-gray-dark);
  position: absolute;
  top: 0.875rem;
  z-index: 100;
}
.hero-video__shell {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 3.125rem 1.5rem 4rem;
}
@media screen and (max-width: 1024px) {
  .hero-video__shell {
    min-height: 37.5rem;
    padding: 7.5rem 2.5rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-video__shell {
    min-height: 32.5rem;
    padding: 6.25rem 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .hero-video__shell {
    min-height: 28.75rem;
    padding: 5.5rem 1rem 2rem;
  }
}
.hero-video__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--wp--preset--color--bg-black);
}
.hero-video__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.39) 100%);
  pointer-events: none;
}
.hero-video__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video__media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background-color: rgba(255, 255, 255, 0.06);
}
.hero-video__hint {
  margin: 0;
  padding: 0.75rem 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.375rem;
}
.hero-video__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11.5625rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-video__content {
    max-width: 32.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-video__content {
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  .hero-video__content {
    gap: 1.5rem;
  }
}
.hero-video__title {
  margin: 0;
  max-width: 33.125rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  text-transform: none;
}
.hero-video__title {
  font-size: 56px;
}
@media screen and (min-width: 569px) {
  .hero-video__title {
    font-size: calc(56px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-video__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero-video__title {
    font-size: 3rem;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-video__title {
    font-size: 2.5rem;
  }
}
.hero-video__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .hero-video__bottom {
    gap: 1.25rem;
  }
}
.hero-video__intro {
  max-width: 24.625rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
@media screen and (max-width: 991px) {
  .hero-video__intro {
    max-width: none;
  }
}
.hero-video__intro p {
  margin: 0 0 0.5rem;
}
.hero-video__intro p:last-child {
  margin-bottom: 0;
}
.hero-video__intro a {
  color: inherit;
  text-decoration: underline;
}
.hero-video__btn-wrap {
  display: inline-flex;
}

.home .hero-video__breadcrumb {
  display: none;
}