/* widecarousel — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.widecarousel-component {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 90px;
    overflow: clip;
}

@media only screen and (min-width: 1024px) {
  .widecarousel-component {
        padding-bottom: 105px;
    }
}

.widecarousel-component .swiper {
    width: 100%;
    height: 360px;
}

@media (min-width: 768px) {
  .widecarousel-component .swiper {
        height: 565px;
    }
}

.widecarousel-component .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
}

@media (min-width: 768px) {
  .widecarousel-component .swiper .swiper-slide {
        width: 400px;
    }
}

.widecarousel-component .swiper .swiper-slide.wide-slide {
    width: 230px;
}

@media (min-width: 768px) {
  .widecarousel-component .swiper .swiper-slide.wide-slide {
        width: 530px;
    }
}

.widecarousel-component .swiper .swiper-slide.tall-slide {
    width: 210px;
}

@media (min-width: 768px) {
  .widecarousel-component .swiper .swiper-slide.tall-slide {
        width: 350px;
    }
}

.widecarousel-component .swiper .swiper-scrollbar {
    width: 70vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.widecarousel-component .swiper .swiper-scrollbar-drag {
    background-color: #84772B;
    height: 3px;
}
