/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-hero-home {
  position: relative;
  height: 100dvh;
}
@media screen and (max-width: 991px) {
  .s-hero-home {
    height: auto;
  }
}
.s-hero-home .l-wrapper,
.s-hero-home .l-container {
  height: 100%;
}
.s-hero-home-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-hero-home-bg__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero-home-gradient-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.74%, #000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.6) 15.42%, rgba(0, 0, 0, 0.48) 41.94%, rgba(0, 0, 0, 0) 61.94%);
}
.s-hero-home .c-grid-overlay {
  z-index: 3;
}
.s-hero-home__content {
  position: relative;
  z-index: 4;
  color: var(--wp--preset--color--txt-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__content {
    margin-top: 21.125rem;
    padding-left: 0;
    justify-content: flex-start;
  }
}
.s-hero-home__main {
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .s-hero-home__main {
    position: static;
    transform: none;
  }
}
.s-hero-home__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-style: normal;
}
.s-hero-home__ttl {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__ttl {
    font-size: calc(60px + 30 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__ttl {
    font-size: 5.625rem;
  }
}
.s-hero-home__aside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .s-hero-home__aside {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
    row-gap: 5rem;
  }
}
.s-hero-home__aside-card {
  width: 31.875rem;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  padding: 30px;
  transition: border 0.3s ease, background 0.3s ease;
}
.s-hero-home__aside-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
}
.s-hero-home__aside-card:hover .hover-arrow {
  opacity: 1;
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__aside-card {
    width: 100%;
    padding: 1rem;
  }
}
.s-hero-home__announcement {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.s-hero-home__announcement-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.s-hero-home__announcement-tag {
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  background-color: var(--wp--preset--color--bg-pale-sky-dark);
  border-radius: 0.25rem;
}
.s-hero-home__announcement-tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__announcement-tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__announcement-tag {
    font-size: 0.75rem;
  }
}
.s-hero-home__announcement-date {
  font-weight: 400;
}
.s-hero-home__announcement-date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__announcement-date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__announcement-date {
    font-size: 0.75rem;
  }
}
.s-hero-home__announcement-title {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.s-hero-home__announcement-title {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__announcement-title {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__announcement-title {
    font-size: 1.25rem;
  }
}
.s-hero-home .splide__pagination {
  position: absolute;
  padding: 0;
  left: auto;
  z-index: 2;
}
.s-hero-home .splide__pagination__page {
  background-color: var(--wp--preset--color--txt-white);
}
.s-hero-home__announcement-link {
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-flex;
  align-items: baseline;
}
.s-hero-home__announcement-link {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__announcement-link {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__announcement-link {
    font-size: 0.625rem;
  }
}
.s-hero-home__announcement-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-hero-home__announcement-link-icon {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.s-hero-home__announcement-link-icon svg {
  width: 0.625rem;
  height: auto;
}
.s-hero-home__announcement-link-icon svg path {
  fill: var(--wp--preset--color--txt-white);
}
.s-hero-home__announcement-link-text {
  transition: transform 0.3s ease;
}
.s-hero-home__intro {
  margin-top: 1.5rem;
  max-width: 35rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-hero-home__intro {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__intro {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__intro {
    font-size: 0.875rem;
  }
}