html body .hbspt-form{
	font-family: "AkkuratLLWeb-Regular";
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;	
}

html body .hbspt-form .field{
	margin-bottom: 5px;
}

html body .hbspt-form label{
	line-height: 1;
	font-weight: normal;
	float: none;
	width: auto;
	text-align: left;
	padding-top: 0;
	display: block;
	font-family: "AkkuratLLWeb-Regular";
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

.no-list.hs-error-msgs.inputs-list{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

html body .hbspt-form label.hs-error-msg{
	font-size: 0.875rem;
	color: #FF4E00;
}

html body .hbspt-form label span{
	color: #2F3D47;
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
}

html body .hbspt-form label span.hs-form-required{
	margin-left: 3px;
}

html body .hbspt-form .input{
	margin-left: 0;
}

html body .hbspt-form .input input, html body .hbspt-form .input textarea{
	display: block;
	width: 100%;
	padding: .5rem 0 0 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	min-height: auto;
	box-sizing: border-box;
	box-shadow: none;
	font-family: "AkkuratLLWeb-Regular";
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

html body .hbspt-form .input textarea{
	min-height: 300px!important;
}

html body .hbspt-form .hs-button.primary.large{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #2F3D47;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #2F3D47;
	border-color: #2F3D47;
	text-transform: lowercase;	
	text-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-family: "AkkuratLLWeb-Regular";
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	background: #FFF;
	border-radius: 50rem !important;
}

html body .hbspt-form .hs-button.primary.large:hover{
	box-shadow: none;
	color: #FFF;
	border-color: #2F3D47;
	background-color: #2F3D47;
}

html body .hbspt-form .actions {
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	text-align: right;
}

html body .hbspt-form .hs-richtext.hs-main-font-element h4{
	font-weight: 400;
	line-height: 1.5;
	color: #2F3D47;
	font-size: 18px;
	margin-bottom: 0;
}