@charset "UTF-8";@keyframes customFadeInDown{from{opacity:0;transform:translate3d(0,-50px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes customFadeInUp{from{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes customZoomIn{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}.anim-hero{opacity:0;animation:customFadeInDown 800ms ease-out forwards;animation-delay:0ms}.anim-intro{animation:customFadeInUp linear forwards;animation-timeline:view();animation-range:entry 10% cover 30%;animation-duration:600ms;animation-delay:200ms}.anim-calendar{animation:customZoomIn linear forwards;animation-timeline:view();animation-range:entry 10% cover 30%;animation-duration:500ms;animation-delay:0ms}
