.contact-guide {
	position: relative;
	width: 1000px;
	max-width: 100%;
	padding: 70px 0;
	margin: 0 auto 80px;
}

.contact-guide::before,
.contact-guide::after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 1px;
	content: "";
	background-image: linear-gradient(90deg, var(--primary-color, #009959) 0, var(--primary-color, #009959) 15%, #cfcfcf 15%, #cfcfcf 100%);
}

.contact-guide::before {
	top: 0;
}

.contact-guide::after {
	bottom: 0;
}

.contact-guide__header {
	margin-bottom: 34px;
	text-align: center;
}

.contact-guide__eyebrow {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: inherit;
}

.contact-guide__title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}

.contact-guide__lead {
	font-size: 15px;
	line-height: 1.8;
}

.contact-guide__cta {
	display: flex;
	justify-content: center;
}

.contact-guide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	min-height: 56px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--primary-color, #009959);
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid var(--primary-color, #009959);
	transition: opacity .3s ease-out;
}

.contact-guide__button:hover {
	opacity: .7;
}

.contact-guide__button--primary {
	color: #fff;
	background-color: #a5a561;
	border-color: #a5a561;
}

.contact-guide__cta .contact-guide__button {
	min-width: 380px;
	min-height: 72px;
	padding: 16px 36px;
	font-size: 17px;
}

.contact-form-section {
	scroll-margin-top: 30px;
}

.page-contact .contact-pre::before {
	content: none;
}

.page-contact .contact-pre {
	padding-top: 25px;
}

.contact-form-section__title {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 959px) {
	.contact-guide {
		padding: 44px 0;
		margin-bottom: 50px;
	}

	.contact-guide__header {
		margin-bottom: 24px;
	}

	.contact-guide__title {
		font-size: 24px;
	}

	.contact-guide__lead {
		font-size: 14px;
	}

	.contact-guide__button {
		width: 100%;
		min-width: 0;
		min-height: 52px;
	}

	.contact-guide__cta .contact-guide__button {
		min-width: 0;
		min-height: 64px;
		padding: 14px 24px;
		font-size: 16px;
	}

	.contact-form-section__title {
		margin-bottom: 25px;
		font-size: 24px;
	}

	.page-contact .contact-pre {
		padding-top: 20px;
	}
}
