/* Start custom CSS for html, class: .elementor-element-d45125c */<style>
  /* Force ALL buttons to be black background with white text */
  .rr-service-page .rr-btn,
  .rr-service-page a.rr-btn,
  .rr-service-page .rr-btn-primary,
  .rr-service-page .rr-btn-ghost {
    background: #111 !important;
    color: #fff !important;
    border: 2px solid #111 !important;
    text-decoration: none !important;
  }

  .rr-service-page .rr-btn:hover,
  .rr-service-page a.rr-btn:hover,
  .rr-service-page .rr-btn-primary:hover,
  .rr-service-page .rr-btn-ghost:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }

  /* If any nested elements inherit link styling */
  .rr-service-page .rr-btn * { color: #fff !important; }
</style>/* End custom CSS */