// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900


.work-sans-<uniquifier> {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
:root {
  --primary-font-family:"Work Sans", sans-serif;
    --secondary-font-family:"Work Sans", sans-serif;
  --body-text-font: "Work Sans", sans-serif;
  --heading-family: "Work Sans", sans-serif;
  }
#hs_cos_wrapper_main_content-dnd_partial-4-module-4 
.accordion__heading { font-family: "Work Sans", sans-serif; }
body{
font-family:"Work Sans", sans-serif;  
}

ul {
list-style: none;
}
.header__search {
 display: none !important;
}
.inner-header {
    display: none;
}

.accordion__heading {
    font-family: "Work Sans", sans-serif !important;
}
#hs_cos_wrapper_module_1723836536878 .accordion__heading{ 
  font-family: "Work Sans", sans-serif; !important 
}
#hs_cos_wrapper_module_17238380431547 .accordion__heading{ 
  font-family: "Work Sans", sans-serif; !important 
}
.logoList__item img{height: auto;}
*{ 
  font-family: "Work Sans", sans-serif; !important 
}

.logoList__item {
    height: 80px;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    align-items: center;
}

/*FOOTER*/
.footer .free_demo h2 {
color: #fff !important;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.footer .social_networks{display:none !important;}
.footer hr {
    display: none;
}
.footer .free_demo {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 50px;
  margin-bottom:50px;
}
.footer .free_demo .btn-danger {
    background-color: #c00001;
    border-radius: 50px;
    width: 11rem !important;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 10px 20px;
}
.footer h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.footer__nav li, .footer__nav--dnd li {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

.footer ul.links-list li a, footer.footer ul.social-links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    opacity: 1;
    font-weight: 400;
}


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