/* Local Overrides */

/* Local Nav */
@media screen and (min-width: 834px) and (max-width: 915px) {
	#ac-localnav .ac-ln-title {
		margin: 0;
	}
}

@media screen and (min-width: 834px) and (max-width: 915px) {
	.custom-br-headline {
		display: block;
	}
}

/* Services section */
@media only screen and (min-width: 1069px) {
	#services > div {
		padding-bottom: 75px;
	}
}

@media only screen and (max-width: 1068px) {
	#services > div {
		padding-bottom: 45px;
	}
}

@media only screen and (min-width: 1069px) {
	#tco
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		padding-left: 50px;
	}
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-copy {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#tco
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		padding-left: 50px;
	}
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-copy {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 734px) {
	#deployment
		> div
		> section.modal-content-footer
		> div
		> div.modal-content-footer-stat
		> span.stat-em {
		font-size: 90px;
	}
}

/* safari quote */

blockquote {
	quotes: "“" "”";
}

/* Overlapping text in ecosistema Apple */
@media (max-width: 1068px) {
	.overview-innovation-ecosystem {
		--p-height: 400px;
	}
}

@media only screen and (min-width: 735px) {
	.section-innovation .tile-ecosystem .tile-content {
		padding-right: 30px;
	}
}
