
:root {
	--font-default: "Inter", sans-serif;
	--font-primary: "Noto Sans", sans-serif;
	--font-size-default: 16px;
	--font-weight-default: 400;
	--line-height-default: 1.633;
}

body {
	--wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-hero-video.style1.vimeo-wrapper {
	min-height: 80vh;
	transition: height .4s;
	display: flex;
	justify-content: flex-end;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 0;
	overflow: hidden !important;
	position: relative;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .app__block-media.full {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .app__block-media.full > iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: calc(100vw / 2.3111111111);
	min-width: calc(100% * 2.3111111111);
	min-height: 100%;
	transform: translate(-50%, -50%);
	display: block;
	border: 0;
	pointer-events: none;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .app__block-media.full > img, .wp-block-acf-hero-video.style1.vimeo-wrapper .app__block-media.full > picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell {
	z-index: 201;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: self-end;
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: self-end;
	max-width: 437px;
	height: 100%;
	backdrop-filter: blur(7px);
	padding: 32px;
	background: rgba(255, 255, 255, .07);
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content {
	color: #001e27;
	text-align: left;
	width: 100%;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content h1 {
	color: #001e27;
	text-shadow: 0 0 32px rgba(255, 255, 255, .5);
}

@media (max-width: 768px) {
	.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content p {
		margin-bottom: 0;
		font-size: 1rem;
	}
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content .btn {
	text-shadow: none;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content .btn.style2 {
	background-color: transparent;
	color: var(--wp--preset--color--white);
	border: 0 solid var(--wp--preset--color--primary);
	padding-left: 0;
	padding-right: 0;
	text-transform: none;
}

.wp-block-acf-hero-video.style1.vimeo-wrapper .shell .app__block-content .btn.style2:hover {
	color: var(--wp--preset--color--white);
	border: 0 solid var(--wp--preset--color--white);
}

@media (max-width: 768px) {
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper {
		height: auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow: visible !important;
	}
	
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper .app__block-media.full {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: calc(100vw / 2.3111111111);
		min-height: 0;
	}
	
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper .app__block-media.full > iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		height: calc(100vw / 2.3111111111);
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%, -50%);
		display: block;
		border: 0;
		pointer-events: none;
	}
	
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper .shell {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		order: 2;
		width: 100%;
		height: auto;
		display: block;
	}
	
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper .app__block-inner {
		max-width: 100%;
		height: auto;
		min-height: 0;
		padding: 24px 20px;
	}
	
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1 .app__block-content h1 {
		text-align: center;
	}
}

@media (max-width: 375px) {
	.wp-block-acf-hero-video.style1.vimeo-wrapper.style1.vimeo-wrapper .app__block-inner {
		padding: 20px 16px;
	}
}

.wp-block-acf-hero-video.style2.vimeo-wrapper {
	position: relative;
	overflow: hidden;
	height: 713px;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .shell {
	width: 100%;
	height: 100%;
	padding: 0;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	align-items: flex-end;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-media.full {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-media.full > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1280/880;
	height: auto;
	min-height: 100%;
	display: block;
	border: 0;
	pointer-events: none;
	transform: none;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-media.full > img, .wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-media.full > picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content {
	z-index: 2;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
	padding: 32px 16px;
	background-color: rgba(244, 242, 250, .5);
}

@media (max-width: 1023px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content .brand-mark-wrapper {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 5;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark {
	height: 48px;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark img {
	display: block;
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 768px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content .brand-mark-wrapper {
		display: none;
	}
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content .kicker {
	color: #003d51;
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content h1 {
	color: #003d51;
	text-align: left;
	margin-bottom: 0;
	font-size: 48px;
}

@media (max-width: 1023px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content h1 {
		font-size: 28px;
	}
}

.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content p {
	color: var(--wp--preset--color---primary);
}

@media (max-width: 1023px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper .app__block-inner .app__block-content p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper {
		height: auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow: visible !important;
	}
	
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper .app__block-media.full {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: calc(100vw / 1.4545454545);
		min-height: 0;
	}
	
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper .app__block-media.full > iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		height: calc(100vw / 1.4545454545);
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%, -50%);
		display: block;
		border: 0;
		pointer-events: none;
	}
	
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper .shell {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		order: 2;
		width: 100%;
		height: auto;
		display: block;
	}
	
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper .app__block-inner {
		max-width: 100%;
		height: auto;
		min-height: 0;
		display: flex;
		padding: 0;
		flex-direction: column;
		flex-direction: column-reverse;
	}
	
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2 .app__block-content h1 {
		text-align: left;
	}
}

@media (max-width: 375px) {
	.wp-block-acf-hero-video.style2.vimeo-wrapper.style2.vimeo-wrapper .app__block-inner {
		padding: 20px 16px;
	}
}

.wp-block-acf-hero-video iframe.loaded {
	opacity: 1;
}
