.page-loader {
    align-items: center;
    background: #ffffff;
    bottom: 0;
    display: grid;
    justify-content: center;
    left: 0;
    margin: auto auto;
    min-height: 100vh;
    overflow: hidden;
    place-items: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 999999;
}
.loader {
    
}
.loader .brand {
    max-width: 300px;
    position: relative;
    z-index: 9;
}
#ltx-sky-1 {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 3481px;
    height: 100%;
    background-position: -3481px 100%;
    background-repeat: repeat-x;
    z-index: 2;
    -webkit-animation: ltx_slide2 30s linear infinite;
}
#ltx-sky-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    background-position: 0% 0;
    background-repeat: repeat-x;
    background-size: cover;
}
#ltx-sky-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 3840px;
    height: 100%;
    z-index: 5;
    opacity: 1;
    pointer-events: none;
}
#ltx-sky-4 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 4;
    opacity: 1;
    -webkit-animation: ltx_slide1 5s linear infinite;
    pointer-events: none;
}
#ltx-wing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
@-webkit-keyframes ltx_slide1 {
    0% {
        background-position: -1920px 100%;
    }
    100% {
        background-position: 0px 100%;
    }
}
@-webkit-keyframes ltx_slide2 {
  0% {
        background-position: -3481px 100%;
  }
  100% {
        background-position: 0px 100%;
  }
}