.banner {
  position: relative;
}
.banner__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner__media-desktop-wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .banner__media-mobile-wrapper {
    display: none;
  }
}
.banner__content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .banner__content {
    position: absolute;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .banner__content-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__content-wrapper {
    padding: 0.9090909091rem 0.6818181818rem 0;
  }
}
.banner__heading {
  font-size: 2.1818181818rem;
  font-weight: 300;
  letter-spacing: -0.0654545455rem;
  line-height: 1.05;
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner__heading span {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .banner__heading {
    max-width: 15.1818181818rem;
  }
}
.banner__actions {
  margin-top: 1.2272727273rem;
}
@media screen and (max-width: 768px) {
  .banner__actions {
    margin-top: 0.9090909091rem;
  }
}
.banner__button-link {
  color: #FFFFFF;
  display: block;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .banner__button-link {
    width: -moz-max-content;
    width: max-content;
  }
  .banner__button-link:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .banner__button-link {
    background-color: #17280A;
    padding: 0.7727272727rem 0.6818181818rem;
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=section-hero-banner.min.css.map */
