#CybotCookiebotDialogHeader {
  display: none !important;
}

.hs-form-html form h3.hsfc-Heading {
  margin-top: 15px !important;
}
.hs-form-html form .hsfc-Step__Content {
  padding: 0 !important;
}
.hs-form-html form div.hsfc-Row {
  margin-bottom: 20px !important;
}
.hs-form-html form input.hsfc-RadioInput, .hs-form-html form input.hsfc-CheckboxInput {
  border: solid 1px !important;
  padding: 10px !important;
}
.hs-form-html form input.hsfc-CheckboxInput {
  background-color: #ffffff !important;
  border-radius: 5px !important;
}
.hs-form-html form input.hsfc-TextInput:not(.hsfc-TextInput--button), .hs-form-html form textarea.hsfc-TextareaInput {
  min-height: 52px;
  padding: 12px 16px !important;
  display: block;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(41, 56, 95, 0.1490196078) !important;
  border-radius: 12px !important;
  background-color: #fcf8f1 !important;
  box-shadow: none !important;
  color: #1b2440 !important;
  font: 400 16px/1.35 "Work Sans", sans-serif !important;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}
.hs-form-html form textarea.hsfc-TextareaInput {
  min-height: 150px;
}
.hs-form-html form div.hsfc-DropdownInput {
  min-height: 52px !important;
  padding: 12px 16px !important;
  display: block;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(41, 56, 95, 0.1490196078) !important;
  border-radius: 12px !important;
  background-color: #fcf8f1 !important;
  box-shadow: none !important;
  color: #1b2440 !important;
  font: 400 16px/1.35 "Work Sans", sans-serif !important;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}
.hs-form-html form div.hsfc-DropdownInput input.hsfc-TextInput--button {
  border: none !important;
  height: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  width: 100% !important;
  max-width: none;
  font: 400 16px/1.35 "Work Sans", sans-serif !important;
  height: 26px !important;
}
.hs-form-html form div.hsfc-PhoneInput {
  border: none !important;
}
.hs-form-html form div.hsfc-PhoneInput div.hsfc-PhoneInput__FlagAndCaret {
  border: none !important;
  background-color: #ffffff !important;
}
.hs-form-html form div.hsfc-PhoneInput div.hsfc-PhoneInput__FlagAndCaret:hover {
  background-color: #ffffff !important;
  filter: brightness(100%) !important;
}
.hs-form-html form label.hsfc-FieldLabel {
  margin: 0 0 7px !important;
  color: #4a5670 !important;
  font: 500 16px/1.4 "Work Sans", sans-serif;
}
.hs-form-html form label.hsfc-FieldLabel span {
  font: 500 16px/1.4 "Work Sans", sans-serif;
}
.hs-form-html form label.hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator {
  margin-left: 7px !important;
}
.hs-form-html form div.hsfc-ErrorAlert {
  color: #b42318 !important;
  font: 500 14px/1.4 "Work Sans", sans-serif !important;
  margin-top: 7px;
}
.hs-form-html form button.hsfc-Button {
  min-height: 50px;
  margin: 0;
  padding: 15px 24px !important;
  border: 1.5px solid #29385f !important;
  border-radius: 999px !important;
  background: #29385f !important;
  box-shadow: 0 2px 8px hsla(223, 40%, 27%, 0.08) !important;
  color: #ffffff !important;
  font: 500 15px/1.2 "Work Sans", sans-serif !important;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 200ms ease, background-color 200ms ease;
}/*# sourceMappingURL=temp.css.map */