/* Generated by vite-plugin-svg-spritemap */
.faq {
  background-color: #ffffff;
}
.faq__container {
  max-width: 77.5rem;
}
.faq__title {
  text-align: center;
}
.faq__list {
  max-width: 72.75rem;
  margin-inline: auto;
}

.qa {
  display: flex;
  flex-direction: column;
}

.qa-item__head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.qa-item__title {
  font-family: "Glory";
  font-weight: 600;
  line-height: 1.35;
}
.qa-item__icon {
  position: relative;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.qa-item__icon::before, .qa-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6875rem;
  height: 0.09375rem;
  background-color: #3c5c55;
  transform-origin: center;
  transition: transform 0.25s ease;
}
.qa-item__icon::before {
  transform: translate(-0.4375rem, -50%) rotate(45deg);
}
.qa-item__icon::after {
  transform: translate(0, -50%) rotate(-45deg);
}
.qa-item.is-open .qa-item__icon::before {
  transform: translate(-0.4375rem, -50%) rotate(-45deg);
}
.qa-item.is-open .qa-item__icon::after {
  transform: translate(0, -50%) rotate(45deg);
}
.qa-item__body {
  max-height: 0;
  overflow: hidden;
  color: #3c5c55;
  transition: max-height 0.3s ease;
}
.qa-item__body p, .qa-item__body div {
  max-width: 62.5rem;
  line-height: 1.55;
}
.qa-item__body p:not(:last-child), .qa-item__body div:not(:last-child) {
  margin-bottom: 0.875rem;
}
.qa-item__category {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: #1c1b28;
  line-height: 1.3;
}
.qa-item__category span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.3125rem 1rem;
  border: 0.0625rem solid #bfc0c7;
  border-radius: 6.25rem;
  background-color: #ffffff;
}
@media (max-width: 47.99875em) {
  .qa-item__category {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
@media (max-width: 20em) {
  .faq__title {
    margin-bottom: 2.125rem;
  }
  .qa-item__head {
    padding-top: 0.6875rem;
  }
  .qa-item__head {
    padding-bottom: 0.6875rem;
  }
  .qa-item__title {
    font-size: 1rem;
  }
  .qa-item__body {
    padding-left: 6.25e-8rem;
  }
  .is-open .qa-item__body {
    padding-top: 0.875rem;
  }
  .is-open .qa-item__body {
    padding-bottom: 1.375rem;
  }
  .qa-item__body p {
    font-size: 1rem;
  }
  .qa-item__category {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .faq__title {
    margin-bottom: clamp( 2.125rem , 1.502777777775rem  +  3.1111111111vw , 3.875rem );
  }
  .qa-item__head {
    padding-top: clamp( 0.6875rem , 0.62083333333125rem  +  0.3333333333vw , 0.875rem );
  }
  .qa-item__head {
    padding-bottom: clamp( 0.6875rem , 0.62083333333125rem  +  0.3333333333vw , 0.875rem );
  }
  .qa-item__title {
    font-size: clamp( 1rem , 0.9111111111125rem  +  0.4444444444vw , 1.25rem );
  }
  .qa-item__body {
    padding-left: clamp( 6.25e-8rem , -1.2222221375rem  +  6.111111vw , 3.4375rem );
  }
  .is-open .qa-item__body {
    padding-top: clamp( 0.875rem , 0.7861111111125rem  +  0.4444444444vw , 1.125rem );
  }
  .is-open .qa-item__body {
    padding-bottom: clamp( 1.375rem , 1.24166666666875rem  +  0.6666666667vw , 1.75rem );
  }
  .qa-item__body p {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
  .qa-item__category {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
}
@media (min-width: 76.25em) {
  .faq__title {
    margin-bottom: 3.875rem;
  }
  .qa-item__head {
    padding-top: 0.875rem;
  }
  .qa-item__head {
    padding-bottom: 0.875rem;
  }
  .qa-item__title {
    font-size: 1.25rem;
  }
  .qa-item__body {
    padding-left: 3.4375rem;
  }
  .is-open .qa-item__body {
    padding-top: 1.125rem;
  }
  .is-open .qa-item__body {
    padding-bottom: 1.75rem;
  }
  .qa-item__body p {
    font-size: 1.125rem;
  }
  .qa-item__category {
    font-size: 1.125rem;
  }
}