.hubspotformcomponent h3 {
  margin-bottom: 20px;
}
.hbspt-form:has(.submitted-message) ~ .hs-disclaimer {
  display: none;
}
.hubspotformcomponent .background_color-wrapper {
  padding: 24px;
}
.hubspotformcomponent .bgcolor-white {
  background-color: #ffffff;
}
.hubspotformcomponent .bgcolor-off-white {
  background-color: #f6f7f9;
}
.hubspotformcomponent .bgcolor-light-gray {
  background-color: #eceef2;
}
.hubspotformcomponent .bgcolor-very-dark-gray {
  background-color: #262626;
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-very-dark-gray .hs-form label {
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-black {
  background-color: #000000;
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-black .hs-form label {
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-keysight-red {
  background-color: #e90029;
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-keysight-red .hs-form label {
  color: #ffffff;
}
.hubspotformcomponent .bgcolor-none {
  background-color: none;
}
.hubspotformcomponent .rounded-corners {
  border-radius: 6px;
}
.column-control.bg-slate-900 .hubspotformcomponent .background_color-wrapper .hs-form b {
  color: inherit;
}
.column-control .rte h1,
.column-control .rte h2,
.column-control .rte h3,
.column-control .rte h4,
.column-control .rte h5,
.column-control .rte h6 {
  line-height: initial;
}
