.rl-163e6c82-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
}

.rl-163e6c82-track {
    display: flex;
    flex-wrap: nowrap;
    animation: rl-163e6c82-scroll var(--anim-speed, 20s) linear infinite;
}

.rl-163e6c82-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.rl-163e6c82-logo img {
    max-width: none;
    width: auto;
    object-fit: contain;
}

@keyframes rl-163e6c82-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.rl-163e6c82-logo.is-scaling {
    animation: rl-163e6c82-pop 1s ease forwards;
}

@keyframes rl-163e6c82-pop {
    0% { transform: scale(1); }
    50% { transform: scale(var(--rnd-scale, 1.2)); }
    100% { transform: scale(1); }
}
