@keyframes textIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes imageIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes logosContainerIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes logoIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.animate-text-in{animation:.6s ease-out both textIn}.animate-text-delay{animation:.6s ease-out .15s both textIn}.animate-image-in{animation:.6s ease-out .1s both imageIn}.animate-logos-container{animation:.6s ease-out .4s both logosContainerIn}.logo-item{opacity:0;animation:.45s ease-out both logoIn}
