.hero {
  position: relative;
}
.hero-sticker {
  display: block;
  position: absolute;
  z-index: 4;
  max-width: 15%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .hero-sticker {
    top: auto !important;
    bottom: -3.125rem !important;
    right: calc(50% - 50px) !important;
    left: auto !important;
    transform: none;
    max-width: 100px !important;
    width: 100px !important;
    height: auto !important;
    z-index: 20;
  }
  .block--anchor-submenu .hero-sticker {
    right: 2rem !important;
  }
}
.hero-sticker img {
  display: block;
}
.hero-main {
  position: relative;
}
.hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
  width: 100%;
  max-width: 75.375rem;
  overflow: hidden;
}
.hero-content--align-right {
  text-align: right;
}
.hero-content--align-left {
  text-align: left;
}
.hero-title, .hero-subtitle {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0 0.3125rem rgba(30, 30, 30, 0.3);
  max-width: 75.375rem;
  margin: 0 auto;
}
.hero-content--align-right .hero-title, .hero-content--align-right .hero-subtitle {
  margin-left: auto;
  margin-right: 0;
}
.hero-content--align-left .hero-title, .hero-content--align-left .hero-subtitle {
  margin-left: 0;
  margin-right: auto;
}
.hero-title {
  font-size: 1.75rem;
  font-weight: 500;
  display: inline-block;
}
.hero-title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-title--spacer {
  border-bottom: 0.125rem solid #ffc70b;
}
.hero-subtitle {
  font-size: 1.125rem;
}
.hero-title-spacer {
  width: 6.25rem;
  height: 0.125rem;
  display: block;
  margin: 0 auto 2rem auto;
  background-color: #ffc70b;
}
.hero-content--align-right .hero-title-spacer {
  margin-left: auto;
  margin-right: 0;
}
.hero-content--align-left .hero-title-spacer {
  margin-left: 0;
  margin-right: auto;
}
.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 40rem;
}
.hero-image--desktop {
  display: none;
}
.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
}
.hero-anchor-link {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-right: 0.25rem solid white;
  border-bottom: 0.25rem solid white;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(-315deg);
}
.hero-anchor {
  position: absolute;
  z-index: 100;
  bottom: 5.875rem;
  left: 0;
  display: block;
}
@media (min-width: 40rem) {
  .hero-image--mobile {
    display: none;
  }
  .hero-image--desktop {
    display: block;
  }
  .hero-anchor {
    bottom: 6.875rem;
  }
}
@media (min-width: 64rem) {
  .hero-title {
    font-size: 3rem;
    letter-spacing: 0.25rem;
  }
  .hero-title:not(:last-child) {
    margin-bottom: 2rem;
  }
  .hero-title-spacer {
    margin: -0.5rem auto 2rem auto;
  }
  .hero-subtitle {
    font-size: 1.875rem;
    font-weight: 400;
  }
  .hero-anchor-link {
    bottom: 3.75rem;
    border-right: 0.375rem solid white;
    border-bottom: 0.375rem solid white;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 80rem) {
  .hero-sticker {
    max-width: 15.5rem;
  }
  .hero-anchor {
    bottom: 8.125rem;
  }
}

.hero-container {
  max-width: 75.375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin: 0 auto;
}
.hero-box {
  position: relative;
  z-index: 5;
  margin: -4.75rem auto 1.5rem auto;
  background-color: white;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(54, 61, 67, 0.3);
  padding: 2rem;
  width: 100%;
}
.hero-box__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
.hero-box__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-box__title:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  margin-top: 0.875rem;
  background-color: #ffc70b;
  border-radius: 0.0625rem;
}
.hero-box__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-box__buttons {
  display: flex;
}
.hero-box__buttons .button:not(:last-child) {
  margin-right: 0.625rem;
}
@media (min-width: 64rem) {
  .hero-container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
  }
  .hero-container--align-right {
    justify-content: flex-end;
  }
  .hero--auto-height .hero-image img {
    max-height: 100%;
    min-height: 100vh;
  }
  .hero-box {
    margin: 0;
    box-shadow: none;
    max-width: 50%;
  }
  .hero--auto-height .hero-box {
    color: white;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .hero-box__title {
    font-size: 1.875rem;
  }
  .hero--auto-height .hero-box__title {
    color: white;
  }
}
