:root {
  --text-high-contrast: #f1f5f9;
}
.step-num {
  opacity: 1 !important;
  color: #d4af37 !important;
}
.btn-right {
  background: #c92a2a !important;
  border-color: #c92a2a !important;
  color: #ffffff !important;
}
.btn-right:hover {
  background: #991b1b !important;
}
.footer-about,
.footer-bottom,
footer span,
.footer-links a {
  color: #e2e8f0 !important;
}
footer .material-symbols-outlined,
.footer-links .material-symbols-outlined {
  color: #d4af37 !important;
}
.dual-btn-wrapper {
  display: inline-flex !important;
  position: relative !important;
  width: auto !important;
  min-width: 340px !important;
  align-items: stretch !important;
}
.btn-left,
.btn-right {
  flex: 1 !important;
  width: auto !important;
  justify-content: center !important;
  text-align: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  order: unset !important;
  z-index: 1 !important;
}
.btn-or-circle {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 10 !important;
  right: auto !important;
  bottom: auto !important;
}
@media (max-width: 768px) {
  .dual-btn-wrapper {
    flex-direction: column !important;
    min-width: 100% !important;
  }
  .btn-left {
    border-radius: 6px 6px 0 0 !important;
    border-bottom: none !important;
  }
  .btn-right {
    border-radius: 0 0 6px 6px !important;
    border-top: none !important;
  }
  .btn-or-circle {
    top: 50% !important;
    margin: 0 !important;
  }
}