.elementor-125 .elementor-element.elementor-element-7578ff6{--display:flex;}.elementor-125 .elementor-element.elementor-element-5ae01b1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9da76b8 */.sc-header {
  width: 100%;
  background: #111111;
  border-bottom: 2px solid #D4AF37;
  position: relative;
  z-index: 999;
}

.sc-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.sc-logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

.sc-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.sc-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  transition: color .2s ease;
}

.sc-menu a:hover {
  color: #D4AF37;
}

@media (max-width: 768px) {
  .sc-header-inner {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    min-height: auto;
  }

  .sc-logo img {
    max-height: 46px;
  }

  .sc-menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .sc-menu a {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d11823d */.sc-home {
  padding: 90px 20px;
  background:
    radial-gradient(ellipse at top left, rgba(212,175,55,0.10), transparent 45%),
    radial-gradient(ellipse at bottom right, rgba(212,175,55,0.07), transparent 45%),
    #111111;
  color: #e8e0cc;
}

.sc-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.sc-box,
.sc-card,
.sc-step,
.sc-target,
.sc-cta,
.sc-value-item,
.sc-da-card,
.sc-benefit {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: 28px;
  padding: 42px;
  box-shadow:
    0 2px 0 rgba(212,175,55,0.18) inset,
    0 24px 60px rgba(0,0,0,0.45);
}

.sc-label,
.sc-section-title span {
  display: inline-block;
  background: linear-gradient(135deg, #D4AF37, #a8882a);
  color: #111111;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;/* End custom CSS */