.effects-page .hero-slider .swiper {
  padding-bottom: 0 !important;
}
.effects-page .hero-slider .swiper-pagination {
  top: auto;
  bottom: 7px !important;
}
.effects-page .hero-slider .swiper-pagination-bullet {
  opacity: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.effects-page .hero-slider .swiper-pagination-bullet:hover {
  background: #A6B27380 !important;
}
.effects-page .hero-slider .swiper-pagination-bullet-active {
  background: #A6B273 !important;
}
.effects-page .hero-slider .swiper-pagination-bullet-active:hover {
  background: #A6B273 !important;
}
.effects-page .accordion details summary {
  grid-gap: 30px !important;
  padding: 14px 19px 11px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.effects-page .accordion details summary:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
}
.effects-page .accordion details:nth-child(1) summary {
  background-color: #786387 !important;
}
.effects-page .accordion details:nth-child(1) summary:before {
  background-image: url("../img/icons/lotos.svg");
}
.effects-page .accordion details:nth-child(2) summary {
  background-color: #535C70 !important;
}
.effects-page .accordion details:nth-child(2) summary:before {
  background-image: url("../img/icons/sleep.svg");
}
.effects-page .accordion details:nth-child(3) summary {
  background-color: #3B6667 !important;
}
.effects-page .accordion details:nth-child(3) summary:before {
  background-image: url("../img/icons/scope.svg");
}
.effects-page .accordion details:nth-child(4) summary {
  background-color: #C68D05 !important;
}
.effects-page .accordion details:nth-child(4) summary:before {
  background-image: url("../img/icons/lightnin.svg");
}
.effects-page .accordion details:nth-child(5) summary {
  background-color: #4B94A1 !important;
}
.effects-page .accordion details:nth-child(5) summary:before {
  background-image: url("../img/icons/mark.svg");
}
.effects-page .accordion details:nth-child(6) summary {
  background-color: #B35A1B !important;
}
.effects-page .accordion details:nth-child(6) summary:before {
  background-image: url("../img/icons/paint_palette.svg");
}
.effects-page .accordion details:nth-child(7) summary {
  background-color: #879F69 !important;
}
.effects-page .accordion details:nth-child(7) summary:before {
  background-image: url("../img/icons/people.svg");
}
.effects-page .accordion details:nth-child(8) summary {
  background-color: #D18879 !important;
}
.effects-page .accordion details:nth-child(8) summary:before {
  background-image: url("../img/icons/smile.svg");
}
.effects-page .accordion-content {
  border: none;
}
.effects-page .accordion-content > div {
  box-shadow: 0px 4px 4px 0px #00000040;
}
/*# sourceMappingURL=effects.css.map */