.nt-262b9d89-bar {
	display: flex;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #111827;
}

.nt-262b9d89-label {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: #dc2626;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.nt-262b9d89-label::after {
	content: '';
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-top: 999px solid transparent;
	border-bottom: 999px solid transparent;
	border-left: 12px solid currentColor;
	color: inherit;
	display: none;
}

.nt-262b9d89-content {
	flex: 1 1 auto;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.nt-262b9d89-track {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	will-change: transform;
	gap: 28px;
}

.nt-262b9d89-item {
	display: inline-block;
	color: #ffffff;
}

.nt-262b9d89-item a {
	color: inherit;
	text-decoration: none;
}

.nt-262b9d89-item a:hover {
	text-decoration: underline;
}

.nt-262b9d89-sep {
	display: inline-block;
	color: #dc2626;
	font-weight: 700;
	opacity: 0.9;
}

.nt-262b9d89-bar[data-pause="yes"]:hover .nt-262b9d89-track {
	animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
	.nt-262b9d89-track {
		animation: none !important;
		transform: none !important;
	}
}
