.gform_validation_errors {
	display: none !important;
}

#site-content label,
#site-footer label {
	display: block;
	font-size: calc(var(--wp--preset--font-size--caption) * 0.9);
	font-family: var(--wp--preset--font-family--stevie-sans);
	line-height: 110%; /* 11px */
	letter-spacing: 0.5px;
	color: var(--wp--preset--color--charcoal);
	color: #6e7879;
	margin-bottom: 6px;
	font-weight: 300;
}

#site-content input,
#site-content select,
#site-content textarea,
#site-footer input,
#site-footer select,
#site-footer textarea {
	display: block;
	border: 1px solid var(--wp--preset--color--turquoise);
	border-radius: 5px;
	padding: 12px 18px;
	background-color: var(--wp--preset--color--warm-linen);
	color: var(--wp--preset--color--teal);
	font-size: var(--wp--preset--font-size--caption);
	font-family: var(--wp--preset--font-family--aesthetico-formal);
	min-height: 35px;
}

#site-content select,
#site-footer select {
	appearance: none;
	background-position: calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Crect x='23.7633' y='0.500977' width='23.25' height='23.25' rx='11.625' transform='rotate(90 23.7633 0.500977)' stroke='%23FFD76D' stroke-width='0.75'/%3E%3Cpath d='M9.13831 12.8916L12.1383 15.8916M12.1383 15.8916L15.1383 12.8916M12.1383 15.8916L12.1383 8.35986' stroke='%23003F48' stroke-width='0.75' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#site-content textarea,
#site-footer textarea {
	min-height: 150px;
	resize: vertical;
	border-radius: 5px;
	color: var(--wp--preset--color--teal);
	border: 1px solid var(--wp--preset--color--turquoise);
}

#site-content button[type='submit'],
#site-footer button[type='submit'] {
	cursor: pointer;
	background-color: var(--wp--preset--color--warm-linen);
	border-radius: 100px;
	border-color: var(--wp--preset--color--trust-blue);
	border-width: 0px;
	border-style: solid;
	color: var(--wp--preset--color--teal);
	font-family: inherit;
	font-size: clamp(14px, calc(14px + ((1vw - 4px) * 0.5)), 18px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.1;
	padding-top: clamp(10px, calc(10px + ((1vw - 4px) * 0.167)), 12px);
	padding-right: clamp(16px, calc(16px + ((1vw - 4px) * 0.333)), 20px);
	padding-bottom: clamp(10px, calc(10px + ((1vw - 4px) * 0.167)), 12px);
	padding-left: clamp(10px, calc(10px + ((1vw - 4px) * 0.167)), 12px);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
}

#site-footer button[type='submit'] {
	background-color: transparent;
}

#site-content button[type='submit'] svg,
#site-footer button[type='submit'] svg {
	flex-shrink: 0;
	position: relative;
	top: -2px;
}
