/*Local Fixes*/
@media only screen and (min-width: 1069px) {
	.section-value-props .offer {
		padding: 34px;
	}
}

/*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 (max-width: 374px) {
	.typography-hero-headline {
		font-size: 44px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .changing-headline .part-wrapper {
		-webkit-clip-path: inset(2px -200px -6px -130px);
		clip-path: inset(2px -200px -6px -130px);
	}

	.section-hero .changing-headline .headline-part {
		left: 50%;
		transform: translate(-50%, 1.15em);
	}

	.section-hero .changing-headline.show-headline-1 .headline-1 {
		transform: translate(-50%, 0);
	}

	.section-hero .changing-headline.show-headline-1.hide-headline-1 .headline-1 {
		transform: translate(-50%, -1.15em);
	}

	.section-hero .changing-headline.show-headline-2 .headline-2 {
		transform: translate(-50%, 0);
	}

	.section-hero .changing-headline.show-headline-2.hide-headline-2 .headline-2 {
		transform: translate(-50%, -1.15em);
	}

	.section-hero .changing-headline.show-headline-3 .headline-3 {
		transform: translate(-50%, 0);
	}

	.section-hero .changing-headline.show-headline-3.hide-headline-3 .headline-3 {
		transform: translate(-50%, -1.15em);
	}

	.section-hero .changing-headline.show-headline-4 .headline-4 {
		transform: translate(-50%, 0);
	}

	.section-hero .changing-headline.show-headline-4.hide-headline-4 .headline-4 {
		transform: translate(-50%, -1.15em);
	}

	.section-hero .changing-headline.show-headline-5 .headline-5 {
		transform: translate(-50%, 0);
	}

	.section-hero .changing-headline.show-headline-5.hide-headline-5 .headline-5 {
		transform: translateY(-1.15em);
	}
}

.section-value-props .value-props-li:last-child {
	line-height: 1.525;
}

@media only screen and (min-width: 1069px) {
	.section-value-props .offers.row {
		align-items: flex-end;
	}
}

@media only screen and (max-width: 734px) {
	.typography-value-prop {
		font-size: 30px;
	}

	.cta-wrapper .controls {
		right: 12px;
	}
}

@media only screen and (max-width: 374px) {
	.featured-games-gallery .gallery-headline {
		font-size: 29px;
	}
}

.section-devices .section-copy {
	margin-top: 20px;
}

@media only screen and (max-width: 734px) {
	.section-devices .section-copy {
		margin-top: 20px;
	}
}

.section-hero .cta-wrapper {
	margin-top: 30px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .cta-wrapper {
		margin-top: 26px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .cta-wrapper {
		margin-top: 23px;
	}
}

.nav-break {
	display: none;
}

@media only screen and (max-width: 374px) {
	.nav-break {
		display: block;
	}

	#ac-localnav {
		height: 62px;
	}

	#ac-localnav .ac-ln-title {
		margin: 19px 0 -12px;
	}

	#ac-localnav .ac-ln-action-menucta {
		margin-top: 6px;
	}

	#ac-localnav .ac-ln-button {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.marquee-item__cta {
	white-space: normal;
	max-width: 110px;
}

@media only screen and (max-width: 1068px) {
	.marquee-item__cta {
		max-width: 90px;
	}
}

@media only screen and (max-width: 734px) {
	.marquee-item__cta {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
