.l-faqs__faq {
  border-bottom: 1px dashed #007ac7;
  display: none;
}
.l-faqs__faq.is-visible {
  display: block;
}
.l-faqs__title {
  font-size: 1.25em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  padding: 26px 70px 26px 30px;
  display: block;
  position: relative;
  font-weight: 600;
}
.l-faqs__title:hover, .l-faqs__title:active, .l-faqs__title:focus, .l-faqs__title:visited {
  color: #4a4a4a;
}
@media (max-width: 1599.98px) {
  .l-faqs__title {
    font-size: 1em;
    padding: 20.8px 70px 20.8px 24px;
  }
}
@media (max-width: 991.98px) {
  .l-faqs__title {
    font-size: 1em;
    padding: 18px 70px 18px 0;
  }
}
.l-faqs__title.is-active {
  color: #007ac7;
}
.l-faqs__title.is-active:hover, .l-faqs__title.is-active:active, .l-faqs__title.is-active:focus, .l-faqs__title.is-active:visited {
  color: #007ac7;
}
.l-faqs__title.is-active span:after {
  opacity: 0;
}
.l-faqs__title span {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #007ac7;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-faqs__title span:before, .l-faqs__title span:after {
  content: "";
  position: absolute;
  background: #ffffff;
}
.l-faqs__title span:before {
  width: 10px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-faqs__title span:after {
  width: 3px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.l-faqs__text {
  display: none;
  padding: 20px 38px 50px 94px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 0.875em;
}
@media (max-width: 1599.98px) {
  .l-faqs__text {
    font-size: 0.8125em;
    padding: 16px 30.4px 40px 75.2px;
  }
}
@media (max-width: 991.98px) {
  .l-faqs__text {
    padding-left: 0;
  }
}
.l-faqs__text p {
  margin-bottom: 30px;
}
@media (max-width: 1599.98px) {
  .l-faqs__text p {
    margin-bottom: 24px;
  }
}
.l-faqs__text a {
  color: #333333;
  text-decoration: underline;
}
.l-faqs__text a:hover, .l-faqs__text a:active, .l-faqs__text a:focus, .l-faqs__text a:visited {
  color: #333333;
}
.l-faqs__text-container {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .l-faqs__text-container {
    max-height: 240px;
    padding-right: 32px;
  }
}
.l-faqs__text-container::-webkit-scrollbar {
  width: 10px;
}
.l-faqs__text-container::-webkit-scrollbar-track {
  background: #dadada;
}
.l-faqs__text-container::-webkit-scrollbar-thumb {
  background: #007ac7;
  border-radius: 10px;
}
.l-faqs__header {
  margin: 0 0 70px;
}
@media (max-width: 991.98px) {
  .l-faqs__header {
    margin: 0 0 50px;
  }
}
@media (max-width: 575.98px) {
  .l-faqs__header {
    margin: 0 0 30px;
  }
}