/* @import url('http://example.com/example_style.css'); */


.header__section--top{
  display: none !important;
}

.header__section--main{
  height: 80px !important;
}

.header__center{
  height: 80px; !important;
  padding-top: 1.5rem !important;
}

@media only screen and (max-width: 1500px) {
  .header__center{
  padding-left: 100px !important;
}
}

.hs-button{
  background: linear-gradient(90deg, #F4A1E7 -0.36%, #E473D3 54.64%) !important;
  font-weight: bold !important;

}

.btn--accent.btn--fill, .btn--accent.btn--outline:hover{
  background: linear-gradient(90deg, #F4A1E7 -0.36%, #E473D3 54.64%) !important;
  font-weight: bold !important;

}

.form--box{
  padding: 0px !important;
}

.hs-form-field{
  margin-bottom: 10px !important;
}

.form--light .hs-input,
.form--light select,
.form--light textarea {
  background-color: #fff !important;  /* Light background */
  color: #000000 !important;             /* Ensure readability */
}

.form--light.form--box-light {
  background-color: #ffffff !important;
  box-shadow: none; /* Optional: remove inner shadows if present */
}

.hs-input{
  background-color: #111c2b !important;
  color: white !important;
}

.module--footer_icons{
  display: none !important;
}

/* Mobile Navigation */
.mnav {
  display: none!important;
}

strong, b {
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/