.page-header {
  min-height: calc(100vh - 74px);
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.page-header a.scroll-to-first {
  opacity: 0.75;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 45px;
}
.page-header a.scroll-to-first::before {
  position: absolute;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  animation-timing-function: ease;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../images/icon-activate-arrow-white.svg") no-repeat 60% center;
  background-size: auto 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: rotate(90deg);
  top: 0;
  left: 33px;
}
.page-header a.scroll-to-first span {
  position: relative;
  display: block;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .page-header {
    padding: 35px 0;
  }
}
@media (min-width: 64em) {
  .page-header {
    padding: 55px 0;
  }
}
.page-header .container {
  display: flex;
  flex-direction: column;
}
.page-header .container * {
  position: relative;
  z-index: 2;
}
.page-header__breadcrumbs {
  margin-bottom: 30px;
}
.page-header__title {
  font-size: 2.375rem;
  line-height: 1em;
  text-align: center;
  font-family: "Larken", serif;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 48em) {
  .page-header__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 64em) {
  .page-header__title {
    font-size: 4.125rem;
  }
}
.page-header__subtitle {
  font-size: 1.875rem;
  line-height: 1em;
  text-align: center;
  font-family: "Larken", serif;
  font-weight: 600;
  max-width: 570px;
  margin: 0 auto;
  color: #313a3a;
}
@media (min-width: 48em) {
  .page-header__subtitle {
    font-size: 2.375rem;
  }
}
@media (min-width: 64em) {
  .page-header__subtitle {
    font-size: 2.875rem;
  }
}
.page-header__title-image {
  display: block;
  width: 570px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-header__title-position--middle {
  padding-top: 90px;
  padding-bottom: 90px;
  align-items: center;
}
.page-header__title-position--middle .page-header__breadcrumbs {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.page-header:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  display: block;
  background: var(--page-header-tint, transparent);
}

/*# sourceMappingURL=page-header.css.map */
