/* Local Overrides */

/* DP */
.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

.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;
}

#custom_max-width {
	max-width: 85%;
	flex-basis: auto;
}

.custom_xs-show {
	display: none;
}

.custom_small-show {
	display: none;
}

@media (max-width: 355px) {
	.custom_xs-show {
		display: block;
	}
	#ac-localnav {
		height: 70px;
	}
}

@media (max-width: 475px) {
	.custom_small-show {
		display: block;
	}
	#custom_max-width {
		max-width: 98%;
	}
}
