 form.hs-form .hs-form-field ul.inputs-list>li {
    width:150px;
  }
  


.font-area-normal {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  }

.font-area-bold {
  font-family: area-normal, sans-serif;
	font-weight: 700;
	font-style: normal;
  }

.hidden {
    opacity: 0;
    transition: opacity 0.5s;
}

.visible {
    opacity: 1;
}

p, .hs_cos_wrapper_type_inline_rich_text {
  font-size:14px;
    line-height:2rem !important;
}


.lh-2 {
  line-height:2em !important
}
  
</style>