@charset "UTF-8";

body {
	background-color: transparent;
}

#header {
	background-color: transparent;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #c7c7c79c;
}

.header-contact {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-contact li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid var(--custom-color);
}

.header-top {
	background: rgba(0, 0, 0, 0.2);
	padding: 5px 25px;
	backdrop-filter: blur(10px) brightness(93%);
}

#header .logo {
	max-width: unset;
	padding: 10px 0;
}
#ytplayer {
	pointer-events: none;
}
.video-content{
	position: relative;
}
.video-content:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #00000061;
}
#content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.grecaptcha-badge{
	display: none!important;
}
.header-contact a {
	color: #fff;
}

.header-contact a i {
	margin-right: 3px;
}
#header .logo img {
	width: 310px;
	max-width: 310px;
	max-height: 80px;
}
iframe {
	user-select: none;
}
.h-top-area {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:575px) {
	.header-contact li:not(:last-child) {
		margin-right: 5px;
		padding-right: 5px;
	}
	.header-contact li a {
		font-size: 12px;
	}
	#content {
		position: relative;
		top: 0;
		transform: unset;
	}

}