/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 12:14:21 */
.wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75em 1em;
	max-width: 600px;
	margin-bottom: 2em;
}

.wpcf7-text, .wpcf7-textarea {
	padding: 0.5em 1em;
	border: 1px solid black;
	border-radius: unset;
	font-family: Overpass;
	font-size: 1em;
	width: 100%;
}
.wpcf7-textarea {
	margin-bottom: 2em;
}

.xffields p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em;
	margin-bottom: 2em;
}

.wpcf7-submit {
	background-color: unset;
	color: black;
	font-family: Overpass;
	font-size: 1em;
	border: 1px solid black;
	padding: 0.5em 1em;
	transition: background-color 200ms;
	margin-top: 2em;
	&:not([disabled]):hover {
		background-color: #009ca4;
		cursor: pointer;
	}
}