.cmp-aag{font-family:inherit;padding:60px 30px;max-width:1200px;margin:0 auto}
.cmp-aag__title{line-height:35px;font-size:50px;font-weight:700;color:#1a1a1a;margin-bottom:60px}
.cmp-aag__body{display:grid;align-items:start;gap:2.5rem}
.cmp-aag__body--has-map{grid-template-columns:280px 1fr}
.cmp-aag__body--chart-only{grid-template-columns:280px}
.cmp-aag__chart-panel{display:flex;flex-direction:column;align-items:flex-start}
.cmp-aag__chart-label{font-size:18px;font-weight:700;color:#232222;margin:0 0 30px}
.cmp-aag__donut-wrap{width:220px;height:220px;margin:0 0 1.5rem}
.cmp-aag__donut{display:block;width:220px;height:220px}
.cmp-aag__legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-top:66px}
.cmp-aag__legend-item{display:flex;align-items:flex-start;gap:.625rem}
.cmp-aag__legend-swatch{display:inline-block;width:15px;height:15px;border-radius:0;flex-shrink:0;margin-top:2px}
.cmp-aag__legend-text{display:flex;flex-direction:column;gap:.15rem}
.cmp-aag__legend-name{font-weight:400;font-size:18px;line-height:18px}
.cmp-aag__legend-value{font-size:18px}
.cmp-aag__map-panel{display:flex;flex-direction:row;gap:1rem;height:100%}
.cmp-aag__map{width:100%;height:auto;display:block;object-fit:contain}
.cmp-aag__map-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 2rem;align-self:flex-end}
.cmp-aag__map-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#555}
.cmp-aag__map-legend-label{color:#444;font-size:.75rem}
.cmp-aag__map-legend-icon--circle{display:inline-block;width:10px;height:10px;border-radius:50%;background:#3cb878;flex-shrink:0}
.cmp-aag__map-legend-icon--square{display:inline-block;width:10px;height:10px;border-radius:2px;background:#1b4332;flex-shrink:0}
@media(min-width:768px) and (max-width:991px){.cmp-aag__body{display:flex;flex-direction:column}
.cmp-aag__chart-panel{order:2;flex-direction:row;width:100%;align-items:stretch}
.cmp-aag__map-panel{display:flex;flex-direction:column;gap:1rem;order:1;height:100%}
.cmp-aag__donut-wrap{width:210px;height:210px}
.cmp-aag__legend{width:100%;justify-content:center;padding-top:50px;height:auto;padding-left:80px;margin-top:0}
}
@media(max-width:767px){.cmp-aag__body{display:flex;flex-direction:column}
.cmp-aag__chart-panel{order:2;flex-direction:row;width:100%;align-items:stretch}
.cmp-aag__map-panel{display:flex;flex-direction:column;gap:1rem;order:1}
.cmp-aag__donut-wrap{width:180px;height:180px}
.cmp-aag__legend{width:100%;justify-content:center;padding-top:50px;height:auto;padding-left:10px;margin-top:0}
.cmp-aag__title{font-size:50px;line-height:50px}
}