.chart-cover{transform-origin:right;animation:uncover 2s cubic-bezier(0,1,1,1) forwards}@keyframes uncover{0%{transform:scaleX(1)}to{transform:scaleX(0)}}svg .svg-elem-1{stroke-dasharray:282.2813720703125px;animation:drawIn 2s cubic-bezier(.19,1,.22,1) 0s}@keyframes drawIn{0%{stroke-dashoffset:282.2813720703125px}to{stroke-dashoffset:0px}}
