.contact-form-hubspot h2 {
	padding-left: 15px;
}

.Form {
	margin-bottom: 60px;
	margin-top: 60px;
}

.Form .hbspt-form .hs-form fieldset {
	max-width: none;
}

.Form .hbspt-form .hs-form .input {
	margin-right: 20px;
}

.Form .hbspt-form .hs-form .hs-input {
	background-color: #F2F2F2;
	border: 0px;
	border-radius: 5px;
	color: #515151;
	font-family: "Lato", helvetica;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	padding: 15px;
	width: 100%;
}

.Form .hs-form .field {
	margin-bottom: 30px;
}

.Form .hs-form .field label {
	color: #515151;
	font-family: "Lato", helvetica;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.Form .hs-form .hs-error-msgs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Form .hs-form .hs-error-msgs .hs-error-msg {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Form .hs-form .inputs-list {
	list-style-type: none;
	margin: 4px 0 0;
	padding: 0;
}

.Form .hs-form .hs-form-booleancheckbox-display {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	position: relative;
}

.Form .hs-form .field .hs-input[type=checkbox] {
	background-color: #F2F2F2;
	border: 0px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #515151;
	font-family: "Lato", helvetica;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin: 0.4em 0;
	width: 20px;
}

.Form .hs-form .field .hs-input[type=checkbox]:checked,
.Form .hs-form .field .hs-input[type=radio]:checked {
	background-color: var(--wsf-field-checkbox-checked-color-background);
	border-color: var(--wsf-field-checkbox-checked-color-background);
}

.Form .hs-form .hs-fieldtype-booleancheckbox label>span,
.Form .hs-form .hs-fieldtype-checkbox label>span,
.Form .hs-form .hs-fieldtype-radio label>span {}

.Form .hs-form .hs_offerings_px .hs-form-checkbox {
	margin: 0;
}

.Form .hs-form .hs_offerings_px .hs-form-checkbox>label {
	cursor: pointer;
	font-weight: 400;
	margin: 0;
	transition: color 0.3s;
}

.Form .hs-form .hs_offerings_px .hs-form-checkbox>label span {
	margin-left: 0.4em;
}

.Form .hs-form .hs_offerings_px .hs-form-checkbox>label:hover {
	color: #3078f0;
	font-weight: 700;
}

.Form .hs-form .hs_offerings_px .hs-form-checkbox>label:hover input {
	border: 2px solid #3078f0;
}

.Form .hs-form .hs_consent_to_privacy_policy label>span {
	display: block;
	font-size: 14px;
	margin-left: 0;
	padding-left: 12px;
}

.Form .hs-form .hs_consent_to_privacy_policy label>span a {
	font-size: 1em;
}

.Form .hs-form .hs-error-msgs .hs-error-msg {
	color: #dc3545;
	font-size: 16px;
}

.Form .hs-form .hs-form-required {
	color: red;
	margin-left: 0.4ch;
}

.Form .hs-form .hs-button.primary {
	background-color: #3078f0;
	border: 0px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-family: "Lato", helvetica;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	max-width: 244px;
	outline-offset: 3px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease 0s;
	width: 100%;
}

.Form .hs-form .hs-button.primary:hover {
	background-color: #4483EC;
}

.Form .submitted-message .download_doc_success,
.Form .submitted-message .download_doc_success a {
	color: #3078f0;
	text-decoration: none;
	transition: color 0.3s;
}

.Form .submitted-message .download_doc_success a:hover {
	color: #800000;
	text-decoration: underline;
}

/* CONTACT US FORM */

.contact-form-hubspot .Form {}

.contact-form-hubspot .Form .field.hs_current_cms_px {
	width: 100%;
}

.contact-form-hubspot .Form .field.hs_uses_a_verified_impression_measurement_solution_px {
	width: 100%;
}

.contact-form-hubspot .Form .hs_uses_a_verified_impression_measurement_solution_px .input ul,
.contact-form-hubspot .Form .hs_uses_a_verified_impression_measurement_solution_px .input li,
.contact-form-hubspot .Form .hs_uses_a_verified_impression_measurement_solution_px .input li label {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
}

.contact-form-hubspot .Form .hs_uses_a_verified_impression_measurement_solution_px .input li label>span {
	margin: 0 30px 0 10px;
}

@media (min-width: 768px) {
	.contact-form-hubspot .scroll-window {
		padding: min(5vw, 75px) min(4vw, 100px) min(5vw, 100px);
	}
}

@media (min-width: 1200px) {
	.row>.hbspt-form {}
}