
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: swipercss-1682 */

    .swiper-container-3d {
        width: 100%;

        --swiper-navigation-sides-offset: 10px;
    }

    .swiper-container-3d .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 576px;
        max-width: 100%;
        height: auto;
    }
    .swiper-container-3d .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
    }

    .swiper-container-3d .swiper-slide img {
        display: block;
        width: 100%;
    }

    @media screen and (min-width: 1600px) {
    .swiper-container-3d {
    --swiper-navigation-sides-offset: -160px;
    }
    }



