@charset "utf-8";

/* FAQ
   ========================================================================== */


/* faq */

.faq__nav {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}

.faq__nav__item {
  color: #7500ee;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: .5rem;
}

.faq__nav__item::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin-left: .25rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

@media only screen and (min-width: 1024px) {
  .faq__nav__item:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  .faq__nav__item {
    margin: .5rem 1rem;
  }
}

.faq__nav__item::after {
  content: '\f107';
}

.faq {
  padding: 2rem 0;
}

.faq__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 2.5rem 0 1.5rem;
}

@media only screen and (min-width: 720px) {
  .faq__title {
    margin: 2.5rem 0;
  }
}

.faq__title::after {
  background: -webkit-linear-gradient(left, #7500ee, #e4006f);
  background: linear-gradient(to right, #7500ee, #e4006f);
  content: '';
  display: block;
  margin-top: .5rem;
  width: 100%;
  height: 4px;
}

.faq__item {
  margin-bottom: 1rem;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media only screen and (min-width: 1024px) {
  .faq__item {
    margin-bottom: 2rem;
  }
}

.faq__item__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 1024px) {
  .faq__item__q {
    font-size: 18px;
    line-height: 28px;
  }
}

.faq__item__q::before {
  color: #7500ee;
  content: 'Q';
  font-size: 26px;
  line-height: 36px;
  margin-right: .5rem;
}

@media only screen and (min-width: 1024px) {
  .faq__item__q::before {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1024px) {
  .faq__item__q::before {
    margin-right: 1rem;
  }
}

.faq__item__a {
  color: #9d97a3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 22px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 1024px) {
  .faq__item__a {
    font-size: 14px;
    line-height: 24px;
  }
}

.faq__item__a::before {
  content: 'A';
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-right: .5rem;
}

@media only screen and (min-width: 1024px) {
  .faq__item__a::before {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1024px) {
  .faq__item__a::before {
    margin-right: 1rem;
  }
}

.faq__item__a span {
  display: block;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  line-height: 1rem;
  margin-top: .5rem;
}
