

/* Start:/design/css/news-new.css?17798866441297*/
.news-wrap:has(.news-new__item) {
	gap: 20px;
}

.news-new__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 0 0;
	min-width: 280px;
	max-width: 316.5px;
	margin-right: 0;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
}

.news-new__pic img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 4px;
}

.news-new__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.news-new__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.news-new__title {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1a2442;
	margin: 0;
	word-break: break-word;
}

.news-new__body .news-new__text {
	margin: 0;
	word-break: break-word;
	color: #1a244257;
}

.news-new__item:hover .news-new__title,
.news-new__item:focus .news-new__title {
	color: #2e4a97;
}

.news-new__item:focus .news-new__title {
	color: #34487d;
}

.news-new__pic--placeholder img {
	object-fit: contain;
	background-color: #f4f4f4;
	padding: 40px;
}

@media screen and (max-width: 760px) {
	.news-new__item {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		flex: 1 1 100%;
	}

	.news-new__item:not(:last-child) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}

/* End */


/* Start:/design/css/video-new.css?17803963404090*/
.video-new {
	padding: 40px 0;
}

.video-new__heading {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #1a2442;
	margin: 0 0 48px;
	word-break: break-word;
}

.video-new__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}

.video-new__main {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1 1 650px;
	max-width: 765px;
	min-width: 0;
}

.video-new__preview {
	width: 100%;
}

.video-new__media {
	position: relative;
	width: 100%;
	height: 540px;
	border-radius: 6px;
	overflow: hidden;
}

.video-new__preview-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-new__preview-img--placeholder,
.video-new__thumb-placeholder {
	object-fit: contain;
	background-color: #f4f4f4;
	padding: 40px;
	box-sizing: border-box;
}

.video-new__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 39, 89, 0.35);
	pointer-events: none;
}

.video-new__main .video-player {
	border: none;
	/* width: 96px;
	height: 96px;
	background-size: 26px;
	background-position: center;
	z-index: 2; */
}

/* .video-new__main .video-player.animated::after,
.video-new__main .video-player.animated::before {
	left: -36px;
	right: -36px;
	top: -36px;
	bottom: -36px;
} */

.video-new__player {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.video-new__player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 6px;
}

.video-new__preview.is-playing .video-new__media {
	visibility: hidden;
	pointer-events: none;
}

.video-new__preview.is-playing .video-new__player {
	display: block;
}

.video-new__main-title {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #1a2442;
	word-break: break-word;
}

.video-new__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1 1 540px;
	min-width: 280px;
	max-height: 556px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: #2e4a97 #f1f1f1;
}

.video-new__list::-webkit-scrollbar {
	width: 3px;
}

.video-new__list::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.video-new__list::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 10px;
}

.video-new__list::-webkit-scrollbar-thumb {
	background-color: #2e4a97;
	border-radius: 10px;
}

.video-new__list::-webkit-scrollbar-thumb:hover {
	background-color: #34487d;
}

.video-new__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	padding: 8px 20px 8px 8px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.video-new__item:hover {
	background: #f4f6fc;
}

.video-new__item.is-active {
	background: #e9eeff;
}

.video-new__thumb {
	flex-shrink: 0;
	width: 242px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
}

.video-new__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-new__item-title {
	flex: 1 1 0;
	min-width: 0;
	padding-top: 10px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1a2442;
	word-break: break-word;
}

.video-new__more {
	margin-top: 24px;
}

@media screen and (max-width: 760px) {
	.video-new__heading {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 24px;
	}

	.video-new__grid {
		flex-direction: column;
	}

	.video-new__main {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.video-new__media {
		height: auto;
		aspect-ratio: 16 / 9;
		min-height: 200px;
	}

	.video-new__list {
		flex: 1 1 100%;
		max-height: 260px;
		min-width: 0;
	}

	.video-new__thumb {
		width: 120px;
		height: 68px;
	}

	.video-new__item-title {
		font-size: 14px;
		line-height: 20px;
		padding-top: 4px;
	}

	/* .video-new__main .video-player {
		width: 64px;
		height: 64px;
		background-size: 18px;
	}

	.video-new__main .video-player.animated::after,
	.video-new__main .video-player.animated::before {
		left: -24px;
		right: -24px;
		top: -24px;
		bottom: -24px;
	} */
}

/* End */
/* /design/css/news-new.css?17798866441297 */
/* /design/css/video-new.css?17803963404090 */
