.media-intro-section {
	padding-left: 36px;
	padding-right: 36px;
	overflow: hidden;
}

.media-intro-section--intro {
	text-align: center;
	max-width: 725px;
	margin: 0 auto;
	margin-bottom: 75px;
	color: white;
	position: relative;
	z-index: 1;
}
.media-intro-section--title {
	font-weight: 800;
	margin-bottom: 20px;
}
.media-intro-section--squiggle {
	max-width: 120px;
	margin: 0 auto 20px;
}
.media-intro-section--slider {
	display: flex;
}

.media-item--item_name {
	margin-bottom: 0;
	color: #33485d;
	font-size: 14px;
	font-weight: 800;
}
.media-item--item_title {
	color: #33485d;
	font-size: 14px;
	line-height: 18px;
}
.media-intro-section--accent_word {
	background: linear-gradient(
		203.84deg,
		#b2ebf2 55.54%,
		#bc98ff 65.46%,
		#ff84ae 80.9%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	mix-blend-mode: normal;
	opacity: 0.2;
	font-size: 200px;
	line-height: 240px;
	font-weight: 800;
	position: absolute;
	top: -120px;
	right: -30%;
	white-space: nowrap;
}
