.hs-contentForm-section * {
	box-sizing:border-box;
}
.hs-contentForm-section .content-wrapper{
	max-width: 85%;
}
.hs-contentForm-section .embed-holder {
	position: relative;
	overflow: hidden;
	padding-bottom: 57%;
}
.hs-contentForm-section .embed-holder > * {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-height: 100%;
	border:none;
}
.hs-contentForm-section .right-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.hs-contentForm-section img{
	max-width:100%;
}
.hs-contentForm-section .contentForm-top-content * {
	color:inherit;
}
.hs-contentForm-section .right-content-wrapper.top .btn-wrapper {
	order: 1;
}
.hs-contentForm-section .right-content-wrapper.top .content-wrap {
	order: 2;
	width:100%;
}
.hs-contentForm-section .right-content-wrapper.bottom .btn-wrapper {
	order: 2;
}
.hs-contentForm-section .right-content-wrapper.bottom .content-wrap {
	order: 1;
}
.hs-contentForm-section .btn-wrapper {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	width: 100%;
	margin-bottom:30px;
}
.hs-contentForm-section {
	position: relative;
	min-height: 100vh;
	padding-top: 200px;
	padding-bottom: 100px;
}
.hs-contentForm-section .overlay {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1;
}
.hs-contentForm-section .content-wrapper {
	position:relative;
	z-index:2;
}
.hs-contentForm-section .inner_section {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.hs-contentForm-section .hs_contentForm_column {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.hs-contentForm-section .hs_contentForm_column:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.hs-contentForm-section .hs_contentForm_column.content-column {
	color: #fff;
}
.hs-contentForm-section .hs_contentForm_column.content-column h2 {
	margin-bottom: 0.35rem;
	font-size: 3.4497999999999998rem;
	line-height: 1.1;
	letter-spacing: -.05em;
	color: #fff;
}
.hs-contentForm-section .hs_contentForm_column.content-column ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px !important;
}
.hs-contentForm-section .hs_contentForm_column.content-column ul li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.hs-contentForm-section .hs_contentForm_column.content-column ul li:before {
  {# content: "\f111"; #}
	font-weight: 900;
	display: inline-block;
	width: 1.5em;
	padding-right: 10px;
	color: #181821;
	font-family: Font Awesome\ 5 Free;
	text-indent: 0;
	text-align: right;
	-webkit-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	color: #fff;
}
.hs-contentForm-section .hs_contentForm_column.content-column ul li a {
	color: #fff;
	text-indent: 0;
}
.hs-contentForm-section .form_title {
	padding: 20px 30px;
	background: #ad27fa;
	border-radius: 10px 10px 0 0;
	color: #fff;
}
.hs-contentForm-section .form_title h3 {
	margin: 0;
	color: #fff;
}
.hs-contentForm-section .botom_form .hs_cos_wrapper_type_form {
	background-color: #f0f7f9;
	border-radius: 0 0 10px 10px;
	border: 0;
	padding: 20px 30px 30px;
}
.hs-contentForm-section .botom_form .form-title {
	display: none;
}
.hs-contentForm-section .botom_form form .hs-input:not([type="radio"]):not([type="checkbox"]) {
	background: #fff;
}
.hs-contentForm-section .botom_form form .legal-consent-container .hs-form-booleancheckbox-display p {
	margin-left: 0 !important;
}
.hs-contentForm-section .botom_form form input.hs-button.primary {
	margin-top: 0;
}
.hs-contentForm-section .botom_form form label {
	font-size: .8125rem;
	font-weight: 700;
	line-height: 1.7;
}
.hs-contentForm-section .right-content-wrapper.top .content-wrap {
	text-align: center;
}
.hs-contentForm-section .two-col-inner-row {
	display: flex;
	flex-direction: column;
}
.hs-contentForm-section .inner_section {
	display:flex;
	flex-wrap:wrap;
}
.hs-contentForm-section .botom_form .hs-error-msgs label {
	color: #ef6b51 !important;
}
.hs-contentForm-section .botom_form .hs-error-msgs li {
	padding: 0 !important;
	text-indent: 0 !important;
}
.hs-contentForm-section .botom_form .hs-error-msgs li:before {
	content: none !important;
}

@media (max-width:1139px) {
	.hs-contentForm-section {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.hs-contentForm-section .content-wrapper {
		max-width: 800px;
	}
	.hs-contentForm-section .hs_contentForm_column.content-column {
		text-align: center;
	}
	.hs-contentForm-section .hs_contentForm_column.content-column h2 {
		font-size: 3.75rem;
	}
	.hs-contentForm-section .hs_contentForm_column.form-column {
		margin-top: 30px;
	}
	.hs-contentForm-section .hs_contentForm_column .form-column-inner {
		max-width: 500px;
		margin: 0 auto;
	}
	.hs-contentForm-section .form_title h3 {
		font-size: 1.700078rem;
	}
}

@media (max-width: 991px) {
	.hs-contentForm-section .hs_contentForm_column {
		float: none;
	} 
}


@media (max-width: 767px) {
	.hs-contentForm-section .hs_contentForm_column.content-column h2 {
		font-size: 3.375rem;
	}
}

@media (max-width: 479px) {
	.hs-contentForm-section .hs_contentForm_column.content-column h2 {
		font-size: 2.4735rem;
	}
}
