.elementor-62762 .elementor-element.elementor-element-9a75412{--display:flex;}body.elementor-page-62762:not(.elementor-motion-effects-element-type-background), body.elementor-page-62762 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* CENTER ALL BUTTON GROUPS */
.mr-market-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center horizontally */
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  text-align: center;
}

/* CENTER CTA BUTTONS IN CARD */
.mr-market-cta-card .mr-market-hero__actions {
  justify-content: center;
}

/* CENTER FINAL CTA */
.mr-market-final .mr-market-hero__actions {
  justify-content: center;
}

/* OPTIONAL: make buttons consistent width on mobile */
@media (max-width: 767px) {
  .mr-market-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mr-market-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */