.hero-banner {
  position: relative;
  width: 100%;
  height: 584px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .hero-banner {
    height: 584px;
  }
}
.hero-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero-banner__background img {
    height: 120%;
    width: 120%;
    -o-object-position: 60% top;
    object-position: 60% top;
    transform: translateY(-100px);
  }
}
.hero-banner .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-banner .container {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }
}
.hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 527px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-banner__content {
    text-align: center;
  }
}
.hero-banner__content .headline {
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}
.hero-banner__content .headline span {
  background-color: #372002;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #ffffff;
  display: inline !important;
  line-height: 1.54;
  border-radius: 4px;
}
.hero-banner__content .headline span:last-child {
  margin-bottom: 0;
}
.hero-banner__content .headline span:nth-child(1) {
  padding: 0.5rem 24px;
  background-color: #372002;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .hero-banner__content .headline span:nth-child(1) {
    padding: 0.5rem 1rem;
  }
}
.hero-banner__content .headline span:nth-child(2) {
  padding: 0.5rem 32px;
  background-color: #372002;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767.98px) {
  .hero-banner__content .headline span:nth-child(2) {
    padding: 0.5rem 30px;
  }
}
.hero-banner__content .headline span:nth-child(3) {
  padding: 0.5rem 12px;
  background-color: #372002;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767.98px) {
  .hero-banner__content .headline span:nth-child(3) {
    padding: 0.5rem 16px;
  }
}
.hero-banner__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-banner__buttons {
    padding: 0 16px;
  }
}
@media screen and (max-width: 450px) {
  .hero-banner__buttons {
    gap: 8px;
  }
}
.hero-banner__buttons a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 224px;
  height: 64px;
  flex: 0 1 224px;
}
@media (max-width: 767.98px) {
  .hero-banner__buttons a.btn {
    flex: 1 1 auto;
    height: 100%;
  }
}