/*		Fix btn bug of sfpro fonts		*/
.section-contrast .aap-text-icon-control .icon {
  position: absolute;
}

.section-battery .staggered-end .stat-value-hs {
	font-size: 40px;
}

@media only screen and (max-width: 1068px) {
	.section-battery .staggered-end .stat-value-hs {
		font-size: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-battery .staggered-end .stat-value-hs {
		font-size: 32px;
	}
}

.section-health .viewport-content {
	padding-bottom: 60px;
}

@media only screen and (max-width: 734px) {
	.section-health .viewport-content {
		padding-bottom: 55px;
	}
}

@media only screen and (min-width: 1084px) and (max-width: 1350px) {
.medium-pin-top-center .pin-offset {
		width: 313px !important;
	}
}

.section-welcome .marquee-header {
	bottom: 25px;
}

@media only screen and (max-width: 734px) {
	.section-welcome .marquee-header {
		bottom: 0;
	}
}