.am-container-1aadd424 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.am-track-1aadd424 {
    display: flex;
    width: max-content;
    animation: am-marquee-1aadd424 linear infinite;
}

.am-group-1aadd424 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.am-item-1aadd424 {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.am-item-1aadd424 a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.am-badge-1aadd424 {
    font-size: 0.7em;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.4;
}

.am-separator-1aadd424 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@keyframes am-marquee-1aadd424 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-33.3333%, 0, 0);
    }
}
