.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 505;
}

.page-loading .strips {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.page-loading svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.page-loading .strips>div {
    transform: translateZ(0);
    height: 100%;
    margin-left: -1px;
    flex: 1 0 0;
    background-color: #151517;
    clip-path: inset(0 0 0 0);
}