.section-safety .section-intro .gradient-headline-container {
    width: 419px;
}

.section-welcome .header-headline {
    width: max-content;
}

@media only screen and (max-width: 1068px) {
    .section-welcome .header-headline {
        width: fit-content;
    }
}

@media only screen and (max-width: 734px) {
    .section-welcome .header-headline {
        width: fit-content;
    }
}

/* hero标题 */
.headline-beat {
    white-space: nowrap;
}



.section-on-the-go .l-p,
.section-awfyk .l-p {
    background-clip: inherit;
    background-image: inherit;
    --gradient-stop-1: inherit;
    --gradient-stop-2: inherit;
    color: inherit;
}

.icon.aap-text-icon-control__icon {
    position: absolute !important;
}

html.no-enhanced .section-welcome .header-headline .gradient-wrapper {
    -webkit-background-clip: text !important;
}

.section-fitness .hero-media-container {
    margin-inline-start: -5.2em;
}

@media only screen and (max-width: 734px) {
    .section-fitness .hero-media-container {
        margin-inline-start: -3.2em;
    }
}

.section-so-much-to-love .stat-content-hs {
	font-size: 48px;
}

@media only screen and (max-width: 1068px) {
	.section-so-much-to-love .stat-content-hs {
		font-size: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-so-much-to-love .stat-content-hs {
		font-size: 28px;
	}
}