@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-default {
  position: relative;
  color: var(--wp--preset--color--txt-white);
  background: linear-gradient(-12.6deg, var(--wp--preset--color--eb-hero-blue-start) 24.46%, var(--wp--preset--color--eb-hero-blue-end) 92.51%);
}
.hero-default .l-wrapper.spacing-top-md {
  padding-top: 6.25rem;
}
.hero-default__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .hero-default__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 44.75rem);
    gap: 3rem;
    align-items: start;
  }
}
.hero-default__breadcrumb {
  margin: 0 0 1rem;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  position: relative;
  top: -0.3125rem;
}
.hero-default__title {
  margin: 0 0 2rem;
  max-width: 35rem;
  color: var(--wp--preset--color--txt-white);
  text-transform: none;
  padding-top: 2rem;
  font-weight: 400;
}
.hero-default__title {
  font-size: 56px;
}
@media screen and (min-width: 569px) {
  .hero-default__title {
    font-size: calc(56px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-default__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero-default__title {
    font-weight: 400;
    max-width: none;
  }
  .hero-default__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 569px) {
  .hero-default__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1440px) {
  .hero-default__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-default__title {
    font-size: 2.5rem;
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  .hero-default__title {
    margin-bottom: 1.5rem;
  }
}
.hero-default__copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 29rem;
}
@media screen and (max-width: 991px) {
  .hero-default__copy {
    max-width: none;
    gap: 1.5rem;
  }
}
.hero-default__intro p {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
}
.hero-default__intro p {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .hero-default__intro p {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-default__intro p {
    font-size: 1.25rem;
  }
}
.hero-default__body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
.hero-default__body p {
  margin: 0 0 0.75rem;
}
.hero-default__body p:last-child {
  margin-bottom: 0;
}
.hero-default__body ul,
.hero-default__body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.hero-default__btn-wrap {
  display: flex;
  align-self: flex-start;
}
.hero-default__media-wrap {
  width: 100%;
  height: 100%;
}
.hero-default__content {
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .hero-default__content {
    padding-left: 0;
  }
}
.hero-default__media {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 17.5rem;
  background-color: rgba(255, 255, 255, 0.06);
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-default__media {
    min-height: 33.875rem;
  }
}
.hero-default__media--image {
  line-height: 0;
}
.hero-default__media--video {
  min-height: 17.5rem;
  line-height: 0;
}
.hero-default__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.35);
}
.hero-default__video-fancybox {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  outline: none;
  z-index: 2;
}
.hero-default__video-fancybox:hover .hero-default__video-trigger, .hero-default__video-fancybox:focus-visible .hero-default__video-trigger {
  background: rgba(255, 255, 255, 0.18);
}
.hero-default__video-fallback {
  position: relative;
  min-height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .hero-default__video-fallback {
    min-height: 33.875rem;
  }
}
.hero-default__video-fallback .hero-default__media-hint {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.375rem;
}
.hero-default__media-hint {
  margin: 0;
  padding: 1rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  text-align: center;
}
.hero-default__media-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-default__media-video, .hero-default__media-iframe {
  display: block;
  width: 100%;
  min-height: 17.5rem;
  object-fit: cover;
  border: 0;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-default__media-video, .hero-default__media-iframe {
    min-height: 33.875rem;
  }
}
.hero-default__media-video {
  inset: 0;
  height: 100%;
}
.hero-default__media-poster {
  line-height: 0;
}
.hero-default__media-poster .hero-default__media-img {
  min-height: 17.5rem;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .hero-default__media-poster .hero-default__media-img {
    min-height: 33.875rem;
  }
}
.hero-default__media-placeholder {
  width: 100%;
  min-height: 17.5rem;
  background-color: rgba(255, 255, 255, 0.06);
}
@media screen and (min-width: 1024px) {
  .hero-default__media-placeholder {
    min-height: 33.875rem;
  }
}
.hero-default__video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.5rem);
  cursor: pointer;
  color: inherit;
  font: inherit;
  z-index: 2;
}
.hero-default__video-trigger:focus-visible {
  outline: 2px solid var(--wp--preset--color--txt-white);
  outline-offset: 3px;
}
.hero-default__video-trigger-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.25rem 1rem;
}
.hero-default__video-trigger-label {
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--wp--preset--color--txt-white);
  white-space: nowrap;
}
.hero-default__video-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-default__video-trigger-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}