:root{--legend-col-width:280px;--legend-font-size:16px;--legend-row-gap:20px;--legend-col-gap:0px;--legend-top-offset:0px;--legend-line-height:1.5;--chart-width:450px;--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:40px;text-align:left}.hs-chart__title{color:#000037;font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:1px;line-height:1.2;margin:0 0 12px;text-transform:uppercase}.hs-chart__subtitle,.hs-chart__title{font-family:Montserrat,Arial,sans-serif;text-align:left}.hs-chart__subtitle{color:#596079;font-size:clamp(14px,2.5vw,18px);font-weight:400;line-height:1.6;margin:0}.hs-chart__row{align-items:flex-start;display:flex;gap:var(--legend-col-gap);justify-content:flex-start;width:100%}.hs-chart__row:not(:has(.hs-chart__legend)){justify-content:center}.hs-chart__legend{align-self:flex-start;flex-shrink:0;order:1;padding-right:20px;padding-top:0;width:var(--legend-col-width)}.hs-chart__legend--stack{display:flex;flex-direction:column;gap:var(--legend-row-gap)}.hs-legend-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;min-height:28px;padding:0}.hs-legend-label{color:#000037;flex:1 1 auto;font-weight:500}.hs-legend-label,.hs-legend-val{font-family:Montserrat,Arial,sans-serif;font-size:var(--legend-font-size);line-height:var(--legend-line-height)}.hs-legend-val{flex:0 0 auto;font-weight:800;min-width:56px;text-align:right;transition:all .3s ease}.hs-chart__plot{align-items:flex-start;display:flex;flex-shrink:0;justify-content:flex-start;margin-left:-40px;order:2}.hs-chart__wrap{margin-top:var(--chart-top-offset);max-width:var(--chart-width);position:relative;width:100%}.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:260px;--legend-font-size:15px;--legend-col-gap:0px;--chart-width:400px}.hs-chart__plot{margin-left:-30px}}@media (max-width:900px){:root{--legend-col-width:100%;--legend-font-size:16px;--legend-row-gap:16px;--legend-col-gap:20px;--chart-width:min(450px,90vw);--container-max-width:100%}.hs-chart__row{align-items:center;flex-direction:column;gap:30px}.hs-chart__legend{max-width:450px;order:2;padding-right:0;width:100%}.hs-chart__plot{justify-content:center;margin-left:0;order:1}.hs-chart__head,.hs-chart__subtitle,.hs-chart__title{text-align:center}}@media (max-width:600px){:root{--legend-font-size:14px;--chart-width:min(350px,85vw);--legend-row-gap:14px}.hs-chart{padding:30px 15px}}