/* SLA America final contact and hero refinements */
body.sla-america-site .sla-form-watermark {
  top: 34% !important;
  width: 310px !important;
  opacity: 0.06 !important;
  mix-blend-mode: multiply;
}

body.sla-america-site .sla-form-watermark img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.9) contrast(0.96);
}

body.sla-america-site .sla-hero-video-layer::after {
  background: linear-gradient(
    90deg,
    rgba(5, 20, 43, 0.9) 0%,
    rgba(7, 26, 54, 0.72) 32%,
    rgba(9, 30, 59, 0.24) 66%,
    rgba(9, 30, 59, 0.18) 100%
  );
}

@media (max-width: 767px) {
  body.sla-america-site .sla-form-watermark {
    top: 30% !important;
    width: 250px !important;
    opacity: 0.055 !important;
  }

  body.sla-america-site .sla-hero-video-layer::after {
    background: linear-gradient(
      90deg,
      rgba(5, 20, 43, 0.82) 0%,
      rgba(7, 26, 54, 0.62) 58%,
      rgba(9, 30, 59, 0.26) 100%
    );
  }
}
