.core-hero-slideshow.hero-slideshow.core-hero-slideshow.hero-slideshow {
    display: flex;
    justify-content: center;
    padding: 0px var(--space-5);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--space-2);
    max-width: calc(var(--width-base) - var(--space-10));
}


@media screen and (min-width: 64em) {
    .core-hero-slideshow.hero-slideshow.core-hero-slideshow.hero-slideshow {
        padding: 0;
        max-width: calc(var(--width-smallscreen) - var(--space-10));
    }
}

@media screen and (min-width: 1440px) {
    .core-hero-slideshow.hero-slideshow.core-hero-slideshow.hero-slideshow {
        padding: 0;
        max-width: calc(var(--width-base) - var(--space-10))
    }
}

.core-hero-slideshow.hero-slideshow .slider-cont { 
    max-width: var(--width-base);
}

@media screen and (min-width: 1250px) {
    .core-hero-slideshow.hero-slideshow {
        padding: 0;
    }
}


.core-hero-slideshow.hero-slideshow .slide .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.core-hero-slideshow.hero-slideshow .content-section {
    position: relative;
    bottom: 0;
    padding: var(--space-1) 0px;
    height: 85px;
}

.core-hero-slideshow.hero-slideshow .content-section .slide-title {
    font-family: var(--font-header);
    font-size: var(--text-2xl); 
    color: var(--text-color);
    margin-top: var(--space-2);
}

.core-hero-slideshow.hero-slideshow .slide-footer {
    display: none !important;
}
.core-hero-slideshow.hero-slideshow .content-section p.description {
    color: #000000;
    font-size: var(--text-base);
    margin-bottom: var(--space-2);
    display: none;
    max-width: 500px;
}

.core-hero-slideshow.hero-slideshow .arrows-cont .glide__arrows {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: auto;
    gap: 2px;
    padding: 0;
    transform: translateX(50%);
    background-color: #ffffff;
    padding: 10px 0px;
}

.arrows-cont {
    position: absolute;
    right: 50%;
    bottom: 0px;
    display: none;
}

.core-hero-slideshow.hero-slideshow .glide__arrow {
    height: 30px;
    width: 30px;
    filter: invert(1) brightness(0.5);
    background-color: transparent;
}
.core-hero-slideshow.hero-slideshow .glide__arrow i {
    display: none;
}
.core-hero-slideshow.hero-slideshow .glide__arrows .glide__arrow.glide__arrow--left {
    margin-right: var(--space-5);
}
.core-hero-slideshow.hero-slideshow .glide__arrow--left {
    background-image: url(/includes/public/assets/shared/arrows/icon_arrow_left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}
.core-hero-slideshow.hero-slideshow .glide__arrow--right {
    background-image: url(/includes/public/assets/shared/arrows/icon_arrow_right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.core-hero-slideshow.hero-slideshow .glide__arrow:hover {
    filter: invert(1) brightness(0);
}

.glide__bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: var(--space-6);
}

.core-hero-slideshow.hero-slideshow .glide__bullets {
    position: absolute;
    width: 100%;
    bottom: 110px;
    padding-bottom: 0;    
}

.core-hero-slideshow.hero-slideshow .glide_bullet {
    display: block;
    height: 15px !important;
    width: 15px !important;
    background-color: #bfbfbf;
    border-radius: 100%;
    margin: 0px 8px;
    padding: 0;
}

.core-hero-slideshow.hero-slideshow .glide__bullets .glide_bullet {
    background: #fff;
    opacity: 0.5;
}

.core-hero-slideshow.hero-slideshow .glide__bullets .glide__bullet--active {
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .core-hero-slideshow.hero-slideshow .glide__bullets {
        display: none;
    }
}


@media (min-width: 40em) {
    .core-hero-slideshow.hero-slideshow .content-section {
        background: #fff;
        padding: var(--space-2) 0px;
        left: 0px;
        height: auto;
    }

    .core-hero-slideshow.hero-slideshow .content-section .slide-title {
        width: auto;
        margin: 0;
        font-size: var(--text-2xl);
    }

    .core-hero-slideshow.hero-slideshow .arrows-cont .glide__arrows {
        bottom: 0;  
    }

    .core-hero-slideshow.hero-slideshow .glide__arrow {
        height: 30px;
        width: 30px;
    }
}


@media screen and (min-width: 530px) {
    .core-hero-slideshow.hero-slideshow .arrows-cont {
        right: 0px;
        bottom: 65px;
        display: flex;
    }
    .core-hero-slideshow.hero-slideshow .arrows-cont .glide__arrows {
        transform: translateX(0%);
    }
    .core-hero-slideshow.hero-slideshow .content-section p.description {
        margin-bottom: 0px;
        padding-bottom: 0px;
        display: flex;
    }
    .core-hero-slideshow.hero-slideshow .content-section {
        padding: var(--space-5) 0px;
    }
    .core-hero-slideshow.hero-slideshow .content-section .slide-title {
      font-size: var(--text-3xl);
      line-height: var(--text-4x1);
      margin-top: 0px;
    }
    .core-hero-slideshow.hero-slideshow .content-section {
        min-height: 130px;
    }
}


/* overrides for one slide only */
.core-hero-slideshow.hero-slideshow.single-slide .glide__bullets,
.core-hero-slideshow.hero-slideshow.single-slide .arrows-cont {
	display: none;
}

.core-hero-slideshow.hero-slideshow.single-slide * {
    pointer-events: none;
}

.core-hero-slideshow.hero-slideshow.single-slide a {
    pointer-events: auto;
}

@media (max-width:480px) {

    .core-hero-slideshow.hero-slideshow.single-slide .glide__slide--active {
        width: calc(100vw - 40px) !important;
    }
}