.custom-form-area {
	padding: 80px 1rem;
}
.custom-form-area .form-section {
	background-color: #f8f7fb;
	padding-top: 40px;
	padding-bottom:40px;
}
.custom-form-area .form-section h2 {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #0096d6;
}
.custom-form-area .form-section .form-area {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	padding-right: 22px;
	padding-left: 22px;
}
.custom-form-area form label {
	font-family: Inter, sans-serif;
	margin: 0;
	display: block;
	margin-bottom: .35rem;
	position: relative;
	color: #18181b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.cm-type2 .type2-area form .hs-form-field.hs-fieldtype-booleancheckbox {
	margin-top: 30px;
}
.custom-form-area .page-center {
	padding: 0 18.5px;
}
.custom-form-area .title-holder {
	margin-bottom: 48px;
}
.custom-form-area form input[type=email],
.custom-form-area form input[type=file], 
.custom-form-area form input[type=number], 
.custom-form-area form input[type=password], 
.custom-form-area form input[type=search],
.custom-form-area form input[type=tel], 
.custom-form-area form input[type=text], 
.custom-form-area form select,
.custom-form-area form textarea {
	width: 100%;
	display: inline-block;
	line-height: 0;
	color: #18181b;
	background-color: #fff;
	font-size: 16px;
	border: 0px none;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	padding: 15px;
	height: auto;
	line-height:1.2;
	font-family: Inter, sans-serif;
	height: 50px;
}
.custom-form-area .hs-form-field {
	margin-bottom: 30px;
}
.custom-form-area .title-holder h2 {
	margin: 0;
}
.custom-form-area form select {
	max-height: 50px;
	outline: none;
	color: #1b1c2080 !important;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	cursor: pointer;
	line-height: 1.3;
}
.custom-form-area form .input {
	margin-right: 0 !important;
}
.custom-form-area fieldset.form-columns-2 > div {
	padding: 0 24px;
}
.custom-form-area fieldset.form-columns-2 {
	margin: 0 -24px;
	max-width: unset !important;
}
.custom-form-area form span.hs-form-required {
	color: #18181b;
}
.custom-form-area .hs-fieldtype-select .input:after {
	content: "\f078";
	cursor: pointer;
	font-family: Font Awesome\ 6 Pro;
	font-weight: 700;
	padding: 0 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #a1a1aa;
}
.custom-form-area .hs-fieldtype-select .input {
	position: relative;
}
.custom-form-area .hs-form-booleancheckbox label > span {
	white-space: normal;
	word-break: break-word;
	line-height: 1.2;
	color: #18181b;
	font-weight: 400;
}
.custom-form-area .hs-form-booleancheckbox label > span:before {
	background-color: #d9d9d9;
	border: 2px solid #d9d9d9;
	border-radius: 8px;
	height: 24px;
	width: 24px;
	left: 0;
	position: absolute;
	top: 0;
	content: "";
	cursor: pointer;
}
.custom-form-area .hs-form-booleancheckbox label input[type=checkbox]:checked+span:before {
	background-color: #c20047;
	border-color: #c20047;
}
.custom-form-area .hs-form-booleancheckbox > label {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	line-height: 1.2;
	padding-right: 10px;
	position: relative;
	white-space: normal;
	word-break: break-word;
}
.custom-form-area .hs-form-booleancheckbox > label input {
	margin-right: 8px;
	background-color: #d9d9d9;
	border: 2px solid #d9d9d9;
	border-radius: 8px ;
	opacity: 0;
	height: 24px;
	width: 24px !important;
}

.custom-form-area .hs-form-booleancheckbox {
	padding-top: 5px;
}
.custom-form-area .hs_error_rollup label,
.custom-form-area .hs-error-msg,
.custom-form-area ul.no-list.hs-error-msgs label {
	font-size: 14px !important;
	color: #e11d48 !important;
	margin-top: .35rem !important;
	display: block;
	font-family: Inter, sans-serif;
	font-weight:400;
}
.custom-form-area form .hs-richtext,
.custom-form-area form .hs-richtext p {
	letter-spacing: .5px;
	color: #18181b;
	font-family: Inter, sans-serif;
	margin-bottom:0;
}
.custom-form-area form .hs-richtext p {
	line-height: 21px;
}
.custom-form-area input.hs-button.primary.large {
	letter-spacing: 1px;
	line-height: 1;
	margin: 10px 0 0;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-transform: none;
	transition: all .3s ease-in-out;
	border: 1px solid #c20047;
	border-radius: 50px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	background: rgba(0, 150, 214, 1.0);
	border-color: #0096d6;
	font-size: 16px;
	padding: 14px 24px;
}
.custom-form-area .actions {
	text-align: center;
	margin-top: 9px;
}
.custom-form-area .hs-form-booleancheckbox label input:checked+span:after {
	opacity: 1;
	border: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 13px;
	left: 8px;
	top: 4px;
	width: 7px;
	content: "";
	cursor: pointer;
	transform: rotate(45deg);
	transition: opacity .2s ease-in-out;
	position: absolute;
}
.custom-form-area form .hs-richtext p a {
	color: #c20047;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	letter-spacing: 1px;
	transition: .3s;
}
.custom-form-area form .hs-richtext p a:hover {
	color: #f5005a;
}

{# Type02 Type02 Type02 #}
.cm-type2 {
	padding: 80px 0;
	background-color: #f3f3f3;
}
.cm-type2 .typeformarea .content h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
	margin-top: 10px;
}
.cm-type2 .typeformarea .content h5 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0;
}
.cm-type2 .typeformarea .content p {
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}
.cm-type2 .typeformarea .content {
	margin-bottom: 50px;
}
.cm-type2 .type2-area form .hs-form-field {
	margin-bottom: 20px;
}
.cm-type2 .type2-area form .hs-form-field > label {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	Color: #2f2f2f !important;
	letter-spacing: .03px;
	margin: 0;
}
.cm-type2 .type2-area form .hs-form-field span.hs-form-required {
	Color: #2f2f2f !important;
	font-size: unset;
	position: relative;
	top: -.25em;
	left: unset;
}
.cm-type2 .type2-area form .hs-form-field .hs-input {
	border: none !important;
	color: #7E7B7B;
	background-color: #f9f9f9;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	height: auto;
	margin-bottom: 5px;
	padding: 10px 20px;
	padding-left: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.cm-type2 .type2-area form .hs-form-field legend.hs-field-desc {
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.cm-type2 .type2-area form li.hs-form-booleancheckbox label span {
	Color: #2f2f2f !important;
	padding-left: 3px;
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .03px;
	font-weight: 300;
}
.cm-type2 .type2-area form .hs-form-field .hs-input[type="checkbox"] {
	margin-bottom: 0;
}
.cm-type2 .type2-area form input.hs-button.primary.large {
	margin-top: 18px;
	padding: 16px 60px;
	border-radius: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: all ease .5s;
	width: auto;
	height: auto;
	border: 0;
	color: #FFFFFF;
	background: #C20047;
}
.cm-type2 .type2-area form .actions {
	text-align: center;
}
.cm-type2 .type2-area form {
	margin-bottom: 20px;
}
.cm-type2 .type2-area form .inputs-list.hs-error-msgs li {
	margin: 0;
}
.cm-type2 .type2-area form .inputs-list.hs-error-msgs li label {
	margin: 0;
	color: #d90b04 !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.cm-type2 .type2-area form fieldset.form-columns-1 .input {
	margin-right: 0 !important;
}
.cm-type2 .type2-area form fieldset.form-columns-2 > div:last-of-type .input {
	margin-right: 0 !important;
}
@media (max-width:767px){
	.custom-form-area .page-center {
		padding: 0;
	}
	.custom-form-area .title-holder h2 {
		font-size: 42px;
	}
	.custom-form-area {
		padding: 50px 1rem;
	}
	.custom-form-area form input[type=email],
	.custom-form-area form input[type=file],
	.custom-form-area form input[type=number],
	.custom-form-area form input[type=password],
	.custom-form-area form input[type=search],
	.custom-form-area form input[type=tel],
	.custom-form-area form input[type=text], 
	.custom-form-area form select, 
	.custom-form-area form textarea {
		display: inline-block;
		line-height: 0;
		padding: .7rem;
		height: auto;
	}
	.cm-type2 .typeformarea .content h1 {
		font-size: 40px;
		line-height: 50px;
	}
}