html{opacity:1;transition:opacity .3s ease}body.animation .site-header,body.animation .site-header__topbar{opacity:.0001;transition:transform .2s ease-in-out 1.4s,opacity .2s ease-in-out 1.4s}body.animation .site-header.animate,body.animation .site-header__topbar.animate{opacity:1}body.animation .s-page-header .animation__step-1 .c-image{opacity:.0001;transition:opacity .6s ease-out}body.animation .s-page-header .animation__step-1 img{transform:scale(1)}body.animation .s-page-header .animation__step-1.c-header{transition:all .4s ease-in-out}body.animation .s-page-header .animation__step-1.animate .c-image{opacity:1}body.animation .s-page-header .animation__step-1.animate img{animation:zoomInSlow 10s cubic-bezier(.23,0,.79,1) forwards}body.animation .s-page-header .animation__step-2{opacity:.0001!important;transform:translateY(-20px);transition:transform .4s ease-in-out .6s,opacity .4s ease-in-out .6s}body.animation .s-page-header .animation__step-2.animate{opacity:1!important;transform:translateY(0)}body.animation .s-page-header .animation__step-3{opacity:.0001!important;transform:translateY(-20px);transition:transform .4s ease-in-out .8s,opacity .4s ease-in-out .8s}body.animation .s-page-header .animation__step-3.animate{opacity:1!important;transform:translateY(0)}@keyframes zoomInSlow{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes opacity{0%{opacity:.0001}to{opacity:1}}