/* FRONTPAGE SPORTS */
section.wp-block-buildkit-slider {
  position: relative;
  overflow: unset;
}
section.wp-block-buildkit-slider .swiper-wrapper {
  min-width: 100%;
  column-gap: 0em;
}
section.wp-block-buildkit-slider .swiper-slide {
  display: block;
  max-width: 100%;
  height: auto;
  border-bottom: #000 3px solid;
  flex-basis: 320px;
  flex-grow: 1;
}
section.wp-block-buildkit-slider .swiper-slide.has-background {
  padding: 1em;
}
section.wp-block-buildkit-slider .swiper-buttons {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1em;
  z-index: 20;
  min-width: 100%;
  column-gap: 0.5em;
}
section.wp-block-buildkit-slider .swiper-buttons .swiper-button {
  position: relative;
  z-index: 20;
  top: unset;
  left: unset;
  right: unset;
  margin: 0px;
  color: currentcolor;
}
section.wp-block-buildkit-slider .swiper-buttons .swiper-button.swiper-button-prev::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 24px;
}
section.wp-block-buildkit-slider .swiper-buttons .swiper-button.swiper-button-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentcolor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 24px;
}
section.wp-block-buildkit-slider .swiper-pagination {
  text-align: left;
  min-width: 100%;
}
section.wp-block-buildkit-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: currentcolor;
  border-radius: 4px;
  transition: width 125ms linear;
}
section.wp-block-buildkit-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 2em;
}
section.wp-block-buildkit-slider.is-preview .acf-innerblocks-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  min-width: 100%;
  column-gap: 1em;
  padding-bottom: 1em;
}
section.wp-block-buildkit-slider.is-preview .acf-innerblocks-container > .wp-block {
  max-width: 100%;
  min-width: 320px;
  border-bottom: #000 3px solid;
  flex-basis: 320px;
  flex-grow: 1;
}
section.wp-block-buildkit-slider.is-preview .acf-innerblocks-container > .wp-block.has-background {
  padding: 1em;
}
