.contact-shell {
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.contact-hero {
	overflow: hidden;
	position: relative;
}

.contact-hero__background,
.contact-hero__overlay,
.contact-hero__pattern {
	inset: 0;
	position: absolute;
}

.contact-hero__background {
	background: #0f56a4;
}

.contact-hero__background-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact-hero__overlay {
	background: rgba(0, 0, 0, 0.8);
}

.contact-hero__pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.04;
}

.contact-hero__row {
	min-height: 660px;
	padding: 115px 0 114px;
	position: relative;
	z-index: 1;
}

.contact-hero__copy {
	max-width: 530px;
	padding-top: 40px;
}

.contact-hero__eyebrow {
	align-items: center;
	color: #fafafa;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 16px;
}

.contact-hero__home-link {
	color: inherit;
	display: inline-flex;
	text-decoration: none;
}

.contact-hero__home-link:hover {
	color: inherit;
	opacity: 0.85;
}

.contact-hero__home-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.contact-hero__arrow-icon {
	display: inline-flex;
	height: 16px;
	width: 16px;
}

.contact-hero__home-icon svg,
.contact-hero__arrow-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.contact-hero__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.contact-hero__description,
.contact-hero__description p {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.contact-hero__description p {
	margin: 0;
}

.contact-hero__form-card {
	backdrop-filter: blur(50px);
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	max-width: 100%;
	min-height: 431px;
	padding: 20px;
	width: 100%;
}

.contact-hero__form-placeholder {
	border: 1px dashed rgba(15, 86, 164, 0.3);
	border-radius: 12px;
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 24px;
}

.contact-hero__form-placeholder p {
	margin: 0;
}

.contact-hero__form-card .wpcf7 {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
}

.contact-hero__form-card br {
	display: none;
}

.contact-hero__form-card .wpcf7 form {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
}

.contact-hero__form-card .wpcf7 form>p {
	margin: 0;
}

.contact-hero__form-card .wpcf7-form-control-wrap {
	display: block;
}

.contact-hero__form-card p span:nth-of-type(1),
.contact-hero__form-card p span:nth-of-type(2) {
	margin-bottom: 16px;
}

.contact-hero__form-card .wpcf7-form-control:not(.wpcf7-submit) {
	backdrop-filter: blur(50px);
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	box-shadow: none;
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	min-height: 59px;
	padding: 16px 20px;
	width: 100%;
}

.contact-hero__form-card .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
	color: #0d0d0d;
	opacity: 1;
}

.contact-hero__form-card textarea.wpcf7-form-control {
	height: 161px;
	min-height: 161px;
	resize: none;
}

.contact-hero__form-card .contact-form-layout {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-hero__form-card .contact-form-layout p {
	margin: 0;
}

.contact-hero__form-card .contact-form-layout__actions {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	justify-content: flex-end;
	min-height: 64px;
	width: 100%;
}

.contact-hero__form-card .contact-form-layout__actions p {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	width: 100%;
}

.contact-hero__form-card .wpcf7-submit {
	align-self: flex-end;
	background: #e87407;
	border: 0;
	border-radius: 4px;
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 64px;
	line-height: 1.5;
	min-width: 133px;
	padding: 20px 24px;
	text-transform: uppercase;
}

.contact-hero__form-card .wpcf7-spinner,
.contact-hero__form-card .wpcf7-not-valid-tip,
.contact-hero__form-card .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.contact-email {
	background: #fff;
	padding: 120px 0;
}

.contact-email__header {
	margin-bottom: 60px;
}

.contact-email__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.contact-email__description {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.contact-email__card {
	align-items: center;
	background: rgba(15, 86, 164, 0.1);
	border: 2px solid rgba(15, 86, 164, 0.2);
	border-radius: 6px;
	color: #0f56a4;
	display: flex;
	justify-content: space-between;
	min-height: 80px;
	padding: 16px;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.contact-email__card:hover {
	background: rgba(15, 86, 164, 0.14);
	border-color: rgba(15, 86, 164, 0.3);
	color: #0f56a4;
	transform: translateY(-1px);
}

.contact-email__card-title {
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.contact-email__card-icon {
	display: inline-flex;
	height: 32px;
	width: 32px;
}

.contact-email__card-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.contact-shell {
		padding-left: 24px;
		padding-right: 24px;
	}

	.contact-hero__row {
		gap: 32px 0;
		padding: 96px 0;
	}

	.contact-hero__copy {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.contact-hero__row {
		min-height: auto;
		padding: 80px 0;
	}

	.contact-email {
		padding: 96px 0;
	}
}

@media (max-width: 767.98px) {
	.contact-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	.contact-hero__row {
		padding: 64px 0;
	}

	.contact-hero__title,
	.contact-email__title {
		font-size: 36px;
		letter-spacing: -1.08px;
	}

	.contact-hero__description,
	.contact-hero__description p {
		font-size: 16px;
	}

	.contact-email {
		padding: 72px 0;
	}

	.contact-email__header {
		margin-bottom: 40px;
	}

	.contact-email__description {
		font-size: 18px;
	}

	.contact-email__card-title {
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	.contact-shell {
		padding-left: 0px;
		padding-right: 0px;
	}
}