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


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

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

h1 {
  
  
}


body {
  font-family: font-family: proximanovasoftregular, sans-serif;

}

.content-wrapper {
  margin: 0 auto;
  padding: 0 0px;
}

.widget-type-form {
  box-shadow:none!important;
  background-color:transparent!important;
}

hs-form-private hsForm_4e68454a-3de7-4341-ae75-19e10e94c71a hs-form-4e68454a-3de7-4341-ae75-19e10e94c71a hs-form-4e68454a-3de7-4341-ae75-19e10e94c71a_8b4df9f0-2171-471b-a84c-345cca20875e hs-form stacked hs-custom-form {
  background-color:transparent!important;
}

form .hs-form-field input::placeholder {
  color: #333333!important; /* Change this to whatever colour you like*/
}

button,
.button,
.hs-button {
  text-decoration:none!important;
  border-radius:25px;
  padding-left:60px;
  padding-right:60px;
  background-color: #F26922;
  color:#FFFFFF;
  

}