.cy-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.cy-hero-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--cy-radius);padding:16px;text-align:center}.cy-hero-stat .cy-metric-value{font-size:22px;color:#fff}.cy-hero-stat .cy-metric-label{font-size:11px;color:rgba(255,255,255,.6)}@media (max-width:767.98px){.cy-hero-stats{grid-template-columns:repeat(2,1fr);gap:10px}}