@charset "utf-8";

#div_modal_container {
	display: none;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 6;
	background-color: rgba(30, 56, 107, 0.9);
}

#div_modal_content {
	margin: 0 auto;
	max-width: 550px;
	padding: 20px;
	position: relative;
	width: 100%;
	background-color: #CB5A27;
	border-radius: 20px;
}

#div_close_modal {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	border: #ffffff solid 2px;
	border-radius: 19px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#div_close_modal:hover {
	border-color: #1e386b;
}

.div_close_line {
	margin: -1px auto;
	border-top: #ffffff solid 2px;
	border-bottom: transparent solid 0px;
	border-radius: 1px;
	width: 24px;
	transition: all 0.3s ease-in-out;
}

#div_close_line_1 {
	transform: rotate(45deg);
}

#div_close_line_2 {
	transform: rotate(-45deg);
}

#div_close_modal:hover .div_close_line {
	border-top-color: #1e386b;
}

#form_client h3 {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	cursor: default;
}

#form_client p {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: default;
}

#form_client .div_form_group {
	display: flex;
	flex-direction: column;
	margin: 0 auto 6px auto;
	max-width: 310px;
	width: 100%;
}

#form_client label {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	cursor: default;
}

#form_client input[type="email"] {
	height: 25px;
	max-width: 100%;
	padding: 2px 10px;
	width: 100%;
	border: #ffffff solid 1px;
	border-radius: 0;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
	color: #1e386b;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

#form_client ::-webkit-input-placeholder {
	color: rgba(30, 56, 107, 0.5);
}

.div_button_container {
	padding-top: 6px;
	width: 100%;
	text-align: center;
}

#button_submit_client {
	height: 33px;
	margin: 0 auto;
	width: 110px;
	background-color: #1E386B;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

#button_submit_client:hover {
	box-shadow: inset 0 -3px 6px rgba(255, 255, 255, 0.25), inset 0 -3px 6px rgba(203,90,39, 0.25);
}

/* Support CSS */
main {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
}

#section_form {
	margin: 0;
	padding: 86px 0;
	position: relative;
	z-index: 3;
	background-color: #CB5A27;
	scroll-margin-top: 176px;
}

#section_form h2 {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	cursor: default;
}

#section_form p {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	cursor: default;
}

.p_form_submit-message_false {
	display: none;
}

#section_form form {
	margin: 0 auto;
	max-width: 568px;
	width: 100%;
}

.form_false {
	display: none;
}

.div_form_row {
	display: flex;
	column-gap: 8px;
}

.div_form_field_container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#section_form label {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	cursor: default;
}

#section_form input,
#section_form select,
#section_form textarea {
	margin: 1px 0 18px 0;
	min-height: 32px;
	padding: 4px;
	border: #FFFFFF solid 1px;
	border-radius: 1px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.16);
	color: #1E386B;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
}

#input_support_first-name,
#input_support_last-name {
	max-width: 280px;
}

#input_support_email {
	width: 100%;
}

#section_form button {
	height: 33px;
	margin: 26px auto;
	width: 110px;
	background-color: #1E386B;
	border: none;
	border-radius: 8px;
	box-shadow: inset 0 -3px 6px rgba(203, 90, 39, 0.25);
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

@media all and (min-width: 1921px) {

	main {
		background-image: -webkit-linear-gradient(left, rgba(30, 56, 107, 1), rgba(30, 56, 107, 1), rgba(30, 56, 107, 0), rgba(30, 56, 107, 0)), url(../../../../wp-content/uploads/background_support_hero.webp);
		background-image: -o-linear-gradient(left, rgba(30, 56, 107, 1), rgba(30, 56, 107, 1), rgba(30, 56, 107, 0), rgba(30, 56, 107, 0)), url(../../../../wp-content/uploads/background_support_hero.webp);
		background-image: linear-gradient(to right, rgba(30, 56, 107, 1), rgba(30, 56, 107, 1), rgba(30, 56, 107, 0), rgba(30, 56, 107, 0)), url(../../../../wp-content/uploads/background_support_hero.webp);
	}
	
}

@media all and (min-width: 1440px) and (max-width: 1920px) {

	main {
		background-image: url(../../../../wp-content/uploads/background_support_hero.webp);
	}
	
}

@media all and (max-width: 1439px) {

	main {
		background-image: linear-gradient(to right, rgba(30, 56, 107, 1), rgba(30, 56, 107, 0)), url(../../../../wp-content/uploads/background_support_hero.webp);
	}
	
}

@media all and (max-width: 767px) {
	
	main {
		background-image: url(../../../../wp-content/uploads/background_support_hero.webp);
		background-position: top center;
	}
	
	#section_form form {
		padding: 0 30px;
	}
	
}

@media all and (max-width: 364px) {
	
	#section_form {
		padding: 22px 0;
	}
	
}