/*------------------------------------*\
  LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
}
@media only screen and (max-width: 734px) {
}
@media only screen and (min-width: 1441px) {
	.section-welcome .welcome-content {
		padding-top: 289px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-welcome .welcome-content {
		padding-top: 237px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-welcome .welcome-content {
		min-height: 698px;
		padding-top: 211px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 734px) {
	.section-welcome .welcome-content {
		min-height: 424px;
		padding-top: 121px;
	}
}

@media only screen and (max-width: 480px) {
	.section-welcome .welcome-content {
		padding-top: 81px;
	}
}

.section-welcome .marquee .viewport-content {
	width: 100%;
}

.section-contrast .product-tile-set .product-tile:first-child .product-tile-ctas-stacked {
	margin-top: 50px;
	margin-bottom: 42px;
}

br.xs-small {
	display: none;
}
@media only screen and (max-width: 573px) and (min-width: 424px) {
	br.xs-small {
		display: block;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-values .values-list .values-grid-subitems.values-subitem-2 {
		margin-top: 13px;
	}
}

.section-apple-intelligence {
	padding-top: 0;
}

.section-welcome .welcome-content-container .welcome-content .welcome-headline-container {
	display: none;
}

.section-apple-intelligence .copy-disclaimer {
	margin-top: 20px;
	color: #86868b;
	font-weight: 600;
}

/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section.section-upgrade .inline-compare-wrap {
	padding-bottom: 80px;
}
@media only screen and (max-width: 1068px) {
	.section.section-upgrade .inline-compare-wrap {
		padding-bottom: 72px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-upgrade .inline-compare-wrap {
		padding-bottom: 48px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
