/*# sourceMappingURL=block-contact-form-under-header.css.map */

.block-contact-form-under-header {
	background-color: var(--bgColor);
}

.block-contact-form-under-header__inner {
	margin: auto;
	padding: 60px 50px;
	max-width: 1300px;
}

@media (max-width: 1280px) {
	.block-contact-form-under-header__inner {
		padding: 75px 50px 55px 50px;
	}
}

@media (max-width: 768px) {
	.block-contact-form-under-header__inner {
		padding: 55px 30px 55px 30px;
	}
}

.block-contact-form-under-header__inner .title {
	font-size: 58px;
	font-size: 3.625rem;
	line-height: 55px;
	line-height: 3.4375rem;
	letter-spacing: -1px;
	text-align: center;
	color: var(--text);
	font-weight: bold;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.block-contact-form-under-header__inner .title {
		font-size: 35px;
		letter-spacing: -1px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
}

.block-contact-form-under-header__inner form fieldset {
	flex: 1 0 100% !important;
}

.block-contact-form-under-header__inner form fieldset input {
	width: 100% !important;
}

.block-contact-form-under-header__inner .gform_wrapper {
	margin: 0 auto 0 auto;
}

.block-contact-form-under-header__inner .gform_wrapper .gform-body {
	margin-bottom: 30px;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: transparent;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield {
	background: transparent;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield:not(.gfield--type-honeypot) {
	flex: 0 0 19%;
	margin-bottom: 20px;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield--type-textarea, .block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield:last-child {
	flex: 0 0 100%;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield textarea {
	resize: none;
	height: 80px !important;
	background: transparent;
}

@media (max-width: 1023px) {
	.block-contact-form-under-header__inner .gform_wrapper .gform_fields .gfield:not(.gfield--type-honeypot) {
		flex: 0 0 100%;
	}
}

.block-contact-form-under-header__inner .gform_wrapper .gform_footer {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}

.block-contact-form-under-header__inner .gform_wrapper .gform_button {
	min-width: 235px;
	background-color: var(--primaryColor);
}

.block-contact-form-under-header__inner .gform_wrapper .gform_button span::after {
	display: none !important;
}

.block-contact-form-under-header {}

.block-contact-form-under-header .gform_wrapper form, .block-contact-form-under-header .hbspt-form form {
	display: grid !important;
	/* grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
  	"fieldset1 fieldset2 fieldset3"
  	"fieldset4 fieldset4 fieldset4"; */
	gap: 20px;
}

@media (max-width: 991px) {
	.block-contact-form-under-header .gform_wrapper form, .block-contact-form-under-header .hbspt-form form {
		grid-template-columns: 1fr !important;
		grid-template-areas: "fieldset1" "fieldset2" "fieldset3" "fieldset4";
	}
}

.block-contact-form-under-header .gform_wrapper form label, .block-contact-form-under-header .hbspt-form form label {
	display: none !important;
}

.block-contact-form-under-header .gform_wrapper textarea, .block-contact-form-under-header .gform_wrapper fieldset, .block-contact-form-under-header .hbspt-form textarea, .block-contact-form-under-header .hbspt-form fieldset {
	max-width: 100% !important;
	min-width: 100%;
	border: transparent;
	border-bottom: 1px solid #000;
}

.block-contact-form-under-header .gform_wrapper textarea div label:first-of-type, .block-contact-form-under-header .gform_wrapper fieldset div label:first-of-type, .block-contact-form-under-header .hbspt-form textarea div label:first-of-type, .block-contact-form-under-header .hbspt-form fieldset div label:first-of-type {
	display: none !important;
}

.block-contact-form-under-header .gform_wrapper textarea div ul li label:first-of-type, .block-contact-form-under-header .gform_wrapper fieldset div ul li label:first-of-type, .block-contact-form-under-header .hbspt-form textarea div ul li label:first-of-type, .block-contact-form-under-header .hbspt-form fieldset div ul li label:first-of-type {
	display: block !important;
}

.block-contact-form-under-header .gform_wrapper select, .block-contact-form-under-header .gform_wrapper input, .block-contact-form-under-header .gform_wrapper .hs-input, .block-contact-form-under-header .hbspt-form select, .block-contact-form-under-header .hbspt-form input, .block-contact-form-under-header .hbspt-form .hs-input {
	width: 100% !important;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	padding: 25px 0;
}

.block-contact-form-under-header .gform_wrapper select, .block-contact-form-under-header .gform_wrapper select.hs-input, .block-contact-form-under-header .hbspt-form select, .block-contact-form-under-header .hbspt-form select.hs-input {
	padding: 22px 0;
}

.block-contact-form-under-header .gform_wrapper .hs-form-field > label, .block-contact-form-under-header .hbspt-form .hs-form-field > label {
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.block-contact-form-under-header .gform_wrapper .hs-form-field, .block-contact-form-under-header .hbspt-form .hs-form-field {
	position: relative;
}

.block-contact-form-under-header .gform_wrapper .hs-error-msgs, .block-contact-form-under-header .hbspt-form .hs-error-msgs {
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	background-color: #dcafaf;
	border: 1px solid #670d0d;
	color: #fff;
	top: -100%;
	font-size: 12px;
	padding: 5px;
	list-style: none;
	margin: 0;
}

.block-contact-form-under-header .gform_wrapper .hs-error-msgs label, .block-contact-form-under-header .hbspt-form .hs-error-msgs label {
	font-size: 12px;
	color: #670d0d !important;
}

.block-contact-form-under-header .gform_wrapper fieldset:nth-of-type(1), .block-contact-form-under-header .hbspt-form fieldset:nth-of-type(1) {
	grid-area: fieldset1;
}

.block-contact-form-under-header .gform_wrapper fieldset:nth-of-type(2), .block-contact-form-under-header .hbspt-form fieldset:nth-of-type(2) {
	grid-area: fieldset2;
}

.block-contact-form-under-header .gform_wrapper fieldset:nth-of-type(3), .block-contact-form-under-header .hbspt-form fieldset:nth-of-type(3) {
	grid-area: fieldset3;
}

.block-contact-form-under-header .gform_wrapper fieldset:nth-of-type(4), .block-contact-form-under-header .hbspt-form fieldset:nth-of-type(4) {
	grid-area: fieldset4;
}

.block-contact-form-under-header .gform_wrapper .hs-button, .block-contact-form-under-header .hbspt-form .hs-button {
	min-width: 235px;
	background-color: var(--primaryColor);
	padding: 20px 40px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	border: none;
	cursor: pointer !important;
	font-weight: bold;
	font-size: 16px;
	transition: .3s ease;
}

.block-contact-form-under-header .gform_wrapper .hs-button:hover, .block-contact-form-under-header .gform_wrapper .hs-button:focus, .block-contact-form-under-header .gform_wrapper .hs-button:active, .block-contact-form-under-header .hbspt-form .hs-button:hover, .block-contact-form-under-header .hbspt-form .hs-button:focus, .block-contact-form-under-header .hbspt-form .hs-button:active {
	background-color: var(--secondaryColor) !important;
}

.block-contact-form-under-header .gform_wrapper .hs_error_rollup, .block-contact-form-under-header .hbspt-form .hs_error_rollup {
	display: none;
}

.block-contact-form-under-header .gform_wrapper .hs_recaptcha, .block-contact-form-under-header .hbspt-form .hs_recaptcha {
	flex: 1 0 100%;
	margin-bottom: 20px !important;
}

.block-contact-form-under-header .gform_wrapper .hs_recaptcha .grecaptcha-badge, .block-contact-form-under-header .hbspt-form .hs_recaptcha .grecaptcha-badge {
	margin-left: 0px !important;
	box-shadow: none !important;
}

.block-contact-form-under-header .gform_wrapper .hs_recaptcha .grecaptcha-badge iframe, .block-contact-form-under-header .hbspt-form .hs_recaptcha .grecaptcha-badge iframe {
	border: transparent !important;
	border-radius: 0% !important;
}
