.talents-video-slider-panel {
	margin-top: 40px;
	min-width: 0;
	width: 100%;
}

.talents-video-slider {
	container-type: inline-size;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.talents-video-slider__slide {
	background: #fff;
	height: auto;
}

.talents-video-slider__media {
	aspect-ratio: 16 / 9;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.video_left .talents-video-slider__media iframe,
.talents-video-slider__media iframe,
.talents-video-slider__media video {
	border: 0;
	cursor: pointer;
	display: block;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	width: 100% !important;
}

.talents-video-slider__play {
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 64px;
	justify-content: center;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	z-index: 4;
}

.talents-video-slider__play[hidden] {
	display: none;
}

.talents-video-slider__play svg {
	fill: currentColor;
	height: 30px;
	margin-left: 4px;
	width: 30px;
}

.talents-video-slider__play:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.talents-video-slider__caption {
	background: #fff;
	color: #222;
	font-size: 17px;
	line-height: 1.5;
	overflow-wrap: anywhere;
	padding: 12px 14px;
	text-align: left;
	font-weight: 600;
	text-align: center;
}

.talents-video-slider__arrow {
	align-items: center;
	background: rgba(0, 0, 0, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, opacity 0.2s ease;
	width: 40px;
	z-index: 5;
}

.talents-video-slider__arrow:hover,
.talents-video-slider__arrow:focus-visible {
	background: rgba(0, 0, 0, 0.88);
}

.talents-video-slider__arrow:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.talents-video-slider__arrow svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.talents-video-slider__arrow--prev {
	left: 10px;
}

.talents-video-slider__arrow--next {
	right: 10px;
}

.talents-video-slider__arrow.swiper-button-disabled,
.talents-video-slider__arrow.swiper-button-lock {
	cursor: default;
	display: flex;
	opacity: 0.35;
	pointer-events: none;
}

@supports (top: 1cqw) {
	.talents-video-slider__arrow {
		top: 28.125cqw;
	}
}

.talents-video-slider-mobile-placement {
	display: none;
}

@media screen and (max-width: 47.999em) {
	.talents-video-slider__play {
		display: none;
	}

	.talents-video-slider-mobile-placement {
		display: block;
	}

	.talents-video-slider-panel.is-mobile-placement {
		margin: 0 0 2.5em;
	}
}