:root{--legend-col-width:320px;--legend-font-size:16px;--legend-row-gap:12px;--legend-col-gap:40px;--legend-top-offset:0px;--legend-line-height:1.4;--chart-width:400px;--chart-top-offset:0px;--container-max-width:1200px}.hs-chart{font-family:Montserrat,Arial,sans-serif;padding:40px 20px}.hs-chart__container{margin:0 auto;max-width:var(--container-max-width);width:100%}.hs-chart__head{margin-bottom:30px;text-align:center}.hs-chart__title{color:#000037;font-size:clamp(24px,4vw,36px);font-weight:800;letter-spacing:1px;margin:0 0 8px;text-transform:uppercase}.hs-chart__subtitle,.hs-chart__title{font-family:Montserrat,Arial,sans-serif;text-align:center}.hs-chart__subtitle{color:#596079;font-size:clamp(14px,2.5vw,18px);font-weight:400;margin:0}.hs-chart__row{align-items:flex-start;display:flex;gap:var(--legend-col-gap);justify-content:center;width:100%}.hs-chart__row:not(:has(.hs-chart__legend)){justify-content:center}.hs-chart__legend{align-self:flex-start;flex-shrink:0;padding-top:var(--legend-top-offset);width:var(--legend-col-width)}.hs-chart__legend--stack{display:flex;flex-direction:column;gap:var(--legend-row-gap)}.hs-legend-row{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:8px 0}.hs-legend-label{color:#000037;flex:1 1 auto;font-weight:500;line-height:var(--legend-line-height)}.hs-legend-label,.hs-legend-val{font-family:Montserrat,Arial,sans-serif;font-size:var(--legend-font-size)}.hs-legend-val{flex:0 0 auto;font-weight:800;min-width:48px;text-align:right;transition:all .3s ease}.hs-chart__plot{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center}.hs-chart__wrap{margin-top:var(--chart-top-offset);position:relative;width:var(--chart-width)}.hs-svg{background:transparent;display:block;filter:drop-shadow(0 4px 20px rgba(0,0,0,.1));height:auto;width:100%}@media (max-width:1200px){:root{--legend-col-width:280px;--legend-font-size:14px;--legend-col-gap:30px;--chart-width:350px;--container-max-width:1000px}}@media (max-width:900px){:root{--legend-col-width:100%;--legend-font-size:14px;--legend-row-gap:10px;--legend-col-gap:20px;--chart-width:min(400px,90vw);--container-max-width:100%}.hs-chart__row{align-items:center;flex-direction:column;gap:30px}.hs-chart__legend{max-width:400px;order:2;width:100%}.hs-chart__plot{order:1}}@media (max-width:600px){:root{--legend-font-size:13px;--chart-width:min(320px,85vw)}.hs-chart{padding:30px 15px}}