body {
  padding:0;
  margin:0;

  overflow-x: hidden;
}
b, strong {
    font-weight: 800 !important;
}
.hs_cos_wrapper_type_form .hs-button.primary.large {
    margin-top: 9px!important;
    margin-left: -44px;
}
.main-section {
  float: left;
  width: 100%;
  display: block;
 
  
}
.container {
    float: left;
    width: 80%;
  
}
.fullwidth-container {display:block;width:100%;margin:2rem 10%}
#faqs {}
.line-heading {
  font-family: sans-serif;
  color: #ccd6f6;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 10px 0 40px 10%;
  white-space: nowrap;
  font-size: 26px;
  text-shadow: 1px 1px 1px rgb(0,0,0);
}
.faqs-custom ul li {
    color: #ffffff;
    font-size: 18px!important;
    font-weight: 400!important;
    margin-bottom: 15px;
  line-height:1.15;
}
ul {
  list-style: none; /* Remove default bullets */
}
.faqs-custom ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #528be0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#faqSection .collapsible:after {
    content: "\002B";
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: 18px;
    color: #528be0;
}
.line-heading:after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin: 0 0 0 20px;
  background: rgba(204,214,246,.2);
  text-shadow: none;
  transition: all .6s ease-in-out 0s
}
.line-heading:hover:after{
  width: 180px;
  background: rgba(204,214,246,.6);
}
.icono-faqs{
margin-right:15px;
}
h3.large-heading {
  font-family: sans-serif;
  margin: 0 0 0 10%;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -.045em;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0);
}
/** The Faq Section **/
#faqSection div {
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0 2%;
  overflow: hidden;
}
#faqSection .collapsible {
    transition: box-shadow .2s ease 0s;
    color: white;
    margin: 0 0 8px;
    width: 100%;
    padding: 12px;
    
    font-size: 22px;
    background-color: #ff000000;
    text-align: left;
    border: 0px;
}
#faqSection .collapsible:hover {
  
}
#faqSection .active, #faqSection .collapsible:hover {}
#faqSection .collapsible:after {content:"\002B";font-weight:bold;float:right;margin-left:5px}
#faqSection .active:after {content:"\2212"}
#faqSection .faq-content {
  overflow: hidden;
  width: calc(100% - 8%);
  padding: 5px 2%;
  transition: all .25s ease-in-out 0s;
  

    font-family: 'Poppins', sans-serif;
  
  max-height: 0px;
  visibility: hidden;
}
#faqSection .faq-content p {
  
  color: #c2c2c2;
  line-height: 140%;
  font-size: 14px;
  margin: 0 0 12px;
  
    font-family: 'Poppins', sans-serif;
  font-weight: 100;
}
#faqSection .faq-content a {
  color: #00C58E;
  font-weight: 600;
  letter-spacing: .05rem;
}
#faqSection .faq-content ul {border-left:2px solid #00C58E}
#faqSection .faq-content li {
  color: #bad2e2;
  font-size: .85rem;
  line-height: 160%;
  font-weight: 200;
  margin: 8px 0 8px 2%;
  list-style: none;
  width: 90%;
  
    font-family: 'Poppins', sans-serif;
  
}
@media (max-width: 768px) {
#faqs {
    margin-left: -37px!important;
    padding: 0px;
    width: 100%;
    float: left;
    text-align: left;
}

}
