.ti-page-hero {
  width: 100%;
  height: auto;
  min-height: clamp(15rem, 24vw, 18rem);
  padding: 8rem 0 2.4rem;
  position: relative;
  overflow: hidden;
  background-color: #031427;
}
.ti-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.ti-page-hero__video, .ti-page-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ti-page-hero__inner {
  position: relative;
  z-index: 1;
  min-height: clamp(10rem, 18vw, 12rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2rem 0 1.1rem;
}
.ti-page-hero__breadcrumbs .ti-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.ti-page-hero__breadcrumbs .ti-breadcrumb__logo {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ti-page-hero__breadcrumbs .ti-breadcrumb__link, .ti-page-hero__breadcrumbs .ti-breadcrumb__separator, .ti-page-hero__breadcrumbs .ti-breadcrumb__current {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
}
.ti-page-hero__breadcrumbs .ti-breadcrumb__current {
  font-weight: 800;
}
.ti-page-hero__title {
  margin: 0;
  align-self: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .ti-page-hero {
    min-height: 12.2rem;
    padding-top: max(var(--header-h, 0px) + 1.3rem, 6.5rem);
    padding-bottom: 1.6rem;
  }
  .ti-page-hero__inner {
    min-height: 8.4rem;
    padding: 1.5rem 0 0.9rem;
  }
  .ti-page-hero__title {
    align-self: flex-start;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    text-align: left;
  }
}
@media (max-width: 560px) {
  .ti-page-hero {
    min-height: 10.8rem;
    padding-top: max(var(--header-h, 0px) + 1rem, 5.8rem);
  }
  .ti-page-hero__inner {
    min-height: 9.2rem;
    gap: 0.85rem;
    padding: 1.2rem 0 0.75rem;
  }
  .ti-page-hero__breadcrumbs .ti-breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.3rem;
  }
  .ti-page-hero__breadcrumbs .ti-breadcrumb__link, .ti-page-hero__breadcrumbs .ti-breadcrumb__separator, .ti-page-hero__breadcrumbs .ti-breadcrumb__current {
    font-size: 0.82rem;
  }
  .ti-page-hero__title {
    align-self: center;
    font-size: clamp(1.5rem, 6vw, 2rem);
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */