.minga-hero-ticker-text {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
}

.minga-hero-ticker-text__heading {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	margin: 0;
	font-size: 35px;
	color: #003366;
	font-weight: 800;
	line-height: 1.2em;
}

@media screen and (min-width: 767px) {
	.minga-hero-ticker-text__heading {
		font-size: 52px;
	}
}

.minga-hero-ticker-text__static {
	font-weight: inherit;
	line-height: inherit;
}

.minga-hero-ticker-text__ticker {
	display: inline-block;
	overflow: hidden;
	vertical-align: baseline;
	line-height: 1.2em;
}

.minga-hero-ticker-text__ticker_track {
	display: flex;
	flex-direction: column;
	will-change: transform;
}

.minga-hero-ticker-text__ticker_item {
	flex-shrink: 0;
	display: block;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	white-space: nowrap;
	line-height: 1.2em;
}

.minga-hero-ticker-text__ticker.is-static {
	height: auto;
	overflow: visible;
}

.minga-hero-ticker-text__ticker.is-static .minga-hero-ticker-text__ticker_track {
	transform: none !important;
}
