/*
Page: Home
*/
html,
body {
	max-width: 100%;
	overflow-x: hidden;
	height: auto !important;
}

.page-id-464 {
	background: #fff url('../../images/bg-noise.png');
}

#contact-page {
	padding: 95px 0 153px 0;
}

#contact-page .left .star {
	transform: translateY(14px);
	display: inline-block;
}

#contact-page .inner {
	max-width: 1400px;
}

#contact-page .bottom {
	font-size: 18px;
	margin-top: 30px;
}

#contact-page .bottom a {
	color: var(--blue);
	text-decoration: underline;
}

#contact-page .bottom p {
	margin-top: 30px;
}

#contact-page .bottom p:last-child {
	margin-top: 0;
}


#validation_message_3_7 {
	text-align: center;
}

#gform_wrapper_3 {
	width: 100%;
	max-width: 590px;
	margin: 60px 0 0 auto;
}

#contact-form textarea,
#contact-form input {
	height: 45px;
	line-height: normal;
	padding: 2px 10px 0 10px !important;
	border-radius: 10px;
	font-size: 12px !important;
	overflow: hidden;
	font-family: 'bentonsans-regular';

}

#contact-form textarea {
	box-sizing: border-box;
	padding-top: 15px !important
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
	#contact-form textarea {
		padding-top: 18px !important
	}

	#contact-form input {
		padding: 5px 10px 0 10px !important;
	}
}

#contact-form textarea::placeholder,
#contact-form input::placeholder {
	font-size: 12px !important;
	font-family: 'bentonsans-regular';
	color: #272727;
}

#contact-form textarea:active,
#contact-form textarea:focus,
#contact-form input:focus,
#contact-form input:active {
	border-color: #3F87FF;
}

#contact-form .gform_description {
	font-size: 40px;
	line-height: 48px;
	font-family: "Benton Sans Bla";
	color: #000;
	text-align: center;
	max-width: 375px;
	margin: 0 auto 3px auto;
}

#contact-form .button {
	background: #000;
	color: #fff;
	width: 131px;
	position: relative;
	font-family: "Benton Sans Bla";
	font-size: 16px;
	padding: 0 20px 0 0px;
}

#contact-form .button:hover {
	background: #fff;
	color: var(--orange);
	border-color: var(--orange);
}

#contact-form .button:hover::after {
	filter: brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(1988%) hue-rotate(350deg) brightness(105%) contrast(98%);
}

#contact-form #gform_submit_button_2 {
	display: none;
}

#field_3_9 .button {
	display: block;
	margin: 16px auto 19px auto;
}

#contact-form .button::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#contact-form .button:hover::after {
	transform: translateY(-50%) rotate(45deg);
}

#contact-form .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 18px;
	grid-row-gap: 14px !important;
}

#field_3_7 {
	text-align: center;
}

#field_3_7 .gfield_label {
	font-family: "Benton Sans Bd";
	font-size: 14px !important;
	line-height: 26px;
	color: #272727;
	margin-bottom: 14px;
	font-weight: 400;
	width: 100%;
}

#field_3_7 label {
	border-radius: 19px;
	border: 1px solid #E1E6F2;
	width: 100%;
	color: #303B3C;
	max-width: 100% !important;
	width: auto;
	min-height: 30px;
	padding: 13px 15px 10px 14px;
	font-size: 12px;
	cursor: pointer;
	background-color: #fff;
}

#field_3_7 input:checked~label {
	border-color: #3F87FF;
	background-color: #3F87FF;
	color: #fff;
}

#choice_3_7_1,
#choice_3_7_0,
#choice_3_7_2 {
	display: none;
}

#validation_message_2_7 {
	text-align: center;
}

#input_3_7 {
	display: flex;
	justify-content: center;
	gap: 10px;
}

#contact-form .gform_wrapper.gravity-theme .gform_footer {
	padding: 20px 0;
}

#contact-form .gfield_required {
	display: none;
}

#field_3_8 {
	font-size: 12px;
	text-align: center;
}

#field_3_8 a:not(.button) {
	color: #3F87FF;
	text-decoration: underline;
}

#contact-form img.close {
	position: absolute;
	top: 20px;
	right: 16px;
	cursor: pointer;
}

#contact-form .gform_confirmation_message {
	border: none;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: auto;
}

#contact-form .gform_confirmation_message h3 {
	font-size: 40px;
	font-family: "Benton Sans Bla";
}

#contact-form .gform_confirmation_message a:not(.button) {
	color: #3F87FF;
}

#contact-form .gform_confirmation_message .button {
	margin-top: -5px;
	padding: 0;
	width: 98px;
}

#contact-form .gform_confirmation_message .button::after {
	display: none;
}

#contact-form .gform_wrapper.gravity-theme .gfield_validation_message,
#contact-form .gform_wrapper.gravity-theme .validation_message {
	padding: 0;
	border: none;
	font-size: 12px;
	background: transparent;
}

#contact-form .gform_heading {
	display: none;
}

@media screen and (max-width: 640px) {
	#contact-form {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		transform: none;
		padding: 0 20px;
	}

	#field_3_7 label {
		font-size: 11px;
	}
}

@media screen and (max-width: 500px) {
	#field_3_7 label {
		padding: 5px 6px 2px 6px;
		width:190px;
	}
}



@media screen and (max-width: 992px) {
	#contact-page .flex {
		flex-direction: column;
	}

	#contact-page .flex>div {
		width: 100%;
	}

	#contact-page {
		padding: 102px 0 30px 0;
	}

	#gform_wrapper_3 {
		margin: 36px auto 0 auto;
	}

}

@media screen and (max-width: 567px) {
	#contact-page br {
		display: none;
	}

	#contact-page .bottom p {
		margin-top: 15px;
	}

	#contact-page .left .star {
		transform: translateY(7px);
	}
	#contact-page #input_3_7 {
		flex-direction: column;
	}
	#contact-form {
		padding: 0;
	}
	#contact-form .gform_confirmation_message {
		padding-left:0;
		padding-right:0;
	}
	#contact-form .gform_confirmation_message h3 {
		margin: 44px 0;
		line-height: 1.0;
	}
}