/* @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    */
/*****************************************/

 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600&display=swap');

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

body, p { 
  font-family: 'Poppins', sans-serif !important;
  font-weight: light !important;
}

ul li {
  line-height: 1.5rem !important;
}

#hs_cos_wrapper_widget_1679964679188_ {
 border-radius: 5% !important;
}

a:hover {
  background-color: #84CEDA !important;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

}

}

.hs-form-booleancheckbox {     
  list-style: none;
  margin: 0rem;
}

.inputs-list {
  padding: 0px;
}

input[type=email]{
  width: 100% !important;
  max-width: 100% !important;
}

input[type=text] {
  width: 100% !important;
  max-width: 100% !important;
}

input[type=number]{
  width: 100% !important;
  max-width: 100% !important;
}

input[type=submit] {
  width: 100% !important;
  max-width: 100% !important;
}  

form {
  background-color: #f5f5f5;
  font-family: 'Poppins', sans-serif !important;
}

.footer {
  background-color: #073763 !important;
  border-top: none !important;
}

.footer p {
  color: #eee !important;
}