<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* FAQ Starts */
.accordion ul.list-style-hypen {
  list-style-type: none;
}
.accordion ul.list-style-hypen &gt; li {
  text-indent: 0px;
}
.accordion ul.list-style-hypen &gt; li:before {
  content: "-";
  text-indent: 5px;
  padding-right: 15px;
}
.accordion .items,
.accordion .items .item.card,
.accordion .items .item.card .card-header,
.accordion .items .card-header button {
  border: 0px;
  border-radius: 0px;
}
.accordion .items {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 3rem;
  border-radius: 0px;
}
.accordion .items .card-header {
  background: transparent;
  padding: 0rem 0rem;
}
 
   /* font-size: 20px;*/
  .accordion .items .card-header button label {
    font-size: 1.25em; 
  }
 
  .accordion .items .card-body {
    font-weight: 400;
  }
  .accordion .items .card-header button {
    font-weight: 600;  
  } 
  .accordion .items .card-header button {
    text-decoration: none;
  }
  .accordion .items .card-header button,
  .accordion .items .card-body {
    color: #666666; 
  }
  .accordion .items .card-header button::before {
      color: #ffffff; 
    }
  /* Fontawesome starts */
  .accordion .items .card-header button::before,
  .accordion .items .card-header button:hover::before,
  .accordion .items .card-header button[aria-expanded="true"]::before {
    font-family: 'FontAwesome';
  }
  .accordion .items .card-header button[aria-expanded="false"]::before,
  .accordion .items .card-header button::before {
    content: "\f067";
  }
  
  .accordion .items .card-header button[aria-expanded="true"]::before {
    content: "\f068";
  }
  
  /* Fontawesome Ends */
.accordion .items .card-header h2 {
  line-height: 0;
}
.accordion .items .item.card {  
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .items .card-header button {
  width: 100%;
  text-align: left;
  padding: 0.875em 0em;
}
.accordion .items .card-header button::before {
    background: #09f;
    padding: 0.55em 0.902em;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 400;
    float: left;
    margin-right: 1em;
    margin-top: 0px;
    width: 40px;
    height: 40px;
}
.accordion .items .card-header button .label {
    font-size: 1.250em;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 5px;
}
.accordion .items .card-header button:focus {
    box-shadow: none;
}
.accordion .items .collapse .card-body {
    padding: 1.000em 3.5em;
}
.accordion .items .collapse .card-body .col-12 {
    padding : 0;
}
.accordion .items .collapse .card-body .field-content {
    font-size: 1.250em;
    line-height: 1.4;
    font-weight: 300;
}
/* FAQ Ends */</pre></body></html>