/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
	Usage: @include font-size(1, large);
*/
.splide__arrow {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid var(--gray-lightest);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.splide__arrow svg {
  fill: currentColor;
  height: 50%;
  width: 50%;
}
@media (min-width: 768px) {
  .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1280px) {
  .splide__arrow {
    width: 6rem;
    height: 6rem;
  }
}

.splide__pagination__page.is-active {
  box-shadow: 0 0 0 1px var(--gray-light);
  opacity: 0.9;
}

.splide__toggle {
  position: absolute;
  top: 24px;
  line-height: 1;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}
.splide__toggle:hover, .splide__toggle:focus {
  opacity: 1;
}

.paragraph--type--slideshow-paragraph .splide__arrow--prev {
  left: -1em;
}
.paragraph--type--slideshow-paragraph .splide__arrow--next {
  right: -1em;
}
/*# sourceMappingURL=maps/splide.css.map */
