#promotion{
	position:relative;
	z-index:1;
}
#promotion::before{
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#promotion video{
	width:100%;
	height:100vh;
	object-fit:cover;
}
#promotion .textbox{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
#promotion .textbox h1{
	font-size:6rem;
	color:#fff;
	line-height:1.2;
}
#promotion .textbox .action{
	margin-top:3rem;
}

/*
	other items
*/
#other-items{
	text-align:center;
	padding:5rem 5rem;
}
#other-items h2{
	font-size:2rem;
	line-height:1.3;
}
#other-items ul{
	margin-top:3rem;
}

/*
	FAQs
*/
#faq{
	padding:5rem;
	background-color:#f9f9f9;
}