.preloader-plugin {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader-plugin.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-plugin__logo {
    max-width: 200px;
    width: 35vw;
    height: auto;
    object-fit: contain;
}
