/*Local Fixes*/
@media only screen and (min-width: 1069px) {
	.br-height-fix {
		margin-top: 38px;
	}
}

/*Changing Headline*/
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 450px) {
	.section-hero .lockup-wrapper {
		top: 150px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 170px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 280px) {
	.section-hero .lockup-wrapper {
		top: 190px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 235px) {
	.section-hero .lockup-wrapper {
		top: 220px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .lockup-wrapper {
		top: 135px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 734px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 200px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1180px) {
	.typography-hero-headline {
		font-size: 80px !important;
	}
}
@media only screen and (min-width: 850px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 66px !important;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 54px !important;
	}
}
@media only screen and (min-width: 529px) and (max-width: 590px) {
	.typography-hero-headline {
		font-size: 40px !important;
	}
}

/*Carousel Buttons*/
@media only screen and (max-width: 734px) {
	.marquee-item__cta {
		left: calc(50% - 64px);
		max-width: 94px;
	}
}

.part-wrapper {
	position: relative !important;
	left: -23px !important;
	z-index: 100 !important;
	display: block !important;
}
@media only screen and (max-width: 1069px) {
	.part-wrapper {
		position: relative !important;
		left: -13px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
@media only screen and (max-width: 734px) {
	.part-wrapper {
		position: relative !important;
		left: -11px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
.section-hero .changing-headline .part-wrapper {
	clip-path: inset(2px -230px -6px 0);
}

/* Hero */
.headline-1 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-2 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-3 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-4 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-5 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
@media only screen and (max-width: 734px) {
	.section-hero .changing-headline {
		font-size: 45px;
	}
	.headline-1 {
		font-size: 45px;
	}
	.headline-2 {
		font-size: 45px;
	}
	.headline-3 {
		font-size: 45px;
	}
	.headline-4 {
		font-size: 45px;
	}
	.headline-5 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 384px) {
	.value-props .value-props-li:nth-of-type(4) {
		line-height: 1.4;
	}
}

/*River*/
@media only screen and (max-width: 734px) {
	.marquee-item__link .marquee-item__cta {
		transform: translateY(0);
	}
	.marquee-item__link:hover .marquee-item__cta {
		transform: translateX(0) translateY(-50%);
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.marquee-item__cta {
		font-size: 11px;
	}
	.marquee-item__copy {
		max-width: 43%;
	}
}
@media only screen and (min-width: 1069px) {
	.marquee-item__copy {
		max-width: 47.33333%;
	}
}
