.show-for-xsmall {
	display: none;
}

.show-for-small {
	display: none;
}

.show-for-medium {
	display: none;
}

.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-xsmall {
		display: none;
	}

	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: block;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-medium {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-xsmall {
		display: none;
	}

	.show-for-small {
		display: block;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: none;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.show-for-xsmall {
		display: block;
	}

	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: block;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.typography-headline-elevated {
		font-size: 35px;
	}
}

@media only screen and (max-width: 320px) {
	.compare-column.template-item-default {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.badge-copy {
		font-size: 15px;
	}
}

.splash-copy-disclaimer {
	font-size: 15px;
	font-weight: 500;
	color: #404040;
}

p.splash-copy-disclaimer {
	margin-top: 20px;
	font-weight: 400;
}

.page-overview .compare-table .section-pricesticky .compare-column-group {
	display: block;
}

.page-overview .compare-table .section-pricesticky .template-item-link {
	margin-top: 0.8em;
}

@media only screen and (max-width: 734px) {
	.template-buy-button .button {
		font-size: 13px;
	}
}

.page-overview .compare-table .section-pricesticky.--sticky {
	text-align: center;
}

.page-overview .compare-table .section-pricesticky .compare-column-group {
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.page-overview .compare-table .section-pricesticky .compare-column-group {
		align-items: center;
	}
}
