html {
	margin-top: 0 !important;
}
.next-section-arrow {
	display: none !important;
}
.home #intro > .page-inner.container {
	opacity: 0;
}
.home .homepage-row {
	padding: 0 170px;
}
.home #animated-heading .letter {
	color: #fff;
	font-size: 65px;
	padding: 0;
	display: inline-block;
	margin-right: -1px;
	margin-bottom: -1px;
	mix-blend-mode: lighten;
}
.home #animated-heading .first-letter {
	padding-left: 20px;
}
.home #animated-heading .last-letter {
	padding-right: 20px;
}
.home .word {
	margin-right: -25px;
	text-wrap: nowrap;
}
.home #animated-heading {
	visibility: hidden;
}

.home #intro {
	min-height: 100vh;
}
.home .page-inner {
	min-height: 600px;
	height: unset !important;
}

.home .word {
	white-space: nowrap;
}

.home #animated-heading {
    visibility: hidden;
    opacity: 0;
}

.bold {
    font-family: 'uni_neuebold';
}

.home #intro > .page-inner.container {
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
}

.home .down-arrow {
	width: 40px;
	color: #fff;
	margin-top: auto;
	margin-bottom: 20px;
}

.home #intro > .page-inner.container > .row.homepage-row {
	margin-top: auto !important;
}

.down-arrow {
	cursor: pointer;
}

@supports(min-height: 100dvh) { .home .page-inner { min-height: 100dvh; } }

@media(min-width: 1919px) {
	.home .homepage-row {
		padding: 0px;
	}
    .home #animated-heading .letter {
		font-size: 85px;
	}
	.home #animated-heading .first-letter {
		padding-left: 25px;
	}
	.home #animated-heading .last-letter {
		padding-right: 25px;
	}
}
@media(min-width: 992px) {
	.home .down-arrow {
		width: 90px;
	}
}
@media(min-width: 767px) and (max-width: 1399px) {
    .home .homepage-row {
        padding: 0 80px;
    }
    .home #intro.homepage .page-inner {
        max-width: unset !important;
    }
}

@media(max-width: 767px) {
	.home .word {
		margin-right: -10px;
	}
	.home .homepage-row {
		padding: 0 10px;
		margin: 0 !important
	}
	.home #animated-heading .letter {
		font-size: 40px;
	}
	.home #animated-heading .first-letter {
		padding-left: 10px;
	}
	.home #animated-heading .last-letter {
		padding-right: 10px;
	}
}

@media(max-width: 320px) {
	.home #animated-heading .letter {
		font-size: 26px !important;
	}
	h2#animated-heading {
		line-height: 1.1 !important;
	}
	.home #animated-heading .first-letter {
		padding-left: 5px;
	}
	.home #animated-heading .last-letter {
		padding-right: 5px;
	}
}