@keyframes fadeInUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.jn-title-animate{animation:none}.jn-title-animate.active{animation:slideDown .7s ease-out forwards}.jn-title-animate:nth-child(1).active{animation-delay:0s}.jn-title-animate:nth-child(2).active{animation-delay:.2s}.jn-text-animate:nth-child(1).active{animation-delay:.4s}.jn-text-animate:nth-child(2).active{animation-delay:.6s}.jn-text-animate{animation:none}.jn-text-animate.active{animation:slideUp .7s ease-out forwards}.jn-card-animate{animation:none}.jn-card-animate.active{animation:fadeInUp .7s ease-out forwards}.jn-card-animate:nth-child(1).active{animation-delay:0s}.jn-card-animate:nth-child(2).active{animation-delay:.15s}.jn-card-animate:nth-child(3).active{animation-delay:.3s}.jn-image-animate{animation:none}.jn-image-animate.active{animation:zoomIn .7s ease-out forwards}.jn-image-animate:nth-child(1).active{animation-delay:0s}.jn-image-animate:nth-child(2).active{animation-delay:.15s}.jn-image-animate:nth-child(3).active{animation-delay:.3s}