.hero-image{width:100%;height:100%;object-position:center center}.hero-section{height:100%;opacity:0}.hero-section.is-in-view{animation:fadeInLeft 2s ease forwards}@keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}.card-item-container{height:100%;opacity:0}.card-item-container.is-in-view{animation:fadeInLeft 1s ease forwards}