/* =========================================================
   DOTS MEDIA
   STATS SECTION
   ========================================================= */

.stats-outer {
  position: relative;
  background: #0a0705;
  overflow: hidden;
  padding-bottom: 70px; /* buffer so an expanded orbit node's description never gets clipped by the section below */
}

/* =========================================================
   STATS CONTAINER
   ========================================================= */

.stats {
  position: relative;
  z-index: 2;

  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;

  padding: 60px 60px 80px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* =========================================================
   STATS ROW
   ========================================================= */

.stats-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  position: relative;
}


/* =========================================================
   STAT ITEM
   ========================================================= */

.stat-item .stat-number {
  color: #ff7a1a;

  font-size: 56px;
  font-weight: 800;

  line-height: 1;

  margin-bottom: 14px;
}

.stat-item .stat-label {
  color: #9a9a9a;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* =========================================================
   STATS DOT
   ========================================================= */

.stats-dot {
  position: absolute;

  right: 0;
  top: 34px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #ffffff;
}