html,
body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.FaqFrame {
  background-color: black;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
  min-height: 100%;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .FaqFrame {
    font-size: 18px;
  }
}
.FaqFrame .bl18 {
  width: 100%;
  height: 18px;
}
.FaqFrame .FaqTitle {
  margin: 0 auto;
  max-width: 2960px;
  background-color: #161616;
  text-align: center;
  padding: 1em;
}
.FaqFrame .FaqTitle .FaqHeading1 {
  color: #8bc34a;
  font-size: 3em;
  font-weight: normal;
}
.FaqFrame .FaqTitle p {
  color: #eaeaea;
  font-size: 1.2em;
}
.FaqFrame .FaqItem {
  max-width: 960px;
  background-color: #161616;
  margin: 0 auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.FaqFrame .FaqItem .q {
  padding: 10px;
  font-size: 1.4em;
  color: #8bc34a;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .FaqFrame .FaqItem .q {
    width: 40%;
    text-align: right;
    display: inline-block;
    padding: 8px;
  }
}
.FaqFrame .FaqItem .q .FaqQuesOuter {
  max-width: 640px;
  padding: 10px;
  overflow: auto;
}
.FaqFrame .FaqItem .q .FaqQuesOuter .FaqBack {
  color: #eaeaea;
  display: inline-block;
  width: 10%;
  margin-top: -5px;
}
.FaqFrame .FaqItem .q .FaqQuesOuter .FaqQuesBody {
  width: 90%;
  float: right;
}
.FaqFrame .FaqItem .a {
  font-size: 1em;
  color: #eaeaea;
  line-height: 1.4;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .FaqFrame .FaqItem .a {
    width: 60%;
    float: right;
    min-height: 100px;
    padding: 24px;
  }
}
.FaqFrame .FaqItem .a .FaqUl {
  list-style-type: none;
}
.FaqFrame .FaqItem .a .FaqLi {
  cursor: pointer;
  padding: 0.6em;
}
.FaqFrame .FaqCont {
  display: none;
}
