@keyframes smoothZoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-image-zoom{animation:smoothZoomIn 8s ease-out forwards}@keyframes slideFromTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-text-slide{animation:slideFromTop .8s ease-out forwards}.hero-text-delay-1{animation-delay:.2s;opacity:0}.hero-text-delay-2{animation-delay:.5s;opacity:0}.hero-text-delay-3{animation-delay:.8s;opacity:0}.hero-text-delay-4{animation-delay:1.1s;opacity:0}@media (max-width:1023px){.hero-image-zoom{animation:smoothZoomIn 6s ease-out forwards}.hero-text-slide{animation:slideFromTop .7s ease-out forwards}}@media (max-width:767px){@keyframes slideFromTopMobile{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-text-slide{animation:slideFromTopMobile .6s ease-out forwards}.hero-text-delay-1{animation-delay:.1s}.hero-text-delay-2{animation-delay:.3s}.hero-text-delay-3{animation-delay:.5s}.hero-text-delay-4{animation-delay:.7s}}@media (max-width:479px){.hero-image-zoom{animation:smoothZoomIn 4s ease-out forwards}}