/* Avail messaging - Start */
.avail-messaging {
	color: #86868b;
	font-size: 17px;
	line-height: 1.2353641176;
	font-weight: 600;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
/* Avail messaging - End */

/* Hero headline fix */
@media (max-width: 734px) {
	.section-welcome .marquee {
		bottom: 30px;
	}
}

@media (min-width: 1069px) {
	.section-welcome .marquee:has(.milestone-primary) {
		padding-bottom: 80px;
	}
}

/* Chip section fix  */
@media (max-width: 734px) {
	.subsection-mx-family .family-copy {
		font-size: 20px;
	}
	.section-performance .subsection-mx-hero .mx-chip-stat {
		max-width: 19ch;
	}
	.section-performance .subsection-mx-hero .mx-copy {
		font-size: 18px;
	}
}
