.faq-wrapper .faq-title {
  font-family: "Intro Black Alt";
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  margin-top: 3px;
  letter-spacing: -1px;
  transform: translateX(-2px);
  margin-bottom: 10px;
}
.faq-wrapper .faq-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}
.faq-wrapper .faq-list .faq-item {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.faq-wrapper .faq-list .faq-item .faq-item-header {
  font-family: "Intro Black Alt";
  cursor: pointer;
  padding: 19px 50px 19px 10px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 16px;
  position: relative;
  user-select: none;
  margin: 0;
}
.faq-wrapper .faq-list .faq-item .faq-item-header:after {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 12px;
  right: 12px;
  top: calc(50% - 16px);
  border: 1px solid #DDDDDD;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.faq-wrapper .faq-list .faq-item .faq-item-body {
  font-family: "Inter";
  padding: 0 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: none;
  transform: translate(-2px, 2px);
  margin: 0;
}
.faq-wrapper .faq-list .faq-item .faq-item-body a {
  color: #000000;
}
.faq-wrapper .faq-list .faq-item.--active {
  border-color: #014948;
  background: #F5F5F5;
}
.faq-wrapper .faq-list .faq-item.--active .faq-item-header:after {
  background-color: #F93801;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 12px;
}
.faq-wrapper .faq-list .faq-item.--active .faq-item-body {
  display: block;
  padding-bottom: 12px;
}

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