@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out forwards}.animation-delay-200{animation-delay:.2s;opacity:0}.animation-delay-400{animation-delay:.4s;opacity:0}.animation-delay-600{animation-delay:.6s;opacity:0}@keyframes dash{to{stroke-dashoffset:-8}}@keyframes dash-reverse{to{stroke-dashoffset:8}}.animate-dash{animation:dash 3s linear infinite}.animate-dash-reverse{animation:dash-reverse 3s linear infinite}@keyframes slideProgress{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}