.nt-2ca07393-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.nt-2ca07393-label {
    padding: 10px 20px;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
    text-transform: uppercase;
}

.nt-2ca07393-track-wrapper {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.nt-2ca07393-track {
    display: flex;
    width: max-content;
    animation: marquee-2ca07393 linear infinite;
}

.nt-2ca07393-group {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nt-2ca07393-headline {
    display: inline-block;
    padding: 0 40px;
}

.nt-2ca07393-headline a {
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.nt-2ca07393-headline a:hover {
    opacity: 0.8;
}

.nt-2ca07393-pause-on-hover:hover .nt-2ca07393-track {
    animation-play-state: paused;
}

@keyframes marquee-2ca07393 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
