@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Thin-BF6438cc57e2011.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-ExtraLight-BF6438cc581502c.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Light-BF6438cc5702321.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Regular-BF6438cc579d934.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Medium-BF6438cc57ddecd.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-SemiBold-BF6438cc57db2ff.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Bold-BF6438cc577b524.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-ExtraBold-BF6438cc5761ae2.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Nohemi";
	src: url("../fonts/Nohemi-Black-BF6438cc565e67b.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Nohemi", Arial, sans-serif;
}

.font-nohemi {
	font-family: "Nohemi", Arial, sans-serif;
}

.font-nohemi-thin {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 100;
}

.font-nohemi-extralight {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 200;
}

.font-nohemi-light {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 300;
}

.font-nohemi-regular {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 400;
}

.font-nohemi-medium {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 500;
}

.font-nohemi-semibold {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 600;
}

.font-nohemi-bold {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 700;
}

.font-nohemi-extrabold {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 800;
}

.font-nohemi-black {
	font-family: "Nohemi", Arial, sans-serif;
	font-weight: 900;
}

.site-contact-footer {
	background-color: #005D4A;
	background-image: url("../images/footer-background.png");
	background-size: 88% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	min-height: 867px;
	padding: clamp(55px, 5vw, 70px) clamp(24px, 6vw, 115px) clamp(70px, 7vw, 100px);
	color: #fff;
}

.site-contact-footer,
.site-contact-footer *,
.site-contact-footer *::before,
.site-contact-footer *::after {
	box-sizing: border-box;
}

.site-contact-footer__heading {
	position: relative;
	z-index: 2;
	margin: 0 0 clamp(28px, 3vw, 42px);
	text-align: center;
	font-size: clamp(26px, 2.1vw, 30px);
	line-height: 1.2;
	font-family: "Nohemi", Arial, sans-serif;
	color: #E5E5EA;
}

.site-contact-footer__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	justify-content: center;
	align-items: start;
	gap: clamp(32px, 3.2vw, 45px);
	max-width: 1340px;
	margin: 0 auto;
}

.site-contact-footer__details,
.site-contact-footer__form-wrap,
.site-contact-footer__cf7 {
	min-width: 0;
}

.site-contact-footer__details {
	padding-top: 19px;
}

.site-contact-footer__map {
	width: 100%;
	height: clamp(260px, 21vw, 305px);
	background: #e5e7eb;
}

.site-contact-footer__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.site-contact-footer__address {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 18px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0px;
	font-family: "Nohemi", Arial, sans-serif;
	overflow-wrap: anywhere;
}

.site-contact-footer__address a {
	color: inherit;
	text-decoration: underline;
}

.site-contact-footer__address a.no-underline {
	text-decoration: none;
}

.site-contact-footer__cf7 form,
.site-contact-footer__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 23px;
	font-family: "Nohemi", Arial, sans-serif;
}

.footer-form-field {
	display: flex;
	flex-direction: column;
}

.site-contact-footer__cf7 .wpcf7-form-control-wrap {
	display: block;
}

.footer-form-field--full,
.footer-form-actions {
	grid-column: 1 / -1;
}

.footer-form-field label {
	margin-bottom: 1px;
	font-size: 20px;
	line-height: 1.2;
	color: #E5E5EA;
	font-weight: 400;
}

.footer-form-field input,
.footer-form-field textarea,
.site-contact-footer__cf7 input:not([type="submit"]),
.site-contact-footer__cf7 textarea {
	display: block;
	max-width: 100%;
	width: 100%;
	border: 0;
	border-radius: 11px;
	outline: 0;
	background: #e7e7ed;
	color: #303038;
	font: inherit;
}

.footer-form-field input,
.site-contact-footer__cf7 input:not([type="submit"]) {
	height: 62px;
	padding: 0 18px;
}

.footer-form-field textarea,
.site-contact-footer__cf7 textarea {
	min-height: 214px;
	height: 140px;
	padding: 16px 18px;
	resize: vertical;
}

.footer-form-field input:focus,
.footer-form-field textarea:focus,
.site-contact-footer__cf7 input:not([type="submit"]):focus,
.site-contact-footer__cf7 textarea:focus {
	box-shadow: 0 0 0 3px #f4a0c5;
}

.footer-form-actions {
	display: flex;
	justify-content: flex-end;
}

.footer-form-actions button,
.site-contact-footer__cf7 input[type="submit"] {
	border: 0;
	border-radius: 999px;
	padding: 5px 25px;
	background: #f49ac0;
	color: #313139;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.footer-form-actions button:hover,
.footer-form-actions button:focus-visible,
.site-contact-footer__cf7 input[type="submit"]:hover,
.site-contact-footer__cf7 input[type="submit"]:focus-visible {
	background: #fff;
}

.site-contact-footer__cf7 .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #f8bfd7;
	font-size: 14px;
}

.site-contact-footer__cf7 .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0;
}

.site-contact-footer__cf7 .wpcf7-spinner {
	margin: 0 0px;
	display: none;
}

/* .footer-arches {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.footer-arch {
	position: absolute;
	width: 47px;
	height: 30px;
	overflow: hidden;
}

.footer-arch::before {
	content: "";
	position: absolute;
	inset: 0 0 -17px;
	border: 14px solid currentColor;
	border-radius: 50% 50% 0 0;
} */

/* .footer-arch--1 { top: 16%; left: 5%; color: #00a887; }
.footer-arch--2 { top: 40%; left: 2%; color: #afa7b9; }
.footer-arch--3 { top: 57%; left: 4%; color: #a8d9d2; }
.footer-arch--4 { top: 67%; left: 2%; color: #00a887; }
.footer-arch--5 { bottom: 10%; left: 3%; color: #a8d9d2; }
.footer-arch--6 { bottom: 2%; left: 2%; color: #afa7b9; }
.footer-arch--7 { bottom: 1%; left: 10%; color: #90c9bc; }
.footer-arch--8 { bottom: 8%; left: 16%; color: #acd8cf; }
.footer-arch--9 { bottom: 11%; left: 23%; color: #4d72ad; }
.footer-arch--10 { bottom: 2%; left: 26%; color: #a8d9d2; }
.footer-arch--11 { bottom: 11%; right: 32%; color: #4d72ad; }
.footer-arch--12 { bottom: 3%; right: 22%; color: #a8d9d2; }
.footer-arch--13 { bottom: 16%; right: 24%; color: #91cbc2; }
.footer-arch--14 { bottom: 2%; right: 14%; color: #00a887; }
.footer-arch--15 { bottom: 10%; right: 7%; color: #afa7b9; }
.footer-arch--16 { bottom: 4%; right: 2%; color: #5577c3; } */

@media (max-width: 1200px) {
	.site-contact-footer {
		background-size: 115% auto;
		background-position: center bottom;
		min-height: 0;
		padding-inline: clamp(40px, 6vw, 72px);
	}

	.site-contact-footer__inner {
		grid-template-columns: 1fr;
		gap: 42px;
		max-width: 760px;
	}

	.site-contact-footer__details {
		padding-top: 0;
	}

	.site-contact-footer__map {
		height: clamp(280px, 45vw, 380px);
	}
}

@media (max-width: 700px) {
	.site-contact-footer {
		background-size: 165% auto;
		padding: 50px clamp(20px, 6vw, 32px) 70px;
	}

	.site-contact-footer__heading {
		margin-bottom: 30px;
	}

	.site-contact-footer__inner {
		gap: 34px;
	}

	.site-contact-footer__map {
		height: clamp(230px, 65vw, 320px);
	}

	.site-contact-footer__cf7 form,
	.site-contact-footer__form {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.footer-form-field,
	.footer-form-field--full,
	.footer-form-actions {
		grid-column: 1;
	}

	.site-contact-footer__address {
		font-size: 16px;
	}

	.footer-form-field label {
		font-size: 18px;
	}

	.footer-form-field input,
	.site-contact-footer__cf7 input:not([type="submit"]) {
		height: 56px;
	}

	.footer-form-field textarea,
	.site-contact-footer__cf7 textarea {
		min-height: 180px;
	}
}

@media (max-width: 420px) {
	.site-contact-footer {
		background-size: 190% auto;
		padding-inline: 18px;
	}

	.site-contact-footer__map {
		height: 220px;
	}

	.site-contact-footer__address {
		font-size: 15px;
	}

	.footer-form-actions,
	.site-contact-footer__cf7 input[type="submit"] {
		width: 100%;
	}
}
