/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 14:22:49 */
.gform_required_legend,
.gform_description:empty {
	display: none !important;
}
.gfield_description,
.gform_submission_error {
	text-wrap: balance;
}
body:not(#_):not(#_) .gform-theme, body:not(#_):not(#_) [data-parent-form] {
	--gf-color-primary-rgb: 96, 144, 71 !important;
	--gf-color-primary: var(--tw-color-green) !important;
	--gf-color-primary-darker: #7daf64 !important;
	--gf-color-primary-lighter: #46722f !important;
	
	--gf-color-in-ctrl-primary: var(--tw-color-green) !important;
	--gf-color-in-ctrl-primary-darker: #7daf64 !important;
	--gf-color-in-ctrl-primary-lighter: #46722f !important;
	
	--gf-radius: 5px !important;
}

.gform-theme--api, .gform-theme--framework {
	--gf-font-weight-secondary: 400;
	--gf-ctrl-btn-font-weight: 700;
	--gf-ctrl-btn-font-family: "Montserrat", sans-serif;
	--gf-ctrl-btn-font-size-md: 15px;
	--gf-ctrl-btn-padding-x-md: 20px;
	--gf-ctrl-size-md: 39px;
	--gf-form-gap-x: 20px;
	--gf-form-gap-y: 20px;
}