/*Local overrides*/
/*Hero*/
.typography-hero-headline {
	line-height: 0.8;
}
/*trade-in*/
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-routers .grid-item-trade-in .tile-content {
		flex-direction: column;
	}
	.section-routers .grid-item-trade-in .copy-container {
		max-width: 480px;
	}
	.section-routers .grid-item-trade-in .tradein-watch {
		align-self: center;
	}
}

@media only screen and (min-width: 1069px) {
	.section-design-more .tough-features {
		grid-template-columns: 238px 190px auto;
	}
}

.nowrap {
	white-space: nowrap;
}
