.fr-slider--hide {
  display: none;
}

/* .fr-slider .splide__track .splide__list .splide__slide.is-active{
  background-color: red;
} */


.splide__arrow {
  position: absolute;
}


.splide__pagination {
  bottom: 15px;
  left: 50%;
  list-style: none;
  padding: 0;
  position: absolute!important;
  transform: translateX(-50%);
  z-index: 1;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__pagination .splide__pagination__page {
  background-color: rgba(0,0,0,.33);
  border: 0;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 10px;
}

.splide__pagination .splide__pagination__page.is-active {
  background-color: #000;
  z-index: 1;
}

/* In Builder Pagination */

.fr-slider__pagination--builder {
  display: flex!important;
}

/* Custom Navigation */

/* .fr-slider__progress {
  background: #ccc;
  position: relative!important;
  height: 12px;
  min-height: 12px!important;
  overflow: hidden;
}

.fr-slider__progress-bar{
  background: greenyellow;
  transition: width 400ms ease;
  width: 0;
  height: 12px;
}

.fr-slider__progress-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  }

.fr-slider__progress-button {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  background-color: transparent;
} */

.fr-slider {
  width: 100%;
}

.fr-slider__placeholder-slide, .brxe-block.fr-slider__placeholder-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
  width: 100%;
  background-color: var(--shade-ultra-light);
}

.fr-slider__placeholder-slide-text {
  text-align: center;
}

.fr-slider__custom-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe .fr-slider[data-fr-slider-breakout="true"] > .fr-slider__track {
  overflow: visible!important;
}

