.SubpageHeader {
  margin: calc(var(--spaceLg) * -1) auto 4rem;
  position: relative;
  overflow: hidden;
  color: var(--colorWhite);
}

.SubpageHeader:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: var(--colorBrand);
  opacity: .1;
  pointer-events: none;
  inset: 0;
}

.SubpageHeader-frame {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 1.5rem;
  font-size: var(--textSm);
  opacity: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 62rem) {
  .SubpageHeader-frame {
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 2.5rem;
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 48rem) {
  .SubpageHeader-frame {
    flex-direction: column;
  }
}

.SubpageHeader-frameImg {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.SubpageHeader-frameImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #c78252 30%, rgba(199, 130, 82, 0.3) 90%);
  pointer-events: none;
}

@media (min-width: 62rem) {
  .SubpageHeader-frameImg {
    justify-content: flex-end;
  }
}

.SubpageHeader-frameImg img, .SubpageHeader-frameImg source {
  object-fit: cover;
  height: 100%;
  filter: grayscale(100%);
}

.SubpageHeader-title {
  font-size: var(--textXxxl);
  margin: 0;
  color: var(--colorWhite);
}

.SubpageHeader-perex {
  margin: var(--spaceSm) 0 0;
  max-width: 41.5rem;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
}

/*# sourceMappingURL=subpage-header.min.css.map */
