/* ///////////////////////////////////////////////////////// */

/* LOCAL FIXES — START */

/* Hide hardware frame on small displays - START */

@media only screen and (max-width: 734px) {
	.overview-hw-ready-set-go.hardware-base {
		display: none;
	}
}

/* JUST GO SECTION - START */

/* SMALL VIEWPORT FIX */

@media only screen and (max-width: 734px) {
	.hardware-container-1 {
		transform: translateX(-14px);
	}
	.hardware-container-2 {
		transform: translateX(-30px);
	}
}

/* JUST GO SECTION - END */

/* Apple Wallet router fix */

.section-routers .router-items .wallet {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 734px) {
	.typography-router-headline {
		font-size: 21px;
	}
}

/* Apple Wallet router END */

/* ready set go spacing fix S viewport START */
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-setup {
		--p-height: 448px;
	}
}
/* ready set go spacing fix S viewport END */

/* LOCAL FIXES — END */

/* ///////////////////////////////////////////////////////// */
/* flexibility section */
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-flexibility {
		--p-width: 219px;
		--p-height: 448px;
	}
}
