/* Vimeo Sticky Player */
.vsp-slot {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: visible;
}

.vsp-slot > .vsp-player {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: 100%;
}

.vsp-player {
	background: #000;
	isolation: isolate;
	z-index: 2147483000;
}

.vsp-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background: #000;
}

.vsp-ratio iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vsp-player[data-vsp-portal="1"] {
	position: absolute !important;
	max-width: none !important;
	margin: 0 !important;
	height: auto !important;
	box-sizing: border-box !important;
}

.vsp-inline {
	border-radius: 0 !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

.vsp-sticky-active {
	position: fixed !important;
	max-width: none !important;
	margin: 0 !important;
	height: auto !important;
	overflow: hidden !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .35) !important;
	transform: none !important;
	z-index: 2147483000 !important;
}

.vsp-webinaris-suppressed {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	z-index: 0 !important;
}

.vsp-position-bottom-right {
	right: 24px !important;
	bottom: 24px !important;
	top: auto !important;
	left: auto !important;
}

.vsp-position-bottom-left {
	left: 24px !important;
	bottom: 24px !important;
	top: auto !important;
	right: auto !important;
}

.vsp-position-top-right {
	right: 24px !important;
	top: 24px !important;
	bottom: auto !important;
	left: auto !important;
}

.vsp-position-top-left {
	left: 24px !important;
	top: 24px !important;
	right: auto !important;
	bottom: auto !important;
}

.vsp-control,
.vsp-expand,
.vsp-close {
	display: none;
	position: absolute;
	top: 8px;
	z-index: 2147483001;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .74);
	color: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.vsp-expand {
	right: 8px;
}

.vsp-close {
	right: 48px;
}

.vsp-sticky-active .vsp-expand,
.vsp-sticky-active .vsp-close {
	display: flex;
}

.vsp-error {
	padding: 12px 14px;
	border-left: 4px solid #d63638;
	background: #fff5f5;
	color: #5f1717;
}

@media (max-width: 1024px) {
	.vsp-sticky-active {
		max-width: calc(100vw - 32px) !important;
	}

	.vsp-position-bottom-right,
	.vsp-position-bottom-left {
		bottom: 16px !important;
	}

	.vsp-position-top-right,
	.vsp-position-top-left {
		top: 16px !important;
	}

	.vsp-position-bottom-right,
	.vsp-position-top-right {
		right: 16px !important;
	}

	.vsp-position-bottom-left,
	.vsp-position-top-left {
		left: 16px !important;
	}
}
