.edit .no-data-found {
  display: flex !important;
}

.gap-row-34 {
  row-gap: 34px;
}

.hidden {
  visibility: hidden;
  position: absolute;
  display: none !important;
}

.searched {
  border-radius: 8px;
  border: 2px solid #1a906c;
}
.searched.active {
  border: 0px solid #1a906c;
}

.faq-container {
  gap: 40px;
}
.faq-container .section-banner {
  row-gap: 34px;
  margin-top: 64px;
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
}
.faq-container .section-banner .banner-container .row {
  gap: 24px;
}
.faq-container .section-banner .banner-container .block-icon {
  justify-content: center;
}
.faq-container .section-banner .banner-container h1,
.faq-container .section-banner .banner-container h2,
.faq-container .section-banner .banner-container h3,
.faq-container .section-banner .banner-container h4,
.faq-container .section-banner .banner-container h5,
.faq-container .section-banner .banner-container h6,
.faq-container .section-banner .banner-container p,
.faq-container .section-banner .banner-container div {
  color: #000;
  text-align: center;
  /* Heading/Display s */
  font-family: "Roboto Medium", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
}
@media (max-width: 765px) {
  .faq-container .section-banner .banner-container h1,
  .faq-container .section-banner .banner-container h2,
  .faq-container .section-banner .banner-container h3,
  .faq-container .section-banner .banner-container h4,
  .faq-container .section-banner .banner-container h5,
  .faq-container .section-banner .banner-container h6,
  .faq-container .section-banner .banner-container p,
  .faq-container .section-banner .banner-container div {
    font-size: 31px;
  }
}
.faq-container .section-banner .input-wrapper {
  width: fit-content;
}
.faq-container .section-banner .input-wrapper input {
  width: 636px;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
}
.faq-container .section-banner .input-wrapper input::placeholder {
  color: #5a5a59;
  font-family: "Source Sans 3 Light", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
@media (max-width: 765px) {
  .faq-container .section-banner .input-wrapper input {
    width: 100%;
  }
}
.faq-container .section-banner .input-wrapper svg {
  right: 20px !important;
}
.faq-container .filter-topic {
  gap: 12px;
}
.faq-container .filter-topic .topic-item {
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
.faq-container .filter-topic .active {
  border-radius: 8px;
  color: #fff;
  background: #1a906c;
}
.faq-container .section-content {
  max-width: 855px;
  margin: 0 auto;
}
.faq-container .section-content .faq-content-container {
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  background: #fff;
  gap: 24px;
  padding: 42px;
  margin-left: -20px;
  margin-right: -20px;
}
.faq-container .section-content .faq-content-container ul {
  margin-bottom: 0;
}
@media (max-width: 765px) {
  .faq-container .section-content .faq-content-container {
    padding: 18px 2px;
  }
}
.faq-container .section-content .faq-content-container .text-not-found {
  color: #1c1c1c;
  text-align: center;
  font-family: "Source Sans 3 Medium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}
.faq-container .section-content .faq-content-container .text-not-found-content {
  color: #b3b3b3;
  text-align: center;
  font-family: "Source Sans 3 Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.faq-container .no-data-found {
  display: none;
  width: 770px;
}

/*# sourceMappingURL=faq.css.map */
