[data-fadeshow] {
    width: 100%;
    /* height: 100%; */
    height: 800px;
}

@media (max-width: 500px) {
    [data-fadeshow] {
        height: 600px;
    }
}
[data-fadeshow] .fs-slides {
    height: 600px;
    /*border-radius: 20px 0 0 20px;*/
    position: relative;
    top: 0;
    overflow: hidden;
}

@media (max-width: 992px){
	[data-fadeshow] .fs-slides {
		height: 100%;
	}
}

[data-fadeshow] .fs-slide.goedBanner {
    background: linear-gradient(to bottom, #fdd6c1 0%, #fdd6c1 50%, #63708f 50%, #63708f 100%);
    min-height: 640px;
    border-radius: unset;
}

[data-fadeshow] .fs-slide.lb30promoBanner {
    background-color: #b5c8e3;
}

[data-fadeshow] .fs-slide.leadingsupplement {
    background: linear-gradient(to bottom, #fee6d8 0%, #fee6d8 50%, #fffef4 50%, #fffef4 100%);
    min-height: 800px;
    border-radius: unset;
}

[data-fadeshow] .fs-slide.influentialbrands {
    background: linear-gradient(to bottom, #ffe1d9 0%, #ffe1d9 50%, #fff7df 50%, #fff7df 100%);
    min-height: 800px;
    border-radius: unset;
}

[data-fadeshow] .fs-slide.leadingSuppBanner {
    background: linear-gradient(to bottom, #fffdf4 0%, #fffdf4 50%, #fff3d4 50%, #fff3d4 100%);
    min-height: 640px;
    border-radius: unset;
}

[data-fadeshow] .fs-slide-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
[data-fadeshow] .lb30promoBanner .fs-slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1301px){
    [data-fadeshow] .lb30promoBanner .fs-slide-bg {
        background-position: 25% 40px;
    }
}
@media screen and (max-width: 885px){
    [data-fadeshow] .lb30promoBanner .fs-slide-bg {
        background-position: center -45px;
        background-color: #b5c8e3;
    }
}
@media screen and (max-width: 687px){
    [data-fadeshow] .fs-slide-bg {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    [data-fadeshow] .lb30promoBanner .fs-slide-bg {
        background-position: center -45px;
        background-color: #b5c8e3;
        align-items: flex-start;
    }
    [data-fadeshow] .leadingSuppBanner .fs-slide-bg {
        /*background-color: #fffdf4;*/
        background-position: center;
    }
    [data-fadeshow] .ifosBanner .fs-slide-bg {
        background-color: #fedfcb;
    }
    [data-fadeshow] .goedBanner .fs-slide-bg {
        /*background-color: #fdd6c1;*/
    }
    [data-fadeshow] .fs-slide.leadingSuppBanner {
        background: linear-gradient(to bottom, #fbfbf1 0%, #fbfbf1 50%, #feefd2 50%, #feefd2 100%);
    }
    [data-fadeshow] .fs-slide.influentialbrands {
        background: linear-gradient(to bottom, #ffe1d9 0%, #ffe1d9 50%, #fff7df 50%, #fff7df 100%);
        min-height: 640px;
        border-radius: unset;
    }
    [data-fadeshow] .fs-slide.goedBanner {
        background: linear-gradient(to bottom, #fad3c3 0%, #fad3c3 50%, #5c7190 50%, #5c7190 100%);
    }
    [data-fadeshow] .fs-slide.lb30Banner {
        background: linear-gradient(to bottom, #c7ccd5 0%, #b2c0cf 50%, #6884b5 50%, #3a5394 100%);
        min-height: 600px;
    }
}
[data-fadeshow] .epadha-banner .fs-slide-bg {
    background-size: 100%;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-color: #fadeca;
}
[data-fadeshow] .leadingsupplement .fs-slide-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-color: #f8e7d6;*/
}
@media screen and (min-width: 1550px){
    [data-fadeshow] .leadingsupplement .fs-slide-bg {
        background-position-y: 90%;
    }
}
[data-fadeshow] .influentialbrands .fs-slide-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-color: #f8e7d6;*/
}
@media screen and (min-width: 1250px){
    [data-fadeshow] .influentialbrands .fs-slide-bg {
        background-position-x: 30%;
    }
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn,
[data-fadeshow~="prev-next-nav"] .fs-prev-btn {
    position: absolute;
    top: 700px;
    bottom: 0;
    width:  30px;
    height: 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.fs-footnote {
    position: absolute;
    top: 735px;
    bottom: 0;
	left: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
	color: #fff;
	font-weight: 300;
	font-size: 0.65rem;
	align-content: center;
}
@media (max-width: 820px) {
    [data-fadeshow~="prev-next-nav"] .fs-next-btn,
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn {
        top: 620px;
    }
	.fs-footnote {
        top: 645px;
    }
}
@media (max-width: 687px) {
    [data-fadeshow~="prev-next-nav"] .fs-next-btn,
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%);
        width: 100%; */
    }
    .fs-footnote {
        top: 580px;
        left: 15px;
        width: 100%;
        text-align: left !important;
        line-height: 1rem;
        padding-right: 35px;
    }
}
@media (max-width: 500px) {
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn {
        left: 20px;
    }

    [data-fadeshow~="prev-next-nav"] .fs-next-btn {
        right: 20px;
        left: auto;
    }
    /* [data-fadeshow~="prev-next-nav"] .fs-next-btn,
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn, 
    .fs-footnote {
        width: 100%;
    } */
}
@media (max-width: 400px) {
    .fs-footnote {
        top: 540px;
    }
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn:before,
[data-fadeshow~="prev-next-nav"] .fs-prev-btn:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* position: absolute; */
    top: 50%;
    /* width: 30px; */
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn {
    /*left: 0;*/
	right: 60px;
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn:before {
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /*content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImktY2hldnJvbi1sZWZ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMCwzMEw4LDE2TDIwLDIiLz48L3N2Zz4=);*/
	content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-left-arrow-white.svg);
    left: 50%;
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn.btn-grey:before {
	content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-left-arrow-grey.svg);
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn.btn-black:before {
	content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-left-arrow-black.svg);
}
@media (max-width: 687px) {
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn:before {
        left: 35px;
        opacity: .5;
    }
    [data-fadeshow~="prev-next-nav"] .fs-prev-btn:hover {
        opacity: 1;
    }
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn {
    right: 20px;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn:before {
    /* -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); */
    /*content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImktY2hldnJvbi1yaWdodCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIsMzBsMTItMTRMMTIsMiIvPjwvc3ZnPg==);*/
	content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-right-arrow-white.svg);
    right: 50%;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn.btn-grey:before {
    content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-right-arrow-grey.svg);
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn.btn-black:before {
    content: url(https://resource.bwlgroup.com/wp/ecs-avance-cms/wp-content/uploads/2026/06/banner-right-arrow-black.svg);
}
@media (max-width: 689px) {
    [data-fadeshow~="prev-next-nav"] .fs-next-btn:before {
        right: 35px;
        opacity: .5;
    }
    [data-fadeshow~="prev-next-nav"] .fs-next-btn:hover {
        opacity: 1;
    }
}
[data-fadeshow~="quick-nav"] .fs-quick-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    /*bottom: 15px;*/
	padding-top: 10px;
    left: 50%;
	bottom: 30px;
    white-space: nowrap;
    z-index: 1;
}
[data-fadeshow~="quick-nav"] .fs-quick-btn {
    background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #FF806E;
    width: 10px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease;
}
[data-fadeshow~="quick-nav"] .fs-quick-btn:hover {
    opacity: 1;
	background: #FF806E;
}
[data-fadeshow~="slide-counter"] .fs-slide-counter {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
[data-fadeshow~="slide-counter"] .fs-slide-counter-current {
    margin-right: 3px;
}
[data-fadeshow~="slide-counter"] .fs-slide-counter-total {
    margin-left: 3px;
}
[data-fadeshow~="slide-counter"] .fs-quick-nav ~ .fs-slide-counter {
    bottom: 10px;
}
[data-fadeshow] {
    position: relative;
    overflow: hidden;
    /*background-color: #fff;*/
}
[data-fadeshow] .fs-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
	/*border-radius:20px 0 0 20px;*/
}
[data-fadeshow] .fs-slide.bannerslide1 {
	background-color: #fff2c2;
}
/*@media (min-width: 1500px){
	[data-fadeshow] .fs-slide{
		height: 800px;
	}
}*/
@media (max-width: 992px){
	[data-fadeshow] .fs-slide {
		height: 100%;
	}
	[data-fadeshow] .fs-slide.bannerslide1 {
		height: -webkit-fill-available;
	}
}

[data-fadeshow] .fs-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 687px){
    [data-fadeshow] .fs-slide-bg {
        padding-top: 90px;
        min-height: 620px;  
    }
}
@media (max-width: 590px){
    [data-fadeshow] .fs-slide-bg {
        padding-top: 90px;
        min-height: 640px;  
    }
}
@media (max-width: 400px) {
	[data-fadeshow] .fs-slide-bg {
		min-height: 600px;
	}
}
[data-fadeshow] .fs-slide {
    opacity: 0;
    pointer-events: none;
}
[data-fadeshow] .fs-slide:first-child {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"] {
    position: fixed;
    left: -9999px;
    opacity: 0;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-slides .fs-slide:nth-child(1) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-next-nav .fs-next-btn:nth-child(2) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(1) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "1";
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-slides .fs-slide:nth-child(2) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-next-nav .fs-next-btn:nth-child(3) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(2) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "2";
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-slides .fs-slide:nth-child(3) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-next-nav .fs-next-btn:nth-child(4) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(3) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "3";
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-slides .fs-slide:nth-child(4) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-next-nav .fs-next-btn:nth-child(5) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(4) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "4";
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-slides .fs-slide:nth-child(5) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-next-nav .fs-next-btn:nth-child(6) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(5) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "5";
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-slides .fs-slide:nth-child(6) {
    opacity: 1;
    pointer-events: all;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-quick-nav .fs-quick-btn:nth-child(6) {
    background-color: #FF806E;
    width: 10px;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-quick-nav .fs-quick-btn:nth-child(6):hover {
    opacity: 1;
}
[data-fadeshow] input[type="radio"]:checked:nth-of-type(6) ~ .fs-slide-counter .fs-slide-counter-current:before {
    content: "6";
}
[data-fadeshow] input[type="radio"]:checked ~ .fs-slides .fs-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s linear;
    -webkit-animation: none !important;
    animation: none !important;
}
[data-fadeshow] input[type="radio"]:checked ~ .fs-slides .fs-slide .fs-slide-bg {
    -webkit-animation: none !important;
    animation: none !important;
}
[data-fadeshow] input[type="radio"]:checked ~ .fs-quick-nav .fs-quick-btn {
    /*background-color: rgba(255, 255, 255, 0.4);*/
	border: 1px solid #FF806E;
    width: 10px;
    -webkit-animation: none !important;
    animation: none !important;
}
[data-fadeshow] input[type="radio"]:checked ~ .fs-slide-counter {
    display: block;
}
[data-fadeshow~="ken-burns"] .fs-slide-bg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: transform 5s ease 1s;
}
[data-fadeshow~="ken-burns"] input[type="radio"]:checked:nth-of-type(1) ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-delay: -1s;
}
[data-fadeshow~="ken-burns"] input[type="radio"]:checked:nth-of-type(2) ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-delay: -1s;
}
[data-fadeshow~="ken-burns"] input[type="radio"]:checked:nth-of-type(3) ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-delay: -1s;
}
[data-fadeshow~="ken-burns"] input[type="radio"]:checked:nth-of-type(4) ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-delay: -1s;
}
[data-fadeshow~="ken-burns"] input[type="radio"]:checked:nth-of-type(5) ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-delay: -1s;
}
[data-fadeshow~="prev-next-nav"] .fs-next-nav,
[data-fadeshow~="prev-next-nav"] .fs-prev-nav {
    z-index: 1;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn,
[data-fadeshow~="prev-next-nav"] .fs-prev-btn {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
[data-fadeshow~="prev-next-nav"] .fs-prev-btn:last-child {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow~="prev-next-nav"] .fs-next-btn:nth-child(2) {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow~="prev-next-nav"] input[type="radio"]:checked ~ .fs-prev-nav .fs-prev-btn {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-animation: none !important;
    animation: none !important;
}
[data-fadeshow~="prev-next-nav"] input[type="radio"]:checked ~ .fs-next-nav .fs-next-btn {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-animation: none !important;
    animation: none !important;
}
[data-fadeshow~="prev-next-nav"] input[type="radio"]:checked:first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow~="prev-next-nav"] input[type="radio"]:checked:last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
[data-fadeshow~="quick-nav"] .fs-quick-btn:first-child {
    background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #FF806E;
    width: 10px;
}
[data-fadeshow~="quick-nav"] .fs-quick-btn:first-child:hover {
    opacity: 1;
}
[data-fadeshow~="slide-counter"] {
    counter-reset: slideCounter;
}
[data-fadeshow~="slide-counter"] input[type="radio"] {
    counter-increment: slideCounter;
}
[data-fadeshow~="slide-counter"] .fs-slide-counter {
    z-index: 1;
}
[data-fadeshow~="slide-counter"] .fs-slide-counter-current:before {
    content: "1";
}
[data-fadeshow~="slide-counter"] .fs-slide-counter-total:before {
    content: counter(slideCounter);
}
@-webkit-keyframes slidesAutoplay-2 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    10%,
    50% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    60% {
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes slidesAutoplay-2 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    10%,
    50% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    60% {
        opacity: 0;
        pointer-events: none;
    }
}
@-webkit-keyframes prevNextNavAutoplay-2 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    10%,
    50% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    60% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes prevNextNavAutoplay-2 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    10%,
    50% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    60% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@-webkit-keyframes quickNavAutoplay-2 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    2%,
    50% {
        background-color: #fff;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    52% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@keyframes quickNavAutoplay-2 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    2%,
    50% {
        background-color: #FF806E;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    52% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@-webkit-keyframes kenBurnsAutoplay-2 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    60% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes kenBurnsAutoplay-2 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    60% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide {
    -webkit-animation: slidesAutoplay-2 10s linear infinite;
    animation: slidesAutoplay-2 10s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-prev-nav .fs-prev-btn {
    -webkit-animation: prevNextNavAutoplay-2 10s linear infinite;
    animation: prevNextNavAutoplay-2 10s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-next-nav .fs-next-btn {
    -webkit-animation: prevNextNavAutoplay-2 10s linear infinite;
    animation: prevNextNavAutoplay-2 10s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn {
    -webkit-animation: quickNavAutoplay-2 10s linear infinite;
    animation: quickNavAutoplay-2 10s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
    -webkit-animation: kenBurnsAutoplay-2 10s linear infinite;
    animation: kenBurnsAutoplay-2 10s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes slidesAutoplay-3 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    33.33333%,
    6.66667% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    40% {
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes slidesAutoplay-3 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    33.33333%,
    6.66667% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    40% {
        opacity: 0;
        pointer-events: none;
    }
}
@-webkit-keyframes prevNextNavAutoplay-3 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    33.33333%,
    6.66667% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    40% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes prevNextNavAutoplay-3 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    33.33333%,
    6.66667% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    40% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@-webkit-keyframes quickNavAutoplay-3 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    1.33333%,
    33.33333% {
        background-color: #fff;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    34.66667% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@keyframes quickNavAutoplay-3 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    1.33333%,
    33.33333% {
        background-color: #FF806E;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    34.66667% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@-webkit-keyframes kenBurnsAutoplay-3 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    40% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes kenBurnsAutoplay-3 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    40% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide {
    -webkit-animation: slidesAutoplay-3 15s linear infinite;
    animation: slidesAutoplay-3 15s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-prev-nav .fs-prev-btn {
    -webkit-animation: prevNextNavAutoplay-3 15s linear infinite;
    animation: prevNextNavAutoplay-3 15s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-next-nav .fs-next-btn {
    -webkit-animation: prevNextNavAutoplay-3 15s linear infinite;
    animation: prevNextNavAutoplay-3 15s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn {
    -webkit-animation: quickNavAutoplay-3 15s linear infinite;
    animation: quickNavAutoplay-3 15s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
    -webkit-animation: kenBurnsAutoplay-3 15s linear infinite;
    animation: kenBurnsAutoplay-3 15s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
@-webkit-keyframes slidesAutoplay-4 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    25%,
    5% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    30% {
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes slidesAutoplay-4 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    25%,
    5% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    30% {
        opacity: 0;
        pointer-events: none;
    }
}
@-webkit-keyframes prevNextNavAutoplay-4 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    25%,
    5% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    30% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes prevNextNavAutoplay-4 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    25%,
    5% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    30% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@-webkit-keyframes quickNavAutoplay-4 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    1%,
    25% {
        background-color: #FF806E;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    26% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@keyframes quickNavAutoplay-4 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    1%,
    25% {
        background-color: #FF806E;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    26% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@-webkit-keyframes kenBurnsAutoplay-4 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes kenBurnsAutoplay-4 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide {
    -webkit-animation: slidesAutoplay-4 20s linear infinite;
    animation: slidesAutoplay-4 20s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-prev-nav .fs-prev-btn {
    -webkit-animation: prevNextNavAutoplay-4 20s linear infinite;
    animation: prevNextNavAutoplay-4 20s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn {
    -webkit-animation: prevNextNavAutoplay-4 20s linear infinite;
    animation: prevNextNavAutoplay-4 20s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn {
    -webkit-animation: quickNavAutoplay-4 20s linear infinite;
    animation: quickNavAutoplay-4 20s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
    -webkit-animation: kenBurnsAutoplay-4 20s linear infinite;
    animation: kenBurnsAutoplay-4 20s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
@-webkit-keyframes slidesAutoplay-5 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    20%,
    4% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    24% {
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes slidesAutoplay-5 {
    0% {
        opacity: 0;
        pointer-events: none;
    }
    20%,
    4% {
        opacity: 1;
        pointer-events: all;
    }
    100%,
    24% {
        opacity: 0;
        pointer-events: none;
    }
}
@-webkit-keyframes prevNextNavAutoplay-5 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    20%,
    4% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    24% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes prevNextNavAutoplay-5 {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
    20%,
    4% {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    100%,
    24% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@-webkit-keyframes quickNavAutoplay-5 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    0.8%,
    20% {
        background-color: #FF806E;
		border: 1px solid #FF806E;
        width: 10px;
    }
    100%,
    20.8% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@keyframes quickNavAutoplay-5 {
    0% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
    0.8%,
    20% {
        background-color: #FF806E;
        width: 10px;
    }
    100%,
    20.8% {
        background-color: rgba(255, 255, 255, 0.4);
		border: 1px solid #FF806E;
        width: 10px;
    }
}
@-webkit-keyframes kenBurnsAutoplay-5 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    24% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes kenBurnsAutoplay-5 {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100%,
    24% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide {
    -webkit-animation: slidesAutoplay-5 25s linear infinite;
    animation: slidesAutoplay-5 25s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(4) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(4) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(5) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(5) {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:nth-child(1) {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-prev-nav .fs-prev-btn {
    -webkit-animation: prevNextNavAutoplay-5 25s linear infinite;
    animation: prevNextNavAutoplay-5 25s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn {
    -webkit-animation: prevNextNavAutoplay-5 25s linear infinite;
    animation: prevNextNavAutoplay-5 25s linear infinite;
}
[data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn {
    -webkit-animation: quickNavAutoplay-5 25s linear infinite;
    animation: quickNavAutoplay-5 25s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide .fs-slide-bg {
    -webkit-animation: kenBurnsAutoplay-5 25s linear infinite;
    animation: kenBurnsAutoplay-5 25s linear infinite;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(1) .fs-slide-bg {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(2) .fs-slide-bg {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(3) .fs-slide-bg {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(4) .fs-slide-bg {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}
[data-fadeshow~="ken-burns"][data-fadeshow~="autoplay"] input[type="radio"]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(5) .fs-slide-bg {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}
[data-fadeshow~="autoplay"] .fs-slide-counter {
    display: none;
}
