.c-hero {
  background-color: #222020;
  position: relative;
  padding-top: 1.6rem;
}
@media (min-width: 48em) {
  .c-hero {
    padding-top: 4.5rem;
  }
}
@media (min-width: 62em) {
  .c-hero {
    padding-top: 6.4rem;
  }
}
.c-hero h1,
.c-hero h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0;
  text-shadow: 2px 2px #222020;
}
@media (min-width: 37.5em) {
  .c-hero h1,
  .c-hero h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 62em) {
  .c-hero h1,
  .c-hero h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 92em) {
  .path-frontpage .c-hero h1,
  .path-frontpage .c-hero h2 {
    font-size: 6rem;
  }
}
.c-hero h1:after,
.c-hero h2:after {
  content: "";
  display: block;
  background-color: #00a9a5;
  height: 1px;
  margin: 0.8rem 0;
  width: 128px;
}
@media (max-width: 61.9375em) {
  .c-hero h1:after,
  .c-hero h2:after {
    margin: 0.8rem 0;
  }
}

.c-hero__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1728px;
  position: relative;
  width: 100%;
}
@media (min-width: 62em) {
  .c-hero__inner {
    min-height: 38.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
}

.c-hero__image {
  max-height: 38.4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .c-hero__image {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 77.777%;
  }
}
.c-hero__image:before {
  content: "";
  width: 28.57%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#222020), to(rgba(34, 32, 32, 0)));
  background: linear-gradient(90deg, #222020 0%, rgba(34, 32, 32, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.c-hero__image:after {
  content: "";
  width: 28.57%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#222020), to(rgba(34, 32, 32, 0)));
  background: linear-gradient(-90deg, #222020 0%, rgba(34, 32, 32, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.c-hero__image-wrapper {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.c-hero__image-wrapper:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#222020), to(rgba(34, 32, 32, 0)));
  background: linear-gradient(180deg, #222020 0%, rgba(34, 32, 32, 0) 100%);
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 47.9375em) {
  .c-hero__image-wrapper:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#222020), to(rgba(34, 32, 32, 0)));
    background: linear-gradient(0deg, #222020 0%, rgba(34, 32, 32, 0) 100%);
    content: "";
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.c-hero__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero__content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 0.9rem;
  color: #d2dee3;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 37.5em) {
  .c-hero__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 92em) {
  .c-hero__content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 37.5em) {
  .c-hero__content {
    font-size: 1rem;
  }
}
@media (min-width: 92em) {
  .c-hero__content {
    font-size: 1.2rem;
  }
}
@media (max-width: 47.9375em) {
  .c-hero__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.8rem;
    padding-bottom: 2.3rem;
    padding-top: 2.3rem;
    margin-top: -5rem;
  }
}

@media (min-width: 48em) {
  .c-hero__content-wrapper {
    width: 39.26%;
  }
  .path-frontpage .c-hero__content-wrapper {
    width: 50%;
  }
}
.c-hero__content-wrapper p {
  text-shadow: 1px 1px #222020;
}
.c-hero__content-wrapper p:first-of-type {
  padding-top: 0.8rem;
}
.c-hero__content-wrapper p:last-of-type {
  margin-bottom: 0.8rem;
}
.c-hero__content-wrapper > a {
  border-radius: 500px;
  border: 0;
  background-blend-mode: multiply;
  background-color: #da1418;
  color: #fff;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  fill: #fff;
  font-size: 0.9rem;
  padding: 8px 24px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-hero__content-wrapper > a svg {
  fill: #fff;
}
@media print {
  .c-hero__content-wrapper > a {
    display: none;
  }
}
.c-hero__content-wrapper > a:hover, .c-hero__content-wrapper > a:focus {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 32, 32, 0.1)), to(rgba(34, 32, 32, 0.1)));
  background-image: linear-gradient(0deg, rgba(34, 32, 32, 0.1), rgba(34, 32, 32, 0.1));
}
.c-hero__content-wrapper > a:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.55rem;
  vertical-align: middle;
}
.c-hero__content-wrapper > a:before, .c-hero__content-wrapper > a:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
}
.c-hero__content-wrapper > a:after {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-hero__content-wrapper > a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-hero__content-wrapper > a:hover::after {
  margin-left: 0.75rem;
}
.c-hero__content-wrapper > a:after {
  background-color: #fff;
}

.c-hero__secondary-links {
  margin: 0.8rem 0 0 0;
}
.c-hero__secondary-links .field__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.8rem;
}
.c-hero__secondary-links .field__items .field__item {
  line-height: 1;
}
.c-hero__secondary-links a {
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-hero__secondary-links a:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.55rem;
  vertical-align: middle;
}
.c-hero__secondary-links a:before, .c-hero__secondary-links a:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
}
.c-hero__secondary-links a:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 0.55rem;
  vertical-align: middle;
}
.c-hero__secondary-links a:before, .c-hero__secondary-links a:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3Ryb2tlPSIjMDBBOUE1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTYgMTJoMTJtLTQtNCA0IDQtNCA0Ii8+PC9zdmc+");
}
.c-hero__secondary-links a:after {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-hero__secondary-links a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-hero__secondary-links a:hover::after {
  margin-left: 0.75rem;
}
@media (min-width: 62em) {
  .c-hero__secondary-links a {
    font-size: 1rem;
  }
}
.c-hero__secondary-links a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-hero__secondary-links a:hover::after {
  margin-left: 0.5rem;
}
.c-hero__secondary-links a:after {
  margin-left: 0.2rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: #fff;
}