@charset "utf-8";

a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.15s linear;
	border: 1px solid #f4aa2d;
	background-color: #f4aa2d;
	color: #fff;
	padding: 1em 2em;
	white-space: nowrap;
	border-radius: 9999px;
}
a.btn:hover {
	background-color: #fff;
	color: #f4aa2d;
}
a.btn.xl {
	padding: 0.75em 3em;
	font-size: 1.25rem;
	font-weight: 600;
}

a.phone {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
a.phone svg#phone {
	height: auto;
	width: 20px;
	margin-right: 12px;
	fill: currentColor;
}

@media screen and (max-width: 568px) {
	a.btn {
		padding: 1em;
	}
	a.btn.xl {
		font-size: 1.1rem;
	}
	a.phone {
		font-size: 1.5rem;
	}
}
