/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/faq-accordion/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
.faq {
  padding-top: 10px;
  border-bottom: 1px solid #ebebec;
  color: #000000;
}
.faq_open {
  padding-bottom: 25px;
}
.faq__question {
  position: relative;
  display: block;
  padding: 5px 50px 5px 0;
  cursor: pointer;
  margin: 9px 0 20px;
}
.faq_open .faq__question {
  margin-bottom: 20px;
}
.faq__question-text.up {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  color: #000;
  margin: 0;
}
.faq__arrow {
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.faq_open .faq__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__arrow svg {
  display: block;
  width: auto;
  height: 100%;
}
.faq__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.faq__content {
  color: #333333;
}
.faq__content p {
  color: inherit;
  margin: 20px 0;
}
.faq__content p:first-child {
  margin-top: 0;
}
.faq__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq__content ol li,
.faq__content ul li {
    padding-left: 0;
    margin-left: 15px;
  }
}

.node-1556 {
  background: #fff;
  padding-bottom: 48px;
}
.node-1556 > .container {
  padding: 0;
  max-width: 100%;
}
