body {
	margin: 0;
}
form.form[action*="3n4gd"] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  background-color: #101010; /* rgba(128, 128, 128, 0.05);*/
  padding: 0 0 15px 0 !important;
	margin-top:-12px !important;
}
form[action*="3n4gd"] h1 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0rem;
  font-size: 16.38px;
  font-weight: 800;
  line-height: 26.208px;
  letter-spacing: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
}
form[action*="3n4gd"] p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
form[action*="3n4gd"] input[type=submit] {
  text-transform: uppercase;
  background-color: #3E3E3E;
  color: #FFFFFF;
  border: 0px solid;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 6px 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 5px 10px;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif !important;
  height: 30px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: button;
  cursor: pointer;
}
form[action*="3n4gd"] input[type=submit]:hover {
  background: #1bbc35;
}
form[action*="3n4gd"] .form-field {
  position: relative;
}
form[action*="3n4gd"] .form-field.pd-checkbox label.field-label {
	font-size: 11px;
	color: #AFAFAF;
	letter-spacing: 0;
	display: block;
	float: none;
	text-align: left;
	width: auto;
	margin-bottom:10px
}
form[action*="3n4gd"] .form-field.pd-checkbox .value {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
}
form[action*="3n4gd"] .form-field.pd-checkbox .value  > span{
  width:50%;
  position: relative;
  display: flex;
}
form[action*="3n4gd"] .form-field.pd-checkbox .value  > span label{
    display: inline-block;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: auto 0 auto 0px;
}
form[action*="3n4gd"] .form-field.pd-text label {
  display: none;
}
form[action*="3n4gd"] .form-field.pd-text input {
  box-sizing: border-box;
  width: 100% !important;
  -webkit-appearance: none;
  border: 1px solid #BBBBBB;
  margin-bottom: 0;
  font-size: 14px;
  padding: 5px 0 1px 0;
  line-height: 24.5px;
  border: none;
  border-bottom:1px solid #1BBC35;
	background: none;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 100;
}