@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 */
.single-application-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--wp--preset--color--txt-white);
}
.single-application-hero .l-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-application-hero .l-container {
  padding-top: 5.9375rem;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
.single-application-hero__shell {
  min-height: 20.625rem;
}
.single-application-hero__breadcrumb {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--wp--preset--color--txt-white);
  position: relative;
}
.single-application-hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  z-index: 0;
}
.single-application-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-application-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--bg-black) 70%, transparent) 0%, color-mix(in srgb, var(--wp--preset--color--bg-black) 40%, transparent) 42%, transparent 78%);
}
.single-application-hero__inner {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-end;
}
.single-application-hero__title {
  margin: 0;
  margin-left: 1.25rem;
  color: var(--wp--preset--color--txt-white);
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.single-application-hero__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .single-application-hero__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-application-hero__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .single-application-hero .l-container {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
  .single-application-hero__title {
    margin-left: 0;
  }
  .single-application-hero__inner {
    min-height: 11.25rem;
  }
}