.cyrex-home,
.cyrex-home .cyrex-section {
  display: block;
  width: 100%;
  color: #fff7e8;
  background-color: #030405;
}

.cyrex-home h1,
.cyrex-home h2,
.cyrex-home h3,
.cyrex-home h4,
.cyrex-home h5,
.cyrex-home h6 {
  color: #fff7e8 !important;
}

.cyrex-home p,
.cyrex-home span,
.cyrex-home small,
.cyrex-home button,
.cyrex-home a {
  font-family: inherit;
}

.cyrex-home p {
  color: #cfc4b4;
}

.cyrex-home .cyrex-eyebrow,
.cyrex-home .cyrex-tech-brand,
.cyrex-home .cyrex-tech-link {
  color: #ffbd35 !important;
}

.cyrex-home .cyrex-tech-price,
.cyrex-home .cyrex-tech-price *,
.cyrex-home .price,
.cyrex-home .amount,
.cyrex-home del,
.cyrex-home ins {
  color: #fff7e8 !important;
}

.cyrex-home .cyrex-btn-primary {
  color: #150e04 !important;
}

.cyrex-home .cyrex-tech-stock {
  color: #8effc3 !important;
}

.cyrex-home .cyrex-tech-empty {
  flex: 0 0 min(100%, 760px);
  min-height: 280px;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 34px;
  border: 1px solid rgba(255, 189, 53, .2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(0,0,0,.32));
  text-align: center;
}

.cyrex-home .cyrex-tech-empty h3 {
  font-size: clamp(24px, 4vw, 44px);
  margin: 0;
}

.cyrex-home .cyrex-tech-empty p {
  max-width: 520px;
  margin: 0 auto;
  color: #cfc4b4;
}

.cyrex-home .cyrex-tech-empty small {
  display: block;
  margin-top: 8px;
  color: #ffbd35;
  background: rgba(255, 189, 53, .08);
  border: 1px solid rgba(255, 189, 53, .2);
  border-radius: 8px;
  padding: 10px;
}

.cyrex-home .cyrex-tech-card {
  color: #fff7e8 !important;
}

.cyrex-home .cyrex-tech-card:hover {
  text-decoration: none;
}

.cyrex-home .cyrex-tech-card img {
  max-width: none !important;
}

.cyrex-home .cyrex-tech-track {
  align-items: stretch;
}

.cyrex-home .cyrex-section-head,
.cyrex-home .cyrex-tech-frame,
.cyrex-home .cyrex-build,
.cyrex-home .cyrex-coverage-card,
.cyrex-home .cyrex-final-content {
  will-change: opacity, transform, filter;
}

