.fadein{opacity:0;animation:fadeIn 1s 1 forwards}.fadein--scale{transform:scale(.5);animation-timing-function:cubic-bezier(0,.9,.4,2)}.fadein--0{animation-delay:0s}.fadein--1{animation-delay:.75s}.fadein--2{animation-delay:1.5s}.fadein--3{animation-delay:2.25s}.fadein--4{animation-delay:3s}.fadein--5{animation-delay:3.75s}.fadein--6{animation-delay:4.5s}.fadein--7{animation-delay:5.25s}.fadein--8{animation-delay:6s}.fadein--9{animation-delay:6.75s}.fadein--10{animation-delay:7.5s}.fadein--11{animation-delay:8.25s}.fadein--12{animation-delay:9s}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}.bar-chart{--c-chart-1:#fcb6d8;--c-chart-2:#898d90;font-size:12px}.bar-chart__title{font-size:1.2rem;font-family:var(--f-headline)}.bar-chart__title span{margin:0 .25rem;color:var(--c-chart-1)}.bar-chart__title span:nth-child(2){color:var(--c-chart-2)}.bar-chart__lead{margin:1rem auto;max-width:19rem;font-size:.8rem}.bar-chart__item{height:100%;position:relative;display:flex;gap:2px}.bar-chart__item:after{content:"";position:absolute;bottom:-1px;left:-.3rem;height:1px;width:calc(100% + .6rem);background:#000}.bar-chart__item__label{position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);white-space:nowrap}.bar-chart__item--label:after{display:none}.bar-chart__chart{display:flex;justify-content:center;gap:.6rem;padding:1rem 0}.bar-chart__bar{height:6rem;display:flex;width:1.5rem;position:relative}.bar-chart__bar__inner{width:100%;position:absolute;bottom:0;left:0;transition:height .3s cubic-bezier(0,.9,.4,2)}.bar-chart__bar__inner--0{background:var(--c-chart-1)}.bar-chart__bar__inner--1{background:var(--c-chart-2)}.bar-chart__bar__label{position:absolute;font-family:var(--f-mono);left:50%;top:-1rem;transform:translate(-50%)}.bar-chart__legend{text-align:left;max-width:15rem;counter-reset:section;margin:1.5rem auto 0}.bar-chart__legend li{margin:.15rem 0;counter-increment:section;padding-left:.75rem;position:relative}.bar-chart__legend li:before{content:counter(section);position:absolute;top:0;left:0}
