/*breakpoints*/
@media screen and (max-width: 767.98px) {
  .heroelement {
    margin-top: -1rem !important;
  }
}
.heroelement .hero__slide {
  position: relative;
  height: min(100vh, 1440px);
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__slide {
    height: clamp(250px, 75rem, 70svh);
  }
}
.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;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  color: var(--white);
  z-index: 1;
  padding-top: 3rem;
}
.heroelement .hero__content--holder {
  background-color: transparent;
  position: relative;
  padding: 2rem 2rem 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__content--holder {
    padding: 2rem;
    transform: translateX(0);
  }
}
.heroelement .hero__content--holder h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 92px;
  line-height: 94px;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero__content--holder h1 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .heroelement .hero__content--holder h1 {
    font-size: 36px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__content--holder h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.heroelement .hero__content--holder h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
.heroelement .hero__bottom-left-image {
  position: absolute;
  bottom: -500px;
  left: -300px;
  width: auto;
  height: auto;
  z-index: 1;
}
.heroelement .hero__bottom-right-image {
  position: absolute;
  bottom: -500px;
  right: -300px;
  width: auto;
  height: auto;
  z-index: 1;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fkramer%2Fscss%2Fcomponents%2F_hero.scss%22%2C%22%2Fthemes%2Fkramer%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADJA%3BAAAA%3BAAAA%3BAAAA%3BACIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */