.embed-form-super-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #bababa;
  border-style: solid;
  padding: 30px;
  margin: 0 auto;
}

.embed-form-super-wrapper [id^=hsForm_] {
  max-width: 100%;
  margin: auto;
  background: #fff;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 1px;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:checked + span,
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-family: "fontawesome";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: none;
  padding-top: 12px;
  text-align: center;
  vertical-align: middle;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:focus-visible + span:before {
  outline: 2px solid #000;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:checked + span:before,
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:checked + span:after {
  content: "";
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox] + span:after {
  content: "";
  left: 3px;
  height: 18px;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 18px;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.embed-form-super-wrapper [id^=hsForm_] .hs-form__legal-consent {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
.embed-form-super-wrapper [id^=hsForm_] .legal-consent-container .hs-richtext p {
  font-size: 0.75rem;
  margin-left: 10px;
}
.embed-form-super-wrapper [id^=hsForm_] .legal-consent-container .hs-richtext p a {
  color: #000;
  text-decoration: underline;
}
.embed-form-super-wrapper [id^=hsForm_] .legal-consent-container .hs-form-booleancheckbox-display span {
  display: block;
  width: 100%;
  margin-left: 0;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
}
.embed-form-super-wrapper [id^=hsForm_] .legal-consent-container .hs-form-booleancheckbox-display span::after {
  display: none;
}
.embed-form-super-wrapper [id^=hsForm_] input[type=text], .embed-form-super-wrapper [id^=hsForm_] input[type=email] {
  padding: 5px 15px !important;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-field-desc {
  font-size: 0.875rem;
  border-bottom: unset !important;
  margin-bottom: 6px !important;
  line-height: unset !important;
}
.embed-form-super-wrapper [id^=hsForm_] ul[role=checkbox].inputs-list.multi-container {
  container-type: inline-size;
  container-name: hs-checkbox-fields;
}
.embed-form-super-wrapper [id^=hsForm_] li.hs-form-checkbox {
  padding-right: 25px;
  width: 25%;
}
@container hs-checkbox-fields (max-width: 950px) {
  .embed-form-super-wrapper [id^=hsForm_] li.hs-form-checkbox {
    width: 33%;
  }
}
@container hs-checkbox-fields (max-width: 670px) {
  .embed-form-super-wrapper [id^=hsForm_] li.hs-form-checkbox {
    width: 50%;
  }
}
@container hs-checkbox-fields (max-width: 425px) {
  .embed-form-super-wrapper [id^=hsForm_] li.hs-form-checkbox {
    width: 100%;
  }
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 input[type=checkbox],
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 input[type=radio] {
  width: 20px !important;
  margin-right: 10px !important;
  height: 20px;
}
.embed-form-super-wrapper [id^=hsForm_] input[type=date],
.embed-form-super-wrapper [id^=hsForm_] input[type=datetime],
.embed-form-super-wrapper [id^=hsForm_] input[type=datetime-local],
.embed-form-super-wrapper [id^=hsForm_] input[type=email],
.embed-form-super-wrapper [id^=hsForm_] input[type=month],
.embed-form-super-wrapper [id^=hsForm_] input[type=number],
.embed-form-super-wrapper [id^=hsForm_] input[type=password],
.embed-form-super-wrapper [id^=hsForm_] input[type=range],
.embed-form-super-wrapper [id^=hsForm_] input[type=search],
.embed-form-super-wrapper [id^=hsForm_] input[type=tel],
.embed-form-super-wrapper [id^=hsForm_] input[type=text],
.embed-form-super-wrapper [id^=hsForm_] input[type=time],
.embed-form-super-wrapper [id^=hsForm_] input[type=url],
.embed-form-super-wrapper [id^=hsForm_] input[type=week],
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 textarea.hs-input,
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 .input select,
.embed-form-super-wrapper [id^=hsForm_] .input textarea,
.embed-form-super-wrapper [id^=hsForm_] .hs-input textarea,
.embed-form-super-wrapper [id^=hsForm_] textarea,
.embed-form-super-wrapper [id^=hsForm_] .input select,
.embed-form-super-wrapper [id^=hsForm_] .hs-input select,
.embed-form-super-wrapper [id^=hsForm_] select {
  width: 100%;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
  letter-spacing: 0px !important;
  font-weight: 300 !important;
  font-size: 0.875rem;
  border-color: #cccccc !important;
  color: #000000 !important;
  background-color: #fff !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  height: auto !important;
  min-height: 2.875rem !important;
}
.embed-form-super-wrapper [id^=hsForm_] ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1px;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 input[type=checkbox],
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 input[type=radio] {
  width: auto !important;
  margin-right: 10px !important;
  margin-top: -2px;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset {
  max-width: 100% !important;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-3 .hs-form-field {
  width: 33.333% !important;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset {
  margin-bottom: 0 !important;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-form-field {
  margin-bottom: 15px;
}
.embed-form-super-wrapper [id^=hsForm_] ul li {
  margin-top: 4px;
  margin-bottom: 4px !important;
  float: left;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset textarea.hs-input {
  min-height: 200px;
}
.embed-form-super-wrapper [id^=hsForm_] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border-radius: 0;
}
.embed-form-super-wrapper [id^=hsForm_] input[type=reset],
.embed-form-super-wrapper [id^=hsForm_] input[type=submit] {
  background: #606060;
  color: white;
  padding: 7px 45px;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 2px;
  margin-top: 15px;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-2 {
  container-type: inline-size;
  container-name: hs-name-fields;
}
@container hs-name-fields (max-width: 499.98px) {
  .embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-2 > .hs-form-field,
  .embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-3 > .hs-form-field fieldset.form-columns-4 > .hs-form-field {
    width: 100%;
  }
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-3 .hs-form-field,
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-2 .hs-form-field {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset .hs-form-field {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-form-super-wrapper [id^=hsForm_] .hs_cos_wrapper.form-title {
  display: none;
}
@media screen and (max-width: 400px) {
  .embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
.embed-form-super-wrapper [id^=hsForm_] .embed-form-super-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-color: #bababa !important;
  border-style: solid !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin: 0 auto;
}
.embed-form-super-wrapper [id^=hsForm_] label, .embed-form-super-wrapper [id^=hsForm_] .hs-fieldtype-checkbox h2 {
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 6px;
  width: 100%;
  float: left;
  text-align: left;
  padding: 0;
}
.embed-form-super-wrapper [id^=hsForm_] input::-webkit-input-placeholder,
.embed-form-super-wrapper [id^=hsForm_] select::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}
.embed-form-super-wrapper [id^=hsForm_] input::-moz-placeholder,
.embed-form-super-wrapper [id^=hsForm_] select::-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}
.embed-form-super-wrapper [id^=hsForm_] input:-ms-input-placeholder,
.embed-form-super-wrapper [id^=hsForm_] select:-ms-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}
.embed-form-super-wrapper [id^=hsForm_] input:-moz-placeholder,
.embed-form-super-wrapper [id^=hsForm_] select:-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}
.embed-form-super-wrapper [id^=hsForm_] input[type=reset],
.embed-form-super-wrapper [id^=hsForm_] input[type=submit] {
  letter-spacing: 2px !important;
  font-weight: 600 !important;
  font-size: 1.375rem;
  color: #000000 !important;
  background: #ffffff !important;
  border-top-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
  border-right-width: 3px !important;
  border-radius: 0px !important;
  border-style: solid !important;
  border-color: #000 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-submit {
  display: inline-block;
  width: 100%;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-submit .actions {
  width: 100% !important;
  float: left !important;
  clear: both !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center !important;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-richtext {
  float: left !important;
  width: 100% !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: #000 !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  font-size: 0.875rem;
}
.embed-form-super-wrapper [id^=hsForm_] .hs-error-msgs label,
.embed-form-super-wrapper [id^=hsForm_] .hs-error-msgs label span {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 0.875rem;
  color: #7D7370;
}
.embed-form-super-wrapper [id^=hsForm_] button:hover,
.embed-form-super-wrapper [id^=hsForm_] input[type=button]:hover,
.embed-form-super-wrapper [id^=hsForm_] input[type=reset]:hover,
.embed-form-super-wrapper [id^=hsForm_] input[type=submit]:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.embed-form-super-wrapper [id^=hsForm_] .grecaptcha-badge {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}
.embed-form-super-wrapper [id^=hsForm_] input[type=checkbox] {
  margin-right: 10px;
  margin-top: -2px;
}
.embed-form-super-wrapper [id^=hsForm_] .center-the-form form, .embed-form-super-wrapper [id^=hsForm_] .center-the-form form input {
  text-align: center;
}
.embed-form-super-wrapper [id^=hsForm_] .fn-date-picker .pika-button {
  text-align: center !important;
}
.embed-form-super-wrapper [id^=hsForm_] .hs_submit input.hs-button {
  width: calc(100% - 20px) !important;
  margin-top: 15px !important;
}
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:checked + span,
.embed-form-super-wrapper [id^=hsForm_] [type=checkbox]:not(:checked) + span {
  padding-left: 32px;
  padding-top: 0;
  font-family: inherit;
  text-align: left;
  width: 100%;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-1 .input {
  margin-right: 0;
}
.embed-form-super-wrapper [id^=hsForm_] fieldset.form-columns-2 .input {
  margin-right: 0;
}
.embed-form-super-wrapper [id^=hsForm_] select.hs-input {
  padding: 5px 15px !important;
  line-height: inherit;
}