.faq-section {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .faq-section {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .faq-section {
    padding: 7.5rem 0;
  }
}
.faq-section .faq-header {
  margin-bottom: 3rem;
  text-align: center;
}
.faq-section .faq-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.faq-section .faq-item {
  background-color: #fafafa;
  border: 1px solid #e7ebee;
  margin-bottom: -1px;
}
.faq-section .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-question {
    padding: 1.375rem 1.75rem;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .faq-section .faq-item .faq-question {
    padding: 2.0625rem 2.5rem;
  }
}
.faq-section .faq-item .faq-bullet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(13, 33, 55);
}
@media (min-width: 1200px) {
  .faq-section .faq-item .faq-bullet {
    width: 19px;
    height: 19px;
  }
}
.faq-section .faq-item .faq-q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0d2137;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-q-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .faq-section .faq-item .faq-q-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .faq-section .faq-item .faq-q-text {
    font-size: 1.75rem;
  }
}
.faq-section .faq-item .faq-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 1200px) {
  .faq-section .faq-item .faq-toggle {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1600px) {
  .faq-section .faq-item .faq-toggle {
    width: 30px;
    height: 30px;
  }
}
.faq-section .faq-item .faq-toggle .faq-toggle__icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.faq-section .faq-item .faq-toggle .faq-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #0d2137;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.faq-section .faq-item .faq-toggle .faq-toggle__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1.5px;
  height: 100%;
  background-color: #0d2137;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.3s ease;
  transition: max-height 0.4s ease, padding 0.3s ease;
  border-top: 1px solid rgb(231, 235, 238);
}
.faq-section .faq-item .faq-answer p {
  font-size: 1rem;
  color: #575757;
  line-height: 1.75;
  padding: 1.75rem 1.75rem 1.375rem 3.125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .faq-section .faq-item .faq-answer p {
    padding: 1.75rem 2rem 1.5rem 3.375rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .faq-section .faq-item .faq-answer p {
    padding-inline: 6.25rem;
  }
}
.faq-section .faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-section .faq-item.open .faq-toggle .faq-toggle__icon::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}