.webtwin-video {
	position: relative;
	isolation: isolate;
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 0;
	aspect-ratio: 12 / 5;
	overflow: hidden;
	border-radius: 38px;
	background-color: #2c6398;
}

.elementor-widget-webtwin-video,
.elementor-widget-webtwin-video > .elementor-widget-container {
	width: 100%;
	min-width: 0;
}

.webtwin-video__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.webtwin-video__media {
	display: block;
	z-index: 1;
	object-fit: cover;
	background-color: #071927;
}

.webtwin-video__poster {
	position: relative;
	display: grid;
	z-index: 2;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: inherit;
	place-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.webtwin-video__poster::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: rgba(8, 40, 77, 0.32);
	content: "";
}

.webtwin-video.is-started .webtwin-video__poster {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.webtwin-video__trigger {
	position: relative;
	display: block;
	width: 112px;
	max-width: 32%;
	aspect-ratio: 1;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	appearance: none;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.webtwin-video--empty .webtwin-video__trigger {
	cursor: default;
}

.webtwin-video--ready .webtwin-video__trigger:hover,
.webtwin-video--ready .webtwin-video__trigger:focus-visible {
	transform: scale(1.06);
}

.webtwin-video__trigger:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 6px;
	border-radius: 50%;
}

.webtwin-video__button-ring {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.webtwin-video__button-text {
	fill: currentColor;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: lowercase;
}

.webtwin-video__play-core {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
}

.webtwin-video__play-core::after {
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #fff;
	content: "";
	transform: translate(-42%, -50%);
}

@media (max-width: 1024px) {
	.webtwin-video {
		aspect-ratio: 16 / 9;
		border-radius: 28px;
	}

	.webtwin-video__trigger {
		width: 96px;
	}
}

@media (max-width: 767px) {
	.webtwin-video {
		aspect-ratio: 4 / 3;
		border-radius: 20px;
	}

	.webtwin-video__trigger {
		width: 84px;
	}

	.webtwin-video__button-text {
		font-size: 13px;
	}

	.webtwin-video__play-core::after {
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-left-width: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.webtwin-video__poster,
	.webtwin-video__trigger {
		transition: none;
	}
}
