.fade-in-section{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(30px)}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.diagram-box{animation:.5s ease-out forwards fadeIn}.diagram-arrow{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1s ease-out forwards drawLine}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes drawLine{to{stroke-dashoffset:0}}.donut-chart-segment{stroke-dasharray:0 100;transition:stroke-dasharray 1s cubic-bezier(.25,.46,.45,.94)}
