@keyframes gradient-animation-meshblue {
    0% {
        --s-start-0: 9%;
        --s-end-0: 55%;
        --y-0: 80%;
        --x-0: 85%;
        --c-0: hsla(210.5084745762712, 96%, 11%, 1);
        --c-1: hsla(205.58823529411762, 29%, 45%, 1);
        --s-start-1: 5%;
        --s-end-1: 72%;
        --x-1: 60%;
        --y-1: 24%;
        --s-start-2: 5%;
        --s-end-2: 52%;
        --y-2: 82%;
        --c-2: hsla(53.999999999999886, 0%, 0%, 0.49);
        --x-2: 13%;
        --x-3: 24%;
        --c-3: hsla(210.5084745762712, 96%, 11%, 1);
        --y-3: 7%;
        --s-start-3: 13%;
        --s-end-3: 68%;
    }

    100% {
        --s-start-0: 9%;
        --s-end-0: 55%;
        --y-0: 94%;
        --x-0: 31%;
        --c-0: hsla(205.58823529411762, 29%, 45%, 1);
        --c-1: hsla(210, 100%, 11%, 1);
        --s-start-1: 5%;
        --s-end-1: 72%;
        --x-1: 2%;
        --y-1: 25%;
        --s-start-2: 5%;
        --s-end-2: 52%;
        --y-2: 20%;
        --c-2: hsla(54.000000000000036, 0%, 0%, 0.49);
        --x-2: 98%;
        --x-3: 95%;
        --c-3: hsla(205.7142857142857, 29%, 46%, 1);
        --y-3: 92%;
        --s-start-3: 13%;
        --s-end-3: 68%;
    }
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 9%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 55%
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80%
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 85%
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(210.5084745762712, 96%, 11%, 1)
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(205.58823529411762, 29%, 45%, 1)
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 5%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 72%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 60%
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 24%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 5%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 52%
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 82%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(53.999999999999886, 0%, 0%, 0.49)
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 13%
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 24%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(210.5084745762712, 96%, 11%, 1)
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 7%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 13%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 68%
}