/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 08:29:19 */
.hn_custom_label-form, .hn_custom_label-form__ctn label {
	color: #64748B;
	font-family: Inter;
	font-weight: 600;
	font-size: 0.75vw;
	line-height: 1.4em;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.hn_custom_input-form, .hn_custom_input-form__ctn input {
	height: 3.125vw !important;
	padding: 0 1vw !important;
	border: 1px solid #DDDEEC !important;
	border-radius: 0 !important;
	font-family: 'Inter' !important;
	color: #64748B !important;
	font-size: 0.875vw;
}
.hn_custom_row-form {
	padding: 0 !important;
	margin-bottom: 1.5vw !important;
}
.hn_custom_input-form__ctn textarea {
    min-height: 5.125vw !important;
    padding: 1vw !important;
    border: 1px solid #DDDEEC !important;
    border-radius: 0 !important;
    font-family: 'Inter' !important;
    color: #64748B !important;
    font-size: 0.875vw;
}
.hn_custom_btn-submit-form {
	font-family: Inter;
	font-weight: 600 !important;
	font-size: 0.75vw !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	display: block !important;
	width: 100%;
	line-height: 1.5em !important;
	color: #FFFFFF !important;
	background-color: #1A237E !important;
	border-radius: 0 !important;
	padding: 1.33em !important;
	margin-top: 1vw !important;
	margin-right: 0 !important;
}

@media (max-width: 1280px) {
	.hn_custom_label-form, .hn_custom_label-form__ctn label {
		font-size: 12px;
	}
	.hn_custom_input-form, .hn_custom_input-form__ctn input {
		height: 48px !important;
		padding: 0 16px !important;
		font-size: 12px;
	}
	.hn_custom_row-form {
		padding: 0 !important;
		margin-bottom: 20px !important;
	}
	.hn_custom_input-form__ctn textarea {
    min-height: 80px !important;
    padding: 16px !important;
    font-size: 12px;
}
	.hn_custom_btn-submit-form {
		font-size: 12px !important;
		letter-spacing: 1.2px;
		margin-top: 14px !important;
	}
}
@media (max-width: 576px) {
	.hn_custom_label-form, .hn_custom_label-form__ctn label {
		font-size: 10px;
	}
}