
.introduction-home{
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
}

.introduction-home__left-section{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100vh;
	z-index: 90;
}

.introduction-home__right-section{
	background: rgb(0,0,0);
	background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	width: 50vw;
	height: 100vh;
	z-index: 90;
}


.introduction-home__background-overlay{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80vw;
	min-width: 950px;
	opacity: 0.3;
	transform: translate(-50%, -50%);
	z-index: 92;
}

.introduction-home__logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	z-index: 93;
}
