/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/block-accordion.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.block-accordion__item {
  border-bottom: 1px solid var(--wp--preset--color--blue-200);
  display: grid;
  gap: 16px;
  padding: 40px 0 24px;
}
.block-accordion__item:first-child {
  border-top: 1px solid var(--wp--preset--color--blue-200);
}
.block-accordion__item h3 {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--h-2);
}
.block-accordion__item.open .block-accordion__text {
  height: var(--content-height);
  overflow: visible;
  opacity: 1;
}
.block-accordion__item.open .block-accordion__heading:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-accordion__text {
  height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 860px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.block-accordion__heading {
  position: relative;
  cursor: pointer;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1200px) {
  .block-accordion__heading {
    padding-right: 56px;
  }
}
.block-accordion__heading:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18.9367 18.9363L18.9352 6.46387C18.9352 6.32404 18.9627 6.18558 19.0162 6.05639C19.0698 5.9272 19.1482 5.80982 19.2471 5.71094C19.3459 5.61206 19.4633 5.53363 19.5925 5.48012C19.7217 5.42661 19.8602 5.39907 20 5.39907C20.1398 5.39907 20.2783 5.42661 20.4075 5.48012C20.5367 5.53363 20.6541 5.61206 20.7529 5.71094C20.8518 5.80982 20.9302 5.9272 20.9838 6.05639C21.0373 6.18558 21.0648 6.32404 21.0648 6.46387L21.0633 18.9363L33.5357 18.9348C33.8181 18.9348 34.0889 19.0469 34.2886 19.2466C34.4883 19.4463 34.6005 19.7172 34.6005 19.9996C34.6005 20.282 34.4883 20.5528 34.2886 20.7525C34.0889 20.9522 33.8181 21.0644 33.5357 21.0644L21.0633 21.0629L21.0648 33.5353C21.0648 33.8177 20.9526 34.0885 20.7529 34.2882C20.5532 34.4879 20.2824 34.6001 20 34.6001C19.7176 34.6001 19.4468 34.4879 19.2471 34.2882C19.0474 34.0885 18.9352 33.8177 18.9352 33.5353L18.9367 21.0629L6.46431 21.0644C6.1819 21.0644 5.91107 20.9522 5.71138 20.7525C5.51169 20.5528 5.3995 20.282 5.3995 19.9996C5.3995 19.7172 5.51169 19.4463 5.71138 19.2466C5.91107 19.0469 6.18191 18.9348 6.46431 18.9348L18.9367 18.9363Z%27 fill=%27%23150F25%27/%3E%3C/svg%3E%0A");
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (min-width: 1200px) {
  .block-accordion__heading:after {
    width: 40px;
    height: 40px;
  }
}
