@media screen and (min-width: 735px) {
	.section-savings .savings-gallery .item-container {
		width: 99.5%;
		box-sizing: border-box;
		grid-template-columns: 1fr 1fr;
	}

	.section-savings .savings-gallery .gallery-item {
		width: 100%;
	}
}

html.text-zoom .section-savings .savings-gallery .item-container {
	grid-template-columns: 1fr;
}

.section-bts-banner {
	padding-top: 120px;
}

html.reduced-motion .section-bts-banner {
	padding-top: 120px;
}

@media (max-width: 1068px) {
	html.reduced-motion .section-bts-banner {
		padding-top: 100px;
	}
}

@media (max-width: 734px) {
	html.reduced-motion .section-bts-banner {
		padding-top: 70px;
	}
}

.section.section-savings .footnote.footnote-supglyph a {
	text-underline-offset: 0.22em !important;
}
