.KeyFiguresDashboard--section{background-color:#f8f7f5}
.KeyFiguresDashboard{padding:60px 30px;max-width:1200px;margin:0 auto}
.KeyFiguresDashboard--header{text-align:left;margin-bottom:40px}
.KeyFiguresDashboard--title{font-size:50px;font-weight:700;color:#1a1a1a;margin:0}
.KeyFiguresDashboard--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;padding:0}
.KeyFiguresDashboard--card{background:transparent;border-radius:8px;padding:0;text-align:left;min-height:472px}
.KeyFiguresDashboard--card-header{margin-bottom:12px}
.KeyFiguresDashboard--card-label{font-size:14px;font-weight:bold;color:#232222;letter-spacing:.5px}
.KeyFiguresDashboard--card-value{margin-bottom:8px}
.KeyFiguresDashboard--value{font-size:64px;line-height:64px;font-weight:700;background:-webkit-linear-gradient(0,#006443 0,#85be00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.KeyFiguresDashboard--unit{font-size:16px;font-weight:400;color:#232222;margin-left:4px}
.KeyFiguresDashboard--chart{position:relative;margin-bottom:0}
.KeyFiguresDashboard--table{width:100%;border-collapse:collapse;table-layout:fixed}
.KeyFiguresDashboard--row-positive td{vertical-align:bottom;padding:0 4px;position:relative}
.KeyFiguresDashboard--row-labels td{text-align:center;padding:0 4px 0;font-size:14px;font-weight:600;color:#232222;line-height:20px;border-top:0}
.KeyFiguresDashboard--row-labels td.active{color:#85be00;font-size:13px}
.KeyFiguresDashboard--row-negative td{vertical-align:top;padding:0 4px;position:relative}
.KeyFiguresDashboard--bar{left:4px;right:4px;height:0;background:#888;transition:height .7s ease;overflow:visible;position:relative;max-width:76px}
.KeyFiguresDashboard--bar.positive{bottom:0;border-radius:0}
.KeyFiguresDashboard--bar.negative{top:0;border-radius:0}
.KeyFiguresDashboard--bar.active{background:linear-gradient(180deg,#85be00 0,#006443 100%)}
.KeyFiguresDashboard--bar-value{position:absolute;left:50%;transform:translateX(-50%);font-size:14px;color:#fff;font-weight:600;white-space:nowrap;z-index:3;opacity:0;transition:opacity .4s ease;pointer-events:none}
.KeyFiguresDashboard--bar-value.positive{top:0}
.KeyFiguresDashboard--bar-value.negative{top:auto;bottom:0}
.KeyFiguresDashboard--bar-value.visible{opacity:1}
.KeyFiguresDashboard--chart-labels{display:none}
.KeyFiguresDashboard--footnote{margin-top:12px;text-align:left;padding:0}
.KeyFiguresDashboard--footnote p{font-size:13px;color:#232222}
@media(max-width:1150px){.KeyFiguresDashboard--grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){.KeyFiguresDashboard{padding:40px 30px}
.KeyFiguresDashboard--grid{grid-template-columns:1fr;gap:16px}
.KeyFiguresDashboard--value{font-size:28px;line-height:30px}
.KeyFiguresDashboard--title{font-size:24px}
}