.BghuImageCta .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.BghuImageCta .img-cta {
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
}

.BghuImageCta .img-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.BghuImageCta .img-cta .cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: clamp(160px, 40%, 320px);
  height: var(--link-h, 48px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: #e5005a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  transition: transform .08s ease, box-shadow .12s ease, background-color .15s ease;
}

.BghuImageCta .img-cta .cta:hover {
  background: #cc004f;
  text-decoration: none;
}

.BghuImageCta .img-cta .cta:active {
  transform: translate(-50%, -49%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.BghuImageCta .img-cta .cta:focus-visible {
  outline: 3px solid rgba(229, 0, 90, 0.35);
  outline-offset: 3px;
}

.BghuImageCta .img-cta .cta .cta__text {
  line-height: 1;
  white-space: nowrap;
}
