.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #2EA3F2;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #2EA3F2;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.dsts-center-vertical .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et-fb-no-vb-support-warning {
    display: none !important;;
}

/*Error*/
#dsts_error_blocker {
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dsts_error_box {
    text-align: center;
    width: 90%;
    max-width: 1400px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    padding: 20px;
    border: solid 1px #c1c1c1;
    border-radius: 10px;
    background-color: #e1e1e1;
}

.dsts-slide .et_animated {
    opacity: 0;
}

.dsts-slide .et_animated:not(.dsts-animation-init), .dsts-slide .et_had_animation:not(.dsts-animation-init) {
    opacity: 0 !important;
}

.dsts-navigation-on-hover .swiper-button-next, .dsts-navigation-on-hover .swiper-button-prev {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(-10px);
}

.dsts-navigation-on-hover:hover .swiper-button-next, .dsts-navigation-on-hover:hover .swiper-button-prev {
    opacity: 1;
    transform: translateY(0);
}

.dsts_slider.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-slide.dsts-slide {
    height: auto;
}