.wwa-scope .wrap {
  max-width: 1200px;
  margin: 22px auto;
  padding: 0 14px;
}
.wwa-scope h1 wwa {
  margin: 0 0 10px 0;
  font-size: 26px;
}
.wwa-scope .sub {
  color: #6b6b6b;
  margin-bottom: 14px;
}
.wwa-scope .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.wwa-scope .tile {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 12px;
}
.wwa-scope .kpi {
  grid-column: span 12;
}
.wwa-scope .kpi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.wwa-scope .kpi-item {
  flex: 1 1 190px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.55);
}
.wwa-scope .kpi-num {
  font-weight: 850;
  font-size: 22px;
}
.wwa-scope .kpi-label {
  color: #6b6b6b;
  font-size: 13px;
}
.wwa-scope .note {
  margin-top: 10px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.35;
}
.wwa-scope img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
.wwa-scope .span-6 {
  grid-column: span 6;
}
.wwa-scope .span-12 {
  grid-column: span 12;
}
@media (max-width: 980px) {
  .wwa-scope .span-6 {
    grid-column: span 12;
  }
}
.wwa-scope .topnav {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.wwa-scope .topnav a {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  color: #424242;
  text-decoration: none;
  font-size: 14px;
}
.wwa-scope .topnav a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=wwa-survey.css.map */
