.widget-horizontal-card {
    position: relative;
}

.widget-horizontal-card .card-body {
    flex: none;
}

.widget-horizontal-card .card-img-top {
    margin: auto;
}

@media screen and (min-width: 768px) {
    .widget-horizontal-card {
        padding-inline: calc(var(--bs-gutter-x) * .5);
    }

    .widget-horizontal-card .row > * {
        padding-inline: 0;
    }

    .widget-horizontal-card {
        --bs-card-spacer-y: var(--p-fluid);
        --bs-card-spacer-x: var(--p-fluid);
    }

    .widget-horizontal-card .card-footer .btn-group {
        margin-block-start: 0;
    }
}

@media screen and (max-width: 767px) {
    .card-border-radius-top-mobile {
        border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
    }

    .card-border-radius-bottom-mobile {
        border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
    }
}

@media screen and (min-width: 768px) {
    .card-border-radius-right {
        border-radius: 0 var(--card-border-radius) var(--card-border-radius) 0;
    }

    .card-border-radius-left {
        border-radius: var(--card-border-radius) 0 0 var(--card-border-radius);
    }
}



    .widget-horizontal-card-204fb6fc-2eb2-4caa-8aa3-8258365af8ba .card-img-top {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--bs-card-inner-border-radius);
        border-bottom-right-radius: 0;
    }

@media screen and (max-width: 767px) {
            .widget-horizontal-card-204fb6fc-2eb2-4caa-8aa3-8258365af8ba .card-img-top {
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    }
*}

*}

*}

.homepage-categories-slider {
    position: relative;
}

*}

.widget-homepage-categories-card {
    height: 100%;
}

.widget-homepage-categories .homepage-categories-slide {
    display: flex;
    height: auto;
}

.widget-homepage-categories .homepage-categories-slide .categories_row {
    flex-grow: 1;
}

.swiper-slide.homepage-categories-slide {
    height: auto;
}

.homepage-categories-slide .categories_row {
    height: 100%;
}

.widget-categories__paragraph {
    margin-block-end: var(--st-spacing-md);
}

*}
    .widget-homepage-categories-1929e0d1-ce18-455d-9aef-3670a5d669c9 .homepage-categories-swiper .swiper-slide {
        --homepage-categories-slider-number-of-cols: 4.25;
        --homepage-categories-slider-number-of-cols-tablet: 4.25;
        --homepage-categories-slider-number-of-cols-mobile: 2.25;
        --homepage-categories-slider-space-between: 16px;

        --container: var(--max-container-width);
        --max-space-between: calc(var(--homepage-categories-slider-space-between) * (var(--homepage-categories-slider-number-of-cols, 4) - 1));
        --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
        --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
        max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-categories-slider-number-of-cols, 4));
        margin-right: var(--homepage-categories-slider-space-between);
    }

    @media screen and (max-width: 991px) {
        .widget-homepage-categories-1929e0d1-ce18-455d-9aef-3670a5d669c9 .homepage-categories-swiper .swiper-slide {
            --container: var(--max-container-width);
            --max-space-between: calc(var(--homepage-categories-slider-space-between) * (var(--homepage-categories-slider-number-of-cols-tablet, 4) - 1));
            --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
            --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
            max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-categories-slider-number-of-cols-tablet, 4));
        }
    }

    @media screen and (max-width: 767px) {
        .widget-homepage-categories-1929e0d1-ce18-455d-9aef-3670a5d669c9 .homepage-categories-swiper .swiper-slide {
            --container: var(--max-container-width);
            --max-space-between: calc(var(--homepage-categories-slider-space-between) * (var(--homepage-categories-slider-number-of-cols-mobile, 2) - 1));
            --max-spacing-container: calc(var(--st-container-space-x, 10px) * 2);
            --max-spacing: calc(var(--max-space-between) + var(--max-spacing-container));
            max-width: calc((var(--container) - var(--max-spacing)) / var(--homepage-categories-slider-number-of-cols-mobile, 2));
        }
    }

    .widget-homepage-categories-1929e0d1-ce18-455d-9aef-3670a5d669c9 .swiper-header {
        --swiper-header-margin-block-end: var(--st-spacing-sm);
    }



    


.widget-slideshow,
.slideshow-slide {
    position: relative;
}

.widget-slideshow .slideshow-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.slide-container {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slide-container .slideshow-card-container,
.card-outer-container .card-container {
    z-index: 2;
}

.slideshow-swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.card-outer-container {
    margin: auto;
}

*}
@media screen and (min-width: 1200px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-slide img,
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slide-container {
            height: 900px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-slide img,
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slide-container {
            height: 500px;
        }
    }

.widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card,
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
    text-align: center;
}

@media screen and (max-width: 767px){
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
        text-align: center;
    }
}

    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-next,
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-900);
    }

    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-next:hover,
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-next:focus,
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-prev:hover,
    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-700);
    }

    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-900);
    }


    @media screen and (min-width: 1200px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
                            margin-block: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 1199px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-2xl);
    }



    .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .slideshow-card {
        background-color: rgba(0,0,0,.75);
        border-radius: var(--card-border-radius);
    }





    @media screen and (min-width: 768px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-0f9ea174-8d79-46e2-9c6d-7a6da2e8d07a .card-container {
            display: none !important;
        }
    }

@media screen and (min-width: 1200px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-slide img,
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slide-container {
            height: 900px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-slide img,
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slide-container {
            height: 500px;
        }
    }

.widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card,
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card p {
            --heading-color: #fff;
            --display-color: #fff;
            color: #fff;
        }
    


.widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
    text-align: center;
}

@media screen and (max-width: 767px){
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
        text-align: center;
    }
}

    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-next,
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-next:hover,
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-next:focus,
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-prev:hover,
    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 1200px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 1199px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-56b0fc97-7667-4cdc-86e7-36f92d027e65 .card-container {
            display: none !important;
        }
    }

.widget-faq {
    --widget-faq-padding-y: 1.25rem;
    --widget-faq-padding-pxe: 1em;
    --widget-faq-padding: var(--widget-faq-padding-y) var(--widget-faq-padding-pxe) var(--widget-faq-padding-y) var(--widget-faq-padding-pxs);
    --widget-faq-margin-y: 1rem;
    --widget-faq-details-font-size: var(--text-size-md);
    --widget-faq-summary-font-size: var(--text-size-md);
    --widget-faq-summary-font-weight: var(--font-weight-bold);
    --widget-faq-icon-size: 1em;
    --widget-faq-icon-placement: var(--widget-faq-padding-pxe);
    --widget-faq-border-radius: var(--border-radius);
}

.widget-faq__details {
    --widget-faq-width: 100%;
    width: var(--widget-faq-width);
    position: relative;
}

.widget-faq-question__content {
    padding-block-end: var(--widget-faq-padding-y);
    padding-inline-end: var(--widget-faq-padding-pxe);
}

.widget-faq-question__content > * {
    font-size: var(--widget-faq-details-font-size);
}

.widget-faq__summary::-webkit-details-marker {
    display: none;
}

.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 {
            --widget-faq-text-color: var(--supporting-800);
        --widget-faq-text-color-hover: var(--supporting-900);
        --widget-faq-background-color: var(--supporting-50);
        --widget-faq-background-color-hover: var(--supporting-100);
        --widget-faq-border-color: var(--supporting-50);
        --widget-faq-border-color-hover: var(--supporting-100);
        --widget-faq-border-width: var(--btn-border-width);
    
    --widget-faq-icon-color: var(--widget-faq-text-color);
    --widget-faq-icon-color-hover: var(--widget-faq-text-color-hover);
}

.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 {
            --widget-faq-padding-pxs: 1rem;
    }


    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details > * {
        position: relative;
        z-index: 1;
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 0;
        background-color: var(--widget-faq-background-color);
        border-radius: var(--widget-faq-border-radius);
        transition: background-color .15s ease-in-out;
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open]::before,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:hover::before,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:focus::before {
        background-color: var(--widget-faq-background-color-hover);
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details {
        --widget-faq-border: var(--widget-faq-border-width) solid var(--widget-faq-border-color);
        outline: var(--widget-faq-border);
        border-radius: var(--widget-faq-border-radius);
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open],
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:hover,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:focus {
        --widget-faq-border-hover: var(--widget-faq-border-width) solid var(--widget-faq-border-color-hover);
        outline: var(--widget-faq-border-hover);
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:not(:last-of-type) {
        margin-block-end: var(--widget-faq-margin-y);
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq-question__content {
        padding-inline-start: var(--widget-faq-padding-y);
    }

            .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details {
            --widget-faq-shadow: var(--shadow-md);
            box-shadow: var(--widget-faq-shadow);
        }
    
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open] .widget-faq-question__content > *,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:hover .widget-faq-question__content > *,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:focus .widget-faq-question__content > * {
        color: var(--widget-faq-text-color-hover);
    }

.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq-question__content > * {
    color: var(--widget-faq-text-color);
}

.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__summary {
    font-size: var(--widget-faq-summary-font-size);
    color: var(--widget-faq-text-color);
    padding: var(--widget-faq-padding);
    cursor: pointer;
    font-weight: var(--widget-faq-summary-font-weight) !important;
    transition: color .15s ease-in-out;
}

.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open] .widget-faq__summary,
.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:hover .widget-faq__summary,
.widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:focus .widget-faq__summary {
    color: var(--widget-faq-text-color-hover);
}

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__summary::after {
        --icon: var(--chevron-down-icon);
        --icon-color: var(--widget-faq-icon-color);

        content: '';
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        background-color: var(--icon-color);
        min-width: 1em;
        min-height: 1em;
        height: var(--widget-faq-icon-size);
        display: inline-block;
        vertical-align: text-bottom;
        transition: background-color .15s ease-in-out;
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open] .widget-faq__summary::after {
        --icon: var(--chevron-up-icon) !important;
    }

    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details[open] .widget-faq__summary::after,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:hover .widget-faq__summary::after,
    .widget-faq-3c2bfccf-a1bb-4774-b5a6-c88d34528a73 .widget-faq__details:focus .widget-faq__summary::after {
        --icon-color: var(--widget-faq-icon-color-hover);
    }



@media screen and (min-width: 1200px) {
    .slide-container,
    .card-outer-container {
        --container-padding-x: var(--st-container-space-x, 10px);
        --row-padding-x: calc(var(--bs-gutter-x) * .5);
        max-width: calc(var(--max-container-width) - (var(--row-padding-x) + var(--container-padding-x)));
    }
}

    @media screen and (min-width: 768px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-slide img,
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slide-container {
            height: 594px;
        }
    }

    @media screen and (max-width: 767px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-slide img,
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slide-container {
            height: 500px;
        }
    }

.widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card-container {
    position: absolute;
}

@media screen and (min-width: 768px) {
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
        max-width: 500px;
    }
}




    
            .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card,
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card p {
            --heading-color: #000;
            --display-color: #000;
            color: #000;
        }
    


.widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
    text-align: center;
}

@media screen and (max-width: 767px){
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
        text-align: center;
    }
}

    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-next,
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-prev {
        --swiper-nav-inline-icon-color: var(--grey-50);
    }

    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-next:hover,
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-next:focus,
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-prev:hover,
    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-swiper-button-prev:focus {
        --swiper-nav-inline-icon-color: var(--grey-100);
    }

    .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--grey-50);
    }


    @media screen and (min-width: 1200px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
                            margin: calc(var(--bs-gutter-x) * .5);
                    }

            }

    @media screen and (max-width: 1199px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .slideshow-card {
            margin: calc(var(--bs-gutter-x) * .5);
        }
    }

    .slideshow-card {
        padding: var(--st-spacing-md);
    }








    @media screen and (min-width: 768px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .card-container {
            display: none !important;
        }
    }


    @media screen and (max-width: 767px) {
        .widget-slideshow-72fb08ab-eca0-4a6d-8d3f-9c8bdc325ef4 .card-container {
            display: none !important;
        }
    }
