.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2539 .elementor-element.elementor-element-70cdfbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}html, body{overflow-x:auto;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-43af8c1 */.bfg-search-card {
	width: min(100%, 900px);
	margin: 40px auto 80px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #dfe5df;
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(41, 78, 54, 0.12);
}

.bfg-search-card__intro {
	margin-bottom: 24px;
	text-align: center;
}

.bfg-search-card__intro h1 {
	margin: 0 0 8px;
	color: #2f6844;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.1;
}

.bfg-search-card__intro p {
	margin: 0;
	color: #5f6d63;
	font-size: 17px;
	line-height: 1.5;
}

.bfg-search-page-form {
	margin: 0;
}

.bfg-search-page-form__field {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	overflow: hidden;
	background: #fff;
	border: 2px solid #cfd8d1;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(41, 78, 54, 0.08);
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.bfg-search-page-form__field:focus-within {
	border-color: #2f6844;
	box-shadow: 0 0 0 4px rgba(47, 104, 68, 0.12);
}

.bfg-search-page-form__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 18px;
	color: #2f6844;
}

.bfg-search-page-form__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bfg-search-page-form input[type="search"] {
	width: 100%;
	min-height: 58px;
	padding: 0 18px;
	color: #253c2c;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 17px;
}

.bfg-search-page-form input[type="search"]:focus {
	outline: 0;
	box-shadow: none;
}

.bfg-search-page-form input[type="search"]::placeholder {
	color: #8a958d;
	opacity: 1;
}

.bfg-search-page-form button {
	align-self: stretch;
	min-width: 130px;
	margin: 0;
	padding: 0 28px;
	color: #fff;
	background: #2f6844;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 600;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.bfg-search-page-form button:hover,
.bfg-search-page-form button:focus {
	background: #244f35;
	color: #fff;
}

.bfg-search-page-form button:active {
	transform: translateY(1px);
}

@media (max-width: 767px) {
	.bfg-search-card {
		margin: 24px auto 50px;
		padding: 28px 20px;
	}

	.bfg-search-page-form__field {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.bfg-search-page-form button {
		grid-column: 1 / -1;
		min-height: 52px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
}/* End custom CSS */