.cc-wrapper-73317669 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: flex;
}
.cc-track-73317669 {
    display: flex;
    width: max-content;
    animation: cc-scroll-73317669 20s linear infinite;
}
.cc-track-container-73317669 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 20px;
}
.cc-item-73317669 { flex-shrink: 0; }
.cc-item-73317669 img {
    height: 200px;
    width: auto;
    max-width: none;
    object-fit: cover;
    display: block;
}
@keyframes cc-scroll-73317669 {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}