/*breakpoints*/
.focalpointselement .btn_link, .focalpointsoverview .btn_link {
  color: #174386;
  font-weight: 400;
  transition: all ease 0.3s;
}
.focalpointselement .btn_link:hover, .focalpointsoverview .btn_link:hover {
  color: #174386 !important;
}
.focalpointselement .gradient__shadow, .focalpointsoverview .gradient__shadow {
  position: relative;
}
.focalpointselement .gradient__shadow:after, .focalpointsoverview .gradient__shadow:after {
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 150%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767.98px) {
  .focalpointselement .gradient__shadow:after, .focalpointsoverview .gradient__shadow:after {
    border-radius: 0 !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fkramer%2Fscss%2Fcomponents%2F_focalpoints.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%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */