@keyframes distri-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes distri-line-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.distri-rise{animation:.8s cubic-bezier(.22,1,.36,1) both distri-rise}@supports (animation-timeline:view()){.distri-reveal{animation:linear both distri-rise;animation-timeline:view();animation-range:entry entry 60%}.distri-reveal-line{transform-origin:0;animation:linear both distri-line-draw;animation-timeline:view();animation-range:entry 10% cover 40%}}@supports not (animation-timeline:view()){.distri-reveal{opacity:1;transform:none}.distri-reveal-line{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.distri-rise,.distri-reveal,.distri-reveal-line{opacity:1!important;animation:none!important;transform:none!important}}
