.loading-wrap[data-v-b35cb490] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background: radial-gradient(#222922, #000500);
    z-index: 100;
    pointer-events: none
}

.loading-wrap .spinner-box[data-v-b35cb490] {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent
}

.loading-wrap .leo[data-v-b35cb490] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.loading-wrap .blue-orbit[data-v-b35cb490] {
    width: 165px;
    height: 165px;
    border: 1px solid rgba(145, 218, 255, .6470588235);
    -webkit-animation: spin3D-b35cb490 3s linear .2s infinite
}

.loading-wrap .green-orbit[data-v-b35cb490] {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(145, 255, 191, .6470588235);
    -webkit-animation: spin3D-b35cb490 2s linear 0s infinite
}

.loading-wrap .red-orbit[data-v-b35cb490] {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 202, 145, .6470588235);
    -webkit-animation: spin3D-b35cb490 1s linear 0s infinite
}

.loading-wrap .white-orbit[data-v-b35cb490] {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    -webkit-animation: spin3D-b35cb490 10s linear 0s infinite
}

.loading-wrap .w1[data-v-b35cb490] {
    transform: rotate3D(1, 1, 1, 90deg)
}

.loading-wrap .w2[data-v-b35cb490] {
    transform: rotate3D(1, 2, .5, 90deg)
}

.loading-wrap .w3[data-v-b35cb490] {
    transform: rotate3D(.5, 1, 2, 90deg)
}

.loading-wrap .loading-text[data-v-b35cb490] {
    margin-bottom: 100px;
    text-align: center;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    letter-spacing: .1em;
    display: block;
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: Lexend, Helvetica Neue, Helvetica, sans-serif
}

@keyframes spin3D-b35cb490 {
    0% {
        transform: rotate3d(.5, .5, .5, 360deg)
    }
    to {
        transform: rotate3d(0deg)
    }
}