/* Local Overrides */

.custom_cta {
	visibility: hidden;
}

.section-welcome .marquee-detail {
	padding: 0;
}

.custom_hide {
	display: none !important;
}

.custom_centering {
	justify-content: center;
}

.custom_padding {
	padding-bottom: 116px;
}

@media (max-width: 1068px) {
	.custom_padding {
		padding-bottom: 87px;
	}
}

@media (max-width: 734px) {
	.custom_padding {
		padding-bottom: 52px;
	}
}

.custom_card-disclaimer {
	margin-block-start: 1.3em;
	font-size: 0.7em;
}

@media (max-width: 330px) {
	.custom_xs-hide {
		display: none;
	}
	.custom_xs-show {
		display: block;
	}
}

.custom_width {
	max-width: 90%;
	flex-basis: auto;
}

@media (min-width: 735px) {
	.section-contrast .section-header .section-header-headline {
		max-width: 85%;
	}
}

/* security */
@media (max-width: 349px) {
	/* copy overlap */
	.section-safety
		.section-intro-lifestyle
		.section-intro-content-safety
		.typography-section-intro-headline {
		font-size: 42px;
	}
}
