.ns_header-marquee-enable #ns_page {
	margin-top: 32px;
}

#ns_header-marquee{
	position: relative;
	width: 100%;
	min-height: 32px;
	background: rgba(238, 238, 243, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

#ns_header-marquee .ns_marquee {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 32px;
	font-weight: var(--hipnos-font-weight-bold);
	text-transform: uppercase;
	color: var(--hipnos-color-secondary-1);
}

#ns_header-marquee .ns_marquee span.ns_marquee-text{
	opacity: 0;
	display: none;
}

#ns_header-marquee .ns_marquee .js-marquee span.ns_marquee-text{
	margin-right: 48px;
	opacity: 1;
	display: unset;
}
