.hero-bg-anim-container_2115dce3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.hero-bg-anim-gradient_2115dce3 {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(
        45deg,
        rgba(110, 193, 228, 0.08),
        rgba(97, 206, 112, 0.08),
        rgba(110, 193, 228, 0.08)
    );
    background-size: 400% 400%;
    animation: gradientBG_2115dce3 15s ease infinite;
    z-index: 0;
}
@keyframes gradientBG_2115dce3 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
