/*breakpoints*/
.heroelement.element {
  padding: 0;
}
.heroelement .hero__slide {
  --headline-clr: var(--white);
  position: relative;
  height: min(70vh, 1440px);
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero__slide {
    height: 70vh;
  }
}
@media screen and (max-width: 991.98px) {
  .heroelement .hero__slide {
    height: 80vh;
  }
}
.heroelement .hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.heroelement .hero__media img, .heroelement .hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroelement .hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: var(--white);
  z-index: 21;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__content {
    padding-bottom: 0.938rem;
  }
}
.heroelement .hero__content .content__area {
  background: var(--primary);
  padding: 30px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__content .content__area {
    padding: 20px;
  }
}
.heroelement .hero__content .content__area .hero__title {
  color: var(--white);
  margin-bottom: 3.125rem;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero__content .content__area .hero__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .heroelement .hero__content .content__area .hero__title {
    margin-bottom: 1.875rem;
  }
}
.heroelement .hero__content .content__area .btn-hero {
  margin-top: 2rem;
}
.heroelement .swiper-slide-active .hero__content {
  transform: translateY(0);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fkuny%2Fscss%2Fcomponents%2F_hero.scss%22%2C%22%2Fthemes%2Fkuny%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6DI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%22%7D */