#lottie-preloader {
     position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--pagelayer-color-HbDeeN);
        z-index: 999999 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 1s ease !important;
        
}



#lottie-background{
    position: absolute;
    width: 7em;
    aspect-ratio: 2 / 1;
    z-index: -1;
    border-radius: 50em;
}



#lottie-preloader.fade-out {
    transform: translateX(101%);
    
}

#lottie-preloader.preloaderHide{
    display: none;
}


body{
    pointer-events: none;
    position: relative;
    right: 101%;
    transition: right 0.8s ease !important;
}


html{
     overflow-y: hidden;
}


div#lottie-animation {
    width: 12em;
}

div#lottie-animation svg{
    margin-left: 0.2em;
}


.gt_float_switcher{
    position: relative;
    bottom: -100px;
    transition: bottom 0.8s ease !important;
}


.gt_float_switcher.fade-in{
   
    bottom: 0px;
    
}


.qlwapp__container{
    z-index: 9999 !important;
}


body:not(.single-post) .entry-content > .pagelayer-row:nth-child(2), .p-n1v3128{
    background-position-x: -100em !important;
    transition: background-position-x 0.8s ease !important;

}

 .pagelayer-bgimg-slider{
    transform: translateX(-101%);
    transition: transform-x 0.8s ease !important;
}

