:root{--section-sm:0.75rem;--section-md:1rem;--section-lg:1.5rem}.chart__kicker{color:#5a5b6f;font-size:.75rem;font-weight:600;letter-spacing:.08em;line-height:1.5;margin:0 0 1.5rem;text-transform:uppercase}.chart svg{display:block;height:auto;overflow:visible;width:100%}.chart__tick{fill:#5a5b6f;font-size:.9375rem;font-weight:500}.chart__tick--em{fill:#13163a;font-weight:600}.chart .tablet-sm-down .chart__tick{font-size:1.5rem}@media (prefers-reduced-motion:no-preference){.chart svg polyline{stroke-dasharray:1300;stroke-dashoffset:1300;animation:chart-draw 1.1s ease-out .1s forwards}.chart svg circle,.chart svg path,.chart svg text{animation:chart-fade .35s ease-out forwards;opacity:0}.chart svg circle{transform-box:fill-box;transform-origin:center}.chart svg path:first-of-type,.chart svg text:first-of-type{animation-delay:.1s}.chart svg path:nth-of-type(2),.chart svg text:nth-of-type(2){animation-delay:.26s}.chart svg path:nth-of-type(3),.chart svg text:nth-of-type(3){animation-delay:.42s}.chart svg path:nth-of-type(4),.chart svg text:nth-of-type(4){animation-delay:.58s}.chart svg path:nth-of-type(5),.chart svg text:nth-of-type(5){animation-delay:.74s}.chart svg path:nth-of-type(6),.chart svg text:nth-of-type(6){animation-delay:.9s}.chart svg path:nth-of-type(7),.chart svg text:nth-of-type(7){animation-delay:1.06s}.chart svg circle:first-of-type{animation-delay:.1s}.chart svg circle:nth-of-type(2){animation-delay:.26s}.chart svg circle:nth-of-type(3){animation-delay:.42s}.chart svg circle:nth-of-type(4){animation-delay:.58s}.chart svg circle:nth-of-type(5){animation-delay:.74s}.chart svg circle:nth-of-type(6){animation-delay:.9s}.chart svg circle:nth-of-type(7){animation:chart-fade .35s ease-out 1.06s forwards,chart-pulse 2.4s ease-in-out 1.7s infinite}.chart svg circle:nth-of-type(8){animation-delay:1.06s}.chart .tablet-sm-down svg polyline{stroke-dasharray:700;stroke-dashoffset:700}.chart .tablet-sm-down svg path:nth-of-type(2),.chart .tablet-sm-down svg text:nth-of-type(2){animation-delay:1.06s}}@media only screen and (min-width:80em){:root{--section-sm:1.5rem;--section-md:2rem;--section-lg:3rem}}@keyframes chart-draw{to{stroke-dashoffset:0}}@keyframes chart-fade{to{opacity:1}}@keyframes chart-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}