body {
	font-size: 18px;
}

h1 {
	font-size: 5.2rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1625rem;
}

h2 {
	font-size: 3.2rem;
	margin-top: 2rem;
	font-weight: 600;
	text-transform: initial;
}

h3 {
	font-size: 3rem;
	margin-top: 2rem;
	font-weight: 600;
	text-transform: initial;
}

h1 ~ h2 {
	color: #000;
	margin-top: 0;
}

#pageWrap {
	margin-top: 45px;
}

#headline header {
	margin: 6rem 0;
}

.word {
	white-space: nowrap;
}

.letter {
    position: relative;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.aos-init {
	opacity: 1;	
}

.aos-animate .letter {
	animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: forwards;
    animation-name: letterArrival;
}

p {
	line-height: 2.2222;
}

.section {
	padding: 6rem 0;
}

#contentArea figcaption {
	padding-bottom: 0;
}

/*#sectionOne {
	background-color: #D0DFEA;
}

#sectionTwo,
#sectionThree,
#sectionFour {
	background-color: #BBD1E1;
}

#sectionFive,
#sectionSix,
#sectionSeven,
#sectionEight,
#sectionNine,
#sectionTen,
#sectionEleven,
#sectionTwelve {
	background-color: #AAC5D9;
}
*/
#sectionOne.section {
	padding-top: 0;
}

#sectionFour {
	position: relative;
	z-index: 1;
}

#sectionFour h2 {
	line-height: 1;
	margin-bottom: 0;
}
/*
#sectionFive p,
#sectionSix p {
    line-height: 1.25;
}
*/
#sectionSix {
	margin-top: 3rem;
}

#contentTwo {
	background-color: #D0DFEA;
	margin-top: -15rem;
}

#contentThree {
	background-color: #BBD1E1;
}

#contentFour {
	background-color: #AAC5D9;
}

footer {
	background-color: #ffffff;
}

footer img {
	mix-blend-mode: multiply;
}

@keyframes letterArrival {
    0% {
        opacity: 0;
        transform: translate(0, -40px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@media (max-width: 1199px) {
	#contentTwo {
		margin-top: -2rem;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 4.5rem;
	}

	h2 {
		font-size: 3.7rem;
	}

	h3 {
		font-size: 2.7rem;
	}

	#contentArea {
		margin-top: 13.5rem;
	}

	#headline header {
		margin: 5rem 0 4rem;
	}

	.section {
		padding: 5rem 0;
	}

	.video-hint {
		top: -2rem;
	}

	#sectionSix {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 3.2rem;
	}

	h2 {
		font-size: 2.7rem;
	}

	h3 {
		font-size: 2.3rem;
	}

	#contentArea {
		margin-top: 11.5rem;
	}

	#headline header {
		margin: 4rem 0 3rem;
	}

	.section {
		padding: 4rem 0;
	}
}
