.heroGradientLight{background:var(--color-light-183ec2);background:linear-gradient(10deg,var(--color-gradient-f7cf68) 0,var(--color-light-eaeefe) 75%)}.heroGradientDark{background:var(--color-light-183ec2);background:linear-gradient(10deg,var(--color-gradient-f7cf68) 0,var(--color-dark-0d0d0d) 75%)}.center-image{animation:centerImageAnimation 2.5s ease-in-out infinite alternate}@keyframes centerImageAnimation{0%{transform:scale(1)}to{transform:scale(1.05)}}.top-image{animation:topImageAnimation 2s ease-in-out infinite alternate}@keyframes topImageAnimation{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.bottom-image{animation:bottomImageAnimation 2s ease-in-out infinite alternate;animation-delay:.5s}@keyframes bottomImageAnimation{0%{transform:translateY(0)}to{transform:translateY(10px)}}.title-svg{transform:rotate(90deg);animation:titleSvgAnimation 2s ease-in-out infinite alternate;animation-delay:.5s}@keyframes titleSvgAnimation{0%{transform:translateY(0) rotate(180deg)}to{transform:translateY(8px) rotate(180deg)}}