.df-cta {
	background: #fff;
	font-family: "ChangAnunitype", sans-serif;
}

.df-cta__inner {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 var(--df-section-x, 1.5rem) var(--df-section-y, 4rem);
}

body.df-detailing-page--pdr .df-cta__inner {
	padding-top: var(--df-section-y, 4rem);
}

.df-cta__btn,
body.df-detailing-page .df-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17.5rem;
	padding: 0.75rem 2.5rem;
	background-color: transparent !important;
	color: #1174D0 !important;
	fill: #1174D0;
	font-family: "ChangAnunitype", sans-serif;
	font-size: var(--df-fs-btn, 1.25rem);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: 2px solid #1174D0 !important;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.df-cta__btn:hover,
.df-cta__btn:focus,
body.df-detailing-page .df-cta__btn:hover,
body.df-detailing-page .df-cta__btn:focus {
	background-color: #1174D0 !important;
	border-color: #1174D0 !important;
	color: #fff !important;
	fill: #fff;
	text-decoration: none;
}

body.df-detailing-page .df-hero__btn,
body.df-detailing-page .df-btn.df-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17.5rem;
	padding: 0.75rem 2.5rem;
	background-color: #1174D0 !important;
	color: #fff !important;
	font-family: "ChangAnunitype", sans-serif;
	font-size: var(--df-fs-btn, 1.25rem);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: 2px solid #1174D0 !important;
	border-radius: 30px !important;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

body.df-detailing-page .df-hero__btn:hover,
body.df-detailing-page .df-hero__btn:focus,
body.df-detailing-page .df-btn.df-hero__btn:hover,
body.df-detailing-page .df-btn.df-hero__btn:focus {
	background-color: transparent !important;
	border-color: #1174D0 !important;
	color: #1174D0 !important;
	text-decoration: none;
}

@media (max-width: 767px) {
	.df-cta__btn,
	body.df-detailing-page .df-cta__btn,
	body.df-detailing-page .df-hero__btn,
	body.df-detailing-page .df-btn.df-hero__btn {
		width: 100%;
		max-width: 20rem;
		min-width: 0;
		padding: 0.75rem 1.5rem;
		font-size: 1.125rem;
	}
}
