@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .2s ease-in-out}html{scroll-behavior:smooth}body,html{overscroll-behavior:none;height:100%}body{overflow-y:auto}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}@keyframes expandDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}@keyframes collapseUp{0%{max-height:1000px;opacity:1}to{max-height:0;opacity:0}}.scene-transition{transition:transform .5s ease-out,opacity .5s ease-out}