section.block-1-hero {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--black);
	height: 58rem;
	max-height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

section.block-1-hero .bgHelper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: .35;
}

section.block-1-hero .container {
	position: relative;
	z-index: 2;
}

section.block-1-hero .heroInner {
	text-align: center;
	color: var(--white);
}

section.block-1-hero .logoWrap {
	width: 55rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

section.block-1-hero .textWrap {
	margin-top: 3rem;
}

section.block-1-hero .textWrap h1,
section.block-1-hero .textWrap h2,
section.block-1-hero .textWrap h3,
section.block-1-hero .textWrap p {
	color: var(--white);
}

section.block-1-hero .textWrap p:last-child {
	margin-bottom: 0;
}

@media(max-width: 1199px){
	section.block-1-hero {
		height: 46rem;
	}

	section.block-1-hero .logoWrap {
		width: 32rem;
	}
}

@media(max-width: 767px){
	section.block-1-hero {
		height: 38rem;
		max-height: 70vh;
	}

	section.block-1-hero .logoWrap {
		width: 26rem;
	}
}

@media(min-width: 1800px){
	section.block-1-hero {
		height: 68rem;
	}
}
