/* 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;
  width: 100%;
  min-height: 62.5rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-top: calc(4.625rem * -1);
}
@media screen and (min-width: 1920px) {
  .s-hero-home {
    align-items: center;
  }
}
.s-hero-home > div {
  width: 100%;
}
.s-hero-home__media {
  position: absolute;
  inset: 0;
  background-color: #131313;
  overflow: hidden;
}
.s-hero-home__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 119, 255, 0.1) 0%, rgba(0, 119, 255, 0.1) 100%);
}
.s-hero-home__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.s-hero-home__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  top: 60%;
  height: 50%;
}
.s-hero-home__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.s-hero-home__content {
  width: 100%;
  max-width: 37.5rem;
  color: var(--wp--preset--color--txt-white);
  padding: 0;
  min-height: 34.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1920px) {
  .s-hero-home__content {
    min-height: 25.625rem;
  }
}
.s-hero-home__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
.s-hero-home__subtitle {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-white);
}
.s-hero-home__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__subtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__subtitle {
    font-size: 0.875rem;
  }
}
.s-hero-home__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08rem;
  color: var(--wp--preset--color--txt-white);
  max-width: 33.125rem;
}
.s-hero-home__title-line-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  padding-block: 0.08em;
}
.s-hero-home__title-line {
  position: relative;
}
.s-hero-home__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--txt-white);
  max-width: 33.125rem;
}
.s-hero-home__text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__text {
    font-size: 0.875rem;
  }
}
.s-hero-home__text p {
  margin: 0;
}
.s-hero-home__text p + p {
  margin-top: 0.5rem;
}
.s-hero-home__btn-wrap .c-btn {
  width: fit-content;
}
.s-hero-home__caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-home__caption-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.s-hero-home__caption {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  margin: 0.5rem 0;
  padding: 0.5rem;
  color: var(--wp--preset--color--txt-white);
  background-color: #131313;
  width: fit-content;
  box-sizing: border-box;
  text-align: right;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .s-hero-home {
    min-height: 45rem;
    align-items: flex-end;
  }
  .s-hero-home__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-hero-home__content {
    max-width: 40rem;
    min-height: auto;
    padding: calc(4.625rem + 2rem) 0 5rem;
    justify-content: flex-start;
    gap: 2.5rem;
    margin-bottom: 0;
  }
  .s-hero-home__wrapper {
    gap: 1.5rem;
  }
  .s-hero-home__title {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 1.14;
    letter-spacing: -0.07rem;
    color: var(--wp--preset--color--txt-white);
    max-width: 30rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .s-hero-home__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 991px) {
  .s-hero-home__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 580px) {
  .s-hero-home__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-hero-home__text {
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-home {
    min-height: 39.375rem;
  }
  .s-hero-home > .l-wrapper > .l-container-lg {
    padding-inline: 1.25rem;
  }
  .s-hero-home__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 119, 255, 0.1) 0%, rgba(0, 119, 255, 0.1) 100%);
  }
  .s-hero-home__image {
    object-position: center 22%;
  }
  .s-hero-home__overlay {
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(2, 2, 2, 0.75) 68%, rgba(2, 2, 2, 0.92) 100%) !important;
  }
  .s-hero-home__inner {
    align-items: stretch;
  }
  .s-hero-home__content {
    max-width: 100%;
    min-height: auto;
    padding: calc(4.625rem + 6rem) 0 3.25rem;
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  .s-hero-home__wrapper {
    gap: 1.5rem;
  }
  .s-hero-home__title {
    font-size: 2rem;
    line-height: 1.125;
    letter-spacing: -0.04rem;
    max-width: 19.875rem;
  }
  .s-hero-home__subtitle {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.035rem;
    max-width: 18rem;
  }
  .s-hero-home__text {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    max-width: 100%;
    opacity: 0.95;
  }
  .s-hero-home__btn-wrap .c-btn {
    min-height: 2.875rem;
    padding: 0.75rem 1.5rem;
  }
  .s-hero-home__caption-wrap {
    bottom: 0.75rem;
  }
  .s-hero-home__caption-inner.l-container-lg {
    padding-inline: 1.25rem;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
  }
  .s-hero-home__caption {
    margin: 0;
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.35;
    border-radius: 0.25rem;
    max-width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width: 580px) {
  .s-hero-home {
    min-height: 37.5rem;
  }
  .s-hero-home > .l-wrapper > .l-container-lg {
    padding-inline: 1rem;
  }
  .s-hero-home__content {
    padding-top: calc(4.625rem + 11.25rem);
    gap: 2rem;
  }
  .s-hero-home__wrapper {
    gap: 1.25rem;
  }
  .s-hero-home__title {
    font-size: 2.25rem;
    letter-spacing: -0.035rem;
    max-width: 100%;
  }
  .s-hero-home__subtitle {
    font-size: 0.75rem;
  }
  .s-hero-home__text {
    font-size: 0.8125rem;
    line-height: 1.45;
  }
}