/*
faq
---------------------------*/
.faq .faq__qa dl {
  overflow: hidden;
}
.faq .faq__qa dl + dl {
  margin-top: 15px;
}
.faq .faq__qa dt, .faq .faq__qa dd {
  position: relative;
  background-color: #fff;
  line-height: 1.75;
  padding: 10px 25px 10px 30px;
}
.faq .faq__qa dt:after, .faq .faq__qa dd:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "Outfit", sans-serif;
  color: #036EB8;
  font-size: 24px;
}
.faq .faq__qa dt:after {
  content: "Q";
}
.faq .faq__qa dd {
  display: none;
}
.faq .faq__qa dd:after {
  content: "A";
}
.faq .faq__qa .open dd {
  display: block;
  border-top: 1px solid #036EB8;
}
.faq .faq__qa .open .faq__qa--arrow > span:after {
  top: 12px;
  transform: rotate(-45deg);
}
.faq .faq__qa--arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #036EB8;
  border-radius: 50px;
  margin: auto;
}
.faq .faq__qa--arrow > span {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}
.faq .faq__qa--arrow > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  z-index: 1;
  margin: auto;
  transition-duration: 0.4s;
}
@media (min-width: 1120px) {
  .faq .faq__qa dl + dl {
    margin-top: 20px;
  }
  .faq .faq__qa .open .faq__qa--arrow > span:after {
    top: 16px;
  }
  .faq .faq__qa dt, .faq .faq__qa dd {
    padding: 20px 20px 20px 40px;
  }
  .faq .faq__qa dt:after, .faq .faq__qa dd:after {
    top: 6px;
    left: 0;
    font-size: 31px;
  }
  .faq .faq__qa--arrow {
    right: 0;
    width: 36px;
    height: 36px;
  }
  .faq .faq__qa--arrow > span {
    width: 36px;
    height: 36px;
  }
  .faq .faq__qa--arrow > span:after {
    top: 13px;
    width: 8px;
    height: 8px;
  }
}

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