/*breakpoints*/
@media screen and (max-width: 1199.98px) {
  .heroelement .hero .rounded {
    border-radius: 0px !important;
  }
}
.heroelement .hero .overflow-hidden {
  overflow: hidden !important;
  border-radius: 50px !important;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero .overflow-hidden {
    border-radius: 0px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
}
.heroelement .hero .overflow-hidden .slide__gradient.dark {
  background: rgba(5, 30, 45, 0.2);
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero .card_hero.rounded {
    border-radius: 0px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
.heroelement .hero img {
  transition: all ease 0.4s;
}
.heroelement .hero img.rounded {
  border-radius: 0px !important;
}
.heroelement .hero .overflow-hidden:hover img {
  transform: scale(1.05);
  transition: all ease 0.2s;
}
.heroelement .hero .overflow-hidden:hover .slide__gradient.dark {
  background: rgba(5, 30, 45, 0) !important;
}
.heroelement .hero .btn:hover, .heroelement .hero .btn:hover * {
  color: #eee;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero .swiper__controls {
    text-align: center !important;
  }
}
.heroelement .hero .hero__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2.5rem;
  background-color: #224A69;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 350px;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero .hero__badge {
    position: relative;
    max-width: 100%;
    top: unset;
    right: unset;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fmanueltabor%2Fscss%2Fcomponents%2F_hero.scss%22%2C%22%2Fthemes%2Fmanueltabor%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACmBI%3BADfE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BACWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADHI%3BAAAA%3BAAAA%3BACGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADUA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC1BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */