.wonderdesk-hero-video {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #1b1f22;
	color: #fff;
}

.wonderdesk-hero-video__media,
.wonderdesk-hero-video__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.wonderdesk-hero-video__media {
	object-fit: cover;
	z-index: 0;
}

.wonderdesk-hero-video__overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(18, 23, 27, 0.41) 0%, rgba(18, 23, 27, 0.26) 45%, rgba(18, 23, 27, 0.1) 100%);
}

.wonderdesk-hero-video__content {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	padding: 88px 0;
}

.wonderdesk-hero-video__eyebrow {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	color: #e9680a;
}

.wonderdesk-hero-video h1 {
	max-width: 680px;
	margin: 0;
	font-size: 54px;
	line-height: 1.06;
	font-weight: 800;
	color: #fff;
}

.wonderdesk-hero-video__subtitle {
	max-width: 560px;
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.wonderdesk-hero-video__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.wonderdesk-hero-video__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 2px solid rgba(255, 255, 255, 0.82);
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wonderdesk-hero-video__button--primary {
	border-color: #e9680a;
	background: #e9680a;
	color: #fff;
}

.wonderdesk-hero-video__button--primary:hover,
.wonderdesk-hero-video__button--primary:focus {
	border-color: #ff8124;
	background: #ff8124;
	color: #fff;
}

.wonderdesk-hero-video__button--secondary {
	color: #fff;
}

.wonderdesk-hero-video__button--secondary:hover,
.wonderdesk-hero-video__button--secondary:focus {
	background: #fff;
	border-color: #fff;
	color: #1b1f22;
}

@media (max-width: 768px) {
	.wonderdesk-hero-video {
		min-height: 60vh;/*in cels*/
	}

	.wonderdesk-hero-video__overlay {
		background: linear-gradient(180deg, rgba(18, 23, 27, 0.38) 0%, rgba(18, 23, 27, 0.41) 100%);
	}

	.wonderdesk-hero-video__content {
		width: min(100% - 28px, 560px);
		padding: 64px 0;
	}

	.wonderdesk-hero-video h1 {
		font-size: 36px;
		line-height: 1.12;
	}

	.wonderdesk-hero-video__subtitle {
		font-size: 17px;
	}

	.wonderdesk-hero-video__button {
		width: 100%;
		font-size: 16px;
	}
}
