.ts-carousel .tns-outer {
    padding: 0 !important
}

    .ts-carousel .tns-outer .p-arrows {
        padding: 0px 36px;
    }

    .ts-carousel .tns-outer [hidden] {
        display: none !important
    }

    .ts-carousel .tns-outer [aria-controls], .ts-carousel .tns-outer [data-action] {
        cursor: pointer
    }

.ts-carousel .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

    .ts-carousel .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.ts-carousel .tns-horizontal.tns-subpixel {
    white-space: nowrap
}

    .ts-carousel .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal
    }

.ts-carousel .tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.ts-carousel .tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.ts-carousel .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.ts-carousel .tns-no-calc {
    position: relative;
    left: 0
}

.ts-carousel .tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

    .ts-carousel .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        -webkit-transition: transform 0s, opacity 0s;
        -moz-transition: transform 0s, opacity 0s;
        transition: transform 0s, opacity 0s
    }

    .ts-carousel .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important
    }

    .ts-carousel .tns-gallery > .tns-moving {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s
    }

.ts-carousel .tns-autowidth {
    display: inline-block
}

.ts-carousel .tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

    .ts-carousel .tns-lazy-img.tns-complete {
        opacity: 1
    }

.ts-carousel .tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.ts-carousel .tns-ovh {
    overflow: hidden;
}

.ts-carousel .tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.ts-carousel .tns-transparent {
    opacity: 0;
    visibility: hidden
}

.ts-carousel .tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.ts-carousel .tns-normal, .ts-carousel .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.ts-carousel .tns-vpfix {
    white-space: nowrap
}

    .ts-carousel .tns-vpfix > div, .ts-carousel .tns-vpfix > li {
        display: inline-block
    }

.ts-carousel .tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.ts-carousel .tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

    .ts-carousel .tns-t-ct:after {
        content: '';
        display: table;
        clear: both
    }

    .ts-carousel .tns-t-ct > div {
        width: 1.4285714%;
        width: -webkit-calc(100% / 70);
        width: -moz-calc(100% / 70);
        width: calc(100% / 70);
        height: 10px;
        float: left
    }

.ts-carousel .tns-controls {
    text-align: center;
}

    .ts-carousel .tns-controls [aria-controls] {
        /*font-size: 15px;
        margin: 0 5px;
        padding: 0 1em;
        height: 2.5em;
        color: #000;
        background: #66CCFF;
        border-radius: 3px;
        border: 0;*/
    }

.ts-carousel .tns-nav > [aria-controls] {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 0 5px;
    background: #ddd;
    border: 0;
}

.ts-carousel .tns-nav > .tns-nav-active {
    background: var(--color-gradient);
}

/*bottom*/

.ts-carousel .tns-controls-bottom {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 60px;
    gap: 3.5rem;
    outline: none;
}

    .ts-carousel .tns-controls-bottom [data-controls=prev],
    .ts-carousel .tns-controls-bottom .tns-prev {
        cursor: pointer;
    }

    .ts-carousel .tns-controls-bottom [data-controls=next],
    .ts-carousel .tns-controls-bottom .tns-next {
        cursor: pointer;
    }

/*vertical*/
.ts-carousel .tns-controls-vertical {
    display: flex;
    justify-content: center;
    align-items: end;
    outline: none;
}

    .ts-carousel .tns-controls-vertical [data-controls=prev],
    .ts-carousel .tns-controls-vertical .tns-prev {
        position: absolute;
        top: 0;
        cursor: pointer;
    }

    .ts-carousel .tns-controls-vertical [data-controls=next],
    .ts-carousel .tns-controls-vertical .tns-next {
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }

    /*side bottom vertical*/
    .ts-carousel .tns-controls-side [aria-disabled=true],
    .ts-carousel .tns-controls-bottom [aria-disabled=true],
    .ts-carousel .tns-controls-vertical [aria-disabled=true] {
        /*display: none;*/
        opacity: 0.1;
        cursor: auto;
    }

.ts-carousel .tns-nav {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 2rem;
    /*height: auto;*/
}

.tns-hidden {
    display: none !important;
}

@media (min-width:768px) {
    /*side*/
    .ts-carousel .tns-controls-side {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .ts-carousel .tns-controls-side [data-controls=prev],
        .ts-carousel .tns-controls-side .tns-prev {
            position: absolute;
            left: 0;
            cursor: pointer;
        }

        .ts-carousel .tns-controls-side [data-controls=next],
        .ts-carousel .tns-controls-side .tns-next {
            position: absolute;
            right: 0px;
            cursor: pointer;
        }
}

@media (max-width:767.9px) {
    .ts-carousel .tns-controls-side {
        display: flex;
        justify-content: center;
        align-items: end;
        height: 60px;
        gap: 3.5rem;
    }
}
