.agenda-featured .swiper.swiper-initialized {
  padding-bottom: 60px;
  overflow: visible !important;
}
.agenda-featured .swiper .swiper-slide {
  height: auto;
}
.agenda-featured .swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.agenda-featured .swiper .swiper-slide > article {
  height: 100%;
}
.agenda-featured .swiper .swiper-button-prev,
.agenda-featured .swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: 0;
  color: #1D1D1B;
}
.agenda-featured .swiper .swiper-button-prev:focus,
.agenda-featured .swiper .swiper-button-next:focus {
  color: #4a4a49;
}
.agenda-featured .swiper .swiper-button-prev:hover,
.agenda-featured .swiper .swiper-button-next:hover {
  color: #777776;
}
.agenda-featured .swiper .swiper-button-prev {
  left: auto;
  right: 40px;
}
.agenda-featured .swiper .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .agenda-featured .swiper .swiper-button-prev,
.agenda-featured .swiper .swiper-button-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .agenda-featured.agenda-featured-complete .swiper .swiper-slide {
    width: 432px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .agenda-featured.agenda-featured-complete .swiper .swiper-slide {
    width: 300px;
    margin-right: 20px;
  }
  .agenda-featured.agenda-featured-complete .swiper .swiper-slide .blockFeatured-type2-item {
    margin-left: 0;
    margin-right: 0;
  }
  .agenda-featured.agenda-featured-complete .swiper .swiper-slide .blockFeatured-type2-item .blockFeatured-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .agenda-featured.agenda-featured-reduced .swiper .swiper-slide {
    width: 446px;
    padding-right: 20px;
    border-right: 1px solid #DDE2E5;
    margin-right: 19px;
  }
}
@media (max-width: 767px) {
  .agenda-featured.agenda-featured-reduced .swiper .swiper-slide {
    width: 300px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE2E5;
    margin-right: 20px;
  }
}/*# sourceMappingURL=agenda-featured.css.map */