.network-image-container{width:299px;height:108px;overflow:hidden;position:relative}.network-image-content{transform:translateX(100%);opacity:0;transition:none}.network-image-container.animate-expand{animation:expandContainer .8s ease-out forwards}.network-image-container.animate-content .network-image-content{animation:slideInContent .6s ease-out .8s forwards}.network-image-container{border-radius:40px;background-image:url(/images/home/network.jpg);background-repeat:round;background-size:cover;padding-top:40px;padding-bottom:24px;padding-left:24px}@keyframes expandContainer{0%{width:299px;height:108px}to{width:100%;height:320px}}@keyframes slideInContent{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.program-image-container{width:299px;height:108px;overflow:hidden;position:relative}.program-image-content{transform:translateX(100%);opacity:0;transition:none}.program-image-container.animate-expand{animation:expandContainer .8s ease-out forwards}.program-image-container.animate-content .program-image-content{animation:slideInContent .6s ease-out .8s forwards}.program-image-container{border-radius:40px;background-image:url(/images/home/program.jpg);background-repeat:round;background-size:cover;padding-top:40px;padding-bottom:24px;padding-left:24px}