#preloader {
    position: fixed;
    inset: 0;
    background: #6BBDAB;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .8s ease;
}

#preloader.hide {
    opacity: 0;
    pointer-events: none;
}

.loader-percent {
    font-family: 'CirceRounded', Arial, sans-serif !important;
    font-weight: 600;
    color: #fff;
    font-size: 80px;
}

.t908__textwrapper {
    padding: 15px 47px 13px 30px;
    border-radius: 7px; 
}