.hs {
  position: relative;
}
.hs__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: max-content;
  min-height: 640px;
}
.hs__bg {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.hs__bg.is-dark-mode {
  color: #212529;
}
.hs__bg.no-overlay {
  background: transparent;
}
.hs__wrap {
  width: 100%;
  margin: 0 auto;
}
.hs__title, .hs__content {
  color: currentColor;
  max-width: 600px;
}
.hs__content {
  margin-bottom: 1em !important;
}
.hs__button {
  background-color: #f39911;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding: 20px;
  padding-right: 44px;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.125em;
  position: relative;
  margin-top: 16px;
}
.hs__button::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  bottom: 15px;
  border-radius: 50%;
  background: url("../../resources/images/arrow-r-white.svg") no-repeat center;
  transition: all 0.3s;
}
.hs__button:hover {
  opacity: 1;
}
.hs__button:hover::after {
  background-color: #f8b34c;
}
.hs__wrapper-nav {
  width: 75%;
}
@media (max-width: 1440px) {
  .hs__wrapper-nav {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .hs__wrapper-nav {
    display: none;
  }
}
.hs__wrapper-nav .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hs__nav-swiper {
  margin: 0 auto;
  padding: 0;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
.hs__nav-swiper .text-h6 {
  margin: 0;
}
.hs__slide-nav {
  flex-shrink: 1;
  text-align: center;
}
.hs__title-nav {
  font-family: Switzer, sans-serif;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.6;
  padding-top: 10px;
  padding-bottom: 24px;
  cursor: pointer;
  transition: color 300ms ease;
}
.swiper-slide-thumb-active .hs__title-nav {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 153, 17, var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 1;
}

.swiper-wrapper.is-thumbs {
  color: white;
}
.swiper-wrapper.is-thumbs.is-dark-mode {
  color: #212529;
  border-color: rgba(0, 0, 0, 0.5);
}

.hero-bg {
  background: linear-gradient(0deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}
