.section-recycled-guts.card .card-picture-container.animation-activated .card-picture-sprite {
	animation: go-lineup var(--animation-duration) steps(2) forwards;
}
.section-recycled-guts.card .card-picture-sprite {
	height: 100%;
	width: 3090px;
	display: flex;
}
@media only screen and (max-width: 1068px) {
	.section-recycled-guts.card .card-picture-sprite {
		width: 2442px;
	}
}
@media only screen and (max-width: 734px) {
	.section-recycled-guts.card .card-picture-sprite {
		width: 1170px;
	}
}

.section-recycled-guts.card .card-picture-container {
	--sprite-travel-distance: -2060px;
}
@media only screen and (max-width: 1068px) {
	.section-recycled-guts.card .card-picture-container {
		--sprite-travel-distance: -1628px;
	}
}
@media only screen and (max-width: 734px) {
	.section-recycled-guts.card .card-picture-container {
		--sprite-travel-distance: -780px;
	}
}

/*start: has a plan*/
.section-hero .hero-plan .plan-copy {
	max-width: 28ch;
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan .plan-copy {
		max-width: 22ch;
	}
}
/*end: has a plan*/
