#initial-loader {
    background-color: #000;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
#initial-loader,
.svg-loading {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svg-loading {
    transform: scale(var(--loadingScale));
}

.circle-loading {
    align-items: center;
    display: flex;
    height: 10px;
    justify-content: space-between;
    width: 40px;
}
.hide-loading {
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-name: fade-out;
    animation-timing-function: ease-in;
}
.loader-circle {
    animation-direction: alternate;
    animation-duration: 0.25s;
    animation-iteration-count: infinite;
    animation-name: loader-circle-bounce;
    animation-timing-function: ease-out;
    background-color: #30a2d0;
    border-radius: 50%;
    height: 10px;
    position: relative;
    width: 10px;
}
.loader-circle:first-of-type {
    animation-delay: 0s;
}
.loader-circle:nth-of-type(2) {
    animation-delay: -75ms;
}
.loader-circle:nth-of-type(3) {
    animation-delay: -0.15s;
}
@keyframes loader-circle-bounce {
    0% {
        bottom: 0;
    }
    90%,
    to {
        bottom: 15px;
    }
}
@keyframes fade-out {
    to {
        opacity: 0;
    }
}
@keyframes fade-in {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes rollingCharP {
    from {
        transform: translateY(15px);
        filter: url(#motionFilter-0-1685361669005);
    }

    to {
        transform: translateY(1520px);
        filter: url(#motionFilter-0-1685361669005);
    }
}

@-moz-keyframes rollingCharP {
    from {
        transform: translateY(15px);
        filter: url(#motionFilter-0-1685361669005);
    }

    to {
        transform: translateY(1520px);
        filter: url(#motionFilter-0-1685361669005);
    }
}

@-o-keyframes rollingCharP {
    from {
        transform: translateY(15px);
        filter: url(#motionFilter-0-1685361669005);
    }

    to {
        transform: translateY(1520px);
        filter: url(#motionFilter-0-1685361669005);
    }
}

@keyframes rollingCharP {
    from {
        transform: translateY(15px);
        filter: url(#motionFilter-0-1685361669005);
    }

    to {
        transform: translateY(1520px);
        filter: url(#motionFilter-0-1685361669005);
    }
}

@-webkit-keyframes rollingCharG {
    from {
        transform: translate(137px, 15px);
        filter: url(#motionFilter-1-1685361669005);
    }

    to {
        transform: translate(137px, 1520px);
        filter: url(#motionFilter-1-1685361669005);
    }
}

@-moz-keyframes rollingCharG {
    from {
        transform: translate(137px, 15px);
        filter: url(#motionFilter-1-1685361669005);
    }

    to {
        transform: translate(137px, 1520px);
        filter: url(#motionFilter-1-1685361669005);
    }
}

@-o-keyframes rollingCharG {
    from {
        transform: translate(137px, 15px);
        filter: url(#motionFilter-1-1685361669005);
    }

    to {
        transform: translate(137px, 1520px);
        filter: url(#motionFilter-1-1685361669005);
    }
}

@keyframes rollingCharG {
    from {
        transform: translate(137px, 15px);
        filter: url(#motionFilter-1-1685361669005);
    }

    to {
        transform: translate(137px, 1520px);
        filter: url(#motionFilter-1-1685361669005);
    }
}
